this repo has no description

Apply suggestions from code review

Kate 8445e4ba 8e1f2a49

Changed files
+3 -3
packages
conjury
conjury.2.2
+3 -3
packages/conjury/conjury.2.2/opam
···
homepage: "https://bitbucket.org/jhw/conjury/"
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
depends: [
-
"ocaml" {with-test & ocaml:native & >= "4.08"}
-
"ocamlfind" {with-test & ocaml:native & >= "1.7.3"}
"omake" {>= "0.10.3"}
"ounit2" {with-test & >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
-
["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & native}
]
install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
dev-repo: "git+https://bitbucket.org/jhw/conjury"
···
homepage: "https://bitbucket.org/jhw/conjury/"
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
depends: [
+
"ocaml" {with-test & >= "4.08"}
+
"ocamlfind" {with-test & >= "1.7.3"}
"omake" {>= "0.10.3"}
"ounit2" {with-test & >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+
["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & ocaml:native}
]
install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
dev-repo: "git+https://bitbucket.org/jhw/conjury"