6 个仓库
Utilities that map imprecise version identifiers to concrete, probable version strings for software projects.
Distinct from Project Version Managers: Distinct from Project Version Managers: focuses on the resolution of imprecise strings to concrete releases rather than managing the versioning process.
Explore 6 awesome GitHub repositories matching development tools & productivity · Version String Resolvers. Refine with filters or upvote what's useful.
This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and
Extracts version identifiers from raw content or headers using regular expressions.
This is a PHP versioning library and Git version manager used to calculate project version strings. It functions as a semantic versioning tool that manages and retrieves the current version number of a PHP project. The library generates version identifiers by combining base release numbers with Git version control metadata. This process enables the automation of software releases by distinguishing stable production releases from development snapshots. The tool covers project versioning and dependency management for PHP packages, utilizing Git-based versioning to track the state of a project.
Ensures a default version string is available when version control metadata cannot be retrieved.
Bowser is a browser detection library that parses user-agent strings to identify a browser's name, version, rendering engine, and operating system. It functions as a user-agent parser and version constraint checker, extracting structured browser and platform details from raw user-agent strings without external dependencies. The library distinguishes itself by integrating User-Agent Client Hints alongside traditional user-agent data for more accurate browser identification in modern environments. It provides cross-platform browser detection that works consistently across desktop and mobile ope
Isolates version numbers from user-agent substrings using regular expressions and numeric parsing.
node-semver 是一个根据语义化版本(Semantic Versioning)规范解析、比较和验证版本字符串的工具。它可用作版本范围评估器、比较库以及递增发布标识符的实用程序。 该项目包含一个版本强制转换工具,可从不符合规范的字符串中提取数字序列,以近似得到语义化版本。它还提供了通过递增主版本号、次版本号或修订号来计算下一个发布版本字符串的逻辑。 该库涵盖了广泛的版本管理功能,包括用于确定版本是否满足特定约束的范围分析、基于优先级的版本列表排序,以及对单个版本和版本范围的验证。
Extracts the first valid sequence of digits from non-compliant strings to approximate a semantic version.
Apkupdater is an Android application manager designed to automate the discovery, download, and installation of software updates from multiple external repositories. It functions as a centralized utility that monitors installed applications and notifies users when newer versions become available, facilitating the maintenance of software sourced from diverse, independent platforms. The tool distinguishes itself by aggregating update information from various third-party app stores and community-driven repositories into a single interface. It employs multi-source web scraping and version normaliz
Normalizes disparate version strings from multiple sources into a unified format for accurate comparison.
OSV is a distributed database and aggregator of open-source security advisories that uses a standardized vulnerability schema to track security flaws. It functions as a system for collecting and normalizing security data from diverse ecosystems into a single unified format, providing a web API for querying package vulnerabilities and submitting standardized records. The project distinguishes itself through a security advisory distribution service that supports bulk dataset exports via cloud storage buckets and incremental synchronization of security record updates. It also employs sandbox-bas
Identifies probable version strings for projects to map imprecise identifiers to concrete releases.