mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:13:50 +08:00
64ca152891
* [gapp] new port * update versions/g-/gapp.json --------- Co-authored-by: KRM7 <KRM7@users.noreply.github.com>
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "gapp",
|
|
"version": "0.2.0",
|
|
"description": "A genetic algorithms library in C++ for single- and multi-objective optimization.",
|
|
"homepage": "https://github.com/KRM7/gapp",
|
|
"license": "MIT",
|
|
"supports": "(windows | linux) & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|