mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
6585d1274c
* [ngspice] Fix error C2065 * Delete a mistake Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
18 lines
542 B
JSON
18 lines
542 B
JSON
{
|
|
"name": "ngspice",
|
|
"version": "35",
|
|
"port-version": 2,
|
|
"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."
|
|
}
|
|
}
|
|
}
|