package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.0.tar.gz
md5=9d454b6303adc0ff6553f20c7db8f6ec

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: 10 Jun 2014

Dependencies (13)

  1. ocamlbuild build
  2. conduit = "0.5.1"
  3. lwt
  4. ocamlgraph
  5. re
  6. cmdliner < "1.0.0"
  7. uri >= "1.3.12"
  8. sha
  9. core_kernel >= "109.55.02"
  10. camlzip >= "1.05"
  11. mstruct >= "1.3.0"
  12. dolog >= "0.4" & <= "0.6"
  13. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (7)

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

Conflicts (1)

  1. mirage-types < "1.1.0"