module Configuration: sig .. end
sig
end
type t = {
name : string;
string
use_reference_gtf : bool;
bool
val to_json : t -> Yojson.Basic.json
t -> Yojson.Basic.json
val default : t
t