# -*- 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-jsonm
github.setup        dbuenzli jsonm 1.0.2 v
revision            3
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Non-blocking streaming JSON codec for OCaml
long_description    {*}${description}
checksums           rmd160  6e611ca91ff45bbc2f917412ae5b02e506957d65 \
                    sha256  d4bb68e30acad2ccc38bd9bc89637cf5480ee262a24f05c23d7d87276e7abdea \
                    size    23736
github.tarball_from archive

depends_lib-append  port:ocaml-uutf

ocaml.build_type    topkg
