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

expat

Stream-oriented XML parser library written in C

Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).

Installation

Install the latest version of expat as follows:

guix install expat

Or install a particular version:

guix install expat@2.5.0

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.