Package: grafana-data Source: grafana Version: 2.6.0+dfsg-3 Architecture: all Maintainer: Dmitry Smirnov Installed-Size: 6418 Depends: fonts-font-awesome, libjs-angularjs, libjs-jquery, libjs-twitter-bootstrap Recommends: grafana, phantomjs Built-Using: fonts-font-awesome (= 4.5.0~dfsg-1) Multi-Arch: foreign Homepage: http://grafana.org Priority: optional Section: web Filename: pool/main/g/grafana/grafana-data_2.6.0+dfsg-3_all.deb Size: 1162334 SHA256: ebb3c9b3460faeb06a3f66f36e5650d3abdcb010b76cf99a26527a8e60ee4283 SHA1: b1a9b431151db32788b94d3b586c43c37011b026 MD5sum: df60ad8248b798dc8dccdd4c2190a4e3 Description: feature rich metrics dashboard and graph editor - data files Grafana is a feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB. . This package provide files for the web interface. Package: lastpass-cli Version: 0.8.1-1 Architecture: amd64 Maintainer: Troy Heber Installed-Size: 155 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), libssl1.0.2 (>= 1.0.2d), libxml2 (>= 2.7.4), binutils Priority: optional Section: utils Filename: pool/main/l/lastpass-cli/lastpass-cli_0.8.1-1_amd64.deb Size: 58268 SHA256: cffab7bcd89f2fd73bfc637ec66653c2bb1e441f0f16322bb35acfc809a02235 SHA1: 3af911e32ff5d429e125846a41040a34576e746e MD5sum: 8dec3ff24484a4c73c820614553cece0 Description: command line interface to LastPass.com This application is a command line interface to the LastPass.com services. It brings both better security and convenience by allowing you to access, add, modify, and delete entries in your online LastPass vault, all from the terminal. You can also generate passwords for every server you use and securely store those passwords directly in LastPass. LastPass Enterprise features are supported as well, including Shared Folders. . Users who prefer the command line can access their data directly with “lpass ls” then using “lpass show -c --password Sitename” to put the Sitename password on the copy buffer. You can utilize “lpass show” to store passwords used in scripts, rather than putting passwords in the scripts themselves. LastPass can also be used as you work within the command line to help you login to servers. We’ve included some example scripts below. . The new tool is beneficial for LastPass users who want to use the command line to login to other machines as they work. There are examples such as contrib/examples/change-ssh-password.sh which shows automated password changing on a server. You could run it automatically on a nightly basis, regularly changing the password on the server as a security measure. Package: libssl1.0.2 Source: openssl Version: 1.0.2j-1 Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 3531 Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0 Multi-Arch: same Priority: important Section: libs Filename: pool/main/o/openssl/libssl1.0.2_1.0.2j-1_amd64.deb Size: 1291430 SHA256: c188e98ffd00d2daaa3ff6d0e58988b9434f7da5824dc4803fbc45c0fa3730fe SHA1: 98ee06f8afa7deb6200f3c24b418347d9aa8b5cd MD5sum: 221943991b9856642c03efe8195d48b1 Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Package: maildrop Version: 2.7.1-1 Architecture: amd64 Maintainer: Ubuntu Developers Original-Maintainer: Josip Rodin Installed-Size: 1216 Depends: courier-authlib (>= 0.63.0), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgdbm3 (>= 1.8.3), libpcre3, libstdc++6 (>= 4.4.0) Recommends: exim4 | mail-transport-agent Breaks: suidmanager (<< 0.50) Replaces: courier-base (<= 0.58.0-1) Homepage: http://www.courier-mta.org/maildrop/ Priority: optional Section: mail Filename: pool/main/m/maildrop/maildrop_2.7.1-1_amd64.deb Size: 323210 SHA256: cb3638a23670e636e62af311f1127ebae558be2ed0826ded387a4b501f5526f4 SHA1: f88eaeded5a0f041af871f2d2195fd01b52a6ece MD5sum: 011ced42fd48ae16d04fc215b0af08de Description: mail delivery agent with filtering abilities maildrop is a mail delivery agent (MDA), a program which reads a mail message from standard input and then delivers the message to your mailbox. . maildrop can deliver mail both in mbox and maildir storing formats. It can read instructions from a file, directing it how to log deliveries, and how to filter incoming mail, for example to deliver mail to alternate mailboxes, or forward it somewhere else, or pipe it through external programs. . It performs all the same functions as procmail, but unlike procmail, maildrop uses a structured filtering language which is a bit easier on the eyes. Other differences from procmail include not skipping syntax errors in filter files (instead deferring the mails for later processing) and being more resource-efficient when processing mails (not loading large messages right into memory). . maildrop also comes with the following additional programs: . * reformail, an e-mail reformatting tool, which can detect duplicate messages, manipulate message headers, split mailboxes into individual messages, and generate autoreply messages * maildirmake, which creates maildirs, and maildir folders * deliverquota, which delivers mail to maildirs while taking account software-imposed quotas * reformime, a utility for reformatting MIME messages * makemime, which creates MIME-formatted messages of arbitrary complexity * lockmail, which creates dot-locks, file locks, and C-Client folder locks * mailbot, a MIME-aware autoresponder utility . This Debian maildrop package is patched with Dovecot auth user lookup patch. Package: rake Version: 10.5.0-2 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 211 Depends: ruby | ruby-interpreter Recommends: zip Multi-Arch: foreign Homepage: https://github.com/jimweirich/rake Priority: optional Section: ruby Filename: pool/main/r/rake/rake_10.5.0-2_all.deb Size: 49434 SHA256: 6161c4c08b7878e457a3941411fe30f782502bbc73adece735c50309b26ef337 SHA1: edd6d970a03cf6a71905da5d1022943476708df9 MD5sum: 592210cfd93a32f6f9dab90cf817c46a Description: ruby make-like utility Rake is a simple ruby build program with capabilities similar to make. . Rake has the following features: * Rakefiles (rakes version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems. Ruby-Versions: all Package: ruby Source: ruby-defaults Version: 1:2.3.3 Architecture: amd64 Maintainer: Antonio Terceiro Installed-Size: 38 Depends: ruby2.3 Suggests: ri, ruby-dev Conflicts: ruby-activesupport-2.3, ruby-activesupport-3.2 Breaks: apt-listbugs (<< 0.1.6), rbenv (<= 0.4.0-1), ruby-debian (<< 0.3.8+b3), ruby-switch (<= 0.1.0) Replaces: irb, rdoc, rubygems Provides: irb, rdoc, rubygems Multi-Arch: allowed Homepage: http://www.ruby-lang.org/ Priority: optional Section: ruby Filename: pool/main/r/ruby-defaults/ruby_2.3.3_amd64.deb Size: 10770 SHA256: 729caf96aa63d3aed92e37ba9c25aacface1b1aef325b3f916189ca61abfa724 SHA1: 26148d626d0fc0f19dd4aa573cd1ab01d8c19545 MD5sum: 8adfc263516e36c818b9bd699ba314d7 Description: Interpreter of object-oriented scripting language Ruby (default version) Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package is a dependency package, which depends on Debian's default Ruby version (currently v2.3). Package: ruby-did-you-mean Version: 1.0.0-2 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 50 Multi-Arch: foreign Homepage: https://github.com/yuki24/did_you_mean Priority: optional Section: ruby Filename: pool/main/r/ruby-did-you-mean/ruby-did-you-mean_1.0.0-2_all.deb Size: 24230 SHA256: 592ae54d4464f7d2aac0e2ef1a6ebd481551a79752e02ba1cdfb4ad71ae2a8d5 SHA1: 2ec79c8f9cb8c832e01b643b9f24c9f631af56f1 MD5sum: 57aeddb4d1c402a62a6512f877d11935 Description: smart error messages for Ruby > 2.3 This package provides the infrastructure to produce smart error messages on Ruby > 2.3. When an undefined method is called, it will suggest similar method names. It will also catch mispellings on known method names, such as "initialize", and warn developers about them. . Starting with version 2.3, the Ruby interpreter will automatically load this library on startup. Ruby-Versions: all Package: ruby-net-telnet Version: 0.1.1-2 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 57 Multi-Arch: foreign Homepage: https://github.com/ruby/net-telnet Priority: optional Section: ruby Filename: pool/main/r/ruby-net-telnet/ruby-net-telnet_0.1.1-2_all.deb Size: 25580 SHA256: a5c426e5094d88d06fd89aa1b6e6697fef0232fadb0866ac918a207095f2c2cf SHA1: f4d472882c528a0b3d43907b2b4cbecd8d924e75 MD5sum: f791dce42f275fe0e17c64140efdb482 Description: telnet client library This package provides a telnet client library to use in Ruby programs. It used to be part of the Ruby standard library before Ruby 2.3, and was extracted to a standalone package. Ruby-Versions: all Package: ruby-power-assert Version: 0.3.0-1 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 35 Multi-Arch: foreign Homepage: https://github.com/k-tsj/power_assert Priority: optional Section: ruby Filename: pool/main/r/ruby-power-assert/ruby-power-assert_0.3.0-1_all.deb Size: 20950 SHA256: e409b1f74f1358bf87b6527b90cdc79a912a0cf57623738df2acba16e7d0f78b SHA1: 3c01bb547c673ed1da4074e4a388b7d817f435ea MD5sum: bb819fce382e2744dac1f6c2fc8511d8 Description: library showing values of variables and method calls in an expression Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied. Ruby-Versions: all Package: ruby-test-unit Version: 3.1.7-2 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 374 Depends: ruby-power-assert Multi-Arch: foreign Homepage: http://test-unit.github.io/ Priority: optional Section: ruby Filename: pool/main/r/ruby-test-unit/ruby-test-unit_3.1.7-2_all.deb Size: 69644 SHA256: 235caf8ca2e42ab8c7e66936509853dc7e46ef213593c9ddf63994630a1ea16f SHA1: df0d077e97e59648976778303c9119856f8358cc MD5sum: bbc14e94798efc6ff37c6f8b68507a0b Description: unit testing framework for Ruby Test::Unit (test-unit) is a unit testing framework for Ruby, based on xUnit principles. It allows writing tests, checking results and automated testing in Ruby. . Note that this version of Test::Unit will override the one possibly shipped with the Ruby interpreter. Ruby-Versions: all