# -*- 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.5.3 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  b0324e58d9add1dcaa8db589b86482f1e331a253 \
                    sha256  f91e6978beff3fcb61440d32f7c99c99f1e8654b4fb18408741d36035373ac60 \
                    size    1040199

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
