# -*- 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           ocaml 1.1
PortGroup           github 1.0

name                ocaml-jingoo
version             1.5.3
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             BSD

github.setup        tategakibunko jingoo ${version}
github.tarball_from archive

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

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

checksums           rmd160  e566181ff6332c0eedf3065fd6172071213f9f05 \
                    sha256  4698ba7c030df6080a9cf683eabcaab96ef0f397b157d4cb9e08b068155c9abc \
                    size    70736

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

depends_build-append  \
                    port:ocaml-ppx_deriving

ocaml.build_type    dune
