opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
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: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {= "4.02.3"}
  "ocamlfind" {build & >= "1.5.6"}
  "omake" {build}
  "re"
  "ppxx" {>= "1.2.1"}
]
synopsis: "A ppx replacement of pa_ounit."
description: """
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"""
url {
  src: "https://bitbucket.org/camlspotter/ppx_test/get/1.3.0.tar.gz"
  checksum: "md5=7aef9bcf3c3a14cc105af272f852f191"
}
