Registry / other / lexbor

lexbor

JSON →
library2.7.0vcpkgunverified

Lexbor is an open source HTML Renderer library for parsing and rendering HTML content.

vcpkg install lexbor
INSTALL
IMPORT
SIG · LEXBOR
L
lexbor
othercppv2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lexbor/html/html.h
#include <lexbor/html/html.h>

Parse a simple HTML string using Lexbor

#include <lexbor/html/html.h> #include <stdio.h> int main() { lxb_html_document_t *doc = lxb_html_document_create(); if (doc == NULL) { fprintf(stderr, "Failed to create document\n"); return 1; } lxb_html_document_parse(doc, (const lxb_char_t*)"<html><body>Hello</body></html>", 30); printf("Parsed HTML\n"); lxb_html_document_destroy(doc); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

lexbor — pip install lexbor · libregistry