lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Just put together some bindings for tdbm and libcurl:

- tdbm is a transactional version of dbm (a non-relational key/value database).
- libcurl an http, ftp, gopher, etc lib that supports ssl

They're available at:

  http://www.dekorte.com/Software/Lua/luatdbm/luatdbm.tar.gz
  http://www.dekorte.com/Software/Lua/luacurl/luacurl.tar.gz

I've also updated luapickle - a lua table serialization library(this version is smaller, simpler and faster):

  http://www.dekorte.com/Software/Lua/LuaPickle/Download/Pickle.tar.gz

Cheers,
Steve