package decompress

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

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-v1.4.2.tbz
sha256=822f125b46c87f4a902c334db8c86d4d5f33ebe978e93c40351a4d3269b95225
sha512=9cb82615923a5fffc5c8dce1d9361a467e35e91092c25c98f5afda8f4226059c59eb695c55e63adf92d766c7747e15df186386bcaeb399497dd1ae5b024c09fa

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: 03 Aug 2021

Dependencies (7)

  1. checkseum >= "0.3.2"
  2. optint >= "0.1.0"
  3. cmdliner >= "1.0.0"
  4. bigarray-compat
  5. base-bytes
  6. dune >= "2.8.0"
  7. 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
  6. ctypes with-test & >= "0.18.0"
  7. alcotest with-test
  8. bigstringaf with-test

Used by (12)

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

Conflicts

None