blob: 2d3d4bdf1ee2872fa1fc657786fccbf2cda75ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{name, "slang"}.
{vsn, {1,0}}.
{summary, "terminal library for Erlang"}.
{author, "Claes Wikstrom", "klacke@bluetail.com", "981123"}.
{keywords, ["quack"]}.
{needs, []}.
{abstract,"This is a library which makes it possible to write terminal based aplications al'a vi/emacs/mutt/slrn in erlang."}.
|