cdk

Curses development kit providing predefined widgets for terminal applications

brewmacoslinux
Try with needOr install directly
Source

About

Curses development kit provides predefined curses widget for apps

Commands

cdk

Examples

Display CDK version and available information$ cdk --version
View CDK help documentation and command options$ cdk --help
Use CDK library in C programs by including headers and linking$ gcc -I/usr/local/include myapp.c -L/usr/local/lib -lcdk -lncurses -o myapp