mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:10:17 +08:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "boost-functional",
|
|
"version": "1.77.0",
|
|
"description": "Boost functional module",
|
|
"homepage": "https://github.com/boostorg/functional",
|
|
"dependencies": [
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-function",
|
|
"boost-function-types",
|
|
"boost-mpl",
|
|
"boost-preprocessor",
|
|
"boost-type-traits",
|
|
"boost-typeof",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|