package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.8.0.tar.gz
md5=15565eb2875b3c1d37875f3b2a1da753

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: 04 May 2016

Dependencies (13)

  1. ocplib-endian
  2. crc <= "1.0.0"
  3. astring
  4. hex
  5. fmt
  6. logs
  7. mtime < "1.0.0"
  8. lwt >= "2.4.7"
  9. uri >= "1.3.12"
  10. ocamlgraph
  11. mstruct >= "1.3.1"
  12. cmdliner < "1.0.0"
  13. ocaml >= "4.01.0"

Dev Dependencies (11)

  1. nocrypto with-test
  2. camlzip with-test
  3. base-unix with-test
  4. conduit with-test
  5. cohttp with-test
  6. mirage-fs-unix with-test & >= "1.1.4"
  7. channel with-test
  8. mirage-flow with-test & < "2.0.0"
  9. mirage-http with-test
  10. mirage-types-lwt with-test & < "3.7.0"
  11. alcotest with-test

Used by (10)

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

Conflicts (9)

  1. cstruct > "3.1.1"
  2. mirage-flow > "1.1.0"
  3. nocrypto < "0.2.0"
  4. camlzip < "1.05"
  5. alcotest < "0.4.0"
  6. conduit >= "0.99"
  7. conduit < "0.8.4" | >= "3.0.0"
  8. cohttp >= "0.99.0"
  9. cohttp < "0.19.1"