mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:59:01 +08:00
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "boost-signals2",
|
|
"version": "1.77.0",
|
|
"description": "Boost signals2 module",
|
|
"homepage": "https://github.com/boostorg/signals2",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
"boost-bind",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-function",
|
|
"boost-iterator",
|
|
"boost-mpl",
|
|
"boost-optional",
|
|
"boost-parameter",
|
|
"boost-predef",
|
|
"boost-preprocessor",
|
|
"boost-smart-ptr",
|
|
"boost-throw-exception",
|
|
"boost-tuple",
|
|
"boost-type-traits",
|
|
"boost-variant",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|