package obuilder-spec

  1. Overview
  2. Docs

Module Obuilder_spec.CacheSource

Sourcetype t = {
  1. id : string;
  2. target : string;
  3. buildkit_options : (string * string) list;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval v : ?buildkit_options:(string * string) list -> target:string -> string -> t

v ~target id mounts cache id at target.

OCaml

Innovation. Community. Security.