diff --git a/stringCodepointsSplitter.opam b/stringCodepointsSplitter.opam index 1aa7b3d..a6b45b4 100644 --- a/stringCodepointsSplitter.opam +++ b/stringCodepointsSplitter.opam @@ -10,10 +10,10 @@ It requires module Uutf. maintainer: "Tan Kian-ting " authors: "Tan Kian-ting " license: "MIT License" -homepage: "" -bug-reports: "" -dev-repo: "" -depends: [ "ocaml" "ocamlfind" ] +homepage: "https://github.com/Yoxem/stringCodepointSplitter" +bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues" +dev-repo: "https://github.com/Yoxem/stringCodepointSplitter" +depends: [ "ocaml" "uutf" ] build: [ ["./configure" "--prefix=%{prefix}%"] [make]