lua-users home
lua-l archive

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


Hi everyone,

It's been some years, but here we are! LuaExpat 1.4.0 is now available.

LuaExpat provides bindings to the widely-used streaming (SAX) XML
parser library, Expat. You can use LuaExpat to efficiently parse XML
in Lua scripts and applications, while taking advantage of Expat's
support for handling advanced XML features such as namespaces.

With this release, the LuaExpat project has also moved to a new home
at LunarModules:

 - Repository: https://github.com/lunarmodules/luaexpat/
 - Website: https://lunarmodules.github.io/luaexpat/
 - LuaRocks: https://luarocks.org/modules/lunarmodules/luaexpat

Special thanks to Tomás Guisasola, Thijs Schreijer and Caleb Maclennan
for contributions to this version and taking care of the LunarModules
migration and release workflow setup.

Release details, changes and tarballs are available at:
https://github.com/lunarmodules/luaexpat/releases/tag/1.4.0

Happy parsing!