2021-08-31 09:33:17 +08:00
|
|
|
{
|
|
|
|
"name": "ngspice",
|
2023-09-06 13:41:54 +08:00
|
|
|
"version": "41",
|
2021-08-31 09:33:17 +08:00
|
|
|
"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/",
|
2022-02-23 04:44:49 +08:00
|
|
|
"license": "CC-BY-SA-4.0",
|
2021-08-31 09:33:17 +08:00
|
|
|
"supports": "!(linux | osx | arm | uwp)",
|
2023-08-16 07:45:38 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
],
|
2021-08-31 09:33:17 +08:00
|
|
|
"default-features": [
|
|
|
|
"codemodels"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"codemodels": {
|
|
|
|
"description": "Adds optional code models for XSPICE, ADMS (verilog integration) and B-/E-/G- sources."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|