Documentation ¶
Overview ¶
Package cmpver implements a variant of debian version number comparison.
A version is a string consisting of alternating non-numeric and numeric fields. When comparing two versions, each one is broken down into its respective fields, and the fields are compared pairwise. The comparison is lexicographic for non-numeric fields, numeric for numeric fields. The first non-equal field pair determines the ordering of the two versions.
This comparison scheme is a simplified version of Debian's version number comparisons. Debian differs in a few details of lexicographical field comparison, where certain characters have special meaning and ordering. We don't need that, because Tailscale version numbers don't need it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.