mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
5ea60302bf
Curses application development framework
8 lines
406 B
Plaintext
8 lines
406 B
Plaintext
Curses::Application is designed to provide a flexible framework for rapid
|
|
application development of Curses-based console applications in Perl. Based
|
|
on Curses::Widgets and Curses::Forms, Curses::Application provides a flexible
|
|
OO framework to manage forms, widgets, and dialogs, without (hopefully) ever
|
|
having to deal directly with Curses calls.
|
|
|
|
WWW: http://www.digitalmages.com/perl/CursesApplication/
|