File: control

package info (click to toggle)
httping 2.5-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 432 kB
  • sloc: ansic: 4,417; makefile: 118; sh: 79
file content (28 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (3)
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
Source: httping
Section: net
Priority: optional
Maintainer: Abhijith PA <abhijith@disroot.org>
Build-Depends: debhelper (>= 11),
               libssl-dev,
               clang <!nocheck>,
               clang-tools <!nocheck>,
               libncursesw5-dev,
               libncurses5-dev,
               libfftw3-dev,
               cppcheck
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian/httping
Vcs-Git: https://salsa.debian.org/debian/httping.git
Homepage: http://www.vanheusden.com/httping

Package: httping
Architecture: any
Depends: ${shlibs:Depends},
         openssl,
         ${misc:Depends}
Description: ping-like program for http-requests
 httping is like ping for HTTP. It sends requests to a hostname or a remote
 URL and it shows you how long it takes to connect, send a HTTP request and
 retrieve the reply (only the header).
 .
 It supports SSL as well as various different ways to use it.