gdl

GNOME docking library providing docking features for GTK+ 3

brewmacoslinux
Try with needOr install directly
Source

About

GNOME Docking Library provides docking features for GTK+ 3

Commands

gdl

Examples

Check installed version of GDL library$ pkg-config --modversion gdl-3
Compile a GTK+ 3 application using GDL docking features$ gcc `pkg-config --cflags gdl-3` -o myapp myapp.c `pkg-config --libs gdl-3`
Verify GDL library is properly installed and available$ pkg-config --exists gdl-3 && echo 'GDL installed' || echo 'GDL not found'