aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fuzzylite/vcpkg.json
blob: 1956b46a51c0faa2958f90e6c18b849032d96409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "fuzzylite",
  "version": "6.0",
  "port-version": 6,
  "description": "A fuzzy logic control library in C++",
  "homepage": "https://github.com/fuzzylite/fuzzylite",
  "license": "GPL-3.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}