# -*- 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

name                ocaml-higlo
version             0.10.0
revision            1
categories          textproc devel ocaml
maintainers         {pguyot @pguyot} openmaintainer
license             LGPL-3

description         Syntax highlighting library for OCaml
long_description    {*}${description}

homepage            https://zoggy.frama.io/higlo/
master_sites        ${homepage}releases/

distname            higlo-${version}

use_bzip2           yes

checksums           rmd160  a646a8d7c21136067ab1bdbfba32c05a0c6677c5 \
                    sha256  dbfc94fbf2fa9a96e4e9295ca0e9420cfc738574112ebae79c0ad96c483067d2 \
                    size    15134

depends_lib-append  port:ocaml-sedlex \
                    port:ocaml-xtmpl

ocaml.build_type    dune

livecheck.type      regex
livecheck.url       https://framagit.org/zoggy/higlo/-/tags
livecheck.regex     {higlo-(\d+\.\d+\.\d+)\.tar}
