libmodulemd 2.15.2
C library for manipulating module metadata files
The libmodulemd API provides a number of convenience tools for interacting with repodata (that is, streams of YAML that contains information on multiple streams, default data and translations).
- Outputs:
doc
,out
- Website: https://github.com/fedora-modularity/libmodulemd
- Licenses: Expat
- Package source: gnu/packages/rpm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libmodulemd 2.15.2
as follows:
guix install libmodulemd@2.15.2
Or install the latest version:
guix install libmodulemd
The libmodulemd
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install libmodulemd:doc
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.