rpm-nvr

RPM package name-version-release datatypes

https://github.com/juhp/rpm-nvr

Version on this page:0.1.0
LTS Haskell 22.18:0.1.2
Stackage Nightly 2024-04-22:0.1.2
Latest on Hackage:0.1.2

See all snapshots rpm-nvr appears in

GPL-2.0-only licensed and maintained by Jens Petersen
This version can be pinned in stack with:rpm-nvr-0.1.0@sha256:ec7bdf7b6b656545ee54d0d964110138792e3aaef19362ea79e338e9cff30558,3054

Module documentation for 0.1.0

Depends on 2 packages(full list with versions):

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.

Changes

Revision history for rpm-nvr

0.1.0 (2021-06-06)

  • initial release with NV, NVR, NVRA, VerRel and rpmVerCompare