awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ruslo avatar

ruslo/hunterArchived

0
View on GitHub↗
1,900 stars·656 forks·CMake·BSD-2-Clause·15 views

Hunter

Since 25/08/2019 project is closed for public contributions. Please send your pull requests and issues to

Features

  • Build Systems - Cross-platform package manager driven by CMake.
  • Package Management - Cross-platform package manager integrated with external project builds.

Star history

Star history chart for ruslo/hunterStar history chart for ruslo/hunter

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hunter

Similar open-source projects, ranked by how many features they share with Hunter.
  • microsoft/vcpkgmicrosoft avatar

    microsoft/vcpkg

    27,179View on GitHub↗

    This project is a cross-platform package manager designed to automate the acquisition, compilation, and integration of third-party software libraries into native development projects. It functions as a manifest-driven dependency manager, utilizing declarative configuration files to define project requirements and resolve them into consistent, versioned dependency graphs across Windows, Linux, and macOS. The system distinguishes itself through port-based build automation, which uses standardized scripts to fetch, patch, and compile source code, and triplets-based configuration files that encap

    CMakeccmakecplusplus
    View on GitHub↗27,179
  • ninja-build/ninjaninja-build avatar

    ninja-build/ninja

    13,034View on GitHub↗

    Ninja is a low-level build system and executable designed to function as a backend for higher-level build generators. It serves as a build graph processor that evaluates build files to determine the optimal execution order for target dependencies and binaries. The tool focuses on fast software compilation by executing commands based on dependency graphs to transform source code into binaries. It operates as an incremental build tool, utilizing file timestamps to manage build operations and recompile only the modified parts of a project. The system manages build automation through automated d

    C++
    View on GitHub↗13,034
  • iauns/cpmiauns avatar

    iauns/cpm

    750View on GitHub↗

    C++ Package Manager

    CMake
    View on GitHub↗750
  • pfultz2/cgetpfultz2 avatar

    pfultz2/cget

    463View on GitHub↗

    C++ package retrieval

    Pythonccgetcmake
    View on GitHub↗463
See all 30 alternatives to Hunter→

Frequently asked questions

What does ruslo/hunter do?

Since 25/08/2019 project is closed for public contributions. Please send your pull requests and issues to

What are the main features of ruslo/hunter?

The main features of ruslo/hunter are: Build Systems, Package Management.

What are some open-source alternatives to ruslo/hunter?

Open-source alternatives to ruslo/hunter include: ninja-build/ninja — Ninja is a low-level build system and executable designed to function as a backend for higher-level build generators.… thelartians/cpm — CPM is a source-based package manager and build tool for CMake that downloads, versions, and integrates external C++… iauns/cpm — C++ Package Manager. microsoft/vcpkg — This project is a cross-platform package manager designed to automate the acquisition, compilation, and integration of… pfultz2/cget — C++ package retrieval. anotherfoxguy/pmm — :package: :mailbox_with_no_mail: It's the C++ Package Manager Manager.