# -*- 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.16.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  023990f9ef0b37574209ee7bb2bf2830693ebf6c \
                    sha256  9bf9e503e2bd010325c7b0f5ae007ce1e5d3da61f0e06d2fbb64e9d12ccff93c \
                    size    442632

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

ocaml.build_type    dune
test.run            yes
