Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obi.BuildsResults 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.tval build_result_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> build_resultpkg records the results of the runs for every version of a package.
val sexp_of_pkg : pkg -> Ppx_sexp_conv_lib.Sexp.tval pkg_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> pkgparams is the configuration for a run.
val sexp_of_params : params -> Ppx_sexp_conv_lib.Sexp.tval params_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> paramsbatch 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.tval batch_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> batch