Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PACKAGE_STR_REGEX = regexp.MustCompile(`^(?P<name>.+)@(?P<major>\d+)\.(?P<feature>\d+)\.(?P<minor>\d+)$`)
Functions ¶
func CrateNormalCell ¶
Types ¶
type Package ¶
func ParsePackage ¶
func (*Package) GetVersion ¶
func (*Package) VersionRankComparedTo ¶
type RepoWithPackagesFound ¶
type RepoWithPackagesFound struct {
Repository
Packages []Package
}
type Repository ¶
type Repository struct {
Name, Url string
}
Click to show internal directories.
Click to hide internal directories.