# -*- 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-mmap
github.setup        mirage mmap 1.2.0 v

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL-2.1
description         Support for mmap(2) in OCaml
long_description    {*}${description}.

distname            mmap-${version}
github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

checksums           rmd160  2cea49bb932f01ef4ad1d91ded924987929ea62e \
                    sha256  1602a8abc8e232fa94771a52e540e5780b40c2f2762eee6afbd9286502116ddb \
                    size    13986

depends_lib-append  port:ocaml-bigarray-compat

ocaml.build_type    dune
