Registry / other / libcroco

libcroco

JSON →
library0.6.13vcpkgunverified

A standalone css2 parsing and manipulation library

vcpkg install libcroco
INSTALL
IMPORT
SIG · LIBCROCO
L
libcroco
othercppv0.6.13
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.

libcroco/cr-parser.h
#include <libcroco/cr-parser.h>

Create a CSS parser with libcroco

#include <libcroco/cr-parser.h> #include <stdio.h> int main() { CRParser *parser = cr_parser_new_from_buf("body { color: red; }", 20, CR_UTF_8, FALSE); if (parser) { printf("CSS parser created\n"); cr_parser_destroy(parser); } return 0; }
Debug
Known issues
breakingDeprecated in favor of more modern CSS parsers like libcss
fix
Consider using libcss or other alternatives for new projects
affects: >=0.6.13
Upgrade
Version history
0.6.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libcroco — pip install libcroco · libregistry