aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-arrow/vcpkg.json
blob: 8bf9a80286d398d1bf98c24498d479e9478b58a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vcpkg-ci-arrow",
  "version-date": "2022-07-25",
  "description": "Builds an example app in order to validate the arrow port.",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "arrow",
      "default-features": false,
      "features": [
        "csv",
        "example"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}