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/README | |
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/README')
-rw-r--r-- | libraries/luaexpat/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/luaexpat/README b/libraries/luaexpat/README new file mode 100644 index 0000000000..ef08bd7952 --- /dev/null +++ b/libraries/luaexpat/README @@ -0,0 +1,2 @@ +LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is +free software and uses the same license as Lua 5.1. |