carton-git
  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 (13)

  1. logs >= "0.7.0"
  2. astring >= "0.8.5"
  3. decompress >= "1.4.3"
  4. base-unix
  5. fmt >= "0.8.9"
  6. result
  7. fpath
  8. lwt
  9. bigstringaf >= "0.9.0"
  10. carton-lwt = version
  11. carton = version
  12. dune >= "2.8.0"
  13. ocaml >= "4.08.0"

Dev Dependencies (6)

  1. ke >= "0.6" & with-test
  2. rresult >= "0.6.0" & with-test
  3. mirage-flow >= "2.0.1" & with-test
  4. cstruct >= "6.1.0" & with-test
  5. alcotest-lwt >= "1.2.3" & with-test
  6. alcotest >= "1.2.3" & with-test

Used by (1)

  1. git = "3.2.0" | >= "3.4.0"

Conflicts

None