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 "dune" {>= "1.11"} 19 "ocaml" {>= "4.02.3" & < "4.12"} 20] 21conflicts: [ 22 "base-effects" 23] 24synopsis: "Convert OCaml parsetrees between different versions" 25description: """ 26Deprecated. Please, use Ppxlib instead. 27More info on https://ocaml.org/changelog/2023-10-23-omp-deprecation 28 29Convert OCaml parsetrees between different versions 30 31This library converts parsetrees, outcometree and ast mappers between 32different OCaml versions. High-level functions help making PPX 33rewriters independent of a compiler version. 34""" 35x-commit-hash: "92639395179ddb87bc078638870667ccd8d9157c" 36url { 37 src: 38 "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.0.0/ocaml-migrate-parsetree-v2.0.0.tbz" 39 checksum: [ 40 "sha256=2180c7cf31a479b1c160b3b6a8e66f5df71f18e69fef6e32e373c010685dd811" 41 "sha512=c9a2597481c51b27d56cc23be74e6da1df5badd255beb5dacaccbf942166fc21c5ca360aca2ac91bc8416036d96a81108f924f4dce947a74ed40b92c0463e768" 42 ] 43}