# -*- 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-xml-light
github.setup        ncannasse xml-light 2.5
revision            2
categories          ocaml textproc
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             LGPL-2.1
description         Xml-Light is a minimal XML parser & printer
long_description    {*}${description} for OCaml.
use_bzip2           yes
extract.suffix      .tbz
distname            xml-light-${version}
checksums           rmd160  e969fc2bffec27f45d96fd461edfd0ca113b3980 \
                    sha256  f58c2b3db70ad1ba080b0d306ae32f82ccbb95dabb92c599cdc467d1e44e003d \
                    size    16551
github.tarball_from releases

ocaml.build_type    dune
