mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:14:31 +08:00
3ce93dc6b4
* [maddy] Bump to 1.2.0 * update version database
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "maddy",
|
|
"version": "1.2.0",
|
|
"description": "C++ Markdown to HTML header-only parser library",
|
|
"homepage": "https://github.com/progsource/maddy",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|