aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dlpack/vcpkg.json
blob: ab06437b15f191be787b8234ff850621ce63c633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "dlpack",
  "version": "1.1",
  "description": "DLPack is an open in-memory tensor structure for sharing tensors among frameworks",
  "homepage": "https://github.com/dmlc/dlpack",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}