gitversion
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).
Author | Thomas Gazagnaire |
---|---|
License | ISC |
Published | |
Homepage | http://github.com/mirage/ocaml-git |
Issue Tracker | http://github.com/mirage/ocaml-git/issues |
Maintainer | thomas@gazagnaire.org |
Dependencies |
|
Optional dependencies |
|
Conflicts | |
Source [http] | http://github.com/mirage/ocaml-git/archive/1.8.0.tar.gz sha256=faa4673ecb5695c72577896cbb6817a678e978ab4b3d2e38b72b7a1e6ac7dcdc md5=15565eb2875b3c1d37875f3b2a1da753 |
Edit | http://github.com/ocaml/opam-repository/tree/master/packages/git/git.1.8.0/opam |
- git-unix<2.0.0
- irmin-indexeddb