package builder

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val decode_strict : 'a Asn.codec -> string -> ('b, [> `Msg of string ]) result
val projections_of : 'a Asn.t -> (string -> ('b, [> `Msg of string ]) result) * ('c -> string)
val data : (Fpath.t * string) list Asn.S.t
val script_job : script_job Asn.S.t
val orb_build_job : orb_build_job Asn.S.t
val job : job Asn.S.t
val period : period Asn.S.t
val old_schedule : schedule_item Asn.S.t
val schedule : schedule_item Asn.S.t
val state_item : state_item option Asn.S.t
val state_of_str : string -> (state_item list, [> `Msg of string ]) result
val state_to_str : state_item list -> string
val uuid : Uuidm.t Asn.S.t
val exec : (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list) Asn.S.t
val exec_of_str : string -> (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list, [> `Msg of string ]) result
val exec_to_str : (script_job * Uuidm.t * (int * string) list * Ptime.t * Ptime.t * execution_result * (Fpath.t * string) list) -> string
val client_or_worker : [ `Client | `Worker ] Asn.S.t
val cmd : cmd Asn.S.t
val cmd_of_str : string -> (cmd, [> `Msg of string ]) result
val cmd_to_str : cmd -> string
OCaml

Innovation. Community. Security.