vcpkg/ports/vowpal-wabbit/vcpkg.json

31 lines
663 B
JSON
Raw Normal View History

{
"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",
2023-03-29 05:49:58 +08:00
{
"name": "sse2neon",
"platform": "arm"
},
"string-view-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}