aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fann/vcpkg.json
blob: 0441b07ee396b9a9b434115722da1caadd233bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fann",
  "version-date": "2023-01-26",
  "description": "Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.",
  "homepage": "https://github.com/libfann/fann",
  "license": "LGPL-2.1-only",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}