mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:49:08 +08:00
18 lines
331 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|