Source: http
Section: web
Priority: optional
Maintainer: наб <nabijaczleweli@nabijaczleweli.xyz>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://github.com/nabijaczleweli/http.deb.git
Vcs-Browser: https://github.com/nabijaczleweli/http.deb
Homepage: https://github.com/thecoshman/http
Build-Depends: debhelper,
               debhelper-compat (= 12),
               bash-completion,
               ronn (>= 0.9.0),
#              ^ ronn before that fails with regex+locale related errors
               locales,
#              ^ we need to generate some locales for ronn
               cargo,
               pkg-config,
               libssl-dev,

Package: http
Architecture: any
Tag: implemented-in::rust, role::program
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Host These Things Please - basic HTTP server
 Host These Things Please - a basic http server for
 hosting a folder fast and simply
 .
 http is a well-featured static HTTP server,
 which doesn't require root privileges,
 and supports (option-gated) HTTP write, WebDAV, and Basic auth.
