forked from one-ware/OneWare.GhdlExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoneware-extension.json
53 lines (53 loc) · 1.14 KB
/
oneware-extension.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
{
"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"
}
]
}
]
}