mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:28:59 +08:00
17 lines
343 B
JSON
17 lines
343 B
JSON
|
{
|
||
|
"name": "boost-move",
|
||
|
"version-string": "1.75.0",
|
||
|
"description": "Boost move module",
|
||
|
"homepage": "https://github.com/boostorg/move",
|
||
|
"dependencies": [
|
||
|
"boost-assert",
|
||
|
"boost-config",
|
||
|
"boost-core",
|
||
|
"boost-integer",
|
||
|
"boost-static-assert",
|
||
|
"boost-utility",
|
||
|
"boost-vcpkg-helpers",
|
||
|
"boost-winapi"
|
||
|
]
|
||
|
}
|