An open API service indexing awesome lists of open source software.

https://github.com/aletheia7/semver


https://github.com/aletheia7/semver

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/godoc-reference-blue.svg)](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.

[![BSD-2-Clause License](imgs/osi_logo_100X133_90ppi_0.png)](https://opensource.org/)