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
|
Source: golang-github-emersion-go-imap
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Ben Fiedler <debian@services.bfiedler.ch>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-emersion-go-sasl-dev,
golang-github-emersion-go-message-dev (>=0.11.1),
golang-github-emersion-go-textwrapper-dev,
golang-github-martinlindhe-base36-dev,
golang-golang-x-text-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emersion-go-imap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emersion-go-imap.git
Homepage: https://github.com/emersion/go-imap
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/emersion/go-imap
Package: golang-github-emersion-go-imap-dev
Architecture: all
Depends: golang-github-emersion-go-sasl-dev,
golang-golang-x-text-dev,
golang-github-emersion-go-message-dev (>=0.11.1),
${misc:Depends}
Description: Go IMAP library for clients and servers
An IMAP4rev1 (RFC3501 compliant) library written in Go. It can be used to
build a client and/or a server.
|