# -*- 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-stdlib-shims
github.setup        ocaml stdlib-shims 0.3.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL
description         Backport newer OCaml stdlib features to older compilers
long_description    Backport some of the new stdlib features to older \
                    compilers, such as the Stdlib module.

checksums           rmd160  b22ddd9cba1b8253290a23d01f035348ae1b86a6 \
                    sha256  e67d7492f3ad85b0a33916fd1d5d8475cf6126da74cc6baa89b61392e3172149 \
                    size    11567

ocaml.build_type    dune
