package volgo

  1. Overview
  2. Docs
A Versatile OCaml Library for Git Operations

Install

dune-project
 Dependency

Authors

Maintainers

Sources

volgo-0.0.22.tbz
sha256=2714935a34417be2151736a4765431746c9348db5a3b4f0eaacaf74dfaefeabb
sha512=0eba27395125ae928fd53561029d9653094d822b2907cb9afc18f412b46ef47cf880ba80d1bf17212add4e68e6a55e2792176303e2b0bcee08940e25731b4738

doc/volgo.stdlib/Volgo_stdlib/Fsegment/index.html

Module Volgo_stdlib.FsegmentSource

include module type of struct include Fpath_sexp0.Fsegment end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval seeded_hash : int -> t -> int
Sourceval of_string : string -> (t, [ `Msg of string ]) Result.t
Sourceval to_string : t -> string
Sourceval v : string -> t
Sourceval dot : t

Unix "." file name.

Sourceval dot_dot : t

Unix ".." file name.

vcs

Version control store directories.

Sourceval dot_git : t
Sourceval dot_hg : t
Sourceval to_dyn : t -> Dyn.t