this repo has no description
1opam-version: "2.0" 2maintainer: "Nathan Rebours <nathan.p.rebours@gmail.com>" 3homepage: "https://github.com/NathanReb/ppx_there" 4bug-reports: "https://github.com/NathanReb/ppx_there/issues" 5license: "BSD-2-Clause" 6dev-repo: "git+https://github.com/NathanReb/ppx_there.git" 7doc: "https://nathanreb.github.io/ppx_there/doc" 8build: [ 9 [ "dune" "build" "-p" name "-j" jobs ] 10] 11run-test: [ 12 [ "dune" "runtest" "-p" name "-j" jobs ] 13] 14depends: [ 15 "dune" 16 "ocaml" {>= "4.04.2"} 17 "ppxlib" {>= "0.6.0" & < "0.9.0"} 18] 19synopsis: "PPX extension for improved __MODULE__" 20description: """ 21ppx_there is a ppx rewriter that turns [%there] extension points into 22a string representing the fully qualified path to the value in which it's defined. 23""" 24authors: "Nathan Rebours <nathan.p.rebours@gmail.com>" 25url { 26 src: 27 "https://github.com/NathanReb/ppx_there/releases/download/v0.0.0/ppx_there-v0.0.0.tbz" 28 checksum: [ 29 "sha256=02781a273c27e639f335c7a872502949d34a7ee3e17032715884e7f0ab8ba069" 30 "sha512=f8b341d92e5825d59f87dd7e2434ea81b8573bda443a47426af053bbdb324ada08d91a780197be9af65d6ce1f4a518eb0839c51229caeb48e85853e898e223a8" 31 ] 32}