File: control

package info (click to toggle)
libnet-ntp-perl 1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 92 kB
  • sloc: perl: 235; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,244 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: libnet-ntp-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Damyan Ivanov <dmn@debian.org>,
 gregor herrmann <gregoa@debian.org>,
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/Net-NTP
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ntp-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ntp-perl
Testsuite: autopkgtest-pkg-perl

Package: libnet-ntp-perl
Architecture: all
Depends:
 netbase,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libio-socket-inet6-perl,
Multi-Arch: foreign
Description: Perl module to query NTP servers
 Net::NTP is a small perl module to query an NTP (Network Time Protocol)
 time server for the current time. It exports a single method
 (get_ntp_response) and returns an associative array based upon RFC1305 and
 RFC2030.  The response from the server is "humanized" to a point that further
 processing of the information received from the server can be manipulated.
 For example: timestamps are in epoch, so one could use the localtime function
 to produce an even more "human" representation of the timestamp.