# -*- 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.16.2 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Jane Street Capitalʼs standard library overlay
long_description    ${description}

checksums           rmd160  be63768151be24b18fd45b5be3bfdb6fe5af0c84 \
                    sha256  9ba3390bd8ea5a018a5d84dbfd6b5c652989bf541159173e76180eb3de5b99fd \
                    size    542390
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_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
