# -*- 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-int_repr
github.setup        janestreet int_repr 0.17.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         Integers of various widths
long_description    ${description}

checksums           rmd160  b3a8118deee05be049bfa39418e09efa35a822b4 \
                    sha256  84834341ee55934dec68f3fb6ea9328092eece8ec7f079ac3eee2a11d08c52df \
                    size    9585
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
