libpeas@1

GObject-based plugin library for building extensible applications

brewmacoslinux
Try with needOr install directly
Source

About

GObject plugin library

Commands

peas-demo

Examples

Run the libpeas demo application to explore plugin system capabilities$ peas-demo
Use libpeas in a C program by including the header and linking against it$ gcc -o myapp myapp.c `pkg-config --cflags --libs libpeas-1`
Check installed libpeas version and library information$ pkg-config --modversion libpeas-1