vcpkg/ports/maddy/vcpkg.json
Jia Yue Hua 9739a8874b
[maddy] update to 1.3.0 (#34916)
* [maddy] update to 1.3.0

* [maddy] update to 1.3.0
2023-11-05 09:44:17 -08:00

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