File: control

package info (click to toggle)
node-multicast-dns 7.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 108 kB
  • sloc: javascript: 472; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-multicast-dns
Section: javascript
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-dns-packet,
 node-thunky,
 openstack-pkg-tools,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/homeassistant-team/js/node-multicast-dns
Vcs-Git: https://salsa.debian.org/homeassistant-team/js/node-multicast-dns.git
Homepage: https://github.com/mafintosh/multicast-dns
Rules-Requires-Root: no

Package: node-multicast-dns
Architecture: all
Depends:
 node-dns-packet,
 node-thunky,
 ${misc:Depends},
Description: low-level multicast DNS implementation in pure JavaScript
 The multicast-dns package provides a low-level implementation of the multicast
 DNS protocol in pure JavaScript. It allows for DNS service discovery and
 hostname resolution within small networks that do not include a local name
 server. This package is useful for applications that need to perform DNS-like
 operations on the local network without relying on a conventional unicast DNS
 server.