vcpkg/ports/md4c/vcpkg.json
2024-09-08 11:47:43 -07:00

18 lines
331 B
JSON

{
"name": "md4c",
"version": "0.5.2",
"description": "MD4C is a C library providing a Markdown parser.",
"homepage": "https://github.com/mity/md4c",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}