1 repo
Specialized tools for managing third-party library integration in native C++ development environments.
Distinguishing note: Targeted specifically at the C++ ecosystem and native library compilation workflows.
Explore 1 awesome GitHub repository matching programming languages & runtimes · C++ Package Managers. Refine with filters or upvote what's useful.
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
A cross-platform tool that automates the acquisition, compilation, and integration of third-party software libraries into native development projects.