opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://gitlab.com/camlspotter/ppx_test"
bug-reports:
  "https://gitlab.com/camlspotter/ppx_test/-/issues"
dev-repo: "git+https://gitlab.com/camlspotter/ppx_test"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build & >= "1.5.6"}
  "jbuilder"
  "re"
  "ppxx" {>= "2.3.0" & < "2.4.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://gitlab.com/camlspotter/ppx_test/-/archive/1.6.0/ppx_test-1.6.0.tar.bz2"
  checksum: "md5=cef498f9bf9bbdef0a21fcb2d0f94f67"
}
