Source: slt
Section: devel
Priority: extra
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>= 9),
 dh-golang,
 golang-go,
 golang-vhost-dev,
 golang-goyaml-dev,
 golang-gocheck-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/slt.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/slt.git
Homepage: https://github.com/inconshreveable/slt

Package: slt
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 dpkg-dev
Built-Using:
 ${misc:Built-Using}
Description: TLS reverse-proxy with SNI multiplexing (TLS virtual hosts)
 slt lets a user can send TLS/SSL connections for multiple different
 applications to the same port and the server can forward them all to
 the appropriate backend hosts depending on the intended destination.
 .
 slt is capable of either terminating the TLS and passing the
 cleartext traffic to the origin server (if it has appropriate key
 material), or just passing the through the traffic directly (if it
 has no key material).
