aboutsummaryrefslogtreecommitdiff
path: root/ports/gemmlowp/vcpkg.json
blob: 329fa1101430c8c29b0f5a065253f9ef7485761c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "gemmlowp",
  "version-date": "2021-09-28",
  "description": "Low-precision matrix multiplication",
  "homepage": "https://github.com/google/gemmlowp",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}