diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
commit | 1efec3952b780cc675ae111313017c3b91d20a01 (patch) | |
tree | 8a2d77b52e2c558976c8d2d362edf8837e2066ea /slang.pub | |
download | erlang-slang-fork-1efec3952b780cc675ae111313017c3b91d20a01.tar.gz |
initial commit based on erlang-slang 1.0 release (debian tar ball)
Diffstat (limited to 'slang.pub')
-rw-r--r-- | slang.pub | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/slang.pub b/slang.pub new file mode 100644 index 0000000..2d3d4bd --- /dev/null +++ b/slang.pub @@ -0,0 +1,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."}. + + + + |