We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4369028 commit 8e1f2a4Copy full SHA for 8e1f2a4
packages/conjury/conjury.2.2/opam
@@ -7,10 +7,10 @@ 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"}
+ "ocaml" {with-test & ocaml:native & >= "4.08"}
+ "ocamlfind" {with-test & ocaml:native & >= "1.7.3"}
12
"omake" {>= "0.10.3"}
13
- "ounit2" {with-test >= "2.2"}
+ "ounit2" {with-test & >= "2.2"}
14
]
15
build: [
16
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
0 commit comments