mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:39:07 +08:00
18 lines
371 B
JSON
18 lines
371 B
JSON
|
{
|
||
|
"name": "matchit",
|
||
|
"version": "1.0.1",
|
||
|
"description": "matchit is a pattern matching library for C++17 with macro-free APIs",
|
||
|
"homepage": "https://github.com/BowenFu/matchit.cpp",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|