diff options
Diffstat (limited to 'vcpkg/ports/talib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/talib/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/talib/vcpkg.json b/vcpkg/ports/talib/vcpkg.json new file mode 100644 index 0000000..0dc503d --- /dev/null +++ b/vcpkg/ports/talib/vcpkg.json @@ -0,0 +1,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 + } + ] +} |