package carton

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

Install

Authors

Maintainers

Sources

carton-carton-v0.1.0.tbz
sha256=2fcf72f1039da2aea64c6da3f67f7110f1b2fa27b0a5c433f2a243fd9a4e02e8
sha512=d60b0cb52eea1362cfb6457fad3d0a544d8ae1d69568255d1a685343973222695e8360d46833780dac69c196b05f03260fe2ea3d270e5021cf596d47a00f4c6d

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: 09 Jan 2021

Dependencies (14)

  1. fmt >= "0.8.9"
  2. psq >= "0.2.0"
  3. logs
  4. checkseum >= "0.2.1"
  5. bigarray-compat
  6. stdlib-shims
  7. bigstringaf >= "0.7.0" & < "0.9.0"
  8. optint >= "0.0.4"
  9. cstruct >= "5.0.0" & < "6.1.0"
  10. decompress >= "1.2.0" & < "1.3.0"
  11. duff >= "0.3"
  12. ke >= "0.4"
  13. dune >= "2.6.0"
  14. ocaml >= "4.08.0" & < "5.0"

Dev Dependencies (15)

  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. mmap with-test
  10. digestif with-test & >= "0.8.1"
  11. bos with-test
  12. base64 with-test & >= "3.0.0"
  13. fpath with-test
  14. rresult with-test
  15. result with-test

Used by (3)

  1. carton-git < "0.2.0"
  2. carton-lwt < "0.2.0"
  3. git >= "3.0.0" & < "3.2.0"

Conflicts

None