vcpkg/ports/boost-functional/vcpkg.json

19 lines
404 B
JSON
Raw Normal View History

{
"name": "boost-functional",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost functional module",
"homepage": "https://github.com/boostorg/functional",
"dependencies": [
"boost-config",
"boost-core",
2021-09-28 08:12:39 +08:00
"boost-function",
"boost-function-types",
"boost-mpl",
"boost-preprocessor",
"boost-type-traits",
"boost-typeof",
"boost-utility",
"boost-vcpkg-helpers"
]
}