diff --git a/repository.json b/repository.json index 77bb19a..8a340be 100644 --- a/repository.json +++ b/repository.json @@ -1071,6 +1071,20 @@ } ] }, + { + "name": "pycparser", + "description": "Complete C99 parser in pure Python", + "author": "Eli Bendersky", + "issues": "https://github.com/eliben/pycparser/issues", + "releases": [ + { + "base": "https://pypi.org/project/pycparser", + "asset": "pycparser-*-py3-none-any.whl", + "python_versions": ["3.8"], + "tags": true + } + ] + }, { "name": "PyCrypto", "description": "Python Cryptography Toolkit - https://www.dlitz.net/software/pycrypto/",