# -*- 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-ppx_custom_printf
github.setup        janestreet ppx_custom_printf 0.16.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         Extensions to printf-style format-strings for user-defined string conversion
long_description    ${description}

checksums           rmd160  b77b8fd7f3aeb7e02d3b42cce1ec775266282c05 \
                    sha256  6f1d36859077c061b92934bd9127b2cae008365db922385ecf4ce9780e7ef627 \
                    size    9729
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppxlib

ocaml.build_type    dune
