-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathvcpkg.json
More file actions
44 lines (44 loc) · 807 Bytes
/
vcpkg.json
File metadata and controls
44 lines (44 loc) · 807 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "vectorlite",
"version-string": "0.2.0",
"description": "SQLite extension for fast vector search",
"license": "MIT",
"builtin-baseline": "6d7bf7ef2193e2d1c5798a5ff8811d533104c861",
"dependencies": [
{
"name": "abseil",
"version>=": "20250814.1"
},
{
"name": "gtest",
"version>=": "1.17.0"
},
{
"name": "hnswlib",
"version>=": "0.8.0"
},
{
"name": "rapidjson",
"version>=": "2025-02-26"
},
{
"name": "re2",
"version>=": "2025-11-05"
},
{
"name": "sqlite3",
"version>=": "3.51.2"
},
{
"name": "highway",
"features": [
"contrib"
],
"version>=": "1.3.0"
},
{
"name": "benchmark",
"version>=": "1.9.5"
}
]
}