File: control

package info (click to toggle)
merecat 2.31%2Bgit20220513%2Bds-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,100 kB
  • sloc: ansic: 9,767; makefile: 173; sh: 104; perl: 28; php: 2
file content (32 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
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
29
30
31
32
Source: merecat
Section: web
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 libconfuse-dev,
 libcrypt-dev,
 libssl-dev,
 zlib1g-dev
Standards-Version: 4.7.2
Homepage: https://troglobit.com/projects/merecat
Vcs-Browser: https://salsa.debian.org/debian/merecat
Vcs-Git: https://salsa.debian.org/debian/merecat.git

Package: merecat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf
Provides: httpd, httpd-cgi
Recommends: libcgi-pm-perl
Suggests: libcgi-fast-perl, php-cgi, acme-tiny, apache2-utils
Description: Embedded web server
 This is a simple web server based on Jef Poskanzer's thttpd.
 It supports all basic features required for most use-cases. The
 most prominent features are probably HTTPS, using OpenSSL, PHP,
 multiple servers with HTTP redirect support, redirect from HTTP
 to HTTPS, virtual hosts, and the URL-traffic-based throttling.
 .
 Its small footprint makes it suitable for small and embedded
 systems.