package git

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

Install

Authors

Maintainers

Sources

git-3.8.0.tbz
sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077
sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015

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.

Published: 03 Feb 2022

Dependencies (33)

  1. uri >= "4.1.0"
  2. psq >= "0.2.0"
  3. ipaddr >= "5.0.1"
  4. emile >= "1.1"
  5. domain-name >= "0.3.0"
  6. mirage-flow >= "2.0.1"
  7. hxd >= "0.3.1"
  8. fpath
  9. encore >= "0.8"
  10. fpath
  11. astring
  12. ocamlgraph >= "1.8.8"
  13. checkseum >= "0.2.1"
  14. fmt >= "0.8.7"
  15. ke >= "0.4"
  16. carton-git >= "0.4.3"
  17. carton-lwt >= "0.4.3"
  18. carton >= "0.4.3"
  19. angstrom >= "0.14.0"
  20. cstruct >= "6.0.0" & < "6.1.0"
  21. mimic >= "0.0.4"
  22. lwt
  23. logs
  24. decompress >= "1.4.0" & < "1.4.3"
  25. optint
  26. bigarray-compat
  27. bigstringaf < "0.9.0"
  28. result
  29. base64 >= "3.0.0"
  30. rresult
  31. digestif >= "0.8.1"
  32. dune >= "2.8.0"
  33. ocaml >= "4.08.0"

Dev Dependencies (6)

  1. crowbar >= "0.2" & with-test
  2. base-unix with-test
  3. cmdliner with-test
  4. mirage-crypto-rng with-test & >= "0.8.0"
  5. alcotest-lwt with-test & >= "1.1.0"
  6. alcotest with-test & >= "1.1.0"

Used by (17)

  1. datakit != "0.12.0"
  2. docteur
  3. docteur-solo5
  4. docteur-unix
  5. dog
  6. git-mirage < "1.11.4" | = "3.8.0"
  7. git-paf = "3.8.0"
  8. git-unix = "3.8.0"
  9. imaplet-lwt >= "0.1.3"
  10. irmin >= "0.9.0" & != "0.10.1" & < "0.11.1"
  11. irmin-cli
  12. irmin-git >= "2.6.0"
  13. irmin-mirage-git >= "2.5.1" & < "2.8.0" | >= "2.10.0"
  14. irmin-mirage-graphql >= "2.5.1"
  15. irmin-unix < "0.9.9" | >= "2.5.4"
  16. merge-queues >= "0.2.0"
  17. plotkicadsch >= "0.5.0" & < "0.6.1" | >= "0.9.0"

Conflicts

None