File: control

package info (click to toggle)
node-sntp 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: javascript: 460; makefile: 9
file content (29 lines) | stat: -rw-r--r-- 1,033 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
Source: node-sntp
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-boom (>= 9)
 , node-hoek (>= 9)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-sntp
Vcs-Git: https://salsa.debian.org/js-team/node-sntp.git
Homepage: https://github.com/hueniverse/sntp
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-sntp
Architecture: all
Depends: ${misc:Depends}
 , node-boom (>= 9)
 , node-hoek (>= 9)
Provides: node-hapi-sntp (=${source:Version})
Description: SNTP client
 An SNTP v4 client (RFC4330) for nodejs. Simpy connects to the NTP or SNTP
 server requested and returns the server time along with the roundtrip duration
 and clock offset. To adjust the local time to the NTP time, add the returned
 `t` offset to the local time.
 .
 Node.js is an event-based server-side JavaScript engine.