diff options
| author | Jacob Zhong <cmpute@qq.com> | 2018-02-24 18:27:05 +0800 |
|---|---|---|
| committer | Jacob Zhong <cmpute@qq.com> | 2018-02-24 18:27:18 +0800 |
| commit | ab5932e4a18b6240196b148f7d1c60fb9080c3d7 (patch) | |
| tree | 264243cf909b11e633c3d0faac9ba6ad68582fd9 /ports/lcm/CONTROL | |
| parent | 6d3fb52c7058d21a1bd9e0e070965f74edc553a7 (diff) | |
| download | vcpkg-ab5932e4a18b6240196b148f7d1c60fb9080c3d7.tar.gz vcpkg-ab5932e4a18b6240196b148f7d1c60fb9080c3d7.zip | |
[lcm] Init port
Diffstat (limited to 'ports/lcm/CONTROL')
| -rw-r--r-- | ports/lcm/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/lcm/CONTROL b/ports/lcm/CONTROL new file mode 100644 index 000000000..e6b9803fe --- /dev/null +++ b/ports/lcm/CONTROL @@ -0,0 +1,5 @@ +Source: lcm +Version: 1.3.95 +Build-Depends: glib +Description: Lightweight Communications and Marshalling (LCM) + LCM is a set of libraries and tools for message passing and data marshalling, targeted at real-time systems where high-bandwidth and low latency are critical. It provides a publish/subscribe message passing model and automatic marshalling/unmarshalling code generation with bindings for applications in a variety of programming languages. |
