this repo has no description

Package errpy.0.0.8

Changed files
+40
packages
errpy
errpy.0.0.8
+40
packages/errpy/errpy.0.0.8/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"
+
"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.8.tar.gz"
+
checksum: [
+
"md5=f475fca807f2750195aba296b7c51df6"
+
"sha512=7b7ca9be2f4fe11bba903a56f42883b0a18925e4f84106a1887f39709ff6aeb36fbb6039012190c7eea41fe6f0ee53e68c3106ebf737ec9f430c50606800b7c1"
+
]
+
}