vcpkg/ports/boost-lambda/vcpkg.json
2021-09-27 17:12:39 -07:00

20 lines
401 B
JSON

{
"name": "boost-lambda",
"version": "1.77.0",
"description": "Boost lambda module",
"homepage": "https://github.com/boostorg/lambda",
"dependencies": [
"boost-bind",
"boost-config",
"boost-core",
"boost-detail",
"boost-iterator",
"boost-mpl",
"boost-preprocessor",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}