aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arcticdb-sparrow/vcpkg.json
blob: 9d7e11185952f956a7c34c0d55cca2cbac132626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "arcticdb-sparrow",
  "version": "1.3.0",
  "description": "C++20 idiomatic APIs for the Apache Arrow Columnar Format",
  "homepage": "https://github.com/man-group/sparrow",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "date",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "examples": {
      "description": "Build examples"
    },
    "json-reader": {
      "description": "Generate json_reader target",
      "dependencies": [
        "nlohmann-json"
      ]
    }
  }
}