📚 Library Compatibility
Equivalent external libraries by category and programming language.
core
Included in standard library or runtime
ext
External dependency managed by package manager
⚠️ Note on C / C++
C and C++ are intentionally excluded from this table because:
- They lack a universal, standardized package manager. Tools like
Conanorvcpkgexist but are not universally adopted. - Libraries are typically integrated via compilation flags and manual linking (e.g.
-lfoo, CMakefind_package(), orpkg-config). - Dependency management varies significantly by platform, compiler, and build system.
For these reasons, C/C++ is also excluded from the automatic install command generator.