# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           ocaml 1.1

name                ocaml-decompress
github.setup        mirage decompress 1.6.0 v
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

description         Implementation of Zlib and GZip in OCaml

long_description    Decompress is an implementation of Zlib and GZip in OCaml.

checksums           rmd160  14c6b6349b1eed32434e922365c4d2ef1098ae7b \
                    sha256  aa2e842dc009bcddcbb5c0791f5dbeee2bda5a104ecc7681aa37ac42537e3121 \
                    size    1040340

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

depends_lib-append  port:ocaml-checkseum \
                    port:ocaml-cmdliner \
                    port:ocaml-optint

ocaml.build_type dune
