aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unqlite/vcpkg.json
blob: c7fe595f1ae999b5f24083017c5059475ca15357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "unqlite",
  "version-date": "2025-04-29",
  "description": "An embedded NoSQL, transactional database engine",
  "homepage": "https://unqlite.symisc.net/",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "threads": {
      "description": "Compile with thread safety support"
    }
  }
}