vcpkg/ports/gasol/vcpkg.json
Jack·Boos·Yu 7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00

15 lines
300 B
JSON

{
"name": "gasol",
"version-date": "2018-01-04",
"port-version": 4,
"description": "A general Genetic Algorithm Solver in C++",
"homepage": "https://github.com/PytLab/GASol",
"supports": "!uwp & !arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}