# -*- 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-oasis
version             0.4.11
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Tooling for building OCaml libraries and applications
long_description    {*}${description}
distname            oasis-${version}
homepage            http://oasis.forge.ocamlcore.org
master_sites        https://download.ocamlcore.org/oasis/oasis/${version}/
checksums           rmd160  a251e50ca83840515ce9b94af264bd92dfb59677 \
                    sha256  18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e \
                    size    395407

depends_build-append \
                    port:ocaml-ocamlify \
                    port:ocaml-ocamlmod

depends_lib-append  port:ocaml-ocamlbuild

ocaml.build_type    oasis
