[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: tdbm and libcurl bindings for lua 4.0
- From: Steve Dekorte <steve@...>
- Date: Wed, 6 Feb 2002 02:04:06 -0800
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