Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obuilder.Store_specSourceConfiguration information to set up a store.
val pp :
Format.formatter ->
[< `Btrfs of string | `Rsync of string | `Zfs of string ] ->
unitval to_store :
[< `Btrfs of string | `Rsync of string * Rsync_store.mode | `Zfs of string ] ->
store Lwt.tval store :
?docs:string ->
string list ->
[ `Btrfs of string | `Rsync of string | `Zfs of string ] option
Cmdliner.Arg.tval of_t :
[> `Btrfs of 'a | `Rsync of 'b | `Zfs of 'c ] option ->
'd option ->
[> `Btrfs of 'a | `Rsync of 'b * 'd | `Zfs of 'c ]Transform a store and rsync-mode into a validated combination.
For example an rsync store must supply an rsync-mode.
val v :
[> `Btrfs of string | `Rsync of string * Rsync_store.mode | `Zfs of string ]
Cmdliner.Term.tParse cli arguments for t
Parse cli arguments for t and initialise a store.