Files
vcpkg/ports/eipscanner/vcpkg.json
EfesX 7839a2020f [EIPScanner] add new port (#43569)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2025-02-10 20:35:37 -08:00

19 lines
362 B
JSON

{
"name": "eipscanner",
"version": "1.3.0",
"description": "Free implementation of EtherNet/IP in C++ ",
"homepage": "https://eipscanner.readthedocs.io",
"license": "MIT",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}