(New reviews) |
|||
Line 25: | Line 25: | ||
* [https://bugzilla.redhat.com/show_bug.cgi?id=551763 lua-sec] : Lua binding for OpenSSL library | * [https://bugzilla.redhat.com/show_bug.cgi?id=551763 lua-sec] : Lua binding for OpenSSL library | ||
* [https://bugzilla.redhat.com/show_bug.cgi?id=551765 prosody] : flexible communications server for Jabber/XMPP written in Lua | * [https://bugzilla.redhat.com/show_bug.cgi?id=551765 prosody] : flexible communications server for Jabber/XMPP written in Lua | ||
* [https://bugzilla.redhat.com/show_bug.cgi?id=720857 datalog] : A Lightweight Deductive Database using Datalog | |||
== Tasks == | == Tasks == |
Revision as of 04:16, 1 February 2012
Lua Special Interest Group
Mission
Bring the Lua scripting language and related software and packages into Fedora and integrate nicely into the base system.
Members
Tim Niemueller
Michel Salim
João Felipe Santos
Packages
Currently packaged:
lua
: Lua interpreter, compiler and libraryluadoc
: Documentation generator tool for Luatolua++
: Automatic wrapper generator for C/C++ codelua-posix
: POSIX library for Lualua-logging
: Easy logging API for Lualua-sql
: database access with Lualua-socket
: networking with Lualua-filesystem
: file system access functions
Currently awaiting review:
- lua-sec : Lua binding for OpenSSL library
- prosody : flexible communications server for Jabber/XMPP written in Lua
- datalog : A Lightweight Deductive Database using Datalog
Tasks
- Find more people interested in Lua and get them involved
- Identify interesting new packages to import into Fedora
- Get more packagers
Links
Lua : Main website for Lua.
Lua users wiki : Tons of good documentation, howtos, snippets and links to add-on packages.
Programming in Lua : First edition of the Lua book. Most is still relevant, a few things got changed though. It's worth buying and reading the second edition.
Lua reference manual : The Lua reference manual. Very handy, especially if you have it besides your laptop as a real book (really cheap!).