mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|