# -*- 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

github.setup        MisterDA config-file 1.2.2 release-
name                ocaml-${github.project}
revision            1
categories          ocaml devel
license             LGPL-2+
maintainers         nomaintainer
description         OCaml library used to manage the configuration files
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            ${github.project}-${version}
checksums           rmd160  9a0ffd8ef02f069e0b7b57e5898d8aa834420a9d \
                    sha256  129d7899bf5b5c5e6af2e8e4087d26cd494a43729742b6778a4f20dd00d4f0b5 \
                    size    22226
github.tarball_from releases

depends_build-append \
                    port:ocaml-camlp4 \
                    port:ocaml-cppo
depends_lib-append  port:ocaml-camlp-streams

ocaml.build_type    dune
