Files
vcpkg/ports/gapp/vcpkg.json
2025-07-29 21:35:36 -07:00

18 lines
364 B
JSON

{
"name": "gapp",
"version": "1.0.0",
"description": "A genetic algorithms library in C++ for single- and multi-objective optimization.",
"homepage": "https://github.com/KRM7/gapp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}