# -*- 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-fmt
github.setup        dbuenzli fmt 0.9.0 v
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             ISC
description         Fmt exposes combinators to devise format pretty-printing functions
long_description    {*}${description}
homepage            https://erratique.ch/software/fmt

checksums           rmd160  9814ebc3e3d24e11654000654632bc96d422f9c2 \
                    sha256  af0906f0665e76be69992c1a556c5ffc2f79d88d3ba6115d6abf21c0909c378c \
                    size    24005
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
