this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Errpy: An Error Recovering Python Parser implemented in Rust" 4description: 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." 6maintainer: ["pyre@meta.com"] 7authors: ["pyre@meta.com"] 8license: "MIT" 9homepage: "https://github.com/facebook/errpy" 10bug-reports: "https://github.com/facebook/errpy/issues" 11depends: [ 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] 19build: [ 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] 33dev-repo: "git+https://github.com/facebook/errpy.git" 34url { 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}