Registry / utility / libmodman

libmodman

JSON →
library2.0.1vcpkgunverified

a simple library for managing modules

vcpkg install libmodman
INSTALL
IMPORT
SIG · LIBMODMAN
L
libmodman
utilitycppv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

modman/modman.h
#include <modman/modman.h>

Initialize and clean up a module manager

#include <modman/modman.h> #include <iostream> int main() { mm_ctx ctx; mm_init(&ctx); std::cout << "Module manager initialized" << std::endl; mm_cleanup(&ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libmodman — pip install libmodman · libregistry