# -*- 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.11.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Fmt exposes combinators to devise format pretty-printing functions
long_description    {*}${description}
homepage            https://erratique.ch/software/fmt

checksums           rmd160  63669993f69e979616766724fc3543823576d896 \
                    sha256  4fccf14cc680517ea4efb08a884a0c41577ccf051b74d212dabdd8a981d81d5f \
                    size    24818
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
