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" & < "4.15"} 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/v2.3.0/ocaml-migrate-parsetree-2.3.0.tbz" 38 checksum: [ 39 "sha256=108126b247f190e04c8afd3d72ced0b63ffdf73c3f801f09be5db0cd7280bf0a" 40 "sha512=cccd766d33e2c70015735e050c2b7cdacf9f046e2874b563ef64b77706f56d004aa9b9df7d5cc201e5f3ba6e3267f95f654e1e3de58891b91f9c28a61988a9ee" 41 ] 42} 43x-commit-hash: "7ef6ff49bfd7d6d816be61d3acea460af25d7d99"