mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
31 lines
663 B
JSON
31 lines
663 B
JSON
{
|
|
"name": "vowpal-wabbit",
|
|
"version": "9.10.0",
|
|
"description": "Reduction based online learning framework with a focus on contextual bandits and reinforcement learning.",
|
|
"homepage": "https://github.com/vowpalwabbit/vowpal_wabbit",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!x86 & !uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
"boost-math",
|
|
"eigen3",
|
|
"flatbuffers",
|
|
"fmt",
|
|
"rapidjson",
|
|
"spdlog",
|
|
{
|
|
"name": "sse2neon",
|
|
"platform": "arm"
|
|
},
|
|
"string-view-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|