mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
35 lines
676 B
JSON
35 lines
676 B
JSON
{
|
|
"name": "boost-random",
|
|
"version": "1.77.0",
|
|
"description": "Boost random module",
|
|
"homepage": "https://github.com/boostorg/random",
|
|
"dependencies": [
|
|
"boost-array",
|
|
"boost-assert",
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-dynamic-bitset",
|
|
"boost-integer",
|
|
"boost-io",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-range",
|
|
"boost-static-assert",
|
|
"boost-system",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|