No description
Find a file
2025-09-12 22:09:49 +02:00
go.mod Remove old dependency on x/exp/slices in favor of stdlib 2025-09-12 22:09:49 +02:00
go.sum Remove old dependency on x/exp/slices in favor of stdlib 2025-09-12 22:09:49 +02:00
LICENSE Add MIT license 2023-06-22 14:34:04 -07:00
README.md Add README 2023-10-03 20:39:44 +00:00
vercmp.go Remove old dependency on x/exp/slices in favor of stdlib 2025-09-12 22:09:49 +02:00
vercmp_test.go Remove old dependency on x/exp/slices in favor of stdlib 2025-09-12 22:09:49 +02:00

vercmp

Go Reference

This is a simple library that compares two versions using an algorithm loosely based on the rpmvercmp algorithm.