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

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Various signed and unsigned integer types for OCaml.
long_description    {*}${description}

github.tarball_from archive
worksrcdir          ${name}-${version}

checksums           rmd160  cfb48b64fd2efa60a1fc215074261a7b1f7546dc \
                    sha256  8bb517fa9a1818246eb8c4ce34ee1489fbebb4b92defa3a25d13cab8d23ec685 \
                    size    12758

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
