lexbor

Fast embeddable web browser engine written in C

brewmacoslinux
Try with needOr install directly
Source

About

Fast embeddable web browser engine written in C with no dependencies

Commands

lexbor

Examples

Parse and extract text content from an HTML file$ lexbor parse input.html
Convert HTML to a specific format with lexbor library$ lexbor --help
Use lexbor as a library in C code for DOM parsing$ gcc -o parser parser.c $(pkg-config --cflags --libs lexbor)