vcpkg/ports/maddy/vcpkg.json
xiaozhuai, Weihang Ding 36b16d365b
[maddy] New port (#30397)
* [maddy] New port

* format manifest

* update version database
2023-03-27 11:54:27 -07:00

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
}
]
}