package git

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

Install

Authors

Maintainers

Sources

git-3.1.1.tbz
sha256=0b15e29bb70edfabd4014049d902162738c4cc8e9ffbd707a595c72edff1aab9
sha512=dad22e05313c4245f0ed45c632b68208cff9ad9ea1c3214ae0e32c6a945324363257679bf3760ad9d9383ae444a0371712fe8ef4f0e20181ebb42f893997bfc9

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: 27 Jan 2021

Dependencies (32)

  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. fpath
  8. encore >= "0.7"
  9. fpath
  10. astring
  11. ocamlgraph >= "1.8.8"
  12. checkseum >= "0.2.1"
  13. fmt >= "0.8.7"
  14. ke >= "0.4"
  15. carton-git < "0.2.0"
  16. carton-lwt < "0.2.0"
  17. carton < "0.2.0"
  18. angstrom >= "0.14.0"
  19. cstruct >= "5.0.0"
  20. mimic
  21. lwt
  22. logs
  23. decompress < "1.3.0"
  24. optint
  25. bigstringaf < "0.9.0"
  26. bigarray-compat
  27. result
  28. rresult
  29. stdlib-shims
  30. digestif >= "0.8.1"
  31. dune >= "2.6.0"
  32. ocaml >= "4.07.0"

Dev Dependencies (7)

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

Used by (15)

  1. datakit != "0.12.0"
  2. dog
  3. git-cohttp = "3.1.1"
  4. git-cohttp-mirage = "3.1.1"
  5. git-cohttp-unix = "3.1.1"
  6. git-mirage < "1.11.4" | = "3.1.1"
  7. git-unix = "3.1.1"
  8. imaplet-lwt >= "0.1.3"
  9. irmin >= "0.9.0" & != "0.10.1" & < "0.11.1"
  10. irmin-git >= "2.3.0" & < "2.5.1"
  11. irmin-mirage-git >= "2.3.0" & < "2.5.1"
  12. irmin-mirage-graphql >= "2.3.0" & < "2.6.0"
  13. irmin-unix < "0.9.9" | >= "2.3.0" & < "2.5.1"
  14. merge-queues >= "0.2.0"
  15. plotkicadsch >= "0.5.0" & < "0.6.1"

Conflicts

None