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.13"}
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: "4a05cf7a00d84e5f827cc9ae9c75e5dc85126085"
36url {
37 src:
38 "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.1.0/ocaml-migrate-parsetree-v2.1.0.tbz"
39 checksum: [
40 "sha256=387b788ee4c0537f1fe02c25e05f0335af424828fc6fe940acc0db5948a5a71f"
41 "sha512=6ac80face6b77531c8d89a77d7a246bd5d43da435c355f62c03c8b8e360e1d7e339c904709fd3dbc9aa340c86ada9a69d5ebcf97cbdb7bd51bec97f831741b99"
42 ]
43}