An open API service for producing an overview of a list of open source projects.

https://github.com/sixafter/semver

go golang semver semver-parser

Score: -Infinity

Last synced: about 11 hours ago
JSON representation

Repository metadata:

A Semantic Versioning 2.0.0 compliant parser and utility library written in Go.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 20
Total Committers: 1
Avg Commits per committer: 20.0
Development Distribution Score (DDS): 0.0

Commits in past year: 15
Committers in past year: 1
Avg Commits per committer in past year: 15.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Michael Primeaux m****x 20

Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 0
Total pull requests: 15
Average time to close issues: N/A
Average time to close pull requests: 3 minutes
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 15
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 15
Past year average time to close issues: N/A
Past year average time to close pull requests: 3 minutes
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 15
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sixafter/semver

Top Issue Authors

Top Pull Request Authors

  • mprimeaux (15)

Top Issue Labels

Top Pull Request Labels

  • priority: medium (15)
  • kind: debt (12)
  • kind: feature (3)

Package metadata

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

  • Homepage: https://github.com/sixafter/semver
  • Documentation: https://pkg.go.dev/github.com/sixafter/semver#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.12.0 (published about 2 months ago)
  • Last Synced: 2026-01-26T03:17:30.718Z (10 days ago)
  • Versions: 16
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.99%
    • Average: 6.191%
    • Dependent repos count: 6.391%

Dependencies

.github/workflows/ci.yaml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • golangci/golangci-lint-action v6 composite
  • sonarsource/sonarcloud-github-action master composite
.github/workflows/codeql-analysis.yaml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/release.yaml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • goreleaser/goreleaser-action v6 composite
go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1