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

25 lines
512 B
JSON

{
"name": "boost-lockfree",
"version": "1.77.0",
"description": "Boost lockfree module",
"homepage": "https://github.com/boostorg/lockfree",
"dependencies": [
"boost-align",
"boost-array",
"boost-assert",
"boost-atomic",
"boost-config",
"boost-core",
"boost-integer",
"boost-iterator",
"boost-mpl",
"boost-parameter",
"boost-predef",
"boost-static-assert",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}