control 1.2 KB

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