File: control

package info (click to toggle)
node-sntp 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: javascript: 460; makefile: 9; sh: 2
file content (32 lines) | stat: -rw-r--r-- 1,039 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
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 (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
 , node-boom (>= 9),
 , node-hoek (>= 9)
Standards-Version: 4.5.0
Homepage: https://github.com/hueniverse/sntp#readme
Vcs-Git: https://salsa.debian.org/js-team/node-sntp.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sntp
Rules-Requires-Root: no

Package: node-sntp
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-hoek (>= 9)
 , node-boom (>= 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.