Overview
lua-Spore is an implementation of SPORE (Specification to a POrtable Rest Environment).
References
Some specifications of service are available at http://github.com/SPORE/api-description.
Status
lua-Spore is in beta stage.
It's developed for Lua 5.1.
Download
lua-Spore source can be downloaded from GitHub or Lua Forge.
Installation
lua-Spore is available via LuaRocks:
luarocks install lua-spore
or manually (LuaSocket and LuaJSON required), with:
make install
Test
The test suite requires the module lua-TestMore.
make test
Copyright and License
Copyright © 2010 François Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.