{
  "name": "xnnpack",
  "version-date": "2022-02-17",
  "description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web",
  "homepage": "https://github.com/google/XNNPACK",
  "license": "BSD-3-Clause",
  "supports": "!(arm & windows) & !uwp",
  "dependencies": [
    "cpuinfo",
    "fp16",
    "fxdiv",
    "pthreadpool",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}
