forked from one-ware/OneWare.GhdlExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoneware-extension.json
More file actions
125 lines (125 loc) · 2.32 KB
/
oneware-extension.json
File metadata and controls
125 lines (125 loc) · 2.32 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"category": "Simulators",
"type": "Plugin",
"name": "GHDL Extension",
"id": "OneWare.GhdlExtension",
"description": "GHDL Integration for OneWare",
"license": "MIT",
"iconUrl": "https://ghdl.github.io/ghdl/_static/logo.png",
"tabs": [
{
"title": "Readme",
"contentUrl": "https://raw.githubusercontent.com/ProtopSolutions/OneWare.GhdlExtension/master/Extension.md"
},
{
"title": "License",
"contentUrl": "https://raw.githubusercontent.com/ProtopSolutions/OneWare.GhdlExtension/master/License.md"
}
],
"links": [
{
"name": "Github",
"url": "https://github.com/one-ware/OneWare.GhdlExtension"
}
],
"sourceUrl": "https://github.com/one-ware/OneWare.GhdlExtension/releases/download",
"versions": [
{
"version": "0.10.2",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.10.3",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.10.4",
"minStudioVersion": "0.21.0.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.10.8",
"minStudioVersion": "0.21.1.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.10.8",
"minStudioVersion": "0.21.2.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.10.9",
"minStudioVersion": "0.21.3.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.11.0",
"minStudioVersion": "0.21.3.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.11.1",
"minStudioVersion": "0.21.8.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.11.2",
"minStudioVersion": "0.21.8.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.12",
"minStudioVersion": "0.21.19.0",
"targets": [
{
"target": "all"
}
]
},
{
"version": "0.12.1",
"minStudioVersion": "0.21.19.0",
"targets": [
{
"target": "all"
}
]
}
]
}