aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/genann/vcpkg.json
blob: 9a75adceef84cc57914f87c7826568262ffe4b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "genann",
  "version-date": "2019-07-10",
  "port-version": 3,
  "description": "Genann is a minimal, well-tested library for training and using feedforward artificial neural networks (ANN) in C.",
  "homepage": "https://github.com/codeplea/genann",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}