|
|
|
| Description |
| A module for parsing, comparing, and (eventually) modifying debian version
numbers. http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
Instances | |
|
|
| Exported abstract because the internal representation is likely to change
|
|
|
|
| epoch |
|
| version |
|
| revision |
|
|
|
|
| Split a DebianVersion into its three components: epoch, version,
revision. It is not safe to use the parsed version number for
this because you will lose information, such as leading zeros.
|
|
| Produced by Haddock version 2.4.2 |