File: control

package info (click to toggle)
ruby-docker-api 1.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,436 kB
  • ctags: 161
  • sloc: ruby: 2,930; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (2)
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
Source: ruby-docker-api
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb (>= 0.6.1~),
               ruby-archive-tar-minitar,
               ruby-excon (>= 0.28),
               ruby-rspec,
               ruby-simplecov,
               ruby-rspec-its
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-docker-api.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-docker-api.git;a=summary
Homepage: https://github.com/swipely/docker-api
XS-Ruby-Versions: all

Package: ruby-docker-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-archive-tar-minitar,
         ruby-excon (>= 0.28),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: docker.io
Description: Ruby gem to interact with docker.io remote API
 ruby-docker-api gem provides an object-oriented interface to the Docker
 Remote API and a complete client implementation.
 .
 ruby-docker-api is designed to be very lightweight. Almost no state
 is cached (aside from id's which are immutable) to ensure that each
 method call's information is up to date. As such, just about every
 external method represents an API call.