-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
dub.json
43 lines (38 loc) · 1.25 KB
/
dub.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
{
"name": "sideloader",
"description": "A tool to manage Apple developer certificates for personal devs account, and hence allowing the development of iOS applications on Linux.",
"authors": [
"Dadoum"
],
"targetType": "staticLibrary",
"stringImportPaths": ["resources/"],
"buildRequirements": ["allowWarnings", "requireBoundsCheck"],
"dependencies": {
"botan": "~>1.13",
"dynamic-loader": {
"repository": "git+https://github.com/Dadoum/dynamicloader.git",
"version": "65a8b8b8a6d44d47e63bddc985268592ecf47764"
},
"intel-intrinsics": "~>1.11.15",
"plist-d": {
"repository": "git+https://github.com/Dadoum/libplist-d.git",
"version": "5020d8e45ca2c77183a44ce04053ccbf8bc83262"
},
"provision": {
"repository": "git+https://github.com/Dadoum/Provision.git",
"version": "533dca306b86f9c7801354b78f5187addb58b740"
},
"requests": "~>2.1",
"slf4d": "~>2"
},
"subConfigurations": {
"provision": "libplist"
},
"subPackages": [
"frontends/cli",
"frontends/dlangui",
"frontends/gtk",
"frontends/qt",
"frontends/swiftui"
]
}