Introduction
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), it is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra “markup” information enclosed between angle brackets. HTML is the most well-known markup language. Though the library is written in C a variety of language bindings make it available in other environments.
Web Page
Versions
2.9.4
Flavours
1
Architecture
x86_64
Group
module load site-local
Build Details
Compiled with:
- gcc/4.9.3
- –with-threads
- –with-zlib=/gpfs/apps/zlib/1.2.11/1
- –without-python
Usage
module load libxml2/2.9.4/1
Example Job Scripts
None required.
Status
Partially tested.