# -*- 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        reasonml reason 3.17.3
name                ocaml-${github.project}
revision            1
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Reason\: Syntax & Toolchain for OCaml
long_description    {*}${description}
homepage            https://reasonml.github.io
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  055bf699e9813cce977dd68ae78923d6585494a6 \
                    sha256  01c4591b8213ad8c71b6e9f1d180eabd200d441936ee27fe9f99646b75f9865c \
                    size    508129
github.tarball_from releases

depends_build-append \
                    port:ocaml-findlib
depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-cppo \
                    port:ocaml-dune-build-info \
                    port:ocaml-fix \
                    port:ocaml-menhir \
                    port:ocaml-merlin-extend \
                    port:ocaml-ppxlib

ocaml.build_type    dune
