mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:31:54 +08:00
9443e4b143
* Change REF from 5fab1a019 (v8.2.0-20211115) to v8.2.2 * Update version, reset port-version * Use https in homepage * Specify license
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "bdwgc",
|
|
"version": "8.2.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|