carton
  1. Overview
  2. Docs
Implementation of PACKv2 file in OCaml

Install

Authors

Maintainers

Sources

git-carton-v0.6.0.tbz
sha256=3409b85eaecbd038329ebf1c299437e7a338191e83d7d2db091c6f9d29487f55
sha512=f11a6434315f5458abc68fde0a86cf332aac8ad4419c3e703e3588c2598802f82948dc5a249b3193995155474cc6df43c6d91c028e7631caf3f18469b7b5ff6a

Description

Carton is an implementation of the PACKv2 file in OCaml. PACKv2 file is used by Git to store Git objects. Carton is more abstracted when it can store any objects.

Published: 20 Oct 2022

Dependencies (19)

  1. digestif >= "1.1.2"
  2. bos
  3. fpath
  4. rresult
  5. result
  6. fmt >= "0.8.9"
  7. psq >= "0.2.0"
  8. hxd >= "0.3.2"
  9. cmdliner >= "1.1.0"
  10. logs
  11. checkseum >= "0.3.3"
  12. bigstringaf >= "0.9.0"
  13. optint >= "0.0.4"
  14. cstruct >= "6.1.0"
  15. decompress >= "1.4.3"
  16. duff >= "0.5"
  17. ke >= "0.6"
  18. dune >= "2.8.0"
  19. ocaml >= "4.08.0"

Dev Dependencies (9)

  1. mirage-flow >= "2.0.1" & with-test
  2. ocamlfind >= "1.8.1" & with-test
  3. lwt >= "5.3.0" & with-test
  4. alcotest-lwt >= "1.2.3" & with-test
  5. crowbar with-test & >= "0.2.1"
  6. alcotest with-test
  7. base-threads with-test
  8. base-unix with-test
  9. base64 with-test & >= "3.0.0"

Used by (7)

  1. carton-git >= "0.6.0"
  2. carton-lwt >= "0.6.0"
  3. docteur
  4. docteur-solo5
  5. docteur-unix
  6. git = "3.2.0" | >= "3.4.0"
  7. git-kv

Conflicts

None