mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
eb7cb824c4
* [mpark-patterns] add new port * [mpark-patterns] add new port * [mpark-patterns] add new port * [mpark-patterns] add new port
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
|
|
}
|
|
]
|
|
}
|