opam-version: "2.0"
maintainer: "Christopher Zimmermann <christopher@gmerlin.de>"
authors: "Christopher Zimmermann <christopher@gmerlin.de>"
homepage: "https://github.com/madroach/ocaml-zlib"
dev-repo: "git+https://github.com/madroach/ocaml-zlib.git"
bug-reports: "https://github.com/madroach/ocaml-zlib/issues"
license: "ISC"
build: [
  ["dune" "build" "-p" "zlib"]
  ["dune" "build" "@doc" "-p" "zlib"] {with-doc}
]
run-test: [["dune" "runtest" "-p" "zlib"] {ocaml:version >= "4.06"}]
depends: [
  "ocaml"
  "dune"
  "base-bigarray"
  "conf-zlib"
  "odoc" {with-doc}
]
synopsis: "Bindings to the zlib compression library"
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."""
url {
  src: "https://github.com/madroach/ocaml-zlib/archive/0.6.tar.gz"
  checksum: "md5=f270d166bc3a1dde453e8c8715ad6df2"
}
