mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:19:08 +08:00
79afdf87b3
* [libsigcpp] Update to 3.2.0 * version
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "libsigcpp",
|
|
"version": "3.2.0",
|
|
"description": "Typesafe callback framework for C++",
|
|
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
|
|
"license": "LGPL-3.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|