# -*- 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-pp
github.setup        ocaml-dune pp 2.0.0
revision            1
categories          ocaml
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Pretty-printing library
long_description    ${name} provides a lean alternative to the Format 1 \
                    module of the OCaml standard library.

checksums           rmd160  6e267f14d48a066b165d86dc3df947b41cac49c7 \
                    sha256  adf954a0e97f02a986dc55b775ea82c12b8e39f973bccee74b5fb7c89133361b \
                    size    12016
github.tarball_from archive

ocaml.build_type    dune
