File: control

package info (click to toggle)
pen 0.34.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 844 kB
  • ctags: 686
  • sloc: ansic: 6,364; sh: 1,552; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pen
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper (>= 10), libssl-dev, libgeoip-dev
Standards-Version: 4.0.0
Homepage: http://siag.nu/pen/
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/pen.git
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/pen.git

Package: pen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Load balancer for "simple" tcp and udp based protocols
 pen works for udp, and tcp based protocols such as dns, http or smtp.
 It allows several servers to appear as one to the outside and automatically
 detects servers that are down and distributes clients among the available
 servers. This gives high availability and scalable performance.