package obuilder

  1. Overview
  2. Docs
Run build scripts for CI

Install

Dune Dependency

Authors

Maintainers

Sources

obuilder-spec-v0.3.tbz
sha256=43473944fefea40e80cfa18461e23e69b5c3b81add828a70250d085bc794d62d
sha512=4c523440945f69552d7defd0f453777b4f7204b17ec67de366ad8f77efdc3e08c938beda117d5b8585fea4767a2c95a52f48939024ae8d811af8a16e85d84646

doc/obuilder/Obuilder/Store_spec/index.html

Module Obuilder.Store_specSource

Configuration information to set up a store.

Sourcetype t = [
  1. | `Btrfs of string
  2. | `Zfs of string
]
Sourceval of_string : string -> ([> `Btrfs of string | `Zfs of string ], [> `Msg of string ]) result
Sourceval pp : Format.formatter -> [< `Btrfs of string | `Zfs of string ] -> unit
Sourcetype store =
  1. | Store : (module S.STORE with type t = 'a) * 'a -> store
Sourceval to_store : [< `Btrfs of string | `Zfs of string ] -> store Lwt.t
OCaml

Innovation. Community. Security.