package git

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

git-3.17.0.tbz
sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265
sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009

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: 05 Sep 2024

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" & < "1.0.0"
  17. carton >= "0.7.2" & < "1.0.0"
  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.0.0"
  5. alcotest-lwt with-test & >= "1.1.0"
  6. alcotest with-test & >= "1.1.0"

Conflicts (1)

  1. result < "1.5"