vcpkg/ports/boost-assign/vcpkg.json

22 lines
459 B
JSON
Raw Normal View History

{
"name": "boost-assign",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost assign module",
"homepage": "https://github.com/boostorg/assign",
"dependencies": [
"boost-array",
"boost-config",
2021-09-28 08:12:39 +08:00
"boost-core",
"boost-move",
"boost-mpl",
"boost-preprocessor",
"boost-ptr-container",
"boost-range",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}