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.
Author | Thomas Gazagnaire |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/mirage/ocaml-git |
Issue Tracker | https://github.com/mirage/ocaml-git/issues |
Maintainers | thomas@gazagnaire.org and romain.calascibetta@gmail.com |
Dependencies |
|
Source [http] | https://github.com/mirage/ocaml-git/releases/download/3.15.0/git-3.15.0.tbz sha256=e26cca9f887c95f2c7e9966c1f414f11292522b52b64f218a3c58b4094e055d1 sha512=64ace1d29ba78d634be8eebe55fd49316230f3b156e497c7a05496b104465f5c03b0df898c5374296a33a504d2c21502c1e1a6d39004bd095695e494643d1342 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/git/git.3.15.0/opam |
Required by