# -*- 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-tyxml
github.setup        ocsigen tyxml 4.6.0
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             LGPL-2.1
description         TyXML is a library for building statically correct HTML and SVG documents
long_description    {*}${description}
checksums           rmd160  7f5fff38e1354dad20b1d365a6cca146491c40cc \
                    sha256  8d359e917a3eb42735b3a00c45c35aaada18c856ae040d04cce49afb73097c4c \
                    size    129629
github.tarball_from archive

depends_lib-append  port:ocaml-re \
                    port:ocaml-uutf

ocaml.build_type    dune
