diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:04 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:04 +0200 |
commit | ed7fe06db8985ca5df526a988d7ad38dec28139c (patch) | |
tree | 6afaa2849fb9e2518b2379a10ea7f18de4c1887f /development/gccxml/slack-desc | |
parent | 4df7ca9feccfc41b529e9563bac4fce283eb00b3 (diff) |
development/gccxml: Removed from 13.0 repository
Diffstat (limited to 'development/gccxml/slack-desc')
-rw-r--r-- | development/gccxml/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/development/gccxml/slack-desc b/development/gccxml/slack-desc deleted file mode 100644 index ce459cb1d3..0000000000 --- a/development/gccxml/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |---- Handy ruler -----------------------------------------------------| -gccxml: GCC-XML (XML output extension to GCC) -gccxml: -gccxml: The purpose of the GCC-XML extension is to generate an XML -gccxml: description of a C++ program from GCC's internal -gccxml: representation. Since XML is easy to parse, other development -gccxml: tools will be able to work with C++ programs without the burden -gccxml: of a complicated C++ parser. -gccxml: -gccxml: GCC-XML home page is: http://www.gccxml.org/ -gccxml: -gccxml: |