Package: libzmq3
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo70~dst+1
Architecture: armhf
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 509
Pre-Depends: multiarch-support
Depends: libc6 (>= 2.13-28), libgcc1 (>= 1:4.4.0), libpgm-5.1-0 (>= 5.1.116~dfsg), libstdc++6 (>= 4.4.0)
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: optional
Section: libs
Filename: pool/main/z/zeromq3/libzmq3_3.2.3+dfsg-1~bpo70~dst+1_armhf.deb
Size: 343680
SHA256: fa6199c81dec26f3b89fd897f74876ac99e18d556e4697e1d2a57ac1094356ee
SHA1: 48db99bd776a148b02c36f7b956fc11cd2deae8b
MD5sum: 088a5913f013256bb0979288991e3ea2
Description: lightweight messaging kernel (shared library)
 ØMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ØMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains the libzmq shared library.

Package: libzmq3-dbg
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo70~dst+1
Architecture: armhf
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 1168
Depends: libzmq3 (= 3.2.3+dfsg-1~bpo70~dst+1)
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: extra
Section: debug
Filename: pool/main/z/zeromq3/libzmq3-dbg_3.2.3+dfsg-1~bpo70~dst+1_armhf.deb
Size: 1069622
SHA256: d639a57fc69b175186787b618bdb938dc305c77e50504a42741851b9f2e96696
SHA1: 57d7a24093866d6a44df3d1e8582f11e4dc9944c
MD5sum: 1d4763b366e1daf49115a8f3d97e5bf7
Description: lightweight messaging kernel (debugging symbols)
 ØMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ØMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains the debugging symbols for the ZeroMQ library.

Package: libzmq3-dev
Source: zeromq3
Version: 3.2.3+dfsg-1~bpo70~dst+1
Architecture: armhf
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Installed-Size: 1071
Depends: libzmq3 (= 3.2.3+dfsg-1~bpo70~dst+1)
Conflicts: libzmq-dev
Multi-Arch: same
Homepage: http://www.zeromq.org/
Priority: optional
Section: libdevel
Filename: pool/main/z/zeromq3/libzmq3-dev_3.2.3+dfsg-1~bpo70~dst+1_armhf.deb
Size: 506854
SHA256: cc3b82069e3804926c089aac7eba4a89a7da972596982f949cd7a3e8750c2ccd
SHA1: 9767fff48e4aefe3f25e410f75700c34c6bc0d8e
MD5sum: e606af6140ef81f59082c16d0b2f0a00
Description: lightweight messaging kernel (development files)
 ØMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ØMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains the ZeroMQ development libraries and header files.

Package: python-requests
Source: requests
Version: 2.0.0-1~bpo70+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 202
Depends: python (>= 2.7~), python (<< 2.8), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1)
Homepage: http://python-requests.org
Priority: optional
Section: python
Filename: pool/main/r/requests/python-requests_2.0.0-1~bpo70+1_all.deb
Size: 53008
SHA256: 019228972b5e11434a965f925fe37fd393d558697771556dc177e69125d094d1
SHA1: b342aaca0772c83694bc3bebfd28af4afc27dfa8
MD5sum: d17448bde48851ef99fcc4444c0f4e2e
Description: elegant and simple HTTP library for Python, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts

Package: python-urllib3
Version: 1.7.1-1~bpo70+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 241
Depends: python (<< 2.8), python (>= 2.6.6-3), python-six
Recommends: ca-certificates
Homepage: http://urllib3.readthedocs.org
Priority: optional
Section: python
Filename: pool/main/p/python-urllib3/python-urllib3_1.7.1-1~bpo70+1_all.deb
Size: 49562
SHA256: ddc506658be17de50559433318e7db68ce5a4040d5b2f9acc603f9b176b113a1
SHA1: 438a22e974a0b061e7a37a2623494ecae738da29
MD5sum: 8c31fce3b9146e399747f68352746a7c
Description: HTTP library with thread-safe connection pooling for Python
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.

Package: python-zmq
Source: pyzmq
Version: 13.1.0-1~bpo70~dst+1
Architecture: armhf
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 1335
Depends: python (>= 2.6.6-7~), python (<< 2.8), libc6 (>= 2.13-28), libzmq3
Homepage: http://www.zeromq.org/bindings:python
Priority: optional
Section: python
Filename: pool/main/p/pyzmq/python-zmq_13.1.0-1~bpo70~dst+1_armhf.deb
Size: 357348
SHA256: 03fb206691347164cb8c8ea043d6f158cc801b97e2adbe5dae7e573de134e19c
SHA1: cd4eb8cd964d9f9f159fab11faf9f5d1bca8fab7
MD5sum: 5c8a941c9ade45fd23e402b8b08e8736
Description: Python bindings for 0MQ library
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 The 0MQ lightweight messaging kernel is a library which
 extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware
 products. 0MQ sockets provide an abstraction of asynchronous
 message queues, multiple messaging patterns, message
 filtering (subscriptions), seamless access to multiple
 transport protocols and more.

