diff options
Diffstat (limited to 'development/gccxml/README')
-rw-r--r-- | development/gccxml/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/development/gccxml/README b/development/gccxml/README deleted file mode 100644 index 218e6fcaae..0000000000 --- a/development/gccxml/README +++ /dev/null @@ -1,11 +0,0 @@ -GCC-XML is the XML output extension to GCC. The purpose of the GCC-XML -extension is to generate an XML description of a C++ program from GCC's -internal representation. Since XML is easy to parse, other development -tools will be able to work with C++ programs without the burden of a -complicated C++ parser. - -GCC-XML project is not making formal releases since version 0.6.0, -published back in February 2004; "lack of time" is cited as the reason -on GCC-XML Web site. Thus, we're using CVS snapshot created for current -version of corresponding Debian package, and hosted on Debian site; -thanks to Debian guys for kindly allowing access to this resource. |