opam-version: "2.0" maintainer: "frederic.bour@lakaban.net" authors: [ "Frédéric Bour " "Alain Frisch " ] license: "MIT" homepage: "https://github.com/ocaml-ppx/ppx_tools_versioned" bug-reports: "https://github.com/ocaml-ppx/ppx_tools_versioned/issues" dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools_versioned.git" tags: [ "syntax" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.02.0"} "dune" {>= "1.0"} "ocaml-migrate-parsetree" {>= "1.4.0" & < "2.0.0"} ] synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree" url { src: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.2.3.tar.gz" checksum: [ "md5=b1455e5a4a1bcd9ddbfcf712ccbd4262" "sha512=af20aa0031b9c638537bcdb52c75de95f316ae8fd455a38672a60da5c7c6895cca9dbecd5d56a88c3c40979c6a673a047d986b5b41e1e84b528b7df5d905b9b1" ] }