pycparser: A complete C99 parser in pure Python1
Pycparser is a parser for the C language, written in pure Python. It is
a module designed to be easily integrated into applications that need
to parse C source code.
... part of T2,
get it here
URL: https://github.com/eliben/pycparser
Author: Eli Bendersky
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: Unknown
Status: Stable
Version: 2.23
Remark: Does cross compile (as setup and patched in T2).
Download: https://github.com/eliben/pycparser/ pycparser-2.23.tar.gz
T2 source: pycparser.cache
T2 source: pycparser.desc
Build time (on reference hardware): 2% (relative to binutils)2
Installed size (on reference hardware): 0.60 MB, 36 files
Dependencies (build time detected):
bash
coreutils
cython
diffutils
findutils
gawk
grep
gzip
openssl
python
sed
setuptools
tar
Installed files (on reference hardware):
[show]
usr/lib64/python3.12/site-packages/pycparser
usr/lib64/python3.12/site-packages/pycparser-2.22-py3.12.egg-info
usr/lib64/python3.12/site-packages/pycparser-2.22-py3.12.egg-info/PKG-INFO
usr/lib64/python3.12/site-packages/pycparser-2.22-py3.12.egg-info/SOURCES.txt
usr/lib64/python3.12/site-packages/pycparser-2.22-py3.12.egg-info/dependency_links.txt
usr/lib64/python3.12/site-packages/pycparser-2.22-py3.12.egg-info/top_level.txt
usr/lib64/python3.12/site-packages/pycparser/__init__.py
usr/lib64/python3.12/site-packages/pycparser/_ast_gen.py
usr/lib64/python3.12/site-packages/pycparser/_build_tables.py
usr/lib64/python3.12/site-packages/pycparser/_c_ast.cfg
usr/lib64/python3.12/site-packages/pycparser/ast_transforms.py
usr/lib64/python3.12/site-packages/pycparser/c_ast.py
usr/lib64/python3.12/site-packages/pycparser/c_generator.py
usr/lib64/python3.12/site-packages/pycparser/c_lexer.py
usr/lib64/python3.12/site-packages/pycparser/c_parser.py
usr/lib64/python3.12/site-packages/pycparser/lextab.py
usr/lib64/python3.12/site-packages/pycparser/ply
usr/lib64/python3.12/site-packages/pycparser/ply/__init__.py
usr/lib64/python3.12/site-packages/pycparser/ply/cpp.py
usr/lib64/python3.12/site-packages/pycparser/ply/ctokens.py
usr/lib64/python3.12/site-packages/pycparser/ply/lex.py
usr/lib64/python3.12/site-packages/pycparser/ply/yacc.py
usr/lib64/python3.12/site-packages/pycparser/ply/ygen.py
usr/lib64/python3.12/site-packages/pycparser/plyparser.py
usr/lib64/python3.12/site-packages/pycparser/yacctab.py
usr/share/doc/pycparser
var/adm/dependencies/pycparser
var/adm/descs/pycparser
var/adm/flists/pycparser
var/adm/md5sums/pycparser
var/adm/packages/pycparser
1) This page was automatically generated from the T2
package source. Corrections, such as dead links, URL changes or typos
need to be performed directly on that source.
2) Compatible with Linux From Scratch's
"Standard Build Unit" (SBU).