package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-1.10.0.tbz
md5=7838f197b08016a50940ee36cf1c11df

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 independent (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.

Published: 23 Feb 2017

Dependencies (10)

  1. ocplib-endian >= "0.6.0"
  2. astring
  3. hex
  4. fmt
  5. logs
  6. lwt >= "2.4.7"
  7. uri >= "1.3.12"
  8. ocamlgraph
  9. mstruct >= "1.3.1"
  10. ocaml >= "4.02.3" & < "4.08.0"

Dev Dependencies

None

Used by (13)

  1. datakit < "0.11.0"
  2. dog
  3. git-http < "1.11.0"
  4. git-mirage < "1.11.0"
  5. git-unix >= "1.10.0" & < "1.11.1"
  6. imaplet-lwt >= "0.1.3"
  7. irmin >= "0.9.0" & != "0.10.1" & < "0.11.1"
  8. irmin-git < "1.2.0"
  9. irmin-indexeddb >= "2.0"
  10. irmin-unix < "0.9.9"
  11. jitsu
  12. merge-queues >= "0.2.0"
  13. plotkicadsch < "0.5.0"

Conflicts (1)

  1. cstruct > "3.1.1"