[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] updated my libraries and tools for Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 7 Aug 2018 06:53:22 -0300
I've now updated these ones:
lgdbm: A database library for Lua based on GNU gdbm
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/index.html#lgdbm
lxml: A library for parsing XML data into Lua tables based on expat
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/index.html#lxml
lxml is self-contained and includes the necessary expat files.
lgdbm downloads and builds gdbm before building lgdbm.
I recommend anyone who uses a previous version of these packages to
move to the new ones. The code has been revised and improved.
Checksum and other data available at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt
These packages are in the public domain and also under the MIT license.
Third-party libraries have their own licenses.
Enjoy. All feedback welcome.
--lhf