# -*- 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-iri
version             1.2.0
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             LGPL-3
description         Implementation of Internationalized Resource Identifiers
long_description    {*}${description} (IRIs).

homepage            https://zoggy.frama.io/ocaml-iri
master_sites        ${homepage}/releases/
use_bzip2           yes
checksums           rmd160  0a05e37c48cf445e414397e1c07b98cba91beb0a \
                    sha256  adb25ddfedd68d4c3f10b9297b4c3c56485be8a0b286751b3586f122de032672 \
                    size    21162

depends_lib-append  port:ocaml-sedlex \
                    port:ocaml-uunf \
                    port:ocaml-uutf

ocaml.build_type    dune

livecheck.type      regex
livecheck.regex     ${name}-(\[0-9\.]+).tar.bz2
