# -*- 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.2
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  4f794d3fcb4f6e1b354778185082369217a183af \
                    sha256  98d7be2166d1bc0615f7b4592cf68842a86df0f7b0d98d949972317f23edd34c \
                    size    70674

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
