https://github.com/aletheia7/semver
https://github.com/aletheia7/semver
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aletheia7/semver
- Owner: aletheia7
- License: bsd-2-clause
- Created: 2016-09-07T03:12:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T04:58:37.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T19:42:16.539Z (8 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
[](https://godoc.org/github.com/aletheia7/semver)
#### semver
Go package that compares semver.org version strings[semver.org](http://semver.org/) version strings only allow [0-9A-Za-z-]. This
package allows unicode letters in place of A-Z and a-z; i.e.
3.24.3-β+20150115102400 is acceptable. The allowance of unicode characters
makes this package noncompliant with semver.org.#### License
Use of this source code is governed by a BSD-2-Clause license that can be found
in the LICENSE file.[](https://opensource.org/)