# -*- 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-compiler-libs
github.setup        janestreet ocaml-compiler-libs 0.12.4 v

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         OCaml compiler libraries, repackaged
long_description    Exposes the OCaml compiler libraries, repackaged under \
                    new toplevel names.

checksums           rmd160  29589db75e3197946fcf7b684c12835c6777a98c \
                    sha256  f4c37daf975b67c1f645a5d0294ec8ca686b982da410d9f915ccd93548c6e2f1 \
                    size    5435
github.tarball_from archive

ocaml.build_type    dune
dune.packages       ${name}
