this repo has no description

Merge pull request #22339 from thierry-martinez/pyast.0.2.0

[new release] pyast.0.2.0

Kate 39d20495 0de946be

Changed files
+47 -2
packages
pyast
pyast.0.1.0
pyast.0.1.1
pyast.0.2.0
+1 -1
packages/pyast/pyast.0.1.0/opam
···
"cmdliner" {>= "1.0.4"}
"redirect" {>= "0.2.0"}
"stdcompat" {>= "10"}
-
"menhir" {>= "20210419" & < "20211215"}
+
"menhir" {>= "20210419"}
"pattern" {with-test & >= "0.3.0"}
"alcotest" {with-test & >= "1.4.0"}
"conf-python-3-dev" {with-test}
+1 -1
packages/pyast/pyast.0.1.1/opam
···
"cmdliner" {>= "1.0.4"}
"redirect" {>= "0.2.0"}
"stdcompat" {>= "10"}
-
"menhir" {>= "20210419" & < "20211215"}
+
"menhir" {>= "20210419"}
"pattern" {with-test & >= "0.3.0"}
"alcotest" {with-test & >= "1.4.0"}
"conf-python-3-dev" {with-test}
+45
packages/pyast/pyast.0.2.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Python AST"
+
description: """
+
This library provides versioned abstract syntax tree for all Python
+
versions from Python 2.5 to Python 3.11.
+
"""
+
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
+
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/thierry.martinez/pyast"
+
doc: "https://github.com/thierry.martinez/pyast"
+
bug-reports: "https://github.com/thierry.martinez/pyast"
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.8"}
+
"pyml" {>= "20210226"}
+
"refl" {>= "0.4.0"}
+
"cmdliner" {>= "1.1.0"}
+
"redirect" {>= "0.2.0"}
+
"stdcompat" {>= "10"}
+
"menhir" {>= "20210419"}
+
"pattern" {with-test & >= "0.3.0"}
+
"alcotest" {with-test & >= "1.4.0"}
+
"conf-python-3-dev" {with-test}
+
"odoc" {with-doc & >= "1.5.1"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/thierry.martinez/pyast.git"
+
url {
+
src: "https://github.com/thierry-martinez/pyast/releases/download/v0.2.0/pyast.0.2.0.tar.gz"
+
checksum: "sha512=6457a333f472e72198307e65b1c3c9b4e7815547d3b84ad90338a05f3b4b701e371e109400c8a6f7ee0d629807a8b5c44489ce61c73484482271f8095a67816b"
+
}