stringCodepointSplitter/dune-project

29 lines
835 B
Text
Raw Permalink Normal View History

2023-08-27 03:56:41 +08:00
(lang dune 3.9)
2023-08-29 21:38:23 +08:00
(cram enable)
2023-08-27 03:56:41 +08:00
(name stringCodepointSplitter)
2023-08-31 19:12:14 +08:00
(version 0.0.2)
2023-08-27 03:56:41 +08:00
(generate_opam_files true)
(source
(github yoxem/stringCodepointSplitter))
(authors "Tan Kian-ting <yoxem@kianting.info>")
(maintainers "Tan Kian-ting <yoxem@kianting.info>")
(bug_reports https://github.com/Yoxem/stringCodepointSplitter/issues)
(license MIT)
2023-08-27 12:46:46 +08:00
;(documentation https://github.com/Yoxem/stringCodepointSplitter/)
2023-08-27 03:56:41 +08:00
(package
(name stringCodepointSplitter)
(synopsis "Split a string to a list of strings of a character by the unicode codepoint")
(description "Split a string to a list of strings of a character by the unicode codepoint.
It requires module Uutf.")
2023-08-27 12:43:35 +08:00
2023-08-31 19:12:14 +08:00
(depends (ocaml (>= 4.06)) ocamlfind dune uutf)
2023-08-27 03:56:41 +08:00
(tags (string utf8)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project