slackbuilds_ponce/development/pygccxml
2010-05-11 22:53:38 +02:00
..
pygccxml.info development/pygccxml: Added to 12.1 repository 2010-05-11 22:53:38 +02:00
pygccxml.SlackBuild development/pygccxml: Added to 12.1 repository 2010-05-11 22:53:38 +02:00
README development/pygccxml: Added to 12.1 repository 2010-05-11 22:53:38 +02:00
slack-desc development/pygccxml: Added to 12.1 repository 2010-05-11 22:53:38 +02:00

The purpose of pygccxml is to read a generated file and provide a
simple framework to navigate C++ declarations, using Python classes.
It provides functionality to extract and inspect declarations from
C/C++ header files. This is accomplished by invoking the external tool
gccxml which parses a header file and dumps the declarations as a XML
file. This XML file is then read by pygccxml and the contents are made
available as appropriate Python objects.

The pygccxml package is dependent upon gccxml package, also available
on SlackBuilds.org.