# -*- 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.18.0
name                ocaml-${github.project}
revision            0
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  94736e535d37e741954d95efa8a5b50066b0e1a2 \
                    sha256  4fba6a16f54551b78e1d90eb2c167f6ee964caf5383bc2d2f93ceccc7e64dc44 \
                    size    505316
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
