mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "ms-gsl",
|
|
"version": "4.0.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|