opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://gitlab.com/camlspotter/ppxx"
bug-reports:
  "https://gitlab.com/camlspotter/ppxx/-/issues"
dev-repo: "git+https://gitlab.com/camlspotter/ppxx"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
  "ocaml" { >= "4.08.0" & < "4.12.0" }
  "dune" { >= "2.0" }
  "ppx_tools_versioned" { >= "5.0" }
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Ppxx: a small extension library for writing PPX preprocessors"
description: """
# PPXX: a small extension library for PPX

PPXX contains several utility functions to make PPX preprocessors easier."""
url {
  src: "https://gitlab.com/camlspotter/ppxx/-/archive/2.4.0/ppxx-2.4.0.tar.bz2"
  checksum: "md5=beb55ccb353123678406e7d30e6d954f"
}
