package carton-lwt

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

Install

Authors

Maintainers

Sources

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

Description

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

Published: 09 Jan 2021

Dependencies (7)

  1. bigstringaf >= "0.7.0"
  2. optint >= "0.0.4"
  3. decompress >= "1.2.0" & < "1.3.0"
  4. lwt
  5. carton = version
  6. dune >= "2.6.0"
  7. ocaml >= "4.08.0"

Dev Dependencies (17)

  1. stdlib-shims >= "0.1.0" & with-test
  2. mmap >= "1.1.0" & with-test
  3. fpath >= "0.7.3" & with-test
  4. digestif >= "1.0.0" & with-test
  5. checkseum >= "0.3.0" & with-test
  6. bos >= "0.2.0" & with-test
  7. base64 >= "3.4.0" & with-test
  8. ke >= "0.4" & with-test
  9. bigarray-compat >= "1.0.0" & with-test
  10. rresult >= "0.6.0" & with-test
  11. result >= "1.5" & with-test
  12. mirage-flow >= "2.0.1" & with-test
  13. logs >= "0.7.0" & with-test
  14. fmt >= "0.8.9" & with-test
  15. cstruct >= "6.0.0" & with-test
  16. alcotest-lwt >= "1.2.3" & with-test
  17. alcotest >= "1.2.3" & < "1.4.0" & with-test

Used by (2)

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

Conflicts

None