• en

git 1.2.0

Author Thomas Gazagnaire
License ISC
Maintainer thomas@gazagnaire.org
Dependencies
& camlzip >= 1.05
cmdliner
conduit
core_kernel >= 109.55.02
dolog >= 0.4
lwt
mstruct >= 1.3.0
ocamlgraph
re
sha
uri >= 1.3.12
Optional dependencies
& io-page
ipaddr
mirage-types
OCaml >= 4.01.0
Published Jun 9, 2014
Source [http] https://github.com/mirage/ocaml-git/archive/1.2.0.tar.gz
9d454b6303adc0ff6553f20c7db8f6ec
Edit https://github.com/ocaml/opam-repository/tree/master/packages/git/git.1.2.0/opam

Low-level Git bindings in pure OCaml

Support for on-disk and in-memory Git stores. Can read and write all the Git objects: the usual blobs, trees, commits and tags but also the pack files, pack indexes and the index file (where the staging area lives).

All the objects share a consistent API, and convenience functions are provided to manipulate the different objects. For instance, it is possible to make a pack file position independant (as the Zlib compression might change the relative offsets between the packed objects), to generate pack indexes from pack files, or to expand the filesystem of a given commit.

The library comes with a command-line tool called ogit which shares a similar interface with git, but where all operations are mapped to the API exposed ocaml-git (and hence using only OCaml code).

Necessary for
git2fat
irmin
>= 0.8.2