123456789101112131415161718192021222324252627282930313233343536 |
- 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)
- Package: libmodbus
- Section: libs
- Architecture: any
- Depends: ${shlibs:Depends},
- ${misc:Depends}
- Description: 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: 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.
|