package decompress

  1. Overview
  2. Docs
Implementation of Zlib and GZip in OCaml

Install

Authors

Maintainers

Sources

decompress-1.5.1.tbz
sha256=cbf395a23171864b09410befb52dfc485ed99cc110840b700decb4212c32a4fe
sha512=a96b74d3f8f4d7b110bea94988ba897dab8c63f50751bffa498ad5fc2a7fc806b7fc20b90926394b9780f5c2ac93e9a6c7447c7b38366e43b3f5afff3dc4dcc8

Description

Decompress is an implementation of Zlib and GZip in OCaml

It provides a pure non-blocking interface to inflate and deflate data flow.

Published: 30 Aug 2022

Dependencies (5)

  1. checkseum >= "0.2.0"
  2. optint >= "0.1.0"
  3. cmdliner >= "1.1.0"
  4. dune >= "2.8.0"
  5. ocaml >= "4.07.0"

Dev Dependencies (8)

  1. rresult with-test
  2. crowbar with-test & >= "0.2"
  3. base64 >= "3.0.0" & with-test
  4. camlzip >= "1.10" & with-test
  5. fmt with-test & >= "0.8.7"
  6. ctypes with-test & >= "0.18.0"
  7. alcotest with-test
  8. bigstringaf with-test

Used by (13)

  1. albatross >= "1.1.1"
  2. carton >= "0.4.4"
  3. carton-git >= "0.3.0"
  4. carton-lwt >= "0.3.0"
  5. clz
  6. doi2bib >= "0.4.0" & < "0.5.2"
  7. dream-encoding
  8. git >= "3.0.0" & < "3.1.1" | >= "3.9.1"
  9. git-unix = "3.1.0" | >= "3.3.1"
  10. imagelib >= "20210402"
  11. rfc1951 = "1.5.1"
  12. SZXX >= "2.0.0"
  13. tar >= "2.1.0"

Conflicts

None