Files
2026-03-21 12:43:00 -05:00

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"