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

checksums           rmd160  9097bec4c96cad2609a5685c4f4efb95ba95dff1 \
                    sha256  17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446 \
                    size    60067
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
