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: 69612 SHA256: 7d2d6e937707df74af716fac016b85c41af7da416aa4f7ea8f7b8ac0afbb6e1b SHA1: 79f9f1036578e0c1524293c4225f401775486400 MD5sum: df609098b5d839a0c2d4c877f95820bc 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: 63414 SHA256: 54a6a75658aa42dc339f39224eec453794384db4af425188fa5bb8ec2cf50802 SHA1: 8028e67d4c0753c6fa9bb049781a1a7564b95f52 MD5sum: 2c88f400ec92db2f2f7ffb16c101b4d8 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: 164708 SHA256: 2d31f7fa76e139d9b39dd8d18577293a6bba5b0d4b93d0f461af62233463da27 SHA1: b1b2029c05536e6f11eb22cd575f9973a14d74b2 MD5sum: 49565e8f3f92c583eab9ee8cadf24528 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: 13817 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: 1226776 SHA256: b8cf085377ff26966fbf47119a16c1e1640a5d29fd12d69ba46c8f915ee7410d SHA1: e4adf8248c8f803ee0321e246db1afa96056b59d MD5sum: 555c86a9ebb4af283da560838d4ba75d 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: 98132 SHA256: 0e315a87ad2d665efd07fb43b13ebba75d2f94b97a4daf4cc355ce3c4256cfef SHA1: 810a7c17133431fb94b9a222e30faeff5566b460 MD5sum: 8fe860a8e9946cd7592200deba70595f 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: 130530 SHA256: bb904a33a9be3f05dce19b05c7f556466c700f6b2b8b4be2d19809da86917421 SHA1: d84d8c0d435e9e1cfaf1f4944f33f4622a8507b9 MD5sum: 8a9e43c1dbdff90319ef94714e1c831a 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: 13780 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: 1212084 SHA256: 08177514f68c572c425dd58a74d93f49e9bec2dea35fbbeb2f6573ec3f498f9c SHA1: 7e507c52298e845327db5c3b2282798305352974 MD5sum: b98857bdd4f5e537ddc7bea841f75514 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: 130122 SHA256: 1c2fcbd4f988b9fe252cc60f7e120702efe1c9eee9e2445ee33d6f77ce5c9fe3 SHA1: dca69da29eeb3e7a8be8cf9f6a059fab688f0d83 MD5sum: 05f2c3bf08f984c1ea787fc45d1105e0 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.8+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_2019.2.8+ds-1_all.deb Size: 13032 SHA256: 6f9f1cc3c1ac798c12c25d9f120f72b31ec97e6dde2d0761968093d8c9be5963 SHA1: 23c8c6079215848ae0d58263db89f87484acd9df MD5sum: d64b1b351b11d0fd7b75bbeeec973ab9 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.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2019.2.8+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_2019.2.8+ds-1_all.deb Size: 14320 SHA256: 882e960ed2fcc70b37a5d746033b15af9206dacac67978ce7390423c925cc0c7 SHA1: fe70416ba55b9d3c46354a3ed0fa47214f7ed147 MD5sum: 95a5a905a098ccdc2de50dbf0098d279 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.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 28189 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_2019.2.8+ds-1_all.deb Size: 6504100 SHA256: c0c6a0edd5a03b09924cc033ee3dba4d9c9eb7ee43bc331616f884fbbfebe441 SHA1: 52f47badfbcd61e0ccb824907d4655f1b2bf2e85 MD5sum: 1e62837e15bca487ce1309ba3c72b120 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.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 128 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2019.2.8+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_2019.2.8+ds-1_all.deb Size: 41258 SHA256: ba11df2dc563ff8aef56bcc9aeb0e171a6659c4039ff086d943c80d492c3d894 SHA1: 06982669a50e9698083310f78daf20ad1b47988e MD5sum: 87dae0a9d8e3b3f780e78fa2780fa2cc 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.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 127 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 2019.2.8+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_2019.2.8+ds-1_all.deb Size: 28162 SHA256: 51e91bd384da136a3a91e8cece094d6d81bc83818e326f5229353b76ef5c7e7b SHA1: 262668486888d36677adcd3263bd3e7c33514f87 MD5sum: d80b12848dc970b34a8ee9d80904c450 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.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 45 Depends: salt-common (= 2019.2.8+ds-1), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2019.2.8+ds-1_all.deb Size: 13796 SHA256: 8d35f10ad914e0c0ef3780821933947c89ee8ec8b646c560452b11395e654138 SHA1: ed59518b6b442271e5c57c976311ae45129a81f2 MD5sum: 9d4715dbecdb40471956401b07998fd2 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: 2019.2.8+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 55 Depends: salt-master (= 2019.2.8+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_2019.2.8+ds-1_all.deb Size: 13364 SHA256: f87a9bce9b3a5aacb45934bb89a3991f649c457647d7b7f68557d9c856acd3f9 SHA1: 9da779e588129ec2818b67ec163305876cfe90a1 MD5sum: d77243cc89089cdb517418ee077436e0 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.