File: control

package info (click to toggle)
golang-github-docker-engine-api 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,064 kB
  • sloc: makefile: 19
file content (36 lines) | stat: -rw-r--r-- 1,689 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
35
36
Source: golang-github-docker-engine-api
Section: oldlibs
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.31),
               golang-any,
               golang-github-docker-distribution-dev,
               golang-github-docker-go-connections-dev,
               golang-github-docker-go-units-dev (>= 0.3.0)
Standards-Version: 3.9.8
Homepage: https://github.com/docker/engine-api
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-engine-api
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-engine-api.git
XS-Go-Import-Path: github.com/docker/engine-api

Package: golang-github-docker-engine-api-dev
Architecture: all
Depends: golang-github-docker-distribution-dev,
         golang-github-docker-go-connections-dev,
         golang-github-docker-go-units-dev (>= 0.3.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: client and server components compatible with the Docker engine
 Engine-api is a set of Go libraries to implement client and server
 components compatible with the Docker engine.
 The client package implements a fully featured http client to interact
 with the Docker engine. It's modeled after the requirements of the Docker
 engine CLI, but it can also serve other purposes.
 .
 Please do not use this library anymore. The Docker API client and types
 have been moved to the main docker repo under the following import paths:
 .
  https://github.com/docker/docker/client
  https://github.com/docker/docker/api/types