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

https://github.com/creachadair/semver

A Go library for semantic version strings.
https://github.com/creachadair/semver

go golang library semver

Last synced: over 1 year ago
JSON representation

A Go library for semantic version strings.

Awesome Lists containing this project

README

          

# semver

[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=lightpink)](https://pkg.go.dev/github.com/creachadair/semver)
[![CI](https://github.com/creachadair/semver/actions/workflows/go-presubmit.yml/badge.svg?event=push&branch=main)](https://github.com/creachadair/semver/actions/workflows/go-presubmit.yml)

This repository defines a Go library to manipulate [semantic version](https://semver.org) strings.