this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22452 from grievejia/release-pyre-ast-0.1.9

[new release] pyre-ast (0.1.9)

authored by

Kate and committed by
GitHub
82bc14d3 9bc75907

+47
+47
packages/pyre-ast/pyre-ast.0.1.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Full-fidelity Python parser in OCaml" 3 + description: 4 + "pyre-ast is an OCaml library to parse Python source files into abstract syntax trees. Under the hood, it relies on the CPython parser to do the parsing work and therefore the result is always 100% compatible with the official CPython implementation." 5 + maintainer: ["grievejia@gmail.com"] 6 + authors: ["Jia Chen"] 7 + license: "MIT" 8 + homepage: "https://github.com/grievejia/pyre-ast" 9 + doc: "https://grievejia.github.io/pyre-ast/doc" 10 + bug-reports: "https://github.com/grievejia/pyre-ast/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "base" {>= "v0.14.1"} 14 + "ppx_sexp_conv" {>= "v0.14.0"} 15 + "ppx_compare" {>= "v0.14.0"} 16 + "ppx_hash" {>= "v0.14.0"} 17 + "ppx_deriving" {>= "5.2.1"} 18 + "ppx_make" {>= "0.2.1"} 19 + "stdio" {with-test & >= "v0.14.0"} 20 + "sexplib" {with-test & >= "v0.14.0"} 21 + "cmdliner" {with-test & >= "1.1.0"} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://github.com/grievejia/pyre-ast.git" 39 + url { 40 + src: 41 + "https://github.com/grievejia/pyre-ast/releases/download/0.1.9/pyre-ast-0.1.9.tbz" 42 + checksum: [ 43 + "sha256=108d13eb1b7d89d750f3780830916e79ae6cbe4176740610ed0e05d0c5826ea1" 44 + "sha512=ff9f21e1dff29df73ab57d4eb3eae6f3dbffc4d6d882042d3a6b53c5dd6132594b9a0418f8ff957c9272141afe5a3015aa0d4bd654adda8f0385eb12f1994222" 45 + ] 46 + } 47 + x-commit-hash: "e832067a8335c559d564b0dc364342185ea7a8bd"