vcpkg/ports/boost-move/vcpkg.json

15 lines
294 B
JSON
Raw Normal View History

{
"name": "boost-move",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost move module",
"homepage": "https://github.com/boostorg/move",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-static-assert",
"boost-vcpkg-helpers",
"boost-winapi"
]
}