vcpkg/ports/ngspice/vcpkg.json
Marek Roszko 78b7f1ba65
[ngspice] Update to release 35 (#19542)
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-08-30 18:33:17 -07:00

16 lines
499 B
JSON

{
"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."
}
}
}