# -*- 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-io-page
github.setup        mirage io-page 3.0.0 v
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Support for efficient handling of I/O memory pages
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  ab506ab245c289414206569ecabe5cab1a93e46e \
                    sha256  0e36ca74d9056ba6108090cb98bb2ebf2af079be3f4cdbea022820723ff786ee \
                    size    7967
github.tarball_from releases

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:ocaml-cstruct

ocaml.build_type    dune
