vcpkg/ports/boost-sort/vcpkg.json

15 lines
298 B
JSON
Raw Normal View History

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