package git

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

Install

Dune Dependency

Authors

Maintainers

Sources

git-3.6.0.tbz
sha256=b148810ea65aef76503a0fd5deb351fa7307fd29f06ce93fdf43cc7add5c1b45
sha512=73e0a7ab2bf00102653ac14d47ac62f3dddcdb0e24f7c5e33226801331cf608bcbfba2f058b5cb612ba9313d6ab12b2d01556169239e5fb18ef1c14a9b1c1eaf

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: 20 Oct 2021

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
  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 (18)

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

Conflicts

None