abelhas
Particle Swarm Optimization in Lua
alien
Alien - Pure Lua extensions.
bin2clua
Lua implementation of bin2c, a utility that converts a binary file to a C char string that can be included in a C program
bitlib
Tiny library for bitwise operations
boostmathspecialfunctions
Binding for Boost math library
bzip2
bzip2 is a high compression ratio data compression library.
cd
CD (Canvas Draw) is a platform-independent graphics library.
cdlua
CDLua was developed to make all functionalities of the CD library available to Lua programmers.
cgilua
Tool for creating dynamic Web pages and manipulating data from Web forms.
cheese
Cheese PEG parser generator
classlib
A multiple-inheritance class library for Lua.
cmake
A cross-platform, open-source build system that generates native makefiles.
colors
HSL Color Theory Computation in Lua
concurrentlua
Concurrency Oriented Programming in Lua
config
Easy configuration file loading
copas
Coroutine Oriented Portable Asynchronous Services
cosmo
Safe templates for Lua
coxpcall
Coroutine safe xpcall and pcall
dado
Dado - Database Facilities for LuaSQL.
diff
This module provides a small collection of functions for diffing text.
diluculum
Diluculum is a library that intends to make the coexistence of C++ and Lua more harmonious.
epeg
Epeg is a library to read PEGs from textfiles and apply them to input to create abstract syntax trees.
etree
Lua Element Tree is a library that enables manipulation of XML documents as simple data structures in Lua.
fcgi
FastCGI is simple because it is actually CGI with only a few extensions.
freeglut
FreeGLUT is a free alternative GLUT library.
gd
Dynamic creation of images by programmers. Supports PNG, JPEG, GIF, and other formats.
gdbm
GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines.
genx
A library for safely generating XML.
getopt
getopt - Get command line options Lua module.
glew
The OpenGL Extension Wrangler Library.
gpc
A new algorithm for calculating the difference, intersection, exclusive-or or union of arbitrary polygon sets.
gsl
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
gslshell
GSL shell is an interactive Lua command line interface that gives easy access to the GNU Scientific Library (GSL) collection of mathematical methods for numerical computations.
gzio
The Lua gzip file I/O module emulates the standard I/O module, but operates on compressed gzip format files.
im
IM is a toolkit for Digital Imaging.
imlua
ImLua was developed to make all functionalities of the IM library available to Lua programmers.
iup
IUP is a portable toolkit for building graphical user interfaces.
iuplua
IUP is a portable toolkit for building graphical user interfaces.
kepler
The Lua Web Development Platform
kepler-fastcgi
The Lua Web Development Platform
kepler-xavante
The Lua Web Development Platform
lalarm
An alarm library for Lua based on POSIX alarm.
lanes
Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1.
lascii85
An ASCII85 library for Lua. Ascii85 is a form of binary-to-text encoding developed by Adobe Systems.
lazykit
lazykit: tools for XML processing
lbase64
A Base64 library for Lua
lbc
A simple arbitrary precision library for Lua, based on code from GNU bc.
lbci
A bytecode inspector library for Lua 5.1. It allows you to look inside Lua functions from Lua.
lclomplex
Provides support for complex numbers in Lua using the functions available in C99.
lcms
LittleCMS is a CMM, a color management engine
lcms2
LittleCMS is a CMM, a color management engine
leg
Leg offers a complete Lua 5.1 grammar, along with a small API for user manipulation.
lgdbm
A database library for Lua based on GNU dbm. GNU dbm is a set of database routines that use extensible hashing.
lgpc
Polygon library for Lua based on gpc.
libarchive
Libarchive is a reusable C library for reading and writing a variety of streaming archive formats.
libboost
Stub dist for BOOST library
libcurl
Stub dist for Curl library
libdevil
Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use.
libexpat
Expat is a C library for parsing XML.
libffi
The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time.
libgdbm
GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines.
libgraphviz
Stub dist for GraphViz library
libgtk2
Stub dist for GTK2 library
libgxml2
Stub dist for GraphViz library
libjpeg
Independent JPEG Group's JPEG software
libmng
The MNG reference library
libpng
official PNG reference library
libqt4
Stub dist for Qt library
libsqlite3
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine
libtiff
TIFF library.
libzzip
The zziplib provides read access to zipped files in a zip-archive.
lip
Lip is a Lisp like mini language written in Lua.
lmapm
This is a big-number library for Lua 5.1.
lmathx
This code extends the Lua math library with the functions available in C99.
lmock
lmock is a mock framework for Lua, a toolkit for unit-test.
loop
LOOP stands for Lua Object-Oriented Programming and is a set of packages for supporting different models of object-oriented programming in the Lua language
lpack
A library for packing and unpacking binary data. The library adds two functions to the string library: pack and unpack.
lpc
Allows Lua scripts to call external processes while capturing both their input and output.
lpeg
Parsing Expression Grammars For Lua
lqt
lqt is an in-development Qt binding for Lua.
lrandom
A library for generating random numbers based on the Mersenne Twister, a pseudorandom number generating algorithm.
lrexlib
Lrexlib is a regular expression library for Lua 5.1.
lsqlite3
LuaSQLite 3 is a thin wrapper around the public domain SQLite3 database engine.
lua
Lua is a powerful, fast, light-weight, embeddable scripting language.
lua-bit-numberlua
'bitnumberlua' Bitwise operators in pure Lua using Lua numbers_
lua-compress-deflatelua
'compress.deflatelua' DEFLATE (RFC1951)/gunzip implemented in pure Lua
lua-digest-crc32lua
'digest.crc32lua' CRC-32 checksum implemented in pure Lua
lua-pythonic-optparse
'pythonic.optparse' Command-line argument parsing similar to Python's optparse library
lua-xmlreader
An implementation of the XmlReader API using libxml2.
lua_discount
A binding to Discount, a fast C implementation of the Markdown text to HTML markup system.
lua_iconv
Lua binding to the POSIX 'iconv' library, which converts a sequence of characters from one codeset into a sequence of corresponding characters in another codeset.
lua_memoryfile
Lua-MemoryFile - Lua 5.1 module for in-memory simulated file I/O
lua_signal
Lua support for ANSI C signals.
lua_tinycdb
Provides support for creating and reading constant databases
lua_uri
No description available.
luaarchive
Lua bindings to libarchive com
luabind
Luabind is a library that helps you create bindings between C++ and Lua.
luabitop
Lua Bit Operations Module by Mile Pall
luacom
LuaCOM is an add-on library to the Lua language that allows Lua programs to use and implement objects that follow Microsoft's Component Object Model (COM) specification and use the ActiveX technology for property access and method calls
luacontractor
LuaContractor is a lightweight Design by Contract (DbC) framework for the Lua scripting language.
luacov
LuaCov is a simple coverage analysis tool for Lua scripts.
luacrypto
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic library.
luacurl
LuaCURL is Lua 5.x compatible module providing Internet browsing capabilities based on the cURL library.
luadate
LuaDate is a Lua module for date and time calculation and retrieval using the Gregorian Calendar system.
luadevil
LuaDevIL is Lua 5.x compatible module providing imaging capabilities based on the DevIL library.
luadoc
LuaDoc is a documentation tool for Lua source code
luaex
Implemenation of 'ex' API - portable os and io extension functions
luaexpat
LuaExpat is a SAX (Simple API for XML) XML parser based on the Expat library.
luaffi
Libffi binding to lua, allow to call C functions from lua dynamically, and to generate lua closures as C function pointers.
luafilesystem
File System Library for the Lua Programming Language
luafish
LuaFish is module for parsing Lua 5.1 source code.
luagd
Lua bindings to the GD library
luagl
A library that provides access to all of the OpenGL functionality from Lua.
luaglut
GLUT and OpenGL bindings for Lua
luagraph
LuaGRAPH is a binding to the graphviz library.
luaidl
LuaIDL is an OMG IDL (Interface Definition Language) compiler front end, written in the Lua programming language.
luajava
LuaJava is a scripting tool for Java.
luajit
Fast just-in-time (JIT) compiler for the Lua programming language.
luajson
JSON Parser/Constructor for Lua.
lualibusb
Lua libusb binding.
lualnum
Lua with LNUM patch. The LNUM patch allows easy and wide configuration of Lua number types, with the use of simple compiler defines. It provides added integer accuracy (32- or 64-bit), enhances speed on non-FPU systems and allows use of complex numbers (C99 required).
lualogging
A simple API to use logging features
luamatrix
'LuaMatrix' provides a good selection of matrix functions.
luaobjc
Lua bridge to Objective-C.
luapi
LuaPi: Concurrent programming made simple.
luapod
Plain Old Documentation, or just POD, is a simple documentation format used mainly among users of the Perl programming language.
luaposix
A POSIX library for Lua.
luaprofiler
LuaProfiler is a time profiler designed to help finding bottlenecks on your Lua program.
luasec
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers.
luasoap
LuaSOAP - a library of functions to deal with SOAP.
luasocket
Network support for the Lua language
luasql-mysql
Database connectivity for Lua (MySQL driver)
luasql-sqlite
Database connectivity for Lua (SQLite driver)
luasql-sqlite3
Database connectivity for Lua (SQLite3 driver)
luasys
LuaSys - system and networking functions.
luatask
LuaTask - Multitasking support Library
luatokenf
Lua with LHF's token filters.
luaunit
A xUnit tests module for Lua.
luaxml
A minimal set of XML processing function in Lua, with simple mapping between XML and Lua tables
luaxmlrpc
LuaXMLRPC is a library of functions to deal with XML-RPC.
luazip
LuaZip is a lightweight Lua extension library used to read files stored inside zip files.
luma
Luma is a macro system for Lua that allows you to define macros with arbitrary syntax, but clearly delimited when surrounded by Lua code. Luma is inspired by Scheme's syntax-rules/syntax duo, and uses Lpeg for grammars and Cosmo for templates.
lunit
Lunit is a unit testing framework for lua, written in Lua.
luuid
A library for generating universally unique identifiers based on libuuid, which is part of e2fsprogs.
lv3
This is a 3d-vector library for Lua 5.0. It is meant for learning.
lzlib
Lua bindings to the ZLib compression library
mapm
Mike's Arbitrary Precision Math Library
markdown
A pure-lua implementation of the Markdown text-to-html markup system.
md5
MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest) function, and a pair crypt/decrypt.
mixlua
A preprocessor for files including embedded Lua code
numlua
Numeric Lua is a numerical package for the Lua programming language.
objectlua
This is an implementation of a class-oriented Lua module, coded entirely in Lua.
objl
An OO framework for Lua similar to that of Objective C, containing objects with multiple inheritence and forwarding to other objects, possibly between processes and machines.
olua
Objective Lua is a toy to experiment with welding the Objective C class semantics on top of Lua. It is in no way finished, or even useful. Functionality is extremely limited and that functionality is, in places, actually broken. However, it does provide a working means of trying out the syntax and writing test programs to play with it.
onig
Oniguruma is a regular expressions library.
openssl
Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a general purpose cryptography library.
orbit
Orbit is a library for developing web applications according to the Model-View-Controller paradigm in Lua.
p7zip
p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, FreeBSD, Cygwin, AIX, ...), MacOS X and also for BeOS and Amiga
pcre
Perl-compatible regular expression library
penlight
A portable, pure-Lua standard library covering common patterns.
pluto
Heavy duty persistence for Lua
qtlua
The QtLua library aims to make Qt4 applications scriptable using the Lua scripting language.
recaptcha
A Lua interface to reCaptcha
regex
Henry Spencer's regular expressions library
remdebug
Remote Debugger for the Lua programming language
rings
Create new Lua states from within Lua
saci
Saci is a document-oriented hierarchical storage system
scintilla
Scintilla is a free source code editing component.
scite
SciTE is a SCIntilla based Text Editor.
shake
A Simple Lua Test Engine
simulua
Simulua - Discrete-event simulation in Lua.
slncrypto
A cryptography support library for Lua, developed for the Selene database project.
slnunicode
A Unicode support library for Lua, developed for the Selene database project.
sool
SOOL - Simple Object Oriented lib for Lua.
sputnik
A wiki and a framework for wiki-like applications
sputnik_markitup
A markitup plugin for Sputnik
sputnik_tickets
A bug-tracking plugin for Sputnik
stdlib
Library of modules for common programming tasks
tcc
Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.
tokyocabinet
_ Tokyo Cabinet: a modern implementation of DBM_
tokyocabinet_lua
Lua Binding of Tokyo Cabinet
toluapp
tolua++ is an extension of toLua, a tool to integrate C/Cpp code with Lua.
unzip
Info-ZIP unzip utility
venv
Lua Virtual Environment library
versium
A versioned storage API for Lua
vstruct
A pure Lua library for packing and unpacking binary data.
wsapi
WSAPI is an API that abstracts the web server from Lua web applications.
wsapi-fcgi
WSAPI is an API that abstracts the web server from Lua web applications.
wsapi-xavante
WSAPI is an API that abstracts the web server from Lua web applications.
xavante
Lua Web Server Library
xssfilter
A filter to prevernt cross-site scripting (XSS) attacks
xstring
xtring - External String Module
zip
Info-ZIP zip utility
zlib
zlib 1.2.3 is a general purpose data compression library.