package obuilder

  1. Overview
  2. Docs

Module Obuilder.Store_specSource

Configuration information to set up a store.

Sourcetype t = [
  1. | `Btrfs of string
  2. | `Zfs of string
  3. | `Rsync of string
]
Sourceval is_absolute : string -> bool
Sourceval of_string : string -> ([> `Btrfs of string | `Rsync of string | `Zfs of string ], [> `Msg of string ]) result
Sourceval pp : Format.formatter -> [< `Btrfs of string | `Rsync of string | `Zfs of string ] -> unit
Sourcetype store =
  1. | Store : (module S.STORE with type t = 'a) * 'a -> store
Sourceval to_store : Rsync_store.mode -> [< `Btrfs of string | `Rsync of string | `Zfs of string ] -> store Lwt.t
Sourceval store_t : [ `Btrfs of string | `Rsync of string | `Zfs of string ] Cmdliner.Arg.conv
Sourceval store : string list -> [ `Btrfs of string | `Rsync of string | `Zfs of string ] option Cmdliner.Arg.t

A Cmdliner term where the store is required.

Sourceval cmdliner_opt : store Lwt.t option Cmdliner.Term.t

A Cmdliner term where the store is optional.

OCaml

Innovation. Community. Security.