# -*- 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        andrenth ocaml-stdint 0.7.2
categories          ocaml devel
license             MIT
maintainers         {landonf @landonf} openmaintainer

description         Fixed width integer types for OCaml
long_description    The stdint library provides signed and unsigned integer types \
                    of various fixed widths.

checksums           rmd160  e12085abfd82062d5b727d552b5823069226ef29 \
                    sha256  b0efc17f83f4a744f0a578edce476eba83aa1894c7e45993db375189b47c5e64 \
                    size    35444
github.tarball_from archive

ocaml.build_type    dune
