Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/rpm-nvr
RPM version and release library
https://github.com/juhp/rpm-nvr
Last synced: 8 days ago
JSON representation
RPM version and release library
- Host: GitHub
- URL: https://github.com/juhp/rpm-nvr
- Owner: juhp
- License: gpl-2.0
- Created: 2016-11-18T01:56:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T03:40:36.000Z (over 2 years ago)
- Last Synced: 2024-04-26T01:06:18.013Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
rpm-nvr is distributed under the GPLv2+ license.
The testsuite includes testcases for comparing rpm versions
from the main rpm project.