Skip to content

Commit

Permalink
Merge pull request #11212 from camlspotter/ppx_test.1.6.0
Browse files Browse the repository at this point in the history
added ppx_test.1.6.0
  • Loading branch information
avsm authored Jan 12, 2018
2 parents 70d5f09 + 414642e commit b68979b
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 16 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
7 changes: 7 additions & 0 deletions packages/ppx_test/ppx_test.1.6.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
A ppx replacement of pa_ounit.
ppx_test tries to replace pa_ounit. It provides the following syntax sugars:

* _with_location_ e, returns e and its source code location
* _module_path_, returns the current module path name
* let %TEST name = e, a replacement of TEST name = e
* let %TEST_UNIT name = e, a replacement of TEST_UNIT name = e
16 changes: 16 additions & 0 deletions packages/ppx_test/ppx_test.1.6.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
opam-version: "1.2"
version: "1.6.0"
maintainer: "[email protected]"
authors: "Jun Furuse"
homepage: "http://bitbucket.org/camlspotter/ppx_test"
bug-reports:
"https://bitbucket.org/camlspotter/ppx_test/issues?status=new&status=open"
dev-repo: "hg://https://bitbucket.org/camlspotter/ppx_test"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocamlfind" {build & >= "1.5.6"}
"jbuilder" {build}
"re"
"ppxx" {>= "2.3.0" & < "2.4.0"}
]
available: [ocaml-version >= "4.03.0"]
2 changes: 2 additions & 0 deletions packages/ppx_test/ppx_test.1.6.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://bitbucket.org/camlspotter/ppx_test/get/1.6.0.tar.gz"
checksum: "e0850fe9072936bac5b422d7398e1448"
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
4 changes: 2 additions & 2 deletions packages/spotlib/spotlib.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ depends: [
{ build }
"omake"
{ build }
"ppx_test" { >= "1.4.1" }
"ppx_test" { >= "1.4.1" & < "1.6.0" }
]
available: [
ocaml-version >= "4.04.0"
ocaml-version >= "4.04.0" & ocaml-version < "4.06.0"
]
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 b68979b

Please sign in to comment.