package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Build_infoSource

Sourcetype t
Sourcetype kind = [
  1. | `Runtime
  2. | `Exe
  3. | `Cmo
  4. | `Cma
  5. | `Unknown
]
Sourceval create : kind -> t
Sourceval to_string : t -> string
Sourceval parse : string -> t option
Sourceval with_kind : t -> kind -> t
Sourceexception Incompatible_build_info of {
  1. key : string;
  2. first : string * string option;
  3. second : string * string option;
}
Sourceval merge : string -> t -> string -> t -> t
Sourceval kind : t -> kind
Sourceval configure : t -> unit
OCaml

Innovation. Community. Security.