Skip to content

Commit

Permalink
added ppx_test.1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camlspotter committed Jan 11, 2018
1 parent 10ad70f commit 5ab922c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
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"

0 comments on commit 5ab922c

Please sign in to comment.