Module Mdx_top

type t
type directive =
  1. | Directory of string
  2. | Load of string
val init : verbose:bool -> silent:bool -> verbose_findlib:bool -> directives:directive list -> packages:string list -> predicates:string list -> unit -> t
val eval : t -> string list -> (string list, string list) result
val in_env : Mdx.Ocaml_env.t -> (unit -> 'a) -> 'a