Skip to content

Commit 8c1bb91

Browse files
authored
Merge pull request ocaml#23522 from jasontatton/opam-publish-errpy.0.0.7
Package errpy.0.0.7
2 parents c28e26f + 8594939 commit 8c1bb91

File tree

1 file changed

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

1 file changed

+40
-0
lines changed

packages/errpy/errpy.0.0.7/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 Rust Python Parser"
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+
dev-repo: "git+https://github.com/facebook/errpy"
10+
homepage: "https://github.com/facebook/errpy"
11+
bug-reports: "https://github.com/facebook/errpy/issues"
12+
depends: [
13+
"ocaml"
14+
"dune" {>= "3.4"}
15+
"ppx_deriving"
16+
"conf-rust-2021" {build}
17+
"ounit2" {with-test}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
url {
35+
src: "https://github.com/facebook/errpy/archive/refs/tags/0.0.7.tar.gz"
36+
checksum: [
37+
"md5=0dcba0326c7bab93a3989ac9c17d1699"
38+
"sha512=e8c8890db40dc5ae78bba04e43d4876eef97da8161f3ab54f372f7f8144b47f7dd60c42c94cff3c9d4fa1489d17f56da35f083b5eb3dacffb1aee77fa93e0946"
39+
]
40+
}

0 commit comments

Comments
 (0)