# -*- 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.3 v
revision            0
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             ISC
description         Non-blocking streaming Unicode codec for OCaml
long_description    ${description}
homepage            https://erratique.ch/software/uutf
checksums           rmd160  8d1899fd8b6b328e5d5cf55cd5da4c2a4fca203c \
                    sha256  bfa4cbfef0e585e4113f32c0ccc70df9d8da3ae45ca91ea4a50e2b9ca0b44094 \
                    size    25373
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
