Merge branch 'main' of github.com:Yoxem/stringCodepointSplitter

This commit is contained in:
Tan, Kian-ting 2023-08-31 19:13:32 +08:00
commit c1611f3b55

View file

@ -5,7 +5,7 @@ Split a string to a list of strings of a character by the unicode codepoint.
It requires module Uutf.
## Dependencies
- OCaml >= 4.13
- OCaml >= 4.06
- dune
- uutf
- fildlib