mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
36b16d365b
* [maddy] New port * format manifest * update version database
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "maddy",
|
|
"version": "1.1.2+20210419",
|
|
"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
|
|
}
|
|
]
|
|
}
|