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

checksums           rmd160  ff9f1962399b2688378e72cb5cf6faf36c746ca8 \
                    sha256  b3b1ce50cb3a1607f5701a90f5d5b37d841325591b49ba11bfbee285f510d2d1 \
                    size    276775
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

ocaml.build_type    dune
