Package: libnacl-dev Source: nacl Version: 20110221-4.1 Architecture: amd64 Maintainer: Sergiusz Pawlowicz Installed-Size: 397 Homepage: http://nacl.cace-project.eu/ Priority: extra Section: libdevel Filename: pool/main/n/nacl/libnacl-dev_20110221-4.1_amd64.deb Size: 68444 SHA256: 9dfdaa9b29cfc4d39101f537fb98af94403060a6c557c81ee2450eedb241237d SHA1: b70ae4b86e48ee9fb0a886d211d2ee710d6b2146 MD5sum: a797bb07d2dc23ea398cfdc7482743ca Description: High-speed software library for network communication NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. This package contains header and library files needed for software development that makes use of NaCl. Package: nacl-tools Source: nacl Version: 20110221-4.1 Architecture: amd64 Maintainer: Sergiusz Pawlowicz Installed-Size: 236 Depends: libc6 (>= 2.16) Homepage: http://nacl.cace-project.eu/ Priority: extra Section: libs Filename: pool/main/n/nacl/nacl-tools_20110221-4.1_amd64.deb Size: 61808 SHA256: 21141e4ad7dc53b7a9d363da3dc61f556e40b8ac0f3573fb092f1ddd557e01a4 SHA1: 6fb93c210a1599889d8d5a82c8d45c97bebe6e9e MD5sum: 796d16817ab5f6ea616a0504c3148996 Description: NaCl and CurveCP tools NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Tools include basic programs to deploy CurveCP message-handling. Package: python-ioflo Source: ioflo Version: 1.5.0-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1424 Depends: python (>= 2.7), python (<< 2.8) Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.5.0-1_all.deb Size: 164698 SHA256: 10a5e3c3f80401562609d94224b14223c467d311bebf162960a7539e8697ad31 SHA1: d487d06d342fd0e59f8b331a7401eb54063868cb MD5sum: 43e9d39909c8fe044b3ec8329a9e19ac Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-libcloud Source: libcloud Version: 1.5.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13812 Depends: python (>= 2.7), python (<< 2.8), python-crypto (>= 2.6), python-lockfile (>= 0.9), python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_1.5.0-1_all.deb Size: 1226708 SHA256: 365a082aca80b4fcae8af1c2879ce350e4376a747508dac64d07a3183764bfa9 SHA1: 8eec6e412be8b32fa564c5bc3fb7d957a62a96de MD5sum: 0fe842cf8a4b9347512dca6ef8792e1b Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). Package: python-raet Source: raet Version: 0.6.5-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1501 Depends: python (>= 2.7), python (<< 2.8), python-ioflo, python-libnacl, python-six, python-enum34 Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.5-1_all.deb Size: 98150 SHA256: 8b2e82d314aebdff3564d859834333a652ce818b31ed96771a551074b45b7725 SHA1: 9558ea66828bcfc1a2fb7ccf0e7fba472f06d1af MD5sum: 9c709e01045a6f4011c3266336190cdd Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python-timelib Source: timelib Version: 0.2.4-2 Architecture: amd64 Maintainer: Ralf Schmitt Installed-Size: 577 Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14) Homepage: https://github.com/pediapress/timelib/ Priority: optional Section: python Filename: pool/main/t/timelib/python-timelib_0.2.4-2_amd64.deb Size: 130584 SHA256: 636b4e1dcd09e116ff06d219b05299bda7e904e42e615b7c6938976e4e4f6e2a SHA1: dfb364a94729d700122013d0a9225478ed82bfcc MD5sum: 8f606bf230a034d7f53ef30ec33d3093 Description: parse english textual date descriptions Usage ===== . timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions: . timelib.strtodatetime: . >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('next friday') datetime.datetime(2009, 6, 26, 0, 0) >>> timelib.strtodatetime('29 feb 2008 -108 years') datetime.datetime(1900, 3, 1, 0, 0) . timelib.strtotime: . >>> import time, timelib Package: python3-libcloud Source: libcloud Version: 1.5.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13775 Depends: python3:any (>= 3.3.2-2~), python3-crypto (>= 2.6), python3-lockfile (>= 0.9), python3-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python3-libcloud_1.5.0-1_all.deb Size: 1212268 SHA256: 360063ff7d099d6b106c9576d8e2dcce4bba6b76917b54c2328b4dcf21047126 SHA1: 3de30789381657120ce625360da3d1bd9b3c7655 MD5sum: 2d25bfc70c85b32d862c8b25db0b3725 Description: unified Python interface into the cloud (Python3 version) libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). . This is the Python 3 version of the package. Package: python3-timelib Source: timelib Version: 0.2.4-2 Architecture: amd64 Maintainer: Ralf Schmitt Installed-Size: 573 Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14) Homepage: https://github.com/pediapress/timelib/ Priority: optional Section: python Filename: pool/main/t/timelib/python3-timelib_0.2.4-2_amd64.deb Size: 130090 SHA256: b60d43ef8d64d3dab35e8d55ebd3da754d1fcbcb3d20f1b61d8e61e29174dd57 SHA1: a2eb6aa9ea8f98218dc1aac431f560106bccfcbb MD5sum: 5f1e8131d54d064cb40bf56776c638f5 Description: parse english textual date descriptions Usage ===== . timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions: . timelib.strtodatetime: . >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('today') datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime('next friday') datetime.datetime(2009, 6, 26, 0, 0) >>> timelib.strtodatetime('29 feb 2008 -108 years') datetime.datetime(1900, 3, 1, 0, 0) . timelib.strtotime: . >>> import time, timelib . This is the Python 3 version of the package. Package: salt-api Source: salt Version: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2018.3.4+ds-1_all.deb Size: 13032 SHA256: b9ec2cc06b8b0fe34374dd19ae8112ba72b9a5613b7116957bed09a0f89eaeac SHA1: 83314a8f7859a0e37db9ba96946046eabc30c978 MD5sum: 885a7a6086dfdf686eead068202752f1 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: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2018.3.4+ds-1), python:any (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2018.3.4+ds-1_all.deb Size: 14344 SHA256: 468334a805abae58572d3b13266127de75a12211af17d3db03ad69d492dd75eb SHA1: 216dc7fe68d8b5213c442ceda72c1e4a6e60db6a MD5sum: 408894f7d2642bc766cbbe8c1d93e7fb 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: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 26328 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.4), python-pkg-resources, python-requests (>= 1.0.0), python-concurrent.futures, python-tornado (>= 4.2.1), python-yaml, python-systemd, python-psutil, python-gnupg, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-mako Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2018.3.4+ds-1_all.deb Size: 5942454 SHA256: 572d67b3b411aafb0adab64c7ad9d468c5d04451d0bb6e838b104eccdcaecdf3 SHA1: f66a65da7a413fd564327acfb96c9eb9a2313e54 MD5sum: 70b4895f0aadecd85ddc5f0279793dde 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-master Source: salt Version: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 127 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2018.3.4+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2018.3.4+ds-1_all.deb Size: 40996 SHA256: 528e6661466860cd61ac8b3a5af3df19cf4362b5246e08a4fc070a1489067927 SHA1: 20f5f28a66ff7d7d08ad1bb86a7e58284f2c89c5 MD5sum: 143646a54e7212da4a05757c9a527f4b 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: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 126 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2018.3.4+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python:any (>= 2.6~) Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2018.3.4+ds-1_all.deb Size: 27830 SHA256: e0656ac1951643975b283f7c1d221dbf13a350b62030f9d96bb57d989440458a SHA1: b17695b53a00988f91d4fc8153a1376feb7c73e2 MD5sum: c0bd6671a269a3ff6204f6921265dd13 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: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2018.3.4+ds-1), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2018.3.4+ds-1_all.deb Size: 13792 SHA256: 4eae5ad5827129434a0323f20459f1a20c6d65f0022492471251f1ba95d7479a SHA1: 3047d5cee9334fb3b8154b289c276a0161fa943c MD5sum: 9efe59c1c689da757c2d935891c5b188 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: 2018.3.4+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 2018.3.4+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2018.3.4+ds-1_all.deb Size: 13350 SHA256: 3bc5bc4ea0431d94c0b532ece1fe600a41f77ef76866590b4d03af5eb70af905 SHA1: 11eeeb86bc48c42e5549ca79fc59a6bc1db6f1e3 MD5sum: 41544110cf9bfcabe371df783b3236a6 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.