diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-04-27 15:40:35 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-27 15:40:35 -0300 |
commit | fc58262ab58f6c6b1c23824295ae2bfbfff1f733 (patch) | |
tree | 67f16041c24515a94b6ca313c1fb181038f3ea87 /libraries/luaexpat/slack-desc | |
parent | 5609d8af84e509af98653af0494b91891b76ae73 (diff) | |
download | slackbuilds-fc58262ab58f6c6b1c23824295ae2bfbfff1f733.tar.gz |
libraries/luaexpat: Added (XML Expat parsing for Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/luaexpat/slack-desc')
-rw-r--r-- | libraries/luaexpat/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/luaexpat/slack-desc b/libraries/luaexpat/slack-desc new file mode 100644 index 0000000000..5560c644ef --- /dev/null +++ b/libraries/luaexpat/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +luaexpat: LuaExpat (XML Expat parsing for the Lua programming language) +luaexpat: +luaexpat: Overview +luaexpat: LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is +luaexpat: free software and uses the same license as Lua 5.1. +luaexpat: +luaexpat: Status +luaexpat: Current version is 1.2.0. It was developed for both Lua 5.0 and Lua +luaexpat: 5.1, and has been tested on Linux, Windows (2000/XP) and MacOS X with +luaexpat: Expat 2.0.0. +luaexpat: |