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

checksums           rmd160  0397ec2687d982ffddca88364a2660500abc27d2 \
                    sha256  fd2b8c6715794df7a810a62b226f53720f211cd344b4afc9fab0498796d6b466 \
                    size    285870
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-core \
                    port:ocaml-int_repr \
                    port:ocaml-ppx_jane \
                    port:ocaml-ppx_optcomp \
                    port:ocaml-uopt

ocaml.build_type    dune
