this repo has no description
1opam-version: "2.0" 2maintainer: "frederic.bour@lakaban.net" 3authors: [ 4 "Frédéric Bour <frederic.bour@lakaban.net>" 5 "Alain Frisch <alain.frisch@lexifi.com>" 6] 7license: "MIT" 8homepage: "https://github.com/ocaml-ppx/ppx_tools_versioned" 9bug-reports: "https://github.com/ocaml-ppx/ppx_tools_versioned/issues" 10dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools_versioned.git" 11tags: [ "syntax" ] 12build: [ 13 ["dune" "subst"] {dev} 14 ["dune" "build" "-p" name "-j" jobs] 15 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 16] 17depends: [ 18 "ocaml" {>= "4.02.0"} 19 "dune" {>= "1.0"} 20 "ocaml-migrate-parsetree" {>= "1.4.0" & < "2.0.0"} 21] 22synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree" 23url { 24 src: 25 "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.2.3.tar.gz" 26 checksum: [ 27 "md5=b1455e5a4a1bcd9ddbfcf712ccbd4262" 28 "sha512=af20aa0031b9c638537bcdb52c75de95f316ae8fd455a38672a60da5c7c6895cca9dbecd5d56a88c3c40979c6a673a047d986b5b41e1e84b528b7df5d905b9b1" 29 ] 30}