Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[alternatives]
|
||||
provides = ["python-lark"]
|
||||
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python-setuptools",
|
||||
"python-setuptools-scm",
|
||||
"python-wheel",
|
||||
]
|
||||
optional = [
|
||||
"python-regex",
|
||||
"python-atomicwrites",
|
||||
]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-typing_extensions",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "A modern parsing library"
|
||||
homepage = "https://github.com/lark-parser/lark"
|
||||
license = "MIT"
|
||||
name = "python-lark-parser"
|
||||
version = "1.3.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "7e6ee0e0e650643150ee42622d28e77324fe413eb83037817f05add5236356b2"
|
||||
url = "https://github.com/lark-parser/lark/archive/refs/tags/$version.tar.gz"
|
||||
Reference in New Issue
Block a user