| 12
 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
 
 | Source: golang-github-koofr-go-koofrclient
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-ginkgo-dev,
               golang-gomega-dev,
               golang-github-koofr-go-httpclient-dev
Standards-Version: 4.5.0
Homepage: https://github.com/koofr/go-koofrclient
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-koofr-go-koofrclient
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-koofr-go-koofrclient.git
XS-Go-Import-Path: github.com/koofr/go-koofrclient
Testsuite: autopkgtest-pkg-go
Package: golang-github-koofr-go-koofrclient-dev
Architecture: all
Depends: ${misc:Depends},
         golang-ginkgo-dev,
         golang-gomega-dev,
         golang-github-koofr-go-httpclient-dev
Description: Go Koofr client
 Koofr client for the Go language.
 .
 GoDoc (https://godoc.org/github.com/koofr/go-koofrclient)
 Installgo get github.com/koofr/go-koofrclient Testinggo get -t
 KOOFR_APIBASE="https://app.koofr.net" KOOFR_EMAIL="email@example.com"
 KOOFR_PASSWORD="yourpassword" go test
 |