File: control

package info (click to toggle)
micro-proxy 20021030%2Bdebian-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 60 kB
  • ctags: 21
  • sloc: ansic: 355; makefile: 59; sh: 56
file content (19 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: micro-proxy
Section: web
Priority: optional
Maintainer: Paul Cager <paul-debian@home.paulcager.org>
Build-Depends: debhelper (>= 5), dpatch
Standards-Version: 3.7.2

Package: micro-proxy
Section: web
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: micro-httpd, micro-inetd
Description: really small HTTP/HTTPS proxy
 micro_proxy is a very small Unix-based HTTP/HTTPS proxy. It runs from inetd,
 which means its performance is poor. But for low-traffic sites, it's quite
 adequate. It implements all the basic features of an HTTP/HTTPS proxy,
 including IPv6 forwarding, in only 320 lines of code.
 .
  Homepage: <http://www.acme.com/software/micro_proxy/>