vcpkg/ports/sigmatch/vcpkg.json
2023-09-13 17:15:41 -07:00

19 lines
381 B
JSON

{
"name": "sigmatch",
"version": "0.2.0",
"description": "Modern C++ 20 signature match / search library",
"homepage": "https://github.com/SpriteOvO/sigmatch",
"license": "Apache-2.0",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}