mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:19:08 +08:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "ms-gsl",
|
|
"version": "4.1.0",
|
|
"description": "Microsoft implementation of the Guidelines Support Library",
|
|
"homepage": "https://github.com/Microsoft/GSL",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|