Skip to content

Commit

Permalink
added ppx_test version constraints to levenshtein and spotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
camlspotter committed Jan 11, 2018
1 parent 5ab922c commit e877ab2
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/levenshtein/levenshtein.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test" {>="1.0.1"}
"ppx_test" {>="1.0.1" & < "1.6.0"}
]
available: [ ocaml-version >= "4.02.1" ]
2 changes: 1 addition & 1 deletion packages/levenshtein/levenshtein.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test" { >= "1.0.1" }
"ppx_test" { >= "1.0.1" & < "1.6.0"}
]
available: [
ocaml-version >= "4.02.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/levenshtein/levenshtein.1.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build }
"ppx_test" { >= "1.0.1" }
"ppx_test" { >= "1.0.1" & < "1.6.0"}
]
available: [
ocaml-version >= "4.02.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ppxx/ppxx.2.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "http://bitbucket.org/camlspotter/ppxx"
bug-reports:
"https://bitbucket.org/camlspotter/ppxx/issues?status=new&status=open"
dev-repo: "hg://https://bitbucket.org/camlspotter/ppxx"
build: [["jbuilder" "build" "-p" name "-j" jobs]]
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocamlfind" {build}
"jbuilder" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.2.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test"
"ppx_test" { < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.2.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test"
"ppx_test" { < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.2.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test"
"ppx_test" { < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.2.5.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test"
"ppx_test" { < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.2.5.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test"
"ppx_test" { < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test" { >= "1.3.0" }
"ppx_test" { >= "1.3.0" & < "1.6.0" }
]
available: [
ocaml-version >= "4.02.3" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.3.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10.1" }
"ppx_test" { >= "1.3.1" }
"ppx_test" { >= "1.3.1" & < "1.6.0" }
]
available: [
ocaml-version >= "4.02.3" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.3.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
{ build }
"omake"
{ build }
"ppx_test" { >= "1.4.1" }
"ppx_test" { >= "1.4.1" & < "1.6.0" }
]
available: [
ocaml-version >= "4.02.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
{ build }
"omake"
{ build }
"ppx_test" { >= "1.4.1" }
"ppx_test" { >= "1.4.1" & < "1.6.0" }
]
available: [
ocaml-version >= "4.04.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.4.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10" }
"ppx_test" { >= "1.5.0" }
"ppx_test" { >= "1.5.0" & < "1.6.0" }
]
available: [
ocaml-version >= "4.04.0" & ocaml-version < "4.06.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlib/spotlib.4.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ remove: [
depends: [
"ocamlfind" { build }
"omake" { build & < "0.10" }
"ppx_test" { >= "1.5.0" }
"ppx_test" { >= "1.5.0" & < "1.6.0" }
]
available: [
ocaml-version >= "4.06.0"
Expand Down

0 comments on commit e877ab2

Please sign in to comment.