aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crossdb/vcpkg.json
blob: 395e2c563df142fbbb45b40cec6a3b34e17af4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "crossdb",
  "version": "0.14.0",
  "description": "Ultra High-performance Lightweight Embedded and Server OLTP RDBMS",
  "homepage": "https://github.com/crossdb-org/crossdb",
  "license": "MPL-2.0",
  "supports": "(!windows | mingw) & !android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}