# -*- 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

github.setup        yallop ocaml-integers 0.8.0
revision            1
categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Various signed and unsigned integer types for OCaml.
long_description    {*}${description}

checksums           rmd160  72a59958e6d5e65861508e60c48d11890a1bc7bc \
                    sha256  04a1a6d5cc1ecfd3f354a83caed27e59995bb26adec64d88193ccc36268929fa \
                    size    14595
github.tarball_from archive

worksrcdir          ${name}-${version}

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
