zeek/auxil/vcpkg/ports/lexbor/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
469 B
JSON

{
"name": "lexbor",
"version": "2.4.0",
"description": "Lexbor is development of an open source HTML Renderer library.",
"homepage": "https://github.com/lexbor/lexbor",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"perf": {
"description": "Enables support for rdtsc",
"supports": "!arm"
}
}
}