# -*- 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_kernel
github.setup        janestreet textutils_kernel 0.16.0 v
revision            1
categories          ocaml textproc
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         The subset of textutils using only core_kernel and working in JavaScript
long_description    ${description}

checksums           rmd160  57b1f9f04ae5075aa09c7dccb987bf1c2cafd2f9 \
                    sha256  a7bb2996d9547f7003bbdb781cd113353ac026b4780f46e00adf647805d97582 \
                    size    19413
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-ppx_jane \
                    port:ocaml-uutf

ocaml.build_type    dune
