vcpkg/ports/maddy/vcpkg.json

18 lines
338 B
JSON
Raw Normal View History

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