You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
opam-version: "2.0" |
|
maintainer: "frederic.bour@lakaban.net" |
|
authors: [ |
|
"Frédéric Bour <frederic.bour@lakaban.net>" |
|
"Jérémie Dimino <jeremie@dimino.org>" |
|
] |
|
license: "LGPL-2.1 with OCaml linking exception" |
|
homepage: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree" |
|
bug-reports: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/issues" |
|
dev-repo: "git+https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git" |
|
doc: "https://ocaml-ppx.github.io/ocaml-migrate-parsetree/" |
|
tags: [ "syntax" "org:ocamllabs" ] |
|
build: [ |
|
["dune" "build" "-p" name "-j" jobs] |
|
] |
|
depends: [ |
|
"result" |
|
"ppx_derivers" |
|
"dune" {build & >= "1.6.0"} |
|
"ocaml" {>= "4.02.3"} |
|
] |
|
synopsis: "Convert OCaml parsetrees between different versions" |
|
description: """ |
|
Convert OCaml parsetrees between different versions |
|
|
|
This library converts parsetrees, outcometree and ast mappers between |
|
different OCaml versions. High-level functions help making PPX |
|
rewriters independent of a compiler version. |
|
""" |
|
url { |
|
src: |
|
"https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.3.1/ocaml-migrate-parsetree-v1.3.1.tbz" |
|
checksum: [ |
|
"sha256=83e4955a6fd6b494646ab92c476840ea96b5fb434435c287e7ad3e6efadc8338" |
|
"sha512=7da86f9596dd1439990a6f087fdeba64a0f3ce2634473be4cca92ecc02b6fcd97917956890fbe35b3cba5a126d007afec6ede1e4afd0a5218c89fd6079ad4182" |
|
] |
|
}
|
|
|