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.0.10" & < "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.2.tar.gz"
26 checksum: [
27 "md5=f78a3c2b4cc3b92702e1f7096a6125fa"
28 "sha512=68c168ebc01af46fe8766ad7e36cc778caabb97d8eb303db284d106450cb79974c2a640ce459e197630b9e84b02caa24b59c97c9a8d39ddadc7efc7284e42a70"
29 ]
30}