git
Author | Thomas Gazagnaire | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | ISC | |||||||||||||||||||||||||||||||||||||||||
Homepage | https://github.com/mirage/ocaml-git | |||||||||||||||||||||||||||||||||||||||||
Issue Tracker | https://github.com/mirage/ocaml-git/issues | |||||||||||||||||||||||||||||||||||||||||
Maintainer | thomas@gazagnaire.org | |||||||||||||||||||||||||||||||||||||||||
Dependencies | ||||||||||||||||||||||||||||||||||||||||||
Optional dependencies |
| |||||||||||||||||||||||||||||||||||||||||
Available | ocaml-version >= "4.01.0" & ocaml-version < "4.06.0" | |||||||||||||||||||||||||||||||||||||||||
Published | Aug 6, 2015 | |||||||||||||||||||||||||||||||||||||||||
Source [http] | https://github.com/mirage/ocaml-git/archive/1.7.0.tar.gz 05c4607e115ead7582b54d3a2ab121cf | |||||||||||||||||||||||||||||||||||||||||
Statistics | Not installed in the last month. | |||||||||||||||||||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/git/git.1.7.0/opam |
Git format and protocol 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 | ||
---|---|---|
dog | ||
imaplet-lwt | ||
& | >= 0.1.3 | |
< 0.1.15 | ||
irmin | ||
| | & | >= 0.9.0 |
< 0.10.1 | ||
& | >= 0.11.0 | |
< 0.11.1 | ||
irmin-unix | ||
< 0.9.9 | ||
jitsu | ||
merge-queues | ||
>= 0.2.0 | ||
mirage-git | ||
plotkicadsch | ||
Optional for | ||
irmin | ||
& | >= 0.9.0 | |
< 1.0.0 |