Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}