mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|