vcpkg/ports/ms-gsl/vcpkg.json
2024-10-22 23:01:18 -07:00

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
}
]
}