Package: libnacl-dev Source: nacl Version: 20110221-4.1 Architecture: amd64 Maintainer: Sergiusz Pawlowicz Installed-Size: 400 Homepage: http://nacl.cace-project.eu/ Priority: extra Section: libdevel Filename: pool/main/n/nacl/libnacl-dev_20110221-4.1_amd64.deb Size: 69634 SHA256: 66fc8fc5f3a0d5984dd1a82280bd932e751272ed9510afdce6a3a5b0d5c159c1 SHA1: 91f8b6f077e1d21bfa605ff482409d40a2d94b46 MD5sum: 9502aa1d8fa84a5c0c66cb6bbb241a6c 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: 63354 SHA256: 737bcce7dc02ed9c405dbfaa219b78c1c659b9549445caf67086985d68ee0c2a SHA1: defd15dd888295979d8ab803cabb4cbb7c669b6a MD5sum: 7f53313308bec09cdde0256a3b619ccb 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.7.4-2 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1914 Depends: python (>= 2.7), python (<< 2.8) Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.7.4-2_all.deb Size: 219222 SHA256: 60f593bfacb67bde441efe18d84f2e2448560a3a60ae9749b3e22e4981c50d5b SHA1: 4a96422dd597cafe299562979f2425f43823c6dd MD5sum: cc7d02a40873a34dc50276f06b9e1744 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: 1226622 SHA256: 5fa38816a8d52621e627fe8fcc49ed439ff48e81d29f068a67a452427337023a SHA1: 0c0a61b8a6b1e5568ea1e35e02783ead49a89b39 MD5sum: eddfe06ea2b2f2ebc9e5277fb85917dd 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.8-2 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1556 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.8-2_all.deb Size: 104228 SHA256: 30ef1e8e8d17e95a41538c2c57e280d0a82a7511347e6b9e04111e54bbc1cd65 SHA1: 23c4ce7fc04ef824fe92394daf8d520e9fbb16b5 MD5sum: 67d50684f959510296adeaa84ff5d1fa 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: 130684 SHA256: 7a5fdc4ceca7a35ffc7da3f0612cbc6953ebbd5edcdd581204811197bc7f47aa SHA1: 24af282fb5f407daf672710b944d86da23a79ec7 MD5sum: 5b60915781063087a62accfbbdfed9d0 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-ioflo Source: ioflo Version: 1.7.4-2 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1914 Depends: python3:any (>= 3.3.2-2~) Priority: optional Section: python Filename: pool/main/i/ioflo/python3-ioflo_1.7.4-2_all.deb Size: 219292 SHA256: a251bf87723ad2fba9ce0bb1b6542d9ea8e6cc6ef8598d81068da693ae8bdf82 SHA1: 1e914e26391d9d1f31784506b634673c0dbf4f01 MD5sum: a1021e51c0009dffbf9d041496d211d3 Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com . This is the Python 3 version of the package. 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: 1212060 SHA256: 37933518f80a8cfc414e4f6a68079bf87399260386eedbd5acda72ac144af494 SHA1: 7d1eda8cd7db840840e6bf5638bf1c01a6b8286f MD5sum: f1e0ae3f1e2e405fc22df7d2cd32383d 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-raet Source: raet Version: 0.6.8-2 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1556 Depends: python3-six, python3:any (>= 3.3.2-2~) Priority: optional Section: python Filename: pool/main/r/raet/python3-raet_0.6.8-2_all.deb Size: 104356 SHA256: 4a9860170ee9427d3d55c61dbfea9b1525d3fcba8e5e207739fdca20ba9ad369 SHA1: cd5ab26b4036a956940d865b385d7c9d6a149bcb MD5sum: 004121bf81b3f1eed822e51d8f3f3d2a Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com . 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: 129808 SHA256: 46b2d6f69bb9e57bf32a325491665a3e4c1bf0db1c7d138a22f44cd60f436244 SHA1: e9c8c5008a6cad6d2d76e2baa935f3747aad7b58 MD5sum: 99d48a174f86c229c6f25a5bf0fe3ba5 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: python3-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2019.2.7+ds-1_all.deb Size: 13022 SHA256: 8cf7b2caf4afbc29e2a5abe4207cd12bd94c4f540e1a20c246780db0e703fddb SHA1: 867f87de6ab1a47f4b26acb8d8aa3a9ce53ec3c7 MD5sum: 8cac2e487024b1034b1cf95221b1933a 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python3-libcloud, salt-common (= 2019.2.7+ds-1), python3:any Recommends: python3-netaddr Suggests: python3-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2019.2.7+ds-1_all.deb Size: 14298 SHA256: 451e788e63ebae46041813bc6eec33025675d8c47b8bb9530fac8f2558901ee0 SHA1: 6b556035894a69345e7f9da1823ddd13b9b56b90 MD5sum: fd82f03a1a51dfecb609d93182d9c3a9 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 28189 Depends: python3-apt, python3-dateutil, python3-jinja2, python3-msgpack (>= 0.4), python3-pkg-resources, python3-requests, python3-tornado (>= 4.2.1), python3-tornado (<< 5), python3-yaml, python3-systemd, python3-psutil, python3-gnupg, python3:any (>= 3.3.2-2~) Recommends: lsb-release, python3-croniter Breaks: python3-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2019.2.7+ds-1_all.deb Size: 6503886 SHA256: 69d32cbe5f268da1cef8572de74faa94a778c8d64235cb08d2103ce7af6b5b20 SHA1: aa4fb3f9ae1f0469498d11e388364a7ca4925d0e MD5sum: a895190bec87ec56715278ca6b1169f7 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 128 Depends: python3-crypto (>= 2.6.1), python3-zmq (>= 14.4.0), salt-common (= 2019.2.7+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: python3-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2019.2.7+ds-1_all.deb Size: 41236 SHA256: dda41807a6babdb24b63d1979c197ce19fb2b03b2d6fa1566540b4731c485df1 SHA1: c57f437f6f77891db7dcc20da3a67ac7c605dff6 MD5sum: 269ca85b72cb33c9f4139c983c0cbb8c 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 128 Depends: bsdmainutils, dctrl-tools, python3-crypto (>= 2.6.1), python3-zmq (>= 14.4.0), salt-common (= 2019.2.7+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Recommends: debconf-utils, dmidecode Suggests: python3-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2019.2.7+ds-1_all.deb Size: 28154 SHA256: 487e36eb72c9680ea1b18ea52bf7c940a5900d838f68adf502e03371613a479d SHA1: d31f5eade027bbdfbafa3b9210ab0e7d728b3d20 MD5sum: e5ba1af2335b0aba55f5d42124b2affe 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2019.2.7+ds-1), python3:any Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2019.2.7+ds-1_all.deb Size: 13792 SHA256: b84c104c613dcbcdcc348a0faede9b5516999579adc435ea0004c4e75a3e9cff SHA1: c60239013e9dbcec1e1c08a54f9086f6cd9b2815 MD5sum: 4005e56594a94c9f8ce2062673b2ff60 Description: remote manager to administer servers via Salt SSH 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: 2019.2.7+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 2019.2.7+ds-1), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), python3:any Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2019.2.7+ds-1_all.deb Size: 13334 SHA256: df6d5eb5289f50117e65fa90ea5b7aa88bdaaa78158ecb4a6c93c1cc2468bc20 SHA1: f7dffbf1c15202b47dadb6ab6f91e9fba8e96048 MD5sum: 5681278a1575379e77e7f1f3294a27b6 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.