File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "https://bitbucket.org/jhw/conjury/"
88bug-reports: "https://bitbucket.org/jhw/conjury/issues"
99depends: [
1010 "base-unix"
11- "ocaml" { >= "4.08"}
11+ "ocaml" { >= "4.08" & < "5.0" }
1212 "ocamlfind" { >= "1.7.3"}
1313 "omake" { = "0.10.3"}
1414 "ounit2" { with-test >= "2.2"}
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Conjury library for OMake"
3+ maintainer: "james woodyatt <
[email protected] >"
4+ authors: "james woodyatt <
[email protected] >"
5+ license: "BSD-2-Clause"
6+ tags: "org:conjury.org"
7+ homepage: "https://bitbucket.org/jhw/conjury/"
8+ bug-reports: "https://bitbucket.org/jhw/conjury/issues"
9+ depends: [
10+ "ocaml" {with-test & native >= "4.08"}
11+ "ocamlfind" {with-test & native & >= "1.7.3"}
12+ "omake" {>= "0.10.3"}
13+ "ounit2" {with-test >= "2.2"}
14+ ]
15+ build: [
16+ ["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
17+ ["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & native}
18+ ]
19+ install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
20+ dev-repo: "git+https://bitbucket.org/jhw/conjury"
21+ url {
22+ src: "https://bitbucket.org/jhw/conjury/get/r2.2.tar.gz"
23+ checksum: "sha512=451ea82d03e5fe92b9676b1462c49a20743764a3a9d8c57763ca2706c447439f5d3ef32ae28f90319ac953b4abbc997cbd05ef9a41cd5954dd8bfb919ff3c571"
24+ }
You can’t perform that action at this time.
0 commit comments