Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obuilder.Store_spec
SourceConfiguration information to set up a store.
val pp :
Format.formatter ->
[< `Btrfs of string | `Rsync of string | `Zfs of string ] ->
unit
val to_store :
Rsync_store.mode ->
[< `Btrfs of string | `Rsync of string | `Zfs of string ] ->
store Lwt.t
val store :
string list ->
[ `Btrfs of string | `Rsync of string | `Zfs of string ] option
Cmdliner.Arg.t
A Cmdliner term where the store is required.
A Cmdliner term where the store is optional.