minixml
Small XML parsing library
Mini-XML is a small C library to read and write XML files and strings in UTF-8 and UTF-16 encoding.
- Versions: 3.3.1
- Website: https://www.msweet.org/mxml/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of minixml
as follows:
guix install minixml
Or install a particular version:
guix install minixml@3.3.1
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.
Badge code
You can use the following badge to inform users of minixml about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/minixml'><img src='https://packages.guix.gnu.org/packages/minixml/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/minixml/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/minixml)
Example Org:
[[https://packages.guix.gnu.org/packages/minixml][https://packages.guix.gnu.org/packages/minixml/badges/latest-version.svg]]