blob: 3012eca5854e8f1afe702d4c147db6de73fa88f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "boost-parameter",
"version-string": "1.75.0",
"description": "Boost parameter module",
"homepage": "https://github.com/boostorg/parameter",
"dependencies": [
"boost-config",
"boost-core",
"boost-function",
"boost-fusion",
"boost-mp11",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
|