mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:01:48 +08:00
18 lines
381 B
JSON
18 lines
381 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|