mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
b002023f25
Co-authored-by: LilyWangLL <4945507022qq.com>
24 lines
451 B
JSON
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"
|
|
}
|
|
}
|
|
}
|