diff options
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: |