File: control

package info (click to toggle)
golang-github-dropbox-dropbox-sdk-go-unofficial 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,824 kB
  • sloc: python: 529; sh: 19; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,535 bytes parent folder | download
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
Source: golang-github-dropbox-dropbox-sdk-go-unofficial
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-oauth2-google-dev
Standards-Version: 4.4.0
Homepage: https://github.com/dropbox/dropbox-sdk-go-unofficial
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dropbox-dropbox-sdk-go-unofficial
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dropbox-dropbox-sdk-go-unofficial.git
XS-Go-Import-Path: github.com/dropbox/dropbox-sdk-go-unofficial
Testsuite: autopkgtest-pkg-go

Package: golang-github-dropbox-dropbox-sdk-go-unofficial-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-net-dev,
         golang-golang-x-oauth2-google-dev
Description: Unofficial Go SDK for integrating with the Dropbox API v2
 WARNING: This SDK is **NOT yet official**. What does this mean?
  * There is no formal Dropbox support for this SDK at this point
  * Bugs may or may not get fixed
  * Not all SDK features may be implemented and implemented features
    may be buggy or incorrect
 .
 However:
  * The SDK, while unofficial, _is_ usable.
  * Dropbox would like to get feedback from the community and evaluate
    the level of interest/enthusiasm before investing into official
    supporting one more SDK