mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Version updates required for 5.5: - ocaml-merlin to 5.8-505 - ocaml-camlp4 to 5.5+1 - ocaml-js_of_ocaml to 6.4.0 - ocaml-batteries to 3.11.0 Removed ocaml-ppx_tools which is dead upstream and superseded by ppxlib. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
24 lines
829 B
Tcl
24 lines
829 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
|
|
|
|
name ocaml-bigarray-compat
|
|
github.setup mirage bigarray-compat 1.1.0 v
|
|
revision 2
|
|
|
|
categories ocaml devel lang
|
|
license ISC
|
|
maintainers {landonf @landonf} openmaintainer
|
|
|
|
description OCaml compatibility library to use Stdlib.Bigarray when possible
|
|
long_description {*}${description}.
|
|
|
|
checksums rmd160 45e56e15b6f937fbfdc7c3f03cd0aa6e5991aa22 \
|
|
sha256 cf09354986d1ab7d506949f58e73dd72be8aedb241c1593381c18e92a70c0bb1 \
|
|
size 2046
|
|
github.tarball_from archive
|
|
|
|
ocaml.build_type dune
|