blob: 1b6da85d1545cce91e1a13fcabdcb4350c37249c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "ngspice",
"version-string": "35",
"description": "Ngspice is a mixed-level/mixed-signal electronic circuit simulator. It is a successor of the latest stable release of Berkeley SPICE",
"homepage": "http://ngspice.sourceforge.net/",
"supports": "!(linux | osx | arm | uwp)",
"default-features": [
"codemodels"
],
"features": {
"codemodels": {
"description": "Adds optional code models for XSPICE, ADMS (verilog integration) and B-/E-/G- sources."
}
}
}
|