package carton-git

  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 (15)

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

Dev Dependencies (6)

  1. ke >= "0.4" & with-test
  2. rresult >= "0.6.0" & with-test
  3. mirage-flow >= "2.0.1" & with-test
  4. cstruct >= "6.0.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" & < "3.9.1"

Conflicts

None