package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.18.0.tbz
sha256=925795627e6daae0b4bd16aa506879df11cb201e65fefe38e81378f18d517d4b
sha512=8e407d49808ec26445b0c706f7b010b35050d274b534e265487cb82bcac1f29cd5c41365851d42f84794ddbceb57b90143768a23154117e902b45419d156c410

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 Feb 2025

Dependencies (30)

  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 >= "4.0.0"
  7. hxd >= "0.3.2"
  8. encore >= "0.8"
  9. fpath
  10. astring
  11. ocamlgraph >= "1.8.8"
  12. checkseum >= "0.3.3"
  13. fmt >= "0.8.7"
  14. ke >= "0.4"
  15. carton-git >= "0.7.2"
  16. carton-lwt >= "0.7.2"
  17. carton >= "0.7.2"
  18. angstrom >= "0.14.0"
  19. cstruct >= "6.0.0"
  20. mimic >= "0.0.6"
  21. lwt
  22. logs
  23. decompress >= "1.4.0"
  24. optint
  25. bigstringaf >= "0.9.0"
  26. base64 >= "3.0.0"
  27. rresult >= "0.7.0"
  28. digestif >= "1.1.2"
  29. dune >= "2.8.0"
  30. ocaml >= "4.08.0"

Dev Dependencies (6)

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

Used by (13)

  1. docteur
  2. docteur-solo5
  3. docteur-unix
  4. git-kv
  5. git-mirage >= "3.18.0"
  6. git-paf >= "3.18.0"
  7. git-unix >= "3.18.0"
  8. irmin-cli
  9. irmin-git >= "2.6.0"
  10. irmin-mirage-git >= "2.5.1" & < "2.8.0" | >= "2.10.0"
  11. irmin-mirage-graphql >= "2.5.1"
  12. irmin-unix >= "2.5.4"
  13. plotkicadsch >= "0.9.0"

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.