File: control

package info (click to toggle)
golang-github-joyent-gocommon 0.0~git20161202.b787089-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,507 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-joyent-gocommon
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-joyent-gosign-dev,
               golang-github-julienschmidt-httprouter-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.0
Homepage: https://github.com/joyent/gocommon
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-joyent-gocommon
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-joyent-gocommon.git
XS-Go-Import-Path: github.com/joyent/gocommon
Testsuite: autopkgtest-pkg-go

Package: golang-github-joyent-gocommon-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-joyent-gosign-dev,
         golang-github-julienschmidt-httprouter-dev,
         golang-gopkg-check.v1-dev
Description: common Go library for Joyent's Triton and Manta
 The gocommon package collects common packages to interact with the
 Joyent Public Cloud and Joyent Manta services.
 The gocommon package is structured as follow:
   - gocommon/client. Client for sending requests.
   - gocommon/errors. Joyent specific errors.
   - gocommon/http. HTTP client for sending requests.
   - gocommon/jpc. This package provides common structures and functions
                   across packages.
   - gocommon/testing. Testing Suite for local testing.