# -*- 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-env_config
github.setup        janestreet env_config 0.16.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Helper library for retrieving configuration from an environment variable
long_description    {*}${description}
checksums           rmd160  836c2766e113dd230d54d2083bf1f7852819da74 \
                    sha256  39765a8be202a3f206d1e689b06876c40b05eb4d0307de22ad9b78f51cf1eb14 \
                    size    9972
github.tarball_from archive

depends_lib-append  port:ocaml-async \
                    port:ocaml-core \
                    port:ocaml-core_unix \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
