File: control

package info (click to toggle)
libmodbus 3.1.4-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,040 kB
  • sloc: ansic: 5,061; makefile: 169; javascript: 122; sh: 24
file content (34 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download
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
Source: libmodbus
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Uploaders: Ivo De Decker <ivodd@debian.org>
Standards-Version: 4.2.1
Section: libs
Build-Depends: debhelper (>= 11), asciidoc, xmlto, psmisc
Homepage: http://libmodbus.org/
Vcs-Git: https://salsa.debian.org/debian/libmodbus.git
Vcs-Browser: https://salsa.debian.org/debian/libmodbus

Package: libmodbus5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: library for the Modbus protocol
 A Modbus library written in C, to send/receive data with a device which
 respects the Modbus protocol. This library can use a serial port or an
 Ethernet connection.
 .
 This package contains the shared library.

Package: libmodbus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: development files for the Modbus protocol library
 A Modbus library written in C, to send/receive data with a device which
 respects the Modbus protocol. This library can use a serial port or an
 Ethernet connection.
 .
 This package contains the development files.