Initial Commit

This commit is contained in:
2025-05-08 17:17:26 +03:00
commit c7e812dd24
3 changed files with 38 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
name: python-ply
description: Implementation of lex and yacc parsing tools
version: 3.11
url: https://www.dabeaz.com/ply/
license: BSD
architecture: any
depends: ["python3"]
make_depends: ["python-setuptools"]
type: source