libhubbub
« Back to VersTracker
Description:
HTML parser library
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: html parser library c web-development
Install: brew install libhubbub
About:
Libhubbub is a fast, standards-compliant HTML5 parser library written in C. It provides a low-level tokenization and parsing API, allowing developers to build custom HTML processing tools. Its main value is in handling the complexities of real-world HTML parsing, enabling robust web scraping and rendering engine development.
Key Features:
  • HTML5 compliant parsing
  • Low-level C library API
  • Character encoding handling
  • Callback-driven architecture
Use Cases:
  • Building custom web scrapers
  • Developing rendering engines
  • Processing and sanitizing HTML content
Alternatives:
  • libxml2 – Libxml2 is a larger XML/HTML toolkit, whereas Libhubbub is more lightweight and focused specifically on HTML5 parsing.
  • Gumbo – Gumbo is Google's HTML5 parser; both are modern C libraries, but Libhubbub originates from the NetSurf browser project.
Version History
Detected Version Rev Change Commit
Sep 11, 2025 1:10am 0 VERSION_BUMP 9e4d7c25
Nov 26, 2024 9:37am 0 VERSION_BUMP f8014cc2