lua-users home
lua-l archive

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


I'm pleased to announce lua-gumbo 0.5 has just been released.

What is it?:

 A HTML5 parser and DOM library for Lua.

Short summary of changes in 0.5:

* Imported a fork of the Gumbo C library and applied many bug fixes and
  improvements. The parser code is now built along with the Lua bindings
  and an external installation of libgumbo is no longer required.
* Various bug fixes to DOM methods.
* Many performance improvements.
* Windows support (requires MSVC 2015 or later).

Links:

* Release tarball: https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.5.tar.gz
* LuaRocks page: https://luarocks.org/modules/craigb/gumbo
* API Documentation: https://craigbarnes.gitlab.io/lua-gumbo/
* Source repository: https://gitlab.com/craigbarnes/lua-gumbo
* List of changes to libgumbo fork: https://gitlab.com/craigbarnes/lua-gumbo/blob/master/lib/README.md