Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Configuration for a single sandboxed build step. This is passed by the builder to the sandbox.
val env_of_sexp : Sexplib0.Sexp.t -> env
val sexp_of_env : env -> Sexplib0.Sexp.t
module Mount : sig ... end
type t = {
cwd : string;
argv : string list;
hostname : string;
user : Obuilder_spec.user;
env : env;
mounts : Mount.t list;
network : string list;
}
val v :
cwd:string ->
argv:string list ->
hostname:string ->
user:Obuilder_spec.user ->
env:env ->
mounts:Mount.t list ->
network:string list ->
t