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

github.setup        tategakibunko jingoo ${version}
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

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

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

checksums           rmd160  9c10785a24b8c60618db782104cf19eee719d3f7 \
                    sha256  08d08d0902624de4a66c2d3cc0cf3a9c78c1b8303762d8c757fbab18054351da \
                    size    69957

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

ocaml.build_type    dune
