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

24 lines
451 B
JSON

{
"name": "cmark",
"version-semver": "0.31.1",
"description": "CommonMark parsing and rendering library",
"homepage": "https://github.com/commonmark/cmark",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!uwp"
}
}
}