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