mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
aad1aa28bf
* Bump GSL to 4.0.0 * Update version database * Fix typo * Add missing file * Update version database * GSL portfile properly expose Microsoft.GSL package * Update version database * Respond to review * Update version database * Update version database v2 * Update release ref * Update version database * Respond to review * Update version database * Add patch to SEAL to link to correct GSL version * Update version database * Update version database v2
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "ms-gsl",
|
|
"version": "4.0.0",
|
|
"description": "Microsoft implementation of the Guidelines Support Library",
|
|
"homepage": "https://github.com/Microsoft/GSL",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|