mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "bdwgc",
|
|
"version": "8.2.8",
|
|
"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
|
|
}
|
|
]
|
|
}
|