{"id":62026,"library":"lexbor","title":"Lexbor","description":"Lexbor is an open source HTML Renderer library for parsing and rendering HTML content.","status":"active","version":"2.7.0","language":"cpp","source_language":null,"source_url":null,"tags":["html","parser","renderer","c"],"install":[{"cmd":"vcpkg install lexbor","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(lexbor CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE lexbor::lexbor)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"lexbor/html/html.h","correct":"#include <lexbor/html/html.h>"}],"quickstart":{"code":"#include <lexbor/html/html.h>\n#include <stdio.h>\n\nint main() {\n    lxb_html_document_t *doc = lxb_html_document_create();\n    if (doc == NULL) {\n        fprintf(stderr, \"Failed to create document\\n\");\n        return 1;\n    }\n    lxb_html_document_parse(doc, (const lxb_char_t*)\"<html><body>Hello</body></html>\", 30);\n    printf(\"Parsed HTML\\n\");\n    lxb_html_document_destroy(doc);\n    return 0;\n}","lang":"cpp","description":"Parse a simple HTML string using Lexbor"},"warnings":[],"env_vars":null,"search_vec":"'c':19 'content':15 'html':7,14,16 'lexbor':1,2 'librari':9 'open':5 'pars':11 'parser':17 'render':8,13,18 'sourc':6","created_at":"2026-06-17T05:14:29.778630+00:00","updated_at":"2026-06-17T05:14:29.778630+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}