This package browser is in early development. Mind the rough edges.

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).

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.