mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:29:53 +08:00
15 lines
299 B
JSON
15 lines
299 B
JSON
|
{
|
||
|
"name": "soem",
|
||
|
"version-string": "1.4.0",
|
||
|
"port-version": 2,
|
||
|
"description": "Simple Open Source EtherCAT Master",
|
||
|
"homepage": "https://github.com/OpenEtherCATsociety/SOEM",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "winpcap",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|