fix depenmdency

This commit is contained in:
Tan, Kian-ting 2023-08-27 18:42:29 +08:00
parent ce097d3a16
commit c6f2883bf9
2 changed files with 2 additions and 2 deletions

View file

@ -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 findlib dune uutf) (depends ocaml ocamlfind 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

View file

@ -14,7 +14,7 @@ homepage: "https://github.com/yoxem/stringCodepointSplitter"
bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues" bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues"
depends: [ depends: [
"ocaml" "ocaml"
"findlib" "ocamlfind"
"dune" {>= "3.9"} "dune" {>= "3.9"}
"uutf" "uutf"
"odoc" {with-doc} "odoc" {with-doc}