# -*- 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

# FIXME: https://github.com/dmbaturin/otoml/issues/5

name                ocaml-otoml
github.setup        dmbaturin otoml 1.0.5
revision            2
categories          ocaml textproc
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         TOML parsing, manipulation and pretty-printing library
long_description    {*}${description} (1.0.0-compliant).
checksums           rmd160  6a6474dc843cda464695dc1da4af73604ee3d0e1 \
                    sha256  d401cc0a2eeb0be5a799970e9deb2f41b048b8224f84dde7d1dd172b0238589d \
                    size    33194
github.tarball_from archive

depends_lib-append  port:ocaml-menhir \
                    port:ocaml-menhirLib \
                    port:ocaml-uutf

ocaml.build_type    dune
