package irmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Branch.StringSource

String is an implementation of S where branches are strings. The master branch is "master". Valid branch names contain only alpha-numeric characters, -, _, ., and /.

Signature for Branches

Sourcetype t = string

The type for branches.

Sourceval t : t Type.t
Sourceval master : t

The name of the master branch.

Sourceval is_valid : t -> bool

Check if the branch is valid.

OCaml

Innovation. Community. Security.