[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lua-gumbo 0.4
- From: Craig Barnes <craigbarnes85@...>
- Date: Thu, 3 Dec 2015 17:13:18 +0000
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