awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesBinary Artifact Mapping

Custom definitions that map binary artifacts to specific download URLs and archive formats.

Distinct from Package Version Mapping: Focuses on installation-time artifact mapping rather than vulnerability-based package version mapping.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Artifact Mapping. Refine with filters or upvote what's useful.

Awesome Binary Artifact Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sbt/sbtsbt 的头像

    sbt/sbt

    4,929在 GitHub 上查看↗

    Sbt 是一个专为 Scala 和 Java 设计的 JVM 构建工具和依赖管理系统。它作为一个多项目构建编排器,管理源代码的编译、从远程仓库解析外部库,并打包二进制文件以供分发。 该项目以其交互式构建系统而著称,该系统提供了一个用于实时状态检查和任务执行的读取-求值-打印循环(REPL)。它利用基于依赖图的执行模型来处理任务,并维护一个用于动态构建配置的类型安全键值存储。 其功能涵盖具有增量重编译、模块化项目组织和自动化测试执行的 JVM 构建自动化。该系统还支持跨版本编译、向云存储发布工件,以及用于添加自定义构建逻辑的可扩展插件模型。

    Maps specific files and generated sources to designated internal paths within JAR packages.

    Scala
    在 GitHub 上查看↗4,929
  • cargo-bins/cargo-binstallcargo-bins 的头像

    cargo-bins/cargo-binstall

    2,493在 GitHub 上查看↗

    cargo-binstall is a toolchain extension and binary artifact manager designed to install pre-compiled Rust binaries from releases. Its primary purpose is to avoid the time and resource costs associated with compiling software from source by fetching pre-built executables. The tool provides mechanisms for discovering and downloading binaries across different architectures and platforms. It includes capabilities for verifying the authenticity and integrity of downloaded packages using cryptographic signature verification against public keys. The system supports automated installation in continu

    Specifies custom download URLs and archive formats for packages that cannot be auto-detected.

    Rustbinaryinstallerrust
    在 GitHub 上查看↗2,493
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Decompilers
  5. Binary-to-Source Mappings
  6. Package Version Mapping
  7. Binary Artifact Mapping

探索子标签

  • Internal Artifact Path MappingsMappings that define where specific files or generated sources are placed within a binary package. **Distinct from Binary Artifact Mapping:** Focuses on internal package structure mapping rather than external download URL mapping.