add 0.0.1
This commit is contained in:
parent
e2fc37e969
commit
cd24b68d23
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
(description "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.")
|
It requires module Uutf.")
|
||||||
(depends ocaml>=4.14 dune uutf)
|
(depends ocaml dune uutf)
|
||||||
(tags (string utf8)))
|
(tags (string utf8)))
|
||||||
|
|
||||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||||
|
|
Loading…
Reference in a new issue