dune-private-libs.cache
Cache
dune-private-libs.dune-lang
dune-private-libs.dune_csexp
dune-private-libs.dune_re
dune-private-libs.dune_util
dune-private-libs.ocaml-config
dune-private-libs.stdune
dune-private-libs.xdg
type metadata = Stdune.Sexp.t list
module File : sig ... end
type promotion =
| Already_promoted of File.t
| Promoted of File.t
type repository = {
directory : string;
remote : string;
commit : string;
}
type command =
| Dedup of File.t
module Duplication_mode : sig ... end
module type Cache = sig ... end
module type Caching = sig ... end
type caching = (module Caching)
val command_to_dyn : command -> Stdune__Dyn.t
module Key : sig ... end
val promotion_to_string : promotion -> string
val make_caching : (module Cache with type t = 'a) -> 'a -> (module Caching)
val cachable : Unix.file_kind -> bool
module Client : sig ... end
module Local : sig ... end
module Messages : sig ... end