Description
Dynamic-library loading becomes easier to manage from C++ code through a wrapper around POSIX dlopen, dlsym, and related calls. This helps projects load plugins or optional components with clearer C++ abstractions.
It is intended for developers building software that loads shared objects at runtime. It does not manage installed packages; applications still decide which libraries to load and how to handle missing symbols.