this repo has no description
1opam-version: "2.0"
2maintainer: "jun.furuse@gmail.com"
3authors: "Jun Furuse"
4homepage: "https://gitlab.com/camlspotter/ppx_test"
5bug-reports:
6 "https://gitlab.com/camlspotter/ppx_test/-/issues"
7dev-repo: "git+https://gitlab.com/camlspotter/ppx_test"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "dune" {>= "2.0"}
11 "re" { >= "1.8.0" }
12 "ppxx" { >= "2.4.0" & < "2.5.0" }
13 "ocaml" { >= "4.08.0" }
14]
15license: "MIT"
16synopsis: "A ppx replacement of pa_ounit"
17description: """
18ppx_test tries to replace pa_ounit. It provides the following syntax sugars:
19
20* _with_location_ e, returns e and its source code location
21* _module_path_, returns the current module path name
22* let %TEST name = e, a replacement of TEST name = e
23* let %TEST_UNIT name = e, a replacement of TEST_UNIT name = e"""
24url {
25 src:
26 "https://gitlab.com/camlspotter/ppx_test/-/archive/1.7.0/ppx_test-1.7.0.tar.bz2"
27 checksum: [
28 "sha256=ff1e08e69961f7408c1e7628be44e5bc5bd3a596208d0b590a0be8bf528958ab"
29 "md5=46ca4a6c2f145b24529fd30dc4e8e66b"
30 ]
31}