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

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

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

ocaml.build_type    dune
