2023-10-25 17:31:00 +08:00
|
|
|
# -*- 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
|
2026-05-02 18:11:38 +02:00
|
|
|
github.setup janestreet textutils_kernel 0.17.0 v
|
2026-06-29 18:09:22 +02:00
|
|
|
revision 2
|
2023-10-25 17:31:00 +08:00
|
|
|
categories ocaml textproc
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-10-25 17:31:00 +08:00
|
|
|
license MIT
|
|
|
|
|
description The subset of textutils using only core_kernel and working in JavaScript
|
|
|
|
|
long_description ${description}
|
|
|
|
|
|
2026-05-02 18:11:38 +02:00
|
|
|
checksums rmd160 491972dd0ebe8d6b60dcc79b23e1647959e21711 \
|
|
|
|
|
sha256 793902157823c4112948514201a9e5c05126212b2b8d8b05a3cac786f752aa89 \
|
|
|
|
|
size 19590
|
2023-10-25 17:31:00 +08:00
|
|
|
github.tarball_from archive
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:ocaml-core \
|
|
|
|
|
port:ocaml-ppx_jane \
|
|
|
|
|
port:ocaml-uutf
|
|
|
|
|
|
|
|
|
|
ocaml.build_type dune
|