Skip to content

Commit 8445e4b

Browse files
authored
Apply suggestions from code review
1 parent 8e1f2a4 commit 8445e4b

File tree

1 file changed

+3
-3
lines changed
  • packages/conjury/conjury.2.2

1 file changed

+3
-3
lines changed

packages/conjury/conjury.2.2/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ tags: "org:conjury.org"
77
homepage: "https://bitbucket.org/jhw/conjury/"
88
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
99
depends: [
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
]
1515
build: [
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
]
1919
install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
2020
dev-repo: "git+https://bitbucket.org/jhw/conjury"

0 commit comments

Comments
 (0)