package decompress

  1. Overview
  2. Docs
Implementation of Zlib in OCaml

Install

Authors

Maintainers

Sources

decompress-v1.0.0.tbz
sha256=34a04176a42955ce529a1b57e8b225e7cf63680e49dd8ad05b3fe463bc7863bd
sha512=cfc300cbf620563453ca166e5a53fde3317c8a24ce3010a5cdee080f51cca26c67f658e57bd8feee582c7dcb459a692010b90907ae2e9ba9fe494d5da5d88c13

Description

Decompress is an implementation of Zlib in OCaml

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

Published: 26 Sep 2019

Dependencies (7)

  1. fmt
  2. checkseum >= "0.1.1"
  3. optint >= "0.0.3"
  4. bigarray-compat
  5. base-bytes
  6. dune
  7. ocaml >= "4.07.0"

Dev Dependencies (3)

  1. hxd with-test & < "0.3.0"
  2. alcotest with-test
  3. bigstringaf with-test

Used by (2)

  1. git >= "3.0.0" & < "3.3.1"
  2. rfc1951 = "1.0.0"

Conflicts

None