-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPlatformTags.dog
99 lines (90 loc) · 2.1 KB
/
PlatformTags.dog
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
// PlatformTags.dog
platforms = {
Linux={
// List typical libs; Versions / sub-versions list exceptions
// Also, spec packaging and app-distribution details
description='An easy to use, highly reliable and powerful operating system that is free and open.'
V-Legacy={}
V-2015_onward={
V-Debian_Based={
installed_libs=[X-glib-2.0, X-gtk-3.0, X-gtk-2.0, X-cairo-2.0, X-pango-1.0, X-imageGroup, freetype6, fontconfig-1, openGL-2.1, alsa, gmp, gmpxx]
available_libs=[]
V-Ubuntu_based={
V-Ubuntu={}
V-Mint={}
}
V-LMDE={}
}
V-Fedora_based={}
V-SUSE_based={}
V-ArchLinux={}
V-Gentoo={}
V-Steam={}
}
}
ChromeBook={}
Android={
installed_libs=[gtk-3.0, gtk-2.0, cairo, pango, pixman, freetype6, gmp, gmpxx]
available_libs=[]
}
OSX_Devices={
V-Legacy={}
V-Intel={
V-Desktop={
V-MacMini={}
V-iMac={}
V-MacPro={}
}
V-Laptop={
V-MacBookAir={}
V-MacBook={}
V-MacBookPro={}
}
}
}
iOS_Devices={
V-iPod={
}
V-iPhone={
V-FirstGen={}
V-3G={}
V-Series4={
V-4={}
V-4s={}
}
V-Series5={
V-5={}
V-5c={}
V-5s={}
}
V-Series6={
V-6={}
V-6_Plus={}
V-6s={}
V-6s_Plus={}
}
V-FirstGen={}
}
V-iPad={
}
V-AppleTV={
}
V-AppleWatch={
}
}
Windows={
V-WinXP={}
V-WinNT={}
V-WinVista={}
V-Win7={}
V-Win8={}
V-Win10={}
}
Web={
HTML5_Text={}
HTML5_Canvas={}
}
PSP ={}
Wii ={}
XBox={}
}