vcpkg/ports/vowpal-wabbit/vcpkg.json
2024-08-23 03:18:30 -07:00

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"
]
}