diff --git a/dune-project b/dune-project index 1b883f8..f63ebd6 100644 --- a/dune-project +++ b/dune-project @@ -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 diff --git a/stringCodepointSplitter.opam b/stringCodepointSplitter.opam index 34e7263..b8f46bc 100644 --- a/stringCodepointSplitter.opam +++ b/stringCodepointSplitter.opam @@ -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}