fix depenmdency
This commit is contained in:
parent
ce097d3a16
commit
c6f2883bf9
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
(description "Split a string to a list of strings of a character by the unicode codepoint.
|
||||
It requires module Uutf.")
|
||||
|
||||
(depends ocaml findlib dune uutf)
|
||||
(depends ocaml ocamlfind dune uutf)
|
||||
(tags (string utf8)))
|
||||
|
||||
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|
||||
|
|
|
@ -14,7 +14,7 @@ homepage: "https://github.com/yoxem/stringCodepointSplitter"
|
|||
bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues"
|
||||
depends: [
|
||||
"ocaml"
|
||||
"findlib"
|
||||
"ocamlfind"
|
||||
"dune" {>= "3.9"}
|
||||
"uutf"
|
||||
"odoc" {with-doc}
|
||||
|
|
Loading…
Reference in a new issue