# -*- 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-bigarray-overlap
github.setup        dinosaure overlap 0.2.1 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Bigarray.overlap
long_description    A minimal library to know that 2 bigarray share \
                    physically the same memory or not.
use_bzip2           yes
extract.suffix      .tbz
distname            bigarray-overlap-${version}
checksums           rmd160  e088e1eb942e4830dac972b25bf00b8fcbacfb81 \
                    sha256  2f520ac470054e335883eba9254bf28b6676ddb57753cfb58b22cf84ae1a66e0 \
                    size    6832
github.tarball_from releases

depends_lib-append  port:ocaml-js_of_ocaml-compiler

ocaml.build_type    dune
