vcpkg/ports/discount/vcpkg.json
2023-10-02 20:44:28 -07:00

17 lines
364 B
JSON

{
"name": "discount",
"version-string": "3.0.0a",
"description": "DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language.",
"homepage": "https://github.com/Orc/discount",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}