# -*- 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-jst-config
github.setup        janestreet jst-config 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Compile-time configuration for Jane Street libraries
long_description    {*}${description}

checksums           rmd160  0f7c1737a3b6e9f6053674d53f1b2f209dc2a142 \
                    sha256  2cf345e33bed0ee4c325667e77dfc5bee8f12afd56318b7c9acf81ec875ecf6e \
                    size    5052
github.tarball_from archive

depends_build-append \
                    port:ocaml-dune-configurator
depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_assert

ocaml.build_type    dune
