package carton-lwt

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

Install

Authors

Maintainers

Sources

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

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: 20 Oct 2022

Dependencies (7)

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

Dev Dependencies (14)

  1. fpath >= "0.7.3" & with-test
  2. digestif >= "1.1.2" & with-test
  3. checkseum >= "0.3.3" & with-test
  4. bos >= "0.2.0" & with-test
  5. base64 >= "3.4.0" & with-test
  6. ke >= "0.6" & with-test
  7. rresult >= "0.6.0" & with-test
  8. result >= "1.5" & with-test
  9. mirage-flow >= "2.0.1" & with-test
  10. logs >= "0.7.0" & with-test
  11. fmt >= "0.8.9" & with-test
  12. cstruct >= "6.1.0" & with-test
  13. alcotest-lwt >= "1.2.3" & with-test
  14. alcotest >= "1.2.3" & with-test

Used by (2)

  1. carton-git >= "0.6.0"
  2. git = "3.2.0" | >= "3.4.0"

Conflicts

None