18 lines
360 B
TOML
18 lines
360 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-setuptools"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Implementation of lex and yacc parsing tools"
|
|
homepage = "https://www.dabeaz.com/ply/"
|
|
license = "BSD-3-Clause"
|
|
name = "python-ply"
|
|
version = "3.11"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/dabeaz/ply.git#$version"
|