package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.2.tar.gz
md5=f0c9775031fc4c14cc47808daa74b7e3

Description

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).

Published: 14 Dec 2014

Dependencies (15)

  1. sexplib <= "113.00.00"
  2. type_conv
  3. camlp4
  4. ocamlbuild build
  5. conduit >= "0.6.0" & < "0.99"
  6. hex
  7. lwt >= "2.4.5"
  8. ocamlgraph
  9. cmdliner < "1.0.0"
  10. uri >= "1.3.12"
  11. nocrypto >= "0.2.0"
  12. camlzip >= "1.05"
  13. mstruct >= "1.3.1"
  14. dolog >= "0.4" & <= "0.6"
  15. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (6)

  1. irmin >= "0.9.0" & != "0.10.1" & < "0.11.1"
  2. irmin-indexeddb >= "2.0"
  3. irmin-unix < "0.9.9"
  4. jitsu
  5. merge-queues >= "0.2.0"
  6. plotkicadsch < "0.5.0"

Conflicts

None