package zlib

  1. Overview
  2. Docs
Bindings to the zlib compression library

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.tar.gz
md5=f270d166bc3a1dde453e8c8715ad6df2

Description

providing deflate compression with or without zlib or gzip headers.

This library uses bigarrays as buffers and can therefore release the OCaml runtime during (de)compression, allowing other OCaml threads to continue.

Published: 13 Apr 2019

README

ocaml-zlib

OCaml zlib bindings

Documentation

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. biotk >= "0.2.0"

Conflicts

None