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: ["dune" "build" "-p" name "-j" jobs] 15run-test: ["dune" "runtest" "-p" name "-j" jobs] 16depends: [ 17 "dune" {>= "2.3"} 18 "ocaml" {>= "4.02.3" & < "5.1"} 19 "cinaps" {with-test & >= "v0.13.0"} 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""" 35url { 36 src: 37 "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/2.4.0/ocaml-migrate-parsetree-2.4.0.tbz" 38 checksum: [ 39 "sha256=ec49c452dc337a620556ab682bf0198bf50182550b502d8fb230a591260aa6a4" 40 "sha512=9478b9e5a969040400ee8fd7402bc4034f0f398d84e619254c43d5b7928463242629a2ccea35427f9747fbcedefa7ffc12edd1955ef8de866ba632e77f173219" 41 ] 42} 43x-commit-hash: "4b05692f45f7a8456725ddc4d50b970e271c4278"