vcpkg/ports/cmark/vcpkg.json
2023-10-02 20:53:42 -07:00

23 lines
422 B
JSON

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