this repo has no description

Merge pull request #24764 from jasontatton/opam-publish-errpy.0.0.10

Package errpy.0.0.10

Changed files
+40
packages
errpy
errpy.0.0.10
+40
packages/errpy/errpy.0.0.10/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Errpy: An Error Recovering Python Parser implemented in Rust"
+
description:
+
"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."
+
maintainer: ["pyre@meta.com"]
+
authors: ["pyre@meta.com"]
+
license: "MIT"
+
homepage: "https://github.com/facebook/errpy"
+
bug-reports: "https://github.com/facebook/errpy/issues"
+
depends: [
+
"ocaml" {>= "4.05"}
+
"dune" {>= "3.4"}
+
"ppx_deriving"
+
"conf-rust-2021" {build}
+
"ounit2" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/facebook/errpy.git"
+
url {
+
src: "https://github.com/facebook/errpy/archive/refs/tags/0.0.10.tar.gz"
+
checksum: [
+
"md5=97f5b88b66cebadfa7bbaacb3eae3366"
+
"sha512=32cf106c59266eb6a119c47029adb4a95336534dc2cfc781b179292d6c123e5215c0b7ceb700ed86a7b96068b0ff95f93fd3c466423edee71bd436fefbca7232"
+
]
+
}