mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
23 lines
422 B
JSON
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"
|
|
}
|
|
}
|
|
}
|