# -*- 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-textutils
github.setup        janestreet textutils 0.16.0 v
revision            1
categories          ocaml textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Text output utilities
long_description    ${description}

checksums           rmd160  ef05892c3703d7796aef51c208fc862f5afb7584 \
                    sha256  028dff69c62b67bbee52619019761b7c11e4c50d3b54f7e7befda545352fa731 \
                    size    15746
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-core_unix \
                    port:ocaml-ppx_jane \
                    port:ocaml-textutils_kernel \
                    port:ocaml-uutf

ocaml.build_type    dune
