module OpamJson:sig
..end
typet =
[ `A of t list
| `Bool of bool
| `Float of float
| `Null
| `O of (string * t) list
| `String of string ]
val to_string : t -> string
val add : t -> unit
val output : unit -> unit
val set_output : (string -> unit) -> unit
val verbose : unit -> bool