diff options
Diffstat (limited to 'vcpkg/ports/gasol/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gasol/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/gasol/vcpkg.json b/vcpkg/ports/gasol/vcpkg.json new file mode 100644 index 0000000..ad2c964 --- /dev/null +++ b/vcpkg/ports/gasol/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "gasol", + "version-date": "2018-01-04", + "port-version": 4, + "description": "A general Genetic Algorithm Solver in C++", + "homepage": "https://github.com/PytLab/GASol", + "supports": "!uwp & !arm", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |