{
  "name": "vowpal-wabbit",
  "version": "9.8.0",
  "port-version": 2,
  "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"
  ]
}
