mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Bump revision of ocaml-lacaml, ocaml-base, ocaml-checkseum, ocaml-cryptokit, ocaml-lwt, ocaml-sqlite3, and stog for updated ocaml-dune-configurator, ocaml-dune-build-info, and ocaml-dune-site subport library interfaces. Bump revision of ocaml-camomile and patch EBCDIC-PT charmap to add missing <code_set_name> header, fixing charmap generation with dune 3.24.0. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
30 lines
969 B
Tcl
30 lines
969 B
Tcl
# -*- 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 3
|
|
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
|