···11+# This file is generated by dune, edit dune-project instead
22+opam-version: "2.0"
33+synopsis: "Errpy: An Error Recovering Python Parser implemented in Rust"
44+description:
55+ "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."
66+maintainer: ["pyre@meta.com"]
77+authors: ["pyre@meta.com"]
88+license: "MIT"
99+homepage: "https://github.com/facebook/errpy"
1010+bug-reports: "https://github.com/facebook/errpy/issues"
1111+depends: [
1212+ "ocaml" {>= "4.05"}
1313+ "dune" {>= "3.4"}
1414+ "ppx_deriving"
1515+ "conf-rust-2021" {build}
1616+ "ounit2" {with-test}
1717+ "odoc" {with-doc}
1818+]
1919+build: [
2020+ ["dune" "subst"] {dev}
2121+ [
2222+ "dune"
2323+ "build"
2424+ "-p"
2525+ name
2626+ "-j"
2727+ jobs
2828+ "@install"
2929+ "@runtest" {with-test}
3030+ "@doc" {with-doc}
3131+ ]
3232+]
3333+dev-repo: "git+https://github.com/facebook/errpy.git"
3434+url {
3535+ src: "https://github.com/facebook/errpy/archive/refs/tags/0.0.10.tar.gz"
3636+ checksum: [
3737+ "md5=97f5b88b66cebadfa7bbaacb3eae3366"
3838+ "sha512=32cf106c59266eb6a119c47029adb4a95336534dc2cfc781b179292d6c123e5215c0b7ceb700ed86a7b96068b0ff95f93fd3c466423edee71bd436fefbca7232"
3939+ ]
4040+}