Source: node-linagora-rabbitmq-client
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-url-parse
 , node-typescript
Standards-Version: 4.7.4
Homepage: https://github.com/linagora/rabbitmq-client#readme
Vcs-Git: https://salsa.debian.org/js-team/node-linagora-rabbitmq-client.git
Vcs-Browser: https://salsa.debian.org/js-team/node-linagora-rabbitmq-client

Package: node-linagora-rabbitmq-client
Architecture: all
Depends:
 ${misc:Depends}
 , node-buffer-more-ints
 , node-url-parse
Provides: ${nodeLinagoraRabbitmqClient:Provides}
Description: Opinionated RabbitMQ client for Node.js
 @linagora/rabbitmq-client is an opinionated RabbitMQ client for Node.js that
 handles the boilerplate you'd otherwise copy-paste between services:
 confirm channels, dead letter queues, exponential backoff on publish, and
 automatic reconnection that restores your subscriptions.

Package: node-buffer-more-ints
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodeBufferMoreInts:Provides}
Description: Node library to support for more integer widths to Buffer
 Node's Buffer only supports reading and writing integers of a limited
 range of widths.  This module provides support for more widths, so
 that integers from 1 to 8 bytes (64 bits) can be accessed.  The
 support takes two forms. Firstly, as stand-alone functions similar to
 the integer reading/writing methods of Buffer.
