opam-lib
OpamJson
opam-lib.client
opam-lib.format
opam-lib.repository
opam-lib.solver
opam-lib.state
type t = [
| `Null
| `Bool of bool
| `Float of float
| `String of string
| `A of t list
| `O of (string * t) list
]
val to_string : t -> string
val of_string : string -> t
val append : string -> t -> unit
val flush : out_channel -> unit