Codebase list httping / b800e2e debian / control
b800e2e

Tree @b800e2e (Download .tar.gz)

control @b800e2e

06665b5
 
 
 
b800e2e
2137fa3
 
d8352b0
2137fa3
 
4327097
 
b800e2e
9201fb9
 
06665b5
 
 
 
2137fa3
 
 
06665b5
 
 
 
 
 
Source: httping
Section: net
Priority: optional
Maintainer: Abhijith PA <abhijith@openmailbox.org>
Build-Depends: debhelper (>= 11), 
               libssl-dev, 
               clang, 
               clang-tools-4.0,
               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.