libxml2 2.9.14
C parser for XML
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but it is usable outside of the Gnome platform).
- Outputs:
doc
,out
,static
- Website: http://www.xmlsoft.org/
- Licenses: X11
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libxml2 2.9.14
as follows:
guix install libxml2@2.9.14
Or install the latest version:
guix install libxml2
The libxml2
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install libxml2:doc
guix install libxml2:static
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.