vcpkg/ports/md4c/vcpkg.json

18 lines
331 B
JSON
Raw Normal View History

2024-09-09 02:47:43 +08:00
{
"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
}
]
}