# -*- 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            0
categories          ocaml devel
maintainers         {pguyot @pguyot} 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 are compatible with the integers represented by OCaml's native \
                    int type on 64-bit platforms, but behave differently on 32-bit platforms.

checksums           rmd160  50bb64635178b4a025cc1b44607cab67be4a33bb \
                    sha256  295cff2c134b0385b13ba81d5005d9f841ba40d4a502aed10c997f239ef1147b \
                    size    11309

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

ocaml.build_type    dune
