libpeas@1

GObject plugin library for loading and managing dynamic plugins

brewmacoslinux
Try with needOr install directly
Source

About

GObject plugin library

Examples

check if libpeas is installed and see version info$ pkg-config --modversion libpeas-1
find where libpeas library files are located$ pkg-config --variable=libdir libpeas-1
get compiler flags needed to use libpeas in C code$ pkg-config --cflags --libs libpeas-1
list all available GObject introspection data for libpeas$ find $(pkg-config --variable=libdir libpeas-1) -name '*.gir'
check libpeas dependencies and requirements$ pkg-config --requires libpeas-1