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.14"}
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.2.0/ocaml-migrate-parsetree-v2.2.0.tbz"
38 checksum: [
39 "sha256=b2a68f3d3899cec3a50a99b05738295cc8a18672680406d0f68fbc95c01f1ba1"
40 "sha512=d1a6e2a639f77d297690f9ed79318b7a403444585b062d2add9f370320f735ba54bca191a34401f15c576c7ee55b5ed232f20d9599aa67821c747d7e684fc5a7"
41 ]
42}
43x-commit-hash: "aeeb9317936937d360aa6cdb0cab953d11ff2c5d"