vcpkg/ports/gklib/vcpkg.json

18 lines
349 B
JSON
Raw Normal View History

{
"name": "gklib",
"version-date": "2023-03-27",
"description": "General helper libraries for KarypisLab.",
"homepage": "https://github.com/KarypisLab/GKlib/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}