vcpkg/ports/cmark/vcpkg.json
Lily Wang b002023f25
[cmark] Update to 0.31.1 (#41166)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-09-26 10:44:12 -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"
}
}
}