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>
23 lines
818 B
Tcl
23 lines
818 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-pprint
|
|
github.setup fpottier pprint 20230830
|
|
revision 2
|
|
|
|
categories ocaml devel
|
|
maintainers {landonf @landonf} openmaintainer
|
|
license LGPL-2
|
|
description Pretty-printing library for OCaml
|
|
long_description A pretty-printing combinator library and rendering engine for OCaml.
|
|
|
|
checksums rmd160 75cf4253ee5a33ecb485476901e5d2846607ad04 \
|
|
sha256 3eddd10895d7abe792bdfb3af39af169d4aaacc41b4a4e9a11250f60bcd6ebf0 \
|
|
size 52012
|
|
github.tarball_from archive
|
|
|
|
ocaml.build_type dune
|