File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/conjury/conjury.2.2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ tags: "org:conjury.org"
77homepage: "https://bitbucket.org/jhw/conjury/"
88bug-reports: "https://bitbucket.org/jhw/conjury/issues"
99depends: [
10- "ocaml" {with-test & ocaml:native & >= "4.08"}
11- "ocamlfind" {with-test & ocaml:native & >= "1.7.3"}
10+ "ocaml" {with-test & >= "4.08"}
11+ "ocamlfind" {with-test & >= "1.7.3"}
1212 "omake" {>= "0.10.3"}
1313 "ounit2" {with-test & >= "2.2"}
1414]
1515build: [
1616 ["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
17- ["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & native}
17+ ["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & ocaml: native}
1818]
1919install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
2020dev-repo: "git+https://bitbucket.org/jhw/conjury"
You can’t perform that action at this time.
0 commit comments