Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Results of individual builds for a particular parameters. This is not intended for direct use by users, as the results are collected and aggregated into the Index
module which is easier to consume by tools.
val sexp_of_build_result : build_result -> Ppx_sexp_conv_lib.Sexp.t
val build_result_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> build_result
pkg
records the results of the runs for every version of a package.
val sexp_of_pkg : pkg -> Ppx_sexp_conv_lib.Sexp.t
val pkg_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> pkg
params
is the configuration for a run.
val sexp_of_params : params -> Ppx_sexp_conv_lib.Sexp.t
val params_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> params
batch
represents the results of a bulk build with one configuration against a single opam-repository revision.
val sexp_of_batch : batch -> Ppx_sexp_conv_lib.Sexp.t
val batch_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> batch