# -*- 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

github.setup        mmottl lacaml 11.1.1
github.tarball_from releases
name                ocaml-lacaml
revision            0
categories          math devel ocaml
license             LGPL-2.1
maintainers         nomaintainer
description         OCaml interfaces to the BLAS- and LAPACK-library
long_description    {*}${description}

homepage            https://mmottl.github.io/lacaml

distname            lacaml-${version}
extract.suffix      .tbz
use_bzip2           yes

checksums           rmd160  b662b5ee12af9ab1d804c2c9ecaf44d1ef8f1dc6 \
                    sha256  344b3b03f95f03ef0013a935f443d6d367b5a6c78313b1e86c6481fd9c0b7287 \
                    size    113337

ocaml.build_type    dune

depends_lib-append  port:ocaml-dune-configurator
