Registry / utility / knqyf263-go-apk-version

knqyf263-go-apk-version

JSON →
library0.0.0-20200609155635-041fdbb8563fgogounverified

Provides version comparison and parsing for Alpine Linux APK packages.

go get github.com/knqyf263/go-apk-version
INSTALL
IMPORT
SIG · KNQYF263-GO-APK-VE
K
knqyf263-go-apk-version
utilitygov0.0.0-20200609155635-041fdbb8563f
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

apkversion
github.com/knqyf263/go-apk-version

Compare two APK package versions.

package main import ( "fmt" "github.com/knqyf263/go-apk-version" ) func main() { v1, _ := apkversion.NewVersion("1.2.3") v2, _ := apkversion.NewVersion("1.2.4") fmt.Println(v1.LessThan(v2)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200609155635-041fdbb8563flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
1 hits · last 30 days
Meta
1
Resources
knqyf263-go-apk-version — go get knqyf263-go-apk-version · libregistry