# -*- 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.17.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  192550d2b4359c5d86555ef613911b9c41048072 \
                    sha256  cd3cf73c31f6b0e18677ce92ce0e6f866b0596d5ea1fc540212c422930a730a0 \
                    size    9776
github.tarball_from archive

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

ocaml.build_type    dune
