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 33 34 35 36 37 38 39 40
|
Source: chasquid
Section: mail
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Alberto Bertogli <albertito@blitiri.com.ar>
Build-Depends: debhelper (>= 13.11.6~),
debhelper-compat (= 13),
dh-golang (>= 1.18~),
golang-any,
golang-blitiri-go-log-dev (>= 1.1.0),
golang-blitiri-go-spf-dev (>= 1.3.0),
golang-blitiri-go-systemd-dev (>= 1.1.0),
golang-github-google-go-cmp-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-text-dev,
golang-google-protobuf-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://blitiri.com.ar/p/chasquid
Vcs-Browser: https://salsa.debian.org/go-team/packages/chasquid
Vcs-Git: https://salsa.debian.org/go-team/packages/chasquid.git
XS-Go-Import-Path: blitiri.com.ar/go/chasquid
Testsuite: autopkgtest-pkg-go
Package: chasquid
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: simple SMTP (email) server written in go
chasquid is an SMTP (email) server with a focus on simplicity, security, and
ease of operation.
.
It sends and receives email as a typical MTA (for example, can be used instead
of Postfix or Exim), and it is designed mainly for individuals and small
groups.
.
It's written in Go, and is open source under the Apache license 2.0.
|