# -*- 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            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Pure OCaml implementation of Zlib and GZip
long_description    {*}${description}
checksums           rmd160  fd9191493deabc13684def02d2a241086293a039 \
                    sha256  05a3fefd5014cb4580b011a233d625dbeac7f1b1ff1529aadecb5722633de628 \
                    size    1245753
github.tarball_from archive

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

ocaml.build_type    dune
