package obuilder

  1. Overview
  2. Docs

Module Obuilder.SSource

Sourcetype id = string
Sourceval sexp_of_id : id -> Sexplib0.Sexp.t
Sourcetype tag = [
  1. | `Heading
    (*

    Introduces a new build step

    *)
  2. | `Note
    (*

    Informational output from OBuilder

    *)
  3. | `Output
    (*

    Raw output from the build command

    *)
]
Sourcetype logger = tag -> string -> unit
Sourcemodule type STORE = sig ... end
Sourcemodule type SANDBOX = sig ... end
Sourcemodule type BUILDER = sig ... end
Sourcemodule type FETCHER = sig ... end
OCaml

Innovation. Community. Security.