vcpkg/ports/gapp/vcpkg.json
KRM7 64ca152891
[gapp] New port (#35330)
* [gapp] new port

* update versions/g-/gapp.json

---------

Co-authored-by: KRM7 <KRM7@users.noreply.github.com>
2023-11-27 23:11:18 -08:00

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