vcpkg/ports/boost-tuple/vcpkg.json

14 lines
282 B
JSON
Raw Normal View History

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