package git

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

Install

Authors

Maintainers

Sources

git-1.11.5.tbz
md5=86090621429b346357604e157274387a

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: 14 Apr 2018

Dependencies (12)

  1. decompress >= "0.6" & <= "0.7"
  2. ocplib-endian
  3. astring
  4. hex
  5. fmt
  6. logs
  7. lwt >= "2.4.7"
  8. uri >= "1.3.12"
  9. ocamlgraph
  10. mstruct >= "1.3.1"
  11. jbuilder >= "1.0+beta7"
  12. ocaml >= "4.02.3"

Dev Dependencies (3)

  1. mtime with-test & >= "1.0.0"
  2. nocrypto with-test
  3. alcotest with-test

Used by (12)

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

Conflicts

None