# -*- 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-css
version             0.3.0
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         CSS parser and printer
long_description    {*}${description}
homepage            https://zoggy.frama.io/${name}
master_sites        ${homepage}/releases/
use_bzip2           yes
checksums           rmd160  4afdfe67f8e5a63719e86182f2cad4af07a07770 \
                    sha256  40ac3b58a6d41de7bf70433cdfcfc55a5f2acd534479d8ae94da4d5e25f9e3ba \
                    size    57141

depends_lib-append  port:ocaml-angstrom \
                    port:ocaml-fmt \
                    port:ocaml-iri \
                    port:ocaml-logs \
                    port:ocaml-rdf

ocaml.build_type    dune

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