mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
f69780b5c9
* Switch soem to version-date for rolling head library * update database * Remove unused patches and correct port-version * update database * review changes * database update * Update license to use new function * update database * Disable Werror soem * update database
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "soem",
|
|
"version-date": "2023-06-09",
|
|
"description": "Simple Open Source EtherCAT Master",
|
|
"homepage": "https://github.com/OpenEtherCATsociety/SOEM",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|