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.03.0"}
  "ocamlfind" {build & >= "1.5.6"}
  "omake" {build}
  "re"
  "ppxx" {>= "1.4.0" & < "1.5.0"}
]
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.4.2.tar.gz"
  checksum: "md5=e91cbb5626d292ca4431154fa54571b0"
}
