# -*- 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-uutf
github.setup        dbuenzli uutf 1.0.4 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Non-blocking streaming Unicode codec for OCaml
long_description    ${description}
homepage            https://erratique.ch/software/uutf
checksums           rmd160  a4e99008f1a91007d5e7448f9c23555a64359fd5 \
                    sha256  29efadd34bc54361b23883e0acc6f9fb7deafa7940fbd9689b34ea5faa573c0a \
                    size    24752
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
