1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "boost-msm",
"version": "1.77.0",
"description": "Boost msm module",
"homepage": "https://github.com/boostorg/msm",
"dependencies": [
"boost-any",
"boost-assert",
"boost-bind",
"boost-circular-buffer",
"boost-config",
"boost-core",
"boost-function",
"boost-fusion",
"boost-mpl",
"boost-parameter",
"boost-phoenix",
"boost-preprocessor",
"boost-proto",
"boost-serialization",
"boost-tuple",
"boost-type-traits",
"boost-typeof",
"boost-vcpkg-helpers"
]
}
|