File: control

package info (click to toggle)
libnet-ntp-perl 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 235; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,218 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
Source: libnet-ntp-perl
Section: perl
Priority: optional
Build-Depends: debhelper, 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: 3.9.6
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: ${misc:Depends}, ${perl:Depends}, netbase
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.