# -*- 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

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
