mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
ec5193d4cf
* Change REF from v8.2.2 to v8.2.4
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "bdwgc",
|
|
"version": "8.2.4",
|
|
"description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)",
|
|
"homepage": "https://www.hboehm.info/gc/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"libatomic-ops",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|