control
1018 Bytes
Source: libmodbus
Priority: extra
Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
Standards-Version: 3.9.1
Section: libs
Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, dpkg-dev (>= 1.13.19)
Homepage: http://libmodbus.org/
Package: libmodbus
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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
Depends: libmodbus (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
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 development files.