aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qmex/vcpkg.json
blob: 8f811fa1e0f364e3ad3b6b81b4024c4e7c015ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "qmex",
  "version-date": "2024-10-31",
  "description": "QMEX - Query & Map & Evaluation & eXecution for Tabular Data",
  "homepage": "https://github.com/huangqinjin/QMEX",
  "license": "BSL-1.0",
  "dependencies": [
    "lua",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "QMEX cli tools"
    }
  }
}