-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18902 from pitag-ha/release-ocaml-migrate-parsetr…
…ee-v2.2.0 [new release] ocaml-migrate-parsetree (2.2.0)
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
packages/ocaml-migrate-parsetree/ocaml-migrate-parsetree.2.2.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Frédéric Bour <[email protected]>" | ||
"Jérémie Dimino <[email protected]>" | ||
] | ||
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree" | ||
bug-reports: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/issues" | ||
dev-repo: "git+https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git" | ||
doc: "https://ocaml-ppx.github.io/ocaml-migrate-parsetree/" | ||
tags: [ "syntax" "org:ocamllabs" ] | ||
build: ["dune" "build" "-p" name "-j" jobs] | ||
run-test: ["dune" "runtest" "-p" name "-j" jobs] | ||
depends: [ | ||
"dune" {>= "2.3"} | ||
"ocaml" {>= "4.02.3" & < "4.14"} | ||
"cinaps" {with-test & >= "v0.13.0"} | ||
] | ||
synopsis: "Convert OCaml parsetrees between different versions" | ||
description: """ | ||
Convert OCaml parsetrees between different versions | ||
|
||
This library converts parsetrees, outcometree and ast mappers between | ||
different OCaml versions. High-level functions help making PPX | ||
rewriters independent of a compiler version. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.2.0/ocaml-migrate-parsetree-v2.2.0.tbz" | ||
checksum: [ | ||
"sha256=b2a68f3d3899cec3a50a99b05738295cc8a18672680406d0f68fbc95c01f1ba1" | ||
"sha512=d1a6e2a639f77d297690f9ed79318b7a403444585b062d2add9f370320f735ba54bca191a34401f15c576c7ee55b5ed232f20d9599aa67821c747d7e684fc5a7" | ||
] | ||
} | ||
x-commit-hash: "aeeb9317936937d360aa6cdb0cab953d11ff2c5d" |