libpeas

GObject-based plugin library for extensible applications

brewmacoslinux
Try with needOr install directly
Source

About

GObject plugin library

Commands

libpeas

Examples

List available plugins in a GObject application$ peas-demo
Check libpeas version and GObject introspection support$ pkg-config --modversion libpeas-1.0
View plugin search paths and configuration$ GI_TYPELIB_PATH=/usr/local/lib/girepository-1.0 python3 -c "from gi.repository import Peas; engine = Peas.Engine.get_default(); print(engine.get_plugin_list())"