pineapple/externals/vcpkg/ports/boost-lockfree/vcpkg.json
2022-07-23 03:01:36 +02:00

25 lines
536 B
JSON
Executable file

{
"name": "boost-lockfree",
"version": "1.79.0",
"description": "Boost lockfree module",
"homepage": "https://github.com/boostorg/lockfree",
"license": "BSL-1.0",
"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"
]
}