# -*- 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_extended
github.setup        janestreet core_extended 0.16.0 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  3aaabef347f1b156b7521db06d3b51e54a194ac6 \
                    sha256  cf8a323227cd7acc43ba1960ce69cb8c838be7ae0fb5b18962c3039fe08af220 \
                    size    36696
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-core_unix \
                    port:ocaml-ppx_jane \
                    port:ocaml-re \
                    port:ocaml-record_builder

ocaml.build_type    dune
