slackbuilds/development/srcML
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/srcML: Fix README. 2020-10-17 09:39:42 +07:00
slack-desc development/srcML: Update homepage. 2018-05-12 06:58:26 +07:00
srcML-0.9.5-boost-optional.patch
srcML-0.9.5-lib-install-dir.patch
srcML.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
srcML.info development/srcML: Update homepage. 2018-05-12 06:58:26 +07:00

README

The srcML format is a XML representation for source code, where
the markup tags identify elements of the abstract syntax for
the language. The srcml program is a command line application
for the conversion of source code to srcML, an interface for the
exploration, analysis, and manipulation of source code in this form,
and the conversion of srcML back to source code. The current parsing
technologies support C/C++, C#, and Java.

srcML requires some statically compiled Boost libraries which are
not available in Slackware's default installation. Thus, the required
libraries are compiled temporarily according to srcML's documentation
but will not be installed into your system. Also, srcML's Python
binding will not be installed.

To build this its dependency antlr2 must be built against jdk (or
openjdk).