vcpkg/ports/ngspice/vcpkg.json
Mengna Li a095d44135
[ngspice] update to 39 (#30499)
* update to 39

* update
2023-03-30 13:36:40 -07:00

17 lines
521 B
JSON

{
"name": "ngspice",
"version": "39",
"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/",
"license": "CC-BY-SA-4.0",
"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."
}
}
}