rpm-nvr: RPM package name-version-release library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

The library provides types related to RPM package name-version-releases. There are modules for reading and showing:


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.0, 0.1.1, 0.1.2
Change log ChangeLog.md
Dependencies base (<5), extra (>=1.5.1) [details]
License GPL-2.0-only
Copyright 2016-2018 Red Hat, 2017,2021 Jens Petersen <petersen@redhat.com>
Author Jens Petersen <petersen@redhat.com>
Maintainer Jens Petersen <petersen@redhat.com>
Category Distribution
Home page https://github.com/juhp/rpm-nvr
Bug tracker https://github.com/juhp/rpm-nvr/issues
Source repo head: git clone https://github.com/juhp/rpm-nvr.git
Uploaded by JensPetersen at 2021-06-06T19:00:27Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for rpm-nvr-0.1.0

[back to package description]

rpm-nvr

Currently this library provides some types for RPM NVRs: NV, NVR, NVRA, VerRel with read and display functions. There is also an ordering of VerRel based on rpm's vercmp which is implemented as rpmVerCompare.

See the haddock documentation for more details.

The testsuite includes testcases for comparing rpm versions from the main rpm project.