control
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: libmodbus
Distribution: hardy
Priority: extra
Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
Standards-Version: 3.7.3
Section: libs
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.43),
autotools-dev,
dpkg-dev (>= 1.13.19)
Package: libmodbus
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: A Modbus library in C, which supports RTU communication over a serial line or a TCP link.
A Modbus library for Linux (and OSX) wrote in C and which supports
RTU communication over a serial line or a TCP link. Clean and fast!
Supports controling an RTU and being an RTU.
.
This package contains the shared library.
Package: libmodbus-dev
Section: libdevel
Architecture: any
Depends: libmodbus (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: A Modbus library in C, which supports RTU communication over a serial line or a TCP link.
A Modbus library for Linux (and OSX) wrote in C and which supports
RTU communication over a serial line or a TCP link. Clean and fast!
Supports controling an RTU and being an RTU.
.
This package contains the development files.