Package: python-zmq-dbg
Source: pyzmq
Version: 13.1.0-1~bpo70~dst+1
Architecture: armhf
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 4285
Depends: python-zmq (= 13.1.0-1~bpo70~dst+1), python-dbg (>= 2.6), python-dbg (<< 2.8), libc6 (>= 2.13-28), libzmq3
Homepage: http://www.zeromq.org/bindings:python
Priority: extra
Section: debug
Filename: pool/main/p/pyzmq/python-zmq-dbg_13.1.0-1~bpo70~dst+1_armhf.deb
Size: 1675196
SHA256: f86749665f56bd518bdf2f01d225d68c1606039e9fd4d06c8521f83af5f91616
SHA1: ca3a419a068b8bda825f2efce998b1c212c45e5a
MD5sum: 8624e586ed09340e1e55a55af16c4bbf
Description: Python bindings for 0MQ library - debugging files
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 The 0MQ lightweight messaging kernel is a library which
 extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware
 products. 0MQ sockets provide an abstraction of asynchronous
 message queues, multiple messaging patterns, message
 filtering (subscriptions), seamless access to multiple
 transport protocols and more.
 .
 This package contains the extension built for the Python debug interpreter.

Package: python3-requests
Source: requests
Version: 2.0.0-1~bpo70+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 191
Depends: python3 (>= 3.2.3-3~), ca-certificates, python3-chardet, python3-urllib3 (>= 1.5)
Homepage: http://python-requests.org
Priority: optional
Section: python
Filename: pool/main/r/requests/python3-requests_2.0.0-1~bpo70+1_all.deb
Size: 52106
SHA256: 5120ed5cb808afdba1c28fb286268f13b47bc53d450e894598ddab3084fd6115
SHA1: f687b750ae1171265408d6105fe76ec529ff3e42
MD5sum: 4078d5fe7c2dd42f9dd20077d4453a1e
Description: elegant and simple HTTP library for Python3, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package contains the Python 3 version of the library.

Package: python3-urllib3
Source: python-urllib3
Version: 1.7.1-1~bpo70+1
Architecture: all
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Installed-Size: 195
Depends: python3 (>= 3.2.3-3~), python3-six
Recommends: ca-certificates
Homepage: http://urllib3.readthedocs.org
Priority: optional
Section: python
Filename: pool/main/p/python-urllib3/python3-urllib3_1.7.1-1~bpo70+1_all.deb
Size: 48776
SHA256: eff7a26604666c402fc52222a8c7e6004af3966d015b43ccd338995db7112088
SHA1: 82cb63c6f46089562f49b297066e363ec70b2b33
MD5sum: 68538b80a9f4eac6769d71ecfeba970e
Description: HTTP library with thread-safe connection pooling for Python3
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.

Package: salt-api
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 84
Depends: python (>= 2.6~), salt-master
Recommends: python-cherrypy3
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-api_2014.7.5+ds-1~bpo70+1_all.deb
Size: 20546
SHA256: dee20fc569929923009399ce373d382496cd9305dffa8dc538b6413bf05e8911
SHA1: 9595f0f20b6bfb4941390007fe17527bfe1dede5
MD5sum: beaeeab5720d1ad585e37dfa4ec6f9a1
Description: Generic, modular network access system
 a modular interface on top of Salt that can provide a variety of entry points
 into a running Salt system. It can start and manage multiple interfaces
 allowing a REST API to coexist with XMLRPC or even a Websocket API.
 .
 The Salt API system is used to expose the fundamental aspects of Salt control
 to external sources. salt-api acts as the bridge between Salt itself and
 REST, Websockets, etc.

Package: salt-cloud
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 93
Depends: python (>= 2.6~), salt-common (= 2014.7.5+ds-1~bpo70+1)
Recommends: python-netaddr
Suggests: python-botocore
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-cloud_2014.7.5+ds-1~bpo70+1_all.deb
Size: 22156
SHA256: b5bf868dd76ddfc4340c013415e234d7ebbd3e4d466b355899292c1a8998cb1a
SHA1: 02456948e91da51b15ee34d37476b5c51d7f3717
MD5sum: 9d4c4cc81b42b331142dd7d44728f5d5
Description: public cloud VM management system
 provision virtual machines on various public clouds via a cleanly
 controlled profile and mapping system.

