An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.8% on proxy.golang.org
Top 6.1% forks on proxy.golang.org

proxy.golang.org : github.com/slimsag/semver

Package semver provides Semantic Versioning for Go packages. For more information about semver please see: http://semver.org/ This package allows for implementing semantic versioning of Go packages on a single GitHub user or organization under a custom domain, for example: Would contact the Go HTTP server (using this package) running at example.com which would redirect the request to clone the Git repository located at: Usage is pretty simple, first create a Handler with your configuration: Then register a root ("/") HTTP handler: Inside of the root HTTP handler give the semver HTTP handler a chance to handle the request if it needs to: The package exposes a matcher only for GitHub. But others can be implemented outside the package as well for e.g. Google Code or privately hosted Git repositories.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/slimsag/semver
License: BSD-3-Clause
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/slimsag
Stars: 18 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/slimsag
Last synced: 25 days ago

    Loading...
    Readme
    Loading...