opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/mirage/decompress"
bug-reports:  "https://github.com/mirage/decompress/issues"
dev-repo:     "git+https://github.com/mirage/decompress.git"
doc:          "https://mirage.github.io/decompress/"
license:      "MIT"
synopsis:     "Implementation of Zlib in OCaml"
description: """Decompress is an implementation of Zlib in OCaml

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

build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
  "ocaml"      {>= "4.07.0"}
  "dune"
  "base-bytes"
  "bigarray-compat"
  "mmap"
  "optint"
  "checkseum"  {>= "0.0.3"}
  "camlzip"    {with-test & >= "1.07"}
  "re"         {with-test & >= "1.7.2"}
  "alcotest"   {with-test}
  "bos"        {with-test}
  "cmdliner"
]
url {
  src:
    "https://github.com/mirage/decompress/releases/download/v0.9.1/decompress-v0.9.1.tbz"
  checksum: [
    "sha256=4e2fe1fc285449c5ab85e42dfe5c2bb1a9dee11c85fc8550405981a79e101814"
    "sha512=b1ee40c92cda979bfb36aaa5d920263ccf017262af01596eca86d9dfb2d7796ca082c99e5ad46be5460936733484070168afeaa7e76df337939365f64d7b5502"
  ]
}
