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>
25 lines
895 B
Tcl
25 lines
895 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-compiler-libs
|
|
github.setup janestreet ocaml-compiler-libs 0.17.0 v
|
|
revision 1
|
|
|
|
categories ocaml devel
|
|
maintainers {landonf @landonf} openmaintainer
|
|
license MIT
|
|
description OCaml compiler libraries, repackaged
|
|
long_description Exposes the OCaml compiler libraries, repackaged under \
|
|
new toplevel names.
|
|
|
|
checksums rmd160 5a277cceb201775e233ecb7911387392e6b3b3fa \
|
|
sha256 9b9644d7351db699e57ddba7c767bb4153e6e988ccf45ead2fb238a3bd75cdc7 \
|
|
size 5006
|
|
github.tarball_from archive
|
|
|
|
ocaml.build_type dune
|
|
dune.packages ${name}
|