2022-04-28 22:35:05 +00:00
|
|
|
{
|
2023-02-09 02:44:45 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-04-28 22:35:05 +00:00
|
|
|
"name": "kicad",
|
2023-02-12 18:41:43 +00:00
|
|
|
"version": "7.99",
|
2022-04-28 22:35:05 +00:00
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"dependencies": [
|
2023-04-09 00:22:00 +00:00
|
|
|
"boost-algorithm",
|
|
|
|
"boost-filesystem",
|
|
|
|
"boost-functional",
|
|
|
|
"boost-iterator",
|
|
|
|
"boost-locale",
|
|
|
|
"boost-optional",
|
|
|
|
"boost-property-tree",
|
|
|
|
"boost-ptr-container",
|
|
|
|
"boost-range",
|
|
|
|
"boost-test",
|
|
|
|
"boost-uuid",
|
2022-04-28 22:35:05 +00:00
|
|
|
"cairo",
|
|
|
|
"wxwidgets",
|
|
|
|
"glew",
|
|
|
|
"curl",
|
2022-11-11 13:54:04 +00:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
2023-03-04 23:34:23 +00:00
|
|
|
"features": [ "tools" ],
|
|
|
|
"host": true
|
2022-11-11 13:54:04 +00:00
|
|
|
},
|
2022-04-28 22:35:05 +00:00
|
|
|
"harfbuzz",
|
|
|
|
"glm",
|
2023-06-06 01:03:25 +00:00
|
|
|
{
|
|
|
|
"name": "opencascade",
|
|
|
|
"features": [ "rapidjson" ]
|
|
|
|
},
|
2022-04-28 22:35:05 +00:00
|
|
|
"opengl",
|
|
|
|
"python3",
|
|
|
|
"openssl",
|
2023-08-06 22:50:39 +00:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
|
|
|
},
|
2022-04-28 22:35:05 +00:00
|
|
|
"icu",
|
2023-02-08 19:20:20 +00:00
|
|
|
"ngspice",
|
2022-04-28 22:35:05 +00:00
|
|
|
"wxpython"
|
|
|
|
],
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "python3",
|
2023-03-11 21:39:15 +00:00
|
|
|
"version": "3.11.2#1"
|
2022-04-28 22:35:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wxwidgets",
|
2023-08-09 02:22:38 +00:00
|
|
|
"version": "3.2.2#2"
|
2022-05-09 00:02:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wxpython",
|
2023-08-09 02:22:38 +00:00
|
|
|
"version": "4.2.0#11"
|
2022-06-12 03:44:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ngspice",
|
2023-09-04 19:31:03 +00:00
|
|
|
"version": "41"
|
2022-04-28 22:35:05 +00:00
|
|
|
}
|
|
|
|
]
|
2022-06-12 03:44:16 +00:00
|
|
|
}
|