vcpkg/ports/ngspice/vcpkg.json

16 lines
499 B
JSON
Raw Normal View History

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