19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "wildcards",
|
|
"version": "1.4.0",
|
|
"description": "A simple C++ header-only template library implementing matching using wildcards",
|
|
"homepage": "https://github.com/zemasoft/wildcards",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|