mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
9739a8874b
* [maddy] update to 1.3.0 * [maddy] update to 1.3.0
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "maddy",
|
|
"version": "1.3.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
|
|
}
|
|
]
|
|
}
|