vcpkg/ports/gapp/vcpkg.json

19 lines
406 B
JSON
Raw Normal View History

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