From 5ab922ca6f1a6198ae6821a279cd2af7ed854157 Mon Sep 17 00:00:00 2001 From: Jun Furuse Date: Thu, 11 Jan 2018 21:27:09 +0900 Subject: [PATCH] added ppx_test.1.6.0 --- packages/ppx_test/ppx_test.1.6.0/descr | 7 +++++++ packages/ppx_test/ppx_test.1.6.0/opam | 16 ++++++++++++++++ packages/ppx_test/ppx_test.1.6.0/url | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 packages/ppx_test/ppx_test.1.6.0/descr create mode 100644 packages/ppx_test/ppx_test.1.6.0/opam create mode 100644 packages/ppx_test/ppx_test.1.6.0/url diff --git a/packages/ppx_test/ppx_test.1.6.0/descr b/packages/ppx_test/ppx_test.1.6.0/descr new file mode 100644 index 00000000000..abacca5955b --- /dev/null +++ b/packages/ppx_test/ppx_test.1.6.0/descr @@ -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 diff --git a/packages/ppx_test/ppx_test.1.6.0/opam b/packages/ppx_test/ppx_test.1.6.0/opam new file mode 100644 index 00000000000..6eb170b4467 --- /dev/null +++ b/packages/ppx_test/ppx_test.1.6.0/opam @@ -0,0 +1,16 @@ +opam-version: "1.2" +version: "1.6.0" +maintainer: "jun.furuse@gmail.com" +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"] diff --git a/packages/ppx_test/ppx_test.1.6.0/url b/packages/ppx_test/ppx_test.1.6.0/url new file mode 100644 index 00000000000..b86572db09a --- /dev/null +++ b/packages/ppx_test/ppx_test.1.6.0/url @@ -0,0 +1,2 @@ +archive: "https://bitbucket.org/camlspotter/ppx_test/get/1.6.0.tar.gz" +checksum: "e0850fe9072936bac5b422d7398e1448"