# -*- 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.16.0 v
revision            1
categories          ocaml
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Integers of various widths
long_description    ${description}

checksums           rmd160  9695f84f2e32908647a42d2dedb8c598cc882bf9 \
                    sha256  f0efa8b2cf81039f9b73b92287906211f97d56f3988dda891898f27d79293d3a \
                    size    9227
github.tarball_from archive

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

ocaml.build_type    dune
