package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : unit -> t
val to_string : t -> string
val parse : string -> t option
exception Incompatible_build_info of {
  1. key : string;
  2. first : string * string option;
  3. second : string * string option;
}
val merge : string -> t -> string -> t -> t
OCaml

Innovation. Community. Security.