# -*- 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-core
github.setup        janestreet core 0.17.2 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Jane Street Capitalʼs standard library overlay
long_description    ${description}

checksums           rmd160  58ec25ae920036106ee7cee15e36b1d8fcda9d98 \
                    sha256  09b326a89e2da24756ed347ab319ee1766a031f53bb524eaedbaa4434dedd1d4 \
                    size    631914
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-base_bigstring \
                    port:ocaml-base_quickcheck \
                    port:ocaml-bin_prot \
                    port:ocaml-fieldslib \
                    port:ocaml-jane-street-headers \
                    port:ocaml-jst-config \
                    port:ocaml-ppx_assert \
                    port:ocaml-ppx_base \
                    port:ocaml-ppx_hash \
                    port:ocaml-ppx_inline_test \
                    port:ocaml-ppx_diff \
                    port:ocaml-ppx_jane \
                    port:ocaml-ppx_optcomp \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppx_sexp_message \
                    port:ocaml-sexplib \
                    port:ocaml-splittable_random \
                    port:ocaml-stdio \
                    port:ocaml-time_now \
                    port:ocaml-typerep \
                    port:ocaml-variantslib

ocaml.build_type    dune
