vcpkg/ports/libsigcpp/vcpkg.json
Jia Yue Hua fe959628e4
[libsigcpp] update to 3.6.0 (#34804)
* [libsigcpp] update to 3.6.0

* [libsigcpp] update to 3.6.0

* fix eol
2023-10-31 11:59:12 -07:00

18 lines
359 B
JSON

{
"name": "libsigcpp",
"version": "3.6.0",
"description": "Typesafe callback framework for C++",
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
"license": "LGPL-3.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}