# -*- 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-base
github.setup        janestreet base 0.17.3 v
revision            1
github.tarball_from archive

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Jane Street's Full standard library replacement for OCaml
long_description    Base is a complete and portable alternative to the OCaml standard library, \
                    providing all functionality expected from a language standard library.

distname            ${git.branch}

checksums           rmd160  320002b9a0960973f57482e367f25968738aff90 \
                    sha256  3f3f64789ab25bb5cb7f5f907dd651dec9cc9440981822fe75df6b94344b7208 \
                    size    478230

depends_lib         port:ocaml-dune-configurator \
                    port:ocaml-ocaml_intrinsics_kernel \
                    port:ocaml-sexplib0

ocaml.build_type    dune
test.run            yes
