33 lines
651 B
TOML
33 lines
651 B
TOML
[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"
|