mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
300 B
JSON
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
|
|
}
|
|
]
|
|
}
|