Package: salt-common
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 9278
Depends: python (<< 2.8), python (>= 2.6.6-3), python-dateutil, python-jinja2, python-apt, python-yaml, python-pkg-resources, python-requests (>= 1.0.0)
Recommends: lsb-release, python-mako
Suggests: salt-doc (= 2014.7.5+ds-1~bpo70+1)
Breaks: python-mako (<< 0.7.0)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-common_2014.7.5+ds-1~bpo70+1_all.deb
Size: 2454424
SHA256: dad5b7ff5d4db50f4e7326f014ce4c4c10d21f20aaab1a2ce0cc1775f93898b0
SHA1: 3ac131a38d08dc4328cd44af34559b76d6f734cf
MD5sum: faaaaec38a7aa3e3235a89c4121d64b5
Description: shared libraries that salt requires for all packages
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides shared libraries that
 salt-master, salt-minion, and salt-syndic require to function.

Package: salt-doc
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 21090
Depends: libjs-sphinxdoc, libjs-jquery
Homepage: http://saltstack.org/
Priority: extra
Section: doc
Filename: pool/main/s/salt/salt-doc_2014.7.5+ds-1~bpo70+1_all.deb
Size: 3209350
SHA256: 0ef5c41f642bf76275530d5b7e29810eb76f7378f4134c9ccab23a9c7e451392
SHA1: bc86f685cc77d9c032398684a5ec6abfb07d34c6
MD5sum: 4ea003716f7733623b6be7308910bfc8
Description: additional documentation for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the HTML documentation for
 salt.

Package: salt-master
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 128
Depends: python (>= 2.6~), salt-common (= 2014.7.5+ds-1~bpo70+1), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.1.0)
Recommends: python-git
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-master_2014.7.5+ds-1~bpo70+1_all.deb
Size: 41050
SHA256: 57d46b8047c36d633ba8eede6b21fccf77a973fa2e962085186b22e4018c7c63
SHA1: c1ae46cd81ba2d86ab1273e80934ff7f15afef2b
MD5sum: dd3687c8d60abb4ef6fce76cb752f11f
Description: remote manager to administer servers via salt
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the salt controller.

Package: salt-minion
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 117
Depends: python (>= 2.6~), salt-common (= 2014.7.5+ds-1~bpo70+1), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.1.0), dctrl-tools
Recommends: dmidecode, debconf-utils
Suggests: python-augeas
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-minion_2014.7.5+ds-1~bpo70+1_all.deb
Size: 29828
SHA256: 8bcb8374a6526e2301c38b4dcb4765bc8f3378dac2860f9a440d5c25fe7cbf85
SHA1: b1ad940e9d6b22b91448784d34d13c00f6f9565a
MD5sum: fb901ebc214f75fb2850d39fc6fb866c
Description: client package for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the worker / agent for salt.

Package: salt-ssh
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 79
Depends: python (>= 2.6~), salt-common (= 2014.7.5+ds-1~bpo70+1), msgpack-python
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-ssh_2014.7.5+ds-1~bpo70+1_all.deb
Size: 21434
SHA256: ca060c895b8a6569a1a04f96dcbe8c76be97d0fe63bc5b87a5f087c3689b95d4
SHA1: e840d2408322c35454d7f4f0e42c803326d6d236
MD5sum: 19103855c1ed6d0fcbc2ffc7087fccaa
Description: remote manager to administer servers via salt
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the salt ssh controller. It
 is able to run salt modules and states on remote hosts via ssh.
 No minion or other salt specific software needs to be installed
 on the remote host.

Package: salt-syndic
Source: salt
Version: 2014.7.5+ds-1~bpo70+1
Architecture: all
Maintainer: Debian Salt Team <pkg-salt-team@lists.alioth.debian.org>
Installed-Size: 85
Depends: python (>= 2.6~), salt-master (= 2014.7.5+ds-1~bpo70+1)
Homepage: http://saltstack.org/
Priority: extra
Section: admin
Filename: pool/main/s/salt/salt-syndic_2014.7.5+ds-1~bpo70+1_all.deb
Size: 20896
SHA256: a5b7e303d505a390ca23ef6ed7106e02e554c2145ba83082308a3dcd14620d60
SHA1: f43994ccd069ddbd99b03e90198b4fb112add967
MD5sum: fa4196a2c989e0a65bb7bcbfd9b53310
Description: master-of-masters for salt, the distributed remote execution system
 salt is a powerful remote execution manager that can be used to
 administer servers in a fast and efficient way.
 .
 It allows commands to be executed across large groups of
 servers. This means systems can be easily managed, but data can
 also be easily gathered.  Quick introspection into running
 systems becomes a reality.
 .
 Remote execution is usually used to set up a certain state on a
 remote system. Salt addresses this problem as well, the salt
 state system uses salt state files to define the state a server
 needs to be in.
 .
 Between the remote execution system, and state management Salt
 addresses the backbone of cloud and data center management.
 .
 This particular package provides the master of masters for salt
 - it enables the management of multiple masters at a time.