package mirage

  1. Overview
  2. Docs

Configurable device.

val name : 'a impl -> string

The unique variable name of the value of type t.

val module_name : 'a impl -> string

The unique module name for the given implementation.

val packages : 'a impl -> string list

List of OPAM packages to install for this device.

val libraries : 'a impl -> string list

List of ocamlfind libraries.

val configure : 'a impl -> unit

Generate some code to create a value with the right configuration settings.

val clean : 'a impl -> unit

Remove all the autogen files.

OCaml

Innovation. Community. Security.