mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
fe959628e4
* [libsigcpp] update to 3.6.0 * [libsigcpp] update to 3.6.0 * fix eol
18 lines
359 B
JSON
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
|
|
}
|
|
]
|
|
}
|