-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
vcpkg.json
29 lines (29 loc) · 1012 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
{
"name": "gsclib",
"version": "1.5.2",
"description": "gsclib acts as a standard library extension for the Call of Duty 4 scripting language.",
"homepage": "https://github.com/Iswenzz/gsclib",
"features": {
"tests": {
"description": "Build tests",
"dependencies": ["greatest"]
}
},
"dependencies": [
{ "name": "libmariadb", "features": ["openssl"], "default-features": false },
{ "name": "libzip", "features": ["bzip2", "openssl"], "default-features": false },
{ "name": "curl", "features": ["non-http", "openssl"], "default-features": false },
"cgsc",
"cwalk",
"pcre2"
],
"overrides": [
{ "name": "cgsc", "version": "1.2.4" },
{ "name": "cwalk", "version": "1.2.6" },
{ "name": "curl", "version": "8.2.1" },
{ "name": "greatest", "version": "1.5.0" },
{ "name": "libmariadb", "version": "3.3.1" },
{ "name": "libzip", "version": "1.9.2#2" },
{ "name": "pcre2", "version": "10.42" }
]
}