control 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Source: zeromq
  2. Section: libs
  3. Priority: optional
  4. Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
  5. Build-Depends: debhelper (>= 9),
  6. dh-autoreconf,
  7. libkrb5-dev,
  8. libnorm-dev,
  9. libpgm-dev,
  10. libsodium-dev,
  11. libunwind-dev | libunwind8-dev | libunwind7-dev,
  12. libnss3-dev,
  13. libgnutls28-dev | libgnutls-dev,
  14. libbsd-dev,
  15. pkg-config,
  16. asciidoc-base | asciidoc, xmlto,
  17. Standards-Version: 3.9.8
  18. Homepage: http://www.zeromq.org/
  19. Package: libzmq5
  20. Architecture: any
  21. Depends: ${shlibs:Depends}, ${misc:Depends}
  22. Pre-Depends: ${misc:Pre-Depends}
  23. Multi-Arch: same
  24. Description: lightweight messaging kernel (shared library)
  25. ØMQ is a library which extends the standard socket interfaces with features
  26. traditionally provided by specialised messaging middleware products.
  27. .
  28. ØMQ sockets provide an abstraction of asynchronous message queues, multiple
  29. messaging patterns, message filtering (subscriptions), seamless access to
  30. multiple transport protocols and more.
  31. .
  32. This package contains the libzmq shared library.
  33. Package: libzmq3-dev
  34. Architecture: any
  35. Section: libdevel
  36. Depends: libzmq5 (= ${binary:Version}), ${misc:Depends},
  37. libkrb5-dev,
  38. libnorm-dev,
  39. libpgm-dev,
  40. libsodium-dev,
  41. libunwind-dev | libunwind8-dev | libunwind7-dev,
  42. libnss3-dev,
  43. libgnutls28-dev | libgnutls-dev,
  44. libbsd-dev,
  45. Conflicts: libzmq-dev, libzmq5-dev
  46. Replaces: libzmq5-dev
  47. Provides: libzmq5-dev
  48. Multi-Arch: same
  49. Description: lightweight messaging kernel (development files)
  50. ØMQ is a library which extends the standard socket interfaces with features
  51. traditionally provided by specialised messaging middleware products.
  52. .
  53. ØMQ sockets provide an abstraction of asynchronous message queues, multiple
  54. messaging patterns, message filtering (subscriptions), seamless access to
  55. multiple transport protocols and more.
  56. .
  57. This package contains the ZeroMQ development libraries and header files.
  58. Package: libzmq5-dbg
  59. Architecture: any
  60. Priority: extra
  61. Section: debug
  62. Depends: libzmq5 (= ${binary:Version}), ${misc:Depends}
  63. Multi-Arch: same
  64. Description: lightweight messaging kernel (debugging symbols)
  65. ØMQ is a library which extends the standard socket interfaces with features
  66. traditionally provided by specialised messaging middleware products.
  67. .
  68. ØMQ sockets provide an abstraction of asynchronous message queues, multiple
  69. messaging patterns, message filtering (subscriptions), seamless access to
  70. multiple transport protocols and more.
  71. .
  72. This package contains the debugging symbols for the ZeroMQ library.