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