Codebase list httping / debian/2.5-1 debian / control
debian/2.5-1

Tree @debian/2.5-1 (Download .tar.gz)

control @debian/2.5-1raw · history · blame

Source: httping
Section: net
Priority: optional
Maintainer: Abhijith PA <abhijith@openmailbox.org>
Build-Depends: debhelper (>= 9), 
               libssl-dev, 
               clang, 
               libncursesw5-dev, 
               libncurses5-dev, 
               libfftw3-dev,
               cppcheck
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/httping.git
Vcs-Git: https://anonscm.debian.org/collab-maint/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.