Source_map.Index
type section = {
offset : Offset.t;
map : Standard.t;
}
type t = {
version : int;
file : string option;
sections : section list;