awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • semver/semverAvatar de semver

    semver/semver

    7,786Voir sur GitHub↗

    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.

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