awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPrecedence Logic

Algorithms for determining version order by comparing numeric segments sequentially.

Distinct from Code Version Comparisons: Focuses on the mathematical precedence of version numbers rather than comparing diffs of codebases.

Explore 1 awesome GitHub repository matching development tools & productivity · Precedence Logic. Refine with filters or upvote what's useful.

Awesome Precedence Logic GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • semver/semverAvatar von semver

    semver/semver

    7,786Auf GitHub ansehen↗

    This project is a semantic versioning parser, validator, and precedence engine. It provides tools for parsing, comparing, and verifying version strings that follow the Semantic Versioning specification. The system implements a logic engine for determining the relative priority of software releases. It handles the nuances of the specification, including pre-release versioning to mark unstable releases and the attachment of build metadata that is ignored during precedence comparisons. The toolkit covers version numbering standardization and API stability management. This includes logic for ver

    Determines version precedence by comparing major, minor, and patch integers in descending order of significance.

    Auf GitHub ansehen↗7,786
  1. Home
  2. Development Tools & Productivity
  3. Code Version Comparisons
  4. Precedence Logic