package git

  1. Overview
  2. Docs
Git format and protocol in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.16.1.tbz
sha256=c035bdcccd9e4d2f48c6d9cdc65e61fc10838ecf1d8a6f2a376ae20a8a924803
sha512=8173b5f64ad2e142aa6bd7a1c5b7d895a9e3fbf90b192d8021a32abb9430b62dd426d4b9b5856698fbae1a1bca2c30a22c270f6d361874c3d846533320ca51ea

doc/git.loose/Loose/Make/index.html

Module Loose.MakeSource

Parameters

module Uid : UID

Signature

Sourceval list : 't -> ('t, Uid.t, _, 's) store -> (Uid.t list, 's) io
Sourceval exists : 't -> ('t, Uid.t, _, 's) store -> Uid.t -> (bool, 's) io
Sourceval atomic_add : 's Carton.scheduler -> 't -> buffers -> ('t, Uid.t, 'error, 's) store -> hdr:(buffer:Cstruct.t -> Carton.Dec.v -> Cstruct.t) -> Carton.Dec.v -> ((Uid.t * int, [> `Store of 'error | `Non_atomic ]) result, 's) io
Sourceval add : 's Carton.scheduler -> 't -> buffers -> ('t, Uid.t, 'error, 's) store -> hdr:Cstruct.t -> (unit -> (string option, 's) io) -> ((Uid.t * int, [> `Store of 'error ]) result, 's) io
Sourceval atomic_get : 's Carton.scheduler -> 't -> buffers -> ('t, Uid.t, 'error, 's) store -> hdr:(Cstruct.t -> Cstruct.t * kind * int64) -> Uid.t -> ((Carton.Dec.v, [> `Non_atomic ]) result, 's) io
Sourceval size_and_kind : 's Carton.scheduler -> 't -> buffers -> ('t, Uid.t, 'error, 's) store -> hdr:(Cstruct.t -> Cstruct.t * kind * int64) -> Uid.t -> ((int64 * kind, [> `Malformed ]) result, 's) io
Sourceval get : 's Carton.scheduler -> 't -> buffers -> ('t, Uid.t, 'error, 's) store -> hdr:(Cstruct.t -> Cstruct.t * kind * int64) -> Uid.t -> ((Carton.Dec.v, [> `Msg of string ]) result, 's) io
OCaml

Innovation. Community. Security.