# -*- 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           github 1.0
PortGroup           ocaml 1.1

name                ocaml-ezxmlm
github.setup        mirage ezxmlm 1.1.0 v
revision            2
categories          ocaml textproc
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Combinators for parsing and selection of XML structures
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            ezxmlm-v${version}
checksums           rmd160  265d534af7107765d0415962163f3f44b073cc7c \
                    sha256  cdc8027e98b24844b4e373cdce9a3d4a96c3ab6196b8ffd2b3b48e9420b16d88 \
                    size    5298
github.tarball_from releases

depends_lib-append  port:ocaml-xmlm

ocaml.build_type    dune
