vcpkg/ports/boost-circular-buffer/vcpkg.json
2021-09-27 17:12:39 -07:00

18 lines
406 B
JSON

{
"name": "boost-circular-buffer",
"version": "1.77.0",
"description": "Boost circular_buffer module",
"homepage": "https://github.com/boostorg/circular_buffer",
"dependencies": [
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-move",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}