control
1.44 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
39
40
Source: libmodbus
Priority: extra
Maintainer: Ivo De Decker <Ivo.DeDecker@UGent.be>
Standards-Version: 3.9.1
Section: libs
Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, asciidoc, xmlto
Homepage: http://libmodbus.org/
Package: libmodbus5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A Modbus library
libmodbus is a C library designed to provide a fast and robust implementation
of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
.
This package contains the libmodbus shared library.
Package: libmodbus-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: A Modbus library (debugging symbols)
libmodbus is a C library designed to provide a fast and robust implementation
of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
.
This package contains debugging symbols for libmodbus.
Package: libmodbus-dev
Section: libdevel
Architecture: any
Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: A Modbus library
libmodbus is a C library designed to provide a fast and robust implementation
of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
.
This package contains libraries, header files and developer documentation
needed for developing software which uses the libmodbus library.