aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/talib/vcpkg.json
blob: 0dc503d9a3810a8379201f0938591078a4d9f4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "talib",
  "version-semver": "0.4.0",
  "port-version": 1,
  "description": "TA-Lib - Technical Analysis Library",
  "homepage": "https://ta-lib.github.io/",
  "license": "BSD-2-Clause",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}