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.5.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/releases/download/5.3.0/ppx_tools_versioned-5.3.0.tbz"
26 checksum: [
27 "md5=c285c0524fc05f27cd642591d951a48d"
28 "sha512=26be7b3b2d112718fd44f82de6296c58ec7c341b7261e984d5a762daa89cee4b6df61ce60e757482e5e0980da64555fa0d3e9b6d4bbe3437255ee837343995fe"
29 ]
30}