# -*- 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-jingoo
github.setup        tategakibunko jingoo 1.5.4
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             BSD

description         Template engine almost compatible with Jinja2 (python template engine)
long_description    {*}${description}

homepage            https://github.com/tategakibunko/jingoo

checksums           rmd160  1a1f5266eb189f622f6bba251ddc212764fcceec \
                    sha256  42336014cbde8b0d73a0230f5b70b127782874134ab8ea7c8c1c586afa909a0b \
                    size    70974
github.tarball_from archive

depends_build-append \
                    port:ocaml-ppx_deriving

depends_lib-append  port:ocaml-menhir \
                    port:ocaml-ounit \
                    port:ocaml-re \
                    port:ocaml-uucp \
                    port:ocaml-uutf

ocaml.build_type    dune
