package carton

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

Install

Dune Dependency

Authors

Maintainers

Sources

carton-carton-v0.4.3.tbz
sha256=f9c992b84235a32da3b756f42b2b3d3136b306415b0d4f4f259d07738a6ee963
sha512=4a52483100b4f16a66c248116b7e53528a52b20b4743d26d94463cc711ed04e0fc3215119ce9b0cb75c2f822667e0853102bff4bc7740170f816674862d18b9a

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: 03 Aug 2021

Dependencies (21)

  1. mmap
  2. digestif >= "0.8.1"
  3. bos
  4. fpath
  5. rresult
  6. result
  7. fmt >= "0.8.9"
  8. psq >= "0.2.0"
  9. hxd >= "0.3.0"
  10. cmdliner >= "1.0.4"
  11. bigarray-compat
  12. logs
  13. checkseum >= "0.3.2"
  14. bigstringaf >= "0.7.0" & < "0.9.0"
  15. optint >= "0.0.4"
  16. cstruct >= "6.0.0"
  17. decompress >= "1.4.1"
  18. duff >= "0.3"
  19. ke >= "0.4"
  20. dune >= "2.8.0"
  21. ocaml >= "4.08.0" & < "5.0"

Dev Dependencies (10)

  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"
  6. alcotest with-test
  7. base-threads with-test
  8. base-unix with-test
  9. base64 with-test & >= "3.0.0"
  10. decompress with-test & < "1.4.3"

Used by (6)

  1. carton-git = "0.4.3"
  2. carton-lwt = "0.4.3"
  3. docteur
  4. docteur-solo5
  5. docteur-unix
  6. git = "3.2.0" | >= "3.4.0" & < "3.9.1"

Conflicts

None