Repositories
seawolf
A library that Implements PHP functions in Lua scripting language. more…
Seawolf is a sub-project of Nutria.
-
Cloning this repository:
git clone git://gitorious.org/nutria/seawolf.git seawolf cd seawolf
Add this repository as a remote to an existing local repository:
git remote add seawolf git://gitorious.org/nutria/seawolf.git git fetch seawolf git checkout -b my-local-tracking-branch seawolf/master_or_other_branch
distributed-master
-
Cloning this repository:
git clone git://gitorious.org/~distributed/nutria/distributed-master.git distributed-master cd distributed-master
Add this repository as a remote to an existing local repository:
git remote add distributed-master git://gitorious.org/~distributed/nutria/distributed-master.git git fetch distributed-master git checkout -b my-local-tracking-branch distributed-master/master_or_other_branch
nemo
A tool to create CGI Lua scripts. It depends on Seawolf library and provides it to the CGI script environment. more…
Nemo is a sub-project of Nutria.
-
Cloning this repository:
git clone git://gitorious.org/nutria/nemo.git nemo cd nemo
Add this repository as a remote to an existing local repository:
git remote add nemo git://gitorious.org/nutria/nemo.git git fetch nemo git checkout -b my-local-tracking-branch nemo/master_or_other_branch
remora
An experimental tool to create Lua web scripts. PHP is used as host thanks to PHPLua. The idea was to harmonically balance the use of native PHP functions with Seawolf library, unfortunately the output from Lua is copied to PHP, using twice the memory and time, an improved implementation of PHPLua should share PHP memory with Lua memory, similar to iPhone Wax project. more…
Remora is a discontinued sub-project of Nutria.
-
Cloning this repository:
git clone git://gitorious.org/nutria/remora.git remora cd remora
Add this repository as a remote to an existing local repository:
git remote add remora git://gitorious.org/nutria/remora.git git fetch remora git checkout -b my-local-tracking-branch remora/master_or_other_branch
mod_lua
Backport of mod_lua for apache 2.2.x
-
Cloning this repository:
git clone git://gitorious.org/nutria/mod_lua.git mod_lua cd mod_lua
Add this repository as a remote to an existing local repository:
git remote add mod_lua git://gitorious.org/nutria/mod_lua.git git fetch mod_lua git checkout -b my-local-tracking-branch mod_lua/master_or_other_branch

