vcpkg/ports/ms-gsl/vcpkg.json
2023-12-07 12:22:39 -08:00

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