add opam modified
This commit is contained in:
parent
5b827c7aea
commit
21519f3b9b
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ It requires module Uutf.
|
|||
maintainer: "Tan Kian-ting <yoxem@kianting.info>"
|
||||
authors: "Tan Kian-ting <yoxem@kianting.info>"
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue