-
Notifications
You must be signed in to change notification settings - Fork 5
/
vcpkg.json
47 lines (47 loc) · 852 Bytes
/
vcpkg.json
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
45
46
47
{
"name": "vectorlite",
"version-string": "0.1.0",
"description": "SQLite extension for fast vector search",
"license": "MIT",
"builtin-baseline": "67cc1677c3bf5c23ea14b9d2416c7422fdeac492",
"dependencies": [
{
"name": "abseil",
"features": [
"cxx17"
],
"version>=": "20240116.2"
},
{
"name": "gtest",
"version>=": "1.14.0"
},
{
"name": "hnswlib",
"version>=": "0.8.0"
},
{
"name": "rapidjson",
"version>=": "2023-07-17"
},
{
"name": "re2",
"version>=": "2023-07-01"
},
{
"name": "sqlite3",
"version>=": "3.43.1"
},
{
"name": "highway",
"features": [
"contrib"
],
"version>=": "1.2.0"
},
{
"name": "benchmark",
"version>=": "1.8.5"
}
]
}