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>"
|
maintainer: "Tan Kian-ting <yoxem@kianting.info>"
|
||||||
authors: "Tan Kian-ting <yoxem@kianting.info>"
|
authors: "Tan Kian-ting <yoxem@kianting.info>"
|
||||||
license: "MIT License"
|
license: "MIT License"
|
||||||
homepage: ""
|
homepage: "https://github.com/Yoxem/stringCodepointSplitter"
|
||||||
bug-reports: ""
|
bug-reports: "https://github.com/Yoxem/stringCodepointSplitter/issues"
|
||||||
dev-repo: ""
|
dev-repo: "https://github.com/Yoxem/stringCodepointSplitter"
|
||||||
depends: [ "ocaml" "ocamlfind" ]
|
depends: [ "ocaml" "uutf" ]
|
||||||
build: [
|
build: [
|
||||||
["./configure" "--prefix=%{prefix}%"]
|
["./configure" "--prefix=%{prefix}%"]
|
||||||
[make]
|
[make]
|
||||||
|
|
Loading…
Reference in a new issue