From 21519f3b9bea5a6bba9cd0c8cc88e64bd32b78a6 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Sun, 27 Aug 2023 01:59:51 +0800 Subject: [PATCH] add opam modified --- stringCodepointsSplitter.opam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]