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