mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:45:23 +08:00
25 lines
512 B
JSON
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"
|
|
]
|
|
}
|