# -*- 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-optint
github.setup        mirage optint 0.3.0 v
revision            2
categories          ocaml math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Efficient integer types on 64-bit architectures
long_description    This library provides two new integer types, Optint.t and Int63.t, \
                    which guarantee efficient representation on 64-bit architectures \
                    and provide a best-effort boxed representation on 32-bit architectures.
use_bzip2           yes
extract.suffix      .tbz
distname            optint-${version}
checksums           rmd160  50bb64635178b4a025cc1b44607cab67be4a33bb \
                    sha256  295cff2c134b0385b13ba81d5005d9f841ba40d4a502aed10c997f239ef1147b \
                    size    11309
github.tarball_from releases

ocaml.build_type    dune
