package mirage

  1. Overview
  2. Docs
type t = [
  1. | `Channel of channel impl
  2. | `Stack of int * stackv4 impl
]
val name : t -> string
val module_name : t -> string
val packages : t -> string list
val libraries : t -> string list
val configure : t -> unit
val clean : t -> unit
val update_path : t -> string -> t
OCaml

Innovation. Community. Security.