forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] ocaml-migrate-parsetree (2.1.0)
CHANGES: - Add support for 4.12 (ocaml-ppx/ocaml-migrate-parsetree#107, @ceastlund)
- 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.1.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 with OCaml 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] | ||
] | ||
depends: [ | ||
"dune" {>= "1.11"} | ||
"ocaml" {>= "4.02.3" & < "4.13"} | ||
] | ||
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. | ||
""" | ||
x-commit-hash: "4a05cf7a00d84e5f827cc9ae9c75e5dc85126085" | ||
url { | ||
src: | ||
"https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.1.0/ocaml-migrate-parsetree-v2.1.0.tbz" | ||
checksum: [ | ||
"sha256=387b788ee4c0537f1fe02c25e05f0335af424828fc6fe940acc0db5948a5a71f" | ||
"sha512=6ac80face6b77531c8d89a77d7a246bd5d43da435c355f62c03c8b8e360e1d7e339c904709fd3dbc9aa340c86ada9a69d5ebcf97cbdb7bd51bec97f831741b99" | ||
] | ||
} |