Andrew Clemons b2519f95fd various: Use zulu jdk builds for REQUIRES. 2 år sedan
..
README b2519f95fd various: Use zulu jdk builds for REQUIRES. 2 år sedan
slack-desc 41c94056e0 development/srcML: Update homepage. 6 år sedan
srcML-0.9.5-boost-optional.patch 89f6ac9939 development/srcML: Added (XML representation of source code). 7 år sedan
srcML-0.9.5-lib-install-dir.patch 89f6ac9939 development/srcML: Added (XML representation of source code). 7 år sedan
srcML.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 år sedan
srcML.info b2519f95fd various: Use zulu jdk builds for REQUIRES. 2 år sedan

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
openjdk8, zulu-openjdk8).