diff options
Diffstat (limited to 'vcpkg/ports/lely-core/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lely-core/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/lely-core/vcpkg.json b/vcpkg/ports/lely-core/vcpkg.json new file mode 100644 index 0000000..3bbb83e --- /dev/null +++ b/vcpkg/ports/lely-core/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "lely-core", + "version": "2.3.5", + "description": "The Lely core libraries are a collection of C and C++ libraries and tools, providing hih-performance I/O and sensor/actuator control for robotics and IoT applications", + "homepage": "https://gitlab.com/lely_industries/lely-core", + "license": "Apache-2.0", + "supports": "linux" +} |