Skip to content

Commit 94fc188

Browse files
authored
Merge pull request #24764 from jasontatton/opam-publish-errpy.0.0.10
Package errpy.0.0.10
2 parents 79dc470 + 19683b5 commit 94fc188

File tree

1 file changed

+40
-0
lines changed
  • packages/errpy/errpy.0.0.10

1 file changed

+40
-0
lines changed

packages/errpy/errpy.0.0.10/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Errpy: An Error Recovering Python Parser implemented in Rust"
4+
description:
5+
"This is a new project to provide an error-recovering Python parser, implemented in Rust based on tree-sitter. Our short-term goal is to use it in the pyre type checker, in order to provide better IDE features."
6+
maintainer: ["[email protected]"]
7+
authors: ["[email protected]"]
8+
license: "MIT"
9+
homepage: "https://github.com/facebook/errpy"
10+
bug-reports: "https://github.com/facebook/errpy/issues"
11+
depends: [
12+
"ocaml" {>= "4.05"}
13+
"dune" {>= "3.4"}
14+
"ppx_deriving"
15+
"conf-rust-2021" {build}
16+
"ounit2" {with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/facebook/errpy.git"
34+
url {
35+
src: "https://github.com/facebook/errpy/archive/refs/tags/0.0.10.tar.gz"
36+
checksum: [
37+
"md5=97f5b88b66cebadfa7bbaacb3eae3366"
38+
"sha512=32cf106c59266eb6a119c47029adb4a95336534dc2cfc781b179292d6c123e5215c0b7ceb700ed86a7b96068b0ff95f93fd3c466423edee71bd436fefbca7232"
39+
]
40+
}

0 commit comments

Comments
 (0)