blob: 8029992c1369c062bec4d25ab92b5b064d25c3ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "boost-exception",
"version-string": "1.75.0",
"description": "Boost exception module",
"homepage": "https://github.com/boostorg/exception",
"dependencies": [
"boost-assert",
"boost-build",
"boost-config",
"boost-core",
"boost-modular-build-helper",
"boost-smart-ptr",
"boost-tuple",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}
|