Source: httping
Section: net
Priority: optional
Maintainer: Abhijith PA <abhijith@debian.org>
Build-Depends: debhelper-compat (= 13),
               libssl-dev,
               clang <!nocheck>,
               clang-tools <!nocheck>,
               libncurses-dev,
               libfftw3-dev,
               cmake,
               pkgconf,
               gettext
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/httping
Vcs-Git: https://salsa.debian.org/debian/httping.git
Homepage: http://www.vanheusden.com/httping
Rules-Requires-Root: no

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.
