mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:29:07 +08:00
15 lines
296 B
JSON
15 lines
296 B
JSON
|
{
|
||
|
"name": "talib",
|
||
|
"version-semver": "0.4.0",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|