expat 2.5.0
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).
- Website: https://libexpat.github.io/
- Licenses: Expat
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install expat 2.5.0
as follows:
guix install expat@2.5.0
Or install the latest version:
guix install expat
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.