lua-users home
lua-l archive

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


Hi all.

I've just released lua-gumbo version 0.4.

This is the first release to target libgumbo 0.10.0+ and now also
supports HTML fragment parsing as well as various other small
improvements.

* Release tarball:
https://craigbarnes.github.io/lua-gumbo/dist/lua-gumbo-0.4.tar.gz
* Full list of commits since 0.3:
https://github.com/craigbarnes/lua-gumbo/compare/0.3...0.4
* API Docs (work-in-progress): https://craigbarnes.github.io/lua-gumbo/api.html
* Git repo: https://github.com/craigbarnes/lua-gumbo
* LuaRocks page: https://luarocks.org/modules/craigb/gumbo

>From the README:

lua-gumbo provides Lua C API and LuaJIT FFI bindings for the Gumbo
HTML5 parsing library, including a small set of core DOM APIs
implemented in pure Lua.


Regards,
Craig