# -*- 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.17.0 v
revision            1
categories          ocaml textproc
maintainers         nomaintainer
license             MIT
description         Text output utilities
long_description    ${description}

checksums           rmd160  6a18a742076661e84825f345353e90bf31b3bce9 \
                    sha256  b2681af1f4029245a5c187c4f0834ac470ada6ffc69db7c7e219b3244f88b3d5 \
                    size    17310
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
