vcpkg/ports/qmex/vcpkg.json
2024-11-05 11:42:00 -08:00

24 lines
455 B
JSON

{
"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"
}
}
}