vcpkg/ports/mpark-patterns/vcpkg.json

18 lines
381 B
JSON
Raw Normal View History

{
"name": "mpark-patterns",
"version-date": "2019-10-03",
"description": "MPark.Patterns is an experimental pattern matching library for C++17.",
"homepage": "https://github.com/mpark/patterns",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}