this repo has no description
1opam-version: "2.0" 2flags: deprecated 3maintainer: "frederic.bour@lakaban.net" 4authors: [ 5 "Frédéric Bour <frederic.bour@lakaban.net>" 6 "Jérémie Dimino <jeremie@dimino.org>" 7] 8license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 9homepage: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree" 10bug-reports: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/issues" 11dev-repo: "git+https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git" 12doc: "https://ocaml-ppx.github.io/ocaml-migrate-parsetree/" 13tags: [ "syntax" "org:ocamllabs" ] 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16] 17depends: [ 18 "result" 19 "ppx_derivers" 20 "dune" {>= "1.9.0"} 21 "ocaml" {>= "4.02.3" & < "4.13"} 22] 23conflicts: [ 24 "base-effects" 25] 26synopsis: "Convert OCaml parsetrees between different versions" 27description: """ 28Deprecated. Please, use Ppxlib instead. 29More info on https://ocaml.org/changelog/2023-10-23-omp-deprecation 30 31Convert OCaml parsetrees between different versions 32 33This library converts parsetrees, outcometree and ast mappers between 34different OCaml versions. High-level functions help making PPX 35rewriters independent of a compiler version. 36""" 37x-commit-hash: "1d72648812bb235d1576f483cacdf546e25c03d8" 38url { 39 src: 40 "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.8.0/ocaml-migrate-parsetree-v1.8.0.tbz" 41 checksum: [ 42 "sha256=b1c2d176ff1444041f2775786ba605be796e46dfd2acb06c96f35d2bb88b8fb5" 43 "sha512=c14ffacbba9fda34243b3e8310ce49414415b530bbd982eaa6c1891517c5a9a6a35887afa7d6f15f7f94e225a7f15cc25417fd3337e685d4a7d6ee160e50e66e" 44 ] 45}