Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trskop/pkg-version
Data type for versions used by RPM packages.
https://github.com/trskop/pkg-version
Last synced: 10 days ago
JSON representation
Data type for versions used by RPM packages.
- Host: GitHub
- URL: https://github.com/trskop/pkg-version
- Owner: trskop
- License: bsd-3-clause
- Created: 2014-12-20T21:33:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-24T15:56:34.000Z (almost 10 years ago)
- Last Synced: 2023-04-30T01:07:43.369Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
Pkg-version
===========[![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)][Haskell.org]
[![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)][tl;dr Legal: BSD3][![Build](https://travis-ci.org/trskop/pkg-version.svg)](https://travis-ci.org/trskop/pkg-version)
Description
-----------Data types for version strings used by RPM and DPKG package manager for
packages.Naming convention used by RPM package is sometimes refered to as NEVRA which
looks like:name-epoch:version-release.architecture
Portion that contains only version information is sometimes called EVR:
epoch:version-release
This library provides `RpmVersion` data type for EVR and correct `Eq` and `Ord`
instances.[Haskell.org]:
http://www.haskell.org
"The Haskell Programming Language"
[tl;dr Legal: BSD3]:
https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29
"BSD 3-Clause License (Revised)"