Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SourceCode -> DirectoryPath<Library>
Scan C/C++ source code for raw #include directives and recursively match them against library registries to download and resolve dependencies.
Problem it solves
C/C++ lacks a standardized package manager, requiring manual dependency resolution and configuration of search paths.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.