package carton-git

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

Install

Authors

Maintainers

Sources

git-carton-v0.7.0.tbz
sha256=bd690125d3f8669442130ceb14ccec7476b2e15ca25e2c7ffb5ab393eef20ef9
sha512=5ac302ba7f1eef653ff7991bca251bafa635150c80f6d3e47e4da3d32298df78f332f5d86c1f78c81f7ceb93216febf501cb943efc44c3122249e583782d62a9

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: 28 Sep 2023

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