vcpkg/ports/boost-foreach/vcpkg.json

18 lines
360 B
JSON
Raw Normal View History

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