From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
No edit summary
(One intermediate revision by one other user not shown)
Line 36: Line 36:


[http://www.lua.org/manual/5.1/ Lua reference manual] : The Lua reference manual. Very handy, especially if you have it besides your laptop as a real book (really cheap!).
[http://www.lua.org/manual/5.1/ Lua reference manual] : The Lua reference manual. Very handy, especially if you have it besides your laptop as a real book (really cheap!).
[[Category:Packaging SIGs]]

Revision as of 22:40, 21 June 2008

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

Packages

Currently packaged:

  • lua : Lua interpreter, compiler and library
  • luadoc : Documentation generator tool for Lua
  • tolua++ : Automatic wrapper generator for C/C++ code
  • lua-posix : POSIX library for Lua
  • lua-logging : Easy logging API for Lua
  • lua-sql : database access with Lua
  • lua-socket : networking with Lua
  • lua-filesystem : file system access functions

Currently no packages are awaiting review. Start a new one!

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!).