forked from jakibaki/beatsaber-hook
-
Notifications
You must be signed in to change notification settings - Fork 16
/
qpm.shared.json
80 lines (80 loc) · 2.01 KB
/
qpm.shared.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"config": {
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "beatsaber-hook",
"id": "beatsaber-hook",
"version": "1.2.3",
"url": "https://github.com/sc2ad/beatsaber-hook",
"additionalData": {
"soLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v0.5.8/libbeatsaber-hook.so",
"debugSoLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v0.5.8/debug_libbeatsaber-hook.so",
"branchName": "master"
}
},
"dependencies": [
{
"id": "scotland2",
"versionRange": "^0.1.2",
"additionalData": {}
},
{
"id": "libil2cpp",
"versionRange": ">=0.1.2, <0.3.0",
"additionalData": {}
},
{
"id": "capstone",
"versionRange": "^0.1.0",
"additionalData": {
"private": true
}
}
],
"workspace": {
"scripts": {
"build": [
"pwsh ./build.ps1"
]
}
}
},
"restoredDependencies": [
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.2.3",
"additionalData": {
"headersOnly": true
}
},
"version": "0.2.3"
},
{
"dependency": {
"id": "scotland2",
"versionRange": "=0.1.2",
"additionalData": {
"soLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.2/libsl2.so",
"debugSoLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.2/debug_libsl2.so",
"overrideSoName": "libsl2.so",
"branchName": "version/v0_1_2"
}
},
"version": "0.1.2"
},
{
"dependency": {
"id": "capstone",
"versionRange": "=0.1.0",
"additionalData": {
"staticLinking": true,
"soLink": "https://github.com/sc2ad/capstone-qpm/releases/download/v0.1.0/libcapstone.a",
"overrideSoName": "libcapstone.a"
}
},
"version": "0.1.0"
}
]
}