package carton-lwt

  1. Overview
  2. No Docs
Implementation of PACK 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 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: 03 Aug 2021

Dependencies (7)

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

Dev Dependencies (16)

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

Used by (2)

  1. carton-git = "0.4.3"
  2. git = "3.2.0" | >= "3.4.0" & < "3.9.1"

Conflicts

None