Package: 2ping Priority: optional Section: net Installed-Size: 134 Maintainer: Ryan Finnie Architecture: all Version: 2.0-1.4.201403110853 Depends: perl Recommends: perl-modules, libio-socket-inet6-perl Suggests: libdigest-sha-perl, libdigest-crc-perl Filename: 4.0-0/all/2ping_2.0-1.4.201403110853_all.deb Size: 30894 MD5sum: 735d9637870bbf860c1748f9ce94bd89 SHA1: e3194227cce068742c70dfb6d78ab55c97d39ed5 SHA256: fd67b375872bf3573d46a771b671cb527ab0c99aaffc57de1c926e95e3af1857 Description: Ping utility to determine directional packet loss 2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and a 2ping client to determine which direction packet loss occurs. Homepage: http://www.finnie.org/software/2ping/ Package: 2vcard Priority: optional Section: utils Installed-Size: 74 Maintainer: Martin Albisetti Architecture: all Version: 0.5-3.4.201403110857 Filename: 4.0-0/all/2vcard_0.5-3.4.201403110857_all.deb Size: 13782 MD5sum: e4c617773a0c9889b26d686a02013dc7 SHA1: da4d4ff57bb87ecbad18cce841415a08dc048687 SHA256: 1500fc5a73ad572e53c4910478333201c525f69c1dfb2a2d05c0aaa956a2abbe Description: perl script to convert an addressbook to VCARD file format 2vcard is a little perl script that you can use to convert the popular vcard file format. Currently 2vcard can only convert addressbooks and alias files from the following formats: abook,eudora,juno,ldif,mutt, mh and pine. . The VCARD format is used by gnomecard, for example, which is used by the balsa email client. Package: 389-console Priority: extra Section: java Installed-Size: 104 Maintainer: Debian 389ds Team Architecture: all Version: 1.1.7-1.2.201403110903 Depends: libidm-console-framework-java, openjdk-6-jre | java6-runtime Filename: 4.0-0/all/389-console_1.1.7-1.2.201403110903_all.deb Size: 64262 MD5sum: 92e174e76e11aca1075b0e0903879dc8 SHA1: 645e2d42f54be0064923332008b1aa18bcd2e521 SHA256: 74040e82e7418e228839d0f84a4ad5d8c5f79e556a98af4fcdd2ae36333f2922 Description: 389 Management Console A Java based remote management console used for managing 389 Administration Server and 389 Directory Server. Homepage: http://directory.fedoraproject.org Package: abacas Priority: optional Section: science Installed-Size: 135 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.3.1-1.2.201403111045 Depends: mummer Filename: 4.0-0/all/abacas_1.3.1-1.2.201403111045_all.deb Size: 26278 MD5sum: fb65331ca58e4a213d41346b9a374e38 SHA1: 57deeb09c6d7d34dc334c7e56e48f23ad94df07b SHA256: 9d6a9064e9058cb3f65bc18311ebdd51d4c634647c8c448b0a96d84b4cd82124 Description: Algorithm Based Automatic Contiguation of Assembled Sequences ABACAS is intended to rapidly contiguate (align, order, orientate), visualize and design primers to close gaps on shotgun assembled contigs based on a reference sequence. . ABACAS uses MUMmer to find alignment positions and identify syntenies of assembled contigs against the reference. The output is then processed to generate a pseudomolecule taking overlapping contigs and gaps in to account. ABACAS generates a comparision file that can be used to visualize ordered and oriented contigs in ACT. Synteny is represented by red bars where colour intensity decreases with lower values of percent identity between comparable blocks. Information on contigs such as the orientation, percent identity, coverage and overlap with other contigs can also be visualized by loading the outputted feature file on ACT. Homepage: http://abacas.sourceforge.net/ Package: abcde Priority: optional Section: sound Installed-Size: 282 Maintainer: Jesus Climent Architecture: all Version: 2.5.3-1.4.201403111048 Depends: cd-discid, wget, cdparanoia | icedax, vorbis-tools (>= 1.0beta4-1) | lame | flac | bladeenc | speex Recommends: vorbis-tools, libmusicbrainz-discid-perl, libwebservice-musicbrainz-perl, libdigest-sha-perl, mailx Suggests: eject, distmp3, id3 (>= 0.12), id3v2, eyed3, normalize-audio, vorbisgain, mkcue, mp3gain, atomicparsley Filename: 4.0-0/all/abcde_2.5.3-1.4.201403111048_all.deb Size: 122896 MD5sum: a4f1f94ca175cace82e56a49d9987b48 SHA1: 097d4d73aed3ff70b7dad76572b4f0767cfc0146 SHA256: d0a67a47623c411ca07071e6fb33067ffee46ba12865d911eb601e1b469076fb Description: A Better CD Encoder A frontend program to cdparanoia, wget, cd-discid, id3, and your favorite Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) encoder (defaults to oggenc). Grabs an entire CD and converts each track to the specified formats and then comments or ID3-tags each file, with one command. . With abcde you can encode several formats with one single command, using a single CD read operation. It also allows you to read and encode while not on the internet, and later query a CDDB server to tag your files. Homepage: http://code.google.com/p/abcde/ Package: abi-compliance-checker Priority: optional Section: devel Installed-Size: 1236 Maintainer: Ryan Niebur Architecture: all Version: 1.97.7-1.5.201403111108 Depends: perl, gcc, binutils Suggests: doc-base Filename: 4.0-0/all/abi-compliance-checker_1.97.7-1.5.201403111108_all.deb Size: 230450 MD5sum: 409048e85ef5d5d44f60b5c84dfd8d03 SHA1: 9625cdbcc83fc684d5ca9b953325d4bb3fb5a63d SHA256: de2371e306384494d93932fca866225d6535bb616db6c35bf6d85dfc686428ee Description: tool to compare ABI compatibility of shared C/C++ library versions abi-compliance-checker can be used to help reduce the possibility of an application crashing when the shared libraries it links against have changed. Signatures and data type definitions from two separate versions of a library are compared by examining the shared objects (.so) files themselves, and by analysing the header files (.h) provided for the two versions of the library and their dependencies. . Shared library developers trying to strive for binary compatibility between releases may also use this tool to detect if an any accidental application binary interface (ABI) changes have been introduced. . The checker may also be used for assessing binary compatibility between different Linux distributions. Homepage: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker Package: abicheck Priority: optional Section: devel Installed-Size: 133 Maintainer: Angel Ramos Architecture: all Version: 1.2-5.4.201403111112 Depends: perl Filename: 4.0-0/all/abicheck_1.2-5.4.201403111112_all.deb Size: 35198 MD5sum: ce94d8cc934aab2f6df9fd37e8d516b2 SHA1: a40a2577fa105dbe7ae67767ab07756f0c859a25 SHA256: f526cad54ef5424d7656d65cb7a1b5e6ac8ae95b90d793c25ea909e3975bd254 Description: binary compatibility checking tool ABIcheck is a tool for checking an application's compliance with a library's defined Application Binary Interface (ABI). It relies on ABI definition information contained in the library. Example definitions are given for GNOME and glibc. Package: abinit-doc Priority: extra Section: doc Installed-Size: 20321 Maintainer: Debian Scientific Computing Team Architecture: all Source: abinit Version: 5.3.4.dfsg-3.4.201403111118 Filename: 4.0-0/all/abinit-doc_5.3.4.dfsg-3.4.201403111118_all.deb Size: 17013174 MD5sum: 387390d2c4aeb35a8102f7f475918165 SHA1: ac549afdc3edb9cbf746513dc160eb26ee3e64fe SHA256: beec70e378098fee500aab99d4303cc1f6517cc2ef2771562ebc514390041ff5 Description: A package for electronic structure calculations ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave basis. . ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors. Excited states can be computed within the Time-Dependent Density Functional Theory (for molecules), or within Many-Body Perturbation Theory (the GW approximation). In addition to the main ABINIT code, different utility programs are provided. . This package contains documentation and tests. Homepage: http://www.abinit.org/ Package: abiword-common Priority: optional Section: editors Installed-Size: 11013 Maintainer: Dmitry Smirnov Architecture: all Source: abiword Version: 2.9.2+svn20120603-8.23.201403111129 Filename: 4.0-0/all/abiword-common_2.9.2+svn20120603-8.23.201403111129_all.deb Size: 2298058 MD5sum: e604b739a415f575bac4f628f71ca732 SHA1: b5b813fb85339cc3c43f3429400a92c67851841f SHA256: 4bec92fd28472c125fc67c52e3c70d435818673bacbe6b6f0149ed9c2399cff8 Description: efficient, featureful word processor with collaboration -- common files AbiWord is a full-featured, efficient word processing application. It is suitable for a wide variety of word processing tasks, and is extensible with a variety of plugins. . This package contains the common files that are used on all architectures without modification. Homepage: http://www.abisource.com/ Package: abntex Priority: optional Section: tex Installed-Size: 678 Maintainer: Otavio Salvador Architecture: all Version: 0.9~beta2-5.1.6.201403111152 Depends: dpkg (>= 1.14.18), tex-common (>= 3), texlive-latex-recommended, texlive-lang-portuguese, texlive-fonts-recommended Filename: 4.0-0/all/abntex_0.9~beta2-5.1.6.201403111152_all.deb Size: 329894 MD5sum: 99f0dfbdc49864d2edb69957942b7231 SHA1: 31354f0d077bc083f2ad0cbe4b3da52371e6363b SHA256: e033e4179895c817e9a88a12ce9ce06c4c7921122848942b5f92645632cb7817 Description: LaTeX class for writing documents in ABNT standard AbnTeX is a class for writing documents in ABNT standard. The Brazilian Technical Standards Association (ABNT) is responsible for the national standardization and certification procedures. The package also includes support to BibTeX in the ABNT standard. Package: accerciser Priority: extra Section: gnome Installed-Size: 6135 Maintainer: Debian Accessibility Team Architecture: all Version: 3.4.1-1.23.201403111242 Depends: dconf-gsettings-backend | gsettings-backend, python, python-support (>= 0.90.0), ipython (>= 0.12), gir1.2-atk-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-wnck-3.0, python-cairo, python-pyatspi2 (>= 2.1.5) Filename: 4.0-0/all/accerciser_3.4.1-1.23.201403111242_all.deb Size: 2901996 MD5sum: 2053e6c506e0a4de5ab943438b31df5f SHA1: 706df7783852a0d89cee0dcd0d05a8f38be05fac SHA256: bae8465359b3b1e9ab9e0e61de02fa7aa6dd9a2a144cf28ac8e37dc04eba7b6b Description: interactive Python accessibility explorer for the GNOME desktop It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. Homepage: https://live.gnome.org/Accerciser Package: accessodf Priority: extra Section: java Installed-Size: 377 Maintainer: Sebastian Humenda Architecture: all Version: 0.1-2.2.201403111257 Depends: libcommons-collections3-java, libreoffice-java-common, libreoffice-writer, default-jre Filename: 4.0-0/all/accessodf_0.1-2.2.201403111257_all.deb Size: 239702 MD5sum: 0cdda2e451e4ceac04b292de543d9260 SHA1: 9f662d9ed9f257d96138b85331e7d42c4ccb57a1 SHA256: 95a53d20fd0cb8def8a2f185cfb55ecc26e1247fea92c9aca7b02ae3cfb98585 Description: Libreoffice extension to check accessibility of ODF documents AccessODF is an extension that can be used in OpenOffice.org Writer and in LibreOffice Writer. It enables authors to find and repair accessibility issues in their documents, i.e. issues that make their documents difficult or even impossible to read for people with disabilities. This includes issues such as: * insufficient colour contrast between text and background, * missing text alternatives for images and other objects (such text alternatives are necessary for blind users and other users of text-to-speech software), * missing language identification for the document and for language changes inside the document (language information is needed for conversion into Braille and synthetic speech), * the use of proper Heading styles instead of big bold text to identify headings (this enables document navigation based on headings), * the use of proper tables instead of visually mimicking tables by using tabs or spaces, * the compatibility of images with DAISY, the de-facto standard for digital talking books. For each accessibility issue, AccessODF provides a description and repair suggestions. Homepage: http://sourceforge.net/p/accessodf Package: acheck-rules-fr Priority: optional Section: text Installed-Size: 57 Maintainer: Nicolas Bertolissio Architecture: all Version: 0.6.4.201403111410 Provides: acheck-rules Depends: acheck, libterm-readline-gnu-perl Filename: 4.0-0/all/acheck-rules-fr_0.6.4.201403111410_all.deb Size: 7404 MD5sum: 5d1a8a1f22b486a65ed0b2bcf209570f SHA1: 1ef35117f952ed1db771bc6b0a93fb51e06c6b8b SHA256: 3680b71b771463d4edccd59e2e7654c6db6021f35df38ed47b13cfe595fff8bd Description: French rules for acheck This package provides French rules to be checked by the acheck script. . See acheck-rules packages for manpage. Package: acheck-rules Priority: optional Section: text Installed-Size: 63 Maintainer: Nicolas Bertolissio Architecture: all Version: 0.3.1.4.201403111407 Depends: acheck Filename: 4.0-0/all/acheck-rules_0.3.1.4.201403111407_all.deb Size: 13766 MD5sum: 0ee3b84ccf9f99abc67592814600b142 SHA1: a72ab1a0209f525942867554fb46ae44b0da9a27 SHA256: c7080976231e27ce10e92ff37d195272a752d84285afb9ed30b4ed9a7d38ebe8 Description: Basic rules for acheck This package provides basic rules to be checked by the acheck script. Package: acheck Priority: optional Section: text Installed-Size: 164 Maintainer: Nicolas Bertolissio Architecture: all Version: 0.5.1.4.201403111402 Depends: perl, acheck-rules, libterm-size-perl, libconfig-general-perl Recommends: libtext-aspell-perl, liblocale-gettext-perl Suggests: libterm-readline-gnu-perl | libterm-readline-perl-perl Filename: 4.0-0/all/acheck_0.5.1.4.201403111402_all.deb Size: 37086 MD5sum: bb9d63fe9ceeec8ed467b67f83a50f63 SHA1: 98c99fa116de322a22c1dd371e4e08c9be305282 SHA256: 8b153dc249caf65d97737d5b430785fffb83579dca6864059aed0b1c60f1a960 Description: Check common localisation mistakes acheck, any text file checker, is a tool designed to help both translators and reviewers checking and fixing common localisation mistakes according to file format. Rules can be defined to add new checks. . If you install the Aspell Perl module as recommended, Aspell can be invoked to check word spelling. Package: ack-grep Priority: optional Section: utils Installed-Size: 174 Maintainer: Debian Perl Group Architecture: all Version: 1.96-2.7.201403111419 Depends: libfile-next-perl, perl Suggests: bash-completion Filename: 4.0-0/all/ack-grep_1.96-2.7.201403111419_all.deb Size: 57852 MD5sum: c94d272516a9c7afca746cec746271ed SHA1: b599a77c3e21c1c894e13d1efeffe82067d47f02 SHA256: 1b8a643011c553756e2155c015640044bfb952a589e2347f05257963cc661f3e Description: grep-like program specifically for large source trees Ack is designed as a replacement for 99% of the uses of grep. ack is intelligent about the files it searches. It knows about certain file types, based on both the extension on the file and, in some cases, the contents of the file. . Ack ignores backup files and files under CVS and .svn directories. It also highlights matches to help you see where the match was. Ack uses perl regular expressions. Homepage: http://search.cpan.org/dist/ack/ Package: acl2-books-certs Priority: optional Section: math Installed-Size: 32164 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Replaces: acl2 (<= 2.7-9) Depends: acl2 (>= 4.3-3.7.201403111428), dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: acl2 (<= 2.7-9) Filename: 4.0-0/all/acl2-books-certs_4.3-3.7.201403111428_all.deb Size: 4432412 MD5sum: 6abb03d0e41922de8bfcac6d375d5c8c SHA1: 76311d7f3499868f6510699e77857d4019c856eb SHA256: 8a2d859512cff43591fe6200ddbbbc93313ad7079887d2c37f5775295ab15bca Description: Computational Logic for Applicative Common Lisp: library certificates ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This file contains certification records for the various precompiled libraries supplied in the ACL2-books package. ACL2 essentially requires that all included books be certified before use. Package: acl2-books-source Priority: optional Section: math Installed-Size: 37570 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Replaces: acl2 (<= 2.7-9) Depends: acl2 (>= 4.3-3.7.201403111428), dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: acl2 (<= 2.7-9) Filename: 4.0-0/all/acl2-books-source_4.3-3.7.201403111428_all.deb Size: 6470202 MD5sum: 6ea56f30c8b6da5ab3f47193669b4865 SHA1: 0d33d21642f5c8eb8998e7df0f6f333baed5fe4a SHA256: b75e8ae8a7216a6d5df9197d301fe6470abe8a60695c5498e150b1c892236885 Description: Computational Logic for Applicative Common Lisp: library sources ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This package contains source lisp files to the compiled libraries supplied in the ACL2-books package. Package: acl2-doc Priority: optional Section: doc Installed-Size: 821 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Depends: dpkg (>= 1.14.18), tex-common (>= 3), dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/acl2-doc_4.3-3.7.201403111428_all.deb Size: 359756 MD5sum: 522d47698213951e238b8f4809989a2c SHA1: 3d57a56ec70bc9eb75a33e9d9576df4126450277 SHA256: fc41071955de3c4a1123829ffc79a0e1e76505553d6397c1a760fa2f2f96b862 Description: Computational Logic for Applicative Common Lisp: documentation ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This package contains the documentation for ACL2. Package: acl2-emacs Priority: optional Section: math Installed-Size: 258 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Replaces: acl2 (<= 2.7-9) Depends: acl2 (>= 4.3-3.7.201403111428), emacs23 | emacsen, dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: acl2 (<= 2.7-9) Filename: 4.0-0/all/acl2-emacs_4.3-3.7.201403111428_all.deb Size: 60692 MD5sum: 48e58db723c5f30fa1fe4669991424cb SHA1: 44ce26dc20ee61cc338ef3412a7b7894a0eab696 SHA256: 6fe62960631ffaa3f4eea07d32afb181334e1ec557f0c08b5f94fd64d24086fc Description: Computational Logic for Applicative Common Lisp: emacs interface ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This package contains an emacs interface to ACL2. Package: acl2-infix-source Priority: optional Section: math Installed-Size: 361 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Replaces: acl2 (<= 2.7-9) Depends: dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: acl2 (<= 2.7-9) Filename: 4.0-0/all/acl2-infix-source_4.3-3.7.201403111428_all.deb Size: 93436 MD5sum: 8aa0a92130c6cc62c39bbf6573d2ad0b SHA1: 4fa5852a8824ff1a779e9e662ffc7b34fa47ae61 SHA256: f4bad77fe78faca8632f9e9dcaeebdbc99dfff7238a2929003dacbbf53689c54 Description: Computational Logic for Applicative Common Lisp: infix source ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This package contains the source files to the infix interface to ACL2. Package: acl2-source Priority: optional Section: math Installed-Size: 12424 Maintainer: Camm Maguire Architecture: all Source: acl2 Version: 4.3-3.7.201403111428 Replaces: acl2 (<= 2.7-9) Depends: dpkg (>= 1.14.18), tex-common (>= 3) Conflicts: acl2 (<= 2.7-9) Filename: 4.0-0/all/acl2-source_4.3-3.7.201403111428_all.deb Size: 3290254 MD5sum: 446ec7a2c7390fbf82ef8a3bc0b6fb0a SHA1: b3635055102c1eef26a5a9c5728eb3ccd0623175 SHA256: 80f6c53482fe21224865295554685944e291ed2e219163b99cbd77d2ee6888d7 Description: Computational Logic for Applicative Common Lisp: source files ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of those models. . This package contains the lisp source files to the main ACL2 binary. Package: acpi-support Priority: optional Section: admin Installed-Size: 204 Maintainer: Debian Acpi Team Architecture: all Version: 0.140-5.7.201411010047 Depends: acpi-support-base (>= 0.109-1), x11-xserver-utils, acpid (>= 1.0.4), lsb-base (>= 1.3-9), pm-utils, acpi-fakekey Recommends: dbus, vbetool, xscreensaver | gnome-screensaver, radeontool Suggests: rfkill, xinput Breaks: uswsusp (<= 0.2) Filename: 4.0-0/all/acpi-support_0.140-5.7.201411010047_all.deb Size: 54438 MD5sum: b53a6858549252ac68aa4de8d7041ed0 SHA1: fdcac35cb36b8e475e78ab6ab0dbec7fe6e3b374 SHA256: 13ae1fae2f8d410a2df05b0425505312570ca7d408baac601ec559691f6e2acf Description: scripts for handling many ACPI events This package contains scripts to react to various ACPI events. It only includes scripts for events that can be supported with some level of safety cross platform. . It is able to: * Detect loss and gain of AC power, lid closure, and the press of a number of specific buttons (on Asus, IBM, Lenovo, Panasonic, Sony and Toshiba laptops). * Suspend, hibernate and resume the computer, with workarounds for hardware that needs it. * On some laptops, set screen brightness. . Besides some system tools acpi-support recommends vbetool to be able to power off the screen and some screensavers to be able to lock the screen on lid close. Package: activemq Priority: optional Section: java Installed-Size: 217 Maintainer: Debian Java Maintainers Architecture: all Version: 5.6.0+dfsg-1.2.201403111724 Depends: adduser (>= 3.11), libactivemq-java (= 5.6.0+dfsg-1.2.201403111724), openjdk-6-jre-headless | java6-runtime-headless Filename: 4.0-0/all/activemq_5.6.0+dfsg-1.2.201403111724_all.deb Size: 52646 MD5sum: 6895b5f613417cb60c4b9883554a3f31 SHA1: bbafa3ed4a1345eb2d0bd49c7fecbff581398da3 SHA256: 2ac6562401c0ccd334c75a40f2f429c5959fe645f9e4922e216c6dd6cf59a1ff Description: Java message broker - server Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a server installation of ActiveMQ. Homepage: http://activemq.apache.org Package: activity-log-manager Priority: optional Section: utils Installed-Size: 122 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: all Version: 0.8.0-1.2.201403111805 Depends: python (>= 2.5), python-support (>= 0.90.0), zeitgeist-core (>= 0.7~) | zeitgeist (>= 0.7~), python-gtk2, python-cairo Filename: 4.0-0/all/activity-log-manager_0.8.0-1.2.201403111805_all.deb Size: 16722 MD5sum: 95a98980fe15fc725c048523820a2a8a SHA1: 2aa5a56bad84fe79d474009658f3a7f4a79306d9 SHA256: 38fdffa88cf5c1cb035b7b09e5b65b2d0f9480519ae0cc5aa080118db1bf5ad7 Description: blacklist configuration user interface for Zeitgeist Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations held with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . This package contains Activity Log Manager, a graphical user interface which lets you control what gets logged by Zeitgeist. It supports setting up blacklists according to several criteria (such as application or file types), temporarily stopping all logging as well as deleting recent events. Homepage: https://launchpad.net/history-manager Package: activiz.net-doc Priority: optional Section: doc Installed-Size: 592073 Maintainer: Debian Med Packaging Team Architecture: all Source: activiz.net Version: 1:1.0~git20111123-6.2.201403111807 Depends: doc-base Suggests: vtk-doc Filename: 4.0-0/all/activiz.net-doc_1.0~git20111123-6.2.201403111807_all.deb Size: 70744212 MD5sum: 7e331be5c0385d720773ca1f29d4f4dd SHA1: e00c0b8e114a5ae7653bc5fc0ae9789866f2b057 SHA256: 3d9a4dab4de93d040ad81cae4a8537c65fa290e530db34760788b36e1d6cc021 Description: ActiViz.NET documentation ActiViz provides a powerful interface to the Visualization Toolkit (VTK), an object-oriented software system encompassing thousands of algorithms that transform data into interactive 3D environments. . This package contains exhaustive HTML documentation for the all the documented ActiViz.NET C# classes. Homepage: http://www.kitware.com/products/avdownload.php Package: activiz.net-examples Priority: optional Section: graphics Installed-Size: 5522 Maintainer: Debian Med Packaging Team Architecture: all Source: activiz.net Version: 1:1.0~git20111123-6.2.201403111807 Suggests: vtk-examples Filename: 4.0-0/all/activiz.net-examples_1.0~git20111123-6.2.201403111807_all.deb Size: 5117214 MD5sum: c7a0325f03eb2ef2a6ab8bdab92b754a SHA1: aa79d739d483b4f626d4fcbc0e20c85de162bd66 SHA256: e6bd037de8c2a4c37b105d9cfd49b8f4967b5b6f806216d562e973e0b27a9f1b Description: ActiViz.NET examples ActiViz provides a powerful interface to the Visualization Toolkit (VTK), an object-oriented software system encompassing thousands of algorithms that transform data into interactive 3D environments. The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. . This package contains examples from the ActiViz.NET source. Homepage: http://www.kitware.com/products/avdownload.php Package: ada-reference-manual-2005 Priority: optional Section: doc Installed-Size: 33365 Maintainer: Ludovic Brenta Architecture: all Source: ada-reference-manual Version: 1:2012.1-2.6.201403111900 Replaces: ada-reference-manual-html, ada-reference-manual-info, ada-reference-manual-pdf, ada-reference-manual-text Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat Conflicts: gnat-doc (<< 3.15p) Breaks: ada-reference-manual-html, ada-reference-manual-info, ada-reference-manual-pdf, ada-reference-manual-text Filename: 4.0-0/all/ada-reference-manual-2005_2012.1-2.6.201403111900_all.deb Size: 15802148 MD5sum: 25a1d91a0b79970f67dd1f4b1fb80ce3 SHA1: e3a316a7304f74d461529df35e48c8a22c11b437 SHA256: ec8502aa4c157c67c0a9d0d211f7b1a7127c510d8c1864cff105dc110b4b3f99 Description: Ada 2005 language standard The Ada Reference Manual is the ISO standard describing the programming language Ada. . This package provides the plain and annotated versions of the 2005 ARM in HTML, PDF, info, and plain text formats. Homepage: http://www.stephe-leake.org/ada/arm.html Package: ada-reference-manual-2012 Priority: optional Section: doc Installed-Size: 39877 Maintainer: Ludovic Brenta Architecture: all Source: ada-reference-manual Version: 1:2012.1-2.6.201403111900 Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat Conflicts: gnat-doc (<< 3.15p) Filename: 4.0-0/all/ada-reference-manual-2012_2012.1-2.6.201403111900_all.deb Size: 18890684 MD5sum: e16b7450f65c7484fd887d316097e638 SHA1: 8f27136d5187ea055c4a8497129c17682032ef52 SHA256: ed8f546f9678d72c37499118811de87cd9745064ec4a3c4a64f01e0e3477b5f7 Description: Ada 2012 language standard The Ada Reference Manual is the ISO standard describing the programming language Ada. . This package provides the plain and annotated versions of the 2012 ARM in HTML, PDF, info, and plain text formats. Homepage: http://www.stephe-leake.org/ada/arm.html Package: addresses.framework Priority: optional Section: gnustep Installed-Size: 40 Maintainer: Eric Heintzmann Architecture: all Source: addresses-for-gnustep Version: 0.4.7-1.10.201403111935 Depends: libaddresses-dev, libaddresses0 Filename: 4.0-0/all/addresses.framework_0.4.7-1.10.201403111935_all.deb Size: 8582 MD5sum: 99ea48ef2911d31e28fd0a870a49fe2a SHA1: 41b6b31050d2f87e550dccc8331be88114f23f6d SHA256: fff919861cfc2cb1acf3fca1ba7090a81559df80a5009152cf0e0cce38db1e1f Description: Database API backend framework for GNUstep This backend provides complete access to address information for applications. It is source-code compatible with Apple Corporation's AddressBook.framework. . This package is a dependency package that depends on the development and runtime library files. Package: addressview.framework Priority: optional Section: gnustep Installed-Size: 40 Maintainer: Eric Heintzmann Architecture: all Source: addresses-for-gnustep Version: 0.4.7-1.10.201403111935 Depends: libaddressview-dev, libaddressview0 Filename: 4.0-0/all/addressview.framework_0.4.7-1.10.201403111935_all.deb Size: 8594 MD5sum: 2521e3cc3f15d336752c90bdb399bd68 SHA1: 71016abc1085c135ba0e06d17b7216dc6fb66788 SHA256: b4b721ac475d873a19184baac70fa18b32e655e546cf008dba8cb2038032987e Description: Address display/edit framework for GNUstep This framework provides specialized view classes to applications which want to display addresses to the user in a graphical form. . This package is a dependency package that depends on the development and runtime library files. Package: adlint Priority: optional Section: devel Installed-Size: 8560 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.10.0-1.2.201403111954 Depends: ruby1.9.1 Filename: 4.0-0/all/adlint_1.10.0-1.2.201403111954_all.deb Size: 1902904 MD5sum: aa5fea31ec6c93691705e659660d883e SHA1: c66079541aef88b016f08f9a58da55f38d5b4ab7 SHA256: 05b60fccc88656bca13bba37e9194254ba35b6123d3a148bcf8b6835b1e68004 Description: open source and free source code static analyzer AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99. Homepage: http://adlint.sourceforge.net/ Ruby-Versions: ruby1.9.1 Package: adminer Priority: extra Section: web Installed-Size: 1163 Maintainer: Medhamsh V Architecture: all Version: 3.3.3-1.2.201403112003 Depends: libapache2-mod-php5 | php5-cgi | php5, php5-mysql | php5-sqlite | php5-pgsql Recommends: php5-sqlite, php5-mysql, php5-pgsql Suggests: mysql-server | postgresql | sqlite3 Filename: 4.0-0/all/adminer_3.3.3-1.2.201403112003_all.deb Size: 317560 MD5sum: 440055c938a2fc1d7f2c918f434b50c5 SHA1: f8ca803d52b85a9f688c637aebf6030489afb5d6 SHA256: 9a7eead8b3cb090d8e22dd1bd9444af2bb6fa7bc120d189b319a95cde59e8794 Description: Web-based database administration tool Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it is a light weight application with these priorities in order: security, user experience, performance, feature set and size. Homepage: http://www.adminer.org/ Package: advene Priority: optional Section: video Installed-Size: 6106 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 1.0-1.2.201403112035 Depends: gstreamer0.10-x, python-cairo, python-cherrypy3 (>= 3.0.0), python-gobject, python-gst0.10, python-gtk2 (>= 2.12), python-pygoocanvas, python-rsvg, python-simpletal (>= 3.0), python (>= 2.6.6-7~) Recommends: firefox | www-browser, libjs-jquery (>= 1.4.2), libjs-jquery-ui (>= 1.8), python-aeidon, python-imaging, python-simplejson, python-vlc, python-webkit, shotdetect, vlc-plugin-svg Filename: 4.0-0/all/advene_1.0-1.2.201403112035_all.deb Size: 1216256 MD5sum: f22c6e5fbf61d14a56042951eff53d78 SHA1: 6023cd5bc29592dd561454896b4666bf5670026e SHA256: 0a45770950643d89f767a11a39419a5d1a6c32ecad358b11c4cfdc2bdaa558a9 Description: Annotate DVDs, Exchange on the Net The Advene (Annotate DVd, Exchange on the NEt) project is aimed towards communities exchanging discourses (analysis, studies) about audiovisual documents (e.g. movies) in DVD format. This requires that audiovisual content and hypertext facilities be integrated, thanks to annotations providing explicit structures on audiovisual streams, upon which hypervideo documents can be engineered. . The cross-platform Advene application allows users to easily create comments and analyses of video documents, through the definition of time-aligned annotations and their mobilisation into automatically-generated or user-written comment views (HTML documents). Annotations can also be used to modify the rendition of the audiovisual document, thus providing virtual montage, captioning, navigation... capabilities. Users can exchange their comments/analyses in the form of Advene packages, independently from the video itself. . The Advene framework provides models and tools allowing to design and reuse annotations schemas; annotate video streams according to these schemas; generate and create Stream-Time Based (mainly video-centred) or User-Time Based (mainly text-centred) visualisations of the annotations. Schemas (annotation- and relation-types), annotations and relations, queries and views can be clustered and shared in units called packages. Hypervideo documents are generated when needed, both from packages (for annotation and view description) and DVDs (audiovisual streams). Homepage: http://www.advene.org/ Package: advi-examples Priority: optional Section: tex Installed-Size: 3423 Maintainer: Debian OCaml Maintainers Architecture: all Source: advi Version: 1.10.2-1.7.201406180954 Depends: dpkg (>= 1.14.18), tex-common (>= 3), texlive-latex-base, advi, imagemagick Suggests: fonts-ipafont-gothic | fonts-japanese-gothic, fonts-ipafont-mincho | fonts-japanese-mincho, ocaml-base-nox, mpg321, tk8.4, xterm Conflicts: advi (<< 1.6.0-4) Filename: 4.0-0/all/advi-examples_1.10.2-1.7.201406180954_all.deb Size: 3302448 MD5sum: bb53f41074849779a2e523e8a4b0d0ab SHA1: 2ce14086227168f177b8ab1c07c115e3780e8c28 SHA256: 46e9c82182107bd954c11b35b122911faeafc138094b01114a91151def25225b Description: example presentations for Active-DVI (advi) Active-DVI is a DVI previewer and presenter written in Objective Caml with some eye candy effects for presentation, support for interactive demonstrations, and embedding of arbitrary applications within the presentation (hence the Active adjective of the presenter :). . This package contains example presentations for Active-DVI. Homepage: http://advi.inria.fr/ Package: adzapper Priority: optional Section: web Installed-Size: 256 Maintainer: Ludovic Drolez Architecture: all Version: 20090301.dfsg.1-0.2.4.201403112048 Depends: perl, libperl4-corelibs-perl | perl (<< 5.12.3-7) Recommends: squid | polipo | apache2 Suggests: apache2 | httpd, wget, konqueror Filename: 4.0-0/all/adzapper_20090301.dfsg.1-0.2.4.201403112048_all.deb Size: 67156 MD5sum: 6b12642cb7dfad4036645beeeb0a1f30 SHA1: ccc7845122aaa083d0871c3e14b34fe740c1a138 SHA256: 40783a97ac6ccc9311ff945c12031d9d1ed3f1dbe6f9394a2c83a84a50aed615 Description: proxy advertisement zapper add-on A redirector for squid that intercepts advertising (banners, popup windows, flash animations, etc), page counters and some web bugs (as found). This has both aesthetic and bandwidth benefits. . Add one line to your squid.conf and it's installed ! Can also be used by an apache2 or polipo proxy. This package contains also files which can be used by the Konqueror AdBlocK or Mozilla AdBlock. Enhances: apache2, konqueror, polipo, squid Package: aegis-doc Priority: optional Section: doc Installed-Size: 1953 Maintainer: Walter Franzini Architecture: all Source: aegis Version: 4.24.3-3.11.201403112050 Replaces: aegis3-doc Suggests: aegis Conflicts: aegis3-doc Filename: 4.0-0/all/aegis-doc_4.24.3-3.11.201403112050_all.deb Size: 1979430 MD5sum: 06b5223b21273c13b71c9b0dce5f7db4 SHA1: 8fd3dd1bcefa8fbca6b65f1bf96d95905d37076b SHA256: c0aa78411e0946a5df0044798931530df086b375acd6482fd1f175a98371aa5b Description: documentation for aegis Aegis provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. . Aegis simplifies the problems associated with multiple developers and development trees by using a transaction-based approach to version control, along with a web-browsable repository and an integrated testing mechanism. Homepage: http://aegis.sourceforge.net Package: aegis-tk Priority: optional Section: devel Installed-Size: 369 Maintainer: Walter Franzini Architecture: all Source: aegis Version: 4.24.3-3.11.201403112050 Replaces: aegis (<< 4), aegis3-tk Depends: aegis, tk8.3 | wish Conflicts: aegis3-tk Filename: 4.0-0/all/aegis-tk_4.24.3-3.11.201403112050_all.deb Size: 165022 MD5sum: 14a36b7301cd04fb9332c7ae0a7bec19 SHA1: 3b56c5c85ebbba482dfd121a836b56136e8f91a9 SHA256: 0c51023ebd807d847106e59527640564db10ef7e21d24b0d8cf0c384faa15a6f Description: aegis Tk user interface Aegis provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. . Aegis simplifies the problems associated with multiple developers and development trees by using a transaction-based approach to version control, along with a web-browsable repository and an integrated testing mechanism. Homepage: http://aegis.sourceforge.net Package: aegisub-l10n Priority: extra Section: localization Installed-Size: 2486 Maintainer: Sebastian Reichel Architecture: all Source: aegisub Version: 2.1.9-1.2.201403112130 Depends: aegisub (>= 2.1.9-1.2.201403112130), aegisub (<< 2.1.9-1.2.201403112130.1~) Filename: 4.0-0/all/aegisub-l10n_2.1.9-1.2.201403112130_all.deb Size: 895480 MD5sum: b6ec9b3e4e7191e5133c17f7959d1026 SHA1: 18bff983d733df97eac537bbf677c7a5da15e4c7 SHA256: d5d6bb8f03dbf4acb983b8e3db65cf54f5364dfe22174f2ab7fe9de0f0d84b14 Description: aegisub language packages Originally created as tool to make typesetting, particularly in anime fansubs, a less painful experience, Aegisub has grown into a fully fledged, highly customizable subtitle editor. . It features a lot of convenient tools to help you with timing, typesetting, editing and translating subtitles, as well as a powerful scripting environment called Automation (originally mostly intended for creating karaoke effects, Automation can now be used much else, including creating macros and various other convenient tools). . This package contains language packages for the following languages: ca, cs, da, de, el, es, fa, fi, fr, hu, id, it, ja, ko, pl, pt_BR, pt_PT, ru, sr_RS, vi, zh_CN, zh_TW Homepage: http://www.aegisub.org/ Package: aephea Priority: extra Section: text Installed-Size: 359 Maintainer: Joost van Baal Architecture: all Version: 10.008-2.2.201403112147 Replaces: zoem-doc Recommends: zoem Breaks: zoem-doc Filename: 4.0-0/all/aephea_10.008-2.2.201403112147_all.deb Size: 157364 MD5sum: 8d7eeb0f6d8bb8e64eaf7e388e7df5f7 SHA1: c425603c40303b99e2cb55c1252d5e3b99f812b5 SHA256: 4be51c4c22b5b98ffdb916e25daf9ccc3707ef2e1cdbfeb79522db72d01e6140 Description: text-based authoring tool for HTML Aephea is an HTML authoring framework. It enforces HTML well-formedness with a simpler and stricter syntax, provides useful extensions and abstractions as well as facilities for adding new ones, all in a single unified approach that stays close to HTML itself. Some of Aephea's characteristics are a TeX-like syntax, dictionary stacks, iteration and a focus on styling via CSS. . PUD (Portable Unix Documentation) is shipped with Aephea. It provides mini-languages for authoring Unix manual pages and FAQ documents with output both in HTML and troff. . Both Aephea and PUD are written in zoem, a high-level macro/programming language with character filtering capabilities. . If you'd like to generate manpages, but don't like troff syntax, and find Perl's POD too limited, Aephea's PUD is likely useful for you. If you like your documents to be available in both PDF and HTML, but find Docbook XML too heavyweight (and aren't really happy with Docbook XML's baroque default tagnames), you'll like PUD. Homepage: http://micans.org/aephea Package: afnix-doc Priority: optional Section: doc Installed-Size: 265 Maintainer: Nobuhiro Iwamatsu Architecture: all Source: afnix Version: 2.2.0-2.4.201403112300 Suggests: afnix Filename: 4.0-0/all/afnix-doc_2.2.0-2.4.201403112300_all.deb Size: 223194 MD5sum: ae4ab2ef10923e841dd2dab6fb42ee71 SHA1: 82bf49845e1fbaca4b3276744f18a39be6119255 SHA256: fe4f387e72abef6ccabcd1d5394e0e55291c6a0a561592e9b65495bee0138257 Description: Compiler and run-time for the AFNIX programming language (documentation) AFNIX is a multi-threaded functional programming language with dynamic symbol bindings that support the object oriented paradigm. The language features a state of the art runtime engine. The distribution is available with several clients and a rich set of modules that are designed to be platform independent. . This package contains the documentation for AFNIX. Homepage: http://www.afnix.org/ Package: aft Priority: optional Section: text Installed-Size: 259 Maintainer: Robert Lemmen Architecture: all Version: 2:5.098-2.4.201403112306 Depends: perl (>= 5.6) Filename: 4.0-0/all/aft_5.098-2.4.201403112306_all.deb Size: 84198 MD5sum: 46c1aa8128fbaca5213fb3fd26436501 SHA1: 4dfa2e7449fe989dc0ee8425aa2d2f6a97d0551b SHA256: 0553d09b948b465fe61d8126e480c34f8842807b8fee0e527a0dbf86a4cc37b2 Description: "free form" document preparation system AFT is a document preparation system. It is mostly free form meaning that there is little intrusive markup. AFT source documents look a lot like plain old ASCII text. . AFT has a few rules for structuring your document and these rules have more to do with formatting your text rather than embedding commands. . Right now, AFT produces pretty good (weblint-able) HTML, XHTML, LaTeX, lout and RTF. It can, in fact, be coerced into producing all types of output (e.g. roll-your-own XML). All that needs to be done is to edit a rule file. You can even customize your own HTML rule files for specialized output. Package: afterstep-data Priority: optional Section: x11 Installed-Size: 4740 Maintainer: Robert Luberda Architecture: all Source: afterstep Version: 2.2.11-7.8.201403112308 Replaces: afterstep (<= 2.2.11) Depends: ttf-freefont (>= 20031008), ucf (>= 1.17) Recommends: afterstep (= 2.2.11-7.8.201403112308) Breaks: afterstep (<= 2.2.11) Filename: 4.0-0/all/afterstep-data_2.2.11-7.8.201403112308_all.deb Size: 3234730 MD5sum: 21513c092c3d540588f733af4ec46939 SHA1: 5f23f982ca0218be1013186645dff1308cc41c08 SHA256: 872ee8063c379d2bd097e3d4dcad5ae55fa98ffd8926b67be969f05128b0b447 Description: data files for AfterStep window manager AfterStep is a window manager based on FVWM which attempts to emulate the NEXTSTEP look and feel, while retaining the configurability of its predecessor. Note that this window manager makes extensive use of the color palette. If you have only an 8-bit color display, it will run as packaged, but you may want to modify the configuration to use fewer colors. . The package contains data and configuration files needed by AfterStep. Homepage: http://www.afterstep.org/ Package: agda-mode Priority: optional Section: misc Installed-Size: 171 Maintainer: Debian Haskell Group Architecture: all Source: agda Version: 2.3.0.1-2.10.201403112333 Depends: emacs | emacsen, haskell-mode, libghc-agda-dev (>= 2.3.0.1-2.10.201403112333), libghc-agda-dev (<< 2.3.0.1-2.10.201403112333.1~) Filename: 4.0-0/all/agda-mode_2.3.0.1-2.10.201403112333_all.deb Size: 46956 MD5sum: 7894e9e1ac83d1d02d1ec117bd0df7af SHA1: 696fc1cf877c3d81a25712c89f9825e59f65446a SHA256: 758ef38bfae4623a844ecef4154c4507572586ec8775dd40f3c46c9242af6cb7 Description: dependently typed functional programming language — emacs mode Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). . Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. . This package contains the emacs interactive development mode for Agda. This mode is the preferred way to write Agda code, and offers features such as iterative development, refinement, case analysis and so on. Homepage: http://wiki.portal.chalmers.se/agda/ Package: agda-stdlib-doc Priority: extra Section: doc Installed-Size: 18365 Maintainer: Iain Lane Architecture: all Source: agda-stdlib Version: 0.6-2.5.201403112349 Suggests: agda-stdlib Filename: 4.0-0/all/agda-stdlib-doc_0.6-2.5.201403112349_all.deb Size: 1704506 MD5sum: 77525a6a6fef921c0d60f710fbbbb177 SHA1: 4d0b9aa5f24436241c9297c634f09573be4c0d23 SHA256: b115518406623d9c54480527d305398037d24b3ff64bacc09f8f2862934e5794 Description: standard library for Agda — documentation Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). . Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. . The Agda standard library contains modules for many common data structures and proof patterns. Modules provided include: - Algebra: Specifying and reasoning about abstract algebraic structures - Category: Using idioms from category theory to structure functional programs - Coinduction: Support for programming coindutively - Data: Data types and properties about data types - Foreign: Relating to the foreign function interface - Induction: A general framework for induction - IO: Input/output related functions - Level: Universe levels - Relations: Properties of and proofs about relations - Size: Sizes used by the sized types mechanism . This package contains the hyperlinked library documentation. Homepage: http://wiki.portal.chalmers.se/agda/ Package: agda-stdlib Priority: extra Section: libs Installed-Size: 17687 Maintainer: Iain Lane Architecture: all Version: 0.6-2.5.201403112349 Depends: libghc-agda-dev (>= 2.3.0), libghc-agda-dev (<< 2.3.1~) Filename: 4.0-0/all/agda-stdlib_0.6-2.5.201403112349_all.deb Size: 16979404 MD5sum: 75fc4da28beeeba83835996df2ed7a45 SHA1: 79b0da34223f4e99410c5a6d4779e60c5826d955 SHA256: f76798232be6e5f02a96d3ce55853820be0e113662bfcc25e06f225836e73e6d Description: standard library for Agda Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). . Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. . The Agda standard library contains modules for many common data structures and proof patterns. Modules provided include: - Algebra: Specifying and reasoning about abstract algebraic structures - Category: Using idioms from category theory to structure functional programs - Coinduction: Support for programming coindutively - Data: Data types and properties about data types - Foreign: Relating to the foreign function interface - Induction: A general framework for induction - IO: Input/output related functions - Level: Universe levels - Relations: Properties of and proofs about relations - Size: Sizes used by the sized types mechanism . This package contains the complete library. Enhances: agda-mode Homepage: http://wiki.portal.chalmers.se/agda/ Package: agda Priority: extra Section: misc Installed-Size: 38 Maintainer: Debian Haskell Group Architecture: all Version: 2.3.0.1-2.10.201403112333 Depends: libghc-agda-dev, agda-mode, agda-bin, agda-stdlib, agda-stdlib-doc Filename: 4.0-0/all/agda_2.3.0.1-2.10.201403112333_all.deb Size: 13990 MD5sum: 55d7233cdcd995526907213452dccce8 SHA1: d05d881a19df9d8950106fbc2b0417c5004987e4 SHA256: d31c0d54de444b8b792d6208d518ac10dc0d280b2553bba0dbef6dcf14913e94 Description: dependently typed functional programming language Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). . Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. . This is a meta package which provides Agda's emacs mode, executable, standard library and its documentation. Homepage: http://wiki.portal.chalmers.se/agda/ Package: aglfn Priority: extra Section: fonts Installed-Size: 138 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.7-1.2.201403120029 Filename: 4.0-0/all/aglfn_1.7-1.2.201403120029_all.deb Size: 36270 MD5sum: 53f86e01527d7e02889d4f236b855ab3 SHA1: 097f1ecff20ddfe37ac3f345e2eb5cefa379c8e0 SHA256: e34660ae1cb1587b28afcb2e9247530d10ac80e9b49f3b2d0414627e7ff1f3b4 Description: Adobe Glyph List For New Fonts AGL (Adobe Glyph List) maps glyph names to Unicode values for the purpose of deriving content. AGLFN (Adobe Glyph List For New Fonts) is a subset of AGL that excludes the glyph names associated with the PUA (Private Use Area), and is meant to specify preferred glyph names for new fonts. Also included is the ITC Zapf Dingbats Glyph List, which is similar to AGL in that it maps glyph names to Unicode values for the purpose of deriving content, but only for the glyphs in the ITC Zapf Dingbats font. . Be sure to visit the AGL Specification and Developer Documentation pages for detailed information about naming glyphs, interpreting glyph names, and developing OpenType fonts. Homepage: http://sourceforge.net/adobe/aglfn/home/ Package: agtl Priority: extra Section: python Installed-Size: 1149 Maintainer: Heiko Stuebner Architecture: all Version: 0.8.0.3-1.2.201403120031 Depends: python (>= 2.5), python-support (>= 0.90.0), python-gtk2, python (>= 2.6) | python-simplejson Filename: 4.0-0/all/agtl_0.8.0.3-1.2.201403120031_all.deb Size: 199538 MD5sum: 71c50f10f427197265c5dccbe58cfd44 SHA1: 25a6a3568d94ff06d8526d29b8a589b8999824bf SHA256: 29825eece80c0234a03a3f945df27f669b48bcc90bf281533d78799e63f27ab0 Description: Tool for paperless geocaching AGTL downloads cache locations in the area visible on the map including their description, hints, difficulty levels and images. Searching for caches in your local db is a matter of seconds. The currently selected cache is shown on the map (and also all the others if you want) and there's a traditional compass-like view that always points at the cache. Homepage: http://wiki.openmoko.org/wiki/Advanced_Geocaching_Tool_for_Linux Python-Version: 2.6, 2.7 Package: aide-common Priority: optional Section: admin Installed-Size: 313 Maintainer: Aide Maintainers Architecture: all Source: aide Version: 0.15.1-8.10.201403120055 Depends: debconf (>= 0.5) | debconf-2.0, aide (>= 0.15.1-6) | aide-xen (>= 0.15.1-6) | aide-dynamic (>= 0.15.1-6), bsd-mailx | mailx, liblockfile1, ucf (>= 2.0020), initscripts (>= 2.88dsf-13.3) Recommends: cron Filename: 4.0-0/all/aide-common_0.15.1-8.10.201403120055_all.deb Size: 104034 MD5sum: b4c8a4fdc81d2b710dfd0a5221352967 SHA1: eabec102b911218c74c11658e12d35cfb3804d54 SHA256: 5149eb587c06db82d04392aaa7de0ab513bf93216084fa6167c1af44cf27f1cb Description: Advanced Intrusion Detection Environment - Common files AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. . This package contains base and configuration files that are needed to run the actual binaries. . You will almost certainly want to tweak the configuration file in /etc/aide/aide.conf or drop your own config snippets into /etc/aide/aide.conf.d. Homepage: http://aide.sourceforge.net Package: airport-utils Priority: optional Section: net Installed-Size: 550 Maintainer: Julien BLACHE Architecture: all Version: 2-2.7.201403120109 Depends: openjdk-6-jre | java5-runtime Filename: 4.0-0/all/airport-utils_2-2.7.201403120109_all.deb Size: 397064 MD5sum: f304afcd846a79cffb4f721538d58872 SHA1: 42b93c5d286965fb695b9ab13c7b01cfa612fec8 SHA256: 5dbbc6fd01d9d918ab1604e204abb126c51824c4ba4e3fd7bb8fcc90bfa4502b Description: configuration and management utilities for Apple AirPort base stations This package contains various utilities to manage the Apple AirPort base stations. . Be aware that Apple released several versions of the AirPort base station; the original AirPort ("Graphite") was a rebranded Lucent RG-1000 base station, doing 802.11a/b. The AirPort Extreme ("Snow") is an Apple-built 802.11a/b/g base station. . For the original Apple AirPort and the Lucent RG-1000 base stations only: - airport-config: base station configurator - airport-linkmon: wireless link monitor, gives information on the wireless link quality between the base station and the associated hosts . For the Apple AirPort Extreme base stations only: - airport2-config: base station configurator - airport2-portinspector: port maps monitor - airport2-ipinspector: WAN interface monitoring utility . For all: - airport-modem: modem control utility, displays modem state, starts/stops modem connections, displays the approximate connection time (Extreme only) - airport-hostmon: wireless hosts monitor, lists wireless hosts connected to the base station (see airport2-portinspector for the Snow) Package: ajaxterm Priority: optional Section: web Installed-Size: 192 Maintainer: Julien Valroff Architecture: all Version: 0.10-12.5.201403120124 Depends: python (>= 2.6.6-7~), adduser Recommends: apache2 | httpd, openssh-server, python-psyco Suggests: openssl Filename: 4.0-0/all/ajaxterm_0.10-12.5.201403120124_all.deb Size: 46020 MD5sum: ce3e14199b49f6010b8c01f6ec1b45d2 SHA1: 11ce592616dc6627fa4ff09a0053b2b17b793b12 SHA256: b1fefc5f6490db55996bc4e7859202aadc002d493bfc7cc071fb5e159293da3f Description: Web based terminal written in Python Ajaxterm is a web based terminal written in Python and some AJAX javascript for client side. It can use almost any web browser and even works through firewalls. Homepage: http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm Package: akonadi-backend-postgresql Priority: extra Section: misc Installed-Size: 36 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: akonadi Version: 1.7.2-3.13.201403120129 Replaces: akonadi-server (<< 1.3.60~) Depends: libqt4-sql-psql Recommends: akonadi-server, postgresql Breaks: akonadi-server (<< 1.3.60~) Filename: 4.0-0/all/akonadi-backend-postgresql_1.7.2-3.13.201403120129_all.deb Size: 9894 MD5sum: 2699e7813edffee15fa029fc9b440419 SHA1: 2e3d16580c50aa454c44fd1bfe0c35eb8d133cbf SHA256: 2360d9525d9b037d387de84e19577001b555318629b863574a7c9e5fa96abd9f Description: PostgreSQL storage backend for Akonadi Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package installs everything what's needed for Akonadi to work with PostgreSQL as underlying data storage engine. By default, a local PostgreSQL server instance will be started for each user. Alternatively, connection to an external PostgreSQL database is supported as well. Homepage: http://pim.kde.org/akonadi Package: alacarte Priority: optional Section: utils Installed-Size: 1147 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.5.3-1.23.201403120158 Depends: python (>= 2.6.6-7~), python-gi (>= 3.0), gir1.2-gtk-3.0, gir1.2-gmenu-3.0, gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0 Recommends: gnome-panel Filename: 4.0-0/all/alacarte_3.5.3-1.23.201403120158_all.deb Size: 91172 MD5sum: ccb6e8493e65e01249e28aab4783688c SHA1: 2e49b01946dc4c091f10dc4ef93cb1c18e5cd3c6 SHA256: 83ca1b1e2197fc58d7be537c09bf8f7b1e55991a863a79517786822d8d088667 Description: easy GNOME menu editing tool Alacarte is an easy-to-use menu editor for GNOME that can add and edit new entries and menus. It works with the freedesktop.org menu specification and should work with any desktop environment that uses the spec. Package: alembic Priority: optional Section: python Installed-Size: 827 Maintainer: Debian Python Modules Team Architecture: all Version: 0.3.4+ds-3.2.201403120248 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-sqlalchemy (>= 0.7~), python-sqlalchemy (<< 0.8), python-mako, libjs-sphinxdoc (>= 1.0) Recommends: python-pkg-resources Suggests: python2.6-argparse Filename: 4.0-0/all/alembic_0.3.4+ds-3.2.201403120248_all.deb Size: 206240 MD5sum: ebdf2479f7cc3d7cb081776491f9ee18 SHA1: b1f8a84a3b2d3f6012a3ac07b85656481f26335f SHA256: 65260a49e782f6c75b4edce3bb95e351769d1cded21c17e3523ab62c6dff3612 Description: lightweight database migration tool for SQLAlchemy Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Homepage: http://www.bitbucket.org/zzzeek/alembic Package: algotutor Priority: extra Section: science Installed-Size: 415 Maintainer: Georges Khaznadar Architecture: all Version: 0.8.6-1.2.201403120313 Depends: perl, perl-tk Filename: 4.0-0/all/algotutor_0.8.6-1.2.201403120313_all.deb Size: 195660 MD5sum: c1376787db6c79954b17432f242e768c SHA1: 8d8140ecc1852984dcf1b18d79a886d11f9ffea7 SHA256: cc3ccc9eb2441da838408f18ba7953d9cca61a917e02b34f964eb74a5a706884 Description: program for observing the intermediate steps of algorithm algotutor is an interactive program for observing the intermediate steps of algorithms ("algorithm animation"). The target audience is computer science students and/or anyone who studies algorithms and/or data structures. One can create data files in plain text format (actually perl anonymous hashes, but one need not care) and let algotutor runs through some predefined algorithm. Then one can step backward and forward through the execution sequence of the algorithm at different levels of details. Homepage: http://people.ofset.org/~ckhung/p/algotutor/ Package: alice Priority: optional Section: perl Installed-Size: 673 Maintainer: Debian Perl Group Architecture: all Version: 0.19-1.2.201403120318 Depends: perl, libany-moose-perl, libanyevent-dbi-perl, libanyevent-http-perl, libanyevent-irc-perl, libanyevent-perl, libdbd-sqlite3-perl, libfile-sharedir-perl, libirc-formatting-html-perl, libjson-perl (>= 2.12), liblist-moreutils-perl, libplack-middleware-session-perl, libplack-perl, libsql-abstract-perl, libtext-microtemplate-perl, libtry-tiny-perl, twiggy Suggests: libdesktop-notify-perl Filename: 4.0-0/all/alice_0.19-1.2.201403120318_all.deb Size: 206784 MD5sum: 784c430881ff08f0816b304fc535008a SHA1: e7a7774a15e257ee3c0dd2292cb1a2e044cc12f9 SHA256: 4a439d7dd7a3a6e6003988056676d6c8f22be69eee2dfff31baeabf4407cef85 Description: Web browser (WebKit or Gecko) based IRC client Alice is an acronym for "Altogether Lovely Internet Chatting Experience" which is an IRC client that is viewed in the web browser. Alice runs in the background maintaining connections and collecting messages. When a browser connects, it will display the 100 most recent messages for each channel, and update with any new messages as they arrive. . Alice also logs messages to an SQLite database. These logs are searchable through the web interface. . For desktop notifications install libdesktop-notify-perl. Homepage: https://github.com/leedo/alice Package: alien-hunter Priority: optional Section: science Installed-Size: 120 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.7-1.6.201403120329 Depends: libbytecode-java, libbiojava-java, libcommons-cli-java, libcommons-collections-java, libcommons-dbcp-java, libcommons-pool-java Suggests: bioperl Filename: 4.0-0/all/alien-hunter_1.7-1.6.201403120329_all.deb Size: 31686 MD5sum: 58e6063ef92120f3c0f3773814b9bb1a SHA1: fe342d9528b6818f254ee45efdc6fc9d175c5000 SHA256: b20507b8cd8c6a3c0a4d61eefcfa2948c510ef8633f9ac6f9f2e2e8d37123412 Description: Interpolated Variable Order Motifs to identify horizontally acquired DNA Alien_hunter is an application for the prediction of putative Horizontal Gene Transfer (HGT) events with the implementation of Interpolated Variable Order Motifs (IVOMs). An IVOM approach exploits compositional biases using variable order motif distributions and captures more reliably the local composition of a sequence compared to fixed-order methods. Optionally the predictions can be parsed into a 2-state 2nd order Hidden Markov Model (HMM), in a change-point detection framework, to optimize the localization of the boundaries of the predicted regions. The predictions (embl format) can be automatically loaded into Artemis genome viewer freely available at: http://www.sanger.ac.uk/Software/Artemis/. . The manuscript describing the alien_hunter algorithm is available from Bioinformatics: Interpolated variable order motifs for identification of horizontally acquired DNA: revisiting the Salmonella pathogenicity islands. Vernikos GS, Parkhill J Bioinformatics. 2006;. PMID: 16837528 Homepage: http://www.sanger.ac.uk/Software/analysis/alien_hunter/ Package: all-knowing-dns Priority: optional Section: perl Installed-Size: 108 Maintainer: Michael Stapelberg Architecture: all Version: 1.3-1.2.201403120347 Depends: perl, libmouse-perl, libmousex-nativetraits-perl, libnet-dns-perl, libnetaddr-ip-perl, libprivileges-drop-perl Filename: 4.0-0/all/all-knowing-dns_1.3-1.2.201403120347_all.deb Size: 22986 MD5sum: ca850f87400ca734169dd502c64c767a SHA1: fcc90547d546746fb02656cdcadb4b6be1c45d16 SHA256: 8ef14e0b313f7efabad1f3152e765f4c56ca36c67124ffd3cab74a2256ca1bc5 Description: tiny DNS server for IPv6 Reverse DNS AllKnowingDNS provides reverse DNS for IPv6 networks which use SLAAC (autoconf), e.g. for a /64 network. . The problem with IPv6 reverse DNS and traditional nameservers is that the nameserver requires you to provide a zone file. Assuming you want to provide RDNS for a /64 network, you have 2**64 = 18446744073709551616 different usable IP addresses (a little less if you are using SLAAC). Providing a zone file for that, even in a very terse notation, would consume a huge amount of disk space and could not possibly be held in the memory of the computers available nowadays. . AllKnowingDNS instead generates PTR and AAAA records on the fly. You only configure which network you want to serve and what your entries should look like. Homepage: http://search.cpan.org/dist/AllKnowingDNS/ Package: allegro4-doc Priority: optional Section: doc Installed-Size: 3615 Maintainer: Debian Games Team Architecture: all Source: allegro4.4 Version: 2:4.4.2-2.1.2.201403120353 Replaces: liballegro-doc (<= 2:4.3) Depends: dpkg (>= 1.15.4) | install-info Conflicts: liballegro-doc (<= 2:4.3) Filename: 4.0-0/all/allegro4-doc_4.4.2-2.1.2.201403120353_all.deb Size: 1810408 MD5sum: 53b4682869395a93ad96648a976635ab SHA1: a94547c2119bbf9071e76e1c92691b9f4545d903 SHA256: 1c6b3b608acda6b043591683777858e1b597f39ce7161e9eb46c769dba2d27c7 Description: documentation for the Allegro library This package contains the Allegro documentation in various formats, FAQs and other documentation about the Allegro library and the source of the example programs. . Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. Homepage: http://www.liballeg.org Package: alpine-doc Priority: optional Section: doc Installed-Size: 913 Maintainer: Asheesh Laroia Architecture: all Source: alpine Version: 2.02+dfsg-2.7.201403120458 Suggests: alpine Filename: 4.0-0/all/alpine-doc_2.02+dfsg-2.7.201403120458_all.deb Size: 390356 MD5sum: 13bcc1a4e20126fbb8ab0a5154b835fc SHA1: 0d3e262f301ebc15829c26f28e2b9a5681c923fc SHA256: 24f13e0f7373aa1aca46c4578143eea8aee8b2249ded09d0abde8e2bb55bea47 Description: Text-based email client's documentation Alpine is an upgrade of the well-known PINE email client. Its name derives from the use of the Apache License and its ties to PINE. . This package stores documentation for alpine. Homepage: http://sourceforge.net/projects/re-alpine/ Package: alqalam Priority: optional Section: tex Installed-Size: 1460 Maintainer: Debian TeX maintainers Architecture: all Version: 0.2-6.10.201403120514 Depends: dpkg (>= 1.14.18), tex-common (>= 3), texlive-lang-arabic, texlive-latex-base Suggests: imagemagick Filename: 4.0-0/all/alqalam_0.2-6.10.201403120514_all.deb Size: 878640 MD5sum: 35373d537ed43a308bdfc37bcd3ddb14 SHA1: 479e5a61aa83ded3a00c1f8335dc2ef7f69c71a0 SHA256: 6ae8e79b33b2a851944d11d5fe9cc72ad34d742029db8f72fa4ad23e8395f2e6 Description: Qur'an typesetting macros for TeX/LaTeX AlQalam (``the pen'' in Arabic) is a freely available system intended for typesetting the Qur'an, other traditional texts, and any publications in the languages using the Arabic script. Homepage: http://tech.groups.yahoo.com/group/QuranTypesetting/ Package: alsa-base Priority: optional Section: sound Installed-Size: 131 Maintainer: Debian ALSA Maintainers Architecture: all Version: 1.0.25+3.2.201403120516 Provides: alsa Depends: kmod, procps, udev Pre-Depends: dpkg (>= 1.15.7.2~) Recommends: alsa-utils Suggests: alsa-oss, oss-compat Breaks: linux-sound-base Filename: 4.0-0/all/alsa-base_1.0.25+3.2.201403120516_all.deb Size: 61354 MD5sum: d61867d318b78ae118ad3a69b39f6b04 SHA1: 9f366b577326b132248ba750696aba1d0d9372e3 SHA256: c8da14e65585e43b237d046770848ba9f7d6ece4e936cc34dd7023c9b22261ec Description: ALSA driver configuration files This package contains various configuration files for the ALSA drivers. . For ALSA to work on a system with a given sound card, there must be an ALSA driver for that card in the kernel. Linux as shipped in linux-image packages contains ALSA drivers for all supported sound cards in the form of loadable modules. . Please read the README.Debian file for more information about loading modules. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: altree-examples Priority: optional Section: science Installed-Size: 612 Maintainer: Debian Med Packaging Team Architecture: all Source: altree Version: 1.2.1-1.10.201403120639 Recommends: altree (= 1.2.1-1.10.201403120639) Filename: 4.0-0/all/altree-examples_1.2.1-1.10.201403120639_all.deb Size: 327752 MD5sum: b464583c8659d47f094b3a78bc4dbc8a SHA1: 16576b11cda63c3b0c82ac4d9275c9b9ef2014cd SHA256: 84e403753af77b183099c2bcf73cfd283d1b092416cb9dea027a10f04cf0ff42 Description: example files for ALTree This package contains the example files for the ALTree package discussed in its PDF manual. Homepage: http://claire.bardel.free.fr/software.html Package: alure-doc Priority: optional Section: doc Installed-Size: 322 Maintainer: Debian Games Team Architecture: all Source: alure Version: 1.2-6.4.201403120650 Filename: 4.0-0/all/alure-doc_1.2-6.4.201403120650_all.deb Size: 35746 MD5sum: bb51002dfe43aa4f2a286986a39ff1c6 SHA1: b3336ba8da90f9b153e68a06288977c189bad3da SHA256: 448561adbb8cc44f1e704f88e5065cbf2fda420c43b20c867b9a9e8aebbbbb02 Description: AL Utilities REtooled (documentation) ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming. . The purpose of this library is to provide pre-made functionality that would otherwise be repetitive or difficult to (re)code for various projects and platforms, such as loading a sound file into an OpenAL buffer and streaming an audio file through a buffer queue. Support for different formats is consistant across platforms, so no special checks are needed when loading files, and all formats are handled through the same API. . Currently ALURE includes a basic .wav and .aif file reader, and can leverage external libraries such as libSndFile (for extended wave formats and several others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC), and others. External libraries can also be dynamically loaded at run-time, or individually disabled outright at compile time. . This package installs the ALURE documentation. Homepage: http://kcat.strangesoft.net/alure.html Package: am-utils-doc Priority: extra Section: doc Installed-Size: 1424 Maintainer: Tim Cutts Architecture: all Source: am-utils Version: 6.2+rc20110530-3.6.201403120658 Depends: dpkg (>= 1.15.4) | install-info Suggests: am-utils Filename: 4.0-0/all/am-utils-doc_6.2+rc20110530-3.6.201403120658_all.deb Size: 419032 MD5sum: ace926bf774d71f6a7686375dfc88c6a SHA1: 49dfcfa689747b2c5ffdac9285b0c4bb563f27a2 SHA256: 7417d0b52924aaa73110ca9f056f7de84836fdfac4e3c987a5e733e5dcd71ba2 Description: automounter utilities documentation Am-utils is a set of tools for automounting filesystems: mounting a filesystem "on demand" when it is first referenced, and unmounting it later if it is no more needed. . This is the documentation in HTML, info, texinfo and postscript formats. Homepage: http://www.am-utils.org/ Package: amarok-doc Priority: optional Section: doc Installed-Size: 34887 Maintainer: Debian KDE Extras Team Architecture: all Source: amarok Version: 2.6~beta1+75.g47e75df-1.34.201403120723 Replaces: amarok-common (<= 2.5.0-2) Recommends: amarok (>= 2.6~beta1+75.g47e75df-1.34.201403120723) Breaks: amarok-common (<= 2.5.0-2) Filename: 4.0-0/all/amarok-doc_2.6~beta1+75.g47e75df-1.34.201403120723_all.deb Size: 31275996 MD5sum: 5789ddbafd1424014c7dbaf367cdcf23 SHA1: 7196ab574b3e1fa1e9ee0222135c9eed974632a2 SHA256: 6fb6c525ef2815351887b7b74b795dbcddec2432ebe81e5a029c4b63b1e6d1f6 Description: Amarok documentation (Handbook) This package contains Amarok user documentation in various languages. It can be opened from the application menu Help -> Amarok Handbook. . Amarok is a powerful music player with an intuitive interface. Homepage: http://amarok.kde.org Package: amispammer Priority: optional Section: net Installed-Size: 48 Maintainer: Julián Moreno Patiño Architecture: all Version: 3.3-1.6.201403120850 Depends: perl, libnet-dns-perl, libemail-sender-perl, libwww-perl, libnet-address-ip-local-perl Filename: 4.0-0/all/amispammer_3.3-1.6.201403120850_all.deb Size: 8570 MD5sum: 64f790745198a26ce322521f5426928a SHA1: 56797c6ca3c077c9caee8fe86b688b0123c4dc50 SHA256: a5f3c8bc0f80d9edf03992020af715c128590e08fb26cf9c31238ac81ce863d4 Description: Powerful Mail Server checker on blacklists amispammer is a command line tool to check if one or more IP addresses or every MX domain records appear blacklisted in the most important blacklists. It's very useful for SysAdmins and security Professionals. Homepage: http://www.lorenzomartinez.es/projs/amispammer/ Package: ampache-themes Priority: extra Section: web Installed-Size: 11947 Maintainer: Charlie Smotherman Architecture: all Version: 3.6.1-2.6.201403120859 Filename: 4.0-0/all/ampache-themes_3.6.1-2.6.201403120859_all.deb Size: 7137146 MD5sum: 1a19a280f821f9346cd44a652684d0e8 SHA1: 330ca0d1e7d8f31638e44cd127abf757fbf8d62b SHA256: 4b42348b7f03b4267cc495a1cad10bc81c7ece97982e24433d6addf4eb00f5e6 Description: Themes for Ampache This is a collection of user contributed themes for Ampache. . Ampache is a web-based audio file manager implemented with PHP and MySQL which allows viewing, editing, and playing audio files via the web. It has support for playlists, artist and album views, album art, random or vote-based play, and per-user play-tracking/theming. Playback may be via HTTP, on-the-fly transcoding and downsampling, Mpd/Icecast, or integrated Flash player. Multiple Ampache servers can be linked together using XML-RPC. Ampache is fully localized in many languages. Homepage: http://gitorious.org/ampache/contrib/trees/master/themes Package: amule-common Priority: optional Section: net Installed-Size: 5012 Maintainer: Debian aMule Team Architecture: all Source: amule Version: 2.3.1-9.5.201403120943 Replaces: amule-daemon (<< 2.1.2-3), amule-utils (<< 2.0.3-4) Filename: 4.0-0/all/amule-common_2.3.1-9.5.201403120943_all.deb Size: 2112856 MD5sum: 7adfd8e29470ac4e1c234e956d92891c SHA1: 14d1bc9c4d9cdc953786e6842a9304de58d6584b SHA256: ae3cbc5690cc78fea34e4ad779c6cd0ee5b867c6337fe27ad9baa7a54069e92e Description: common files for the rest of aMule packages This package contains localization files, webserver templates and GUI skins for aMule. You probably don't want to install this package alone, but amule, amule-daemon or amule-utils-gui instead. Homepage: http://www.amule.org Package: amule-gnome-support Priority: optional Section: net Installed-Size: 164 Maintainer: Debian aMule Team Architecture: all Source: amule Version: 2.3.1-9.5.201403120943 Depends: amule-utils, gconf2 (>= 2.28.1-2) Recommends: amule | amule-daemon Filename: 4.0-0/all/amule-gnome-support_2.3.1-9.5.201403120943_all.deb Size: 130172 MD5sum: ba69257ffd79663bd3f50b68935dd3c3 SHA1: b223cf7504d6d1fb0d845e18e400f7863ef80628 SHA256: 3b483edb73f91f03c69d6e5e70f0f728287e0c2c534a80ae1e3f302304681e9b Description: ed2k links handling support for GNOME web browsers This package contains a schemas file that allows ed2k links handling support with any GNOME web browser that use GConf. For example: Firefox, Epiphany, Flock, Seamonkey or Galeon. Homepage: http://www.amule.org Package: anarchism Priority: optional Section: doc Installed-Size: 15940 Maintainer: Mauro Lizaur Architecture: all Version: 13.4-1.4.201403121036 Suggests: www-browser Filename: 4.0-0/all/anarchism_13.4-1.4.201403121036_all.deb Size: 8297356 MD5sum: ba313d8f3b00960c2a29b4343b2e5193 SHA1: 85e6fc079d54e0780cf65b318484f22f540c904e SHA256: ea52f037f0fafd42ccad0a8b328af988d597d70acc381607b9eaef661bc8ccf3 Description: An exhaustive exploration of Anarchist theory and practice The Anarchist FAQ is an excellent source of information regarding Anarchist (libertarian socialist) theory and practice. It covers all major topics, from the basics of Anarchism to very specific discussions of politics, social organization, and economics. Homepage: http://www.infoshop.org/page/AnAnarchistFAQ Package: angband-doc Priority: optional Section: doc Installed-Size: 3516 Maintainer: Manoj Srivastava Architecture: all Version: 3.0.3.5.4.201403121046 Suggests: angband Filename: 4.0-0/all/angband-doc_3.0.3.5.4.201403121046_all.deb Size: 948664 MD5sum: d5736f153af66eac65ad0d3ec04ff6e0 SHA1: 8102e85358dc9aa42fc6104a603f42a1eae5bd46 SHA256: b4ff86892c5373f9a1cc3eacbf3b23df048ccf3e68c75ea37a6e82a89e23c774 Description: Documentation for the roguelike game Angband. Angband is a single-player, text-based, dungeon simulation derived from the game Moria, which was in turn based on Rogue. This package contains additional documentation and spoilers for the game. . Angband has been written by several generations of programmers over the years, and is derived from an earlier game called moria, and the documentation has been (often haphazardly) accumulated over time as well. Homepage: ftp://clockwork.dementia.org/angband Package: anjuta-common Priority: optional Section: devel Installed-Size: 21325 Maintainer: Debian GNOME Maintainers Architecture: all Source: anjuta Version: 2:3.4.3-1.25.201403121100 Depends: dconf-gsettings-backend | gsettings-backend, perl Suggests: anjuta Filename: 4.0-0/all/anjuta-common_3.4.3-1.25.201403121100_all.deb Size: 3419216 MD5sum: 6b6de00db68e15298010b06df48547dc SHA1: be036dbbbb35f9c5bdee3700bb701d18dd34ddf3 SHA256: 1a7f97d1377091c3f5d7f3b8e8fb0b57b2caa0503c2cf9057ffbf9f951467bff Description: GNOME development IDE, for C/C++ - data files This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy debugging, management of code and GUI design by providing a simple and usable user interface. It also integrates with version control systems like CVS, Git or Subversion. . This package provides the required data files for Anjuta. Homepage: http://www.anjuta.org/ Package: anki Priority: optional Section: education Installed-Size: 4446 Maintainer: Andreas Bombe Architecture: all Version: 1.2.11-1.4.201403121139 Depends: python (>= 2.6.6-7~), python-qt4 (>= 4.4), python-simplejson (>= 1.7.3), python-sqlalchemy (>= 0.5.3), python-beautifulsoup Recommends: python-matplotlib, kakasi Suggests: dvipng Filename: 4.0-0/all/anki_1.2.11-1.4.201403121139_all.deb Size: 1402832 MD5sum: bdd5db68027838464366a3ebdd4fec17 SHA1: 921176d435f17310cc23105ba65bca5f86f9d78c SHA256: ebe03638118c43b48ce8152eaccd92d2b56c3b4e524f07a8f1e28ff41a9eb9b7 Description: extensible flashcard learning program Anki is a program designed to help you remember facts (such as words and phrases in a foreign language) as easily, quickly and efficiently as possible. To do this, it tracks how well you remember each fact, and uses that information to optimally schedule review times. . Besides text, it supports sounds, images and rendering TeX snippets in the cards. It can synchronize card decks to a server so that you can review the deck on other computers, a web interface or mobile devices, for which versions of Anki are also available. Complete card decks offered by other users can be downloaded the same way. . Anki is extensible with plugins which can be downloaded and installed from the menu. While Anki can be used for studying anything, plugins are available with special features designed to make studying Japanese and English easier: integrated dictionary lookups, missing kanji reports, and more. Homepage: http://ankisrs.net/ Package: ant-contrib-cpptasks Priority: extra Section: java Installed-Size: 10973 Maintainer: Debian Java Maintainers Architecture: all Source: cpptasks Version: 1.0~b5-2.10.201403180942 Filename: 4.0-0/all/ant-contrib-cpptasks_1.0~b5-2.10.201403180942_all.deb Size: 1028646 MD5sum: 484d57d13259037055d93eb532fcfd3a SHA1: 3c8e74c33838c11ad4c11503c8743acf5a3a8ff5 SHA256: bc190188c0ffe3f9b14f9dd1e061856fc7c12399f3a6c28e4628537391f10c54 Description: C/C++ compilation tasks for Ant. The cc task can compile various source languages and produce executables, shared libraries (aka DLL's) and static libraries. Compiler adaptors are currently available for C/C++, FORTRAN, MIDL and Windows Resource compilers. Enhances: ant Homepage: http://ant-contrib.sourceforge.net/cpptasks/index.html Package: ant-contrib Priority: extra Section: java Installed-Size: 515 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0~b3+svn177-5.12.201403121216 Filename: 4.0-0/all/ant-contrib_1.0~b3+svn177-5.12.201403121216_all.deb Size: 266136 MD5sum: 3f4b3ca3dd222122a595eca974a35d21 SHA1: 1653b1a954de58bf8c8a04c1d7f306b264361223 SHA256: 87a96c1571a9550e454f763236d5aeb4893773095c246b406135efb2bd0daf3b Description: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: . * Logic Tasks * Network Tasks * Performance Monitoring and Tasks * Platform Tasks * Property Tasks * Process Tasks * Other (unstable) Tasks Enhances: ant Homepage: http://ant-contrib.sourceforge.net Package: ant-doc Priority: optional Section: doc Installed-Size: 32849 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.8.2-4.36.201403131050 Suggests: ant Filename: 4.0-0/all/ant-doc_1.8.2-4.36.201403131050_all.deb Size: 3413234 MD5sum: 771a194b12c4ee3d6ea18bd26cf0ef12 SHA1: f939ace6953719194d6cc591f78e0577b96b7956 SHA256: 06a45299503a3d77edd2cfc20d5b748678711155dece73a0970b072ff4091188 Description: Java based build tool like make - API documentation and manual A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the manual of ant as well as the Javadoc API documentation. Homepage: http://ant.apache.org/ Package: ant-optional Priority: optional Section: java Installed-Size: 743 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.8.2-4.36.201403131050 Replaces: libant1.6-java Depends: ant (= 1.8.2-4.36.201403131050) Suggests: libbsf-java, liboro-java, libxalan2-java (>= 2.4.0-1), libjaxp1.3-java, junit, liblog4j1.2-java, libregexp-java, jython, antlr, libbcel-java (>= 5.0), libcommons-logging-java, libjdepend-java, libgnumail-java, libxml-commons-resolver1.1-java, libcommons-net-java, libjsch-java, javacc, ant-optional-gcj Conflicts: libant1.6-java Filename: 4.0-0/all/ant-optional_1.8.2-4.36.201403131050_all.deb Size: 336182 MD5sum: 37b50c9caa6315ce395cf7dcf46b81f5 SHA1: e4f8ab4fff12b0f4f18c1b9a018213c47345231f SHA256: c25851d2f724a55791d35ff8e97c78f22bcdfb12e0f6fff73dc8e587f5073f20 Description: Java based build tool like make - optional libraries A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the optional tasks libraries. Homepage: http://ant.apache.org/ Package: ant Priority: optional Section: java Installed-Size: 2086 Maintainer: Debian Java Maintainers Architecture: all Version: 1.8.2-4.36.201403131050 Replaces: ant-doc (<= 1.6.5-1), libant1.6-java Depends: default-jre-headless | java2-runtime-headless | java5-runtime-headless | java6-runtime-headless, libxerces2-java Recommends: ant-optional Suggests: default-jdk | java-compiler | java-sdk, ant-gcj, ant-doc Conflicts: libant1.6-java Breaks: ant-doc (<= 1.6.5-1) Filename: 4.0-0/all/ant_1.8.2-4.36.201403131050_all.deb Size: 1843370 MD5sum: f38c2408768552db0336d94ffaf78f6f SHA1: 39aad4dcbd688a5c363eb4e9507cb1bea7e1bb05 SHA256: cca61baa6ed466efe3261ff1c093589599b1cdc17a9dbb2a405bac5b9ee07ff9 Description: Java based build tool like make A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the scripts and the core tasks libraries. Homepage: http://ant.apache.org/ Package: anthy-el Priority: optional Section: lisp Installed-Size: 169 Maintainer: NOKUBI Takatsugu Architecture: all Source: anthy Version: 9100h-16.7.201403121251 Depends: anthy, emacs23 | emacsen Filename: 4.0-0/all/anthy-el_9100h-16.7.201403121251_all.deb Size: 39994 MD5sum: 8bd707d231099d525110038bd723a2e0 SHA1: 3dfda3e711897c59fe3f402603d80004993864b2 SHA256: 7ca12e3c6b3651295b02a491eb8bd32c0190e560ab6371b8b77dd472681fbc2c Description: input method for Japanese - elisp frontend Anthy is a Japanese input method working on X11 and Emacs. It converts hiragana text to mixed kana and kanji. It is implemented as a library and stores private information securely in ~/.anthy/. Thus, Anthy is simple and secure (information is protected from spoofing and snooping). . This package provides an Anthy frontend for Emacs. Homepage: http://anthy.sourceforge.jp/ Package: antlr-doc Priority: optional Section: doc Installed-Size: 1803 Maintainer: Debian Java Maintainers Architecture: all Source: antlr Version: 2.7.7+dfsg-4.21.201403121301 Conflicts: antlr (<< 2.7.6-8) Filename: 4.0-0/all/antlr-doc_2.7.7+dfsg-4.21.201403121301_all.deb Size: 903172 MD5sum: 312067b812174cd77223fbbe1f588252 SHA1: 90ba1f589ded0a8f20c871c8bb73848604581fff SHA256: 00f5edbf5b79e6e1ae4b1f67ebc9848d11daa8c1a49aa5f45eb7987ef7dca015 Description: language tool for constructing recognizers, compilers etc This package contains the documentation and examples for antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS). It is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . See antlr package for a complete description Homepage: http://www.antlr2.org/ Package: antlr3-doc Priority: optional Section: doc Installed-Size: 12689 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.2-7.10.201403121331 Depends: default-jdk-doc Suggests: libantlr3-java Filename: 4.0-0/all/antlr3-doc_3.2-7.10.201403121331_all.deb Size: 2536686 MD5sum: 09e48db8236d5f8bcf6e96b14ce4dc0e SHA1: c104d410106f85d3f155a4284c9da2bc9156ac87 SHA256: c3abde9d8d517b99b5ab5ccd49cce93c0edfdef42de2b1bec4c6988ef3fb6e61 Description: language tool for constructing compilers etc - documentation ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the API documentation for ANTLR 3 Homepage: http://www.antlr.org/ Package: antlr3-gunit-maven-plugin Priority: optional Section: java Installed-Size: 66 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.2-7.10.201403121331 Depends: libantlr3-gunit-java (>= 3.2-7.10.201403121331), libmaven2-core-java, libplexus-compiler-api-java Filename: 4.0-0/all/antlr3-gunit-maven-plugin_3.2-7.10.201403121331_all.deb Size: 18138 MD5sum: 846f25f354b1113984ff5d1f958c5571 SHA1: 235ded455411e0f8d76731bcb8d67c695f827ab9 SHA256: 972f6722dfea7026bd7a802abae61e3d5aeaebe05d3b28bea886169b3349425c Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the Maven plugin that allow to run gUnit tests during a Maven build Homepage: http://www.antlr.org/ Package: antlr3-maven-plugin Priority: optional Section: java Installed-Size: 70 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.2-7.10.201403121331 Depends: antlr3 (>= 3.2-7.10.201403121331), libmaven2-core-java, libplexus-compiler-api-java Filename: 4.0-0/all/antlr3-maven-plugin_3.2-7.10.201403121331_all.deb Size: 19892 MD5sum: 5f5f8a3de228514b13a601a0749ff356 SHA1: ad403c37a2c57e05adf15ec3a895acc363ac3d71 SHA256: e7f4e1f740ee18ff3d02cd1064f44cdab9a99540dbba0953bed959f4948a98cc Description: Maven plugin for ANTLR 3 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the Maven plugin that allow to compile ANTLR 3 grammars during a Maven build Homepage: http://www.antlr.org/ Package: antlr3 Priority: optional Section: devel Installed-Size: 1129 Maintainer: Debian Java Maintainers Architecture: all Version: 3.2-7.10.201403121331 Depends: default-jre-headless | java2-runtime-headless | java5-runtime-headless | java6-runtime-headless, libstringtemplate-java Filename: 4.0-0/all/antlr3_3.2-7.10.201403121331_all.deb Size: 1005912 MD5sum: 11759fa34aeeaad2d5c0e54b35e7c76c SHA1: 751e0264d1ad05768efac2db15d9d009feef1b6f SHA256: 4b66efc3bd269c8af5dda548705ed069e517e4e221e737d03aa2d1069cb28303 Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: http://www.antlr.org/ Package: antlr Priority: optional Section: devel Installed-Size: 48 Maintainer: Debian Java Maintainers Architecture: all Version: 2.7.7+dfsg-4.21.201403121301 Depends: libantlr-java (= 2.7.7+dfsg-4.21.201403121301), default-jre-headless | java5-runtime-headless | java6-runtime-headless Filename: 4.0-0/all/antlr_2.7.7+dfsg-4.21.201403121301_all.deb Size: 12614 MD5sum: af02dd6e6965059a72519ee966850e3f SHA1: da533352ad628e410776d0116450feaced9a2ab3 SHA256: 628e5b35d11a6d53aaeaabef8b94963508ae3443d35207c6fc21ee16bc1a3c03 Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: http://www.antlr2.org/ Package: anyremote-data Priority: extra Section: utils Installed-Size: 1053 Maintainer: Philipp Huebner Architecture: all Source: anyremote Version: 6.0+dfsg-1.5.201403121428 Replaces: anyremote (<< 5.0) Recommends: python Suggests: anyremote-doc Filename: 4.0-0/all/anyremote-data_6.0+dfsg-1.5.201403121428_all.deb Size: 698360 MD5sum: 37a30ae7910a65048ef5fd90e81513fb SHA1: a4bcc4542d336831cee1ac259a7c559b14b6f873 SHA256: a0537b91d59d3baab5ba0ae87437d27b5f2e797501903006fc5509132681d979 Description: architecture independent files for anyremote With anyRemote, arbitrary desktop applications can be remote-controlled via many modern mobile phones that support Bluetooth, IrDA or WiFi communication using a J2ME client, AT modem commands, a web interface or IR remote controllers. . This package contains the architecture independent files. Homepage: http://anyremote.sourceforge.net Package: anyremote-doc Priority: extra Section: doc Installed-Size: 1761 Maintainer: Philipp Huebner Architecture: all Source: anyremote Version: 6.0+dfsg-1.5.201403121428 Filename: 4.0-0/all/anyremote-doc_6.0+dfsg-1.5.201403121428_all.deb Size: 1227074 MD5sum: e44b86249641c2f50accd6ba1d66aa9d SHA1: 14862d0c6417b4aaad54f052cebe5011e6c8f7cb SHA256: 32b772b256242872da63aac53109005e3613d6f742699590d4dc7dc4697a09ad Description: Documentation for anyremote With anyRemote, arbitrary desktop applications can be remote-controlled via many modern mobile phones that support Bluetooth, IrDA or WiFi communication using a J2ME client, AT modem commands, a web interface or IR remote controllers. . This package contains the HTML documentation offline. Homepage: http://anyremote.sourceforge.net Package: anyremote2html Priority: extra Section: web Installed-Size: 701 Maintainer: Philipp Huebner Architecture: all Version: 1.4-1.4.201403121437 Depends: python, anyremote (>= 4.17) Suggests: ganyremote | kanyremote Filename: 4.0-0/all/anyremote2html_1.4-1.4.201403121437_all.deb Size: 625022 MD5sum: 01b4f3514d1bee01eb0b0a6ae36df3b1 SHA1: 61bff56de541bf45aa0627f4dbc25ad3513fb02e SHA256: 5fcb2fd00b4148234fdec8dd7070f6078b50934bf873eaf07ad71d2f2d692e17 Description: web interface for anyRemote acting as HTTP server anyRemote2html is a web interface for anyRemote. It acts as a HTTP server and translates anyRemote commands to HTML. . With the help of this interface any device which contains a web browser and which can connect to the PC with anyRemote by TCP/IP (GPRS, Wi-Fi, ...) could be used as a remote control. Homepage: http://anyremote.sourceforge.net/ Package: anything-el Priority: extra Section: lisp Installed-Size: 801 Maintainer: Takaya Yamashita Architecture: all Version: 1.287-2.2.201403121438 Depends: emacs | emacs23, auto-install-el Suggests: migemo Filename: 4.0-0/all/anything-el_1.287-2.2.201403121438_all.deb Size: 153670 MD5sum: 69d7c5dc32625c16e250061ceb4e8887 SHA1: 3135f9ed646c529032ef6c0b5b154f6c19a62157 SHA256: dd0c3343c31459a688c60f848b06952e3bc17c6a555596e0089b81df90fd3126 Description: open anything / QuickSilver-like candidate-selection framework It provides a totally new Emacs experience. While normal Emacs way is specifying action then selecting candidates, the anything way is narrowing and selecting candidates then executing action for selected candidates. Homepage: http://www.emacswiki.org/emacs/Anything Package: aolserver4-doc Priority: optional Section: doc Installed-Size: 6134 Maintainer: Francesco Paolo Lovergine Architecture: all Source: aolserver4 Version: 4.5.1-15.1.4.201403121502 Recommends: www-browser Suggests: aolserver4-daemon, tcl-doc Filename: 4.0-0/all/aolserver4-doc_4.5.1-15.1.4.201403121502_all.deb Size: 3375242 MD5sum: 4ca6e79dd2181bc555681e675abdc59e SHA1: 877604b6cf36fab79cdd7467ed65f3501c099c4d SHA256: 5480e888243a3ae8efaa128d5bdaaccdd402ae848c9c961032463bded9c2f606 Description: AOL web server version 4 - documentation AOLserver is the web engine that powers America Online. It is capable of serving a very high number of users, and can host hundreds of virtual servers simultaneously within the same process. . It is similar in many respects to Zope, except based largely on Tcl. It is multi-threaded, and has a C API that can be used to extend its functionality. . This package contains three reference manuals for AOLserver version 3+: - The AOLserver Administrator's Guide covers the setup options and security issues relating to running the server; - The AOLserver Tcl Developer's Guide covers the Tcl API which can be used to add features to your web pages (similar in some respects to PHP or Microsoft's ASP); - The AOLserver C Developer's Guide covers the C API which can be used to create new modules to extend AOLserver. . This is the latest available version of the documentation, but it is quite outdated and incomplete. More up-to-date API documentation is available at http://panoptic.com/wiki/aolserver/Tcl_API. Homepage: http://www.aolserver.com/ Package: aolserver4-xotcl Priority: optional Section: httpd Installed-Size: 92 Maintainer: Tcl/Tk Debian Packagers Architecture: all Source: xotcl Version: 1.6.7-2.4.201403160310 Depends: xotcl (>= 1.6.7-2.4.201403160310), aolserver4-daemon, aolserver4-core-4.5.1-1 Filename: 4.0-0/all/aolserver4-xotcl_1.6.7-2.4.201403160310_all.deb Size: 51694 MD5sum: a54907a0e9fbb835d1c9b50985dae89c SHA1: 3fdd73c757b422cf23f78c554daa81091d4b02fb SHA256: fe7001a3c6fcf9a16ecccfdfd73ddcf574aa0dd9c8ce39bacada16412bbf965d Description: Extended Object Tcl (XOTcl): Object orientation for AOLServer - module This package provides the XOTcl module for the AOLSERVER 4.0.10/4.5 webserver. This module provides and initialises the XOTcl language extension in the various AOLSERVER runtime environments (e.g., the embedded Tcl interpreters in AOLSERVER's worker threads). Homepage: http://www.xotcl.org/ Package: apache2-doc Priority: optional Section: doc Installed-Size: 12467 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.2.22-13.82.201411010050 Filename: 4.0-0/all/apache2-doc_2.2.22-13.82.201411010050_all.deb Size: 1775102 MD5sum: 410b46a8eea96bad4c5153323f6ec12d SHA1: 46688c38b6d43de1931c438fb135116d49fe0532 SHA256: b8e68dfea53a96d757c312cb379acc33abe730186ac66f41f5ec9c3af80dd8b6 Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Homepage: http://httpd.apache.org/ Package: apcalc-common Priority: optional Section: math Installed-Size: 3181 Maintainer: Martin Buck Architecture: all Source: apcalc Version: 2.12.4.4-3.4.201403121751 Replaces: apcalc Filename: 4.0-0/all/apcalc-common_2.12.4.4-3.4.201403121751_all.deb Size: 948812 MD5sum: 66b711beac4160e711fc2987146a3ad6 SHA1: 00440ad6bfd365ca4875f658e990bbc4a7491df2 SHA256: 85dd68c01a248d252288acb799dd13e53642c27edea060923a47d4c153b46ce2 Description: Arbitrary precision calculator (common files) Calc is an arbitrary precision arithmetic system that uses a C-like language. Calc is useful as a calculator, an algorithm prototyper and as a mathematical research tool. More importantly, calc provides one with a machine independent means of computation. Calc comes with a rich set of builtin mathematical and programmatic functions. . This package contains architecture independent files required by the main package `apcalc'. Homepage: http://www.isthe.com/chongo/tech/comp/calc/ Package: apcupsd-doc Priority: extra Section: doc Installed-Size: 1591 Maintainer: Giuseppe Iuculano Architecture: all Source: apcupsd Version: 3.14.10-2.11.201403121755 Replaces: apcupsd Filename: 4.0-0/all/apcupsd-doc_3.14.10-2.11.201403121755_all.deb Size: 650098 MD5sum: 31f5aa8f608eeed655d0b494f30fc4f0 SHA1: b722356bb505bbfbf3b087d881bb5bdf00278f41 SHA256: 7e4bfeac151b86ea000c54021c91c8d5238b034448e72821a2b3154ec31a306f Description: APC UPS Power Management (documentation/examples) apcupsd provides UPS power management for APC products, including most BackUPS series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix series. . This package contains the documentation and examples. Homepage: http://www.apcupsd.com/ Package: apel Priority: optional Section: editors Installed-Size: 525 Maintainer: Tatsuya Kinoshita Architecture: all Version: 10.8-2.5.201403121802 Depends: emacs | emacsen Filename: 4.0-0/all/apel_10.8-2.5.201403121802_all.deb Size: 141532 MD5sum: 069f913e0b42380bb5ab0e843d9e4be7 SHA1: cde1b20609f42bc2a1f7ae5fa1ded1031e77020c SHA256: 67e66a5e3e241835173b0bdc960997184f0efa8f57fb1abd0ff3435a39553f69 Description: portable library for emacsen APEL stands for "A Portable Emacs Library". It consists of following modules: . poe.el emulation module mainly for basic functions and special forms/macros of latest emacsen poem.el basic functions to write portable MULE programs pces.el portable character encoding scheme (coding-system) features invisible.el features about invisible region mcharset.el MIME charset related features static.el utility for static evaluation broken.el information of broken facilities of Emacs pccl.el utility to write portable CCL program alist.el utility for Association-list calist.el utility for condition tree and condition/situation-alist path-util.el utility for path management or file detection filename.el utility to make file-name install.el utility to install emacs-lisp package mule-caesar.el ROT 13-47-48 Caesar rotation utility emu.el emu bundled in tm-7.106 compatibility pcustom.el portable custom environment product.el functions for product version information Homepage: http://kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/ Package: apf-firewall Priority: optional Section: net Installed-Size: 298 Maintainer: Giuseppe Iuculano Architecture: all Version: 9.7+rev1-3.4.201403122024 Depends: iptables, lsb-base, wget, iproute Filename: 4.0-0/all/apf-firewall_9.7+rev1-3.4.201403122024_all.deb Size: 106844 MD5sum: d720c0db17c18d2abf3d04580f901269 SHA1: 1af6bab833a1874fe2852cd8b166552a40a61ef9 SHA256: 16b5521956003c06ef90446443c5cb4b4639e910de5ace0fc0a1ce740530ba16 Description: easy iptables based firewall system Advanced Policy Firewall (APF) is an iptables(netfilter) based firewall system designed around the essential needs of today's Internet deployed servers and the unique needs of custom deployed Linux installations. The configuration of APF is designed to be very informative and present the user with an easy to follow process, from top to bottom of the configuration file. The management of APF on a day-to-day basis is conducted from the command line with the 'apf' command, which includes detailed usage information and all the features one would expect from a current and forward thinking firewall solution. . Summary of features: * detailed and well commented configuration file * granular inbound and outbound network filtering * user id based outbound network filtering * application based network filtering * trust based rule files with an optional advanced syntax * global trust system where rules can be downloaded from a central management server * reactive address blocking (RAB), next generation in-line intrusion prevention * debug mode provided for testing new features and configuration setups * fast load feature that allows for 1000+ rules to load in under 1 second * inbound and outbound network interfaces can be independently configured * global tcp/udp port & icmp type filtering with multiple methods of executing filters (drop, reject, prohibit) * configurable policies for each ip on the system with convenience variables to import settings * packet flow rate limiting that prevents abuse on the most widely abused protocol, icmp * prerouting and postrouting rules for optimal network performance * dshield.org block list support to ban networks exhibiting suspicious activity * spamhaus Don't Route Or Peer List support to ban known "hijacked zombie" IP blocks * any number of additional interfaces may be configured as firewalled (untrusted) or trusted (not firewalled) * additional firewalled interfaces can have there own unique firewall policies applied * intelligent route verification to prevent embarrassing configuration errors * advanced packet sanity checks to make sure traffic coming and going meets the strictest of standards * filter attacks such as fragmented UDP, port zero floods, stuffed routing, arp poisoning and more * configurable type of service options to dictate the priority of different types of network traffic * intelligent default settings to meet every day server setups * dynamic configuration of your servers local DNS revolvers into the firewall * optional filtering of common p2p applications * optional filtering of private & reserved IP address space Homepage: http://www.rfxn.com/projects/advanced-policy-firewall/ Package: apgdiff Priority: extra Section: database Installed-Size: 135 Maintainer: Christoph Berg Architecture: all Version: 2.3-1.6.201403122029 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/apgdiff_2.3-1.6.201403122029_all.deb Size: 90932 MD5sum: c0ba0d23e883bcb4100f921db2e57e8c SHA1: 3800c45e2c32a727c0cf0468f13608c8b86f9e8a SHA256: 13affbd4fb546879c3eaebc7d97d75588801711a89a07084ce3549f722495f59 Description: Another PostgreSQL Diff Tool Another PostgreSQL Diff Tool is a simple PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates an SQL output file that is (after some hand-made modifications) suitable for upgrades of old schemata. Homepage: http://apgdiff.startnet.biz/ Package: aplus-fsf-doc Priority: optional Section: doc Installed-Size: 6558 Maintainer: Neil Roeth Architecture: all Source: aplus-fsf Version: 4.22.1-6.4.201403122041 Recommends: xfonts-kapl Filename: 4.0-0/all/aplus-fsf-doc_4.22.1-6.4.201403122041_all.deb Size: 3077508 MD5sum: 43c6eff743fa6b039e08d4d1022ab6ef SHA1: 4dee4c79e20c33dfa131b095e04b35eb189a5ffe SHA256: 6fc46cd7f77de46cba369d86fd4d70364d584b14ca5cdaa40b83504ddaf14d99 Description: A+ programming language documentation This package contains the HTML documentation and examples for the A+ programming language and development environment. See the package aplus-fsf for the run-time environment, and aplus-fsf-dev for the development environment. Package: aplus-fsf-el Priority: optional Section: lisp Installed-Size: 32 Maintainer: Neil Roeth Architecture: all Source: aplus-fsf Version: 4.22.1-6.4.201403122041 Filename: 4.0-0/all/aplus-fsf-el_4.22.1-6.4.201403122041_all.deb Size: 8802 MD5sum: 0c69b5475b6e6202e7a32d098f821e86 SHA1: 082f4f7c6cf7999536a4f36ca859ee0985b025ec SHA256: b326668f6b214c3d4a50e616aca06492565ccd0cb1bb53361ae1e1e2f6075290 Description: XEmacs lisp for A+ development This package contains the XEmacs lisp required for the development of A+ programs. It does the key bindings, sets the font properly, and binds some function keys. The complete A+ development environment is provided by the aplus-fsf-dev package. . To load A+ from XEmacs, load a file with extension .apl, .a or .+, or use the command 'M-x a-mode'. Or, press F4 to start the A+ interpreter. . See /usr/share/doc/README.Debian.gz if you have trouble entering the special A+ characters in XEmacs. . This package is now an empty dummy package because XEmacs is no longer available. If that changes, this package will be resurrected. Package: apoo Priority: optional Section: misc Installed-Size: 373 Maintainer: Rogerio Reis Architecture: all Version: 2.2-2.4.201403122103 Replaces: python2.3-apoo (<< 1.3-7.1), python2.4-apoo (<< 1.3-7.1) Depends: python, python-support (>= 0.90.0), python-gtk2 Conflicts: python2.3-apoo (<< 1.3-7.1), python2.4-apoo (<< 1.3-7.1) Filename: 4.0-0/all/apoo_2.2-2.4.201403122103_all.deb Size: 140246 MD5sum: 8d0aeb3fffb842aa9cfa078f1596658e SHA1: 68b7aa75c5f86b4988bf81c961bab51276c4cf84 SHA256: 7247a5bd710ec01f3b26215aeb9a608b8f5ef18b7db057815c607702150d0051 Description: An Assembly course aid A virtual machine (a CPU) created for teaching purposes. All the programs are written in Python and are very easy to extend to incorporate new assembly-like pseudo-instuctions. A gtk2-based interface is provided, to help debugging or just examining the execution of programs. Another program permits a tutor to create exercises and write rules to automatically grade the students' solutions. Package: app-install-data Priority: optional Section: x11 Installed-Size: 19761 Maintainer: Julian Andres Klode Architecture: all Version: 2012.06.16.1.6.201403122109 Filename: 4.0-0/all/app-install-data_2012.06.16.1.6.201403122109_all.deb Size: 9409836 MD5sum: df40e019248dc71c15aa962b6194e0ae SHA1: f1218cb2c67774670e7ee097553de52f0fa5393c SHA256: 8d8ddf59d0545ea2aeb930da1f3fe3ce4e0c3c6f34097264a0c06915a605caa2 Description: Application Installer Data Files This package contains the data files for user-oriented application installers. Currently used by adept-installer and gnome-app-install Package: apparmor-docs Priority: extra Section: doc Installed-Size: 279 Maintainer: Kees Cook Architecture: all Source: apparmor Version: 2.7.103-4.2.201403122120 Filename: 4.0-0/all/apparmor-docs_2.7.103-4.2.201403122120_all.deb Size: 254512 MD5sum: aaa70289cacf6c1ea8da79bef17dc321 SHA1: 7e678b4ca38cc5453ed7598b91663f54c6e1cadd SHA256: 8a9a4abb8d5dfab3735084dc3df9f7157ff3a70e2e0de5414888b64afa29132f Description: Documentation for AppArmor Thie provides some technical documentation for the AppArmor Mandatory Access Control system. Currently this is only a single PDF covering basic operation, written some time ago. Homepage: http://apparmor.net/ Package: apparmor-notify Priority: extra Section: admin Installed-Size: 103 Maintainer: Kees Cook Architecture: all Source: apparmor Version: 2.7.103-4.2.201403122120 Depends: libapparmor-perl, libnotify-bin, perl Filename: 4.0-0/all/apparmor-notify_2.7.103-4.2.201403122120_all.deb Size: 36152 MD5sum: cad62edf5a228bdc5e78b2911df03bfd SHA1: 0fa896433e204dd10a1664ab76a2e1edd76cf6c3 SHA256: 5820e125582bfc7f3236516507f07573dc2c7c29391de45ef411338493644937 Description: AppArmor notification system This package provides a utility to display AppArmor denial messages via desktop notifications. The utility can also be used to generate summary reports. Homepage: http://apparmor.net/ Package: apparmor-profiles Priority: extra Section: admin Installed-Size: 247 Maintainer: Kees Cook Architecture: all Source: apparmor Version: 2.7.103-4.2.201403122120 Depends: apparmor Filename: 4.0-0/all/apparmor-profiles_2.7.103-4.2.201403122120_all.deb Size: 57352 MD5sum: f33fd4a696206ac02f9bb8990a90ad46 SHA1: c6e636902c5d12f9e1d802a92073ebd7e5c456fa SHA256: da08d4af5a09772640326fedf746e1ae897c4f789b0551fe03eaad02629237f2 Description: Profiles for AppArmor Security policies This provides various AppArmor profiles that have not been shipped by the packages they provide confinement for. By default, they ship in complain mode so that users can test and choose which are desired. Homepage: http://apparmor.net/ Package: apper-data Priority: optional Section: kde Installed-Size: 3281 Maintainer: Matthias Klumpp Architecture: all Source: apper Version: 0.7.2-5.2.201403122136 Replaces: apper (<< 0.7.2) Breaks: apper (<< 0.7.2) Filename: 4.0-0/all/apper-data_0.7.2-5.2.201403122136_all.deb Size: 1039442 MD5sum: ac7696183a21edc0e89239a785463671 SHA1: c91e0efdbd269066c4faebbdaf85410a91b25c1c SHA256: 10cebb285ae365e512a8dd414b8384ea61f9b3547110920ed7c295bb319f2dca Description: KDE package management tool using PackageKit (data files) PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides data files for Apper, the KDE package manager based on PackageKit. Homepage: http://kde-apps.org/content/show.php/Apper?content=84745 Package: apsfilter Priority: extra Section: text Installed-Size: 1423 Maintainer: Pawel Wiecek Architecture: all Version: 7.2.6-1.3.4.201403122245 Depends: lpr, file, a2ps Suggests: ghostscript, pnm2ppa, dvips, bzip2, groff, html2ps, imagemagick, libjpeg-progs, netpbm, psutils, sketch, transfig Conflicts: magicfilter Filename: 4.0-0/all/apsfilter_7.2.6-1.3.4.201403122245_all.deb Size: 439938 MD5sum: 086df092ea8bdb577bd3d6ffa910e2e1 SHA1: 141311dbfbb36085139977fd024ed61e94e7a4bf SHA256: 9a1f203e12b8061424f06de132e737b7e44876f8a6c858e1f539effc364e8886 Description: Magic print filter with automatic file type recognition apsfilter makes printing many file formats much easier. It features on-the-fly decompression and conversion, and works on both PostScript and non-PostScript (via Ghostscript) graphical printers. . Among the supported formats are: gzip, bzip2, compress, freeze, pack, ASCII, BMP, data (PCL, etc.), DVI, FBM, FIG, FITS, GIF, Group 3 fax, HTML, IFF ILBM, JPEG, Kodak Photo CD, MGR, MIFF, PBM/PGM/PNM/PPM, PDF, PNG, PostScript, RLE, SGI, Sketch, Sun raster, Targa, TIFF, troff, WPG, X pixmap, XCF. Note that actual support depends on the installed filter programs. Package: apt-cacher Priority: optional Section: net Installed-Size: 313 Maintainer: Mark Hindley Architecture: all Version: 1.7.6.4.201403122257 Depends: perl, debconf (>= 0.5) | debconf-2.0, libwww-curl-perl (>= 4.00), libwww-perl, libfreezethaw-perl, ed, libio-interface-perl, libfilesys-df-perl, libnetaddr-ip-perl, lsb-base (>= 3.2-14), update-inetd, libsys-syscall-perl, ucf (>= 0.28) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: libberkeleydb-perl (>= 0.34) Suggests: libio-socket-inet6-perl Filename: 4.0-0/all/apt-cacher_1.7.6.4.201403122257_all.deb Size: 104194 MD5sum: 5206e04250d9dd401bd0d1bca21ec7af SHA1: ccfa2228ff785cc7368ebf9338235ab6ceba9ce7 SHA256: c9a27523f0e9de95dbf1d7e920de5fedeed05ae9ab96d96200d0859f31f5e5a7 Description: Caching proxy for Debian package and source files Apt-cacher performs caching of files requested by apt-get (or other clients such as aptitude, synaptic). It is most useful for local area networks with slow internet uplink or as a method for reducing multiple large downloads. . When a package is requested, the cache checks whether it already has the requested version, in which case it sends the package to the user immediately. If not, it downloads the package while streaming it to the user at the same time. A local copy is then kept for use by other users. . Apt-cacher has been optimized for best utilization of network bandwidth and efficiency even on slow low-memory servers. Multiple ways of installation are possible: as a stand-alone HTTP proxy, as a daemon executed by inetd or as a CGI program (deprecated). Client machines are configured by changing APT's proxy configuration or modification of access URLs in sources.list. . The package includes utilities to clean the cache (removing obsolete package files), generate usage reports and import existing package files. Optional features include a simple package checksum verification framework and IPv6 support. Experimental features include support for FTP, HTTPS (proxying only), Debian Bugs SOAP requests as well as the simultaneous caching of different repositories (e.g Debian and Ubuntu). . Apt-cacher can be used as a replacement for apt-proxy, with no need to modify client's /etc/apt/sources.list files (and even reusing its config and cached data), or as an alternative to approx. Package: apt-clone Priority: extra Section: admin Installed-Size: 91 Maintainer: Michael Vogt Architecture: all Version: 0.2.2.2.201403122307 Depends: python (>= 2.6.6-7~), python (<< 2.8), lsb-release, python-apt, python (>= 2.7) | python-argparse Recommends: dpkg-repack Filename: 4.0-0/all/apt-clone_0.2.2.2.201403122307_all.deb Size: 10630 MD5sum: 0afccea3c81ff464f5d73fdbbe9f8932 SHA1: b352eff8c545764325cc1038a0a7b8fa7a189b02 SHA256: 3411aca873f4718a0dc30afa9f3334c8be72836a5716917a3ef5723121270f76 Description: Script to create state bundles This package can be used to clone/restore the packages on a apt based system. It will save/restore the packages, sources.list, keyring and automatic-installed states. It can also save/restore no longer downloadable packages using dpkg-repack. Homepage: https://launchpad.net/apt-clone Package: apt-dater-host Priority: optional Section: admin Installed-Size: 87 Maintainer: Patrick Matthäi Architecture: all Source: apt-dater Version: 0.9.0-3.7.201403122312 Depends: perl, debconf (>= 0.5) | debconf-2.0, openssh-server, lsb-release, libimvirt-perl, libapt-pkg-perl Recommends: imvirt, sudo Filename: 4.0-0/all/apt-dater-host_0.9.0-3.7.201403122312_all.deb Size: 18644 MD5sum: 66bcaadac996e5e202275a0347fe4999 SHA1: 947c2269cb900020e3038f509dfddb50fb0b2adb SHA256: b18967707972f5ecdccff7e26abc15be9a56c2e696ff83c72f86216f38c01144 Description: host helper application for apt-dater apt-dater provides an easy to use ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as OpenSUSE and CentOS based systems. . This package provides the helper application for apt-dater. It has to be installed on every apt-dater managed host. Homepage: http://www.ibh.de/apt-dater Package: apt-doc Priority: optional Section: doc Installed-Size: 570 Maintainer: APT Development Team Architecture: all Source: apt Version: 0.9.7.9.66.201410101439 Filename: 4.0-0/all/apt-doc_0.9.7.9.66.201410101439_all.deb Size: 266532 MD5sum: 2a9fd2415f2f5c4ac85ac1aaf329adea SHA1: 6e611827e15fb475a5c92f2f8cd4b8eedd5ea00b SHA256: 31552e505e12f8ff1aaeeb0db4934b96db007e6b6d3a136ac9df3dd687a25a9c Description: documentation for APT This package contains the user guide and offline guide for various APT tools which are provided in a html and a text-only version. Package: apt-dpkg-ref Priority: optional Section: doc Installed-Size: 142 Maintainer: Vanessa Gutiérrez Architecture: all Version: 5.3.1.4.201403122319 Filename: 4.0-0/all/apt-dpkg-ref_5.3.1.4.201403122319_all.deb Size: 112528 MD5sum: 3a88e5678d1303b782471c678a659a3a SHA1: ce7c51b20834202606d7707127633de29d3d4dca SHA256: 8f3c0dfa94b826df4188b2abb2dd42b2a57551d908e784d84efc91e4bd02478a Description: APT, Dpkg Quick Reference sheet A quick lookup chart with various APT and dpkg options for handy reference, for those who haven't quite memorized the most commonly used commands. . This package will generate the documentation in different formats, such as HTML and PDF. Package: apt-file Priority: optional Section: admin Installed-Size: 136 Maintainer: Stefan Fritsch Architecture: all Version: 2.5.1.6.201403122328 Depends: perl, curl, libconfig-file-perl, libapt-pkg-perl, liblist-moreutils-perl, libregexp-assemble-perl, libfile-temp-perl Recommends: python, python-apt Suggests: openssh-client, sudo Filename: 4.0-0/all/apt-file_2.5.1.6.201403122328_all.deb Size: 32958 MD5sum: a911841492967b81717795ea56468d3a SHA1: 9c4d5b3b5c9ba8d4c1af25754c63e514bff0e0ea SHA256: ce3459ccfd17f4f67803fbb113b014b8553183f5defca4ae8b1a7b969ba09168 Description: search for files within Debian packages (command-line interface) apt-file is a command line tool for searching files contained in packages for the APT packaging system. You can search in which package a file is included or list the contents of a package without installing or fetching it. If you would prefer not to download the large files used by apt-file you can run rapt-file, which calls a remote server to do the searches. Package: apt-forktracer Priority: optional Section: admin Installed-Size: 119 Maintainer: Marcin Owsiany Architecture: all Version: 0.4.4.201403122336 Depends: python-apt (>= 0.7.93.2), python (>= 2.4), python-support (>= 0.90.0), lsb-release (>= 3.2-21) Filename: 4.0-0/all/apt-forktracer_0.4.4.201403122336_all.deb Size: 23912 MD5sum: a97dcf2080d43429ee49c8eaa011d54d SHA1: 3e3c3dfc37b0f095691d621b79ec266b33ec21ee SHA256: 8dfdfcfdc9598a5a74a910c5f4efde925543a42a9d9e4416f5aaf3c94986b0f1 Description: a utility for tracking non-official package versions apt-forktracer tries to alleviate the problem that APT stops tracking official versions of a package after you pin it or install a newer version. . It displays a list of packages which are in an inconsistent state or have a version other than the newest official installed. You can choose to ignore certain packages - if they match certain criteria - with a configuration file. Package: apt-offline-gui Priority: optional Section: admin Installed-Size: 258 Maintainer: Ritesh Raj Sarraf Architecture: all Source: apt-offline Version: 1.2.4.201403122352 Depends: python (>= 2.6.6-7~), python (<< 2.8), apt-offline (= 1.2.4.201403122352), python-qt4 Filename: 4.0-0/all/apt-offline-gui_1.2.4.201403122352_all.deb Size: 64180 MD5sum: 799b857d9d1c2add29c54ffdc892ee08 SHA1: ac98f1273c0c13088bb3c328b022e34649a6c01c SHA256: 42b61c1b17f76f6608c2f20582a1626c0d6871926601347d0bfa3ae770248c4d Description: offline APT package manager - GUI apt-offline is an Offline APT Package Manager. . apt-offline can fully update and upgrade an APT based distribution without connecting to the network, all of it transparent to APT. . apt-offline can be used to generate a signature on a machine (with no network). This signature contains all download information required for the APT database system. This signature file can be used on another machine connected to the internet (which need not be a Debian box and can even be running windows) to download the updates. The downloaded data will contain all updates in a format understood by APT and this data can be used by apt-offline to update the non-networked machine. . apt-offline can also fetch bug reports and make them available offline. . This package contains the graphical user interface to apt-offline. Homepage: http://apt-offline.alioth.debian.org Package: apt-p2p Priority: optional Section: net Installed-Size: 519 Maintainer: Cameron Dale Architecture: all Version: 0.1.6.5.201411012201 Provides: python-apt-p2p, python-apt-p2p-khashmir Depends: python, python-support (>= 0.90.0), python-twisted-web2 (>= 8.0), adduser, python-debian (>= 0.1.15), python-apt (>= 0.7.93), python-pysqlite2 (>= 2.1) Filename: 4.0-0/all/apt-p2p_0.1.6.5.201411012201_all.deb Size: 110866 MD5sum: e3681b6b755309f6dabf161e786f8370 SHA1: de296f5ca90cb657c476b63aaf211d0b9024dcf4 SHA256: 3be6e3c458cc4dab7238c108fe97a553c554f9997d621acb174640ac47e34e42 Description: apt helper for peer-to-peer downloads of Debian packages Apt-P2P is a helper for downloading Debian packages files with APT. It will download any needed files from other Apt-P2P peers in a peer-to-peer manner, and so reduce the strain on the Debian mirrors. . The Apt-P2P daemon runs automatically on startup and listens for requests from APT for files, as well as maintaining membership in a Distributed Hash Table (DHT). For any files which have a hash available (most files), peers that have the file are looked for in the DHT. The file can then be downloaded from them, using the uploading bandwidth of other peers while reducing the demand on the Debian mirror network. However, if a package can not be found on any peers, Apt-P2P will fall back to downloading from a mirror to ensure all packages are downloaded. Once downloaded, the file is hash checked and added to the DHT so that other peers can download it without the mirror. . The configuration is very simple, and only involves prepending 'localhost' and the port to your current sources.list lines (similar to other apt-proxy-like software). Homepage: http://www.camrdale.org/apt-p2p/ Package: apt-rdepends Priority: optional Section: utils Installed-Size: 64 Maintainer: Debian QA Group Architecture: all Version: 1.3.0-3.4.201403130003 Depends: perl, libapt-pkg-perl (>= 0.1.11) Suggests: vcg, springgraph | graphviz Filename: 4.0-0/all/apt-rdepends_1.3.0-3.4.201403130003_all.deb Size: 14984 MD5sum: 9cd57b8a9bdef37b5a50687b8f6a8c2a SHA1: fc01ca615c8ccbe5c1b232d22439ff7a399811dd SHA256: 68e397b5d52c13060dff76aa0a6e0ec7cf8207aa3e16cf41fe651f1185273b02 Description: Recursively lists package dependencies This utility can recursively list package dependencies, either forwards or in reverse. It also lists forward build-dependencies. The output format closely resembles that of `apt-cache depends`. As well, it can generate .dot graphs, much like apt-cache in dotty mode. Package: apt-show-source Priority: optional Section: admin Installed-Size: 84 Maintainer: OHURA Makoto Architecture: all Version: 0.10.4.201403130008 Depends: perl, apt Filename: 4.0-0/all/apt-show-source_0.10.4.201403130008_all.deb Size: 18032 MD5sum: 809a198eb0ff11ccd267e2519b31b125 SHA1: 1a4897a277d437f64baf7dfd59172066605a5c66 SHA256: 0b5a754c73f43fe82f0491fe82d36605a3497e696a614b4b6e217f2f909d719d Description: Shows source-package information This program parses the APT lists for source packages and the dpkg status file and then lists every package with a different version number than the one installed. It's very useful if your deb-src sources.list entries point to unstable and your deb entries point to stable. Package: apt-show-versions Priority: optional Section: admin Installed-Size: 165 Maintainer: Christoph Martin Architecture: all Version: 0.20.5.201403130013 Depends: perl | perl-5.005 | perl-5.004, apt, libapt-pkg-perl (>= 0.1.21), libstorable-perl Filename: 4.0-0/all/apt-show-versions_0.20.5.201403130013_all.deb Size: 34646 MD5sum: 7d43ef4619679d470e281c4b83460da0 SHA1: 72fa3d7cc73b3686eed4ccebad998ec804853d43 SHA256: d26a6463a7dfc8abd2e9fa36104a30ae4da1d2bf3141edc1d5984dcaa6b20c4d Description: lists available package versions with distribution apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package. . This is really useful if you have a mixed stable/testing environment and want to list all packages which are from testing and can be upgraded in testing. Homepage: http://alioth.debian.org/projects/pkg-asv/ Package: apt-src Priority: optional Section: admin Installed-Size: 117 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Version: 0.25.1-0.1.4.201403130024 Depends: libapt-pkg-perl (>= 0.1.6), dpkg-dev, apt, perl Recommends: sudo, fakeroot, build-essential Filename: 4.0-0/all/apt-src_0.25.1-0.1.4.201403130024_all.deb Size: 36768 MD5sum: 796e8909852dee1ce0221177e256e0d3 SHA1: 81cda4978c37ce29fa2895398a176328c8ad2a7e SHA256: 536ba020d9cf63e713cba53224a15b388e291c427808019464ea208bccda00b1 Description: manage Debian source packages apt-src is a command line interface for downloading, installing, upgrading, and tracking Debian source packages. It makes source package management feel a lot like using apt to manage binary packages, and is being used as a testbed to work on adding source dependencies to Debian. . It can be run as a normal user, or as root. If you want a convenient way to track updates to packages while preserving your local modifications, this is a way to do that. Package: apt-transport-spacewalk Priority: extra Section: admin Installed-Size: 90 Maintainer: Miroslav Suchý Architecture: all Source: apt-spacewalk Version: 1.0.6-2.1.2.201403130016 Depends: python (>= 2.6.6-7~), apt, python-apt, rhn-client-tools Recommends: rhnsd Filename: 4.0-0/all/apt-transport-spacewalk_1.0.6-2.1.2.201403130016_all.deb Size: 8594 MD5sum: f783e33e618c9fd576efbca3e397e2b0 SHA1: c260b789315a980fc1950fafa541ef8bc3e03916 SHA256: 3c33658f6fea8e092dfcc97180172fbbf3b5a7e78b175d1e21b0ef66a91129a7 Description: APT transport for communicating with Spacewalk servers makes it possible to use 'deb spacewalk://your-spacewalk-server/XMLRPC channels: channel1 channel2' type lines in your sources.list. Also it provides the necessary hooks to update your sources.list automatically according to the settings on your Spacewalk server. Homepage: https://fedorahosted.org/spacewalk Package: apt-watch Priority: optional Section: admin Installed-Size: 29 Maintainer: John Lightsey Architecture: all Version: 0.4.0-2.1.5.201403130030 Depends: apt-watch-gnome, apt-watch-backend Filename: 4.0-0/all/apt-watch_0.4.0-2.1.5.201403130030_all.deb Size: 5304 MD5sum: f4bbf1b7520997b272e79b850195826d SHA1: 748818bb961ddede0719a844cc653a15eaec715c SHA256: a6279d500ffd5118d809c3cc1066bb999f94acd14428600dadccb1c09d2bb1c7 Description: Applet that monitors apt sources for upgrades (transitional package) apt-watch is an applet that will inform you when upgrades are available for your computer. It is similar to Windows Update or the Red Hat Network applet. . This is a transitional dummy package to ensure clean upgrades from old releases. It can be safely removed after upgrade. Homepage: http://nixnuts.net/apt-watch/ Package: apt-zip Priority: extra Section: admin Installed-Size: 90 Maintainer: Giacomo Catenazzi Architecture: all Version: 0.18.4.201403130044 Depends: apt (>= 0.7.7) Filename: 4.0-0/all/apt-zip_0.18.4.201403130044_all.deb Size: 20902 MD5sum: d8c21b784c88fc09f85526f525dacd28 SHA1: be33e080591552daee518d13b72038afe177d530 SHA256: 33746be6d21a75081d3a149c044862eb55a0c9cc9dad584e70367228bb7a6fa3 Description: Update a non-networked computer using apt and removable media These scripts simplify the process of using dselect and apt on a non-networked Debian box, using removable media like ZIP floppies and USB keys. One generates a `fetch' script (supporting backends such as wget and lftp, in a modular, extensible way) to be run on a host with better connectivity, check space constraints of your removable media, and then install the package on your Debian box. Homepage: http://alioth.debian.org/projects/apt-zip Package: aptdaemon-data Priority: extra Section: admin Installed-Size: 270 Maintainer: Julian Andres Klode Architecture: all Source: aptdaemon Version: 0.45-2.13.201403131057 Replaces: python-aptdaemon-gtk (<= 0.41+bzr580-0ubuntu1) Filename: 4.0-0/all/aptdaemon-data_0.45-2.13.201403131057_all.deb Size: 191240 MD5sum: df9fe33039dd896455d5b2e0fe53b11d SHA1: e37bf4d5f24b99d89ba82eac7e796971b5472ddf SHA256: 6476b834f8316899f5db59d24b048271fbdc630b38069ca7fb85b9984e4747ae Description: data files for clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides common data files (e.g. icons) for aptdaemon clients. Homepage: https://launchpad.net/aptdaemon Package: aptdaemon Priority: extra Section: admin Installed-Size: 1680 Maintainer: Julian Andres Klode Architecture: all Version: 0.45-2.13.201403131057 Depends: python, python-aptdaemon (= 0.45-2.13.201403131057), python-gi, gir1.2-glib-2.0 Breaks: software-center (<< 1.1.21) Filename: 4.0-0/all/aptdaemon_0.45-2.13.201403131057_all.deb Size: 280644 MD5sum: 7bb457e3af32bff87758d3c8c1a96054 SHA1: d47b8f3b2f414f78d6ce928e9f128cb9018ae0a0 SHA256: 03de64003ded6b61e5c30a2eefc1fe2ca299ffdf0be628fbdb92c10434e6c9ea Description: transaction based package management service Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . Currently it comes with the following main features: . - Programming language independent D-Bus interface, which allows one to write clients in several languages - Runs only if required (D-Bus activation) - Fine grained privilege management using PolicyKit, e.g. allowing all desktop user to query for updates without entering a password - Support for media changes during installation from DVD/CDROM - Support for debconf (Debian's package configuration system) - Support for attaching a terminal to the underlying dpkg call . This package contains the aptd script and all the data files required to run the daemon. Moreover it contains the aptdcon script, which is a command line client for aptdaemon. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Package: aptfs Priority: extra Section: utils Installed-Size: 74 Maintainer: Chris Lamb Architecture: all Version: 1:0+git201108031956-38fb8dc-1.4.201403130051 Depends: python, python-support (>= 0.90.0), python-fuse (>= 1:0.2-pre3), dctrl-tools, devscripts, gawk Filename: 4.0-0/all/aptfs_0+git201108031956-38fb8dc-1.4.201403130051_all.deb Size: 8792 MD5sum: 1e102b82a72990ce0229048603af8b48 SHA1: a78327a61e44090a3e006a190056f2a27bca0c69 SHA256: 07e1cb2fd3cc2f24d680e09ff27a4cebb020651ea7663caa59f8b50751b6e6c3 Description: FUSE filesystem for APT source repositories AptFs is a FUSE-based filesystem that provides a view to unpacked Debian source packages (obtained via APT) as regular folders. Binary packages are modelled as symbolic links pointing to their respective source package. Homepage: http://chris-lamb.co.uk/projects/aptfs/ Package: apticron Priority: extra Section: admin Installed-Size: 86 Maintainer: Tiago Bortoletto Vaz Architecture: all Version: 1.1.55.4.201403130055 Depends: mailx, apt (>= 0.6.8), ucf (>= 0.28), cron, bzip2, debconf (>= 0.5) | debconf-2.0 Pre-Depends: dpkg (>= 1.15.7.2) Recommends: apt-listchanges, iproute Filename: 4.0-0/all/apticron_1.1.55.4.201403130055_all.deb Size: 20240 MD5sum: 9ec4ed1f9a2e51cb09b3338735cec226 SHA1: 621afa39bd09cb1133fe3691faeee05c595ef61a SHA256: 5018935f1246416be3ccfa0d176577def1b0f040cde17d54d7cc2210d78a1f6f Description: Simple tool to mail about pending package updates Apticron is a simple script which sends daily emails about pending package updates such as security updates, properly handling packages on hold both by dselect and aptitude. Package: aptitude-doc-cs Priority: optional Section: doc Installed-Size: 1010 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-cs_0.6.8.2-1.31.201403130817_all.deb Size: 352338 MD5sum: 370d32788f6678e4703f80f7894f9c77 SHA1: 5101589a94d6e289e4406a8166223940898c5737 SHA256: 9d8af534fd4aacbc1b218a569f6ef6bcbc1d926d466f60b63dc183baa8395829 Description: Czech manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the Czech version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-en Priority: optional Section: doc Installed-Size: 1211 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-en_0.6.8.2-1.31.201403130817_all.deb Size: 417100 MD5sum: ba5d700f7555d54455510b2d11ed5b47 SHA1: 0c45a5d8c80a79d61694e0c93607611f9186085a SHA256: 5bd823450b8e3905b75b9982592089acd017f499ee96da25262653998e294e06 Description: English manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the English version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-es Priority: optional Section: doc Installed-Size: 1191 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-es_0.6.8.2-1.31.201403130817_all.deb Size: 395392 MD5sum: 903291ee7550e158ff5f3a9411f6be20 SHA1: 317a170735776f9a64444468c868d2fd1ffef7c1 SHA256: 28055767831a1b8b2d344ad5e98ec666e035e6229085d8476d8d976a0bed08e1 Description: Spanish manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the Spanish version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-fi Priority: optional Section: doc Installed-Size: 717 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-fi_0.6.8.2-1.31.201403130817_all.deb Size: 259374 MD5sum: 202542ba34461a4497ca0da5f663bdd1 SHA1: 771749ed5fe9ee13b2eb1a51075946705c49fb9f SHA256: eb35d9664240a7f310d082daf2c021f81b609510fdab986b38d1368e79fa4c4b Description: Finnish manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the Finnish version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-fr Priority: optional Section: doc Installed-Size: 1114 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-fr_0.6.8.2-1.31.201403130817_all.deb Size: 297302 MD5sum: 859e5172b45ffa9bf66e7048abe933d9 SHA1: 196112c12df6bcff7e8b1cfeebb39068bca09036 SHA256: 5fe93c027118ec616c5ef12f48643e3371d9967e8d013daf2d1bf68efb68aede Description: French manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the French version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-it Priority: optional Section: doc Installed-Size: 1058 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-it_0.6.8.2-1.31.201403130817_all.deb Size: 258608 MD5sum: e9fd09ec7c4bb6b6924c5778cd0c187f SHA1: babaddea26be82e52fe1a1af9589bfe33c33b3d0 SHA256: 95fb98b689f1cb7eaf1fb9356c74feb8b3337868eb86b58e89011416328cde66 Description: Italian manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the Italian version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptitude-doc-ja Priority: optional Section: doc Installed-Size: 1165 Maintainer: Aptitude Development Team Architecture: all Source: aptitude Version: 0.6.8.2-1.31.201403130817 Provides: aptitude-doc Suggests: aptitude Filename: 4.0-0/all/aptitude-doc-ja_0.6.8.2-1.31.201403130817_all.deb Size: 354194 MD5sum: c5d3cf13f72c94711179de5b1804a445 SHA1: 4a517aee1ad7b26810b2c20adbfcb96d3396189b SHA256: 507cf5aa9784f8b747c458ee696b50efe313a9e95670b5dbd58e6b56d313d1f3 Description: Japanese manual for aptitude, a terminal-based package manager aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . This package contains the Japanese version of the aptitude user's manual in HTML format. Homepage: http://aptitude.alioth.debian.org/ Package: aptoncd Priority: extra Section: admin Installed-Size: 1762 Maintainer: Fabrice Coutadeur Architecture: all Version: 0.1.98+bzr117-1.2.12.201403130123 Depends: python (<< 2.8), python (>= 2.6), python-central (>= 0.6.11), python2.7, libgnomevfs2-0, genisoimage, apt-utils, synaptic (>= 0.57.7), python-gnome2, python-apt (>= 0.7.93), python-glade2, python-dbus, lsb-release, gksu, python-gtk2, gnome-icon-theme Recommends: k3b | brasero, yelp Suggests: update-notifier, gdebi Filename: 4.0-0/all/aptoncd_0.1.98+bzr117-1.2.12.201403130123_all.deb Size: 267326 MD5sum: 9328ba2f68132724fc4ab524ffbc8833 SHA1: b37ae462380475cbd0242c09b1587215e02ed879 SHA256: 966f4ee44212bce5920ace01f1ea30c6391c1022bc881da837c679c01084905c Description: Installation disc creator for packages downloaded via APT APT removable repository creator and package backup tool for Debian based systems. . This tool will allow you to create a media (CD or DVD) to use to install software via APT in a non-connected machine, as well upgrade and install the same set of softwares in several machines with no need to re-download the packages again. Homepage: http://aptoncd.sourceforge.net Python-Version: 2.6, 2.7 Package: aqsis-examples Priority: optional Section: graphics Installed-Size: 1456 Maintainer: Manuel A. Fernandez Montecelo Architecture: all Source: aqsis Version: 1.8.1-3.18.201403130158 Replaces: aqsis-data (<< 1.6.0) Suggests: aqsis, python Breaks: aqsis-data (<< 1.6.0) Filename: 4.0-0/all/aqsis-examples_1.8.1-3.18.201403130158_all.deb Size: 376352 MD5sum: fad4780b8e40f4079870d53b1696604e SHA1: c29b1943ab3b0bcb1f2b67c0631a2817a041e077 SHA256: 655fd0c85b6f047caef63e821834563564887452dde98ed2ef39004c6180184a Description: 3D rendering solution adhering to the RenderMan(R) standard, examples Aqsis is a high quality, photorealistic, 3D rendering solution. It complies with the RenderMan(R) interface standard defined by Pixar. . The RenderMan(R) standard has been used in film and television visual effects since its introduction in 1989. Pixar has used their own implementation for all of their award winning CG features, and provided their implementation for use in the visual effects of most major blockbuster films over the last 2 decades. The Aqsis project offers a way for individuals and organisations alike to gain experience with the RenderMan(R) interface without the cost of commercial software licenses. . This package contains examples like scenes, procedurals and shaders. Homepage: http://www.aqsis.org/ Package: arandr Priority: optional Section: x11 Installed-Size: 480 Maintainer: Christian M. Amsüss Architecture: all Version: 0.1.6-1.10.201403130241 Depends: python (>= 2.6.6-7~), python (<< 2.8), x11-xserver-utils | xrandr, python-gtk2 Filename: 4.0-0/all/arandr_0.1.6-1.10.201403130241_all.deb Size: 70578 MD5sum: d6184c5b1d267aa9461e49f249a02792 SHA1: b1615fa84df59366de52c598addf18bbe6adb7d0 SHA256: 6be5f66b3f3fae94a04e779215921cc85d23353397430676a5a792cc67010c96 Description: Simple visual front end for XRandR ARandR is a visual front end for XRandR 1.2/1.3 (per display options), which provides full control over positioning, saving and loading to/from shell scripts and easy integration with other applications. Homepage: http://christian.amsuess.com/tools/arandr/ Package: archivemail Priority: optional Section: mail Installed-Size: 164 Maintainer: Nikolaus Schulz Architecture: all Version: 0.9.0-1.5.201403130304 Depends: python (>= 2.6), python (<< 2.8) Filename: 4.0-0/all/archivemail_0.9.0-1.5.201403130304_all.deb Size: 44506 MD5sum: 9dde5e0bd2807919a684d36a81c99de2 SHA1: 69d5fb26ad52ce425cef435d8c165e52288a3367 SHA256: 76494a785e7b1d98e98129b7a9bc49d7e7f05dff15963621cba07514265e7f94 Description: archive and compress or delete your old email Archivemail moves old mail out of a mailbox (in Maildir, MH, or mbox format, or via IMAP) and archives it in a compressed mbox-format mailbox file. It is well suited to be run from cron for automatic archiving of your old mail. Archivemail can also just delete old mail so it is useful for cleaning up mailing list or spam mailboxes. Homepage: http://archivemail.sourceforge.net/ Package: archmage Priority: optional Section: utils Installed-Size: 150 Maintainer: Mikhail Gusarov Architecture: all Version: 1:0.2.4-3.4.201403130313 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-chm, python-beautifulsoup Suggests: libapache2-mod-python, elinks | links, htmldoc Filename: 4.0-0/all/archmage_0.2.4-3.4.201403130313_all.deb Size: 29016 MD5sum: 0e6780288eb326bee3f05a8df87a6d4c SHA1: 6ab3e4d2d6a2db7f232f687ff0bc9e25d715b0bf SHA256: c47d9de2a064c710cc1efda4f57f28a4ef07004eb5ca895a5793c303ac76acd8 Description: CHM(Compiled HTML) Decompressor arCHMage is a reader and decompiler for files in the CHM format. This is the format used by Microsoft HTML Help, and is also known as Compiled HTML. . arCHMage provides the following features: - Extracting CHM content to set of HTML, CSS files and images - Dumping HTML data from CHM as a plain text - Serving CHM contents as a standalone HTTP server - Serving CHM content with Apache by providing Apache module mod_chm. Homepage: http://archmage.sf.net Package: archmbox Priority: optional Section: mail Installed-Size: 106 Maintainer: Alberto Furia Architecture: all Version: 4.10.0-2.4.201403130316 Depends: perl, psmisc, bzip2, uw-mailutils Filename: 4.0-0/all/archmbox_4.10.0-2.4.201403130316_all.deb Size: 37604 MD5sum: 6c07b96387d848ab069929ef52813d35 SHA1: 5485fa4394bf443a8666174b6c9a82472aa7e3c7 SHA256: 24d9b24229f85c81e8c122d29f4b92221326e7b7bbe1e5035c6def2d4b92365c Description: a simple email archiver written in perl Archmbox is a simple email archiver written in perl; it parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages. At this time archmbox supports mbox and mbx mailbox formats. . Messages selection is based upon a date criteria; an absolute date or a days offset can be specified. It is also possible to refine the selection using regular expressions on the header fields of the message. All archived messages are stored in a new mailbox with the same name of the original one plus .archived as extension (this is the default, but can be changed); the archive mailbox can be saved in gz or bz2 compressed format as well. Homepage: http://adc-archmbox.sourceforge.net/ Package: arduino-core Priority: extra Section: electronics Installed-Size: 4422 Maintainer: Scott Howard Architecture: all Source: arduino Version: 1:1.0.1+dfsg-7.12.201403130406 Depends: gcc-avr (>= 4.7.0), avrdude, gcc, avr-libc (>= 1.8.0) Suggests: arduino-mk Filename: 4.0-0/all/arduino-core_1.0.1+dfsg-7.12.201403130406_all.deb Size: 721154 MD5sum: eec00b6f5d79ffecd286a1498a02ae1e SHA1: ddfbead66d825bc696f6c56e6bfb6853917737e1 SHA256: 5d67bbcf26b22a699affb7d2f61c743f025c44f36a70e950c40a01e9b4efaacb Description: Code, examples, and libraries for the Arduino platform Arduino is an open hardware microcontroller platform. This package contains the minimal set of tools to allow one to program an Arduino. It also contains examples and libraries. For a CLI, see the 'arduino-mk' package. . This package does not include the Java based Integrated Development Environment, which can be found in the 'arduino' package. Homepage: http://www.arduino.cc Package: arduino-mk Priority: extra Section: electronics Installed-Size: 117 Maintainer: Debian Science Maintainers Architecture: all Version: 0.8-5.2.201403130411 Replaces: arduino-core (<< 1:1.0+dfsg-8) Depends: arduino-core (>= 1:1.0+dfsg-8), libconfig-yaml-perl, perl-doc Breaks: arduino-core (<< 1:1.0+dfsg-8) Filename: 4.0-0/all/arduino-mk_0.8-5.2.201403130411_all.deb Size: 27820 MD5sum: df69f1b1ed4f5d8c444f2033b567dd7c SHA1: 6dea4557df6c098c0eda83c1b3f4567e6c3c6239 SHA256: 155eebf775407c54122d5ac2abe1a0e1e5231954dd12af368f093a17eec5cbf4 Description: Program your Arduino from the command line Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. . This package will install a Makefile to allow for CLI programming of the Arduino platform. Homepage: http://mjo.tc/atelier/2009/02/arduino-cli.html Package: arduino Priority: extra Section: electronics Installed-Size: 1293 Maintainer: Scott Howard Architecture: all Version: 1:1.0.1+dfsg-7.12.201403130406 Depends: default-jre | java6-runtime, libjna-java, librxtx-java (>= 2.2pre2-3), arduino-core (= 1:1.0.1+dfsg-7.12.201403130406) Recommends: extra-xdg-menus, policykit-1 Filename: 4.0-0/all/arduino_1.0.1+dfsg-7.12.201403130406_all.deb Size: 1123808 MD5sum: 6b2b854288d8402a75ebe9d85fc409e4 SHA1: e3e3225984ba196ab6c0a331f6ed12f4556fde8b SHA256: 47d570ff61a59d3adb86a1413de5387db202afd3efcea7aa88274dfb9818244a Description: AVR development board IDE and built-in libraries Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. . This package will install the integrated development environment that allows for program writing, code verfication, compiling, and uploading to the Arduino development board. Libraries and example code will also be installed. Homepage: http://www.arduino.cc Package: arename Priority: optional Section: sound Installed-Size: 234 Maintainer: Debian Perl Group Architecture: all Version: 4.0-2.4.201403130414 Depends: perl, libreadonly-perl, libaudio-scan-perl Filename: 4.0-0/all/arename_4.0-2.4.201403130414_all.deb Size: 77772 MD5sum: 608b0e2222112f744e62f6131370ffdf SHA1: d8d97f20f0446fe3c6181576ae87af2286512d13 SHA256: 79e9c0dc7bceae944f3d92e360e6294fea04dd9ad122b6190b3be3ac6ed9e3d3 Description: automatic audio file renaming tool arename is a tool that is able to rename audio files by looking at a file's tagging information. It uses this information to assemble a consistent destination file name. The user can define the format of the destination filename by the use of template strings. Homepage: http://ft.bewatermyfriend.org/comp/arename.html Package: ario-common Priority: optional Section: sound Installed-Size: 1477 Maintainer: Marc Pavot Architecture: all Source: ario Version: 1.5.1-1.6.201403130507 Replaces: ario (<< 1.2.1-1) Recommends: ario Filename: 4.0-0/all/ario-common_1.5.1-1.6.201403130507_all.deb Size: 275578 MD5sum: 40a50bccd04ca1c30c2b443beb4fdb77 SHA1: b178b4dc2b9f8991695b4eccee66fd062bbd0a5b SHA256: 963c69fd6a0ec08e577f2a22020635101718c0ac10f7efe3047c68c96bdb9062 Description: GTK+ client for the Music Player Daemon (MPD) (Common files) Ario is a full featured client for MPD (Music Player Daemon). The interface used to browse the library is inspired by Rhythmbox but Ario aims to be much lighter and faster. It uses GTK2, avahi for MPD server detection and curl to download remote files (like cover arts and lyrics). Various plugins are provided like audioscrobbler/last.fm submission or multimedia keys support. . This package contains ario's architecture-independent support files. Homepage: http://ario-player.sourceforge.net/ Package: arista Priority: optional Section: video Installed-Size: 1516 Maintainer: Alessio Treglia Architecture: all Version: 0.9.7-4.5.201403130520 Depends: python-gtk2 (>= 2.16), python-gobject, python-cairo, python-gudev, python-simplejson, python-gconf, python-dbus, python-gst0.10 (>= 0.10.14), gnome-icon-theme | gnome-icon-theme-gartoon | gnome-icon-theme-nuovo | gnome-icon-theme-yasis | lxde-icon-theme | moblin-icon-theme | tango-icon-theme | gnome-themes-more | gnome-accessibility-themes, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, python (>= 2.6.6-7~), python (<< 2.8) Recommends: gnome-codec-install, gstreamer0.10-plugins-bad | gstreamer0.10-plugins-really-bad | gstreamer0.10-plugins-bad-multiverse, gstreamer0.10-plugins-ugly | gstreamer0.10-plugins-ugly-multiverse Suggests: python-notify, python-webkit Filename: 4.0-0/all/arista_0.9.7-4.5.201403130520_all.deb Size: 281854 MD5sum: c5edc791a809a1e297549f2f15930735 SHA1: 0759d6e9237c954f87acf62cf4a573f5134be897 SHA256: 3a152891f66babade594787f0117284330b1868c7f42f766733bc9db5bf20e47 Description: multimedia transcoder for the GNOME Desktop Arista is a simple multimedia transcoder, it focuses on being easy to use by making complex task of encoding for various devices simple. . Users should pick an input and a target device, choose a file to save to and go. Features: * Presets for iPod, computer, DVD player, PSP, Playstation 3, and more. * Live preview to see encoded quality. * Automatically discover available DVD media and Video 4 Linux (v4l) devices. * Rip straight from DVD media easily (requires libdvdcss). * Rip straight from v4l devices. * Simple terminal client for scripting. * Automatic preset updating. Homepage: http://www.transcoder.org Package: arno-iptables-firewall Priority: optional Section: net Installed-Size: 717 Maintainer: Michael Hanke Architecture: all Version: 2.0.1.c-1.5.201403130541 Depends: iptables (>= 1.2.11), gawk, debconf (>= 1.3.22) | cdebconf (>= 0.43), debconf (>= 0.5) | debconf-2.0, iproute Recommends: curl, dnsutils, rsyslog (>= 5.8.1-1~) Filename: 4.0-0/all/arno-iptables-firewall_2.0.1.c-1.5.201403130541_all.deb Size: 159124 MD5sum: b35f6bbac9f32b88f08c6fdc9e45c798 SHA1: b2297f290def11c36526de8be747eae6dc22341e SHA256: aa874c7e9b395153c0982caed53362770947fa9d1f306bc8d4cecfbbcba1ce7c Description: single- and multi-homed firewall script with DSL/ADSL support Unlike other lean iptables frontends in Debian, arno-iptables-firewall will setup and load a secure, restrictive firewall by just asking a few question. This includes configuring internal networks for internet access via NAT and potential network services (e.g. http or ssh). . However, it is in no way restricted to this simple setup. Some catch words of additional features, that can be enabled in the well documented configuration file are: DSL/ADSL, Port forwarding, DMZ's, portscan detection, MAC address filtering. Homepage: http://rocky.eld.leidenuniv.nl/ Package: aroarfw-dev Priority: optional Section: devel Installed-Size: 116 Maintainer: Patrick Matthäi Architecture: all Source: aroarfw Version: 0.1~beta4-5.5.201403130543 Filename: 4.0-0/all/aroarfw-dev_0.1~beta4-5.5.201403130543_all.deb Size: 19994 MD5sum: f1e67b1fa57e576781aafde9c11b6a2d SHA1: c62d90d907fe1969ec8c8d8982ca2b069f183c2e SHA256: de58a3451fddebef5bb57da03a8abe7ee81cbd9825442a6ea8bcc9ea698d8412 Description: framework to build hardware with RoarAudio protocol support This is a framework used to build hardware with support for the RoarAudio protocol. . This package contains C header files with most important magic numbers, data types and macros to work on RoarAudio messages. . This is not a complete library to access a server. If you search for a library which handles all the stuff for you on UNIX and UNIX like Operating Systems like Debian you better have a look at libroar and libmuroar. Homepage: http://roaraudio.keep-cool.org/ Package: aroarfw-doc Priority: optional Section: doc Installed-Size: 1014 Maintainer: Patrick Matthäi Architecture: all Source: aroarfw Version: 0.1~beta4-5.5.201403130543 Recommends: aroarfw-dev (= 0.1~beta4-5.5.201403130543) Filename: 4.0-0/all/aroarfw-doc_0.1~beta4-5.5.201403130543_all.deb Size: 267778 MD5sum: 679711d4f14342a4d1d9cd1bca49c253 SHA1: d14cd40b6db4de1ae3b647edd7781234127807dc SHA256: fc9116d6f389cb13507baa0f8502fd18226c17c00e922cdb3498a1cc237bea13 Description: framework to build hardware with RoarAudio protocol support (documentation) This is a framework used to build hardware with support for the RoarAudio protocol. . This package contains documentation with most important magic numbers, data types and macros to work on RoarAudio messages. . This is not a complete library to access a server. If you search for a library which handles all the stuff for you on UNIX and UNIX like Operating Systems like Debian you better have a look at libroar and libmuroar. Homepage: http://roaraudio.keep-cool.org/ Package: asciidoc Priority: optional Section: text Installed-Size: 3165 Maintainer: Fredrik Steen Architecture: all Version: 8.6.7-1.12.201403130654 Depends: python (>= 2.4) Recommends: docbook-utils, xmlto, dblatex, libxml2-utils Suggests: vim-addon-manager, source-highlight Filename: 4.0-0/all/asciidoc_8.6.7-1.12.201403130654_all.deb Size: 1423592 MD5sum: a34af2ffb3e9f949d4de0f06dc059fb1 SHA1: d800f8056a873979617b16b4a4e8ded68f61e292 SHA256: 4ac8fa01076fc2a84fd279ea1cdbb81ae2eec08d29f558f0db7af642d6959210 Description: Highly configurable text format for writing documentation AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats Multi-Arch: foreign Homepage: http://www.methods.co.nz/asciidoc/ Package: asciio Priority: optional Section: utils Installed-Size: 364 Maintainer: David Paleino Architecture: all Version: 1.02.71-1.5.201403130703 Depends: perl (>= 5.9.3), libeval-context-perl, libcompress-bzip2-perl, libgtk2-perl, libdata-treedumper-renderer-gtk-perl, libdata-treedumper-perl, liblist-moreutils-perl, libalgorithm-diff-perl, libfile-slurp-perl, libglib-perl, libreadonly-perl, libmodule-util-perl, libclone-perl Filename: 4.0-0/all/asciio_1.02.71-1.5.201403130703_all.deb Size: 73588 MD5sum: d831013f5161d1a4dfaa1150894aaa82 SHA1: 1dc9354f6da8ad801adc5a898b3b0602cf233468 SHA256: 60a20ef8d9159a554fd69411e1eb6a5eb6db89eb10cec494e9fc6cc6499d9b55 Description: dynamically create ASCII charts and graphs with GTK+2 This gtk2-perl application allows you to draw ASCII diagrams in a modern (but simple) graphical application. The ASCII graphs can be saved as ASCII or in a format that allows you to modify them later. Homepage: http://search.cpan.org/dist/App-Asciio/ Package: asclock-themes Priority: optional Section: x11 Installed-Size: 1041 Maintainer: Helge Kreutzmann Architecture: all Source: asclock Version: 2.0.12-23.5.201403130709 Suggests: asclock Filename: 4.0-0/all/asclock-themes_2.0.12-23.5.201403130709_all.deb Size: 245760 MD5sum: 82ef9defdfc40327e8110ffa9e128f82 SHA1: 4900c98d435b23daddca716e97bf254d1fea2384 SHA256: 0c9235d6edd7d13690c95a53ded5ed4e249fddac452a693afa645a1f8424f7da Description: Theme files for ASclock, a clock applet This package provides various themes for the various ASclock packages, among them a classic theme, which mimics the original ASclock application. Package: ash Priority: optional Section: shells Installed-Size: 66 Maintainer: Gerrit Pape Architecture: all Source: dash Version: 0.5.7-3.12.201403190449 Pre-Depends: dash Filename: 4.0-0/all/ash_0.5.7-3.12.201403190449_all.deb Size: 29240 MD5sum: 0ddc11ff50a15f49b66d69023dbef267 SHA1: 1da4aa2a083e8c4f9c4fa1c6d25a80a364e2285f SHA256: 9b65df6be273d95a48c5cee341ad8210d500874a57d7be0d77834c3c152b090f Description: compatibility package for dash This package allows upgrading ash to its replacement, dash. It includes the /bin/ash symlink. It can be removed as soon as /bin/ash is no longer used. Homepage: http://gondor.apana.org.au/~herbert/dash/ Package: asis-doc Priority: optional Section: doc Installed-Size: 1845 Maintainer: Ludovic Brenta Architecture: all Source: asis Version: 2010-5.4.201403130736 Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat Filename: 4.0-0/all/asis-doc_2010-5.4.201403130736_all.deb Size: 1067068 MD5sum: b6b6ae4b8afa72693e2bed5d183383d0 SHA1: 27b5aa1a352bef62dce20252e4354d85bffb61de SHA256: d2e39607e27f1c7e649fe19274792e5ef4b42ad923a9093301e84837d2e80725 Description: Ada Semantic Interface Specification (ASIS) documentation ASIS (Ada Semantic Interface Specification) lets you develop applications to walk through the sources of your Ada programs and examine the semantic constructs. . This package contains the documentation in HTML, info, PDF and plain text formats. Package: asp.net-examples Priority: optional Section: web Installed-Size: 418 Maintainer: Debian Mono Group Architecture: all Source: xsp Version: 2.10-2.4.15.201403161042 Replaces: asp.net2-examples Depends: mono-runtime (>= 1.1.8.1), libmono-corlib2.0-cil (>= 2.6.3), libmono-sqlite2.0-cil (>= 2.10.7), libmono-system-data2.0-cil (>= 2.6.3), libmono-system-web2.0-cil (>= 2.10.3), libmono-system2.0-cil (>= 2.10.3), mono-xsp2 | mono-apache-server2 | mono-fastcgi-server2 Conflicts: asp.net2-examples Filename: 4.0-0/all/asp.net-examples_2.10-2.4.15.201403161042_all.deb Size: 119918 MD5sum: 21b68f23dfaeccd07a6ccc291f5a6428 SHA1: 8b9f95137da76b4fb7d052e1478a89dcae830d7b SHA256: 99b8d2075a8ea5db39b749fb00a52ae8b4b301000ef91c4b6f0cafe36b11a050 Description: demo pages for ASP.NET infrastructure Sample set of .aspx pages to test the XSP server or the mod_mono Apache module. Homepage: http://www.mono-project.com/ASP.NET Package: aspectj-doc Priority: optional Section: doc Installed-Size: 2130 Maintainer: Debian Java Maintainers Architecture: all Source: aspectj Version: 1.6.12+dfsg-3.9.201403130848 Suggests: libaspectj-java-doc Filename: 4.0-0/all/aspectj-doc_1.6.12+dfsg-3.9.201403130848_all.deb Size: 547152 MD5sum: 63a4922427552ef6ca2fc8ff2cc5daa3 SHA1: 2c543ad0e2dc90054d42f807c80d9fc188b7c813 SHA256: 2cd6416360c3ada097aeb18bb1cea8e4aee1befeb035c84a743c4921290bd6f5 Description: aspect-oriented extension for Java - documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides AspectJ Programming Guide, Diagnosis Guide and Development Environment Guide and Development Kit Developer's Notebook. Homepage: http://www.eclipse.org/aspectj Package: aspectj Priority: optional Section: java Installed-Size: 108 Maintainer: Debian Java Maintainers Architecture: all Version: 1.6.12+dfsg-3.9.201403130848 Depends: libaspectj-java (= 1.6.12+dfsg-3.9.201403130848), default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/aspectj_1.6.12+dfsg-3.9.201403130848_all.deb Size: 64438 MD5sum: f8e3e6c1419c2d2ffe522b97b9668740 SHA1: eb611a640ee638c8a1909ba351b4dcaa251c0b31 SHA256: cd6a143ffde445d37fec5a491338204fcd5ee57a695f86442280c08edb413e01 Description: aspect-oriented extension for Java - tools AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser). Homepage: http://www.eclipse.org/aspectj Package: aspell-am Priority: optional Section: text Installed-Size: 131 Maintainer: Lior Kaplan Architecture: all Version: 0.03-1-4.4.201403130908 Provides: aspell-dictionary Depends: aspell (>= 0.60), dictionaries-common (>= 0.70.0) Filename: 4.0-0/all/aspell-am_0.03-1-4.4.201403130908_all.deb Size: 46100 MD5sum: e7d45c41aad1ec426ed740439cf0325c SHA1: 006de0e24356f4f4d0848e0c86cf36223257f578 SHA256: 90d9bf3d33590e2dd02669130032cfcd6997c556cfa90e4d84a2620afe2d6a48 Description: Amharic dictionary for aspell This package contains all the required files to add support for Amharic language to aspell spell checker. Homepage: ftp://ftp.gnu.org/gnu/aspell/dict/am/ Package: aspell-ar-large Priority: optional Section: text Installed-Size: 2284 Maintainer: Debian Arabic Packaging Team Architecture: all Version: 1.2-0-2.4.201403130916 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-ar-large_1.2-0-2.4.201403130916_all.deb Size: 2225504 MD5sum: b5e7b167b0ad7f9eb1408fdd527d8664 SHA1: 56e42eb199ea91850b94a947259ef354e5347126 SHA256: 89961e7ff34ad18de3629a3d63c99ef87adb11ae0d4d6ffcc5dbf7c9d52a19b8 Description: Large Arabic dictionary for aspell This is a large Arabic dictionary for Aspell by Google. The original word list used for this package was generated using The Buckwalter Arabic Morphological Analyzer Version 1.0. . This package is huge so you might experience some performance degradation with aspell. Homepage: http://ftp.gnu.org/gnu/aspell/dict/ar/ Package: aspell-ar Priority: optional Section: text Installed-Size: 160 Maintainer: Debian Arabic Packaging Team Architecture: all Version: 0.0.20060329-4.4.201403130913 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2) Filename: 4.0-0/all/aspell-ar_0.0.20060329-4.4.201403130913_all.deb Size: 107494 MD5sum: 4aad96ffaad10d69fb633d44af0f33ed SHA1: 022c170eded7218031ffb32e7ff4b595a6de58f1 SHA256: 5a6fe13806d6de4d4c3acc65c67135bf61c9dbfe4a01d19d7eaf3221ccd7bc94 Description: Arabic dictionary for aspell This package contains all the required files to add support for Arabic language to aspell spell checker. Homepage: http://foolab.org/projects/arspell/ Package: aspell-bg Priority: optional Section: text Installed-Size: 720 Maintainer: Damyan Ivanov Architecture: all Source: bgoffice Version: 4.1-3.4.201403141709 Provides: aspell-dictionary Depends: aspell, dictionaries-common Filename: 4.0-0/all/aspell-bg_4.1-3.4.201403141709_all.deb Size: 652236 MD5sum: 83a86ed0007438ef17107fd787d612df SHA1: 6de0870865578aed3089a35df01f271a3748a3b4 SHA256: 0403e5b73b32efdbe1b3a310af9532afbea995b651f376bc6720d81d25a78884 Description: Bulgarian dictionary for aspell This package contains all the required files to add support for Bulgarian language to the GNU Aspell spell checker. . It contains both Bulgarian-only dictionary and a mixed Bulgarian + English one useful for checking the spelling of mixed texts. Homepage: http://bgoffice.sourceforge.net/ Package: aspell-bn Priority: optional Section: text Installed-Size: 2065 Maintainer: Debian-IN Team Architecture: all Version: 1:0.01.1-1-2.5.201403130921 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-bn_0.01.1-1-2.5.201403130921_all.deb Size: 948316 MD5sum: 24a3b76258d016fca7f4dca4efa60985 SHA1: b7219d6be33b5defd500ed80ed45fdd395c959d9 SHA256: 8ef6efcd794ff80eeb74646377765c86b94fdb99e6a91ec28c00b2ec80157c9c Description: Bengali (bn) dictionary for GNU aspell This package contains the required files to add support for the Bengali (bn) language to the GNU Aspell spell checker. . This list is developed by the Ankur Group. Homepage: http://www.bengalinux.org/ Package: aspell-br Priority: optional Section: text Installed-Size: 124 Maintainer: Brian Nelson Architecture: all Version: 0.50-2-6.4.201403130924 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Suggests: aspell-bin Filename: 4.0-0/all/aspell-br_0.50-2-6.4.201403130924_all.deb Size: 66426 MD5sum: 4bb7d5ac5aa4b01978c4edfbe01b0021 SHA1: 1cff1df2fa837176fd187003efd5c9bef4aa59dc SHA256: 7db8287c8322fcee3daa8ad0da73227038e1b7e34c29a5a5268e127d2cd72b32 Description: Breton dictionary for GNU Aspell This package contains all the required files to add support for the Breton language to the GNU Aspell spell checker. Package: aspell-ca Priority: optional Section: text Installed-Size: 387 Maintainer: Jordi Mallach Architecture: all Source: softcatala-spell Version: 0.20111230b-4.4.201403201059 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 1.1) Filename: 4.0-0/all/aspell-ca_0.20111230b-4.4.201403201059_all.deb Size: 318820 MD5sum: 07cd8e63a0eea03a271d9f40db1d6845 SHA1: dece7dcdca6553b0ef1a88de729fafcf860ced64 SHA256: af0be6764a2105f07d6a2f0e34b94002db5ca38d3539f1423684c4b187aacdb5 Description: Catalan dictionary for aspell This package contains all the required files to add support for the Catalan language to the GNU Aspell spell checker. . It was put together by Joan Moratinos using data from different sources. Homepage: http://www.softcatala.org/wiki/Corrector_ortogr%C3%A0fic Package: aspell-cs Priority: optional Section: text Installed-Size: 1035 Maintainer: Miroslav Kure Architecture: all Version: 0.51.0-1.4.201403130928 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-cs_0.51.0-1.4.201403130928_all.deb Size: 1002380 MD5sum: 94bf3be962f7d248ee4de50cf82e0449 SHA1: b91b1dd6cd25277ce97528b186bad332a6fb8a3b SHA256: d094e37e3d9d414c0497de29f34a54e957f5a3edd9211372e5f7afc927019a8d Description: Czech dictionary for GNU Aspell This package contains all the required files to add support for the Czech language to the GNU Aspell spell checker. Package: aspell-cy Priority: optional Section: text Installed-Size: 210 Maintainer: Brian Nelson Architecture: all Version: 0.50-3-6.4.201403130933 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-cy_0.50-3-6.4.201403130933_all.deb Size: 157340 MD5sum: 0686b9fa9c28405f36d9de0d63e83ded SHA1: 38c517f6fe964959a5cb8df1fd14660abfd201f6 SHA256: cc1b95cd41acecd8520eade9444008ae30f25e136d483bc2a567f022a260f5d5 Description: Welsh dictionary for GNU Aspell This package contains all the required files to add support for the Welsh language to the GNU Aspell spell checker. Package: aspell-de-alt Priority: optional Section: text Installed-Size: 416 Maintainer: Roland Rosenfeld Architecture: all Source: hkgerman Version: 1:2-28.4.201403191438 Provides: aspell-dictionary Depends: aspell (>> 0.60.3-2), dictionaries-common (>= 0.9.1) Breaks: aspell-de (<< 0.60-20030222-1-3) Filename: 4.0-0/all/aspell-de-alt_2-28.4.201403191438_all.deb Size: 327022 MD5sum: 4d81b02812ea7f3a91baf54c35e2df2d SHA1: ac06f25c204a9b1a233976ae990262e2bcd650e7 SHA256: e8a09eaea8960ef3b15000fa97c39e78b77e73f72003d4ca0b5e9fea1ede8750 Description: German dictionary for aspell (old spelling) This package contains German dictionaries for the aspell spell checker. . Dictionaries included are de-alt (deutsch-alt/german-old) and de_CH-alt, all using the old German orthography from 1901 (alte Rechtschreibung). . The new (1996) spelling is provided by aspell-de. Package: aspell-de Priority: optional Section: text Installed-Size: 411 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Provides: aspell-dictionary Depends: aspell (>= 0.60.5-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-de_20120607-1.20.201403201333_all.deb Size: 331280 MD5sum: b64f8b73a71a3d8f7f910fd0f4ea43f1 SHA1: 64e0ec608238b90260af6407ff2cf685426f2a78 SHA256: 3e1656e9a4967694155b1fefbb15d4b35a6cd74496959779dc0991dcb6a1a33b Description: German dictionary for aspell This package contains German dictionaries for the aspell spell checker. . Dictionaries included are: de_DE (de/deutsch/german), de_CH (swiss), and de_AT, all using the new German orthography from 1996 (neue Rechtschreibung). . The old (1901) spelling is provided by aspell-de-alt. Homepage: http://j3e.de/ispell/igerman98/ Package: aspell-doc Priority: optional Section: doc Installed-Size: 865 Maintainer: Brian Nelson Architecture: all Source: aspell Version: 0.60.7~20110707-1.15.201403130902 Depends: dpkg (>= 1.15.4) | install-info Suggests: aspell (>> 0.60) Filename: 4.0-0/all/aspell-doc_0.60.7~20110707-1.15.201403130902_all.deb Size: 304178 MD5sum: 4ce3ed929b484c7ef91a9f8868ddb53a SHA1: 827de08a63ea764995633fa51531e7fdd8e18b45 SHA256: 10efa6df91e1a7205fc0e5909ad988e55084b9b94121dd3802385bef760ef40d Description: Documentation for GNU Aspell spell-checker This package contains the documentation for GNU Aspell in various formats. The aspell package comes with minimal man pages. Install this package if you need further information on the development process and workings of Aspell. Homepage: http://aspell.net/ Package: aspell-el Priority: optional Section: text Installed-Size: 486 Maintainer: Brian Nelson Architecture: all Version: 0.50-3-6.4.201403130936 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-el_0.50-3-6.4.201403130936_all.deb Size: 434476 MD5sum: 101b3a980560fc2a80aa490ffb8e42b0 SHA1: 3430f70faa96bc72f7b3eebd5a88681abaaefb04 SHA256: c048ccfa606a47a887c86678141f7ce01740627ba35911ab70c074c815ec0454 Description: Greek dictionary for GNU Aspell This package contains all the required files to add support for the Greek language to the GNU Aspell spell checker. Package: aspell-eo-cx7 Priority: optional Section: text Installed-Size: 249 Maintainer: Agustin Martin Domingo Architecture: all Source: eo-spell Version: 2.1.2000.02.25-45.4.201403220313 Provides: aspell-dictionary Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2) Filename: 4.0-0/all/aspell-eo-cx7_2.1.2000.02.25-45.4.201403220313_all.deb Size: 196096 MD5sum: fe78f0766da07e196c4cf70c9ac87b11 SHA1: 82d0a6993be02ca85baa1dd4e1fd8dafbbcb8091 SHA256: bed13aebc26ab7e06606812684f12c88d5b5b22711ea27d4b95caeddc5a259c7 Description: Esperanto dictionary for aspell, "cx" 7bit encoding This is the Esperanto dictionary for use with the aspell spellchecker. The dictionary is based on the words from Plena Ilustrita Vortaro, with additional country/language names. . This package uses only the 7bit "cx" pseudo-charset. Package: aspell-eo Priority: optional Section: text Installed-Size: 177 Maintainer: Agustin Martin Domingo Architecture: all Source: eo-spell Version: 2.1.2000.02.25-45.4.201403220313 Provides: aspell-dictionary Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2) Filename: 4.0-0/all/aspell-eo_2.1.2000.02.25-45.4.201403220313_all.deb Size: 87464 MD5sum: 1e4f0c8a94632614b4d6f4f7bb7e3b18 SHA1: 5cb01a1d578b8d084e938268e3fe44ef813cd9e8 SHA256: 38189cd31b5ae64fb1682aa78fa4b9c15e18a95da2b53165f5433bff8497b27a Description: Esperanto dictionary for aspell This is the Esperanto dictionary for use with the aspell spellchecker. The dictionary is based on the words from Plena Ilustrita Vortaro, with additional country/language names. Package: aspell-es Priority: optional Section: text Installed-Size: 406 Maintainer: Agustin Martin Domingo Architecture: all Source: espa-nol Version: 1.11-4.4.201403220751 Provides: aspell-dictionary Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2) Filename: 4.0-0/all/aspell-es_1.11-4.4.201403220751_all.deb Size: 195644 MD5sum: 4c3d1bdc4597cde4a8eca4bf85200223 SHA1: 9b6da2479ff56afc3831dc2ade52418a19418d46 SHA256: b752330eb8b87af2c75f6eb3f2553eef31d6141e471406aa0329eaa90e2dfa08 Description: Spanish dictionary for aspell This is the Spanish dictionary for use with the aspell spellchecker. It is based on ispell dictionary put together by Santiago Rodriguez and Jesus Carretero. Homepage: http://www.datsi.fi.upm.es/~coes Package: aspell-et Priority: optional Section: text Installed-Size: 525 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-et Version: 1:20030606-20.4.201403210732 Provides: aspell-dictionary Depends: dictionaries-common (>= 0.49.2), aspell (>= 0.60.4) Filename: 4.0-0/all/aspell-et_20030606-20.4.201403210732_all.deb Size: 269398 MD5sum: 51bfe303034dd155d210525761b9443a SHA1: ef490e23c5c8093b31d13386f50f6c25b62d916a SHA256: 3f54cf2a542f08ab6462371b7c5df26657cc1d562c8e79fa42fdab51195840c1 Description: Estonian dictionary for Aspell This dictionary provides Estonian wordlists for the Aspell spellchecker currently supported by GNOME applications. . The wordlists are based on work by the Institute of the Estonian Language, and subsequently improved by Jaak Pruulmann who also created the affix file. Homepage: http://www.meso.ee/~jjpp/speller/ Package: aspell-eu-es Priority: optional Section: text Installed-Size: 846 Maintainer: Agustin Martin Domingo Architecture: all Source: xuxen-eu-spell Version: 0.4.20081029-6.4.201403161325 Provides: aspell-dictionary Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2) Filename: 4.0-0/all/aspell-eu-es_0.4.20081029-6.4.201403161325_all.deb Size: 304956 MD5sum: b001272ef4de3b6702fb0b8b5fc9f648 SHA1: 60f581f3db352a76a5d73fc7803d4c766483c3ba SHA256: 2daca14e487100203999a40cf9a02e082fb27c0801863d58abb356bc74388ea2 Description: Basque (Euskera) dictionary for aspell This is the Basque (Euskera) dictionary for use with the aspell spellchecker. . Note that the myspell2/aspell part was not updated by upstream since version 3. Homepage: http://www.euskara.euskadi.net/r59-20660/es/contenidos/informacion/euskarazko_softwarea/es_9568/xuxen.html Package: aspell-fa Priority: optional Section: text Installed-Size: 293 Maintainer: Debian Arabic Packaging Team Architecture: all Version: 0.11-0-2.4.201403130942 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.0) Filename: 4.0-0/all/aspell-fa_0.11-0-2.4.201403130942_all.deb Size: 198318 MD5sum: 1d87ab970b466250aa5328b41aa2a42f SHA1: adae79104ccd94244b0164db79643a333d51d027 SHA256: fbea74f0ac93fb9070cdb2afe80af031ef7625aecc18d08e4a6b949ff1658890 Description: Persian dictionary for GNU Aspell This package contains all the required files to add support for Persian (Farsi) language to GNU Aspell spell checker. Homepage: http://ftp.gnu.org/gnu/aspell/dict/fa/ Package: aspell-fo Priority: optional Section: text Installed-Size: 635 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-fo Version: 0.4.1-1.4.201403210741 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.50) Filename: 4.0-0/all/aspell-fo_0.4.1-1.4.201403210741_all.deb Size: 570742 MD5sum: 921c35b5d9a636cc4f596625a87155d6 SHA1: c02743987eed50d1d175de5fea7abf8f12d5fa8a SHA256: cc8948a1283e1cfbbefb11821437219ad53463165cbbef194cc5aba235a700c5 Description: Faroese dictionary for aspell This is the Faroese dictionaries, to be used with aspell to check and correct spelling in Faroese texts. Homepage: http://fo.speling.org Package: aspell-fr Priority: optional Section: text Installed-Size: 436 Maintainer: Rémi Vanicat Architecture: all Version: 0.50-3-7.5.201403130947 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-fr_0.50-3-7.5.201403130947_all.deb Size: 377888 MD5sum: 6b70cafc8618649657b5742224366dd1 SHA1: b151e18127340744c6e1dcf5c2126979d5d0e48a SHA256: 454f77400b1737b973544b8cfde5508d9c585acef0656a05fcbca3b26d8557d9 Description: French dictionary for aspell This package contains all the required files to add support for French language to aspell spell checker. Homepage: http://ftp.gnu.org/gnu/aspell/dict/0index.html Package: aspell-ga Priority: optional Section: text Installed-Size: 385 Maintainer: Brian Nelson Architecture: all Version: 0.50-4-4.4.201403130951 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-ga_0.50-4-4.4.201403130951_all.deb Size: 321800 MD5sum: 94f81a46cc67e39d02e4d073da4f0843 SHA1: f2591a753781d579779c077332481a35835cec43 SHA256: 3c0bd7d18a8022851045663a75d3b6584737bd8fbd9d767a0eaac26df864af48 Description: Irish (Gaeilge) dictionary for GNU Aspell This package contains all the required files to add support for the Irish (Gaeilge) language to the GNU Aspell spell checker. Package: aspell-gl-minimos Priority: optional Section: text Installed-Size: 188 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-gl Version: 0.5-35.4.201403210744 Provides: aspell-dictionary Depends: dictionaries-common (>= 1.1), aspell (>> 0.60.3-2) Filename: 4.0-0/all/aspell-gl-minimos_0.5-35.4.201403210744_all.deb Size: 103772 MD5sum: 560b983f6a8e73789ad72ad111d9eae7 SHA1: e3c0dab03608098b1bc1a896cabf80b87888d763 SHA256: 8ecedf708f11dd3cd32a19b6904b60b55ff91f912c4805852d197466b197f24e Description: Aspell dictionary for Galician (minimos) This a aspell dictionary for Galician, using the "minimos" standard, as put together by Andre Ventas and Ramon Flores. . There are at least three orthographic conventions for Galician: ILG (official), reintegrationist and minimos. ILG uses orthographic conventions more similar to Spanish; reintegrationists are weighed towards Portuguese. Minimos tries to reach a middle consensus point. Homepage: http://ispell-gl.sourceforge.net Package: aspell-gu Priority: optional Section: text Installed-Size: 1529 Maintainer: Debian-IN Team Architecture: all Version: 0.03-0-7.5.201403130953 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-gu_0.03-0-7.5.201403130953_all.deb Size: 806796 MD5sum: a405f6cbd71cc7c7bcf614df52e8370b SHA1: c9971e5d955d2be68c17a5388324d8c5a2f76500 SHA256: b0d69ba158b76861cd7c52658f43dffa39cbfdcf36f69b06c11fb98d897a2556 Description: Gujarati (gu) dictionary for GNU aspell This package contains the required files to add support for the Gujarati (gu) language to the GNU Aspell spell checker. Homepage: http://sourceforge.net/projects/aspell-gu Package: aspell-he Priority: optional Section: text Installed-Size: 311 Maintainer: Debian Hebrew Packaging Team Architecture: all Version: 1.0-0-5.4.201403130956 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-he_1.0-0-5.4.201403130956_all.deb Size: 189910 MD5sum: 7f3b1fa4628968a297971a41e41c914f SHA1: 35deca51585aff8fd7fa576e51f189785be24f48 SHA256: a123daaf0cd88f86fa4be7e1beb5a7684d63bb94a6d5d1daf0462305bfef4dad Description: Hebrew dictionary for aspell This package contains all the required files to add support for Hebrew language to aspell spell checker. Homepage: ftp://ftp.gnu.org/gnu/aspell/dict/he/ Package: aspell-hi Priority: optional Section: text Installed-Size: 2125 Maintainer: Debian-IN Team Architecture: all Version: 0.02-5.5.201403130958 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-hi_0.02-5.5.201403130958_all.deb Size: 1171230 MD5sum: d34c6fc9a1338e727a59fb1684f3b828 SHA1: 4705e3b0b3a1135f8f3ce698c0538159507bf828 SHA256: 0f20f6ac0b555b682b94bef64e2204eb9773b06ab75ef332c1c037719672ad4c Description: Hindi (hi) dictionary for GNU aspell This package contains the required files to add support for the Hindi (hi) language to the GNU Aspell spell checker. Homepage: http://code.indlinux.net/projects/aspell-hindi/ Package: aspell-hr Priority: optional Section: text Installed-Size: 333 Maintainer: Vedran Furač Architecture: all Version: 0.51-4.4.201403131005 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-hr_0.51-4.4.201403131005_all.deb Size: 282270 MD5sum: 8280cc55f5a021afae816eae05df240b SHA1: d29956d42cce40b59fe0442e5d743ea267895231 SHA256: 8dce3455d5db9f550ae6591f92c02bbc0c11bca84cfb740c3b56f643c04bc95e Description: The Croatian dictionary for GNU Aspell This package contains all the required files to add support for Croatian language to the GNU Aspell spell checker. Package: aspell-hsb Priority: optional Section: text Installed-Size: 219 Maintainer: Jan Jeroným Zvánovec Architecture: all Version: 0.02.0-1.5.201403131008 Provides: aspell-dictionary Depends: aspell (>= 0.60.6-2), dictionaries-common (>= 1.4.0) Filename: 4.0-0/all/aspell-hsb_0.02.0-1.5.201403131008_all.deb Size: 122376 MD5sum: de583d109e8e3d561ed09d39e2c22025 SHA1: 8585d7accba4e672336242724dafb72fd7909411 SHA256: 4239ffd48ec98557dbe7f02704d49db0de244a5b9ae82f36009e30baff5a36b8 Description: Upper Sorbian dictionary for GNU Aspell This package contains all the required files to add support for the Upper Sorbian language to the GNU Aspell spell checker. Package: aspell-hu Priority: optional Section: text Installed-Size: 1095 Maintainer: Balint Kozman Architecture: all Version: 0.99.4.2-0-3.4.201403131014 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-hu_0.99.4.2-0-3.4.201403131014_all.deb Size: 529748 MD5sum: adde6cb82afbb115fff44536eae484bb SHA1: f1e2717571bee814474c2eefcf526f315ee45a6f SHA256: 0d538532c488c3a71f9ad7b248ce5cb3d1559d1b98963740a9aa812aa20daf5f Description: Hungarian dictionary for aspell This package contains Hungarian dictionaries for the aspell spell checker. Package: aspell-hy Priority: optional Section: text Installed-Size: 319 Maintainer: Alan Baghumian Architecture: all Version: 0.10.0-0-2.4.201403131017 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.0) Filename: 4.0-0/all/aspell-hy_0.10.0-0-2.4.201403131017_all.deb Size: 252232 MD5sum: ad989bdb86c7b878607a59267ba2a522 SHA1: 4b0d5a6eb9097b4c8e01387d1cdfc0bafa7d625f SHA256: cb5fdb07dde5c8baa73af9200f3afb880369a5e0b9dbaf48dce69fae91dcda96 Description: Armenian dictionary for GNU Aspell This package contains all the required files to add support for Armenian language to GNU Aspell spell checker. Homepage: ftp://ftp.gnu.org/gnu/aspell/dict/hy/ Package: aspell-is Priority: optional Section: text Installed-Size: 451 Maintainer: Brian Nelson Architecture: all Version: 0.51-0-4.4.201403131021 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-is_0.51-0-4.4.201403131021_all.deb Size: 404644 MD5sum: db8381a23df7c1b66e41ea886ac121a3 SHA1: 1b7dbcb2f7c60f08329874d57d8decc510c51a67 SHA256: 7128af69902864f747cee1cb80dcf229240820d066204f1dbd4c6596ea79a9a8 Description: Icelandic dictionary for GNU Aspell This package contains all the required files to add support for the Icelandic language to the GNU Aspell spell checker. Package: aspell-it Priority: optional Section: text Installed-Size: 2475 Maintainer: Giuseppe Iuculano Architecture: all Version: 2.4-20070901-0-2.4.201403131023 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-it_2.4-20070901-0-2.4.201403131023_all.deb Size: 1054494 MD5sum: b84a0d3e8f5f7de0c1ddd419474716cf SHA1: 902bb5902f6ca1eba7bac9ee4b9c62623d038029 SHA256: cea13b28ff51446b3a777fff0296c8aaf22fdf03c7b4b4996a0ae300e339fe52 Description: The Italian dictionary for GNU Aspell This package contains all the required files to add support for Italian language to the GNU Aspell spell checker. Homepage: http://linguistico.sourceforge.net Package: aspell-kk Priority: optional Section: text Installed-Size: 206 Maintainer: Timur Birsh Architecture: all Version: 0.2-1.2.201403131027 Provides: aspell-dictionary Depends: aspell (>= 0.60), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-kk_0.2-1.2.201403131027_all.deb Size: 119282 MD5sum: e0eab86b27a2e1b9ebb7809a2642207b SHA1: 3142f8aa9466e424d7e05ebef39ac8029731f3f6 SHA256: 7e7cb20595e8bba85bf240f553835aa216c588335af125958e07c18b09cc689c Description: Kazakh dictionary for GNU Aspell This package contains all the required files to add support for Kazakh language to the GNU Aspell spell checker. Homepage: http://sourceforge.net/projects/kazlinux/ Package: aspell-kn Priority: optional Section: text Installed-Size: 271 Maintainer: Debian-IN Team Architecture: all Version: 0.01-2-2.2.201403131032 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-kn_0.01-2-2.2.201403131032_all.deb Size: 202894 MD5sum: 987704f211fa5966ec7256921c24d456 SHA1: 329e658ca65839af5da40f7b6c3ad5990b497ce6 SHA256: d3f7810da59e0e92429a41f5ad69d67ff3bacf7db8e008ef80820f1ac8fa0142 Description: Kannada (kn) dictionary for GNU aspell This package contains the required files to add support for Kannada (kn) language to the GNU aspell spell checker. Homepage: https://gitorious.org/indic-projects/aspell-kn Package: aspell-ku Priority: optional Section: text Installed-Size: 75 Maintainer: Debian Arabic Packaging Team Architecture: all Version: 0.20-0-5.4.201403131036 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2) Filename: 4.0-0/all/aspell-ku_0.20-0-5.4.201403131036_all.deb Size: 19038 MD5sum: a6f7ca95b87e89ddd19b6b1adac1c750 SHA1: c5c46176047d53665fb4a02ab47b4b6373be692e SHA256: 72cea4be80834d175e0a782e0059d4775d4b884fefbafb37eeb571f3ee360dad Description: Kurdish dictionary for aspell This package contains the Kurdish dictionary for the aspell spell checker. Homepage: https://sourceforge.net/projects/myspellkurdish/ Package: aspell-lt Priority: optional Section: text Installed-Size: 480 Maintainer: Kęstutis Biliūnas Architecture: all Source: ispell-lt Version: 1.2.1-3.4.201403210748 Provides: aspell-dictionary Depends: dictionaries-common (>= 0.50), aspell (>= 0.60.3-2) Filename: 4.0-0/all/aspell-lt_1.2.1-3.4.201403210748_all.deb Size: 302278 MD5sum: dfee1f688ba2080bc4efc4cb0484b9d2 SHA1: 7a3b9497f666dbfcd5dcb2a05c47b257d6f99a91 SHA256: 3a52de88693eb35bac056b971a7be61e1c6514633e10a41e31dc8422e781ae51 Description: aspell dictionary for Lithuanian (LT) This package contains all the required files to add support for Lithuanian language to the GNU Aspell spell checker. Package: aspell-lv Priority: optional Section: text Installed-Size: 601 Maintainer: Aigars Mahinovs Architecture: all Source: myspell-lv Version: 0.9.4-5.6.201403170923 Provides: aspell-dictionary Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-lv_0.9.4-5.6.201403170923_all.deb Size: 500590 MD5sum: a2cf4636c97ffc0e0d9f909eea41de10 SHA1: 837f1d9c9ff24f977f7f3e17b9ca77497bd11b94 SHA256: 10865e7bd8ec36d712df6b781b31d64d62716b77075b77897e4b61f68a8760f2 Description: Latvian dictionary for Aspell This dictionary contains Latvian wordlists for the Aspell spellchecker currently supported by GNOME applications. . The dictionary is generated from the MySpell wordlist. . This dictionary is not complete yet, but it is the best free solution at this moment. Homepage: http://dict.dv.lv/ Package: aspell-ml Priority: optional Section: text Installed-Size: 3657 Maintainer: Debian-IN Team Architecture: all Version: 0.04-1-5.4.201403131038 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-ml_0.04-1-5.4.201403131038_all.deb Size: 1874252 MD5sum: 7265e411024d8819f80a8a7b1414378e SHA1: 65c0ceefe742af91de8ede0f47ced55641330fba SHA256: 1496e0f2722a6d2bce43e7850fae0d834e7cf3cbf0eb1b01d8b74f30068c58b9 Description: Malayalam (ml) dictionary for GNU aspell This package contains the required files to add support for the Malayalam (ml) language to the GNU Aspell spell checker which is primarily spoken in the Indian state of Kerala. Homepage: http://wiki.smc.org.in/Aspell_Malayalam Package: aspell-mr Priority: optional Section: text Installed-Size: 1453 Maintainer: Debian-IN Team Architecture: all Version: 0.10-8.5.201403131044 Depends: aspell (>= 0.60.4-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-mr_0.10-8.5.201403131044_all.deb Size: 746848 MD5sum: 940474c7f67ea1634e374eaf5583b372 SHA1: 07ca0a9f21bc6384712abad65c62bdd5559cefc5 SHA256: eb1c587f1d82282c357c83b5acf018053d4dee7ce330160ad9c760f4a12b0c26 Description: Marathi (mr) dictionary for GNU aspell This package contains the required files to add support for the Marathi (mr) language to the GNU Aspell spell checker. Package: aspell-nl Priority: optional Section: text Installed-Size: 776 Maintainer: Thijs Kinkhorst Architecture: all Source: dutch Version: 1:2.10-1.4.201403210035 Provides: aspell-dictionary Depends: aspell, dictionaries-common Filename: 4.0-0/all/aspell-nl_2.10-1.4.201403210035_all.deb Size: 721376 MD5sum: e9e7d380ea0e5351263170ccf308d87e SHA1: a102c6c0dc9021b335665934370e878b640f0c1f SHA256: 4d6daac5f5eeee755e61677568df88f275f2e37a905a38716822eeac73e38469 Description: Dutch dictionary for Aspell A Dutch spelling dictionary for the spelling checker Aspell. . This dictionary, from the OpenTaal project, uses the official spelling of 2005 and has been officially approved by the TaalUnie. . For a simple word list, see the wdutch package instead. Homepage: http://www.opentaal.org/ Package: aspell-or Priority: optional Section: text Installed-Size: 112 Maintainer: Debian-IN Team Architecture: all Version: 0.03-1-5.5.201403131046 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-or_0.03-1-5.5.201403131046_all.deb Size: 27794 MD5sum: 3102e9a7553fd76e890ef1bfac11f6e1 SHA1: 1039fee54b013d03ad52a042a855249c9552ce18 SHA256: 20e66948f284581c9abf085fe6a2e62cf1f96dccf2384479a264cbcc67f7f4fc Description: Oriya (or) dictionary for GNU aspell This package contains the required files to add support for the Oriya (or) language to the GNU Aspell spell checker. Homepage: http://oriya.sarovar.org/dictionary.html Package: aspell-pa Priority: optional Section: text Installed-Size: 131 Maintainer: Debian-IN Team Architecture: all Version: 0.01-1-4.5.201403131050 Depends: aspell (>= 0.60.4-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-pa_0.01-1-4.5.201403131050_all.deb Size: 40252 MD5sum: f18653d8d62a38d508d61f4894d81784 SHA1: 796a24c7e22cee4ec66e28545223a76bc859379e SHA256: 6fd2fd923e6af2580a6b5bb29cede897b0b4215ed11d5673d79a51f83f081d3d Description: Punjabi (pa) dictionary for GNU aspell This package contains the required files to add support for the Punjabi (pa) language to the GNU Aspell spell checker. Homepage: http://sourceforge.net/projects/punlinux/ Package: aspell-pl Priority: optional Section: text Installed-Size: 980 Maintainer: Krzysztof Krzyżaniak (eloy) Architecture: all Version: 20110901-1.4.201403131052 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-pl_20110901-1.4.201403131052_all.deb Size: 723670 MD5sum: 1ea28f7041dc7516ea16418ab3a7c2de SHA1: 45ad2ebd2264a55bf1ebb13684b525da072058ed SHA256: 49dbf9eaa13260c317fddf53c81681d43b858cfaeda608dd3b675f218fbe0d5e Description: Polish dictionary for aspell An Polish spelling dictionary for the spelling checker aspell. . It is taken from project http://www.sjp.pl/slownik/en/ Package: aspell-pt-br Priority: optional Section: text Installed-Size: 1926 Maintainer: Agustin Martin Domingo Architecture: all Source: myspell-pt-br Version: 20110527-2.6.201403170933 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) Conflicts: aspell-pt (<= 0.50-2-1), aspell-pt-common (<< 1.0) Filename: 4.0-0/all/aspell-pt-br_20110527-2.6.201403170933_all.deb Size: 1059210 MD5sum: 04f14c31dee2816284a8ffe334d3fe13 SHA1: 6b70e68ac0fad964bf2c6d98b4f458cf214a432d SHA256: e03a04db2cd94ed348b320c8a39f2557bd4dfe3994d9415d52c1489e843accc4 Description: Brazilian Portuguese dictionary for GNU Aspell This package contains all the required files to add support for the Brazilian Portuguese language to the GNU Aspell spell checker. Homepage: http://www.broffice.org.br/verortografico Package: aspell-pt-pt Priority: optional Section: text Installed-Size: 104 Maintainer: Agustin Martin Domingo Architecture: all Source: myspell.pt Version: 20091013-4.6.201403170945 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) Conflicts: aspell-pt (<< 1.0), aspell-pt-common (<< 1.0) Filename: 4.0-0/all/aspell-pt-pt_20091013-4.6.201403170945_all.deb Size: 11336 MD5sum: b65aa77c3243d73b8e87444b2f2ea24c SHA1: 91799dda2290018c6ae83f83dcccf9c3fbd839f5 SHA256: 2b691c073eee448c18ea5b32bea7c1db3db5db01481e379b7c7d43066456aec7 Description: European Portuguese dictionary for GNU Aspell This package contains all the required files to add support for the European Portuguese language to the GNU Aspell spell checker. Homepage: http://natura.di.uminho.pt/wiki/index.cgi?Myspell Package: aspell-pt Priority: optional Section: text Installed-Size: 27 Maintainer: Agustin Martin Domingo Architecture: all Version: 1.5.4.201403131058 Depends: aspell-pt-pt, aspell-pt-br Filename: 4.0-0/all/aspell-pt_1.5.4.201403131058_all.deb Size: 3694 MD5sum: 8d6117151775c7aeae7490c86a26b932 SHA1: 6245f0ff1cd927c3cc4c7cb646780f7146c33acd SHA256: 7dca8c31af7bc19ff38a56d8863346f8fd1597919a4f62fac7b055c2dcbd6103 Description: Portuguese dictionaries for GNU Aspell (old package) This is an empty package which depends on both the aspell-pt-pt (European Portuguese) and the aspell-pt-br (Brazilian Portuguese) GNU Aspell packages. . After installation or upgrade, this package can be safely removed. Package: aspell-ro Priority: optional Section: text Installed-Size: 744 Maintainer: Lior Kaplan Architecture: all Version: 3.3.7-1.5.201403131101 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.24) Filename: 4.0-0/all/aspell-ro_3.3.7-1.5.201403131101_all.deb Size: 703188 MD5sum: f32f2825dbafc784c1d559b6173750e7 SHA1: 54ec157c69ea0536e640675fbe486c5338efb1da SHA256: ab3960849f3b8618e08d961a05f310f7223819a7608c323e10775a962a3f7473 Description: Romanian dictionary for GNU aspell This contains the Romanian dictionaries, to be used with aspell to check and correct spelling in Romanian texts. . Warning: Please note that the current word data base is really small and there might be a lot of false misspellings during the spell checking. Homepage: http://rospell.sourceforge.net Package: aspell-ru Priority: optional Section: text Installed-Size: 436 Maintainer: Mikhail Gusarov Architecture: all Source: rus-ispell Version: 0.99g5-18.6.201403180705 Provides: aspell-dictionary Depends: dictionaries-common (>= 0.49.2), aspell (>= 0.60.4) Filename: 4.0-0/all/aspell-ru_0.99g5-18.6.201403180705_all.deb Size: 343544 MD5sum: 16441cc3507ad89de4c1900f8cdd193f SHA1: 652cb2f0746427f80d8bef588749436c80c85542 SHA256: 9125dfbb62a626f642c7e3d1a8acca8e50b138af5353a049c7f31c01f4fde769 Description: Russian dictionary for Aspell This dictionary contains Russian wordlists for the Aspell spellchecker currently supported by GNOME applications. . The dictionary is generated from the Ispell wordlist. Package: aspell-sk Priority: optional Section: text Installed-Size: 571 Maintainer: Brian Nelson Architecture: all Version: 0.52-0-4.4.201403131105 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-sk_0.52-0-4.4.201403131105_all.deb Size: 525516 MD5sum: c243a9e15fa881d106270d170dbb02a3 SHA1: 39d4cb16797de336b7fff1f51617ef4d7e7930b8 SHA256: 5454aeac696ab8f3b15cf2c01bdb1968664288dd04f1f68acb8a8658956ee725 Description: Slovak dictionary for GNU Aspell This package contains all the required files to add support for the Slovak language to the GNU Aspell spell checker. Package: aspell-sl Priority: optional Section: text Installed-Size: 608 Maintainer: Jure Cuhalev Architecture: all Version: 0.60-3.4.201403131108 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-sl_0.60-3.4.201403131108_all.deb Size: 563656 MD5sum: 450520b1bf4eabe059b4c9ecdb52cb36 SHA1: 7aa7af9e5950648a28a08cc809c51a3d04ed889a SHA256: 5903cdf17eb6d0539e8ae3add590108344bc04b4ccc62e1f26ce874e1d178472 Description: The Slovenian dictionary for GNU Aspell This package contains all the required files to add support for Slovenian language to the GNU Aspell spell checker. . Homepage: http://nl.ijs.si/GNUsl/ Package: aspell-sv Priority: optional Section: text Installed-Size: 168 Maintainer: Magnus Holmgren Architecture: all Version: 0.51-0-3.4.201403131111 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-sv_0.51-0-3.4.201403131111_all.deb Size: 111482 MD5sum: 824554056103733fb09b6c87e8972eab SHA1: 9d92380b7824099810678673b18731eb496cc797 SHA256: c7dbc4cd9ff0f9dc255bf7e0178980bb7dc07d0d0dcdaab5c4e449896b08ffd0 Description: Swedish dictionary for GNU aspell This is the Swedish dictionaries, to be used with aspell to check and correct spelling in Swedish texts. Homepage: http://aspell.net/ Package: aspell-ta Priority: optional Section: text Installed-Size: 371 Maintainer: Debian-IN Team Architecture: all Version: 20040424-1-1.5.201403131113 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-ta_20040424-1-1.5.201403131113_all.deb Size: 163608 MD5sum: ceda88b719e1a99d34cbbb8acbdc67f2 SHA1: 659d0490fbd1a66a40d9218ac19ee7cb6047789d SHA256: 96bca073f7939e50cb7d749141f710d224ccf00dae1e6e507e80bd160c03346b Description: Tamil (ta) dictionary for GNU aspell This package contains the required files to add support for the Tamil (ta) language to the GNU Aspell spell checker. Homepage: http://developer.thamizha.com/spellchecker Package: aspell-te Priority: optional Section: text Installed-Size: 2729 Maintainer: Debian-IN Team Architecture: all Version: 0.01-2-5.5.201403131116 Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-te_0.01-2-5.5.201403131116_all.deb Size: 1464998 MD5sum: 178aa0e88fb2d648016ceda85f76bcd2 SHA1: c8e4125662bb62ccf01ffed32fa3473f5d9a0778 SHA256: 6d4e1f878e8d614d5098a3c32dd59a0e5d70751b8b5cab23982df014dc8d0953 Description: Telugu (te) dictionary for GNU aspell This package contains the required files to add support for the Telugu (te) language to the GNU Aspell spell checker. Homepage: http://www.swecha.org/wiki/Wordlist_and_Dictionaries Package: aspell-tl Priority: optional Section: text Installed-Size: 107 Maintainer: Agustin Martin Domingo Architecture: all Version: 0.4-0-10.4.201403131118 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) Filename: 4.0-0/all/aspell-tl_0.4-0-10.4.201403131118_all.deb Size: 49308 MD5sum: b67e1d9f18172c88459bd53316c9e040 SHA1: a474283c7d680aaee3ff7c9ecad48f2903fb0ed7 SHA256: 82d392764c5aed033242de684d99a2ffacabc4eeb838358ac32cf8a85e62c3e7 Description: Tagalog dictionary for GNU Aspell This package contains all the required files to add support for the Tagalog language to the GNU Aspell spell checker. Homepage: http://code.google.com/p/tagalog-wordlist/ Package: aspell-uk Priority: optional Section: text Installed-Size: 591 Maintainer: Євгеній Мещеряков Architecture: all Source: ispell-uk Version: 1.6.5-2.4.201403210755 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 1.11.2~) Filename: 4.0-0/all/aspell-uk_1.6.5-2.4.201403210755_all.deb Size: 383538 MD5sum: a7c963d87f8e2ce9aaab11857a50b399 SHA1: 34941d01f063804c5297eb7c29c938faa9a1e53c SHA256: 4630df45f26b84160cb311a2b2af2977b03919df4e163003f97b4e3912c4d4b5 Description: Ukrainian dictionary for GNU Aspell This package contains all the required files to add support for the Ukrainian language to the GNU Aspell spell checker. Homepage: http://ispell-uk.sourceforge.net Package: aspell-uz Priority: optional Section: text Installed-Size: 195 Maintainer: Mashrab Kuvatov Architecture: all Version: 0.6.0-1.4.201403131121 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: 4.0-0/all/aspell-uz_0.6.0-1.4.201403131121_all.deb Size: 119740 MD5sum: 94fd4d6fe81d770053bc07fbdf0d15fe SHA1: f52be465c50e044569e9c8727adb74bb5b95e0a5 SHA256: 1b49cb21b633228e597bacee15524e6f88e4fbb3d3966298fdbd605834e0c029 Description: The Uzbek dictionary for GNU Aspell This package contains all the required files to add support for Uzbek language to the GNU Aspell spell checker. Package: asql Priority: optional Section: admin Installed-Size: 76 Maintainer: Steve Kemp Architecture: all Version: 1.6-1.5.201403131127 Depends: libdbd-sqlite3-perl, libterm-readline-gnu-perl Filename: 4.0-0/all/asql_1.6-1.5.201403131127_all.deb Size: 17176 MD5sum: 4fc57a97fe3fb4b09e18c64e395ac6c0 SHA1: b8642aaa8d7e5992092f82b6c65a93be9c082700 SHA256: 1809204f5fc1c360f25c045d207895518d0940d186c135e3971cae9d4e2bef2a Description: Run SQL queries against apache logs This package contains a simple tool which allows you to easily run SQL queries against Apache common logfiles. . This can be more illuminating than viewing static logfile analysis. Homepage: http://www.steve.org.uk/Software/asql/ Package: asr-manpages Priority: optional Section: doc Installed-Size: 68 Maintainer: Pawel Wiecek Architecture: all Version: 1.3-6.4.201403131128 Suggests: funny-manpages (>= 1.3-2) Filename: 4.0-0/all/asr-manpages_1.3-6.4.201403131128_all.deb Size: 21874 MD5sum: 96cd3632d3e56c448b064fe4df0fb9c5 SHA1: 6f5e023ffdc5ec60c68b8cb62cd503367a4197bd SHA256: c6efc6cc70de6661f6363abcebfd158f20bfd49941b3425603b0756ee05557fe Description: alt.sysadmin.recovery manual pages A set of humorous manual pages developed on alt.sysadmin.recovery (don't treat them seriously!). They document a set of really useful tools that for some strange reason are not included in any implementation of Unix. This includes such famous commands as lart, sysadmin, luser, bosskill and others. The authors recommend these man pages should be installed on every system. Package: asterisk-config Priority: optional Section: comm Installed-Size: 1473 Maintainer: Debian VoIP Team Architecture: all Source: asterisk Version: 1:1.8.13.1~dfsg1-3.14.201403131157 Recommends: asterisk Conflicts: asterisk-config-custom Filename: 4.0-0/all/asterisk-config_1.8.13.1~dfsg1-3.14.201403131157_all.deb Size: 1002354 MD5sum: 5bd1d12eadebcdc89b0511b2f4658271 SHA1: 65c56bb454f63c1238a255ec4e65811168f9a8b7 SHA256: cdb36432e30a644d93b284a40fc6457c9f6160cbe2ee94745f25af71ab1ecc8a Description: Configuration files for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the default configuration files of Asterisk. Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-en-g722 Priority: extra Section: comm Installed-Size: 10331 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-en Filename: 4.0-0/all/asterisk-core-sounds-en-g722_1.4.22-1.6.201403131224_all.deb Size: 9104762 MD5sum: 24fba88ee3744b2c77d16c4d90650648 SHA1: 7b24a6b65b64387ee002f2cb72f376ae8c1e91d8 SHA256: 56b452466664ebcde8710564d6e214521630d67f5b6e5af67081513b325c0f7d Description: asterisk PBX sound files - en-us/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in English (US, by Allison Smith) in raw G.722 format (mildly compressed wide-band codec). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-en-gsm Priority: extra Section: comm Installed-Size: 2226 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Replaces: asterisk-sounds-main Recommends: asterisk-core-sounds-en Conflicts: asterisk-sounds-main Filename: 4.0-0/all/asterisk-core-sounds-en-gsm_1.4.22-1.6.201403131224_all.deb Size: 2063880 MD5sum: f7a1efdd7868893c5d64d31dac875981 SHA1: f5eeed4e424ef15fb348ead08c31935bb2324af2 SHA256: 2ae1d9598e924c70984b69222abe290cf361f46e8d7eb3c8bd968fef2cd09bf6 Description: asterisk PBX sound files - en-us/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in English (US, by Allison Smith) in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-en-wav Priority: extra Section: comm Installed-Size: 20573 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-en Filename: 4.0-0/all/asterisk-core-sounds-en-wav_1.4.22-1.6.201403131224_all.deb Size: 17415268 MD5sum: e03dd9314a82e9e7bf83ead1fc82e3bf SHA1: 94de80d4a19525189e2cd61754c7f1b0f0aac792 SHA256: 58e5b1d1ed36b68bd62fc8dab0c17698e9e376710a31f02a92ab643303847ac8 Description: asterisk PBX sound files - en-us/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in English (US, by Allison Smith) in WAV format (8Khz, mono). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-en Priority: extra Section: comm Installed-Size: 71 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Provides: asterisk-prompt-en, asterisk-prompt-en-us Depends: asterisk-core-sounds-en-gsm | asterisk-core-sounds-en-g722 | asterisk-core-sounds-en-wav Conflicts: asterisk-core-sounds-en-gsm (<< 1.4.21-2) Filename: 4.0-0/all/asterisk-core-sounds-en_1.4.22-1.6.201403131224_all.deb Size: 22296 MD5sum: 8d431f1c3279da8d881b421424af82ef SHA1: 76b096b2770d3d7b69b89a2a33f7ec180e49fd2e SHA256: 6dff966fa6da43f60b7bfe360876597feb9bd849d693b437c13aa8ec6bd0fa1c Description: asterisk PBX sound files - US English Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. The core part of that collection in US English, by voice actress Allison Smith, is contained in various encodings in packages asterisk-core-sounds-en-*; this package registers these through the alternatives system to provide the default "en" (English) and "en_US" (USA English) sounds. Enhances: asterisk Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-es-g722 Priority: extra Section: comm Installed-Size: 14086 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-es Filename: 4.0-0/all/asterisk-core-sounds-es-g722_1.4.22-1.6.201403131224_all.deb Size: 12564174 MD5sum: 43c4aef59c214f331a2e549f42bc4e62 SHA1: 317fa3e9d7fb2ef96cbb9dcd71dd8ac1aa1ba9fa SHA256: 64b64387b25bd9ebc6b7cc04838da4d3706e984bb2d6d42bb9503afabda30395 Description: asterisk PBX sound files - es-mx/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in (MX, by Allison Smith) in raw G.722 format (mildly compressed wide-band codec). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-es-gsm Priority: extra Section: comm Installed-Size: 3000 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-es Filename: 4.0-0/all/asterisk-core-sounds-es-gsm_1.4.22-1.6.201403131224_all.deb Size: 2869030 MD5sum: 90332232323fe2c4b9a25db856ef61ec SHA1: 99a070df8d87abe929e4198d4c8870cd016d9207 SHA256: ebb0d123d629fe460a7a1d0e825e6978ce68f5aa6d23200118f11bb8c8ed0405 Description: asterisk PBX sound files - es-mx/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in (MX, by Allison Smith) in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-es-wav Priority: extra Section: comm Installed-Size: 28075 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-es Filename: 4.0-0/all/asterisk-core-sounds-es-wav_1.4.22-1.6.201403131224_all.deb Size: 24743086 MD5sum: 5c4ff7c8ceae0ea6588ee234e71ac890 SHA1: 5a8a596aa7b67a9f4fb7487bcf0cc44271b7a4f0 SHA256: 836693d21ca6cb7cf03972bf93d0eef1ab02bddfcb6fb5b5470ca4e509714498 Description: asterisk PBX sound files - es-mx/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in (MX, by Allison Smith) in WAV format (8Khz, mono). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-es Priority: extra Section: comm Installed-Size: 72 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Provides: asterisk-prompt-es, asterisk-prompt-es-mx Depends: asterisk-core-sounds-es-gsm | asterisk-core-sounds-es-g722 | asterisk-core-sounds-es-wav Filename: 4.0-0/all/asterisk-core-sounds-es_1.4.22-1.6.201403131224_all.deb Size: 22512 MD5sum: 37ef257c6abb9c4b9eb5e224ba715224 SHA1: a05c0fbba15af7080f3fb6b2c6eaad8009cd3803 SHA256: 4d1d6f7dca546580fa11517418aa4b83e096e7176bb0912953ec09db6fcc4665 Description: asterisk PBX sound files - Spanish Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. The core part of that collection in Spanish, by voice actress Allison Smith, is contained in various encodings in packages asterisk-core-sounds-es-*; this package registers these through the alternatives system to provide the default "es" (Spanish) and "es_MX" (Mexican Spanish) sounds. Enhances: asterisk Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-fr-g722 Priority: extra Section: comm Installed-Size: 10775 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-fr Filename: 4.0-0/all/asterisk-core-sounds-fr-g722_1.4.22-1.6.201403131224_all.deb Size: 9503414 MD5sum: 942f78b30d670458fe25c58998286126 SHA1: 01899f46479bc05dd2465221033cb07fde2f399b SHA256: 412a6b36a1796e251516482db5e532e70c7f9ff7ecb23bf0eeb49e8aef13a741 Description: asterisk PBX sound files - fr-ca/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in French (Canadaian, by June Wallack) in raw G.722 format (mildly compressed wide-band codec). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-fr-gsm Priority: extra Section: comm Installed-Size: 2317 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-fr Filename: 4.0-0/all/asterisk-core-sounds-fr-gsm_1.4.22-1.6.201403131224_all.deb Size: 2151048 MD5sum: aa27956a0093de9cd251989f8583bb7d SHA1: b3be1bb9eb41274c1fa41f8fe63f04e9ac0a0a5a SHA256: bf837b7647d277d81795a8e2bb7e364997352d44339b0d1661156609647bf69b Description: asterisk PBX sound files - fr-ca/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in French (Canadaian, by June Wallack) in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-fr-wav Priority: extra Section: comm Installed-Size: 21454 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-fr Filename: 4.0-0/all/asterisk-core-sounds-fr-wav_1.4.22-1.6.201403131224_all.deb Size: 17974782 MD5sum: 3b138904991ce809f5c759a1c628d3ac SHA1: 458f9a8a80d5fde0a29b05c8edbb39de414d567a SHA256: aa01ae140b297cd86cb2bd82fc94911b53ecc76d70e68a0f706ad8251b3f541c Description: asterisk PBX sound files - fr-ca/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in French (Canadaian, by June Wallack) in WAV format (8Khz, mono). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-fr Priority: extra Section: comm Installed-Size: 71 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Provides: asterisk-prompt-fr, asterisk-prompt-fr-ca Depends: asterisk-core-sounds-fr-gsm | asterisk-core-sounds-fr-g722 | asterisk-core-sounds-fr-wav Filename: 4.0-0/all/asterisk-core-sounds-fr_1.4.22-1.6.201403131224_all.deb Size: 22480 MD5sum: 9cf96a93c1b1a99edbfa8acdee10e31f SHA1: 31787153f858c3db464da108a794a21b02704076 SHA256: 75181ecdcf31a6771db65a810c38a613eac7be31a44b1109b7a38025f84958b5 Description: asterisk PBX sound files - Canadian French Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. The core part of that collection in Canadian French, by voice actress June Wallack, is contained in various encodings in packages asterisk-core-sounds-fr-*; this package registers these through the alternatives system to provide the default "fr" (French) and "fr_CA" (Canadian French) sounds. Enhances: asterisk Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-ru-g722 Priority: extra Section: comm Installed-Size: 9934 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-ru Filename: 4.0-0/all/asterisk-core-sounds-ru-g722_1.4.22-1.6.201403131224_all.deb Size: 8705836 MD5sum: be31eb9f14907cfc457197a01690238a SHA1: 6b85ed626ec1effcc76d72ddb0030b2bd1c2783a SHA256: 80148b6ccba83380c064e80c45470e361e25363ebff00007405dcdc2f383fe85 Description: asterisk PBX sound files - ru-ru/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in Russian (provided by Maxim Topal) in raw G.722 format (mildly compressed wide-band codec). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-ru-gsm Priority: extra Section: comm Installed-Size: 2141 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-ru Filename: 4.0-0/all/asterisk-core-sounds-ru-gsm_1.4.22-1.6.201403131224_all.deb Size: 2057194 MD5sum: 8e10f899322a945a0365d2c8ca621f7f SHA1: 65e909c77c881099fc0039d720e6b367dc7c00a2 SHA256: a9960fdffe60fabccc79e3fd6f02597b7f1f7c561bce0339482a352b3a35788a Description: asterisk PBX sound files - ru-ru/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in Russian (provided by Maxim Topal) in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-ru-wav Priority: extra Section: comm Installed-Size: 19782 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Recommends: asterisk-core-sounds-ru Filename: 4.0-0/all/asterisk-core-sounds-ru-wav_1.4.22-1.6.201403131224_all.deb Size: 16591948 MD5sum: 790b34742275785de83d9cbd44cf693d SHA1: 5089075bb602b7a10210aa8c474335f0fe54fa60 SHA256: dfb9dfa6dad29de253880f7cbb1eb1240e2e1a5e9c4216983b3f93c5c22a66d6 Description: asterisk PBX sound files - ru-ru/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains the core part of that collection in Russian (provided by Maxim Topal) in WAV format (8Khz, mono). Homepage: http://www.asterisk.org/ Package: asterisk-core-sounds-ru Priority: extra Section: comm Installed-Size: 71 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-core-sounds Version: 1.4.22-1.6.201403131224 Provides: asterisk-prompt-ru, asterisk-prompt-ru-ru Depends: asterisk-core-sounds-ru-gsm | asterisk-core-sounds-ru-g722 | asterisk-core-sounds-ru-wav Filename: 4.0-0/all/asterisk-core-sounds-ru_1.4.22-1.6.201403131224_all.deb Size: 21436 MD5sum: c4cd6a47fa293815f7953a57b69e0bf2 SHA1: 66bef64b0a22348a2fc5ab36ba9833d686411441 SHA256: ecba4bbef9082e80303be6a418151e278a26ff819622226556c5bb31d7ec6e45 Description: asterisk PBX sound files - Russian Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. The core part of that collection in Russian, by Maxim Topal, is contained in various encodings in packages asterisk-core-sounds-ru-*; this package registers these through the alternatives system to provide the default "ru" and "ru_RU" (Russian) sounds. Enhances: asterisk Homepage: http://www.asterisk.org/ Package: asterisk-dev Priority: extra Section: devel Installed-Size: 2081 Maintainer: Debian VoIP Team Architecture: all Source: asterisk Version: 1:1.8.13.1~dfsg1-3.14.201403131157 Recommends: asterisk Filename: 4.0-0/all/asterisk-dev_1.8.13.1~dfsg1-3.14.201403131157_all.deb Size: 960290 MD5sum: 1544b23b234ab0b5cc62875a8eb993ac SHA1: 2cdef2b8d6eaa774b4c26ba85720028e86f881eb SHA256: 98b89cb003b893171e9b21718bc501e9ff14e79fe4519123e128de89e25adc1a Description: Development files for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the include files used if you wish to compile a package which requires Asterisk's source file headers. Homepage: http://www.asterisk.org/ Package: asterisk-doc Priority: extra Section: doc Installed-Size: 2051 Maintainer: Debian VoIP Team Architecture: all Source: asterisk Version: 1:1.8.13.1~dfsg1-3.14.201403131157 Recommends: asterisk Filename: 4.0-0/all/asterisk-doc_1.8.13.1~dfsg1-3.14.201403131157_all.deb Size: 1990318 MD5sum: 0505f4b9ad35759dd0e2cdbf07bdfa4a SHA1: 4a49a945f82951c28022e007e0eafe61e4db40cd SHA256: 9d1b36bc48554f9857ec76d5e9b02c971c06749ae1ea970a286616786c7bb530 Description: Source code documentation for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the documentation for configuring an Asterisk system. Homepage: http://www.asterisk.org/ Package: asterisk-moh-opsound-g722 Priority: extra Section: comm Installed-Size: 8682 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-moh-opsound Version: 2.03-1.5.201403131239 Filename: 4.0-0/all/asterisk-moh-opsound-g722_2.03-1.5.201403131239_all.deb Size: 7938466 MD5sum: fc7c800cd432da308d093c2be3240cb7 SHA1: 06bbb6f8897e287bd8702da7c32e6b75d9901eaa SHA256: eb2e69a5e67b5105767000e9cf0a8e246f345a8a804dd99fe6efcab4c3e1196f Description: asterisk extra sound files - English/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files in raw G.722 format (mildly compressed wide-band codec). Homepage: http://www.asterisk.org/ Package: asterisk-moh-opsound-gsm Priority: extra Section: comm Installed-Size: 1819 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-moh-opsound Version: 2.03-1.5.201403131239 Filename: 4.0-0/all/asterisk-moh-opsound-gsm_2.03-1.5.201403131239_all.deb Size: 1781912 MD5sum: 055aad4571b6bf3261b36ae53c2fb6f3 SHA1: d2023ce1a9b797e8188f1f4d7f5422bfa3711120 SHA256: 90495e8073769f1c671155caeb9b239246f93533886b134248457122a15af4ec Description: asterisk extra sound files - English/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Homepage: http://www.asterisk.org/ Package: asterisk-moh-opsound-wav Priority: extra Section: comm Installed-Size: 17330 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-moh-opsound Version: 2.03-1.5.201403131239 Filename: 4.0-0/all/asterisk-moh-opsound-wav_2.03-1.5.201403131239_all.deb Size: 15366452 MD5sum: e0984a7a2bbe862413e14a22ae4e153d SHA1: 62a5613a0c9cc604c886f90e4e4058fd8025af9e SHA256: e6cf5e9f5eea2d898e3f622370b30a3dc3389603866d0bcb86f854d0cc5ef451 Description: asterisk extra sound files - English/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files WAV format (8Khz, mono). Homepage: http://www.asterisk.org/ Package: asterisk-prompt-de Priority: extra Section: comm Installed-Size: 1479 Maintainer: Mario Joussen Architecture: all Version: 2.0-1.5.201410312337 Depends: asterisk Filename: 4.0-0/all/asterisk-prompt-de_2.0-1.5.201410312337_all.deb Size: 1458504 MD5sum: 5a8deefe7d972e10e4cc9c1fa9a6316e SHA1: 521187674627b3b787ba544494be8740d6c246df SHA256: 1a756acea0ad5b3ddb477262473d9a7277ce32c0a09ea99358056b9ec7af4d69 Description: German voice prompts for the Asterisk PBX These are German voice prompts for the Asterisk PBX, courtesy of the German city of Pforzheim. . You need this package if you intend to run Asterisk and wish to support German callers. Enhances: asterisk Package: asterisk-prompt-es-co Priority: extra Section: comm Installed-Size: 1050 Maintainer: Diego Andrés Asenjo González Architecture: all Version: 0.20070403-1.4.201403131245 Depends: asterisk Conflicts: asterisk-prompt-es Filename: 4.0-0/all/asterisk-prompt-es-co_0.20070403-1.4.201403131245_all.deb Size: 1027164 MD5sum: 35338efa640106c19fcf363f678bb6ab SHA1: 14885a8de7b8845f6ee08c3392f5ebfd98f4271a SHA256: 0eab9b762e4a07d0283fd721ad5b6eb83f49ee3af74c357a56c09d228c3c600e Description: Colombian Spanish voice prompts for Asterisk These are Colombian Spanish voice prompts for the Asterisk PBX, courtesy of Avatar Ltda., Colombia. . You need this package if you intend to run Asterisk and wish to support Spanish-speaking callers. . Homepage: http://www.avatar.com.co/ Enhances: asterisk Package: asterisk-prompt-fr-armelle Priority: extra Section: comm Installed-Size: 1543 Maintainer: Debian VoIP team Architecture: all Version: 20070613-2.4.201403131247 Replaces: asterisk-prompt-fr Provides: asterisk-prompt-fr Recommends: asterisk (>= 1:1.2) Conflicts: asterisk-prompt-fr Filename: 4.0-0/all/asterisk-prompt-fr-armelle_20070613-2.4.201403131247_all.deb Size: 1505150 MD5sum: 008e0080bd7543164a9f37f294d01d77 SHA1: c463a6a07f16623f85828020ea71bc6c71c0c6fc SHA256: 161d473968b8fd6b78b72b2869e9f3dcff2877f3dd89fe4a8f83b9a0a862f9da Description: French voice prompts for Asterisk by Armelle Desjardins These are French voice prompts for the Asterisk PBX, recorded by Armelle Desjardins for Michel Gutierrez. . You need such prompts if you intend to run Asterisk and wish to support French-speaking callers. Package: asterisk-prompt-fr-proformatique Priority: extra Section: comm Installed-Size: 14275 Maintainer: Debian VoIP team Architecture: all Version: 20070706-1.4-2.4.201403131251 Replaces: asterisk-prompt-fr Provides: asterisk-prompt-fr Recommends: asterisk (>= 1:1.2) Conflicts: asterisk-prompt-fr Filename: 4.0-0/all/asterisk-prompt-fr-proformatique_20070706-1.4-2.4.201403131251_all.deb Size: 11887304 MD5sum: e95883445f7c31772ed2a990f24325b9 SHA1: 62a3260c878c76baddf0ccef638b2c54988a599c SHA256: 71f33759b0f2c8df6d7ac4563590dd9993bd71dc6f35234c74ac3f24b5ffd76f Description: French voice prompts for Asterisk These are French voice prompts for the Asterisk PBX, courtesy of Proformatique SARL. . You need such prompts if you intend to run Asterisk and wish to support French-speaking callers. Package: asterisk-prompt-it-menardi-alaw Priority: extra Section: comm Installed-Size: 11730 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-prompt-it Version: 1:1.4.22+mm20110907-3.4.201403131253 Filename: 4.0-0/all/asterisk-prompt-it-menardi-alaw_1.4.22+mm20110907-3.4.201403131253_all.deb Size: 9794496 MD5sum: 58d9d419e69e6f41b30f28f059829dfd SHA1: 7bce448414a8987d5632c09940b852b7fbd6d7d5 SHA256: 313bfd99dbfb12d9e62c9b1af04df3ce9093e27c5d31fe4f3cde2b0a51b643b9 Description: asterisk PBX Italian sound files - a-law prompts voice prompts in Italian that are mainly useful for the Asterisk PBX software. Asterisk includes a set of standard sound files in various formats. This package include those prompts, re-recorded in Italian by Paola Dal Zot, courtesy of Marco Menardi. . This package provides prompt sound files formatted as raw G.711 A.law. Enhances: asterisk Homepage: http://www.voip.ammdomus.it/voci-italiane-asterisk/ Package: asterisk-prompt-it-menardi-gsm Priority: extra Section: comm Installed-Size: 2508 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-prompt-it Version: 1:1.4.22+mm20110907-3.4.201403131253 Filename: 4.0-0/all/asterisk-prompt-it-menardi-gsm_1.4.22+mm20110907-3.4.201403131253_all.deb Size: 2441584 MD5sum: 6737c1b168f69f71fb963e5fb9461cc6 SHA1: b4332709e3c614815de9a6d6b3ad72098292d581 SHA256: 75e7896ef2d27df5579e67de37566e1fd76a6265db20a580ccd08929f7fd2330 Description: asterisk PBX Italian sound files - gsm prompts voice prompts in Italian that are mainly useful for the Asterisk PBX software. Asterisk includes a set of standard sound files in various formats. This package include those prompts, re-recorded in Italian by Paola Dal Zot, courtesy of Marco Menardi. . This package provides prompt sound files formatted as raw GSM-fr (playable with sox) Enhances: asterisk Homepage: http://www.voip.ammdomus.it/voci-italiane-asterisk/ Package: asterisk-prompt-it-menardi-wav Priority: extra Section: comm Installed-Size: 23374 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-prompt-it Version: 1:1.4.22+mm20110907-3.4.201403131253 Filename: 4.0-0/all/asterisk-prompt-it-menardi-wav_1.4.22+mm20110907-3.4.201403131253_all.deb Size: 20704308 MD5sum: dce58c43dd4a6f0ac982c39adc7943a7 SHA1: 161f4c36f99829fceffad81bc55601a394a6cda1 SHA256: 4cbb9bd702e1389e5e29946c075f95a367055d5a59f9f8d7fd6c549dce98729a Description: asterisk PBX Italian sound files - wav prompts voice prompts in Italian that are mainly useful for the Asterisk PBX software. Asterisk includes a set of standard sound files in various formats. This package include those prompts, re-recorded in Italian by Paola Dal Zot, courtesy of Marco Menardi. . This package provides prompt sound files formatted as .wav files (8kHz, mono). Enhances: asterisk Homepage: http://www.voip.ammdomus.it/voci-italiane-asterisk/ Package: asterisk-prompt-it-menardi Priority: extra Section: comm Installed-Size: 50 Maintainer: Debian VoIP Team Architecture: all Source: asterisk-prompt-it Version: 1:1.4.22+mm20110907-3.4.201403131253 Replaces: asterisk-prompt-it Provides: asterisk-prompt-it-it Depends: asterisk-prompt-it-menardi-gsm | asterisk-prompt-it-menardi-wav | asterisk-prompt-it-menardi-alaw Breaks: asterisk-prompt-it (<< 1:0) Filename: 4.0-0/all/asterisk-prompt-it-menardi_1.4.22+mm20110907-3.4.201403131253_all.deb Size: 11104 MD5sum: b30df8eed8629ba1c0328951b20d366f SHA1: b108ec388aef70a8027c7bbd948cfb8bd7cf2942 SHA256: e74c74e10bf8729300e2030ad4b67fb9642fc07f920a5f2707edd867f13587b9 Description: asterisk PBX Italian sound files voice prompts in Italian that are mainly useful for the Asterisk PBX software. Asterisk includes a set of standard sound files in various formats. This package include those prompts, re-recorded in Italian by Paola Dal Zot, courtesy of Marco Menardi. . The packages asterisk-prompt-it-menardi-* include prompts in various encodings. This package registers these through the alternatives system to provide the default "it" (Italian) and "it_IT" (Italian Italy) sounds, and is the package you should normally install. Enhances: asterisk Homepage: http://www.voip.ammdomus.it/voci-italiane-asterisk/ Package: asterisk-prompt-it Priority: extra Section: comm Installed-Size: 49 Maintainer: Debian VoIP Team Architecture: all Version: 1:1.4.22+mm20110907-3.4.201403131253 Depends: asterisk-prompt-it-menardi (= 1:1.4.22+mm20110907-3.4.201403131253) Filename: 4.0-0/all/asterisk-prompt-it_1.4.22+mm20110907-3.4.201403131253_all.deb Size: 10442 MD5sum: a177843f30f842d17313a6d577cd85e0 SHA1: 0db4b36212051fbf0fdd137b12960352d1ef6b6d SHA256: 472be662ab1dd281480712266dff273543c8037323a4c35cbb26bdee5630cafe Description: dummy transitional package This is a transitional package intended to simplify the migration from asterisk-prompt-it to asterisk-prompt-it-menardi. You can safely remove this package. The name asterisk-prompt-it should be reserved in the future to a virtual package provided by any potential Italic prompts set package. Homepage: http://www.voip.ammdomus.it/voci-italiane-asterisk/ Package: asterisk-prompt-se Priority: extra Section: comm Installed-Size: 4304 Maintainer: Simon Richter Architecture: all Version: 1.045-1.4.201403131256 Depends: asterisk Filename: 4.0-0/all/asterisk-prompt-se_1.045-1.4.201403131256_all.deb Size: 4261610 MD5sum: 4fe990bf138e9c0a0743622b52f7e970 SHA1: ad56669ceedfd61e303c7bcb2344d5e2cfeae179 SHA256: 7e3f4c3cf4eec9dc5e3ef65fd30f82ee8f12f8d8914726de71196e2e7b62338c Description: Swedish voice prompts for Asterisk These are Swedish voice prompts for the Asterisk PBX, courtesy of Daniel Nylander. . You need this package if you intend to run Asterisk and wish to support Swedish callers. Package: asused Priority: optional Section: utils Installed-Size: 294 Maintainer: Jan Wagner Architecture: all Version: 3.72-9.4.201403131318 Depends: perl Filename: 4.0-0/all/asused_3.72-9.4.201403131318_all.deb Size: 83710 MD5sum: a973540d3a61e1cee3ba55a3b202de5a SHA1: fdd1c2f5ea96e066db0b9ad7342b8e8c4bd646bb SHA256: 8f75cf719769c369c94656125a9cbe53ba49b08e4deb641b2262e8995f8e5290 Description: To run a check on the usage of your registry's allocations This is a tool used for checking various aspects of IP allocations and assignments as stored in the RIPE database. Homepage: http://www.ripe.net/tools/ Package: aswiki Priority: optional Section: web Installed-Size: 173 Maintainer: TANIGUCHI Takaki Architecture: all Version: 1.0.4-10.4.201403131323 Depends: ruby1.8, libamrita-ruby1.8 (>= 1.0.2), libalgorithm-diff-ruby1.8, libstrscan-ruby1.8, libdbm-ruby1.8 Recommends: rcs, libdb-ruby1.8 Filename: 4.0-0/all/aswiki_1.0.4-10.4.201403131323_all.deb Size: 34444 MD5sum: 1c65f3d7f1091240a9b3ce3d3b857bdb SHA1: 2024d90430d273b583bac71555bd5779a720d552 SHA256: ed6f69389b81a55bf03cc35065ea355cfc78b2d4b58395dc39d8834042cde514 Description: WikiWikiWeb clone (Wiki Engine) written in Ruby AsWiki is a WikiWikiWeb clone (Wiki engine), which in turn is a web based collaboration tool. AsWiki has the following features: . * makes customizing of its HTML output easy through the use of the Amrita template library. * RCS based version log. * plugin system. * file attachements. Homepage: http://aswiki.sourceforge.net/ Package: asymptote-doc Priority: optional Section: doc Installed-Size: 4058 Maintainer: Hubert Chathi Architecture: all Source: asymptote Version: 2.15-2.4.201403131325 Replaces: asymptote (<< 2.15-2.4.201403131325) Depends: dpkg (>= 1.15.4) | install-info Recommends: asymptote, info-browser | pdf-viewer | www-browser Filename: 4.0-0/all/asymptote-doc_2.15-2.4.201403131325_all.deb Size: 3054790 MD5sum: 5bc260f0f63fe712f7d5e2037ee5351c SHA1: f87ded04fba146fb391e8d9b25ca5fa9e8622a10 SHA256: 11c46bdbd04679325e2e9cebeadf79bc093b69c7cb2022ee3be52eca19e03784 Description: documentation and examples for asymptote Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. This package provides documentation and examples. Homepage: http://asymptote.sourceforge.net/ Package: at-spi-doc Priority: optional Section: doc Installed-Size: 935 Maintainer: Debian GNOME Maintainers Architecture: all Source: at-spi Version: 1.32.0-2.27.201403131348 Recommends: devhelp Filename: 4.0-0/all/at-spi-doc_1.32.0-2.27.201403131348_all.deb Size: 161132 MD5sum: 743df2b491a050e03264e0b3faf196cc SHA1: df93cb825c47da9a2619e6c9e3853661b29d4e1f SHA256: 4871cfb149f154151bb9c7cf3cd8cbe80a35038463e15ff26e1274c58580a5dc Description: Documentation files of at-spi for GNOME Accessibility at-spi is the "Assistive Technology Service Provider Interface". . Accessibility is enabling people with disabilities to participate in substantial life activities that include work and the use of services, products and information. . This package contains the documentation files for at-spi. Package: at-spi2-doc Priority: optional Section: doc Installed-Size: 938 Maintainer: Debian Accessibility Team Architecture: all Source: at-spi2-core Version: 2.5.3-2.2.201403131403 Recommends: devhelp Filename: 4.0-0/all/at-spi2-doc_2.5.3-2.2.201403131403_all.deb Size: 97560 MD5sum: b2f598e2a3eb93eb5475466237ea83bd SHA1: 6405f68945063b7abe1ab15b15945de87f639815 SHA256: b6a14668e0c5b8a355de04391e8279225b41234ab02b6133e9edc19790732782 Description: Assistive Technology Service Provider Interface (Documentation) This package contains documentation for the at-spi2 interface. Homepage: http://live.gnome.org/Accessibility Package: atheist Priority: optional Section: devel Installed-Size: 556 Maintainer: Cleto Martín Architecture: all Version: 0.20110402-2.5.201403131433 Depends: python (>= 2.6.6-7~), python (<< 2.8), libjs-sphinxdoc (>= 1.0), nmap, curl, python-mock, python-notify, python-loggingx Filename: 4.0-0/all/atheist_0.20110402-2.5.201403131433_all.deb Size: 128520 MD5sum: 0e2731afb313c0ef642e0e11284dc906 SHA1: a07c3f443ddbd7a17eba13f1d4ef0656bcdc5a6e SHA256: 0d4b00b9a303d5526fb0ecb69b5044daff2d1bc7005d67e343cd68563f7a7dcd Description: General purpose command-line testing tool Atheist allows you to specify the behaviour of your tests in a declarative way using many predefined structures (such as Task, Conditions, Daemons, etc.) and provides detailed statistics. . The programmer describes the test behaviour in a .test file and atheist runs every test found. It is possible to check and prepare the system by writing setup and teardown files that are executed after and before each test. Homepage: https://savannah.nongnu.org/projects/atheist/ Package: atlc-examples Priority: optional Section: electronics Installed-Size: 129163 Maintainer: Bdale Garbee Architecture: all Source: atlc Version: 4.6.1-1.4.201403131752 Filename: 4.0-0/all/atlc-examples_4.6.1-1.4.201403131752_all.deb Size: 1087770 MD5sum: 04d56bd19041edec839c0d03fd1f63fd SHA1: a485b1eb15220e83f596851d6c1ebd36cace74ab SHA256: 573790d7e9e1fb46b05c078d2db8b33b211baad653fc852babde2bb0cba671bc Description: Examples for Arbitrary Transmission Line Calculator Contains a large number of example structures for analysis with atlc. Package: atool Priority: optional Section: utils Installed-Size: 154 Maintainer: Francois Marier Architecture: all Version: 0.39.0-2.8.201403131804 Depends: perl Recommends: bash-completion, binutils, bzip2, file, unzip, zip, lbzip2 | pbzip2 Suggests: arc, arj, cpio, lzop, nomarch, rpm, unace, p7zip, unalz, lzma, rar, unrar, xz-utils, lzip Filename: 4.0-0/all/atool_0.39.0-2.8.201403131804_all.deb Size: 45666 MD5sum: da11949f98c507a84430ccc9a5b18255 SHA1: a93bf5552eca4e39917e019e368f779d33d5f7bb SHA256: 55ab90a392b5e38305c996d5ac740ade75e63502f25daebf11885a489c879c36 Description: tool for managing file archives of various types atool is a script for managing file archives of various types (tar, tar+gzip, zip etc). The main command is probably aunpack, extracting files from an archive. It overcomes the dreaded "multiple files in archive root" problem by first extracting to a unique subdirectory, and then moving back the files if possible. aunpack also prevents local files from being overwritten by mistake. . Other commands provided are apack (create archives), als (list files in archives), and acat (extract files to standard out). Homepage: http://www.nongnu.org/atool/ Package: ats-lang-anairiats-doc Priority: optional Section: doc Installed-Size: 784 Maintainer: Matthew Danish Architecture: all Source: ats-lang-anairiats Version: 0.2.3-1.4.201403131818 Recommends: ats-lang-anairiats Filename: 4.0-0/all/ats-lang-anairiats-doc_0.2.3-1.4.201403131818_all.deb Size: 410988 MD5sum: 4f64db9c7400d608a05929646773d43c SHA1: 95e0ba5f584b2ce037c671b7d31c0970c48ada86 SHA256: cebb9861d99487aaa2ac77cdac30e5e144b5a789b4a951bf9487fb16d9e0f094 Description: Documentation for the ATS compiler Anairiats ATS is a programming language with a highly expressive type system rooted in the framework Applied Type System. In particular, both dependent types and linear types are available in ATS. The current implementation of ATS (ATS/Anairiats) is written in ATS itself. It can be as efficient as C/C++ and supports a variety of programming paradigms. . In addition, ATS contains a component ATS/LF that supports a form of (interactive) theorem proving, where proofs are constructed as total functions. With this component, ATS advocates a programming style that combines programming with theorem proving. Furthermore, this component may be used as a logical framework to encode various deduction systems and their (meta-)properties. . This package contains some documentation for the language. Homepage: http://www.ats-lang.org Package: ats-lang-anairiats-examples Priority: optional Section: devel Installed-Size: 593 Maintainer: Matthew Danish Architecture: all Source: ats-lang-anairiats Version: 0.2.3-1.4.201403131818 Recommends: ats-lang-anairiats Filename: 4.0-0/all/ats-lang-anairiats-examples_0.2.3-1.4.201403131818_all.deb Size: 252936 MD5sum: 465bd91d12248f6dc21bd0e7e8294786 SHA1: 92e16c434b4b46c0ee582f12ca314fca7077f507 SHA256: c39cb22967851454a8c893136b970c42bf57136d17efbb3d10f060f97cfe6ae1 Description: Examples for the ATS compiler Anairiats ATS is a programming language with a highly expressive type system rooted in the framework Applied Type System. In particular, both dependent types and linear types are available in ATS. The current implementation of ATS (ATS/Anairiats) is written in ATS itself. It can be as efficient as C/C++ and supports a variety of programming paradigms. . In addition, ATS contains a component ATS/LF that supports a form of (interactive) theorem proving, where proofs are constructed as total functions. With this component, ATS advocates a programming style that combines programming with theorem proving. Furthermore, this component may be used as a logical framework to encode various deduction systems and their (meta-)properties. . This package contains some examples of the language. Homepage: http://www.ats-lang.org Package: auctex Priority: optional Section: tex Installed-Size: 3267 Maintainer: Davide G. M. Salvetti Architecture: all Version: 11.86-11.11.201403131846 Replaces: preview-latex Provides: preview-latex Depends: emacs23 | emacs-snapshot, preview-latex-style, dpkg (>= 1.15.4) | install-info, debconf (>= 0.5) | debconf-2.0 Recommends: ghostscript, texlive-latex-recommended, xpdf | evince | evince-gtk Suggests: catdvi, dvipng, lacheck Conflicts: preview-latex Breaks: emacspeak (<= 17.0-1) Filename: 4.0-0/all/auctex_11.86-11.11.201403131846_all.deb Size: 1250112 MD5sum: 9e1942a8b95eb9e617561b47b1fa8d0e SHA1: 773a26a3219d0e6aaed19c3bcbbc6c8fbdbe81e1 SHA256: 42550c14150ba8f59aed1682fb97f9fbedfa4ed32c24423cf774827eb6f92f58 Description: integrated document editing environment for TeX etc. AUCTeX is a comprehensive customizable integrated environment for writing input files for TeX/LaTeX/ConTeXt/Texinfo using GNU Emacs. Currently XEmacs ships with its own AUCTeX version. . It supports processing source files by running TeX and related tools (such as output filters, post processors for generating indices and bibliographies, and viewers) from inside Emacs. AUCTeX allows browsing through the errors reported by TeX, while it moves the cursor directly to the reported error, and displays some documentation for that particular error. This will even work when the document is spread over several files. . AUCTeX can automatically indent LaTeX source, either line by line or for an entire document, and has a special outline feature which can greatly assist in getting an overview of a document. . AUCTeX is written entirely in Emacs Lisp, and may therefore be enhanced with new features for specific needs. It comes with a large range of handy Emacs macros. It is a GNU project, and documentation for all its features is accessible via the Emacs info browser. Homepage: http://www.gnu.org/software/auctex/ Package: audacious-plugins-data Priority: optional Section: sound Installed-Size: 2063 Maintainer: Debian Multimedia Maintainers Architecture: all Source: audacious-plugins Version: 3.2.4-1.5.201403131859 Replaces: audacious-plugins (<= 3.2-2~) Recommends: audacious-plugins Breaks: audacious-plugins (<= 3.2-2~) Filename: 4.0-0/all/audacious-plugins-data_3.2.4-1.5.201403131859_all.deb Size: 893354 MD5sum: 9972ae42ed44ab45ef456c917d26441f SHA1: 71efd6983cdd91d2810557721a213cad9837d0b0 SHA256: 7028aa7ee819a4593e94de88d0357e764edbf21c5e3bab52dc4f4a858ec8b216 Description: Data files for Audacious plugins Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . This package contains internationalized messages and skins for Audacious plugins. Multi-Arch: foreign Homepage: http://www.audacious-media-player.org/ Package: audacity-data Priority: optional Section: sound Installed-Size: 8185 Maintainer: Debian Multimedia Maintainers Architecture: all Source: audacity Version: 2.0.1-1.5.201403131915 Replaces: audacity (<= 1.3.6-2) Recommends: audacity Breaks: audacity (<= 1.3.6-2) Filename: 4.0-0/all/audacity-data_2.0.1-1.5.201403131915_all.deb Size: 2800092 MD5sum: 523ea19120c957985fd4e835b970e8d4 SHA1: f44aa49013c2acd036199d99c4165563a764ebec SHA256: 130d596b8086d1ff458821db05499be3148e7a7861b629cec4082137c579c73f Description: fast, cross-platform audio editor (data) Audacity is a multi-track audio editor for Linux/Unix, MacOS and Windows. It is designed for easy recording, playing and editing of digital audio. Audacity features digital effects and spectrum analysis tools. Editing is very fast and provides unlimited undo/redo. . This package contains the architecture-independent data files. Homepage: http://audacity.sourceforge.net/ Package: audiolink Priority: optional Section: sound Installed-Size: 100 Maintainer: Amit Shah Architecture: all Version: 0.05-1.2.4.201403131946 Depends: perl, mysql-client (>= 4.0.16-2), libdbd-mysql-perl (>= 2.1027-1), libmp3-info-perl (>= 1.01-1), libogg-vorbis-header-pureperl-perl, libfile-temp-perl Recommends: mysql-server (>= 4.0.16-2) Filename: 4.0-0/all/audiolink_0.05-1.2.4.201403131946_all.deb Size: 31728 MD5sum: 620a15dec39e6ee5798560b251e3ae7e SHA1: fad137722699c951302bbcb8d18226d2cd6ac638 SHA256: ba944b6f925d64f9439a526ffd4ea7543cfd3760738b8596e2ba9b108e3d7cb5 Description: makes managing and searching for music easier AudioLink is a tool that makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc. . It works with MP3 and Ogg Vorbis files and creates a MySQL database in which it stores the information about the music files. It creates symbolic links to the actual music files based on the search results. You can search for multiple fields, like artist, band, composer, lyricist, etc. . See http://audiolink.sourceforge.net/ for more information. Package: augeas-doc Priority: optional Section: doc Installed-Size: 4137 Maintainer: Nicolas Valcárcel Scerpella Architecture: all Source: augeas Version: 0.10.0-1.5.201403132018 Filename: 4.0-0/all/augeas-doc_0.10.0-1.5.201403132018_all.deb Size: 775496 MD5sum: 76f003fee99ff5721217253dc4e02dfb SHA1: b0aa3249fd963831a4f7772174e0a7f13252762a SHA256: d86a7ee86a931c5fe66b6ed8ee53cf2efff97b078d51bf229174b1fb04ff248e Description: Augeas lenses documentation Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files. . Lenses are the building blocks of the file <-> tree transformation; they combine parsing a file and building the tree (the get transformation), with turning the tree back into an (updated) file (the put transformation). . This package contains the generated documentation for the lenses shipping in the augeas-lenses package. Homepage: http://augeas.net/ Package: aumix-common Priority: extra Section: sound Installed-Size: 102 Maintainer: Stefan Ott Architecture: all Source: aumix Version: 2.9.1-2.5.201403132024 Replaces: aumix (<< 2.8-24), aumix-gtk (<< 2.8-24) Depends: oss-compat, lsb-base (>= 3.0-6) Breaks: aumix (<< 2.8-24), aumix-gtk (<< 2.8-24) Filename: 4.0-0/all/aumix-common_2.9.1-2.5.201403132024_all.deb Size: 47150 MD5sum: 28c9d2754f9076f76cb16b142d292260 SHA1: 242bf7662af7e22f36f690d8b6da7561dc155428 SHA256: 3831266bd86f0cb1a80ed89bc0875d3a8f3f328e72744036a08be220e1526889 Description: Simple text-based mixer control program (common files) aumix is a small, easy-to-use program to control the mixer of your sound card. It runs in text mode using the ncurses library, or from the command line (non-interactively). It can read default settings from a file, and it can also automatically save and restore the mixer settings at shutdown and boot. . This package provides files common to aumix and aumix-gtk. Homepage: http://www.jpj.net/~trevor/aumix.html Package: auth2db-common Priority: extra Section: net Installed-Size: 2442 Maintainer: Ulises Vitulli Architecture: all Source: auth2db Version: 0.2.5-2+dfsg-4.4.201403132034 Depends: debconf (>= 0.5) | debconf-2.0, dbconfig-common (>= 1.8.4), mysql-client Filename: 4.0-0/all/auth2db-common_0.2.5-2+dfsg-4.4.201403132034_all.deb Size: 649336 MD5sum: ea8312b4a7a1cb47df120fecd6cd23c3 SHA1: 2fe490a91041cfbf748e25067076f1622c439f86 SHA256: 7107b2da170fd7c48f7a37a8215a9d3f49645c19d9e74e543646545771550361 Description: Common configuration files for Auth2db backend and web frontend This package includes common configuration files for auth2db database setup . Auth2db uses MySQL database to store logs, whichs allows one to performe a separated multi-client to single DB storage, turning the tedious work of constants auditing into a trivial and enjoyable experience Homepage: http://www.auth2db.com.ar/ Package: auth2db-filters Priority: extra Section: net Installed-Size: 68 Maintainer: Ulises Vitulli Architecture: all Source: auth2db Version: 0.2.5-2+dfsg-4.4.201403132034 Filename: 4.0-0/all/auth2db-filters_0.2.5-2+dfsg-4.4.201403132034_all.deb Size: 14714 MD5sum: 668a9ea33e2b2ce367b1404f4a1035a5 SHA1: 08d0605d1a5741aa12b08c2e61168be39a35d4eb SHA256: c3b3c05dd312ea246d2bb9b73ffbf09355eea6091804ae4b74cb11724f74bfcd Description: Auth2db defaults filters pack This is a set of default rules to filter logs for SSH, SU, Apache, GDM, Samba, ProFTPd and others, based in the use of their log files . Auth2db uses MySQL database to store logs, whichs allows one to performe a separated multi-client to single DB storage, turning the tedious work of constants auditing into a trivial and enjoyable experience Homepage: http://www.auth2db.com.ar/ Package: auth2db-frontend Priority: extra Section: net Installed-Size: 1105 Maintainer: Ulises Vitulli Architecture: all Source: auth2db Version: 0.2.5-2+dfsg-4.4.201403132034 Depends: auth2db-common, apache2, php5-gd, libapache2-mod-php5, php5-mysql, ttf-freefont, libjs-prototype Filename: 4.0-0/all/auth2db-frontend_0.2.5-2+dfsg-4.4.201403132034_all.deb Size: 567530 MD5sum: c3fb96875751017494e41c245d980ed7 SHA1: 2175f21b9cf498f823f7518590ddf2bf0b990f98 SHA256: c08126c558a4e9fab97a4acf8b4fe112da0a990c8b92cdab827359220a9cae2c Description: Web frontend view for auth2DB log engine This package consists in the user side step for the auth2db log engine model . Auth2db uses MySQL database to store logs, whichs allows one to performe a separated multi-client to single DB storage, turning the tedious work of constants auditing into a trivial and enjoyable experience . Some changes have been made to original software due to non-dfsg complianse. Check README.Debian for more information Homepage: http://www.auth2db.com.ar/ Package: auth2db Priority: extra Section: net Installed-Size: 149 Maintainer: Ulises Vitulli Architecture: all Version: 0.2.5-2+dfsg-4.4.201403132034 Depends: debconf (>= 0.5) | debconf-2.0, python, python-mysqldb, rsyslog | system-log-daemon, python-configobj (>= 4.0), auth2db-filters, auth2db-common, lsb-base (>= 3.0-10) Pre-Depends: adduser (>= 3.40) Recommends: mysql-server Filename: 4.0-0/all/auth2db_0.2.5-2+dfsg-4.4.201403132034_all.deb Size: 31388 MD5sum: a0ca572069fc852f80b92594b377ac0e SHA1: dc35eda55b4b628322049f82594b110ccd9c5356 SHA256: 79686dde7703d302d8d3a9c61e14311c0b77ddf08ab5e26c571a3810289f37b2 Description: Powerful and eye-candy IDS logger, log viewer and alert generator The core daemon and backend parts of the Auth2db log engine . Auth2db uses MySQL database to store logs, whichs allows one to performe a separated multi-client to single DB storage, turning the tedious work of constants auditing into a trivial and enjoyable experience . Note that mysql-server is needed in this scheme, but it can be anywhere Homepage: http://www.auth2db.com.ar/ Package: auto-complete-el Priority: extra Section: lisp Installed-Size: 636 Maintainer: Takaya Yamashita Architecture: all Version: 1.3.1-2.5.201403132049 Depends: emacs | emacs23 | emacs22 | emacs-snapshot Filename: 4.0-0/all/auto-complete-el_1.3.1-2.5.201403132049_all.deb Size: 209442 MD5sum: 9dc789a48357fd4903c91a248cc52900 SHA1: a7b027be7b3bd3efb857338b01751efd25f422d4 SHA256: 456a2cc2cfe23ecdfba29fd39d8d0762cdfdab3f0298ed1d41525afc9eaee5e2 Description: intelligent auto-completion extension for GNU Emacs Auto Complete Mode is an intelligent auto-completion extension for GNU Emacs. It extends the standard Emacs completion interface and provides an environment that allows users to concentrate more on their own work. Homepage: http://cx4a.org/software/auto-complete/ Package: auto-install-el Priority: extra Section: lisp Installed-Size: 131 Maintainer: Takaya Yamashita Architecture: all Version: 1.53-1.5.201403132054 Depends: emacs | emacs23 | emacs-snapshot, emacsen-common (>= 1.4.14) Filename: 4.0-0/all/auto-install-el_1.53-1.5.201403132054_all.deb Size: 18676 MD5sum: dae979cfed9a3f6b85ea64688ed369b9 SHA1: ab7fad41597d3fea61f490c2e10f0467350be6bf SHA256: f74cc5a659d2b0148cddf3d12a1bb2318b4769b391d964671ec9c65e162aaa79 Description: Auto install elisp file Effortlessly download, install, and update Elisp files from the web or from a local buffer. . Easily install packages from the Emacswiki ElispArea (with auto-complete of package name, and easy update of selected packages). . Optionally view changes from previous versions of packages before installation. Homepage: http://www.emacswiki.org/AutoInstall Package: auto-multiple-choice-common Priority: optional Section: education Installed-Size: 1882 Maintainer: Alexis Bienvenüe Architecture: all Source: auto-multiple-choice Version: 1.1.1-2.2.201403132059 Replaces: auto-multiple-choice (<< 1.1.0-1) Depends: dpkg (>= 1.14.18), tex-common (>= 3), perl, liblocale-gettext-perl, libxml-simple-perl, libxml-writer-perl, libgtk2-perl, libio-compress-perl | libcompress-zlib-perl, libgraphics-magick-perl, libdbd-sqlite3-perl, libdbi-perl, libfile-mimeinfo-perl, libtext-csv-perl, texlive-latex-base, latex-xcolor, texlive-generic-recommended, texlive-latex-extra, texlive-fonts-extra, imagemagick (>= 7:6.5.5) | graphicsmagick-imagemagick-compat, netpbm, ghostscript, poppler-utils, libarchive-zip-perl, librsvg2-common, unzip Recommends: libsys-cpu-perl, libnet-cups-perl (>= 0.60), libopenoffice-oodoc-perl, libemail-mime-perl, libemail-sender-perl, fonts-linuxlibertine | ttf-linux-libertine, texlive-xetex Breaks: auto-multiple-choice (<< 1.1.0-1) Filename: 4.0-0/all/auto-multiple-choice-common_1.1.1-2.2.201403132059_all.deb Size: 403590 MD5sum: 751891da05a5fbb1da428a5d52f3a9a9 SHA1: 23428ac777925fd60aa02b4929de78762e6a43ba SHA256: 08647f3779738fc75482b4364ca919a1bb6283a66e4ee6a351798ad33bc8786b Description: Auto Multiple Choice - architecture independent files Utility to manage multiple choice questionnaires, with optionnaly mixed questions and answers. AMC provides automatic marking from papers' scans. Annotated papers are produced. Marks can be exported as a OpenOffice.org sheet file. . These are architecture independent files. Homepage: http://home.gna.org/auto-qcm/ Package: auto-multiple-choice-doc-pdf Priority: optional Section: doc Installed-Size: 1614 Maintainer: Alexis Bienvenüe Architecture: all Source: auto-multiple-choice Version: 1.1.1-2.2.201403132059 Filename: 4.0-0/all/auto-multiple-choice-doc-pdf_1.1.1-2.2.201403132059_all.deb Size: 1614070 MD5sum: 74f08d56fabc27dfce538d2f09652d10 SHA1: 92fb65368d100b90ba521bb108b5bf7b8a532cd6 SHA256: 541ea21fddf2cfad0bb431539e6987800d2aa2663cf5168b6a9033723018c529 Description: Auto Multiple Choice - PDF documentation Utility to manage multiple choice questionnaires, with optionnaly mixed questions and answers. AMC provides automatic marking from papers' scans. Annotated papers are produced. Marks can be exported as a OpenOffice.org sheet file. . This is AMC PDF documentation. Homepage: http://home.gna.org/auto-qcm/ Package: auto-multiple-choice-doc Priority: optional Section: doc Installed-Size: 763 Maintainer: Alexis Bienvenüe Architecture: all Source: auto-multiple-choice Version: 1.1.1-2.2.201403132059 Filename: 4.0-0/all/auto-multiple-choice-doc_1.1.1-2.2.201403132059_all.deb Size: 167414 MD5sum: 912caf2002620329db284bcd44e287c3 SHA1: ff7d4fd31ce9c293565e701ac886f4abe41272cf SHA256: a2fa053c32eec544082e975864633c8f1fea6529f02b97db535085833e50d674 Description: Auto Multiple Choice - HTML documentation Utility to manage multiple choice questionnaires, with optionnaly mixed questions and answers. AMC provides automatic marking from papers' scans. Annotated papers are produced. Marks can be exported as a OpenOffice.org sheet file. . This is AMC HTML documentation. Homepage: http://home.gna.org/auto-qcm/ Package: autoconf-archive Priority: optional Section: devel Installed-Size: 4096 Maintainer: Bastien ROUCARIÈS Architecture: all Version: 20111221-2.7.201403132120 Depends: dpkg (>= 1.15.4) | install-info Recommends: autoconf Filename: 4.0-0/all/autoconf-archive_20111221-2.7.201403132120_all.deb Size: 835080 MD5sum: e97d584f15e4194032c6c8bae7c26af6 SHA1: 9783db4482ab8e692f877ea2a777c5054c757582 SHA256: b5ff83d209a20298fdaca17ced87937300d68cef6e281fb45d82c5cf4dd022cb Description: Autoconf Macro Archive Autoconf Macro Archive aims to provide a central repository of useful and tested Autoconf macros for software developers around the world. This package contains the complete content of the Autoconf Macro Archive as found at http://www.gnu.org/software/autoconf-archive/. Homepage: http://www.gnu.org/software/autoconf-archive/ Package: autoconf-dickey Priority: extra Section: devel Installed-Size: 891 Maintainer: Sven Joachim Architecture: all Version: 2.52+20101002-2.2.201403132123 Depends: m4, perl Filename: 4.0-0/all/autoconf-dickey_2.52+20101002-2.2.201403132123_all.deb Size: 259690 MD5sum: 613ce3d25e1f627292e5034fe4c1cafd SHA1: 334ac81befe8eb0684283ef7041d0367a6f7be98 SHA256: b984488d44fe07d64d81e14bbcf1095ebb6ea63c79e8821baa8c0af459bc116f Description: automatic configure script builder (Thomas Dickey's version) This hacked version of autoconf is required to bootstrap ncurses and some other packages maintained upstream by Thomas Dickey. It should not be used for other purposes. Homepage: http://invisible-island.net/autoconf/autoconf.html Package: autoconf-doc Priority: optional Section: doc Installed-Size: 4267 Maintainer: Ben Pfaff Architecture: all Source: autoconf Version: 2.69-1.33.201403132114 Depends: dpkg (>= 1.15.4) | install-info, gnu-standards Filename: 4.0-0/all/autoconf-doc_2.69-1.33.201403132114_all.deb Size: 2934006 MD5sum: ff31b5e81f5f891dd9c8e1808780996a SHA1: fe3e47ad2640cd5a28e13c0cccd94febd09a7227 SHA256: 5e4bf1f8b5554e8bcf0898328b0baa82d1f1b8cca6c057fbf6e0004ed73e7072 Description: automatic configure script builder documentation GNU Autoconf is a package for creating scripts to configure source code packages using templates and an M4 macro package. This package contains the manual for GNU Autoconf. It documents the current version; if you are using Autoconf 2.13 instead, install the autoconf2.13 package. Homepage: http://www.gnu.org/software/autoconf/ Package: autoconf-gl-macros Priority: optional Section: devel Installed-Size: 50 Maintainer: Paul Wise Architecture: all Version: 20101226-1.2.201403132130 Replaces: autoconf-archive (<< 20111221-1) Breaks: autoconf-archive (<< 20111221-1) Filename: 4.0-0/all/autoconf-gl-macros_20101226-1.2.201403132130_all.deb Size: 9544 MD5sum: 764450a2b92b3477a81f940272f55631 SHA1: d0f8d3b0a0d11ca7743a175a00107c5197844d5d SHA256: 4959d5b2b0f235979fdca85dd6eaeb16c11a0fa8a94daccfbb396327edc8d7b9 Description: autoconf macros to check for OpenGL/GLU/GLUT autoconf macros AX_CHECK_GL, AX_CHECK_GLU and AX_CHECK_GLUT, which check for libGL, libGLU and libglut, respectively. . These macros are designed to work in the presence or absence of X11 and to play nicely with the --with-x option added by autoconf's AC_PATH_X macro. That is, where an OpenGL implementation that does not require X11 is available, passing --without-x to configure causes these macros to find it an set the appropriate compiler and linker flags. Homepage: http://code.google.com/p/autoconf-gl-macros/ Package: autoconf2.13 Priority: optional Section: devel Installed-Size: 1284 Maintainer: Ben Pfaff Architecture: all Version: 2.13-62.12.201403132133 Depends: m4, debianutils (>= 1.8), autoconf, perl, libfile-temp-perl, dpkg (>= 1.15.4) | install-info Recommends: automake1.4 Suggests: gnu-standards Filename: 4.0-0/all/autoconf2.13_2.13-62.12.201403132133_all.deb Size: 382230 MD5sum: 6a795756e79ea80de78a8a5ed9076f19 SHA1: a6e787f07f284ee1cdd12ed8d109eafe2ca86256 SHA256: fbe43fbd6870d4ccc7ea2b9043b569d5c2d3ed43f914f939c3e5ee09f61b96eb Description: automatic configure script builder (obsolete version) Obsolete compatibility package of Autoconf 2.13. For use only with packages that cannot easily be updated to use Autoconf 2.50+. . This package provides compatibility wrappers for autoconf, autoheader, and autoreconf that attempt to automatically choose which version of Autoconf to use, based on some simple heuristics. For information on these heuristics or how to force use of a particular Autoconf version, see /usr/share/doc/autoconf2.13/README.Debian.gz. Package: autoconf2.59 Priority: extra Section: devel Installed-Size: 1290 Maintainer: Debian GCC Maintainers Architecture: all Version: 2.59+dfsg-0.1.4.201403132135 Replaces: autoconf (<< 2.50) Depends: m4, debianutils (>= 1.8), autoconf (>= 2.50), perl, libfile-temp-perl Conflicts: autoconf (<< 2.50) Filename: 4.0-0/all/autoconf2.59_2.59+dfsg-0.1.4.201403132135_all.deb Size: 359140 MD5sum: 29a8cd39c38588812af5153fab3b782d SHA1: eed08f04bceef9a89273d594a34a92fd266cb1ab SHA256: 0ef00b1e9639db8abf1ed31d548d372dd8abba953e95dd448cce1a922b9f586f Description: automatic configure script builder (obsolete version) This obsolete version is required to build GCC (>= 4.3.3), newlib, and probably some others toolchain related packages. Package: autoconf2.64 Priority: extra Section: devel Installed-Size: 1755 Maintainer: Debian GCC Maintainers Architecture: all Version: 2.64-3.5.201403132137 Replaces: autoconf (<< 2.50) Depends: m4, debianutils (>= 1.8), autoconf (>= 2.50), perl, libfile-temp-perl Conflicts: autoconf (<< 2.50) Filename: 4.0-0/all/autoconf2.64_2.64-3.5.201403132137_all.deb Size: 514990 MD5sum: a553fcac9f0c716542811ac5a2042043 SHA1: ce936671e17c8f9596e5e4824fc3f6d11896d7d7 SHA256: 63ca0b8744e41ccd45e6d40669a1c0867c4c90cbf223baa188a7cbbab9598a69 Description: automatic configure script builder (obsolete version) This obsolete version is required to build GCC (>= 4.3.3), newlib, and probably some others toolchain related packages. Package: autoconf Priority: optional Section: devel Installed-Size: 1896 Maintainer: Ben Pfaff Architecture: all Version: 2.69-1.33.201403132114 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf2.13, autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: autoconf2.13 (<< 2.13-47), gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Filename: 4.0-0/all/autoconf_2.69-1.33.201403132114_all.deb Size: 587640 MD5sum: 0c3605eb6ba4de4c1bcbc5a22de09c91 SHA1: 43220e38efb5707876fa87e81f36e305f435b284 SHA256: 1ffcd67cf500f38ef7cbdbc474ff8692432607fb2496956ca0a6adb13168d41b Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. If you need support for such scripts, you must also install the autoconf2.13 package. Homepage: http://www.gnu.org/software/autoconf/ Package: autodia Priority: optional Section: devel Installed-Size: 407 Maintainer: Roland Stigge Architecture: all Version: 2.14-1.5.201403132141 Depends: perl, libtemplate-perl Suggests: libgraphviz-perl Filename: 4.0-0/all/autodia_2.14-1.5.201403132141_all.deb Size: 120250 MD5sum: 7d2fbac57f385a5665d89b28ef6ad7da SHA1: 2c4f5149ebdb2fbe2454af5ccace2e2c54427b48 SHA256: 8bc51219a9ccbd32c69876d1f93d2369f8857b0cae6daa19f8ec29bb3ebb88ec Description: generates UML diagrams from perl or C++ code AutoDia creates UML files for use with dia. It scans your perl or c++ code, and generates class diagrams in dia's native file format (XML). . Support for other languages can be provided with plugins. Package: autodns-dhcp Priority: extra Section: net Installed-Size: 74 Maintainer: Santiago Garcia Mantinan Architecture: all Version: 0.8.4.201403132146 Depends: bind9 | bind, dnsutils, perl | perl5, dhcp3-server | dhcp Conflicts: dhcp-dns Filename: 4.0-0/all/autodns-dhcp_0.8.4.201403132146_all.deb Size: 12446 MD5sum: 0557b6fe80a2a2bf9d052169debbf86f SHA1: bb4cb5c7c2a54018773a62d01c39cc14f0e76ac2 SHA256: 4c5d228469bdc3bfcf69bb7f185f8a947169564c1fefe308831feda190aef158 Description: Automatic DNS updates for DHCP autodns-dhcp uses bind's dynamic update features to update a zonefile with hostnames from the dhcp leases file, this is done just once for each hostname as the IP, MAC address and name are settled on the dhcp configuration to have an static zone. Package: autodock-getdata Priority: optional Section: science Installed-Size: 38 Maintainer: Debian Med Packaging Team Architecture: all Source: autodocksuite Version: 4.2.3-2.4.201403132152 Recommends: getdata Suggests: autodock, autogrid, autodocktools Filename: 4.0-0/all/autodock-getdata_4.2.3-2.4.201403132152_all.deb Size: 5270 MD5sum: c3397516961363528e023a7df181e5c7 SHA1: 04bc0d8afc9bdab32611f963066dea6a6441de69 SHA256: 31026784d787279ea0e32064e6172b63f429d0a654232d86f62ddd11caa444e9 Description: instructions for getData to collect compounds This package provides instructions for getData to retrieve descriptions for sets of molecular compounds that can be used directly as input for autodock. The data is not provided direclty by this package. Only the instructions for the download are maintained here. . The FightAids@Home project of the World Community Grid publicly provides the input sets of their runs. The original structures come from the ZINC database and have been processed from the mol2 to pdbqt format by the Scripps institute: * asinex * chembridge_buildingblocks_pdbqt_1000split * drugbank_nutraceutics * drugbank_smallmol * fda_approved * human_metabolome_pdbqt_1000split * otava * zinc_natural_products . Please cite the ZINC database when using that data. Homepage: http://autodock.scripps.edu/ Package: autodock-test Priority: optional Section: science Installed-Size: 7236 Maintainer: Debian Med Packaging Team Architecture: all Source: autodocksuite Version: 4.2.3-2.4.201403132152 Suggests: autodock Filename: 4.0-0/all/autodock-test_4.2.3-2.4.201403132152_all.deb Size: 2719182 MD5sum: a6465cb614ff32ed5643e8be7ff84f4a SHA1: 1deaa92aff40b5b9eff6e21df91a4836184f395e SHA256: 42db00a1c8bca00e23dadbe48438217d9e93d1706eff9ff3625cfbbbe23d9d54 Description: test files for AutoDock This package contain the test files for the AutoDock program. Homepage: http://autodock.scripps.edu/ Package: autofs5-hesiod Priority: extra Section: oldlibs Installed-Size: 47 Maintainer: Michael Tokarev Architecture: all Source: autofs Version: 5.0.7-3.8.201403132209 Depends: autofs-hesiod (>= 5.0.7-3.8.201403132209) Filename: 4.0-0/all/autofs5-hesiod_5.0.7-3.8.201403132209_all.deb Size: 22836 MD5sum: 3446c304d81df2e56f475a2cba7145c4 SHA1: 3340ba130f3404ab9c84487f585435878997db5a SHA256: 2539716260a37acf2d7d252f52078f492b4c98fc36876bbe536c53d74d65f976 Description: transitional dummy package for 'autofs-hesiod' This transitional dummy package is safe to remove. Homepage: http://www.kernel.org/pub/linux/daemons/autofs/v5/ Package: autofs5-ldap Priority: extra Section: oldlibs Installed-Size: 47 Maintainer: Michael Tokarev Architecture: all Source: autofs Version: 5.0.7-3.8.201403132209 Depends: autofs-ldap (>= 5.0.7-3.8.201403132209) Filename: 4.0-0/all/autofs5-ldap_5.0.7-3.8.201403132209_all.deb Size: 22834 MD5sum: ab0b778257ac0fd9a29eba0150256210 SHA1: 89b6c75f369f30f61d35bfb71bcf86eb749e640c SHA256: 52633bc791535bc00240af839332dcaca84b12e5ad2d2a213bfd3e458503a4d4 Description: transitional dummy package for 'autofs-ldap' This transitional dummy package is safe to remove. Homepage: http://www.kernel.org/pub/linux/daemons/autofs/v5/ Package: autofs5 Priority: extra Section: oldlibs Installed-Size: 47 Maintainer: Michael Tokarev Architecture: all Source: autofs Version: 5.0.7-3.8.201403132209 Depends: autofs (>= 5.0.7-3.8.201403132209) Filename: 4.0-0/all/autofs5_5.0.7-3.8.201403132209_all.deb Size: 22824 MD5sum: 8d246d9f708eeaecd5a5a2c5f755f4bf SHA1: e32d1893ae32d04266be26b35387123abfec5bd5 SHA256: 835f33ab632c416e4248d9f0c1c7b0319463e34f9987d2041383a583e1fcf38b Description: transitional dummy package for 'autofs' This transitional dummy package is safe to remove. Homepage: http://www.kernel.org/pub/linux/daemons/autofs/v5/ Package: autogrid-test Priority: optional Section: science Installed-Size: 375 Maintainer: Debian Med Packaging Team Architecture: all Source: autodocksuite Version: 4.2.3-2.4.201403132152 Suggests: autogrid Filename: 4.0-0/all/autogrid-test_4.2.3-2.4.201403132152_all.deb Size: 95382 MD5sum: 1b153b2b34fe7c1d3492908ec6ff18f7 SHA1: e76740df5a82af99d1a15417b159868e0a8fa824 SHA256: 121b55f44fa61b53edee94035c43d58cf69da714123044207edc357ee02e7b92 Description: test files for AutoGrid This package contain the test files for the AutoGrid program. Homepage: http://autodock.scripps.edu/ Package: autojump Priority: optional Section: shells Installed-Size: 84 Maintainer: Tanguy Ortolo Architecture: all Version: 20-2.2.201403132224 Depends: python3 (>= 3.2) Filename: 4.0-0/all/autojump_20-2.2.201403132224_all.deb Size: 14906 MD5sum: bc70f468d4bec2bbff5cbef8da74708e SHA1: 2834316b6ba1b281e61eb5182c77a3352465d73f SHA256: f6c691c743df4a55f1112c6a094aa44b2050d5c7fc26a621a37819f9a7bf8608 Description: shell extension to jump to frequently used directories autojump provides a faster way to navigate your filesystem, with a "cd command that learns". . It works by maintaining a database of the directories you use the most from the command line, and allows you to "jump" to frequently used directories by typing only a small pattern. . To use autojump, you need to configure your shell to source /usr/share/autojump/autojump.sh on startup. Enhances: bash, zsh, zsh-beta Homepage: http://wiki.github.com/joelthelion/autojump/ Package: autokey-common Priority: optional Section: utils Installed-Size: 398 Maintainer: Luke Faraone Architecture: all Source: autokey Version: 0.90.1-1.1.7.201403132230 Replaces: autokey (<< 0.61.4-0~0), autokey-gtk (<< 0.70.4-0~0) Depends: python (>= 2.6.6-7~), python (<< 2.8), python-xlib, python-simplejson, python-pyinotify, wmctrl Breaks: autokey (<< 0.61.4-0~0), autokey-gtk (<< 0.70.4-0~0) Filename: 4.0-0/all/autokey-common_0.90.1-1.1.7.201403132230_all.deb Size: 68038 MD5sum: 9c4eafafad298ae5b148ee05cc347216 SHA1: 0d76b67184bf9a80e65f10a3cdb0441d655d2b9d SHA256: b79f747b1df884095595bc8ff27458a8beaa1011394039c09c3eff48257b3322 Description: desktop automation utility - common data AutoKey is a desktop automation utility for Linux and X11. It allows the automation of virtually any task by responding to typed abbreviations and hotkeys. It offers a full-featured GUI that makes it highly accessible for novices, as well as a scripting interface offering the full flexibility and power of the Python language. . This package contains the common data shared between the various frontends. Homepage: http://code.google.com/p/autokey/ Package: autokey-gtk Priority: optional Section: gnome Installed-Size: 385 Maintainer: Luke Faraone Architecture: all Source: autokey Version: 0.90.1-1.1.7.201403132230 Replaces: autokey (<< 0.61.4-0~0) Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, autokey-common Breaks: autokey (<< 0.61.4-0~0) Filename: 4.0-0/all/autokey-gtk_0.90.1-1.1.7.201403132230_all.deb Size: 49062 MD5sum: e07a5cfff207bf420222756816f8d862 SHA1: 679f6f9d957cbc2a43b50dfcd96a9c591e2e8529 SHA256: 3515a1f552737d034c59a3c21eec27856a29b628a7f9c797a0ebb688d9c442be Description: desktop automation utility - GTK+ version AutoKey is a desktop automation utility for Linux and X11. It allows the automation of virtually any task by responding to typed abbreviations and hotkeys. It offers a full-featured GUI that makes it highly accessible for novices, as well as a scripting interface offering the full flexibility and power of the Python language. . This package contains the GTK+ frontend. Homepage: http://code.google.com/p/autokey/ Package: autokey-qt Priority: optional Section: kde Installed-Size: 280 Maintainer: Luke Faraone Architecture: all Source: autokey Version: 0.90.1-1.1.7.201403132230 Replaces: autokey (<< 0.61.4-0~0) Depends: python (>= 2.6.6-7~), python (<< 2.8), python-kde4, python-qt4, python-qscintilla2, python-notify, autokey-common, python-qt4-dbus Breaks: autokey (<< 0.61.4-0~0) Filename: 4.0-0/all/autokey-qt_0.90.1-1.1.7.201403132230_all.deb Size: 41058 MD5sum: b6fa27ed7efc337161c3d920f98c3174 SHA1: 4a576c26243eb9d77a7d825daaef8d697a9d0fa0 SHA256: 6f42ab6fac5a1aefcb027fba356be4f9ef5ef2a360730ab396d1bc50506eeee8 Description: desktop automation utility - KDE version AutoKey is a desktop automation utility for Linux and X11. It allows the automation of virtually any task by responding to typed abbreviations and hotkeys. It offers a full-featured GUI that makes it highly accessible for novices, as well as a scripting interface offering the full flexibility and power of the Python language. . This package contains the Qt frontend. Homepage: http://code.google.com/p/autokey/ Package: automake1.10 Priority: optional Section: devel Installed-Size: 1394 Maintainer: Eric Dorland Architecture: all Version: 1:1.10.3-3.19.201403132242 Replaces: automake (<< 1:1.11-1), automake1.10-doc Provides: automaken Depends: autoconf (>= 2.60), autotools-dev (>= 20020320.1), dpkg (>= 1.15.4) | install-info Conflicts: automake (<< 1:1.11-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Filename: 4.0-0/all/automake1.10_1.10.3-3.19.201403132242_all.deb Size: 552742 MD5sum: 9c7edf6efbe0083b07299930976afde5 SHA1: 733de36555daec29d1ab71dd230dfa296672f75c SHA256: 16c3293b7eb7adbfd7057445fb9970ba5da46dee2567b2a9d197dcb03edb5dc3 Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.10 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8 and 1.9 did, so has been renamed so that the previous version can continue to be made available. Homepage: http://www.gnu.org/software/automake/ Package: automake1.9-doc Priority: optional Section: non-free/doc Installed-Size: 250 Maintainer: Eric Dorland Architecture: all Source: automake1.9-nonfree Version: 1.9.6-1.1.1.201407140957 Replaces: automake1.9 Conflicts: automake1.9 (<= 1.9.6-5) Filename: 4.0-0/all/automake1.9-doc_1.9.6-1.1.1.201407140957_all.deb Size: 221348 MD5sum: 0cfbdcba7d7840e4141047e0ebafc822 SHA1: 3804ffed81caaaf91ae4208eb19b572d0ad17bd0 SHA256: 5ac6cdbc23b08b08b3f2cb2a8a4986941b520bbd901ebc61f6cf0ee9246492a9 Description: A tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.9 fails to work in a number of situations that Automake 1.4, 1.6, 1.7 and 1.8 did, so has been renamed so that the previous version can continue to be made available. Package: automake1.9 Priority: optional Section: devel Installed-Size: 1136 Maintainer: Eric Dorland Architecture: all Version: 1.9.6+nogfdl-4.16.201403132330 Provides: automaken Depends: autoconf (>= 2.58), autotools-dev (>= 20020320.1) Suggests: automake1.9-doc Conflicts: automake (<< 1:1.4-p5-1), automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Filename: 4.0-0/all/automake1.9_1.9.6+nogfdl-4.16.201403132330_all.deb Size: 391616 MD5sum: 80863a50080f64ab02a1dda4d2a29ac5 SHA1: 4ad9a41dbe888f653ad521e8d70753ba14ecf0b5 SHA256: 821be34b5432129420a45376853352184136d29b5f8872a370e32e65ebaf4621 Description: A tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.9 fails to work in a number of situations that Automake 1.4, 1.6, 1.7 and 1.8 did, so has been renamed so that the previous version can continue to be made available. Package: automake Priority: optional Section: devel Installed-Size: 1531 Maintainer: Eric Dorland Architecture: all Source: automake1.11 Version: 1:1.11.6-1.11.201403132244 Provides: automake1.11, automaken Depends: autoconf (>= 2.62), autotools-dev (>= 20020320.1), dpkg (>= 1.15.4) | install-info Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Filename: 4.0-0/all/automake_1.11.6-1.11.201403132244_all.deb Size: 607078 MD5sum: 1e284f5dc281447cf4de9d990119dc77 SHA1: 1d19b685d0023ae3405d6b623dbd4d9f56781bf6 SHA256: 116cb0a20fddf641cba1c73abf12a8e31ac3dbc82dc9efb7f4ff8029316cb157 Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.11 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9 and 1.10 did, so has been renamed so that the previous version can continue to be made available. Multi-Arch: foreign Homepage: http://www.gnu.org/software/automake/ Package: automysqlbackup Priority: extra Section: admin Installed-Size: 98 Maintainer: Thomas Goirand Architecture: all Version: 2.6+debian.3-1.4.201403132350 Depends: mysql-client Recommends: mutt Filename: 4.0-0/all/automysqlbackup_2.6+debian.3-1.4.201403132350_all.deb Size: 15788 MD5sum: 66ef220cab73d37002fc5c09f48a0d88 SHA1: 4ba0f0e2258bc45fff9115ee89542696014d3e71 SHA256: a337a121f31905e490e684c1cba6a3220175ba39ac131c54927e53832be3b47f Description: daily, weekly and monthly backup for your MySQL database automysqlbackup creates backup every day, week and month for all of your MySQL database, to a configured folder. There's nothing to do but to install this package, and you'll rest assured that you have a way to go back in the history of your database. . This package may be unsafe if untrusted users may create databases and if no check on the syntax of the name of them is performed. Homepage: http://sourceforge.net/projects/automysqlbackup/ Package: autopkgtest-xenlvm Priority: optional Section: devel Installed-Size: 118 Maintainer: Autopkgtest team Architecture: all Source: autopkgtest Version: 2.2.3+nmu1.4.201403132356 Depends: libadns1-bin, chiark-utils-bin, iproute, dmsetup Recommends: lvm2, debootstrap Suggests: autopkgtest Filename: 4.0-0/all/autopkgtest-xenlvm_2.2.3+nmu1.4.201403132356_all.deb Size: 26942 MD5sum: 321f9f92cc60a26929abc3a8c638fffd SHA1: f13c79d74370034e909fe883ca205d941e2f84d0 SHA256: ee2abaa8a6500aba5aa62e65345c30b1d297ef1e244030568f396558b0c5d78f Description: Xen/LVM2 based testbed snapshot system Machinery for setting up a Xen domain which can be resumed over and over again, discarding changes made each time. This can be useful for automated testing and other advanced techniques; autopkgtest is able to make use of this machinery for its virtualisation needs. . You will need a working Xen setup to make use of this software. Your network administrator will need to provide support for the testbeds' networking requirements. See the README for documentation. Package: autopkgtest Priority: optional Section: devel Installed-Size: 204 Maintainer: Autopkgtest team Architecture: all Version: 2.2.3+nmu1.4.201403132356 Replaces: autodebtest (<< 0.5.3) Depends: python (>= 2.6), debhelper Recommends: apt-utils, pbuilder Suggests: autopkgtest-xenlvm, curl Conflicts: autodebtest (<< 0.5.3) Filename: 4.0-0/all/autopkgtest_2.2.3+nmu1.4.201403132356_all.deb Size: 67704 MD5sum: cb5f3e3d020f7468446d335bb46efbbb SHA1: a03b8992c59d710151200165bc61597cfefe8be8 SHA256: de7d06357dbb93e935c334418287ff817d6d19062c5a968f1b4472e8cb548f00 Description: automatic as-installed testing for Debian packages autopkgtest runs tests on binary packages. The tests are run on the package as installed on a testbed system (which may be found via a virtualisation or containment system). The tests are expected to be supplied in the corresponding Debian source package. . See adt-run(1) and /usr/share/doc/autopkgtest. Most modes of use require apt-ftparchive from the apt-utils package. Use of adt-virt-xenlvm requires the autopkgtest-xenlvm package too; Use of the pre-cooked adt-testreport-onepackage script requires curl. Package: autopoint Priority: optional Section: devel Installed-Size: 664 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.18.1.1-9.22.201403131448 Replaces: gettext (<= 0.17-11) Depends: git (>= 1:1.7.0.5) | git-core Filename: 4.0-0/all/autopoint_0.18.1.1-9.22.201403131448_all.deb Size: 623036 MD5sum: a037560487b6b6eb44a2284f226ca38f SHA1: 6a53aa2a04ec4aa8fb2c820c510c9777f80ef33a SHA256: 65885e159a787c3e9f77f34d241ed2e007fd44d5c8f9d8c2e492ddca2e33a183 Description: The autopoint program from GNU gettext The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package. Homepage: http://www.gnu.org/software/gettext/ Package: autopostgresqlbackup Priority: extra Section: admin Installed-Size: 87 Maintainer: Emmanuel Bouthenot Architecture: all Version: 1.0-2.2.201403132357 Depends: postgresql-client-common Recommends: mutt Filename: 4.0-0/all/autopostgresqlbackup_1.0-2.2.201403132357_all.deb Size: 11394 MD5sum: a5117c12722d0b8e56d0ee2165dce919 SHA1: d94e3e099f26ff1695712d7472a68ad0df5a1a69 SHA256: 07c2cd20b2d7e585e21678c595fa482737dbb05ce98223dfc438418f10620455 Description: Automated tool to make periodic backups of PostgreSQL databases autopostgresqlbackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of PostgreSQL databases. autopostgresqlbackup extract databases into flat files in a daily, weekly or monthly basis. . autopostgresqlbackup is a PostgreSQL port of automysqlbackup. Homepage: http://projects.frozenpc.net/autopgsqlbackup/ Package: autoproject Priority: optional Section: devel Installed-Size: 399 Maintainer: James R. Van Zandt Architecture: all Version: 0.20-5.4.201403140002 Depends: automake | automake1.9 | automaken Filename: 4.0-0/all/autoproject_0.20-5.4.201403140002_all.deb Size: 81362 MD5sum: 4e814daee6b8fd2a7814b94c347f6127 SHA1: d2b7fde3896f2b11e6a4d9d62aa2a95ef9d89458 SHA256: 1b634668dbe771e9b2bdc635a509b0f58f1a710e7ea1eb73a6749fa3e217e6cd Description: create a skeleton source package for a new program autoproject interviews the user, then creates a source package for a new program which follows the GNU programming standards. The new package uses autoconf to configure itself, and automake to create the Makefile. `make distcheck' succeeds. . The idea is that you execute autoproject just once when you start a new project. It will ask a few questions, then create a new directory and populate it with standard files, customized for the new project. . Optionally, the new package will use a command line parser generator. Currently, autoproject supports two parser generators: clig by Harald Kirsch (see http://wsd.iitb.fhg.de/software/), and autogen by Bruce Korb (see http://autogen.sourceforge.net/). Package: autopsy Priority: optional Section: admin Installed-Size: 981 Maintainer: Lorenzo Martignoni Architecture: all Version: 2.24-1.4.201403140007 Depends: sleuthkit (>= 3.0.0), perl, binutils Filename: 4.0-0/all/autopsy_2.24-1.4.201403140007_all.deb Size: 379800 MD5sum: 2bef7300076afb45f9e49005cc7b243b SHA1: d2320fc7feadc8ec207137ca49c2c317226030fd SHA256: 237107c652991d2df74a8787b6832ce83651b486a7b7cd760a9a243a5eb4f16e Description: graphical interface to SleuthKit The Autopsy Forensic Browser is a graphical interface to the command line digital forensic analysis tools in The Sleuth Kit. Together, The Sleuth Kit and Autopsy provide many of the same features as commercial digital forensics tools for the analysis of Windows and UNIX file systems (NTFS, FAT, FFS, EXT2FS, and EXT3FS). Package: autorenamer Priority: extra Section: utils Installed-Size: 60 Maintainer: Marcin Owsiany Architecture: all Version: 0.2-1.2.201403140014 Depends: python, python-gnome2, python-gtk2 Filename: 4.0-0/all/autorenamer_0.2-1.2.201403140014_all.deb Size: 7304 MD5sum: efb1631e2d7bca16173a052550393926 SHA1: da64e3aa52576557f2c08ab77141cb863d38d540 SHA256: 54072fc3dbb369f76e06bfd5743fa70b8a0444e98fb042cd5d170709331483ef Description: program to rename files to make them sort in given order This is a simple graphical program that lets you reorder the files using drag-and-drop and then changes the names of the files such that their alphabetical sorting matches the ordering you chose. . Currently the renaming consists of prepending each filename with a short number. . The program displays thumbnails of files using GNOME libraries. Package: autotools-dev Priority: optional Section: devel Installed-Size: 182 Maintainer: Henrique de Moraes Holschuh Architecture: all Version: 20120608.1.16.201403140029 Filename: 4.0-0/all/autotools-dev_20120608.1.16.201403140029_all.deb Size: 73278 MD5sum: 9ed80710dd8a69502ec73f20303f6382 SHA1: 5813ee390ed8ea4b108dca692b9e7f6927b8f394 SHA256: 3bf4f8a0f965043d75cc2731b8e63530a223988f87013c91470bfc03b159a014 Description: Update infrastructure for config.{guess,sub} files This package installs an up-to-date version of config.guess and config.sub, used by the automake and libtool packages. It provides the canonical copy of those files for other packages as well. . It also documents in /usr/share/doc/autotools-dev/README.Debian.gz best practices and guidelines for using autoconf, automake and friends on Debian packages. This is a must-read for any developers packaging software that uses the GNU autotools, or GNU gettext. . Additionally this package provides seamless integration into Debhelper or CDBS, allowing maintainers to easily update config.{guess,sub} files in their packages. Enhances: cdbs, debhelper Multi-Arch: foreign Homepage: http://savannah.gnu.org/projects/config/ Package: autotrash Priority: optional Section: utils Installed-Size: 55 Maintainer: Lorenzo De Liso Architecture: all Version: 0.1.5-1.5.201403140041 Depends: python (>= 2.5) Filename: 4.0-0/all/autotrash_0.1.5-1.5.201403140041_all.deb Size: 9922 MD5sum: 4402bda9315b94514268fa7c1583e283 SHA1: 621f222c91e3608b6a52ff0a538bea2714e4dbcc SHA256: 16a79ffe74c3b197bd6e39390128e27602b384b9521ecf9c7b0b0a2b01eef2be Description: purges files from your trash based on age and/or filename A script useful to purge files from your trash based on their age. It can also be used to purge the files based on the filename using a regular expression. Homepage: http://www.logfish.net/pr/autotrash/ Package: avahi-discover Priority: optional Section: net Installed-Size: 139 Maintainer: Utopia Maintenance Team Architecture: all Source: avahi Version: 0.6.31-2.53.201403140051 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-avahi, python-dbus, python-gtk2 (>= 2.8.6-2), python-glade2, avahi-daemon Filename: 4.0-0/all/avahi-discover_0.6.31-2.53.201403140051_all.deb Size: 38690 MD5sum: 95c5e226e37d2845d616084a0bf6b797 SHA1: 608bc48053b3499d2e91aafb6c5e55afe703067c SHA256: 96b436cd3502481427b2a4784f670e0f51101a38f3b0ce8a31ed6d96e64a6de4 Description: Service discover user interface for avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains a user interface for discovering services. Homepage: http://avahi.org/ Package: avogadro-data Priority: optional Section: science Installed-Size: 1083 Maintainer: Debichem Team Architecture: all Source: avogadro Version: 1.0.3-5.9.201403140155 Replaces: avogadro (<< 1.0.0-2), libavogadro0 (<< 1.0.0-2) Breaks: avogadro (<< 1.0.0-2), libavogadro0 (<< 1.0.0-2) Filename: 4.0-0/all/avogadro-data_1.0.3-5.9.201403140155_all.deb Size: 321574 MD5sum: 63569016cb99b70b9b378725da5cc712 SHA1: 5f9ed82f91a1a6fe5b26187b121efe089cfc1ad1 SHA256: 78440ea496ea420761c2e26e18ab30bc49f930e95e75dd42fb8629455892e29a Description: Molecular Graphics and Modelling System (Data Files) Avogadro is a molecular graphics and modelling system targeted at molecules and biomolecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package contains data files like molecular builder fragments or OpenGL shaders. Homepage: http://avogadro.sourceforge.net/ Package: avr-libc Priority: extra Section: otherosfs Installed-Size: 29726 Maintainer: Hakan Ardo Architecture: all Version: 1:1.8.0-2.5.201403140217 Depends: gcc-avr (>= 1:4.7-1), binutils-avr (>= 2.20.1-2) Filename: 4.0-0/all/avr-libc_1.8.0-2.5.201403140217_all.deb Size: 5851624 MD5sum: 2b57b134c6a734b64e7f4048532f1625 SHA1: 59eafe09b8d4cdc0742e028d9ef425a25ff6fccd SHA256: 59b412b24fc62268e05314e6d810c290fedd0ba129159a6f7d1f8aae6703181f Description: Standard C library for Atmel AVR development Standard library used to the development of C programs for the Atmel AVR micro controllers. This package contains static libraries as well as the header files needed. Package: avrdude-doc Priority: extra Section: doc Installed-Size: 786 Maintainer: Michael Biebl Architecture: all Source: avrdude Version: 5.11.1-1.9.201403140232 Depends: dpkg (>= 1.15.4) | install-info Suggests: doc-base Filename: 4.0-0/all/avrdude-doc_5.11.1-1.9.201403140232_all.deb Size: 570324 MD5sum: 16999a7d1786c848d8b666c4da523075 SHA1: b7c18bb2a6d7e8a94af221363799ee8070b36d7c SHA256: 3de871636d86528459d38ddb1188e5cc37d2c31db63351f1e66267387816092f Description: documentation for avrdude AVRDUDE is an open source utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP). . This package contains documentation for configuring and running AVRDUDE. Homepage: http://savannah.nongnu.org/projects/avrdude/ Package: awesome-extra Priority: extra Section: x11 Installed-Size: 663 Maintainer: Julien Danjou Architecture: all Version: 2012061101.4.201403140351 Depends: curl Recommends: awesome Filename: 4.0-0/all/awesome-extra_2012061101.4.201403140351_all.deb Size: 141796 MD5sum: a65a04066bee17fd59388217d7abe375 SHA1: 51ecd51840ebde03558c1fcf06a736bad1c4a4e8 SHA256: 20e3042c265991c296178272dc5e5ec8698ce96248fd25bb7b907e79df4f3ac3 Description: additional modules for awesome This is a set of additional modules for the awesome window manager. . It contains: * wicked, a widget manager which can fill them with various system information (CPU or memory usage, network bandwidth, etc); * shifty, an extension implementing dynamic tagging; * obvious, a set of several widgets (WiFi link quality, battery usage, etc), superseding wicked; * vicious, a widget manager; * revelation, expose like functionality; * bashets, use your shell scripts as content providers for widgets; * flaw, object oriented library providing a thin abstraction layer above awesome widgets. Package: awl-doc Priority: extra Section: doc Installed-Size: 1804 Maintainer: Andrew McMillan Architecture: all Source: awl Version: 0.53-1.4.201403140400 Depends: debconf (>= 1.0.32) Filename: 4.0-0/all/awl-doc_0.53-1.4.201403140400_all.deb Size: 198692 MD5sum: cc5a2ccb279f17cc5ab854838fb05ec6 SHA1: 4dbe764f5f1219110da4b08422bec65e611377a4 SHA256: f969de82e3dca34474ed50243ab17b780983684e99a7bd08fb4ef40117036be3 Description: Andrew's Web Libraries - API documentation This package documents Andrew's Web Libraries. This is a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing . This package contains detailed technical documentation for the classes and methods in these libraries. Homepage: http://andrew.mcmillan.net.nz/projects/awl Package: aws-status Priority: optional Section: python Installed-Size: 44 Maintainer: Debian Python Modules Team Architecture: all Source: txaws Version: 0.2.3-1.4.201403111840 Depends: python, python-txaws (>= 0.2.3-1.4.201403111840), python-twisted, python-gtk2, python-gobject, python-gnomekeyring Filename: 4.0-0/all/aws-status_0.2.3-1.4.201403111840_all.deb Size: 3398 MD5sum: b5f66127e488f709474a841a30370e0b SHA1: eef737b7861674d5517b8e4f30726bec4117b31c SHA256: 79e1ecada862df4202f0e0be2b83b2271ec593e8a1d692222a474e6a26e32227 Description: txaws based graphical application for monitoring AWS service Twisted-based Asynchronous Libraries for Amazon Web Services and Eucalyptus private clouds This project's goal is to have a complete Twisted API representing the spectrum of Amazon's web services as well as support for Eucalyptus clouds. . This package provides a GUI application utilizing python-txaws Homepage: https://launchpad.net/txaws Package: awstats Priority: optional Section: web Installed-Size: 3103 Maintainer: Sergey B Kirpichev Architecture: all Version: 7.0~dfsg-7.13.201403140405 Depends: perl Recommends: libnet-xwhois-perl, coreutils (>= 7.4) Suggests: apache2 | httpd, libnet-dns-perl, libnet-ip-perl, libgeo-ipfree-perl, liburi-perl Filename: 4.0-0/all/awstats_7.0~dfsg-7.13.201403140405_all.deb Size: 1050886 MD5sum: a5c4e13c6e1b3ab59d74606c3f9490ee SHA1: 65f0fb8b25dd1115eb7da4d8309414d0827ae792 SHA256: 7228c08f0fcea2750a51116259404ece6956aa44ed7f184f1993cc022987043f Description: powerful and featureful web server log analyzer Advanced Web Statistics (AWStats) is a powerful web server logfile analyzer written in perl that shows you all your web statistics including visits, unique visitors, pages, hits, rush hours, search engines, keywords used to find your site, robots, broken links and more. Gives more detailed information and better graphical charts than webalizer, and is easier to use. Works with several web server log format as a CGI and/or from command line. Supports more than 30 languages. Homepage: http://awstats.sourceforge.net/ Package: axel-kapt Priority: optional Section: web Installed-Size: 45 Maintainer: Y Giridhar Appaji Nag Architecture: all Source: axel Version: 2.4-1.4.201403140418 Depends: python, axel, kaptain, xterm | x-terminal-emulator Filename: 4.0-0/all/axel-kapt_2.4-1.4.201403140418_all.deb Size: 4068 MD5sum: f8487fe834211dac18c312bc234f9b72 SHA1: aa299c099723ae257cf36a248326a07d34747dd3 SHA256: b8a5228eb1caf97f42c39cc356d64bc9562267b8909bda4f9c9c9dfd0324b832 Description: light download accelerator - graphical front-end Axel tries to accelerate the downloading process by using multiple connections for one file. It can also use multiple mirrors for one download. Axel tries to be as light as possible (25-30k in binary form), so it might be useful as a wget clone on byte-critical systems. . This package provides a QT based graphical front-end as a wrapper around Axel. Homepage: http://axel.alioth.debian.org/ Package: axiom-databases Priority: optional Section: math Installed-Size: 7862 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-databases_20120501-1.4.201403140425_all.deb Size: 1263702 MD5sum: 5a17379d593d39f50d1b37246da935dd SHA1: 7bffd29445c799bc407a489ba7ae0219d0e56bab SHA256: 6ca177e6d73c0188d90651281ccedd8201a6a61f47f46e562f46022f95c0a763 Description: General purpose computer algebra system: generated text databases Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains the text databases generated during the build process used in computing the hierarchical domain structure, among other uses. Package: axiom-doc Priority: optional Section: doc Installed-Size: 17506 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-doc_20120501-1.4.201403140425_all.deb Size: 11346698 MD5sum: a02d962c9a4f57265cd1785d6a428fd0 SHA1: bbdac5e412fe7211c87664bc1d432dfbb3482758 SHA256: 25a7d79f68982187cfe7dc6f396f061e91c9aa567a80a69adf9606c72d02ed00 Description: General purpose computer algebra system: documentation Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains all documentation, including the Axiom book in dvi format with all postscript images. Package: axiom-graphics-data Priority: optional Section: math Installed-Size: 32978 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-graphics-data_20120501-1.4.201403140425_all.deb Size: 2687780 MD5sum: c021db48d83787e19dc7b5efff4191aa SHA1: 0dca2be95eda06f770bf5277a82a1e20630934eb SHA256: 9f217602a2627c9c1bae30ca806a4f45def5fb8154bcbb72eb1ade09ed6a0967 Description: General purpose computer algebra system: graphics subsystem Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains required data files for the axiom graphics subsystem. Package: axiom-hypertex-data Priority: optional Section: math Installed-Size: 113264 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-hypertex-data_20120501-1.4.201403140425_all.deb Size: 30429566 MD5sum: b10432f37f39ece53a8dea22526b268c SHA1: c6ba319529815810d01e894aa8a55be2393492ae SHA256: 2216387c8bdae6251c2f02f246e5a8e043bde25f814a8f5994c2d315da62863d Description: General purpose computer algebra system: hypertex subsystem Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains required data files for the axiom hypertex subsystem. Package: axiom-source Priority: optional Section: math Installed-Size: 169 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-source_20120501-1.4.201403140425_all.deb Size: 123726 MD5sum: c7b0b4f27ea1660505a16d33401967b9 SHA1: 5314db5d49a7dc83974162667f8bdc1f33dc621c SHA256: 9742fe1e29158b22613477bbd910be67623aff4842d264ef9c51a3d1ad2a4552 Description: General purpose computer algebra system: source files Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains source files in Axiom's native spad language for the compiled algebra modules supplied in the axiom package. Package: axiom-test Priority: optional Section: math Installed-Size: 47094 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: axiom (>= 20120501-1.4.201403140425), dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-test_20120501-1.4.201403140425_all.deb Size: 5600002 MD5sum: b29ee236a1946d13f6c4bff4d887b0b4 SHA1: 31758401ff17986ff259ddb92fcb301424204a05 SHA256: d6f39b7497ea7d1c10a4c6853e728f362cdaee902f087c0e4f7de04e718700cd Description: General purpose computer algebra system: regression test inputs Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains input files for Axiom's regression test suite. Package: axiom-tex Priority: optional Section: math Installed-Size: 212 Maintainer: Camm Maguire Architecture: all Source: axiom Version: 20120501-1.4.201403140425 Depends: texlive-latex-recommended, dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/axiom-tex_20120501-1.4.201403140425_all.deb Size: 134888 MD5sum: 6da15ff3e4f6b00bc97ad771925f94aa SHA1: 99503f794745ade8f29965bbebd1492f3c588ba8 SHA256: fede3c0aed3c9cd91a94346d12438f79a5e6fe0233df1366f0c27ef89cfa1d9f Description: General purpose computer algebra system: style file for TeX Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions. . This package contains a TeX style file useful in publishing results obtained with Axiom. Package: azureus Priority: optional Section: net Installed-Size: 12895 Maintainer: Debian Java Maintainers Architecture: all Version: 4.3.0.6-5.11.201403140607 Depends: openjdk-7-jre | openjdk-6-jre | sun-java5-jre | sun-java6-jre, libcommons-cli-java, liblog4j1.2-java, libswt-gtk-3-java, java-wrappers Recommends: vuze Filename: 4.0-0/all/azureus_4.3.0.6-5.11.201403140607_all.deb Size: 11848372 MD5sum: 7815e56e2cd4e1904982f39f30c1a9e5 SHA1: 0651fe2ac277b6c88197c5590960c95244898011 SHA256: 125c19339dd08f357350d420f9ee4c59a1a8301fda131d2751ba8c99dfc4839e Description: BitTorrent client BitTorrent is a peer-to-peer file distribution tool. . Azureus offers multiple torrent downloads, queuing/priority systems (on torrents and files), start/stop seeding options and instant access to numerous pieces of information about your torrents. Azureus now features an embedded tracker easily set up and ready to use. Homepage: http://azureus.sourceforge.net Package: babel-1.4.0 Priority: extra Section: devel Installed-Size: 1778 Maintainer: "Adam C. Powell, IV" Architecture: all Source: babel Version: 1.4.0.dfsg-8.10.201410312347 Provides: babel Depends: java-gcj-compat | java1-runtime, libgetopt-java, libxerces2-java, libxalan2-java Suggests: babel-1.4.0-doc Conflicts: babel-0.10.2, babel-0.8.0, babel-0.8.2, babel-0.8.4, openbabel Filename: 4.0-0/all/babel-1.4.0_1.4.0.dfsg-8.10.201410312347_all.deb Size: 1240484 MD5sum: f6826866173b5620e5bc5f2efa2cbb59 SHA1: 0c082ee438b7c0fa5e7d8fc8b01e269c905eed63 SHA256: c357c8577bffe1f720b765f9503abaff5548ce19536080903c5a71fff53e7bc1 Description: Scientific Interface Definition Language (SIDL) compiler Babel is a compiler for the Scientific Interface Definition Language (SIDL), currently under development as a support tool for parallel simulation codes. . SIDL is in the same "phylum" as CORBA or COM, but with an eye toward future extension to data redistribution on massively parallel architectures. In addition, because of the large amount of existing and very important scientific code written in FORTRAN, SIDL is designed with support for that language in mind. . Babel is written in Java, and currently has backends for: FORTRAN, C, C++, Java and Python. Homepage: https://computation.llnl.gov/casc/components/babel.html Package: babel-doc Priority: extra Section: doc Installed-Size: 14020 Maintainer: "Adam C. Powell, IV" Architecture: all Source: babel Version: 1.4.0.dfsg-8.10.201410312347 Filename: 4.0-0/all/babel-doc_1.4.0.dfsg-8.10.201410312347_all.deb Size: 1016810 MD5sum: d095f9d3a7be87571e0422a0e2b628c9 SHA1: 737568edafead348bedc6ad8d379092e8a49d2a5 SHA256: 2017567ccb73ff871b06a02a591be8ba0f623384502cd82913e6d7ee27c4745b Description: Scientific Interface Definition Language (SIDL) suite documentation Babel is a compiler for the Scientific Interface Definition Language (SIDL), currently under development as a support tool for parallel simulation codes. . SIDL is in the same "phylum" as CORBA or COM, but with an eye toward future extension to data redistribution on massively parallel architectures. In addition, because of the large amount of existing and very important scientific code written in FORTRAN, SIDL is designed with support for that language in mind. . Babel is written in Java, and currently has backends for: FORTRAN 77, C, C++, Java and Python. . This package contains extensive documentation for babel. Homepage: https://computation.llnl.gov/casc/components/babel.html Package: babiloo Priority: optional Section: utils Installed-Size: 2635 Maintainer: Python Applications Packaging Team Architecture: all Version: 2.0.11-1.2.201403140700 Depends: python (>= 2.5.2-3), python-support (>= 0.90.0) Recommends: python-qt4 Filename: 4.0-0/all/babiloo_2.0.11-1.2.201403140700_all.deb Size: 892506 MD5sum: af9428921b416104e5044d655421a5e9 SHA1: 12ac9a27656e9d92a1f2862c0b9dc3810e38683d SHA256: 77de4eae98ce9d50e729445e8a9fea21721dccda92a874b2efecbbb06823af72 Description: dictionary viewer with multi-languages support It supports dictionaries in SDictionary and StarDict format and HTML displaying for the supported dictionaries. Babiloo allows the download of more dictionaries from Internet. . Features: * Support for many languages / fonts rendering. * Don't convert dictionaries, use originals. * Phonetic sounds. * Advanced search. * Collaborative dictionaries. . This package contains the GUI frontend and common files. Homepage: http://www.babiloo-project.org/ Package: backfire-dkms Priority: extra Section: kernel Installed-Size: 86 Maintainer: Uwe Kleine-König Architecture: all Source: rt-tests Version: 0.83-1.6.201403162300 Replaces: rt-tests (<= 0.66-2) Depends: dkms (>= 2.1.0.0) Filename: 4.0-0/all/backfire-dkms_0.83-1.6.201403162300_all.deb Size: 51918 MD5sum: 678e440976c5596be5a2ec87dc3c484b SHA1: 7d06ef7fa5a035f8832f0ee4234b054ac20aa175 SHA256: 2660ddee017137056816fedb01be29800026a9011fdcda5f07edbdb66c20ba72 Description: kernel module for signal benchmarking (DKMS) backfire is a driver used by sendme(8) (contained in the rt-tests package) to benchmark kernel to userspace signal generation. Package: backintime-common Priority: extra Section: utils Installed-Size: 1063 Maintainer: Jonathan Wiltshire Architecture: all Source: backintime Version: 1.0.10-1.4.201403140720 Depends: rsync, cron, python (>= 2.6.6-7~) Filename: 4.0-0/all/backintime-common_1.0.10-1.4.201403140720_all.deb Size: 184450 MD5sum: a5853e9e56b393be3d9c86d25a5fe214 SHA1: 95b49681d0cbd1a7d0abbd31a7166ae013cd310f SHA256: 01a21e832a320ba7a31f8447df0d1cce59099d88a9154c524c45b136958a3cbd Description: simple backup/snapshot system Back In Time is a framework for rsync, diff and cron for the purpose of taking snapshots and backups of specified folders. It minimizes disk space use by taking a snapshot only if the directory has been changed, and hard links for unmodified files if it has. The user can schedule regular backups using cron. . This is the common framework for Back In Time. You need to choose a suitable front-end for your desktop environment, like backintime-gnome or backintime-kde. Homepage: http://backintime.le-web.org/ Package: backintime-gnome Priority: extra Section: utils Installed-Size: 361 Maintainer: Jonathan Wiltshire Architecture: all Source: backintime Version: 1.0.10-1.4.201403140720 Depends: backintime-common (>= 1.0.10-1.4.201403140720), python-gnome2 (>= 2.22), python-notify, python-gtk2, python-glade2, menu, python (>= 2.6.6-7~) Recommends: nautilus-actions, meld Filename: 4.0-0/all/backintime-gnome_1.0.10-1.4.201403140720_all.deb Size: 48074 MD5sum: 3edfc09d589f7fb00fd07b3697b62d7a SHA1: ec7526514655ade5f94eae6f22916d9f0f46381c SHA256: a1f9be8cfd312d6569913fb6464b86716c7e26584d194ca888c17d6e56fc0dd4 Description: GNOME front-end for backintime Back In Time is a framework for rsync, diff and cron for the purpose of taking snapshots and backups of specified folders. It minimizes disk space use by taking a snapshot only if the directory has been changed, and hard links for unmodified files if it has. The user can schedule regular backups using cron. . This is the GNOME front-end for the backintime-common package. If you also install the package nautilus-actions, it can be integrated with the Nautilus file manager to provide context-menu options. Homepage: http://backintime.le-web.org/ Package: backintime-kde Priority: extra Section: utils Installed-Size: 192 Maintainer: Jonathan Wiltshire Architecture: all Source: backintime Version: 1.0.10-1.4.201403140720 Replaces: backintime-kde4 (<< 0.9.26-2) Provides: backintime-kde4 Depends: backintime-common (>= 1.0.10-1.4.201403140720), python-kde4, menu, python (>= 2.6.6-7~) Conflicts: backintime-kde4 Filename: 4.0-0/all/backintime-kde_1.0.10-1.4.201403140720_all.deb Size: 34188 MD5sum: 91dd1be56574b1d6851712dfcd5962e9 SHA1: de3b762efdd508b67ed87374c2676297b22ab14b SHA256: 194dd665fea1619313a8f2f84c61273e6ad48cc2a98c79198c744a0b1f3db476 Description: KDE front-end for backintime Back In Time is a framework for rsync, diff and cron for the purpose of taking snapshots and backups of specified folders. It minimizes disk space use by taking a snapshot only if the directory has been changed, and hard links for unmodified files if it has. The user can schedule regular backups using cron. . This is the KDE front-end for the backintime-common package. Homepage: http://backintime.le-web.org/ Package: backup-manager-doc Priority: optional Section: doc Installed-Size: 370 Maintainer: Sven Joachim Architecture: all Source: backup-manager Version: 0.7.10.1-2.5.201403140729 Suggests: backup-manager Filename: 4.0-0/all/backup-manager-doc_0.7.10.1-2.5.201403140729_all.deb Size: 234184 MD5sum: 56c48cf626bc99a2835271867ad8e9a6 SHA1: 9a8dcbfddea3ceb7e8e2845b0e948078669aeac3 SHA256: 9c9cb759ebc1f7a2fde9f188b2d6402c2a3088806e3641ed54d654d6c1d80d5d Description: documentation package for Backup Manager Backup-manager is a backup program, designed to help you make daily archives of your file system. . This package provides the Backup Manager User Guide in different formats: HTML, plain text and PDF. Homepage: http://www.backup-manager.org/ Package: backup-manager Priority: optional Section: admin Installed-Size: 615 Maintainer: Sven Joachim Architecture: all Version: 0.7.10.1-2.5.201403140729 Depends: debconf (>= 0.5) | debconf-2.0, perl, ucf (>= 2.009) Suggests: backup-manager-doc, zip, openssh-client, wodim, genisoimage, gettext-base, anacron, dvd+rw-tools, dar, libnet-amazon-s3-perl Filename: 4.0-0/all/backup-manager_0.7.10.1-2.5.201403140729_all.deb Size: 158670 MD5sum: 5a9b63a744f8173657240367d3254e4f SHA1: da0f99a735dca5eb442c0d3cb3379f59d1a6e134 SHA256: 6b3e3b7d2cd28183fa9fdea7c282839196958e408830bfb75934d1d6f3d9b016 Description: command-line backup tool This is a backup program, designed to help you make daily archives of your file system. . Written in bash and perl, it can make tar, tar.gz, tar.bz2, and zip archives and can be run in a parallel mode with different configuration files. Other archives are possible: MySQL or SVN dumps, incremental backups... . Archives are kept for a given number of days and the upload system can use FTP, SSH or RSYNC to transfer the generated archives to a list of remote hosts. . Automatically burning archives to removable media such as CD or DVD is also possible. . The configuration file is very simple and basic and gettext is used for internationalization. Homepage: http://www.backup-manager.org/ Package: backup2l Priority: optional Section: admin Installed-Size: 130 Maintainer: Joachim Wiedorn Architecture: all Version: 1.5-6.4.201403140736 Recommends: bzip2 Filename: 4.0-0/all/backup2l_1.5-6.4.201403140736_all.deb Size: 36684 MD5sum: da20fcc5acd2102f052d1eb5b4c0976f SHA1: 5cc2e74f74d29d02214330f379307cdee23eedcb SHA256: adb87d01b8fd979649208828786d9e111ad594ff99f17c7d0673f0b7ce421866 Description: low-maintenance backup/restore tool backup2l [backup-too-l] is a tool for autonomously generating, maintaining and restoring backups on a mountable file system (e. g. hard disk). In a default installation, backups are created regularly by a cron script. . The main design goals are low maintenance effort, efficiency, transparency and robustness. All control files are stored together with the archives on the backup device, and their contents are mostly self-explaining. Hence, a user can - if necessary - browse the files and extract archives manually. . backup2l features differential backups at multiple hierarchical levels. This allows one to generate small incremental backups at short intervals while at the same time, the total number of archives only increases logarithmically with the number of backups since the last full backup. . An open driver architecture allows one to use virtually any archiving program as a backend. Built-in drivers support .tar.gz, .tar.bz2 and others. Further user-defined drivers can be added. . An integrated split-and-collect function allows one to comfortably transfer all or selected archives to a set of CDs or other removable media. Homepage: http://backup2l.sourceforge.net Package: backupninja Priority: optional Section: admin Installed-Size: 347 Maintainer: Debian backupninja maintainers Architecture: all Version: 1.0.1-1.4.201403140752 Depends: gawk | mawk, dialog, bash (>= 2.05b-26), bsd-mailx | mailx | mailutils Suggests: bzip2, debconf-utils, duplicity, genisoimage, hwinfo, mdadm, rdiff-backup, rsync, subversion, trickle, wodim Filename: 4.0-0/all/backupninja_1.0.1-1.4.201403140752_all.deb Size: 108408 MD5sum: 8ce32f0e991812b99897517425c21faf SHA1: cf292f8a1aacfab389373497f202a076658308b4 SHA256: f5db0347d212c5e7cdf24b85ca27fed8afabbad9983a65a8b9ae68e4f26f95d4 Description: lightweight, extensible meta-backup system Backupninja lets you drop simple config files in /etc/backup.d to coordinate system backups. Backupninja is a master of many arts, including incremental remote filesystem backup, and MySQL backup. By creating simple drop-in handler scripts, backupninja can learn new skills. Backupninja is a silent flower blossom death strike to lost data. . In addition to backing up regular files, Backupninja has handlers to ease backing up: Maildir, MySQL, PostgreSQL, SVN, Trac, hardware and system information, as well as the output from custom shell scripts. . Backupninja currently supports common backup utilities, easing their configuration, currently supported are: rdiff-backup, duplicity, rsync and CD/DVD. . Most handlers have their own dependencies/recommendations, shown in brackets bellow: . - dup [duplicity, trickle] - rdiff [rdiff-backup] - sys [debconf-utils, hwinfo, mdadm] - makecd [genisoimage, wodim] - rsync [rsync] - svn [subversion] - tar [bzip2] Homepage: https://labs.riseup.net/code/projects/show/backupninja Package: bacula-doc Priority: optional Section: doc Installed-Size: 8650 Maintainer: Debian Bacula Team Architecture: all Version: 5.2.6-3.4.201403140814 Filename: 4.0-0/all/bacula-doc_5.2.6-3.4.201403140814_all.deb Size: 7356058 MD5sum: cec581f7f70f5dcda239bb6775507248 SHA1: ee0d03caff25288ceaa0f4737d27ba9af98b52ed SHA256: bf882e159a8fb457b232a084d1d99e51eb5a2e2c1b96075c03e13773780d159b Description: Documentation for Bacula This package provides the documentation for Bacula, a backup program that permits you to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Homepage: http://www.bacula.org/ Package: banshee-community-extensions Priority: optional Section: gnome Installed-Size: 42 Maintainer: Debian CLI Applications Team Architecture: all Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013) Recommends: banshee-extension-alarm (>= 2.4.0-1.10.201403141013), banshee-extension-albumartwriter (>= 2.4.0-1.10.201403141013), banshee-extension-ampache (>= 2.4.0-1.10.201403141013), banshee-extension-awn (>= 2.4.0-1.10.201403141013), banshee-extension-coverwallpaper (>= 2.4.0-1.10.201403141013), banshee-extension-duplicatesongdetector (>= 2.4.0-1.10.201403141013), banshee-extension-foldersync (>= 2.4.0-1.10.201403141013), banshee-extension-jamendo (>= 2.4.0-1.10.201403141013), banshee-extension-lastfmfingerprint (>= 2.4.0-1.10.201403141013), banshee-extension-lcd (>= 2.4.0-1.10.201403141013), banshee-extension-lirc (>= 2.4.0-1.10.201403141013), banshee-extension-liveradio (>= 2.4.0-1.10.201403141013), banshee-extension-lyrics (>= 2.4.0-1.10.201403141013), banshee-extension-magnatune (>= 2.4.0-1.10.201403141013), banshee-extension-mirage (>= 2.4.0-1.10.201403141013), banshee-extension-openvp (>= 2.4.0-1.10.201403141013), banshee-extension-radiostationfetcher (>= 2.4.0-1.10.201403141013), banshee-extension-randombylastfm (>= 2.4.0-1.10.201403141013), banshee-extension-streamrecorder (>= 2.4.0-1.10.201403141013), banshee-extension-telepathy (>= 2.4.0-1.10.201403141013), banshee-extension-zeitgeistdataprovider (>= 2.4.0-1.10.201403141013) Filename: 4.0-0/all/banshee-community-extensions_2.4.0-1.10.201403141013_all.deb Size: 11906 MD5sum: b053d7686557c617d7ef22ff80c19e1d SHA1: a5a6140c0c449fe75e562cd3e9816f1a1143809c SHA256: afd742c0e39bf6f1a5095f96c8d1bcbaa9b285b3fa4b64f9d22625e53334d3b7 Description: set of community contributed extensions for Banshee This package is a metapackage which depends on the current versions of all the extensions included in the Banshee Community Extensions pack. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-alarm Priority: optional Section: sound Installed-Size: 91 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-alarm_2.4.0-1.10.201403141013_all.deb Size: 20824 MD5sum: 6336ea84e85c923109b3730d9e3756b9 SHA1: b47b8690cb8db903891cbf509a726db0895b9441 SHA256: f4290c53c4d455c303c31929f4cf988fe9e124cab7afcf48de729d6aa5ed69fb Description: Alarm extension for Banshee Banshee Alarm Extension is an extension for Banshee which allows alarms to be set in Banshee. Supported features include: * Wake up time * Ascending volume alarm with configurable start and end volumes as well as duration * Sleep timer . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-albumartwriter Priority: optional Section: sound Installed-Size: 72 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-drawing4.0-cil (>= 1.0) Filename: 4.0-0/all/banshee-extension-albumartwriter_2.4.0-1.10.201403141013_all.deb Size: 19076 MD5sum: 92f5c1e661e8cbd8ac334be66eed6ca2 SHA1: 8b4926d8de5a36d563cd085483551fda04f4af37 SHA256: 42dcba0dadf635fafcbe89b7e2b4eba2369f7a9fa2cba5e6c4a18444437ba0ae Description: Album art writer extension for Banshee This package contains the Album Art Writer extension for Banshee which writes album art from the cache to the folder containing the music files. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-ampache Priority: optional Section: sound Installed-Size: 116 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-xml-linq4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-ampache_2.4.0-1.10.201403141013_all.deb Size: 37674 MD5sum: d7da81a82503eeed2fa59b6563547292 SHA1: 14a1ea05f41c5a0b63098c2d657f987e1db7ec90 SHA256: 06c97e748ef413515ac4b72616dbc54357eb7410c531025dc795992d7981c9d3 Description: Ampache extension for Banshee This package provides integration for Banshee with the Ampache web-based audio file management system, allowing Banshee to act as a frontend for Ampache servers. . Banshee is a media management and playback application for the GNOME desktop Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-awn Priority: optional Section: gnome Installed-Size: 61 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libdbus1.0-cil (>= 0.7), libmono-corlib4.0-cil (>= 2.10.1) Suggests: avant-window-navigator Filename: 4.0-0/all/banshee-extension-awn_2.4.0-1.10.201403141013_all.deb Size: 15250 MD5sum: 49a09171ed9c6143c7129bad47227ea4 SHA1: f59a4b9ca6778ea72d792f3eab5bad6b26e48eb3 SHA256: 7e8fd8eab2d9f9d0afe039b5238370082bfbc6e80075c88a78b4a2224afd6dc3 Description: AWN integration extension for Banshee This package provides integration for Banshee with the Avant Window Navigator, which is a Mac OS X like dock for the GNOME desktop. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-coverwallpaper Priority: optional Section: sound Installed-Size: 60 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgconf2.0-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/banshee-extension-coverwallpaper_2.4.0-1.10.201403141013_all.deb Size: 14828 MD5sum: 263bd3c5d1d734e3c852f3aaac043c39 SHA1: ff833843ef5677b1e6a723fad2656a737e29520e SHA256: 2cc8b4f0fc54cecc7deb68f1f156edcab6c0e923a92376e4185e44370ccfe5f4 Description: Cover wallpaper extension for Banshee CoverWallpaper is an extension for Banshee which automatically sets the desktop wallpaper to the cover art of the currently playing media. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-duplicatesongdetector Priority: optional Section: sound Installed-Size: 69 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-duplicatesongdetector_2.4.0-1.10.201403141013_all.deb Size: 18124 MD5sum: 971656f103500a113a111da166f3adf5 SHA1: 4af0a7cca1a2d116b09fdfc39406280cc82f4e6f SHA256: 11fe381ed92844b8a39109c40e453b21a671ee6cd8c87b3b7da16f7725b46582 Description: Duplicate song detector extension for Banshee This package adds duplicate song detection to Banshee, allowing it to detect and remove duplicate songs in your library. . Banshee is a media management and playback application for the GNOME desktop. Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-foldersync Priority: optional Section: sound Installed-Size: 71 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3) Filename: 4.0-0/all/banshee-extension-foldersync_2.4.0-1.10.201403141013_all.deb Size: 20402 MD5sum: c42c99465f46705bb765f7c71dcfecf2 SHA1: 257f936569e30581042468c5f63b1cb425b6c238 SHA256: 7b1f80aa1ea93ccfdef8d7285789f9e2dc1a16d75b0378092bed971d575a53e3 Description: Folder synchronization extension for Banshee FolderSync is an extension which copies and synchronizes music files from playlists into user-specified folders. . Banshee is a media management and playback application for the GNOME desktop. Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-jamendo Priority: optional Section: sound Installed-Size: 87 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-sharpzip4.84-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-jamendo_2.4.0-1.10.201403141013_all.deb Size: 18348 MD5sum: 233bdef722c5b8e5579b7dd3c02e0792 SHA1: 747f59a53580eb876ab23256973695ad9e6bde01 SHA256: de09b4a0dc8d5db5969800ecb32278db4cb23a2cc28addcbec5e2d76a36fb9c4 Description: Jamendo extension for Banshee This package provides integration with the Jamendo music service. Jamendo is a community of music authors and performers which makes free music available. This extension allows you to browse the Jamendo catalog, stream and download free music. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-karaoke Priority: optional Section: sound Installed-Size: 86 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extension-streamrecorder (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/banshee-extension-karaoke_2.4.0-1.10.201403141013_all.deb Size: 31802 MD5sum: 044d150d737291a9c0155f016be7d12e SHA1: 6d15353e8b0376b8e0b2f7c7b1a92453afe029e5 SHA256: 6a735a888d4656cd25e6ec6004d0104092b635d99ae60f1cb473ae851f213abe Description: Karaoke extension for Banshee This package adds karaoke functionality to Banshee by allowing filtering the singers' voice out of the song as it is played. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-lcd Priority: optional Section: gnome Installed-Size: 74 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), lcdproc, libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-lcd_2.4.0-1.10.201403141013_all.deb Size: 21376 MD5sum: da29e14150c8da03673d4a6ca60f5a48 SHA1: cba16f07bffca9f428cdde6d12ebf4a281df6905 SHA256: 7cd3c6e08557b29baaf406d9f89e83937ee0f6d8a5bba1961fea3fbdfac9e464 Description: LCD display integration extension for Banshee This package provides integration with LCD displays for Banshee using the lcdproc display driver daemon. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-liveradio Priority: optional Section: gnome Installed-Size: 153 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-liveradio_2.4.0-1.10.201403141013_all.deb Size: 48608 MD5sum: 749a77328541fd5b92ebf249719477fe SHA1: 8d8f6ae00e5f35dadbb18d7b8bd54fc70b475a56 SHA256: 2b9f8a8b3a53479a460a66732627ab7e8314dc4068c9edb32452d483873beb53 Description: LiveRadio extension for Banshee The LiveRadio extension for Banshee is a browser for online Internet station directories integrated into the Banshee media player. It currently supports live365.com, shoutcast.com and xiph.org, but its plugin-like code structure can easily be extended to support just about any directory. . LiveRadio has the follwing features: * Browse and query three online internet radio directories: – live365.com – shoutcast.com – xiph.org * Retrieve stream information and play the stream * Add your favorite streams to your list of Internet Radio stations in Banshee . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-lyrics Priority: optional Section: sound Installed-Size: 91 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libtaglib2.0-cil (>= 2.0.4.0) Filename: 4.0-0/all/banshee-extension-lyrics_2.4.0-1.10.201403141013_all.deb Size: 28582 MD5sum: d8c38973760cc3a5e2e59b5d6bf4c4da SHA1: 21208463b2363a65b42c3fdc509ed136d0f1fbb5 SHA256: c3ec0d7d7fdb5828cbf083007848ee8214db67567bcb646fbca91ac23ad9c065 Description: Lyrics extension for Banshee Banshee Lyrics Plugin is an extension which shows lyrics of songs played in Banshee. It supports downloading lyrics from: * http://lyrc.com.ar * http://lyriky.com * http://lyricwiki.org * http://www.autolyrics.com . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-magnatune Priority: optional Section: gnome Installed-Size: 99 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0) Filename: 4.0-0/all/banshee-extension-magnatune_2.4.0-1.10.201403141013_all.deb Size: 41372 MD5sum: 476da542a2577b6bd1656e65d8b2b967 SHA1: 7b05e7082cd60df67811165e219bc652e4e1570d SHA256: 23d281e3bd8a98d1be7c20e71ab1757d03fba69f131ccf6b41b91c38fb590905 Description: Magnatune for Banshee This package provides support for listening to Magnatune streams using Banshee. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-openvp Priority: optional Section: gnome Installed-Size: 235 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgl1-mesa-glx | libgl1, libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7), libtaoframework-opengl3.0-cil (>= 2.1.svn20090801), libtaoframework-opengl3.0-cil (<< 2.1.svn20090802), libtaoframework-sdl1.2-cil (>= 2.1.svn20090801), libtaoframework-sdl1.2-cil (<< 2.1.svn20090802), libx11-6 (>= 2:1.4.99.1) Filename: 4.0-0/all/banshee-extension-openvp_2.4.0-1.10.201403141013_all.deb Size: 86530 MD5sum: d10e57f683ecdbc133825687f1a0cf03 SHA1: c32837a6d412407aaf0465f89874aa849cb6affa SHA256: f163ed7b4a507a441c95c25119b573ddb253a20138b7e062ad6950ca1d47ab86 Description: visualizations extension for Banshee This package contains an extension for Banshee which adds various visualizations to the Now Playing source in Banshee. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-radiostationfetcher Priority: optional Section: gnome Installed-Size: 81 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/banshee-extension-radiostationfetcher_2.4.0-1.10.201403141013_all.deb Size: 22606 MD5sum: 75a3ecc230c8d4757f614e5a3699775b SHA1: 962abad014f2cfdab0776d50a2854c3eab19220f SHA256: c768a8a4470cec5b32af08b9e5bd2d44c5805c8a8e91feb0c6dfd28188513d1b Description: radio station fetcher extension for Banshee This package contains an extension for Banshee which adds radio station fetching functionality for Banshee. Radio stations are fetched from: * http://www.shoutcast.com * http://www.xiph.org . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-randombylastfm Priority: optional Section: sound Installed-Size: 72 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3) Filename: 4.0-0/all/banshee-extension-randombylastfm_2.4.0-1.10.201403141013_all.deb Size: 19956 MD5sum: e31a5ff1a26329609a5cdeaecf2c1b2b SHA1: b35a822a5452de64447cad13b63ab4fbc9cae0e3 SHA256: 5568985974bc81097ed7988cf2366594873f2f5491d93df9ced19922f4bd5e0c Description: Random By Last.FM extension for Banshee This package provide additional integration between Last.FM and Banshee, providing a new random mode which queries Last.FM for a list of similar artists to the song you are currently playing, then compares that list with your library to pick only artists that match. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-streamrecorder Priority: optional Section: gnome Installed-Size: 99 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgstreamer0.10-0 (>= 0.10.36-1.1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/banshee-extension-streamrecorder_2.4.0-1.10.201403141013_all.deb Size: 31558 MD5sum: 06cdd8c19b9f38cc3fafb7534b475232 SHA1: 5f8235e3c4eb79996332c7ccd6a5f092815857c9 SHA256: 429555ebc13ed003f40a7e1982d2557758ebed7e08cbf472eb3f0fd673612df1 Description: StreamRecorder extension for Banshee This package provides the StreamRecorder extension for Banshee which will allow it to rip/record radio streams. It has the following features: * Recording "what you hear is what you get" * Multiple encoders configurable * Recorded stream injected with metadata tags * Automatic file splitting and naming for streams sending metadata tags for title and artist . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-telepathy Priority: optional Section: gnome Installed-Size: 284 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), empathy (>= 2.27.91), telepathy-gabble (>= 0.9), telepathy-mission-control-5 (>= 5.3.1), libdbus-glib1.0-cil (>= 0.5), libdbus1.0-cil (>= 0.7), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7), libnotify0.4-cil (>= 0.4.0~r2998) Filename: 4.0-0/all/banshee-extension-telepathy_2.4.0-1.10.201403141013_all.deb Size: 103052 MD5sum: d07fb35e52895963348542bd8579a214 SHA1: b76ae4b7f140d859faa4e488ccd65e019fcbdafd SHA256: 26abe088b489ed497875e9f124e6fac7c96cc14e9abfc74e6193eed5c2d8df30 Description: Telepathy extension for Banshee This extension provides integration between the Empathy instant messenger and Banshee. It provides the following features: . * Download your friends' Banshee library metadata and check out what they listen to, their ratings, BPM values, etc. * View your friends' playlists and export them to disk * Share what you're listening to with all your instant messaging friends by advertising the track, artist, and album of the currently playing track in Empathy's status message. This can be disabled. * Download your friends' music; one track at a time or a selection. You can cancel ones in progress, queued, individually or all at once. The sender has the option to cancel all in progress or queued transfers only. Both sender and receiver get a progress bar. File sharing can be disabled. * Stream your friends' music. This feature can be disabled. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extension-zeitgeistdataprovider Priority: optional Section: sound Installed-Size: 63 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee-extensions-common (= 2.4.0-1.10.201403141013), libmono-corlib4.0-cil (>= 2.10.1), libzeitgeist0.8-cil (>= 0.8.0.0) Filename: 4.0-0/all/banshee-extension-zeitgeistdataprovider_2.4.0-1.10.201403141013_all.deb Size: 15638 MD5sum: 8605a48d946b4d07996e5a581be62867 SHA1: 534695a65e38e2ac988a42c02a50c1403a8ba6fc SHA256: 772d342a1920ff9cc023972bf16142bc1217220d71bb5d72150a6187c7a56d6d Description: Zeitgeist data provider extension for Banshee This extension provides integration between Zeitgeist and Banshee, allowing your activity in Banshee to be tracked by Zeitgeist and hence displayed in the Activity Journal. . Banshee is a media management and playback application for the GNOME desktop. Enhances: banshee Homepage: http://gitorious.org/banshee-community-extensions Package: banshee-extensions-common Priority: optional Section: gnome Installed-Size: 278 Maintainer: Debian CLI Applications Team Architecture: all Source: banshee-community-extensions Version: 2.4.0-1.10.201403141013 Depends: banshee (>= 2.4.1) Filename: 4.0-0/all/banshee-extensions-common_2.4.0-1.10.201403141013_all.deb Size: 59308 MD5sum: 2b1159fe8ed22ce63256de34eaee2fda SHA1: bbab0d4ba296cafc3e880ab5afc78dd056b4cf20 SHA256: 92ab19bda40e93c903decb58561998a4bbc3e11000b2fe59822f7493ad71e3e5 Description: common files for banshee-community-extensions This package contains the common files for all the extensions in the Banshee Community Extension. You should not install this package directly, but instead install one of other extension packages. Homepage: http://gitorious.org/banshee-community-extensions Package: basenji Priority: optional Section: gnome Installed-Size: 1132 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.9.0-1.2.201403141142 Depends: librsvg2-common (>= 2.26.0), udisks, mono-runtime (>= 2.10.1), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libdbus-glib1.0-cil (>= 0.5), libdbus1.0-cil (>= 0.7), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-vfs2.0-cil (>= 2.24.0), libgnome2.24-cil (>= 2.24.0), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-cairo4.0-cil (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-sharpzip4.84-cil (>= 1.0), libmono-sqlite4.0-cil (>= 2.10.7), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-data4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libtaglib2.0-cil (>= 2.0.4.0) Filename: 4.0-0/all/basenji_0.9.0-1.2.201403141142_all.deb Size: 411906 MD5sum: c8cd3f50622d02cad4166299557e616b SHA1: 6ef652f8711fff52d6fcc1e428f2da2be0add7c1 SHA256: 45570a1a99f45405465b2f943737a0f6741e49ad0f8a2ae6a0b8e53d8f9aa0b8 Description: Cross-platform media indexing/search tool Basenji is an indexing and search tool designed for easy and fast indexing of media collections. Once indexed, removable media such as CDs and USB sticks can be browsed and searched for specific files very quickly, without actually being connected to the computer. Besides file hierarchies and audio track listings, Basenji also presents extracted metadata (image dimensions, mp3 tags etc.) and content previews of indexed media in a clean and straightforward user interface. Homepage: http://launchpad.net/basenji Package: basex Priority: optional Section: database Installed-Size: 2658 Maintainer: Alexander Holupirek Architecture: all Version: 7.3-1.2.201403141153 Depends: java-wrappers, default-jre | java6-runtime Suggests: libtagsoup-java Filename: 4.0-0/all/basex_7.3-1.2.201403141153_all.deb Size: 2364446 MD5sum: a41a121005b2e615b0e3bb7cc64554b8 SHA1: 3e96905e9a66d00b6dee5b6164ada80ccd24d74c SHA256: 22597990f84f65ef174459ec2014f5ad8bdef60f7561d2702473a53a2df42a4b Description: XML database and XPath/XQuery processor BaseX is a very fast and light-weight, yet powerful XML database and XPath/XQuery processor, including support for the latest W3C Full Text and Update Recommendations. It supports large XML instances and offers a highly interactive front-end (basexgui). Apart from two local standalone modes, BaseX offers a client/server architecture. . The package provides following commands: * basex .......... Standalone local XML database. Command line interface. * basexgui ....... Standalone local XML database. Graphical user interface. * basexserver .... BaseX XML Database Server. * basexclient .... BaseX XML Database Client. Homepage: http://basex.org Package: bash-doc Priority: optional Section: doc Installed-Size: 1397 Maintainer: Matthias Klose Architecture: all Source: bash Version: 4.2+dfsg-0.1.50.201411010058 Replaces: bash (<< 3.2-1) Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/bash-doc_4.2+dfsg-0.1.50.201411010058_all.deb Size: 697272 MD5sum: 19d00fe514b79251ecd409f026742bb5 SHA1: 21ff55db6e43a543d8175ae07a7b9a6378815265 SHA256: 2c1b9439d54ce51ac862d130f6b5f7c51fd80ba7cbba1077e68cc1ca09fb2138 Description: Documentation and examples for the The GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . This package contains the distributable documentation, all the examples and the main changelog. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Package: bashburn Priority: extra Section: utils Installed-Size: 428 Maintainer: Andreas Noteng Architecture: all Version: 3.0.1-1.2.201403141239 Depends: bash (>= 3.0), cdrdao, wodim, dvd+rw-tools, cdparanoia, vorbis-tools, flac, eject, normalize-audio, mpg123, sudo, genisoimage Filename: 4.0-0/all/bashburn_3.0.1-1.2.201403141239_all.deb Size: 138932 MD5sum: 5cb3151eb7869133e6de24f3f478c5db SHA1: 938684a86c38fa3e8274e49fd56a167b3ba46904 SHA256: 72955f7afc2c0925ac39f53b7f9b2a19625101f7a610a0c1d68d8947c424fa4e Description: simplify cd/dvd burning at the command line Bashburn is a tool written in Bash to simplify dvd/cd burning and ripping at the command line, BashBurn can also manipulate ISO images. BashBurn handles burning of multiple image formats, including ISO, bin/cue and nrg. Homepage: http://bashburn.dose.se/index.php Package: bashdb Priority: optional Section: devel Installed-Size: 988 Maintainer: Oleksandr Moskalenko Architecture: all Version: 4.2.0.8-1.1.4.201403141244 Depends: bash (>= 4.0), python, dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/bashdb_4.2.0.8-1.1.4.201403141244_all.deb Size: 272624 MD5sum: c89fc39b1033cd97732de8f7df10baca SHA1: 39009fddf56637b71ecb8753915bbd1e9f367ba9 SHA256: 7e86547d58ef60068048b646cb6f15139786a3a43d835790555d7739072d6657 Description: BASH debugger This is a complete rewrite of the Korn Shell debugger from Bill Rosenblatt's `Learning the Korn Shell', published by O'Reilly and Associates (ISBN 1-56592-054-6) with changes by Michael Loukides and Cigy Cyriac. However, this code now depends on a number of debugging support features that are neither part of the POSIX standard nor present are in many POSIX-like shells. Although you can just use bashdb to debug scripts written in BASH, it can also be used just as a front-end for learning more about programming in BASH. As an additional aid, the debugger can be used within the context of an existing script with its functions and variables that have already been initialized; fragments of the existing code can be experimented with by changing them inside the debugger. Package: basket-data Priority: optional Section: kde Installed-Size: 4828 Maintainer: Debian KDE Extras Team Architecture: all Source: basket Version: 1.81-3.15.201403141254 Replaces: basket (<< 1.81-3~) Breaks: basket (<< 1.81-3~) Filename: 4.0-0/all/basket-data_1.81-3.15.201403141254_all.deb Size: 4143726 MD5sum: 19a25ff0d0b3b1b7a79bb1420b631f48 SHA1: 493b5696438ec0da1ba5552bc5c5b3fca5ff228d SHA256: 1a8a689c7755d843cf086307f29d43f31c7d9dca3fa0a8bca3ff57390bfd993e Description: data files for BasKet Notepads This application provides as many baskets (drawers) as you wish; Several kinds of objects (texts, URLs, images,...) can be drag-n-drop'd into it. . Objects can be edited, copied, dragged... So, they can be arranged according to users' taste. Moreover, Basket allows you to keep all objects you want in one place, keep data on hand, take notes... . This package contains arch independent data for Basket. Homepage: http://basket.kde.org/ Package: bauble Priority: extra Section: science Installed-Size: 3071 Maintainer: Giacomo Catenazzi Architecture: all Version: 0.9.7-2.9.201403141350 Depends: xdg-utils, python-egenix-mxdatetime, python-sqlalchemy (>= 0.6), python-lxml (>= 2.0), python-pyparsing, python-gtk2 (>= 2.12), librsvg2-common, python-glade2, python-gdata (>= 1.1.1), python-mako (>= 0.2.2), python-pysqlite2 (>= 2.3.2) | python-mysqldb | python-psycopg2, python (>= 2.5), python-support (>= 0.90.0) Recommends: python-mysqldb | python-psycopg2 Filename: 4.0-0/all/bauble_0.9.7-2.9.201403141350_all.deb Size: 787260 MD5sum: 4cbfd42d812eea5cbd993d9bc99e8ee8 SHA1: 6c9ad44d0dac1d83f8e28c11ece00fb3a481af92 SHA256: 908bd04384430372c2e3d7b083b76e0edccfbcafc224b633d43b3b2551bb0a18 Description: biodiversity collection manager software application Bauble is a software application to help you manage a collection of botanical specimens. It is intended to be used by botanic gardens, herbaria, arboreta, etc. to manage their collection information. It is a open, free, cross-platform alternative to BG-Base and similar software. Homepage: http://bauble.belizebotanic.org/ Package: bbdb Priority: optional Section: mail Installed-Size: 1675 Maintainer: Joerg Jaspert Architecture: all Version: 2.36-3.4.201403141407 Depends: make, emacs23 | emacsen, dpkg (>= 1.15.4) | install-info, perl Suggests: vm, w3m-el, gnuserv, gnus | t-gnus Filename: 4.0-0/all/bbdb_2.36-3.4.201403141407_all.deb Size: 811944 MD5sum: f14838f1e6e24ade7b5edbe02ad2a067 SHA1: b3a5a539046886dae205422a714e03418e04d19e SHA256: 6f3531c2e34988d76908ea33cb1a3b2034655c8be812b9b15bbd39b9f0bae2bd Description: The Insidious Big Brother Database (email rolodex) for Emacs BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database, and is not, repeat, *not* an obscure reference to the Buck Rogers TV series. Homepage: http://bbdb.sourceforge.net/ Package: bcfg2-server Priority: optional Section: admin Installed-Size: 1322 Maintainer: Arto Jantunen Architecture: all Source: bcfg2 Version: 1.2.2-2.6.201403141455 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= 1.2.2-2.6.201403141455), openssl, gamin, python-gamin Recommends: graphviz, patch Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent Filename: 4.0-0/all/bcfg2-server_1.2.2-2.6.201403141455_all.deb Size: 235358 MD5sum: 6dfba697cb5eb8a3622ca5d091f3e2cd SHA1: 3688af22a780173a7aa4038714aae47dc3b69a08 SHA256: be6a1ed440b27ea72164518f545fe77a3ba3a75fe46dc83191da70820bf3c2e7 Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. bcfg2-server is the server for bcfg2 clients, which generates configuration sets and stores statistics of client system states. Homepage: http://bcfg2.org/ Package: bcfg2-web Priority: optional Section: admin Installed-Size: 145 Maintainer: Arto Jantunen Architecture: all Source: bcfg2 Version: 1.2.2-2.6.201403141455 Depends: bcfg2-server (= 1.2.2-2.6.201403141455), python-django Recommends: libapache2-mod-wsgi Suggests: python-mysqldb, python-psycopg2, python-sqlite Filename: 4.0-0/all/bcfg2-web_1.2.2-2.6.201403141455_all.deb Size: 57054 MD5sum: acf2996781de6371a11fe0a34827d449 SHA1: 5f01f39527c5547f43338dcf1b3808c1f76d4a67 SHA256: b16ad081873af6766580d7fa6dabfa1f1c913da077d7fbd7f6abb670f6311ee4 Description: Configuration management web interface Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. bcfg2-web is the reporting server for bcfg2. Homepage: http://bcfg2.org/ Package: bcfg2 Priority: optional Section: admin Installed-Size: 535 Maintainer: Arto Jantunen Architecture: all Version: 1.2.2-2.6.201403141455 Depends: python (>= 2.6.6-7~), python (<< 2.8), debsums, python-apt (>= 0.7.91), python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9) Filename: 4.0-0/all/bcfg2_1.2.2-2.6.201403141455_all.deb Size: 108204 MD5sum: 6a5b0e4f3932218069dc86b7fb82ceeb SHA1: 16c684d21a396fce5e468f36627828afabcd258c SHA256: cd8eb6a0a0fc64c57c26df5db1b5a4de8c54d48b8a797135baaad62a9e2ab1cc Description: Configuration management client Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. bcfg2 is the client portion of bcfg2 system which installs configuration images provided by bcfg2-server Homepage: http://bcfg2.org/ Package: bcron-run Priority: optional Section: admin Installed-Size: 131 Maintainer: Gerrit Pape Architecture: all Source: bcron Version: 0.09-13.5.201403141507 Replaces: cron Provides: cron Depends: bcron, runit (>= 1.8.0-2), ucspi-unix, default-mta | mail-transport-agent, adduser Suggests: runit-run, anacron Conflicts: cron Filename: 4.0-0/all/bcron-run_0.09-13.5.201403141507_all.deb Size: 9066 MD5sum: 7332a70bb0b16463c39a6c28671ea02c SHA1: 6159a03a8537606354d605933df3f050000d38d6 SHA256: e23a132087d56521a74368f5be4bd1b1af512c9977884d9dddf05c5e0b61539a Description: Bruce's cron system This is bcron, a new cron system designed with secure operations in mind. To do this, the system is divided into several separate programs, each responsible for a separate task, with strictly controlled communications between them. The user interface is a drop-in replacement for similar systems (such as vixie-cron), but the internals differ greatly. . This package sets up the bcron services, and replaces the default Debian cron package. Package: bdf2psf Priority: optional Section: utils Installed-Size: 217 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.88.23.201407311431 Depends: perl Filename: 4.0-0/all/bdf2psf_1.88.23.201407311431_all.deb Size: 57614 MD5sum: c08c688d4487409d766fdeff4592f811 SHA1: ff1e852955fd5330f6f995999acf072675914a9f SHA256: 6fb2bc02a8e257095f3eb5f63d773447f95280daa58f4a19b6ca70fd89745646 Description: font converter to generate console fonts from BDF source fonts This package provides a command-line converter that can be used in scripts to build console fonts from BDF sources automatically. The converter comes with a collection of font encodings that cover many of the world's languages. The output font can use a different character encoding from the input. When the source font does not define a glyph for a particular symbol in the encoding table, that glyph position in the console font is not wasted but used for another symbol. . When deciding about the position in the font for a particular glyph, the converter takes into account that in text video modes the video adapter copies the eighth column of the glyph matrix of symbols positioned in the pseudographic area to the ninth column. In order to create fonts for text video modes, the width of the glyph matrix of the source BDF font should be seven, eight, or nine pixels; otherwise the converter creates fonts suitable for framebuffer only. Package: beancounter Priority: optional Section: misc Installed-Size: 283 Maintainer: Dirk Eddelbuettel Architecture: all Version: 0.8.10.5.201403141521 Depends: perl, libfinance-yahooquote-perl (>= 0.18), libdate-manip-perl, libdbi-perl, libdbd-pg-perl | libdbd-mysql-perl | libdbd-odbc-perl | libdbd-sqlite3-perl | libdbd-sqlite2-perl, libstatistics-descriptive-perl, postgresql-client | mysql-client | sqlite3 | sqlite Filename: 4.0-0/all/beancounter_0.8.10.5.201403141521_all.deb Size: 101682 MD5sum: 1cad6bd1590afc5f1250699b7aab5021 SHA1: 7df55d334419f4938d9fe5cddac87e2cf94f8493 SHA256: 73df8cc5dafc1b54741ea9b2cc9e78322fc4bd7302a19850e03b8efe78361a1a Description: A stock portfolio performance monitoring tool This package provides beancounter, a tool to quantify gains and losses in stock portfolios, as well as the BeanCounter Perl module that underlies it. Beancounter queries stock prices from Yahoo! Finance server(s) around the globe and stores them in a relational database (using PostgreSQL) so that the data can be used for further analysis. Canned performance and risk reports are available. Package: beast-doc Priority: extra Section: doc Installed-Size: 1050 Maintainer: Debian Multimedia Maintainers Architecture: all Source: beast Version: 0.7.4-5.2.201403141533 Replaces: beast (<< 0.7.4) Breaks: beast (<< 0.7.4) Filename: 4.0-0/all/beast-doc_0.7.4-5.2.201403141533_all.deb Size: 139964 MD5sum: fad3b023c5a67ee1c5d4b080c709fd29 SHA1: b5ebe0eb4f777adb43fe3fe562d854f948528a78 SHA256: 4c64b1a55be42b40ba2278743212c822ea3008550ab6c98f164b03249399de43 Description: Documentation for BEAST/BSE BEAST/BSE is a plugin-based graphical system where you can link objects to each other and generate sound. . This package provides the documentation files. Homepage: http://beast.testbit.eu/ Package: beets-doc Priority: optional Section: doc Installed-Size: 668 Maintainer: Python Applications Packaging Team Architecture: all Source: beets Version: 1.0~b14-2.2.201403141617 Replaces: beets (<< 1.0~b14-2~) Depends: libjs-sphinxdoc (>= 1.0) Breaks: beets (<< 1.0~b14-2~) Filename: 4.0-0/all/beets-doc_1.0~b14-2.2.201403141617_all.deb Size: 196384 MD5sum: 1d2d3b601c9a6248fe89dd7f5e8a024f SHA1: d6d80da1811fce430ab14a0f2bcd12e605762209 SHA256: 51d5fc77f8f917712c9db64c152651f28a9d6631f69d218fa15ae88003631854 Description: music tagger and library organizer - documentation Beets is a media library management system for obsessive-compulsive music geeks. . The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. It then provides a set of tools for manipulating and accessing your music. . Beets also includes a music player that implements the MPD protocol, so you can play music in your beets library using any MPD client. . This package provides detailed documentation on beets usage. Homepage: http://beets.radbox.org/ Package: beets Priority: optional Section: sound Installed-Size: 598 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.0~b14-2.2.201403141617 Depends: libjs-backbone, libjs-jquery, libjs-underscore, python-pkg-resources, python (>= 2.6.6-7~), python-mutagen, python-munkres, python-unidecode, python-musicbrainzngs Suggests: beets-doc, python-acoustid, python-flask, python-gst0.10, python-pylast, python-rgain Filename: 4.0-0/all/beets_1.0~b14-2.2.201403141617_all.deb Size: 161772 MD5sum: 4330c5a18251439a50b124f6a8096644 SHA1: a9e89a5c6093e24a2323c56a42f19b6057dd506c SHA256: d0f6735f229ce3fbc1b79a60745bca7a4ef5b286e7c8ff78b43c4afa42eb52a5 Description: music tagger and library organizer Beets is a media library management system for obsessive-compulsive music geeks. . The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. It then provides a set of tools for manipulating and accessing your music. . Beets also includes a music player that implements the MPD protocol, so you can play music in your beets library using any MPD client. Homepage: http://beets.radbox.org/ Package: belier Priority: optional Section: net Installed-Size: 95 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.2-2.4.201403141621 Depends: python (>= 2.5), python-support (>= 0.90.0), expect (>= 5.43.0) Filename: 4.0-0/all/belier_1.2-2.4.201403141621_all.deb Size: 13580 MD5sum: 431a0a7c47f51267325e7e6f3f74b360 SHA1: 3454ef5eafc1167a1766acfdc32db409ed90827d SHA256: 2d42e496a8e7f420f1528f5f946dd85624a6def2ece36869540e0d2e86119229 Description: SSH connection generation tool Belier allows automated openings of a shell or command executions on remote computers through SSH. The main feature is Belier's ability to cross several computers before joining the final machine. Homepage: http://www.ohmytux.com/belier Package: bf-utf-source Priority: extra Section: devel Installed-Size: 10137 Maintainer: Changwoo Ryu Architecture: all Source: bf-utf Version: 0.06.6.201403141641 Suggests: di-packages-build | boot-floppies Filename: 4.0-0/all/bf-utf-source_0.06.6.201403141641_all.deb Size: 1419970 MD5sum: b81649a5a7163707c55f923ed3daf623 SHA1: 1ea67870fa6243902df2420e72ff8c1148e50bec SHA256: 9bcf16819e22e8fd39cf90c83ff23d8f32d415e1c50894e7214b962318ffdb60 Description: Source for fonts needed to build Debian installers This package contains bdf fonts needed to build the international version of boot-floppies and Debian-Installer (replacement for boot-floppies). . If you aren't building Debian boot & install floppies or CDs, you probably don't need this package. Package: bgoffice-computer-terms Priority: extra Section: text Installed-Size: 123 Maintainer: Debian Add-ons Bulgaria Project Architecture: all Version: 0.0.200909080118-1.4.201403141715 Recommends: gbgoffice Filename: 4.0-0/all/bgoffice-computer-terms_0.0.200909080118-1.4.201403141715_all.deb Size: 41406 MD5sum: a5efe579ab192a76800f76dc15147b3e SHA1: 41a710f3c55162d69a53ad8baa7713a45e33cebd SHA256: 9d242e01434b8c79d8b286d4c3f90cac280f32f00c6e9f14168907c3afcd5f96 Description: English-Bulgarian dictionary of computer terms Data files for gbgoffice, containing English-Bulgarian dictionary of commonly used computer terms. . Target users are translators of software into Bulgarian. Package: bhl Priority: optional Section: editors Installed-Size: 242 Maintainer: Debian QA Group Architecture: all Version: 1.7.3-2.4.201403141719 Depends: emacs23 | emacsen, dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/bhl_1.7.3-2.4.201403141719_all.deb Size: 64210 MD5sum: 7d6188cb6a88231001cca45524dc6b9d SHA1: aaa12a8f3834495643d3801e88ffdd07760d9749 SHA256: 268588880ae429c7440a42c6e833a97534b761ebf7e61a67c6238ccd1c93a01f Description: Emacs mode for converting annotated text to HTML and LaTeX BHL is an Emacs mode that enables you to convert text files into HTML, LaTeX and SGML files. . In order to convert TXT files into other formats, you need to use some syntactical elements. The purpose of this mode is to use the most invisible and convenient syntax. Invisible syntax means that the source file must be as readable as possible (like any TXT file must be). Convenient syntax means that the syntax must fit user's habits. . A more modern alternative is org-mode. Package: biabam Priority: extra Section: mail Installed-Size: 47 Maintainer: Thierry Randrianiriana Architecture: all Version: 0.9.7-7.4.201403141722 Depends: bash (>= 2), sharutils, exim4 | mail-transport-agent Suggests: file Filename: 4.0-0/all/biabam_0.9.7-7.4.201403141722_all.deb Size: 7454 MD5sum: 56e2c0ac86997889c64e1d6eae7add09 SHA1: 234ef6a087629440843cfd8802f9d66e44b7a955 SHA256: d727d0abb5dc0bd3d00373205e946b037e45b1d8627f01388ae23b122de9b6ee Description: bash attachment mailer A tool that is used for mailing attachments from the commandline. It is similar to using Mutt to send attachments on the commandline, but without the overhead of a complete email client. Homepage: http://mmj.dk/biabam/ Package: biber Priority: optional Section: perl Installed-Size: 1341 Maintainer: Debian Perl Group Architecture: all Version: 0.9.9+release-1.2.201403141734 Depends: perl, libdata-compare-perl, libdata-dump-perl, libdate-simple-perl, libfile-slurp-unicode-perl, libipc-run3-perl, liblwp-protocol-https-perl, liblist-allutils-perl, liblist-moreutils-perl, liblog-log4perl-perl, libreadonly-perl, libregexp-common-perl, libtext-bibtex-perl (>= 0.62), libunicode-collate-perl (>= 0.89), libwww-perl, libxml-libxml-simple-perl, libxml-libxslt-perl, libxml-writer-string-perl Recommends: biblatex, libreadonly-xs-perl Filename: 4.0-0/all/biber_0.9.9+release-1.2.201403141734_all.deb Size: 295426 MD5sum: b0a6a75637c6b1ad3cf106873dea67a4 SHA1: 8e2f39c5dd7c19b6e6472de7f235d225fa3088d5 SHA256: c8be7ffa5900769c97be27912cb4f2026fac07e53438540955a43b4c28751ffc Description: Much-augmented BibTeX replacement for BibLaTeX users The biblatex package by Philipp Lehman is becoming the definitive citation management tool for LaTeX users. Biblatex has relied on the venerable BibTeX program only for sorting and generating a very generic .bbl file without any formatting instruction. Everything else is taken care of by biblatex, which provides a powerful and flexible macro interface for authors of citation styles. . Biber offers a large superset of BibTeX functionality for BibLaTeX users. In addition it offers full UTF-8 (Unicode 6.0) capabilities, fully customisable sorting, output to GraphViz to help visualise complex crossrefs, support for remote data sources, structural validation of the data against the (customisable) data model, and a lot more. Homepage: http://biblatex-biber.sourceforge.net/ Package: biblatex-dw Priority: extra Section: tex Installed-Size: 2543 Maintainer: Debian TeX Task Force Architecture: all Version: 1.4-1.9.201403141742 Depends: texlive-latex-base, biblatex (>= 1.6), texlive-latex-extra (>= 2009), dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/biblatex-dw_1.4-1.9.201403141742_all.deb Size: 2396650 MD5sum: 0775a1102ca2ff3c1dcf157e3e9c855e SHA1: 2c2a627ea1fe700904991af07523d375a7c65b2d SHA256: 3807ad4a7c21a9455f5fa9e2890073da70ad216c54931c2f3567a44a3e3a780f Description: Biblatex styles for humanities biblatex-dw is a small collection of styles for the biblatex package. It was designed for citations in the Humanities and offers some features that are not provided by the standard biblatex styles. Homepage: http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex-dw.html Package: biblatex Priority: extra Section: tex Installed-Size: 9392 Maintainer: Debian TeX Task Force Architecture: all Version: 1.7-1.9.201403141739 Depends: texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, logreq, etoolbox (>= 2.1), dpkg (>= 1.14.18), tex-common (>= 3) Recommends: biber (>= 0.9.6) Breaks: biblatex-dw (<< 1.2o-1) Filename: 4.0-0/all/biblatex_1.7-1.9.201403141739_all.deb Size: 8421640 MD5sum: 3dc4e31b2b1ecce2168d2c2cc016d7ac SHA1: 2e8efdbb726aa2b3136474b32e1e924442517a27 SHA256: 48025f1fe2e34f77debd1f6e1a90c3024c7bd36d62ba00922cec974c2c038e15 Description: Bibliographies for LaTeX The biblatex package is a complete reimplementation of the bibliographic facilities provided by LaTeX in conjunction with BibTeX. It redesigns the way in which LaTeX interacts with BibTeX at a fairly fundamental level. With biblatex, BibTeX is only used to sort the bibliography and to generate labels. Instead of being implemented in BibTeX's style files, the formatting of the bibliography is entirely controlled by TeX macros. Good working knowledge in LaTeX should be sufficient to design new bibliography and citation styles — there is no need to learn BibTeX’s postfix stack language. Just like the bibliography styles, all citation commands may be freely (re)defined. Homepage: http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex.html Package: bible-kjv-text Priority: optional Section: doc Installed-Size: 2591 Maintainer: Matthew Vernon Architecture: all Source: bible-kjv Version: 4.26.4.201403141746 Recommends: bible-kjv Conflicts: bible-kjv (<< 4.00-5) Filename: 4.0-0/all/bible-kjv-text_4.26.4.201403141746_all.deb Size: 2496496 MD5sum: 47dc013f5d15a2aa77d9983dd0381497 SHA1: 5ba01c0aad9a18acc6f75bc8c01bbd41cedaa278 SHA256: 80aeff4b7dd6f8dd37f243e5a02efa3a403568b4096a5bdd62f4445a14e64bce Description: King James Version of the Bible - text and concordance This package contains the King James Version of the Bible (translated in 1611) which is and was widely used in the English speaking culture, together with a full concordance. . The text and concordance are compressed and require the bible-kjv package which contains a text-based user interface for accessing the text. Package: bibledit-data Priority: optional Section: gnome Installed-Size: 31 Maintainer: CrossWire Packaging Team Architecture: all Source: bibledit-gtk Version: 4.6-1.2.201403141812 Depends: bibledit-gtk-data Filename: 4.0-0/all/bibledit-data_4.6-1.2.201403141812_all.deb Size: 6146 MD5sum: 676bb1b6b3f72158fda96995993ba4f0 SHA1: 664f2875f04a21c93dc65dd4f664b58186012ef8 SHA256: 8ab6bf36b6c9aca02d84fa17716550a67d098206dc3d3abda71ffeb5242fbcbf Description: transitional dummy package to bibledit-gtk-data bibledit-data is a transitional dummy package to bibledit-gtk-data. . The name of the software was changed to bibledit-gtk by its author. Homepage: http://www.bibledit.org Package: bibledit-gtk-data Priority: optional Section: gnome Installed-Size: 24588 Maintainer: CrossWire Packaging Team Architecture: all Source: bibledit-gtk Version: 4.6-1.2.201403141812 Replaces: bibledit-data (<< 4.2-1~) Conflicts: bibledit-data (<< 4.2-1~) Filename: 4.0-0/all/bibledit-gtk-data_4.6-1.2.201403141812_all.deb Size: 6536264 MD5sum: 86d88a4e7694cd16c05767e0bd0800c5 SHA1: ee3082322b7589e770fdbe30ed3cff5f15272a7a SHA256: 067f73cb12e1d909b7500c27336bbde744e0014d9d9d13e69cbb78878a9d9e60 Description: documentation and data for bibledit-gtk, a Bible translation tool Bibledit-gtk is a multi-platform USFM Bible editor or Scripture processor. . This package contains data and documentation files for bibledit. These files include many pages from the Bibledit wiki and a database of key terms. . Bibledit has been designed for the glory of God and the salvation of people. Homepage: http://www.bibledit.org Package: bibledit Priority: optional Section: gnome Installed-Size: 31 Maintainer: CrossWire Packaging Team Architecture: all Source: bibledit-gtk Version: 4.6-1.2.201403141812 Depends: bibledit-gtk Filename: 4.0-0/all/bibledit_4.6-1.2.201403141812_all.deb Size: 6138 MD5sum: b013038b2de1d9c21b785697da59370d SHA1: 54ae22b9fd20f187611a6b8861d92d94872bf3d6 SHA256: 4ae777759c8ea61ce591c12df881d2ee85985159682f5ea877d158344e5646b7 Description: transitional dummy package to bibledit-gtk bibledit is a transitional dummy package to bibledit-gtk. . The name of the software was changed to bibledit-gtk by its author. Homepage: http://www.bibledit.org Package: bibletime-data Priority: optional Section: kde Installed-Size: 12887 Maintainer: CrossWire Packages Architecture: all Source: bibletime Version: 2.9.1-2.5.201403141836 Replaces: bibletime-i18n Suggests: bibletime Conflicts: bibletime-i18n Filename: 4.0-0/all/bibletime-data_2.9.1-2.5.201403141836_all.deb Size: 5126292 MD5sum: 9c1b3705180061485e2aabb4839f2835 SHA1: a27b9f45d88ae031a88cad415cd77810108337c0 SHA256: c2dacb16fd065cd80078bb56deb9ed8786b68c93d4b2e848014f8f33684f54b8 Description: Documentation and data for bibletime, a bible study tool BibleTime is a free and easy to use bible study tool. . This package contains the help, online documentation and data files which BibleTime uses. Homepage: http://www.bibletime.info/ Package: bibtex2html Priority: optional Section: tex Installed-Size: 691 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.97-2.9.201403141850 Depends: ocaml-base-nox-3.12.1, perl, texlive-base Suggests: hlins Filename: 4.0-0/all/bibtex2html_1.97-2.9.201403141850_all.deb Size: 161302 MD5sum: a22743ac266bba0afad6c1341748f8f2 SHA1: d86f40f528c8aec71ed418e0f6da7a4780fb5e0d SHA256: ca08ed946ba35b31aebcba1bebd588def6d1365653af2da799bc4e6224ce9e7f Description: filters BibTeX files and translates them to HTML Collection of tools for filtering BibTeX data bases and for producing HTML documents from BibTeX data bases: . - aux2bib extracts a BibTeX database consisting of only the entries that are refereed by an aux file. . - bib2bib is a filter tool that reads one or several bibliography files, filters the entries with respect to a given criterion, and outputs the list of selected keys together with a new bibliography file containing only the selected entries; . - bibtex2html is a translator that reads a bibliography file and outputs two HTML documents that are respectively the cited bibliography in a nice presentation, and the original BibTeX file augmented with several transparent HTML links to allow easy navigation. Homepage: http://www.lri.fr/~filliatr/bibtex2html/index.en.html Package: bibus-doc-en Priority: optional Section: doc Installed-Size: 3390 Maintainer: Debian Science Maintainers Architecture: all Source: bibus Version: 1.5.2-1.4.201403141906 Depends: w3m | www-browser Suggests: bibus Filename: 4.0-0/all/bibus-doc-en_1.5.2-1.4.201403141906_all.deb Size: 3194762 MD5sum: 241afb25f737a9ceea871ddb7564a771 SHA1: 1d3fd1e4b1d8137029f5d002ffdf3ae86943c177 SHA256: 8e08b1007d814a0a23e76f0d4e4446fdea2e6ec6ebdc7aa32574798ae658ef8f Description: Bibus bibliographic database documentation Bibus is a bibliographic database which has been developed with LibreOffice/ OpenOffice.org in mind and can directly insert citations and format the bibliographic index in an open LibreOffice/OpenOffice.org Writer document. . This package contains the Bibus documentation. Homepage: http://bibus-biblio.sourceforge.net/ Package: bibus Priority: optional Section: science Installed-Size: 4429 Maintainer: Debian Science Maintainers Architecture: all Version: 1.5.2-1.4.201403141906 Depends: python (>= 2.6.6-7~), python-wxgtk2.8 Recommends: libreoffice-writer | openoffice.org-writer, python-uno Suggests: python-mysqldb, unixodbc, odbcinst1 | odbcinst1debian2, libmyodbc | libsqliteodbc, bibus-doc-en Filename: 4.0-0/all/bibus_1.5.2-1.4.201403141906_all.deb Size: 1428268 MD5sum: b70704868a9d347a21dc2462a316165c SHA1: 3b16544e8bb652b0bf17794d58ea968b20692ff7 SHA256: d1d0c0fcb9f497416f4ef9dcaf8e3199c8a8d4cbb991995df23fc295aeb28104 Description: bibliographic database Bibus is a bibliographic database which has been developed with LibreOffice/ OpenOffice.org in mind. It can directly insert citations and format the bibliographic index in an open OpenOffice.org Writer document. The main features are * hierarchical organization of the references with user-defined keys * designed for multiuser-environments (share databases between users) * a search engine supporting live queries * on-line PubMed access * import of PubMed (Medline), EndNote/Refer, RIS and BibTeX records. . Bibus will use an SQLite-database by default for storage (via the SQLite3 module available in Python >2.5). But it also supports MySQL-databases. If you want to use a MySQL-database, make sure, that you have the python-mysqldb package installed. Homepage: http://bibus-biblio.sourceforge.net/ Package: bicyclerepair Priority: optional Section: devel Installed-Size: 514 Maintainer: Robert Collins Architecture: all Version: 0.9-6.6.201403141915 Depends: python, python-central (>= 0.6.11) Recommends: vim-addon-manager Suggests: vim-python (>= 1:6.2) | idle | pymacs Filename: 4.0-0/all/bicyclerepair_0.9-6.6.201403141915_all.deb Size: 114086 MD5sum: 2ea8077a30288217386def0539fd0a85 SHA1: 509e16e78b902eb73ebe0278d541934ea51dfbc9 SHA256: 3256d477bbce321de4be2246dad9fd191655d0e32949d00ddd3fae8f6b6d5ecf Description: A refactoring tool for python A framework and refactoring tool for Python. IDE Plugins are included for Pymacs, IDLE and Vim. Using Bicycle Repair Man you can rename classes, methods and variables, and all users of them are found and adjusted appropriately. Homepage: http://bicyclerepair.sourceforge.net/ Python-Version: all Package: big-cursor Priority: optional Section: x11 Installed-Size: 48 Maintainer: Joey Hess Architecture: all Version: 3.8.4.201403141940 Depends: xfonts-utils, xfonts-base Filename: 4.0-0/all/big-cursor_3.8.4.201403141940_all.deb Size: 11734 MD5sum: 8d8126fd75c03a965889d588820aded9 SHA1: af0f6f5fd1c8931b677cdda6bbb4e0f2fb86d8b4 SHA256: 8b89fbdabbc3b38d0b676634b96edd084872f81e675a7af27fb0046a1b6d8d9c Description: larger mouse cursors for X This package provides some large mouse cursors for use under X. It's useful for laptop users, for those running X at very high resolutions, and for anyone who finds it hard to see the default mouse cursors. Package: bind9-doc Priority: optional Section: doc Installed-Size: 1267 Maintainer: LaMont Jones Architecture: all Source: bind9 Version: 1:9.8.4.dfsg.P1-6+nmu2.108.201411010114 Filename: 4.0-0/all/bind9-doc_9.8.4.dfsg.P1-6+nmu2.108.201411010114_all.deb Size: 364874 MD5sum: 6c277a1d29dc56015724cceee73799c7 SHA1: 9d480dfc53469f27b04472522579eb758b5e9700 SHA256: bbd014ebbad626ac6d8938361ce5fcdfe2277351d9d4eb155e5c6ccd718436b0 Description: Documentation for BIND This package provides various documents that are useful for maintaining a working BIND installation. Package: bindgraph Priority: extra Section: admin Installed-Size: 121 Maintainer: Jose Luis Tallon Architecture: all Version: 0.2a-5.1.4.201403142015 Depends: libfile-tail-perl, librrds-perl, debconf (>= 0.5) | debconf-2.0 Recommends: httpd, bind9 Filename: 4.0-0/all/bindgraph_0.2a-5.1.4.201403142015_all.deb Size: 24750 MD5sum: ce15cb282b9204d5c528f85e11339ff2 SHA1: c7393434637e46bab4182c8763c031d8434cca9b SHA256: 35bc2fe0b125bbcceabaf50611807de0ee037ea329aa1d667120839f95889161 Description: DNS statistics RRDtool frontend for BIND9 BindGraph is a very simple DNS statistics RRDtool frontend for BIND9 that produces daily, weekly, monthly and yearly graphs of the DNS server's activity (queries, errors, etc.). Package: bins Priority: optional Section: web Installed-Size: 1173 Maintainer: Ludovic Rousseau Architecture: all Version: 1.1.29-16.4.201403142047 Depends: libio-string-perl, libimage-size-perl, libimage-info-perl, perlmagick, libhtml-parser-perl, libhtml-template-perl, liburi-perl, libxml-perl, libxml-grove-perl, libxml-handler-yawriter-perl, libtext-iconv-perl, liblocale-gettext-perl, libjpeg-progs, libxml-writer-perl, libxml-xql-perl, libhtml-clean-perl, libtimedate-perl, libtext-unaccent-perl Filename: 4.0-0/all/bins_1.1.29-16.4.201403142047_all.deb Size: 267492 MD5sum: 5dd844b6c3664c8b64c943d9ea68a8f2 SHA1: 2322de5d86c6d2b7ed856046d6e9b867a7964d3a SHA256: a3050380d2bac36d9dde123863489a8c0a8c324e0fc7948a66a8cd8d86539ff4 Description: Generate static HTML photo albums using XML and EXIF tags BINS generates a complete static gallery (images and HTML) with thumbnails and image lists, using XML files to hold information about each image. Includes bins_edit tool for adding information to the XML files. Interprets EXIF and JFIF tags (and Canon extensions) in the jpeg directly. Gallery appearance customizable through HTML templates; gallery can be generated in different languages. . Based on SWIGS (Structured Web Image Gallery System). Homepage: http://bins.sautret.org/ Package: binstats Priority: optional Section: utils Installed-Size: 69 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 1.08-8.4.201403142051 Depends: bsdmainutils, debianutils (>= 1.13.1), file Filename: 4.0-0/all/binstats_1.08-8.4.201403142051_all.deb Size: 15520 MD5sum: d1511319d508cbe8ada071b45db271d3 SHA1: 4887718389ad2b390e6c098f91ea0322326ee9db SHA256: 8af632085e7980649734a4831902e630c70732b523f3c0294d56be7e218d59af Description: Statistics tool for installed programs A utility to aid the tidying up of binaries, interpreted scripts, and dynamic libraries. It can find the number and identity of a.out and ELF binaries, plus their debugging symbols status, setuid status, and dynamic library dependence. It can count the number of Java bytecode programs, tally up the main types of scripts, and look for unidentified executable text files. . Also it is able to find any duplicated executable names, unused libraries, binaries with missing libraries, statically linked binaries, and duplicated manual page names. Package: binutils-doc Priority: optional Section: doc Installed-Size: 595 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.22-8.29.201403142056 Depends: dpkg (>= 1.15.4) | install-info Suggests: binutils (= 2.22-8.29.201403142056) Conflicts: binutils (<< 2.9.1.0.25-3) Filename: 4.0-0/all/binutils-doc_2.22-8.29.201403142056_all.deb Size: 581716 MD5sum: 2c13b52a091372757ae73c3d2a6b3abd SHA1: 7fee9821094cb2da1f13cb20488dcc3224fd3f6c SHA256: 97daa62e66f2ff6bbdea43259a36796b90d0b871ae21203fd73a0038d1912634 Description: Documentation for the GNU assembler, linker and binary utilities This package consists of the documentation for the GNU assembler, linker and binary utilities in info format. Package: binutils-mingw-w64 Priority: extra Section: devel Installed-Size: 146 Maintainer: Stephen Kitt Architecture: all Source: binutils-mingw-w64 (2.2.201403142144) Version: 2.22-8.29.201403142056+2.2.201403142144 Depends: binutils-mingw-w64-i686, binutils-mingw-w64-x86-64 Filename: 4.0-0/all/binutils-mingw-w64_2.22-8.29.201403142056+2.2.201403142144_all.deb Size: 124806 MD5sum: 5c5b55669dec5323b0b8fa50856c0d45 SHA1: 193f23d71958125c910931c94dd8f6d0f1834ab3 SHA256: 87a4ff031d683d21bf313b5a621ca23805de9baef17d3be932de5ad812b957a6 Description: Cross-binutils for Win32 and Win64 using MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the toolchain binutils. Built-Using: binutils (= 2.22-8.29.201403142056) Homepage: http://www.gnu.org/software/binutils/ Package: binutils-source Priority: optional Section: devel Installed-Size: 14782 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.22-8.29.201403142056 Depends: texinfo, zlib1g-dev, make, python Filename: 4.0-0/all/binutils-source_2.22-8.29.201403142056_all.deb Size: 14690304 MD5sum: 6028f84deb14905d7f8d0e2e80758512 SHA1: 1514b5e1677cf74374e94478951d3d42a99ff9bf SHA256: d5140038a9632f2582eb99c0e540023f2c7a277b0484ae1a66f8f222bf58efc1 Description: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Package: biogenesis Priority: optional Section: science Installed-Size: 400 Maintainer: Miriam Ruiz Architecture: all Version: 0.8-1.2.201403142222 Depends: openjdk-6-jre | sun-java6-jre Filename: 4.0-0/all/biogenesis_0.8-1.2.201403142222_all.deb Size: 338228 MD5sum: 03ec6e52141a3e4aa9815ed7cbf2e186 SHA1: 36c5db1db74626d484aa8ed0fd6c9c438849a36e SHA256: 9a45f0af922b20777b0376dd0a856d03c8ba76cc22b352db1e2690ca253d3cbb Description: artificial life program that simulates evolution of organisms Biogenesis is an artificial life program that simulates the processes involved in the evolution of organisms. It shows colored segment based organisms that mutate and evolve in a 2D environment. Biogenesis is based on Primordial Life. Homepage: http://biogenesis.sourceforge.net/ Package: biomaj-properties Priority: optional Section: science Installed-Size: 250 Maintainer: Debian Med Packaging Team Architecture: all Source: biomaj Version: 1.2.1-1.2.201403142251 Filename: 4.0-0/all/biomaj-properties_1.2.1-1.2.201403142251_all.deb Size: 34780 MD5sum: ac31a5e45a3cc049fb814ec0ab0fe94b SHA1: 92c08ffd650ade77d8b4b22cdc9c4624d1e2e644 SHA256: 7751b24b8311869faca093876fdd4c5bfbb8a35e2704f29488a06173790a2c39 Description: biological data-bank updater - example properties files This package contains a set of data bank properties files that can be used as examples for BioMAJ. It contains descriptions for many existing data banks with or without workflows to transform data. Some files may require additional programs (such as BLAST) for post-processing. Homepage: http://biomaj.genouest.org Package: biomaj Priority: optional Section: science Installed-Size: 4066 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.2.1-1.2.201403142251 Depends: debconf (>= 0.5) | debconf-2.0, ant, ant-contrib, junit4, libcommons-cli-java, libcommons-codec-java, libcommons-dbcp-java (>= 1.2), libcommons-httpclient-java, libcommons-logging-java, libcommons-net2-java (>= 2.2), libcommons-pool-java (>= 1.5), libgnujaf-java, libgnumail-java, libhsqldb-java, libjcommon-java (>= 1.0), libjets3t-java, libjgoodies-forms-java (>= 1.2), libjsch-java (>= 0.1.42), liblog4j1.2-java, liboro-java (>= 2.0), default-jre | java6-runtime, libmysql-java, debconf, libregexp-java (>= 1.4), libjdom1-java (>= 1.1), libsaxonb-java (>= 0.9), perl, mysql-server Suggests: ncbi-tools-bin, blast2 Filename: 4.0-0/all/biomaj_1.2.1-1.2.201403142251_all.deb Size: 3768350 MD5sum: 696e042861e885f88b119282c1bd9051 SHA1: a88ab4c5e021311c834feabfa26a220a17226d2e SHA256: 26f3ee6f9219307cbc3a18d19db26df4a893dfc3a77a5ca03002c790365a8ee2 Description: biological data-bank updater BioMAJ downloads remote data banks, checks their status and applies transformation workflows, with consistent state, to provide ready-to-use data for biologists and bioinformaticians. For example, it can transform original FASTA files into BLAST indexes. It is very flexible and its post-processing facilities can be extended very easily. Homepage: http://biomaj.genouest.org Package: bioperl-run Priority: optional Section: science Installed-Size: 117 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.6.9-1.5.201403142307 Depends: perl, bioperl (>= 1.6.0), libbio-perl-run-perl (= 1.6.9-1.5.201403142307) Recommends: amap-align, bedtools, blast2, bowtie, bwa, clustalw, emboss, exonerate, hmmer, infernal, kalign, maq, mafft, muscle, phyml, primer3, probcons, samtools, sim4, t-coffee, tigr-glimmer, wise Suggests: gmap, paml, molphy, phylip, ensembl Filename: 4.0-0/all/bioperl-run_1.6.9-1.5.201403142307_all.deb Size: 46482 MD5sum: f095deb79e3aff71bf5dbf677d06c8c8 SHA1: a205d59b86c2964f54c55c33341561bfbc0a3d69 SHA256: f3153c66515def1720b7e7786d7a76147445134b63fb2d939ad9e46322e8f24f Description: BioPerl wrappers: scripts Contains scripts from the BioPerl-Run package. This package will also install all wrappable applications packaged in Debian. The ones that are not Free are "Suggested" by this package. Homepage: http://www.bioperl.org/wiki/Run_package Package: bioperl Priority: optional Section: science Installed-Size: 893 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.6.901-3.5.201403142258 Depends: libbio-perl-perl (= 1.6.901-3.5.201403142258), perl Recommends: bioperl-run (>= 1.6.0), perl-doc, libhttp-message-perl, libwww-perl, libcache-cache-perl, libbio-perl-run-perl, libdbi-perl, libgd-gd2-perl, libapache-dbi-perl, liburi-perl, libxml-simple-perl, libyaml-perl, libace-perl, liblist-moreutils-perl, libxml-twig-perl, libset-scalar-perl Suggests: groff-base Filename: 4.0-0/all/bioperl_1.6.901-3.5.201403142258_all.deb Size: 467102 MD5sum: 5ef8c9004e56a0e6cabdd9bee8d9838d SHA1: 807a4ef61a40d9037a08e4a4aff0a5aec864a326 SHA256: 3614c24c7e474c6c9777830d95ce3fe296ea267ab4dc9621bb9304d6f3ad4520 Description: Perl tools for computational molecular biology The Bioperl project is a coordinated effort to collect computational methods routinely used in bioinformatics into a set of standard CPAN-style, well-documented, and freely available Perl modules. It is well-accepted throughout the community and used in many high-profile projects, e.g., Ensembl. . The recommended packages are needed to run some of the included binaries, for a detailed explanation including the specific Perl modules please see README.Debian. . The suggested package enhances the manual pages. Homepage: http://www.bioperl.org/ Package: bisonc++-doc Priority: optional Section: doc Installed-Size: 1404 Maintainer: Frank B. Brokken Architecture: all Source: bisonc++ Version: 4.01.00-1.9.201403150006 Filename: 4.0-0/all/bisonc++-doc_4.01.00-1.9.201403150006_all.deb Size: 464700 MD5sum: 4039142c3d37c826a989d8a6ebdf6cae SHA1: 0896e555b37d78955004ea55aa4950a6e66b415e SHA256: 3da7aa563dbf0333fdd3e3e9dcb27201f52c8eeef67ffe00e327d1728e2bf06b Description: Bison-style parser generator for C++ Bisonc++ was designed after `bison++', created by Alain Coetmeur. Bisonc++ adds to bison++ a cleaner class-design, using a base-class to communicate lexical tokens to a lexical scanner. . Since bisonc++ generates the parser class as well as the parsing function. The class can easily be provided with additional members without needing polymorphic functions. Consequently, classes generated by bisonc++ have no virtual members and actually have but one public member: parse(), replacing the old-style bison and bison++ yyparse() function. . Bisonc++ offers many options, among which an option to define classes generated by bisonc++ in a separate namespace. This allows developers to define additional symbols, even outside of the class generated by bisonc++, without encountering name-collision problems. With bisonc++, artificial means to prevent name-collisions, like bison and bison++'s yy-convention are not required anymore when using bisonc++. Bisonc++ merely generates C++ code. If C code is required, bison should be used. Bisonc++'s grammar requirements are highly compatible with bison's requirements, so converting a bison grammar into a bisonc++ grammar should be fairly simple. . In addition to the bisonc++ parser generator itself and several skeleton files, the package contains an extensive man-page, a full manual rewritten after the original bison manual, and several examples. . Some history: Bisonc++ versions 0.98 is a complete rewrite of an LALR(1) parser generator, as described in Aho, Sethi and Ullman's (1986) book `Compilers' (a.k.a. the `Dragon Book'). Version 0.98 was completed in May 2005. Another major rewrite was completed one year later, May 2006, resulting in version 1.00. . This package provides the supplemental documentation for Bisonc++. Homepage: http://bisoncpp.sourceforge.net/ Package: bitlbee-common Priority: optional Section: net Installed-Size: 377 Maintainer: Wilmer van der Gaast Architecture: all Source: bitlbee Version: 3.0.5-1.2.5.201403150019 Replaces: bitlbee Depends: debconf (>= 0.5) | debconf-2.0, net-tools, adduser Filename: 4.0-0/all/bitlbee-common_3.0.5-1.2.5.201403150019_all.deb Size: 136912 MD5sum: d75f65113b8fc290f5199ad873282390 SHA1: b8859e58245f0f623be08a1fc1078805b303b143 SHA256: 601b054263e534d2d13fb87b5a29b4085dd4ef83bd69a7bf3958896d40e36f07 Description: An IRC to other chat networks gateway (common files/docs) This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google Talk and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net. . This package contains common files (mostly documentation) for bitlbee and bitlbee-libpurple. Homepage: http://www.bitlbee.org/ Package: bitlbee-dev Priority: optional Section: net Installed-Size: 131 Maintainer: Wilmer van der Gaast Architecture: all Source: bitlbee Version: 3.0.5-1.2.5.201403150019 Depends: bitlbee (>= 3.0.5-1.2.5.201403150019), bitlbee (<< 3.0.5-1.2.5.201403150019.1~), bitlbee-common (= 3.0.5-1.2.5.201403150019) Filename: 4.0-0/all/bitlbee-dev_3.0.5-1.2.5.201403150019_all.deb Size: 26088 MD5sum: 68f848bdede232657cf2d28333704244 SHA1: c2afb50f535f892ea96e87eb33932ecc44c3d23f SHA256: 9a2b0c870b327b0b2c8c8d79e2710d71bca6af09a82f5d22dfd8f5d71963c5d8 Description: An IRC to other chat networks gateway (dev files) This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google Talk and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net. . This package holds development stuff for compiling plug-ins. Homepage: http://www.bitlbee.org/ Package: bitmap-mule Priority: optional Section: editors Installed-Size: 259 Maintainer: Tatsuya Kinoshita Architecture: all Version: 8.5+0.20030825.0433-12.4.201403150034 Depends: emacs | emacs23 | emacs22 | emacs21, apel, make Recommends: xfonts-bitmap-mule Suggests: compface, x-face-el Filename: 4.0-0/all/bitmap-mule_8.5+0.20030825.0433-12.4.201403150034_all.deb Size: 55928 MD5sum: 99dfaf9ce53d1537ec2079001a8d6a6f SHA1: 37d7e9895024aeac5fb6a385d103240f2bf1205c SHA256: af7f880cd6607b99993d48c5fe5f29680dd9b0a982f0bc1bc96fc7e3d5149e9f Description: bitmap handler for GNU Emacs BITMAP-MULE is a package to use bitmap in MULE (XEmacs is not supported). . BITMAP-MULE has following modules: . - bitmap.el: kernel of BITMAP-MULE - bitmap-bi.el: functions for Emacs 20.2 or earlier - bitmap-ci.el: functions for Emacs 20.3 or later - bm-utils.el: utility functions. - po.el: tiny BDF font editor - smiley-mule.el: smiley faces encoder/decoder - x-face-mule.el: inline X-Face decoder - x-face-18.el: X-Face decoder for Emacs 18 - gnus-bitmap.el: Gnus/gnus related functions - vm-bitmap.el: VM related functions Homepage: http://www.jpl.org/elips/bitmap/ Package: bitpim Priority: extra Section: comm Installed-Size: 16597 Maintainer: Aaron M. Ucko Architecture: all Version: 1.0.7+dfsg1-3.4.201403150051 Depends: bitpim-lib, python-apsw, python-crypto, python-dsv, python-paramiko, python-serial, python-wxgtk2.8, usbutils, python (>= 2.6.6-7~) Recommends: netpbm Suggests: ffmpeg, udev Filename: 4.0-0/all/bitpim_1.0.7+dfsg1-3.4.201403150051_all.deb Size: 4863804 MD5sum: 71567739f9b5a5ab92c289d45c173b50 SHA1: 977d5b63ffc30154ba9c5cbc907074375ea241ea SHA256: 65dabba536841f107f0d48c25fa2591266b0cc6b2554f9df5a7c20331fba2c46 Description: utility to communicate with many CDMA phones BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. Homepage: http://www.bitpim.org/ Package: bittornado-gui Priority: optional Section: net Installed-Size: 184 Maintainer: Cameron Dale Architecture: all Source: bittornado Version: 0.3.18-10.4.201403150110 Replaces: bittorrent Depends: python, bittornado (= 0.3.18-10.4.201403150110), python-wxgtk2.6 | python-wxgtk2.8 Recommends: mime-support, python-crypto Suggests: python-psyco Conflicts: bittorrent (<= 3.4.2-2), libfreetype6 (= 2.1.7-2.4) Filename: 4.0-0/all/bittornado-gui_0.3.18-10.4.201403150110_all.deb Size: 39748 MD5sum: 68d8cea0b61a4ef3e56955f5e76846be SHA1: e3ce463de734c2fbc43a2f2b0fa0d2fa063d5953 SHA256: 730121169fc99ee2610e9d50afbf39e345da23b50e3fc7ba9edf61b739b8795f Description: bittorrent client with GUI interface The GUI interface to the BitTornado bittorrent client. BitTornado is a bittorrent client built on the original BitTorrent client from BitTorrent Inc. This client features a GUI interface, lots of features, and is one of the original bittorrent clients created. . Features include: * upload/download speed limitation * prioritised downloading when downloading batches (several files) * detailed information about connections to other peers * encryption (PE/MSE) support (with the recommended python-crypto) * console mode for running from scripts * curses mode for running interactively * tracker for the distribution of files . This package contains the GUI interface, install only the bittornado package to get a console and curses interface and a bittorrent tracker. See the bittorrent package for a description of what bittorrent is. Homepage: http://bittornado.com Package: bittornado Priority: optional Section: net Installed-Size: 636 Maintainer: Cameron Dale Architecture: all Version: 0.3.18-10.4.201403150110 Replaces: bittorrent Provides: python-bittornado Depends: python, python-support (>= 0.90.0) Recommends: mime-support, python-crypto Suggests: bittornado-gui, python-psyco Conflicts: bittorrent (<= 3.4.2-2) Filename: 4.0-0/all/bittornado_0.3.18-10.4.201403150110_all.deb Size: 161326 MD5sum: 3c598ebac49dcebd11d6ef47a8a33ea7 SHA1: d53bbaf4c851c54779cf590ae3e0384edb801cec SHA256: dd7ae60995f883b0c136cdab1924f460956f92ef870560c03ea318b79e6d581a Description: bittorrent client (and tracker) with console and curses interfaces BitTornado is a bittorrent client built on the original BitTorrent client from BitTorrent Inc. This client features a console and curses mode, lots of features, and is one of the original bittorrent clients created. . Features include: * upload/download speed limitation * prioritised downloading when downloading batches (several files) * detailed information about connections to other peers * encryption (PE/MSE) support (with the recommended python-crypto) * console mode for running from scripts * curses mode for running interactively * tracker for the distribution of files . This package contains the console and curses interfaces, and a bittorrent tracker, install the package bittornado-gui to get the GUI components. See the bittorrent package for a description of what bittorrent is. Homepage: http://bittornado.com Package: bittorrent-gui Priority: optional Section: net Installed-Size: 75 Maintainer: Michael Janssen Architecture: all Source: bittorrent Version: 3.4.2-11.4.20.201403150112 Depends: python (>= 2.3), bittorrent (>= 3.4.2-1), python-wxgtk2.8 Filename: 4.0-0/all/bittorrent-gui_3.4.2-11.4.20.201403150112_all.deb Size: 13838 MD5sum: 98ece2dcfc2e2750e83cc779af2a9d30 SHA1: c29d9e0d4e25e6c62dbf5be0fc3f40129192a867 SHA256: 701c4691977f647be0bdeb3448e95454a1a4c66bff5dfbf51f2463fe22379272 Description: Original BitTorrent client - GUI tools BitTorrent is a tool for distributing files. It's extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity. . This package contains the GUI tools for downloading. . Homepage: http://bitconjurer.org/BitTorrent/ Package: bittorrent Priority: optional Section: net Installed-Size: 413 Maintainer: Michael Janssen Architecture: all Version: 3.4.2-11.4.20.201403150112 Depends: python (>= 2.3), python-support (>= 0.90.0), lsb-base (>= 3.0-10) Recommends: mime-support Suggests: bittorrent-gui Filename: 4.0-0/all/bittorrent_3.4.2-11.4.20.201403150112_all.deb Size: 96758 MD5sum: 632d4abdf76154cf12a98e83a06c0482 SHA1: c75d55b0db3a99d631a7fc4cce3f7bdb674c6287 SHA256: 96684c206033beb556c7a5cdbd0017beec2e2b4c74c51a8c065b0f882830465d Description: Original BitTorent client - console tools BitTorrent is a tool for distributing files. It's extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once they send pieces of the file(s) to each other, thus relieving the central server's bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server remains quite small, since each new downloader introduces new upload capacity. . This package contains the tools which are used for console-only downloading. If you want the GUI interface, install the bittorrent-gui package. . Homepage: http://bitconjurer.org/BitTorrent/ Python-Version: 2.6, 2.7 Package: bkchem Priority: optional Section: science Installed-Size: 3284 Maintainer: Debichem Team Architecture: all Version: 0.13.0-4.4.201403150120 Depends: python (>= 2.6.6-7~), python-imaging, python-pmw (>= 1.2) Suggests: python-cairo Filename: 4.0-0/all/bkchem_0.13.0-4.4.201403150120_all.deb Size: 834530 MD5sum: f3ea72273590569c2480cf8c4aa9fe27 SHA1: fec6b76e805d05ff7f4c2195db5480ed1f926d35 SHA256: 4aad261fbbda27a1345e832c7220941902f4c047457cda7914009abc44aa7eed Description: Chemical structures editor BKchem is a free chemical drawing program, which is written in Python. . Some of the features, you can expect: * Drawing (bond-by-bond drawing; templates for common rings; expanding of common-groups; draws radicals, charges, arrows; color support ...) * Editing (unlimited undo and redo capabilities; aligning; scaling; rotation (2D, 3D) ...) * Export/Import (fully supported SVG-, OpenOffice.org-Draw-, EPS-export; basic support for CML1 and CML2 import and export) Homepage: http://bkchem.zirael.org Package: blackbox-themes Priority: optional Section: x11 Installed-Size: 476 Maintainer: Juhani Numminen Architecture: all Version: 0.5.4.201403150136 Depends: blackbox Filename: 4.0-0/all/blackbox-themes_0.5.4.201403150136_all.deb Size: 418916 MD5sum: cacc2a30d3a5143d59a38ab993b3faca SHA1: 3fdeccf2a92ba294de7ca1df218a99841518d093 SHA256: 521dbdec2d5bbb2c82e5fdfdae10da21e1acdb2b77c7160f59ca49b8a86d4a67 Description: Themes for the Blackbox Windowmanager This package contains various themes for the Blackbox Windowmanager. Package: blacs-test-common Priority: extra Section: math Installed-Size: 41 Maintainer: Muammar El Khatib Architecture: all Source: blacs-mpi Version: 1.1-31.4.201403150138 Filename: 4.0-0/all/blacs-test-common_1.1-31.4.201403150138_all.deb Size: 7008 MD5sum: a954e45c125c1c53e2907e75f6f14342 SHA1: 9109d1e796089521d878db8f21452e1f28907cc2 SHA256: 38e3412a180b9dd06732283ebd7e14fa1e34e0c57dce489e8e213f5146d7eadf Description: Test data for BLACS testers The BLACS project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms. . You can choose between an implementation based on MPI or PVM. This package provides test data for all BLACS packages (MPI and PVM versions). . Most users do not need to install this package directly because it is installed when installing the test programs for any BLACS package. Homepage: http://www.netlib.org/blacs/ Package: blam Priority: optional Section: gnome Installed-Size: 1120 Maintainer: Debian CLI Applications Team Architecture: all Version: 1.8.9-3.5.201403150154 Depends: gconf2 (>= 2.28.1-2), mono-runtime (>= 2.10.1), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system-web4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libwebkit1.1-cil (>= 0.3) Filename: 4.0-0/all/blam_1.8.9-3.5.201403150154_all.deb Size: 178020 MD5sum: 544a478b71a6663e3b8f3bf7e8e312b7 SHA1: eb8803e542279b691c74e28875f7dbb72f808f37 SHA256: 790036cd5b354630c6661bc78d3d2f51b157b541b0eb1b3177390b8b4551db55 Description: simple RSS aggregator for GNOME Blam is an RSS aggregator for GNOME with support for Atom and RSS feeds and support for different themes. Homepage: http://blam.cmartin.tk Package: blazeblogger Priority: optional Section: web Installed-Size: 299 Maintainer: Angel Abad Architecture: all Version: 1.2.0-3.4.201403150216 Depends: perl Filename: 4.0-0/all/blazeblogger_1.2.0-3.4.201403150216_all.deb Size: 89720 MD5sum: f403d72035bf62ce1762114620e805c3 SHA1: 1b48336a6bcc3a38c4bd4c1eb852b2d427f7fda8 SHA256: 9a159bb7698bf0833226bacf544ffd1b9fc168ca8d2fb4af02e376c7a02e8c84 Description: simple to use, command line based, content management system Written in Perl as a cross-platform application and producing the static content without the need of database servers or server side scripting, it is literally a CMS without boundaries suitable for a wide variety of web presentations, from personal weblog to a project page or even a company presentation. Homepage: http://blaze.blackened.cz/ Package: blcr-dkms Priority: optional Section: kernel Installed-Size: 4593 Maintainer: Alan Woodland Architecture: all Source: blcr Version: 0.8.5-2.7.201403150217 Replaces: blcr-source Depends: dkms, make, linux-headers-2.6-686 | linux-headers-2.6-amd64 | linux-headers-generic | linux-headers Recommends: blcr-util Filename: 4.0-0/all/blcr-dkms_0.8.5-2.7.201403150217_all.deb Size: 961346 MD5sum: 1f17b38bac30eb6134ed79462ca28c7d SHA1: ffdb2b5793e0c71575b7064eeaa9cc056009a452 SHA256: 485115d8a3f1ecd946de8b630e58a4d60f76ed92d5a3aa77e375896f69d13257 Description: DKMS support for BLCR kernel module This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on Linux to be "checkpointed" (written entirely to a file), and then later "restarted". Homepage: https://ftg.lbl.gov/projects/CheckpointRestart/ Package: bleachbit Priority: optional Section: admin Installed-Size: 1744 Maintainer: Luca Falavigna Architecture: all Version: 0.9.2-2.4.201403150226 Depends: python (>= 2.6.6-7~), python-gtk2 (>= 2.14), menu Recommends: python-notify Filename: 4.0-0/all/bleachbit_0.9.2-2.4.201403150226_all.deb Size: 327026 MD5sum: c3b0d9a02d6060c17c8ffc1ede3cb247 SHA1: 2413b2c697616c0f99306b6733de7ca5985b1028 SHA256: 51452fa951d8f0d0cf5aab22010bf365a6e59c2fda68573b4a1ad6b96c8461ae Description: delete unnecessary files from the system BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. It removes cache, Internet history, temporary files, cookies, and broken shortcuts. . It handles cleaning of Adobe Reader, Bash, Beagle, Epiphany, Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, rpmbuild, Second Life Viewer, VIM, XChat, and more. . Beyond simply erasing junk files, BleachBit wipes free disk space (to hide previously deleted files for privacy and to improve compression of images), vacuums Firefox databases (to improve performance without deleting data), and securely shreds arbitrary files. Homepage: http://bleachbit.sourceforge.net Package: blender-ogrexml-1.8 Priority: optional Section: graphics Installed-Size: 517 Maintainer: Debian Games Team Architecture: all Source: ogre-1.8 Version: 1.8.0+dfsg1-3.2.201403200035 Depends: blender Conflicts: blender-ogrexml (<< 1.8.0) Filename: 4.0-0/all/blender-ogrexml-1.8_1.8.0+dfsg1-3.2.201403200035_all.deb Size: 195266 MD5sum: f0b091f359a23f5afb921b1c433edec1 SHA1: 7b7c2139feec7fbfdd2036b66de18f7462d9b323 SHA256: c9216a1e90eba599af81f8d6444101646ae603a6a7c58bbc91917ea17d626e71 Description: Blender Exporter for OGRE OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the Blender exporter for OGRE. Homepage: http://ogre3d.org/ Package: blender-ogrexml Priority: optional Section: graphics Installed-Size: 540 Maintainer: Debian Games Team Architecture: all Source: ogre Version: 1.7.4+dfsg1-7.4.201403200006 Depends: blender Filename: 4.0-0/all/blender-ogrexml_1.7.4+dfsg1-7.4.201403200006_all.deb Size: 219414 MD5sum: 6f603edd6b80d7e6c1b5060ddcb59e48 SHA1: 92d27edca954c0910bde27a91268462d7ec13c35 SHA256: 92be5ac894e4664337f6c401951fd4ff7d80099d729f970e7b76dc67c4c15260 Description: Blender Exporter for OGRE OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the Blender exporter for OGRE. Homepage: http://ogre3d.org/ Package: blends-common Priority: optional Section: misc Installed-Size: 104 Maintainer: Debian Pure Blend Team Architecture: all Source: blends Version: 0.6.16.2.5.201403150253 Depends: adduser, menu (>= 2.1.25), debconf (>= 0.5) | debconf-2.0 Suggests: blends-doc Filename: 4.0-0/all/blends-common_0.6.16.2.5.201403150253_all.deb Size: 23278 MD5sum: 48aecdf12f6609a9ee4211d2cf1cb5fa SHA1: faa0269edefe8364bdbcf19509bf5050cb66655c SHA256: c8d02b0fcb1c4cc6b064a349364db142ddba21018decef56fe4c43e88c47fc0e Description: Debian Pure Blends common package This package builds the basic infra structure for metapackages. . This package provides some files which are common to metapackages of Common Debian Distributions. It introduces a method to handle system users in a group named according to the name of the Debian Pure Blend. Package: blends-dev Priority: optional Section: devel Installed-Size: 161 Maintainer: Debian Pure Blend Team Architecture: all Source: blends Version: 0.6.16.2.5.201403150253 Replaces: cdd-dev Depends: debconf (>= 0.5) | debconf-2.0, make | build-essential, apt, debhelper (>= 7) Suggests: blends-doc Filename: 4.0-0/all/blends-dev_0.6.16.2.5.201403150253_all.deb Size: 33138 MD5sum: c189426073e7c4124df6ec645c95a1cd SHA1: e4cf841d28b3f2db040d84dff479016bbf61f30f SHA256: 1e7cea22e4c6ea07670f54b28f439f67cf356d6a1df21c1d48e56020c2c044bd Description: Debian Pure Blends common files for developing metapackages This package makes life easier when packaging metapackages. Perhaps this will also encourage other people to build metapackages if there are easy to use templates where only the packages, the metapackage is depending from, to insert into the right place. Package: blends-doc Priority: optional Section: doc Installed-Size: 735 Maintainer: Debian Pure Blend Team Architecture: all Source: blends Version: 0.6.16.2.5.201403150253 Replaces: cdd-doc Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/blends-doc_0.6.16.2.5.201403150253_all.deb Size: 416178 MD5sum: d0379d94e3d247ffdc6f13b4b4921480 SHA1: 80f394bee7877222882934fa804faaaf88dc487a SHA256: fc1b36782c048b1a52843db35fefba8f9752eb0cfdbbd209d6706eb62427b8ac Description: Debian Pure Blends documentation This paper is intended to people who are interested in the philosophy of Debian Pure Blends and the technique which is used to manage those projects. . It is explained in detail why these are no forks from Debian but reside completely inside the Debian GNU/Linux distribution and which advantages can be gathered by this approach. The concept of metapackages and user role based menus is explained. In short: This document describes why Debian Pure Blends are important to the vitality and quality of Debian. Package: bless Priority: optional Section: editors Installed-Size: 1061 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.6.0-4.5.201403150300 Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), rarian-compat | scrollkeeper Filename: 4.0-0/all/bless_0.6.0-4.5.201403150300_all.deb Size: 536656 MD5sum: 0ad11052d77e004a96cdf72e1d4ada30 SHA1: 08f9248c788ce0836be73e0461a2abe8c98510f3 SHA256: a245016658d9e7381b7577f69d82bc71403216e895bcebf596a4475d8b09f9de Description: A full featured hexadecimal editor Bless is a binary (hex) editor, a program that enables you to edit files as a sequence of bytes written for the GNOME Desktop. Main features are: . * Efficient editing of large data files. * Multilevel undo - redo operations. * Customizable data views. * Fast data rendering on screen. * Multiple Tabs. * Fast Find and Replace operations. * Conversion Table. * Advanced Copy/Paste capabilities. * Multi-threaded search and save operations. * Export to text and html (others with plugins). * Extensibility with Plugins. Homepage: http://home.gna.org/bless/ Package: bley Priority: optional Section: mail Installed-Size: 132 Maintainer: Evgeni Golov Architecture: all Version: 0.1.5-2.9.201403150310 Depends: debconf (>= 0.5) | debconf-2.0, python (>= 2.6.6-7~), python (<< 2.8), python-twisted-core (>= 8.1.0), python-spf, python-twisted-names (>= 8.1.0), python-psycopg2 | python-mysqldb, dbconfig-common, adduser Recommends: postgresql-client | mysql-client, postfix Filename: 4.0-0/all/bley_0.1.5-2.9.201403150310_all.deb Size: 15350 MD5sum: 5fd88fec75b93aa3a0f5273ce69263e8 SHA1: 009ecf9bfdccc8dfdab5efa033a39905cf574327 SHA256: 273644b1760fdd1bde18f3e176e972926f0e5259f4bc564565409ef278c9f0c0 Description: intelligent greylisting daemon for Postfix bley uses various test (incl. RBL and SPF) to decide whether a sender should be greylisted or not, thus mostly eliminating the usual greylisting delay while still filtering most of the spam. Homepage: http://bley.mx Python-Version: 2.6, 2.7 Package: blhc Priority: optional Section: utils Installed-Size: 89 Maintainer: Jari Aalto Architecture: all Version: 0.03+20120626+git93afe23-1.2.201403150315 Depends: libdpkg-perl Filename: 4.0-0/all/blhc_0.03+20120626+git93afe23-1.2.201403150315_all.deb Size: 23268 MD5sum: 0ed175b300ddcf8a16b2b694dbd9d3ee SHA1: e525cc3916868c638001f0a6d636b7819242ea66 SHA256: 5e97f5d2dbdea7bb853ba039adb3f164e86239db51e5058ce7b59f0c5bc1bce8 Description: build log hardening check Perl tool which checks build logs for missing hardening flags. Hardening flags enable additional security features in the compiler to prevent e.g. stack overflows, format string vulnerabilities, GOT overwrites, etc. See e.g. . . Because most build systems are quite complicated there are many places where compiler flags from the environment might be ignored. The parser verifies that all compiler commands use the correct hardening flags and thus all hardening features are correctly used. . It's designed to check build logs generated by Debian's dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or the official buildd build logs) to help maintainers detect missing hardening flags in their packages. Homepage: http://ruderich.org/simon/blhc Package: blosxom Priority: optional Section: web Installed-Size: 143 Maintainer: Gerfried Fuchs Architecture: all Version: 2.1.2-1.4.201403150401 Depends: perl Recommends: apache | httpd Filename: 4.0-0/all/blosxom_2.1.2-1.4.201403150401_all.deb Size: 27750 MD5sum: 49fc23039c862bb3991bea1eeb9299a4 SHA1: fa27843eb66b9a32b362b773c404e7ed590fd39e SHA256: 93a6195d4fd6d125dfd0f3c031b5f6641b9fd89110451aa03562bf986681187a Description: light, feature-packed weblog app with plugin extensibility Blosxom (pronounced "Blossom") is a lightweight yet feature-packed weblog application designed from the ground up with simplicity, usability, and interoperability in mind. . Fundamental is its reliance upon the file system, folders and files as its content database. Blosxom's weblog entries are plain text files like any other. Write from the comfort of your favorite text editor and hit the Save button. Create, edit, rename, and delete entries on the command-line, via FTP, WebDAV, or anything else you might use to manipulate your files. There's no import or export; entries are nothing more complex than title on the first line, body being everything thereafter. . Despite its tiny footprint, Blosxom doesn't skimp on features, sporting the majority of features one would find in any other Weblog application. Additionally, Blosxom 2 includes support for plugins, and thus much more extensive customization. . Blosxom is simple, straightforward, minimalist Perl affording even the dabbler an opportunity for experimentation and customization. And last, but not least, Blosxom is open source and free for the taking and altering. Homepage: http://blosxom.sourceforge.net/ Package: blt-demo Priority: optional Section: devel Installed-Size: 1744 Maintainer: Chris Waters Architecture: all Source: blt Version: 2.4z-4.2.21.201403150407 Replaces: blt-dev (<< 2.4j-1) Depends: blt, tk8.5 | wish, tcl8.5 | tclsh Conflicts: blt4.2, blt8.0 (<< 2.4i-1) Filename: 4.0-0/all/blt-demo_2.4z-4.2.21.201403150407_all.deb Size: 610824 MD5sum: a9a0a2b4785326394e3d89febc79a837 SHA1: 0c45e64fdb5b319791b9a7ce188439926b74469d SHA256: 571921732a140476784c7710cf0a306b83de4cba9ba6e0450f1763014166d699 Description: the BLT extension library for Tcl/Tk - demos and examples BLT is a library of useful extensions for the Tcl language and the popular Tk graphical toolkit. It adds a vector and tree data type, background execution and some debugging tools to Tcl, and provides several new widgets for Tk, including graphs, bar-charts, trees, tabs, splines and hyper-links, as well as a new geometry manager, drag & drop support, and more. . This package contains demos and samples showing the power and versatility of BLT. Homepage: http://blt.sourceforge.net/ Package: bluefish-data Priority: optional Section: web Installed-Size: 6935 Maintainer: Daniel Leidert Architecture: all Source: bluefish Version: 2.2.3-4.5.201403150431 Replaces: bluefish (<< 1.3), bluefish-unstable (<< 1.1.5), bluefish-unstable-data (<< 2.0) Depends: python (>= 2.6.6-7~) Breaks: bluefish (<< 1.3), bluefish-unstable (<< 1.1.5), bluefish-unstable-data (<< 2.0) Filename: 4.0-0/all/bluefish-data_2.2.3-4.5.201403150431_all.deb Size: 2702812 MD5sum: 55f4e508f3b2a4648c4045630e862b54 SHA1: 4f63f605bbd3921ed5af48a8a0e22289dbe785ef SHA256: 1a4b2bedbfc34ba270d5f931bd50f2087182c3192f57d1838354a735c561c81e Description: advanced Gtk+ HTML editor (data) Bluefish is a GTK+ HTML editor for the experienced web designer. Its features include nice wizards for startup, tables and frames; a fully featured image insert dialog; thumbnail creation and automatically linking of the thumbnail with the original image; and configurable HTML syntax highlighting. . This package contains the architecture independent data. Homepage: http://bluefish.openoffice.nl Package: bluemindo Priority: extra Section: sound Installed-Size: 807 Maintainer: Thibaut GIRKA Architecture: all Version: 0.3-4.4.201403150442 Depends: python, python-support (>= 0.90.0), python-gst0.10, python-gtk2 (>= 2.10), python-glade2, python-tagpy, gstreamer0.10-plugins-base Recommends: python-dbus, python-notify Suggests: python-xmpp Filename: 4.0-0/all/bluemindo_0.3-4.4.201403150442_all.deb Size: 156224 MD5sum: 13a5859730d49edee525221e8a5f81ef SHA1: 76713b1c4637d046798acc55efb94c09e9ff06b1 SHA256: 986547636424fca6e989e7d2de7fc6bc7247cb8b36d844f35ed65623295ae144 Description: simple yet powerful audio player Bluemindo is a really simple yet powerful audio player in Python/PyGTK, using GStreamer. . With Bluemindo you can: * automatically download lyrics, album-covers, or a picture of the artist, for the current playing song; * choose between five different view modes (lightweight, basic, normal, full or albums); * use plugins; * get desktop notifications (requires python-notify); * update Gajim's status message (requires python-dbus); * send music to your Jabber account (requires python-xmpp) or to your Last.fm profile. * listen to webradios and ShoutCast Homepage: http://bluemindo.codingteam.net/ Package: blueproximity Priority: extra Section: admin Installed-Size: 855 Maintainer: Francesco Namuri Architecture: all Version: 1.2.5-6.4.201403150446 Depends: python (>= 2.6.6-7~), bluetooth, python-configobj (>= 4.7.0), python-bluez, python-gtk2, python-glade2, python-gobject, librsvg2-common Suggests: gnome-screensaver | xscreensaver Filename: 4.0-0/all/blueproximity_1.2.5-6.4.201403150446_all.deb Size: 301854 MD5sum: e56ce3eaaf349ec30ed8ee3860340ed5 SHA1: d9634208e3203c3de00c067531aa29796035c92f SHA256: cb3542c91f741c55bd1764eb7842ce8289ea3507094f09fcdabe3641cc7f3fea Description: locks/unlocks your desktop tracking a bluetooth device blueproximity helps you adding a little more security to your desktop. It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move away from your computer and the distance is above a certain level (no measurement in meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want). . Once away, if you return nearer than a given level for a set time your computer unlocks magically without any interaction (or starts any other shell command you want). Homepage: http://blueproximity.sourceforge.net/ Package: bluetooth Priority: optional Section: admin Installed-Size: 71 Maintainer: Debian Bluetooth Maintainers Architecture: all Source: bluez Version: 4.99-2.10.201403150455 Depends: bluez Recommends: bluez-alsa, bluez-cups, bluez-gstreamer Filename: 4.0-0/all/bluetooth_4.99-2.10.201403150455_all.deb Size: 37588 MD5sum: de8922dce7522b3aecc34f95283a3500 SHA1: fe51d7b5d7316f6e82ac77fdf82d2836b8a07706 SHA256: 58398471ef65bd5565b8001b73455c2a95d5783c079f7fee716251446679457f Description: Bluetooth support This package provides all of the different plugins supported by the Bluez bluetooth stack. Homepage: http://www.bluez.org Package: bluewho Priority: optional Section: admin Installed-Size: 525 Maintainer: Fabio Castelli Architecture: all Version: 0.1-1.4.201403150453 Depends: python-gtk2, python-glade2, librsvg2-common, python-bluez, python (>= 2.5), python-support (>= 0.90.0) Recommends: libnotify-bin Suggests: alsa-utils Filename: 4.0-0/all/bluewho_0.1-1.4.201403150453_all.deb Size: 175472 MD5sum: 3ed3d41f9596cb2b56f5390049d2b667 SHA1: cc29ab6aee06af42001c96555f52827078957363 SHA256: d7a6cbe7702be0692bab98d80ecf06caae92f7c73b67a20e3d382e6ed8e2124f Description: notifies new discovered bluetooth devices BlueWho informs and notifies when a new bluetooth device is discovered. Detection can be requested by the user or automatically continuous until it's stopped. A visible and audible notification can be triggered whenever a new device is detected. . Each device found will be saved on the list as well its name, MAC address, last seen date and time. For each device a list of available Bluetooth services can be requested. Homepage: http://code.google.com/p/bluewho/ Package: bluez-audio Priority: optional Section: admin Installed-Size: 63 Maintainer: Debian Bluetooth Maintainers Architecture: all Source: bluez Version: 4.99-2.10.201403150455 Depends: bluez-alsa (>= 4.94-3), bluez-gstreamer (>= 4) Filename: 4.0-0/all/bluez-audio_4.99-2.10.201403150455_all.deb Size: 37352 MD5sum: 2e24f28e158ecc8767f4ff196c0e0f0a SHA1: 5b422cef1482949222512589c8200549a9de3372 SHA256: 6730f100694010c2a24acadb51abf28ca60501ed0da5eb1050242aaf20fd91e3 Description: Transitional package This is a transitional package to assist with moving people to the BlueZ 4.x stack. Homepage: http://www.bluez.org Package: bluez-utils Priority: optional Section: admin Installed-Size: 71 Maintainer: Debian Bluetooth Maintainers Architecture: all Source: bluez Version: 4.99-2.10.201403150455 Depends: bluetooth Filename: 4.0-0/all/bluez-utils_4.99-2.10.201403150455_all.deb Size: 37534 MD5sum: c725432d7eade653e392aeaa41359ede SHA1: c40b01ccf4530a457ac3871fc703d1d7b8d63526 SHA256: e75b6bdbe03ecd80c193cd98393c5830547cb5add30c018fef2566d2b9d888fd Description: Transitional package This is a transitional package to assist with moving people to the BlueZ 4.x stack. Homepage: http://www.bluez.org Package: bmagic Priority: optional Section: libdevel Installed-Size: 7561 Maintainer: Athena Capital Research Architecture: all Version: 3.7.0-1.1.4.201403150523 Recommends: c++-compiler Filename: 4.0-0/all/bmagic_3.7.0-1.1.4.201403150523_all.deb Size: 2983104 MD5sum: b67311cb3d6b27314fa0eb61c8bf667c SHA1: 8ef0759bd3d0477fea195cb4992694afe92266de SHA256: 7a3ce5df365c87dd41d86bc535757a30c7b1af42497e2fbaff87d48a1cc5f160 Description: C++ template library for efficient platform independent bitsets BitMagic is a C++ template library designed and developed to implement efficient platform independent bitsets. Key features: . - Several types of on the fly adaptive compression. - Dynamic range of addressable space of 232-1 bits. - Efficient memory management. - Cache optimized bitset distance algorithms. - Serialization in platform independent, compact format suitable for storing in files and databases. - Performance tuning for 32-bit and 64-bit systems. - Optimization for Intel SSE2 128-bit integer SIMD. Homepage: http://bmagic.sourceforge.net/ Package: bnd Priority: optional Section: java Installed-Size: 2277 Maintainer: Debian Java Maintainers Architecture: all Version: 1.50.0-5.6.201403150537 Depends: default-jre-headless | java5-runtime-headless | openjdk-6-jdk, java-wrappers, libosgi-compendium-java (>= 4.3.0), libosgi-core-java (>= 4.3.0) Recommends: libbindex-java (>= 2.2+svn101) Suggests: eclipse-jdt, eclipse-rcp Filename: 4.0-0/all/bnd_1.50.0-5.6.201403150537_all.deb Size: 2053444 MD5sum: 0317a39aff97adaa0d435b948e8467a9 SHA1: 332f529ee312dade194301f7e7b9142c80e7623f SHA256: df6b4e83a47b233d37ebd7dbc1ff27f02eb35207e37e486f678823359c686325 Description: tool to create and diagnose OSGi R4 bundles The bnd tool helps you create and diagnose OSGi R4 bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Eclipse Plugin * Maven Plugin * Ant Plugin Homepage: http://www.aQute.biz/Bnd Package: boa-constructor Priority: optional Section: devel Installed-Size: 17814 Maintainer: Debian QA Group Architecture: all Version: 0.6.1-12.4.201403150548 Depends: python (>= 2.6.6-7~), pychecker, python-wxgtk2.8 Suggests: python-pyparsing Filename: 4.0-0/all/boa-constructor_0.6.1-12.4.201403150548_all.deb Size: 13517014 MD5sum: f11a9fc7b593e3da6ab765c8106113dd SHA1: 22a7d3058eb103826364546fec713715ff473e7a SHA256: 152b0617d586321453bff07bb6c55d78c68abbaaa9fb37df98375979632d7749 Description: RAD tool for Python and wxWindows application Boa-constructor is an IDE oriented towards creating cross-platform applications built on top of the Python language and the wxWindows GUI toolkit. . It features: - visual wxWindows frame design, - object inspector and explorer, - syntax highlighting editor with code completion, call tips and code browsing for Python code, - syntax highlighting editor for C, C++, HTML, XML, config files (INI style), - documentation generation, - an integrated Python debugger, - integrated help, - a Python Shell, - an explorer able to browse, open/edit, inspect and interact with various data sources including files, CVS, Zope, FTP, DAV and SSH, - an UML view generator. Homepage: http://boa-constructor.sourceforge.net/ Package: bochs-doc Priority: extra Section: doc Installed-Size: 760 Maintainer: Debian QA Group Architecture: all Source: bochs Version: 2.4.6-5.11.201403150619 Filename: 4.0-0/all/bochs-doc_2.4.6-5.11.201403150619_all.deb Size: 246094 MD5sum: 8cab88b421df51f205cbc8c1af6ff9d1 SHA1: 311dba543e7e97c6109540e010bdf7f729aa3ec8 SHA256: f23bd66a594fe6ed9a6d51cb3d333f8225b907b0822e6db39e2fd39f7ec042d3 Description: Bochs upstream documentation This package contains the HTML documentation of the Bochs project. . The documentation is divided into three parts: . * User Guide * Development Guide * Documentation Guide Homepage: http://bochs.sourceforge.net/ Package: bochsbios Priority: extra Section: misc Installed-Size: 424 Maintainer: Debian QA Group Architecture: all Source: bochs Version: 2.4.6-5.11.201403150619 Replaces: bochs (<< 2.0) Filename: 4.0-0/all/bochsbios_2.4.6-5.11.201403150619_all.deb Size: 174766 MD5sum: e7b448b4c2340df467e6a1a18cb45573 SHA1: b10b62137cb510ab05937bee7fa5cc798a61db95 SHA256: f8e1490f048a7130859456c5055731d1c55fba185786a863644b4cf7f43f2dde Description: BIOS for the Bochs emulator Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains the BIOS of the Bochs project. Homepage: http://bochs.sourceforge.net/ Package: bodr Priority: optional Section: science Installed-Size: 1399 Maintainer: Debichem Team Architecture: all Version: 9-1.4.201403150628 Filename: 4.0-0/all/bodr_9-1.4.201403150628_all.deb Size: 105190 MD5sum: e27eae08d9d01a274f55a97e5e60b777 SHA1: ceb35624d3bc3a7a2c82cdf288722766f3fc3e6e SHA256: 7b05e3b1b004df45723a7e7f4a50f4e24a40e729e64a410d8b0459bb18787204 Description: Blue Obelisk Data Repository Common repository of chemical and physical facts that aim to increase interoperability between chemistry programs. . See DOI 10.1021/ci050400b. Homepage: http://www.blueobelisk.org/ Package: bogofilter-common Priority: optional Section: mail Installed-Size: 555 Maintainer: Serafeim Zanikolas Architecture: all Source: bogofilter Version: 1.2.2+dfsg1-2.8.201403150649 Replaces: bogofilter (<< 0.94.14-1) Suggests: doc-base Filename: 4.0-0/all/bogofilter-common_1.2.2+dfsg1-2.8.201403150649_all.deb Size: 196982 MD5sum: 803d9a1bcc670a2aee732c805c0e060b SHA1: 14ca8a8966f365aee2d6adb9921fe8bd295012eb SHA256: 5edae7fc8ba3e75af03806001c32c2d0e7fcd60a2aa9a1ddb35f13d109fd8254 Description: fast Bayesian spam filter (common files) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. . This package provides files that are common for all database backends. Package: boinc-cgi-stripchart Priority: extra Section: libs Installed-Size: 165 Maintainer: Debian BOINC Maintainers Architecture: all Source: boinc Version: 7.0.27+dfsg-5.5.201403150657 Depends: gnuplot-nox, perl Recommends: apache2 | httpd-cgi Filename: 4.0-0/all/boinc-cgi-stripchart_7.0.27+dfsg-5.5.201403150657_all.deb Size: 76914 MD5sum: 44a9a6c3a93ac4a6c8833529f5771183 SHA1: 2826b6028dbbddcd55ddb3dcb7cd65cc00e8ca29 SHA256: 6493179be5de115df86366ad0ea50b4fbca66a61885e2e1d4391d4d997903490 Description: CGI script for plotting basic statistical graphs The Berkeley Open Infrastructure for Network Computing (BOINC) is a software platform for distributed computing using volunteered computer resources. . The BOINC developers have found their charting library to be of interest for a larger audience. It is isolated in the BOINC source tree and thus presented as a separate package. Homepage: http://boinc.berkeley.edu/ Package: boinc Priority: optional Section: net Installed-Size: 107 Maintainer: Debian BOINC Maintainers Architecture: all Version: 7.0.27+dfsg-5.5.201403150657 Depends: boinc-client (>= 7.0.27+dfsg-5.5.201403150657), boinc-manager (>= 7.0.27+dfsg-5.5.201403150657) Filename: 4.0-0/all/boinc_7.0.27+dfsg-5.5.201403150657_all.deb Size: 64170 MD5sum: 236dfed83e8e964fb624590bfe471606 SHA1: 1c5340bac24acf88c168dbaee459d72b54f9a3fe SHA256: f37ea731bb2cd5e57ace327c63cbf3b1e16e510eb88ca0b6502d95d9389f38ca Description: metapackage for the BOINC client and the manager The Berkeley Open Infrastructure for Network Computing (BOINC) is a software platform for distributed computing: several initiatives of various scientific disciplines all compete for the idle time of desktop computers. The developers' web site at the University of Berkeley serves as a common portal to the otherwise independently run projects. . This package depends both on the BOINC core client program that is required to participate in any project that uses BOINC, and the BOINC Manager, a graphical monitor and control utility for the BOINC core client. Homepage: http://boinc.berkeley.edu/ Package: bokken Priority: extra Section: python Installed-Size: 2078 Maintainer: David Martínez Moreno Architecture: all Version: 1.6-1.2.201403150716 Depends: python-radare2 (>= 0.9), pyew (>= 2.0), python (>= 2.6.6-7~), python (<< 2.8), python-gtk2, python-gtksourceview2, graphviz Conflicts: python-radare2 (<< 0.9) Filename: 4.0-0/all/bokken_1.6-1.2.201403150716_all.deb Size: 970186 MD5sum: 3d64d936be092e83b24ba6226845d0b5 SHA1: 07c045d1a33fe759601e7c4f041e8a242f339ab3 SHA256: 80ce9b890a83ac155071d4dd8667092d2ba43dbadd897f18e5e8386968695532 Description: reverse code engineering GUI for pyew and radare Bokken is a GUI for pyew, the malware analysis tool, and radare2, the reverse engineering framework. Bokken is also the RCE tool for the Inguma project. . Actually Bokken supports the following formats: - PE - ELF - Java (.class) - Web - PDF . Most of this functionality comes from either pyew or radare2, so it offers almost all the features that pyew has and some of radare's. It's intended to be used as a basic disassembler, mainly, to analyze malware and vulnerabilities. . Currently Bokken is neither an hexadecimal editor nor a full featured disassembler YET, so it should not be used for deep code analysis or to try to modify files with it. Homepage: http://bokken.inguma.eu Package: boo Priority: optional Section: devel Installed-Size: 583 Maintainer: Debian CLI Libraries Team Architecture: all Version: 0.9.5~git20110729.r1.202a430-2.5.201403150729 Depends: mono-runtime (>= 2.10.1), libboo2.0.9-cil (>= 0.9.5~git20110729.r1.202a430), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/boo_0.9.5~git20110729.r1.202a430-2.5.201403150729_all.deb Size: 126892 MD5sum: c5a38c0d849e63d3c860ca18a4d395ec SHA1: 93aa7ca5e048cf63b4dc93e1836052684125af55 SHA256: 445d2ed5a35ffccef3f990917473403e57c8884cca8addb47405cbea802d65a0 Description: python-like language and compiler for the CLI Boo is an object oriented statically typed programming language for the Common Language Infrastructure (CLI) with a Python inspired syntax and a special focus on language and compiler extensibility. . This package contains the boo compiler, interpreter and interactive shell. The boo compiler and the programs it produces are 100% Common Intermediate Language (CIL) bytecode and can therefore be run on any compliant CLI virtual machine. Homepage: http://boo.codehaus.org/ Package: bookletimposer Priority: optional Section: python Installed-Size: 442 Maintainer: intrigeri Architecture: all Version: 0.2-1.2.201403150739 Depends: python (>= 2.6.6-7~), python (<< 2.8), gir1.2-gtk-3.0, python-gobject, python-pypdf (>= 1.13) Filename: 4.0-0/all/bookletimposer_0.2-1.2.201403150739_all.deb Size: 115096 MD5sum: 07d512e455d5bd5e9fef1b3023f99f27 SHA1: d8b0093bc5b8ddb4f051fd5dced02badcc92481f SHA256: c2bb632055273ffacf95a0af36e16fd14529bd77c95e93af4faff5406b63a69d Description: PDF imposition toolkit pdfimposer is a Python module to achieve some basic imposition on PDF documents, especially designed to work on booklets. . BookletImposer is a commandline and GTK+ interface to pdfimposer. . The bookletimposer package ships both. Homepage: http://kjo.herbesfolles.org/bookletimposer/ Package: bookview Priority: extra Section: text Installed-Size: 409 Maintainer: GOTO Masanori Architecture: all Version: 3.2.1-1.4.201403150742 Depends: dpkg (>= 1.15.4) | install-info, tcl8.4, tk8.4 Suggests: ndtpd Filename: 4.0-0/all/bookview_3.2.1-1.4.201403150742_all.deb Size: 259964 MD5sum: a8ea81b5180a339714b0de6c6a2e642a SHA1: e5060a5cc8e2bb9aef3680b68e3fda1e1b439c45 SHA256: b3455c79905addcefcb348831c72d8e6adf7bf089248f7e6ad7317dfb5f007b7 Description: Tcl/Tk based NDTP(Network Dictionary Transfer Protocol) client BookView is an NDTP (Network Dictionary Transfer Protocol) client written in Tcl/Tk. It provides good GUI (Graphical User Interface) to read NDTP dictionaries. You can look up a word in multiple dictionaries that an NDTP server archives. NDTP is a server for accessing CD-ROM books and dictionaries. Package: boot-info-script Priority: extra Section: admin Installed-Size: 153 Maintainer: Christian Hofstaedtler Architecture: all Version: 0.61-1.2.201403150901 Depends: bsdmainutils Filename: 4.0-0/all/boot-info-script_0.61-1.2.201403150901_all.deb Size: 39682 MD5sum: db53f8b7c68bbc57c072942f5af3fcca SHA1: 6fd8e82bb5cfb6f8b0c1ccede11f6fc2e69dc501 SHA256: 7e8ba584909119527cc46f5d2d7db5d90f8d268c120b257e08fb34d980021faf Description: inspect boot environment boot-info-script generates a report of your boot environment. This report can easily be read or sent to someone else in case you can not fix the problem yourself. Homepage: http://sourceforge.net/projects/bootinfoscript/ Package: bootcd-backup Priority: extra Section: utils Installed-Size: 197 Maintainer: Bernd Schumacher Architecture: all Source: bootcd Version: 3.28.5.201403150907 Suggests: bootcd (>= 3.26) Filename: 4.0-0/all/bootcd-backup_3.28.5.201403150907_all.deb Size: 58270 MD5sum: b1b490aae63c39bbf075742d30688b46 SHA1: 581ce675788cc64e5fbc855d096aec2914de1506 SHA256: 5a3a6690509d53a006df0f07040427406f2b24d3d09244f31e64ee9bd194b7c9 Description: tools to backup a Debian or alien Linux installation Tools and documentation to backup a Debian or alien Linux distribution to a bootable Debian bootcd. If you only want to backup an alien Linux distribution just download ftp://bootcd.alioth.debian.org/pub/bootcd/bootcdbackupwizard.tar.gz on the alien Linux distribution, untar it and follow the README. To create bootcdbackupwizard.tar.gz and to learn more, install this package. Package: bootcd-i386 Priority: extra Section: utils Installed-Size: 52 Maintainer: Bernd Schumacher Architecture: all Source: bootcd Version: 3.28.5.201403150907 Depends: syslinux Recommends: bootcd-mkinitramfs Filename: 4.0-0/all/bootcd-i386_3.28.5.201403150907_all.deb Size: 16422 MD5sum: 04df4a6a9ed401d8b5093f28fba0c05b SHA1: c67e1c955f2454f544853e9235f1b04e55020663 SHA256: d8f72b32e07340d19f30c62bf9f0ea80befbfa0aa8ca8cbb79915408a4dec431 Description: bootcd extension to create images that can boot on i386 With bootcd you can copy your system to cd, run it from cd without need for disks and restore your system on disk from bootcd. This package is needed to create images that can boot on i386. Package: bootcd-ia64 Priority: extra Section: utils Installed-Size: 46 Maintainer: Bernd Schumacher Architecture: all Source: bootcd Version: 3.28.5.201403150907 Depends: elilo Filename: 4.0-0/all/bootcd-ia64_3.28.5.201403150907_all.deb Size: 17094 MD5sum: 5d843dbc7d86d0f1e4dfc845ae0a597a SHA1: 82bab7641eb0a1b4eb85ca76eb0ed829c0168ebe SHA256: f45d066fe266fba5ee43f2d8a7701f8209bb67b4f0460db2a9b1bcec6798024f Description: bootcd extension to create images that can boot on ia64 With bootcd you can copy your system to cd, run it from cd without need for disks and restore your system on disk from bootcd. This package is needed to create images that can boot on ia64. Package: bootcd-mkinitramfs Priority: extra Section: utils Installed-Size: 71 Maintainer: Bernd Schumacher Architecture: all Source: bootcd Version: 3.28.5.201403150907 Depends: initramfs-tools, busybox | busybox-static | busybox-cvs | busybox-cvs-static, bootcd (>= 3.26) Suggests: discover | discover1 Conflicts: bootcd-mkinitrd Filename: 4.0-0/all/bootcd-mkinitramfs_3.28.5.201403150907_all.deb Size: 19504 MD5sum: 308c1d78a300efa590fafebcc3eab915 SHA1: 1db38edff19a1244cdc473b1887fd18b6a043632 SHA256: 882f6af3c4badf657b31b9201e94b2d611b50369aa05eb58cb641e148f03efd0 Description: initramfs extension for bootcd With the installation of this bootcd extension your initrd-image will be updated to be usable for bootcd. With bootcd you can copy your system to cd, run it from cd without need for disks and restore your system on disk from bootcd. This Package should be installed on a system you want to copy to cd, if the kernel uses initrd (as all prebuild Debian 2.4 and 2.6 kernels do). If you have also installed discover than it can be used to detect the needed modules to boot. Package: bootcd Priority: extra Section: utils Installed-Size: 256 Maintainer: Bernd Schumacher Architecture: all Version: 3.28.5.201403150907 Depends: genisoimage, cpio, fdutils, file, dosfstools, realpath, bootcd-i386 | bootcd-ia64 Recommends: wodim Suggests: ssh, bootcd-mkinitramfs Filename: 4.0-0/all/bootcd_3.28.5.201403150907_all.deb Size: 83384 MD5sum: f5ea8a2f572930e1a6432f6bf4415629 SHA1: f482242e066ad5281780ea5848c9c412ab72be50 SHA256: ef6fe9699a7733204552956ee3be0d056c2509b13000504ce7d9f18390cc6d2f Description: run your system from cd without need for disks Build an image of your running Debian System with the command bootcdwrite. You can also build a bootcd ISO image via NFS on a remote System. When you run your system from CD you do not need any disks. All changes will be done in ram. To reuse this changes at next boot time you can save them on FLOPPY with the command bootcdflopcp. If booting from your CD-drive is not supported, booting from FLOPPY is possible. It is possible to install a new system from the running CD with the command bootcd2disk. Bootcd2disk can also find a target disk, format it and make it bootable automatically. Bootcd also supports lilo, grub, initrd, udev, lvm, transparent-compression ISO 9660 fs and syslinux/isolinux. The included FAQ describes how bootcd can do online or offline backups of other Linux distributions, resulting in restore-bootcds. The bootcdbackupwizard helps to create online backups. Package: bootchart-view Priority: optional Section: admin Installed-Size: 254 Maintainer: Jörg Sommer Architecture: all Source: bootchart Version: 0.10~svn407-4.1.4.201403150922 Depends: java-gcj-compat | java-runtime | java2-runtime, libcommons-cli-java, libcommons-compress-java Recommends: bootchart Suggests: gqview, librsvg2-bin, gimp-svg Filename: 4.0-0/all/bootchart-view_0.10~svn407-4.1.4.201403150922_all.deb Size: 196796 MD5sum: 6a8d9f38f8ea3cb26fc0179ddc90c02d SHA1: e1af4c9adf2510151e303fd85e320e5253079ba3 SHA256: 84e5dddda0d0b2ea7964417989f6ea4582508552c94d548ad22bc6cc2f95eab4 Description: Boot process performance analyser (visualisation) Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization and process information are collected during the boot process and are later rendered in a PNG, SVG or EPS encoded chart. . This package ships the engine to render to data as graphic. Homepage: http://www.bootchart.org/ Package: bootchart Priority: optional Section: admin Installed-Size: 100 Maintainer: Jörg Sommer Architecture: all Version: 0.10~svn407-4.1.4.201403150922 Depends: psmisc, lsb-base (>= 3.0-6) Recommends: bootchart-view, acct Filename: 4.0-0/all/bootchart_0.10~svn407-4.1.4.201403150922_all.deb Size: 29842 MD5sum: 4fa017a5f4a5a57035a65b231647cea3 SHA1: acc2645466cdc63dfc04e078e24553441e4030d3 SHA256: 08792275af69f2c6ae06f4ad498b24f1e804d5cf1c3e259be2de7561ad08e041 Description: Boot process performance analyser Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization and process information are collected during the boot process and are later rendered in a PNG, SVG or EPS encoded chart. . You can render the data with bootchart-view or at http://www.bootchart.org/download.html Homepage: http://www.bootchart.org/ Package: bowtie-examples Priority: extra Section: science Installed-Size: 6429 Maintainer: Debian Med Packaging Team Architecture: all Source: bowtie Version: 0.12.7-3.2.201403151022 Recommends: bowtie Filename: 4.0-0/all/bowtie-examples_0.12.7-3.2.201403151022_all.deb Size: 6545562 MD5sum: 402abbdc00df0bbcd64042f65e34839c SHA1: 3b0f58b970d847c4730f82cd1f36e3cb80f56161 SHA256: 101873744d570407bf0e609df253c06c19e0846c13587f0959df1cb369541bb2 Description: Examples for bowtie, the ultrafast memory-efficient short read aligner This package addresses the problem to interpret the results from the latest (2010) DNA sequencing technologies. Those will yield fairly short stretches and those cannot be interpreted directly. It is the challenge for tools like Bowtie to give a chromosomal location to the short stretches of DNA sequenced per run. . Bowtie aligns short DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp reads per hour. Bowtie indexes the genome with a Burrows-Wheeler index to keep its memory footprint small: typically about 2.2 GB for the human genome (2.9 GB for paired-end). . This package provides some example data to work with bowtie. Enhances: bowtie Homepage: http://bowtie-bio.sourceforge.net/ Package: bowtie2-examples Priority: extra Section: science Installed-Size: 4844 Maintainer: Debian Med Packaging Team Architecture: all Source: bowtie2 Version: 2.0.0-beta6-3.2.201403151030 Recommends: bowtie2 Filename: 4.0-0/all/bowtie2-examples_2.0.0-beta6-3.2.201403151030_all.deb Size: 4879904 MD5sum: 7b3a33c437b38431385cf719f52a246d SHA1: 3f097f33632b99840b99e38b4427777a90e19328 SHA256: d82845fb0271164ddb5233c00dd910df2f1cb58f841e2476a6e407def8d120d6 Description: Examples for bowtie2, an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes. . Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes . This package provides some example data to work with bowtie2. Enhances: bowtie2 Homepage: http://bowtie-bio.sourceforge.net/bowtie2 Package: bpython-gtk Priority: optional Section: python Installed-Size: 105 Maintainer: David Paleino Architecture: all Source: bpython Version: 0.11-1.6.201403151131 Depends: python, python-gobject, python-gtk2, bpython (= 0.11-1.6.201403151131) Filename: 4.0-0/all/bpython-gtk_0.11-1.6.201403151131_all.deb Size: 31898 MD5sum: cdea3662a589d011d46c59f306ad4710 SHA1: 651999644319ce1c6e860512bbd87a454290708f SHA256: f7abf08c1ee284b5a2ee6018e512486a587f63a27b8dacbe846d482fdc0151ed Description: fancy interface to the Python interpreter - GTK+ frontend bpython is a fancy interface to the Python interpreter, and has the following features: . * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type * Expected parameter list for any Python function. Uses pydoc to attempt to divine params for C functions. * "Rewind" function to pop the last line of code from memory and re-evaluate. Note: this is only really useful when laying out classes and functions, since a true "undo" function is impossible, so be careful when using this. * Send the code you've entered off to a pastebin and display the pastebin URL for copying, etc. * Save the code you've entered to a file. * Auto-indentation. * Anti-Crash Mode. . This package contains the GTK+ frontend to bpython. Homepage: http://bpython-interpreter.org/ Package: bpython-urwid Priority: optional Section: python Installed-Size: 111 Maintainer: David Paleino Architecture: all Source: bpython Version: 0.11-1.6.201403151131 Depends: python, python-urwid, bpython (= 0.11-1.6.201403151131) Filename: 4.0-0/all/bpython-urwid_0.11-1.6.201403151131_all.deb Size: 30334 MD5sum: 63696a74e29ecc0466a5740c8a3c2dbe SHA1: 923671aa2584095d943c960a1d5dc71321fedd0c SHA256: 564c0cf2d3387017550ab1b695c3bb29deea5b76a493d480b0a9b8f39ff4757a Description: fancy interface to the Python interpreter - urwid frontend bpython is a fancy interface to the Python interpreter, and has the following features: . * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type * Expected parameter list for any Python function. Uses pydoc to attempt to divine params for C functions. * "Rewind" function to pop the last line of code from memory and re-evaluate. Note: this is only really useful when laying out classes and functions, since a true "undo" function is impossible, so be careful when using this. * Send the code you've entered off to a pastebin and display the pastebin URL for copying, etc. * Save the code you've entered to a file. * Auto-indentation. * Anti-Crash Mode. . This package contains the urwid frontend to bpython. Homepage: http://bpython-interpreter.org/ Package: bpython3 Priority: optional Section: python Installed-Size: 306 Maintainer: David Paleino Architecture: all Source: bpython Version: 0.11-1.6.201403151131 Depends: python3 (>= 3.2.3-3~), python3.2, python3-pygments, python3-pkg-resources Filename: 4.0-0/all/bpython3_0.11-1.6.201403151131_all.deb Size: 76936 MD5sum: 19813452f58234c5d79c37f39d8eba8b SHA1: 969abdfb0881d47210edb7767b1f3a8f6fb77a8c SHA256: 526a115d2b70d657b03c0b815ea3c1bbbe920abfb372b8c9bb16cc88d0a9a906 Description: fancy interface to the Python interpreter - Curses frontend bpython is a fancy interface to the Python interpreter, and has the following features: . * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type * Expected parameter list for any Python function. Uses pydoc to attempt to divine params for C functions. * "Rewind" function to pop the last line of code from memory and re-evaluate. Note: this is only really useful when laying out classes and functions, since a true "undo" function is impossible, so be careful when using this. * Send the code you've entered off to a pastebin and display the pastebin URL for copying, etc. * Save the code you've entered to a file. * Auto-indentation. * Anti-Crash Mode. . This package contains the Curses frontend to bpython for Python 3. Homepage: http://bpython-interpreter.org/ Package: bpython Priority: optional Section: python Installed-Size: 295 Maintainer: David Paleino Architecture: all Version: 0.11-1.6.201403151131 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pygments, python-pkg-resources Filename: 4.0-0/all/bpython_0.11-1.6.201403151131_all.deb Size: 64150 MD5sum: f68c2fcfd2be3dff5574bde5eb53c090 SHA1: 620ad7fd29b78fe0c9981b905fdbc9326ca3a51a SHA256: 228c8dc2e37fc1d78e9b1af0ee217cd3f4ccdc33d08f8d2c6fb56d0340c4a879 Description: fancy interface to the Python interpreter - Curses frontend bpython is a fancy interface to the Python interpreter, and has the following features: . * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type * Expected parameter list for any Python function. Uses pydoc to attempt to divine params for C functions. * "Rewind" function to pop the last line of code from memory and re-evaluate. Note: this is only really useful when laying out classes and functions, since a true "undo" function is impossible, so be careful when using this. * Send the code you've entered off to a pastebin and display the pastebin URL for copying, etc. * Save the code you've entered to a file. * Auto-indentation. * Anti-Crash Mode. . This package contains the Curses frontend to bpython. Homepage: http://bpython-interpreter.org/ Package: brag Priority: optional Section: news Installed-Size: 92 Maintainer: Simon Kelley Architecture: all Version: 1.4.1-2.4.201403151139 Depends: uudeview, tcl8.3 | tclsh Filename: 4.0-0/all/brag_1.4.1-2.4.201403151139_all.deb Size: 20640 MD5sum: a1c5eec582873a1c8014caa9b54c0249 SHA1: a86a84bddea25ab04c0801c9ed8ca90a42e03b88 SHA256: d9d2d55c402dfa64b89699e99f1fbf4a18f731d6af0f488674ebda795bb2402d Description: Downloads and assembles multipart Usenet binaries Brag collects and assembles multipart binary attachements from newsgroups. This is a robust command-line tool, well suited to run as a cron job. * Collects and downloads multipart binary attachements * Supported encodings: uuencode, MIME base64 and yenc * Filters messages using accept/reject patterns * Optionally saves message subjects * Supports NNTP authentication * Supports non-default NNTP ports * Can combine parts from different newsgroups or even different servers * Bulletproof: Restarts from the last successful operation, Package: brasero-common Priority: optional Section: gnome Installed-Size: 10547 Maintainer: Debian GNOME Maintainers Architecture: all Source: brasero Version: 3.4.1-4.17.201403250845 Replaces: brasero (<< 2.26) Depends: dconf-gsettings-backend | gsettings-backend Breaks: brasero (<< 2.26) Filename: 4.0-0/all/brasero-common_3.4.1-4.17.201403250845_all.deb Size: 2039708 MD5sum: 66751efd2a44d1f315bbd241a5e76f2a SHA1: 35a5c3b4ce962f22d0e9de9f2a1e12f53dd735b5 SHA256: 7b9944838d5023ad76206a74e83f96556c5341aa9e405d0230ed27d64cec21a9 Description: Common files for the Brasero CD burning application and library Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains the common files and translations. Homepage: http://www.gnome.org/projects/brasero/ Package: brazilian-conjugate Priority: extra Section: text Installed-Size: 331 Maintainer: Agustin Martin Domingo Architecture: all Source: br.ispell Version: 3.0~beta4-15.4.201403151135 Depends: gawk Suggests: ibrazilian Filename: 4.0-0/all/brazilian-conjugate_3.0~beta4-15.4.201403151135_all.deb Size: 106088 MD5sum: b02fe3273e8453e48f9bcb33a6d0ec23 SHA1: 780c030a1a061ff81615a6c1b65ebf1b8d10a185 SHA256: 256898e76bbfc84ba28d6f47bb936e9f2249a93c696c99c947801c55aa49a2ce Description: Brazilian Portuguese verb conjugator This package contains a interactive program (conjugue) capable of conjugating portuguese verbs, as spoken in Brazil. The upstream version is numbered 1.0, but as it is distributed together with the Ispell dictionary for Brazilian Portuguese, it has the same version number as the ibrazilian package for Debian. Homepage: http://www.ime.usp.br/~ueda/br.ispell/ Package: brickos-doc Priority: extra Section: doc Installed-Size: 9319 Maintainer: Michael Tautschnig Architecture: all Source: brickos Version: 0.9.0.dfsg-6.4.201403151226 Filename: 4.0-0/all/brickos-doc_0.9.0.dfsg-6.4.201403151226_all.deb Size: 1560318 MD5sum: 1ac5b938de1a4f476116688eba51a9aa SHA1: 4e424c78baf29aee664fcaac8da2b9ac61d5d3ca SHA256: 7e2f30a03384e058593e7967231e03fcf292d97834ef871235442b6153604306 Description: documentation for brickOS an Alternative OS for the RCX HOWTO and API Documentation for brickOS an alternative Operating System for the LEGO(r) Mindstorms RCX. . (LEGO(r) is a trademark of the LEGO Group of companies.) Homepage: http://brickos.sourceforge.net Package: bristol-data Priority: optional Section: sound Installed-Size: 3883 Maintainer: Debian Multimedia Maintainers Architecture: all Source: bristol Version: 0.60.10-3.9.201403151253 Replaces: bristol (<< 0.40.6-1) Filename: 4.0-0/all/bristol-data_0.60.10-3.9.201403151253_all.deb Size: 2721460 MD5sum: c17e0a03e4bd00e9894b3fa45c2f38e3 SHA1: 3db28900389e27535cd978ee0ae04bde187b448f SHA256: b8493132b257abd2714b064c8dbb7ea6d8cf13674aa776809c2fc406c2374f0f Description: vintage synthesizer emulator (data files) Bristol is a synthesizer emulator application. Bristol uses the sound card PCM generator and can be MIDI driven, furthermore it can be set to use the low latency scheduling feature of the kernel, reducing audio under runs. It can handle any number of simultaneous synthesizers (they all connect to the same engine). It supports splitting and layering the keyboard with multiple synthesizers on a single midi channel. Currently Bristol emulates the following keyboards: Moog Mini, Moog Voyager (Bristol "Explorer"), Sequential Circuits Prophet-5, Roland Juno-6, Yamaha DX-7, Hammond (single manual), Hammond B3 (dual manual). . This package contains the application data files. Homepage: http://bristol.sourceforge.net/ Package: bsfilter Priority: optional Section: mail Installed-Size: 251 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1:1.0.17-3.4.201403151419 Depends: ruby1.8 Suggests: ruby-mecab | ruby-kakasi, ruby-bdb | ruby-qdbm Filename: 4.0-0/all/bsfilter_1.0.17-3.4.201403151419_all.deb Size: 70728 MD5sum: 82398e76bc42fcaf62a1b9e3d928032c SHA1: 8d6b0b2946c3573e30e124fe193e6c93a8e50157 SHA256: aeae5b01607c63a969cee2f6429711c15980ef07b0b2e6ce2333b084b67b6f3a Description: Bayesian spam filter Bsfilter is a spam filter which can distinguish spam mail from other mails. It can read mails by three way: * reads from normal file or stdin. * retrieves and stores from IMAP server. * reads from POP server and passes to POP client. (POP proxy) Bsfilter gives nice support of Japanese. Homepage: http://sourceforge.jp/projects/bsfilter/ Ruby-Version: 1.8 Package: bsh-doc Priority: optional Section: doc Installed-Size: 2827 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-12.24.201403151425 Suggests: bsh Filename: 4.0-0/all/bsh-doc_2.0b4-12.24.201403151425_all.deb Size: 420506 MD5sum: 746e5315731293dc9ff297f9a7c45ec4 SHA1: 0af56b79ae9c8099e50cb5f5545c4b8afcddd251 SHA256: c2effce128d796a59a425b892a68ed8c56e33c5a5171a86e35db83676eb29874 Description: Documentation for bsh BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . The documentation includes the javadoc API for bsh version 2 as well as the faq and manual in html-format. Homepage: http://www.beanshell.org/ Package: bsh-src Priority: optional Section: java Installed-Size: 848 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-12.24.201403151425 Suggests: bsh Filename: 4.0-0/all/bsh-src_2.0b4-12.24.201403151425_all.deb Size: 835924 MD5sum: bd248cab1de41308478ac64f94283755 SHA1: 05401626329d3916e4cdaa77aacf952b1cb6afe7 SHA256: 0e3370a9396fb9d0f1aaf703aad8f854241e07bd3af9966f10b61c8bad05b229 Description: Java scripting environment (BeanShell) Version 2 (source code) BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . This package contains the bsh source code. Homepage: http://www.beanshell.org/ Package: bsh Priority: optional Section: devel Installed-Size: 352 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0b4-12.24.201403151425 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjline-java Recommends: bsh-gcj Suggests: libservlet2.5-java, bsh-doc, default-jre | java1-runtime | java2-runtime Filename: 4.0-0/all/bsh_2.0b4-12.24.201403151425_all.deb Size: 270856 MD5sum: 58a1dbd50d425d0b66e545518d4c4d84 SHA1: bad31248b8a379944d799bb0b25bd4a5b4616889 SHA256: 91fc49987ba34a439b99952d6096b19d014d3d72ebb545dcee77828ba17134da Description: Java scripting environment (BeanShell) Version 2 BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Enhances: libbsf-java Homepage: http://www.beanshell.org/ Package: bucardo Priority: optional Section: database Installed-Size: 837 Maintainer: Nicholas Jefferson Architecture: all Version: 4.99.5-1.4.201403151505 Depends: adduser, perl (>= 5.10.0), libdbix-safe-perl, libdbd-pg-perl, libboolean-perl Recommends: postgresql-plperl-8.4 | postgresql-plperl-9.1 Filename: 4.0-0/all/bucardo_4.99.5-1.4.201403151505_all.deb Size: 201880 MD5sum: e7d4645340f64706a914406794a80758 SHA1: a8695db3b8d9b93c4dbcddef5d9e8bf39f8bf60c SHA256: f4a0662bbb0349e146d1dd8258071a9a2aea2f32f6d6aa8e23d62280c6798b01 Description: asynchronous replication system for PostgreSQL Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations. . Bucardo uses PL/pgSQL and Pl/PerlU triggers to send notification events to a daemon, which replicates the data modifications, and Bucardo provides both standard and custom conflict resolution methods. Homepage: http://bucardo.org/ Package: buffycli Priority: optional Section: mail Installed-Size: 70 Maintainer: Penny Leach Architecture: all Version: 0.7-1.4.201403151522 Depends: perl, libtext-formattable-perl, libtie-ixhash-perl, libbuffy-perl (>= 0.10), procps, libfile-which-perl, libproc-simple-perl Suggests: mutt, offlineimap Filename: 4.0-0/all/buffycli_0.7-1.4.201403151522_all.deb Size: 11340 MD5sum: 51e3d1f05a74943950524c8151bec6fd SHA1: ba5ab3e4a53242d05a0fee0aaccc18ed8edf1e0c SHA256: bc1fa1352018eb98ac6f7952a7c6435682fdb476164eb2d4efa55ea4c5767f71 Description: Text mode alternative to Buffy buffycli displays a compact summary of your mail folders in text-mode, and allows you to invoke a command (usually a mail reader) on them. It is written with the intent of being a handy everyday tool for people handling large volumes of mail. For mutt users, this can be a nice front-end to supplement the simple built-in folder browser when one has many folders to keep track of. It tries hard to work out of the box: it looks for mail folders in sensible places and comes with reasonable defaults. . buffycli uses the same backend as Buffy, but it outputs text to the terminal, rather than a GUI window. It is thus suitable to be used over SSH links, and fits nicely with window managers that are primarily used to organise terminals. . Buffycli is functional but still very young, and only Maildir and Mailbox format are supported at the moment. Package: bugz Priority: optional Section: misc Installed-Size: 162 Maintainer: Rolf Leggewie Architecture: all Version: 0.9.3-2.4.201403151526 Provides: python-bugz Depends: python (>= 2.7) | python-argparse, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bugz_0.9.3-2.4.201403151526_all.deb Size: 27322 MD5sum: 39b8bd3eed70855af71f3439d6eecd70 SHA1: 0adcc71130bb6b7f5e6d397f4ddea465382b9870 SHA256: 2b542224655a7a08a3164dfde0864ec9bcf3c9222e082c01bfcdf102996be0d1 Description: command-line interface to Bugzilla PyBugz is a Python and command line interface to Bugzilla, allowing the user to quickly search, isolate and contribute to projects using the Bugzilla bug tracker. Developers can easily extract attachments and close bugs all from the comfort of the command line. . This package provides both a fully-working CLI application as well as a Python module to be reused by other projects. Homepage: http://www.liquidx.net/pybugz/ Package: buildbot-slave Priority: optional Section: devel Installed-Size: 628 Maintainer: Andriy Senkovych Architecture: all Version: 0.8.6p1-1.2.201403151559 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-twisted-core (>= 2.2), python-twisted-words, adduser Suggests: buildbot, bzr | subversion | cvs | mercurial | darcs | git-core Breaks: buildbot (<< 0.8) Filename: 4.0-0/all/buildbot-slave_0.8.6p1-1.2.201403151559_all.deb Size: 99022 MD5sum: 8cc7536fa3b02f038d8fcece71a27528 SHA1: dbcd9ef28cc3582d19d924d26c57c46cf0449f1b SHA256: 366ad61f40dd9496ab69ec3d76cf2f3cb5d24297806ef4440ead5673c62fe1f6 Description: system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. Homepage: http://buildbot.net Package: buildbot Priority: optional Section: devel Installed-Size: 8981 Maintainer: Andriy Senkovych Architecture: all Version: 0.8.6p1-1.4.201403151555 Depends: python (>= 2.6.6-7~), python (<< 2.8), libjs-sphinxdoc (>= 1.0), python-jinja2 (>= 2.1), python-sqlalchemy, python-migrate, python-twisted-core (>= 2.0), python-twisted-web, python-twisted-words, adduser, dpkg (>= 1.15.4) Recommends: buildbot-slave, python-twisted-mail Suggests: bzr | subversion | cvs | mercurial | darcs | git-core Filename: 4.0-0/all/buildbot_0.8.6p1-1.4.201403151555_all.deb Size: 2366442 MD5sum: fef3f923c01f0759eb39fb1154ef1bba SHA1: b26d16ecc23920fe3b23aa4d297113125cc57195 SHA256: 1e742498d126ade9d28eca762bbe96c8a157771f8a290080d922e02507e3500f Description: system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. Homepage: http://buildbot.net Package: buildd Priority: extra Section: devel Installed-Size: 522 Maintainer: Debian buildd-tools Developers Architecture: all Source: sbuild Version: 0.63.2-1.1.4.201403181643 Replaces: sbuild, ubuntu-dev-tools (<= 0.83) Depends: perl, libsbuild-perl, adduser, sbuild (>= 0.63.2-1.1.4.201403181643), sbuild (<< 0.63.2-1.1.4.201403181643.1~), dupload, cron, exim4 | mail-transport-agent, libyaml-tiny-perl Suggests: wanna-build Breaks: ubuntu-dev-tools (<= 0.83) Filename: 4.0-0/all/buildd_0.63.2-1.1.4.201403181643_all.deb Size: 290628 MD5sum: 3089a1a83678623662e02b2bb00787a4 SHA1: b37a8e5f1dc0045a32587851d6b3661153281701 SHA256: e36401c56a79f1f5993bf4f9870291d89359f9c1a67685a46ede18d6548d68fd Description: Daemon for automatically building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . buildd is a daemon which will build Debian packages automatically using the wanna-build database to identify which packages need to be built. Note that the wanna-build database is not packaged, and requires installing separately. Package: bum Priority: optional Section: admin Installed-Size: 444 Maintainer: Fabio Marzocca Architecture: all Version: 2.5.2-1.5.201403151612 Depends: menu, sysv-rc, perl, libgtk2-perl (>= 1:1.100-1), libglib-perl (>= 1:1.100-1), liblocale-gettext-perl Conflicts: file-rc Filename: 4.0-0/all/bum_2.5.2-1.5.201403151612_all.deb Size: 83048 MD5sum: 899f895eca9e1a684a0fd468e7f911ea SHA1: c448f3b7942d90248b85cc3b92c34cf768869521 SHA256: 309aa4cc13d97a0277f52502cc1025b362bc68f8c27ac241e6c7f0b10fcdbc83 Description: graphical runlevel editor Boot-Up Manager is a graphical tool to allow easy configuration of init services in user and system runlevels, as far as changing Start/Stop services priority. Homepage: http://www.marzocca.net/linux/bum.html Package: bundler Priority: optional Section: ruby Installed-Size: 624 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.1.4-6.2.201403151615 Depends: ruby | ruby-interpreter Recommends: sudo, ruby-dev, build-essential, rubygems-integration, less Filename: 4.0-0/all/bundler_1.1.4-6.2.201403151615_all.deb Size: 147760 MD5sum: b8f756589bbe67ac93158473319c324a SHA1: c1494e90d3b2f9d0b7466b73718063af01f8cc4f SHA256: 3649e3c37f3c9b568416820a00f8121235d1624bd2335540299a900824730a08 Description: Manage Ruby application dependencies Bundler manages a Ruby application's dependencies through its entire life, across many machines, systematically and repeatably. . Bundler is most useful for developers of applications. Homepage: http://gembundler.com Ruby-Versions: ruby1.8 ruby1.9.1 Package: burn Priority: optional Section: otherosfs Installed-Size: 242 Maintainer: Ben Finney Architecture: all Version: 0.4.6-2.4.201403151625 Depends: python (>= 2.6.6-7~), wodim, genisoimage, cdrdao, python-pyvorbis, python-eyed3, python-pyao, python-pymad, mpg321 (>= 0.2.10.3), python (<< 2.8), python-pkg-resources, python-docutils Filename: 4.0-0/all/burn_0.4.6-2.4.201403151625_all.deb Size: 55542 MD5sum: 7473c390cb23a25b36198b5bcadc3adc SHA1: aa9aabb02b4b2a2249a536f1a87eb770e9e34832 SHA256: 0a4d9e7ae3a919c48435c33aab201c9e90558964c92a8c58a42699e591708038 Description: command-line tool for writing optical media ‘burn’ is a command-line tool to create audio discs from MP3, Ogg Vorbis, or WAV files, to backup data files, to create discs from ISO-9660 images, and to copy discs on-the-fly. It performs any of its functions in a single command, without requiring preparatory filesystem creation, etc. . The program can compute if there is necessary free space for temporary files (images and audio files), warn if size is bigger than disc capacity, and manage multisession discs. Homepage: http://www.bigpaul.org/burn/ Package: busybox-syslogd Priority: optional Section: utils Installed-Size: 84 Maintainer: Debian Install System Team Architecture: all Source: busybox Version: 1:1.20.0-7.38.201403151635 Replaces: inetutils-syslogd, klogd, sysklogd Provides: klogd, linux-kernel-log-daemon, syslogd, system-log-daemon Depends: busybox (>> 1:1.20.0) | busybox-static (>> 1:1.20.0) Conflicts: klogd, linux-kernel-log-daemon, sysklogd, syslogd, system-log-daemon Filename: 4.0-0/all/busybox-syslogd_1.20.0-7.38.201403151635_all.deb Size: 20324 MD5sum: 2bc40f0cacb36d7b68cc2bbfa1a9f4a0 SHA1: b4b92bec298aa01167e574d7be8686837798f1f3 SHA256: ff1fb549c60b4d7aa72d68bacd5ac57da4eb38349833069250deb2124704d0d5 Description: Provides syslogd and klogd using busybox The system log daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. . The kernel log daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. . The busybox implementation of the syslogd is particular useful on embedded, diskless (netboot) or flash disk based systems because it can use a fixed size ring buffer for logging instead of saving logs to the disk or sending it to remote logging servers. The ring buffer can be read using the (also busybox based) command logread. . This package provides the glue to the busybox syslogd and klogd to be used in the system by providing the appropriate symbolic links and scripts. Homepage: http://www.busybox.net Package: buxon Priority: extra Section: web Installed-Size: 184 Maintainer: Nacho Barrientos Arias Architecture: all Version: 0.0.5-3.4.201403151651 Depends: python (>= 2.6.6-7~), python-rdflib, python-glade2 Filename: 4.0-0/all/buxon_0.0.5-3.4.201403151651_all.deb Size: 20400 MD5sum: 3f12e20e26d9d73130e38d9f12b3bb37 SHA1: a777d9242f1192f152d2bd487bca1364a1e7dd1a SHA256: 62f0d2e698601aa7f2af9a1d041a814f6bfb3cd3acdea2ef8bffa4fdf4113b68 Description: SIOC forums browser Buxon, which was created as a part of the SWAML (Semantic Web Archive of Mailing Lists) project, provides a graphical user interface which helps you to browse SIOC forums. . This GUI only needs a URL to an RDF file storing SIOC forums information to start browsing and searching into it. Homepage: http://swaml.berlios.de Package: bwidget Priority: optional Section: libs Installed-Size: 1234 Maintainer: Debian Tcl/Tk Packagers Architecture: all Version: 1.9.5-1.7.201403151714 Depends: tk (>= 8.5.0-1) | wish Filename: 4.0-0/all/bwidget_1.9.5-1.7.201403151714_all.deb Size: 238006 MD5sum: 84b86e1295b8fddc5bf3e0d2c9090d21 SHA1: ef3c227a047c8a15648e4109229453c47c49f853 SHA256: 221d57c5ae166edcf05512dfb66dfba27088759236a860ca5e1ac683bc536136 Description: Extension widgets for Tcl/Tk The BWidget toolkit is a high-level widget set for Tcl/Tk. It contains widgets such as progress bars, 3D separators, various manager widgets for top levels, frames, paned or scrolled windows, button boxes, notebooks or dialogs as well as composite widgets such as combo boxes, spin boxes and tree widgets. . The BWidget toolkit is completely written in Tcl so no compiled extension library is required. Homepage: http://sourceforge.net/projects/tcllib/ Package: byobu Priority: optional Section: misc Installed-Size: 423 Maintainer: Alexander Chernyakhovsky Architecture: all Version: 5.16-1.1.5.201403151743 Replaces: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0) Provides: byobu-extras, screen-profiles, screen-profiles-extras Depends: debconf (>= 0.5) | debconf-2.0, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5) | screen Recommends: screen, tmux (>= 1.5) Suggests: apport, lsb-release, po-debconf, run-one, ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium), update-notifier-common, vim, w3m Breaks: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0) Filename: 4.0-0/all/byobu_5.16-1.1.5.201403151743_all.deb Size: 136508 MD5sum: 6bf9065c4e1fdb4082d0b33246a8e4b9 SHA1: 96968c3c3cf5c55ed65bd232ce399d040c2fa32c SHA256: 9cdf8f2af5d4dd95c9a8a102295e71afd9a62de7c2fc5ba0144be94284c4b1f9 Description: powerful command line "window manager" and shell multiplexer Byobu is Ubuntu's session-managing wrapper around tmux or GNU Screen. Using Byobu, you can quickly create and move between different windows over a single SSH connection or TTY terminal, monitor dozens of important statistics about your system, or detach and reattach to sessions later while your programs continue to run in the background. Enhances: screen Homepage: http://launchpad.net/byobu Package: bzip2-doc Priority: optional Section: doc Installed-Size: 427 Maintainer: Anibal Monsalve Salazar Architecture: all Source: bzip2 Version: 1.0.6-4.26.201403151802 Replaces: bzip2 (<< 1.0.4-0ubuntu2) Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/bzip2-doc_1.0.6-4.26.201403151802_all.deb Size: 305768 MD5sum: 49ffe4cab71838e7a788a5423b367367 SHA1: 0b349b3f4e7fa46b87489d2d3d37b0a17a51b2b3 SHA256: d777b860be3ffa5385d7c7c6356cfa752891cb3ab22be7b1d0de9b2cbbe05a22 Description: high-quality block-sorting file compressor - documentation bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . This package contains the bzip2 user manual. Homepage: http://www.bzip.org/ Package: bzr-builddeb Priority: optional Section: vcs Installed-Size: 979 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 2.8.4.5.201403151816 Provides: bzr-buildpackage Depends: bzr (>= 2.1~), python-debian (>= 0.1.11), python-apt, python (>= 2.6.6-7~), python (<< 2.8), dpkg-dev, fakeroot, devscripts (>= 2.10.59), patchutils, pristine-tar, quilt Recommends: python-launchpadlib, libalgorithm-merge-perl, python-distro-info Suggests: bzr-svn (>= 0.4.10), python-lzma Filename: 4.0-0/all/bzr-builddeb_2.8.4.5.201403151816_all.deb Size: 187830 MD5sum: 8de84538dda6dc80bf884bd0dc934c9b SHA1: ae7132f6b9a7a07672c03f943b34bda7c0b60b61 SHA256: a60ca37cd3bfbf03ac140c66e78781db21023d11dc7c830933fbcd9754b2e169 Description: bzr plugin for Debian package management bzr-builddeb is a plugin for the bzr version control system that helps to automate the task of maintaining Debian packages using bzr. It is similar in intent to cvs-buildpackage, svn-buildpackage and the similar scripts. . It builds a Debian package from a bzr branch, optionally using a separate upstream tarball. Package: bzr-cvsps-import Priority: optional Section: vcs Installed-Size: 235 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 0.0.1~bzr71-1.4.201403151820 Depends: bzr (>= 0.15~rc1), cvsps, rcs, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bzr-cvsps-import_0.0.1~bzr71-1.4.201403151820_all.deb Size: 33216 MD5sum: 1b22dcdc6da54d660452d3140534d0f4 SHA1: edcc7d842a35466e6c6acda9a8bdb13ca8cffdf2 SHA256: b2deea48a188bd7fa07868a643bcd5d9d5094e7b5200c30dc62c2dd916b34e48 Description: CVS to Bazaar importer This is a plugin for Bazaar, which converts from cvs to bzr using cvsps as the program that analyzes the cvs history to extract "patchsets". The main difference from other tools (such as tailor) is that it converts all branches, rather than just converting the mainline branch. . One key advantage of using cvsps is that it tries to guess what ancestor branch an new branch is based from. Which allows branches of branches to be tracked. Enhances: bzr Homepage: https://launchpad.net/bzr-cvsps-import Package: bzr-dbus Priority: optional Section: vcs Installed-Size: 169 Maintainer: Debian QA Group Architecture: all Version: 0.1~bzr52-2.4.201403151826 Depends: python-bzrlib | bzr (>= 1.0), python-dbus, python-gobject-2 | python-gi, python (>= 2.6.6-7~), python (<< 2.8) Recommends: bzr Suggests: bzr-gtk Filename: 4.0-0/all/bzr-dbus_0.1~bzr52-2.4.201403151826_all.deb Size: 17526 MD5sum: c4aaeeffc329a0624d2f658f70433988 SHA1: f62e7a2ae53de8c9bf37212cd6b0f20639ddb8a4 SHA256: a4b0007df38165995e54cb1a04b369b63443e34e5dc56170c4c0794bc129b1ca Description: D-Bus announcements plugin for Bazaar Integration between bzr and D-Bus. This includes a D-Bus service to broadcast revisions and bzr hooks to generate such broadcasts. Enhances: bzr, bzr-gtk Homepage: https://launchpad.net/bzr-dbus Package: bzr-doc Priority: optional Section: doc Installed-Size: 8396 Maintainer: Debian Bazaar Maintainers Architecture: all Source: bzr Version: 2.6.0~bzr6526-1.5.201403151803 Replaces: bzr (<< 2.0.1) Suggests: bzr Breaks: bzr (<< 2.0.1) Filename: 4.0-0/all/bzr-doc_2.6.0~bzr6526-1.5.201403151803_all.deb Size: 5533992 MD5sum: aabcd2d6f81061ed2ddcf9b9cb3f06c9 SHA1: 698df427785f1125f6746d1ac441581d657e8687 SHA256: 7595cf3a270e8c6aae2d17e4e56007d31d91b201c7e3e95f6ab0512287efd91d Description: easy to use distributed version control system (documentation) Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (bzr-gtk), or native interaction with Subversion branches (bzr-svn). . Install python-paramiko if you are going to push branches to remote hosts with sftp, and python-pycurl if you'd like for SSL certificates always to be verified. . This package provides the documentation. Homepage: http://bazaar-vcs.org Package: bzr-email Priority: optional Section: vcs Installed-Size: 128 Maintainer: Debian QA Group Architecture: all Version: 0.0.1~bzr57-2.4.201403151831 Depends: python-bzrlib | bzr (>= 1.0), python (>= 2.6.6-7~), python (<< 2.8) Recommends: bzr Filename: 4.0-0/all/bzr-email_0.0.1~bzr57-2.4.201403151831_all.deb Size: 10676 MD5sum: 298fad1b6361574fa0080be902e68557 SHA1: 80b3b39d52e2b923adaf4c1de1097d849dea8da2 SHA256: b09669cd0fb1af46f167177afed17c35fd1e5cecf427bdf53c563d6ed2fe49d9 Description: Notification email plugin for Bazaar Plugin for Bazaar that can send notification emails at commit time. . It supports sending (partial) diffs of the commit. Enhances: bzr Homepage: https://launchpad.net/bzr-email Package: bzr-explorer Priority: extra Section: vcs Installed-Size: 3489 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 1.3.0~bzr556-1.5.201403151838 Depends: python (>= 2.6.6-7~), python (<< 2.8), bzr (>= 2.3), qbzr (>= 0.19), tango-icon-theme Recommends: ssh-askpass Suggests: bzr-gtk Filename: 4.0-0/all/bzr-explorer_1.3.0~bzr556-1.5.201403151838_all.deb Size: 630280 MD5sum: 9e62a096187bc56fab4d8188de31df71 SHA1: 6eb12338c289d403a412604193abc4c270d0d5e9 SHA256: 00f1989a72a745c86d9b8c2423f1215383b60a46e5d36436c478bded26dc4677 Description: GUI application for using Bazaar Bazaar Explorer is a desktop application providing an easy-to-use interface to the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to be productive. . It provides a high level interface to all commonly used features, launching "applets" from the QBzr plug-in to provide most of the functionality. Alternatively, the applets from the bzr-gtk plug-in can be used if it is installed. Enhances: bzr Homepage: http://doc.bazaar.canonical.com/explorer/en/ Package: bzr-fastimport Priority: optional Section: vcs Installed-Size: 425 Maintainer: Debian QA Group Architecture: all Version: 0.13.0-2.4.201403151842 Depends: bzr (>= 1.0), python-fastimport (>= 0.9.0~), python (>= 2.6.6-7~), python (<< 2.8) Suggests: cvs2svn, git, monotone, python-subvertpy | svn-all-fast-export Filename: 4.0-0/all/bzr-fastimport_0.13.0-2.4.201403151842_all.deb Size: 66368 MD5sum: e42e0633bd6d430797736c7f6be8866d SHA1: f5149093dc7eb5909636e9ac6b95d9877b127d9d SHA256: d068d5232f26ac8cb07804f46cc79ead72b5643421488081ff2b88ed22c84967 Description: Fast-import/fast-export plugin for Bazaar Bazaar Fast Import is a plugin providing fast loading of revision control data into Bazaar. . It is designed to be used in combination with front-end programs that generate a command/data stream for it to process. Front-ends are available for a wide range of foreign VCS tools including Subversion, CVS, Git, Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever programming language you prefer, making Bazaar Fast Import useful for teams needing a custom migration solution. Enhances: bzr Homepage: https://launchpad.net/bzr-fastimport Package: bzr-git Priority: optional Section: vcs Installed-Size: 631 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 0.6.9-1.5.201403170825 Depends: bzr (<< 2.6.0), bzr (>= 2.5~), python-dulwich (>= 0.8.3~), python (>= 2.6.6-7~), python (<< 2.8) Recommends: python-tdb Suggests: bzr-fastimport Filename: 4.0-0/all/bzr-git_0.6.9-1.5.201403170825_all.deb Size: 117412 MD5sum: 2060951c400d1884c807b14528384709 SHA1: 31f4a6f82182a58503e8c14f290d0cef9a485225 SHA256: b784980fe18dfb019ab106a6b67eaad3a3c867d2db9937ebe63fa110a87bdd1d Description: Bazaar plugin providing Git integration This is a plugin for Bazaar that adds the ability to use Git repositories, both local and remote (git://, git+ssh:// and http://). It integrates with the regular Bazaar UI, and provides a new Bazaar subcommand `git-import` which imports all branches from a Git repository. . An experimental remote helper for Git that can push to and fetch from Bazaar branches is also provided. Enhances: bzr, git, loggerhead Homepage: http://bazaar-vcs.org/BzrForeignBranches/Git Package: bzr-grep Priority: extra Section: vcs Installed-Size: 229 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 0.4.0+bzr147-1.4.201403151847 Depends: bzr (>= 2.0), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bzr-grep_0.4.0+bzr147-1.4.201403151847_all.deb Size: 21212 MD5sum: c9752cf93fa1c937cd43ea7325d7784c SHA1: 6a756d0cd841b7f9677875b3e580f1a61f6130c1 SHA256: 8d36d9a82916b5b1cb515878f876bcd4f475b61e8a34c3229ee505c8425349ab Description: Bazaar plugin to grep files and history A plugin for Bazaar that adds the ability to grep files and history in a repository. . This command searches the specified files and revisions for a given pattern. The pattern is specified as a Python regular expressions. Enhances: bzr Homepage: https://launchpad.net/bzr-grep Package: bzr-gtk Priority: optional Section: vcs Installed-Size: 773 Maintainer: Debian QA Group Architecture: all Version: 0.103.0+bzr792-3.4.201403151901 Depends: bzr (<< 2.6.0), bzr (>= 2.1~), gir1.2-gconf-2.0, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, libcanberra-gtk3-module, python-gi, python (>= 2.6.6-7~), python (<< 2.8) Recommends: bzr-dbus, gir1.2-appindicator3-0.1 | gir1.2-notify-0.7, gir1.2-freedesktop, python-gi-cairo, seahorse Suggests: bzr-loom, bzr-search Filename: 4.0-0/all/bzr-gtk_0.103.0+bzr792-3.4.201403151901_all.deb Size: 164086 MD5sum: da48ae40df75499a58248fc2752bc94e SHA1: 660c860612287c82ac0000b07938746601f3d63f SHA256: 34297fdef034d64c67332396c6081779fa3e9d9b3b19290e92897026e6a37aa8 Description: provides graphical interfaces to Bazaar (bzr) version control bzr-gtk provides GTK+ interfaces to the Bazaar (bzr) source code management tool. . This package adds the following commands to the bzr command line tool: gannotate, gbranch, gcheckout, gcommit, gconflicts, gdiff, gloom, gmissing, gpreferences, gpush, gstatus, visualise. Enhances: bzr Homepage: http://bazaar-vcs.org/bzr-gtk Package: bzr-loom Priority: optional Section: vcs Installed-Size: 284 Maintainer: Debian QA Group Architecture: all Version: 2.2.0-2.6.201403180907 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-bzrlib (>= 2.4~) Recommends: bzr Filename: 4.0-0/all/bzr-loom_2.2.0-2.6.201403180907_all.deb Size: 45140 MD5sum: f32695f8ce201f34789223b8df27394b SHA1: 020f8787b3b2c23b9108fdf0fe467dbc5d5ba502 SHA256: a7e2e3560930e4520ec3f89cdb75eb255aa3d9026c258f5fb881ae56a443b80a Description: Focused patch plugin support for Bazaar Loom is a Bazaar plugin to assist in developing focused patches. It adds a 'loom' to a bzr branch. . A loom allows the development of multiple patches at once, while still giving each patch a branch of its own. Enhances: bzr Homepage: https://launchpad.net/bzr-loom Package: bzr-pipeline Priority: optional Section: vcs Installed-Size: 228 Maintainer: Debian QA Group Architecture: all Version: 1.4-3.4.201403151908 Depends: python-bzrlib (<< 2.6.0), python-bzrlib (>= 2.2~), python (>= 2.6.6-7~), python (<< 2.8) Recommends: bzr Filename: 4.0-0/all/bzr-pipeline_1.4-3.4.201403151908_all.deb Size: 30374 MD5sum: 892f8ef4f16f624fedd0d0edf60c1710 SHA1: 8d702d60cd353515e97c97e3c548fc3a71adc9c5 SHA256: 4d3a1f74beb29d08a7f6353959c3b0b5e724e0501d764fab55745b19b694af03 Description: Bazaar plugin for managing a pipeline of changes A Bazaar plugin helps you organize your changes into sections called "pipes" . Pipelines can help you: . * focus on each set of changes as a coherent piece, without being distracted by other sets of changes. * respect diff size limits when submitting changes * avoid reviewer fatigue when submitting changes for code review * maintain a set of patches against an upstream branch Enhances: bzr Homepage: http://bazaar-vcs.org/BzrPipeline Package: bzr-rewrite Priority: optional Section: vcs Installed-Size: 211 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 0.6.3+bzr256-1.4.201403151914 Provides: bzr-rebase Depends: bzr (<< 2.7~), bzr (>= 2.5~), python (>= 2.6.6-7~), python (<< 2.8) Conflicts: bzr-rebase (<< 0.6.0), bzr-svn (<< 0.6.0) Filename: 4.0-0/all/bzr-rewrite_0.6.3+bzr256-1.4.201403151914_all.deb Size: 26546 MD5sum: 45fc8bb97a62c6667e05191242c8836d SHA1: 8173ac24833ea5e8a32961cbb996ce6cdb4bde3a SHA256: 3ab5742cdd910f95fb90edb45891137db88ab20e8d834f79cf78d92fc8620b1c Description: History rewriting plugin for Bazaar The Bazaar history rewriting plugin adds commands for rewriting history in Bazaar, such as the 'rebase' command. . When conflicts occur when replaying patches, the user can resolve the conflict and continue the rebase using the 'rebase-continue' command or abort using the 'rebase-abort' command. . Other commands provided include 'replay' and 'rebase-foreign'. Enhances: bzr Homepage: http://bazaar-vcs.org/Rewrite Package: bzr-search Priority: optional Section: vcs Installed-Size: 252 Maintainer: Debian QA Group Architecture: all Version: 1.7.0~bzr94-1.4.201403151917 Depends: bzr (>= 1.7~), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bzr-search_1.7.0~bzr94-1.4.201403151917_all.deb Size: 36596 MD5sum: 0ee3010736c6b1a7da0a482f35c72319 SHA1: d0a91236d47cb49baed8d8bd4d7dab3e81fdd534 SHA256: 92e7d861a9e34935bcf64a12dca8a4d079ceca37d0e175b0d32903b4dfa0c557 Description: search plugin for Bazaar This is a plugin for Bazaar that can index and search local and remote branches. . It adds a "index" and a "search" command to the Bazaar command-line UI. Enhances: bzr Homepage: https://launchpad.net/bzr-search Package: bzr-stats Priority: optional Section: vcs Installed-Size: 115 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 0.1.0+bzr51-1.4.201403151921 Depends: bzr (>= 1.13~), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bzr-stats_0.1.0+bzr51-1.4.201403151921_all.deb Size: 10456 MD5sum: 1d339089ed2d5baf0027eef815c2173d SHA1: 60bece43af2ba67ed6e8690d530fd8f9405ad9de SHA256: d5a27290590d16ffb1cd2238fd54b27b19360ad213c16a664e1d7bdf60f91dc9 Description: statistics plugin for Bazaar This is a simple plugin for Bazaar that can list the contributors to a branch and what they worked on. . It adds two extra subcommands to Bazaar to list the committers by number of commits and by their type of contribution. Enhances: bzr Homepage: http://launchpad.net/bzr-stats Package: bzr-svn Priority: optional Section: vcs Installed-Size: 1590 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 1.2.1-1.4.201403151926 Depends: python-bzrlib (<< 2.6.0), python-bzrlib (>= 2.5~), python (>= 2.6.6-7~), python-subvertpy (>= 0.8.8~), python (<< 2.8) Recommends: python-tdb (>= 1.1.2~git20081222), python-xdg, bzr Suggests: bzr-rewrite Conflicts: bzr-rebase (<< 0.5.0) Filename: 4.0-0/all/bzr-svn_1.2.1-1.4.201403151926_all.deb Size: 269506 MD5sum: daa679d153c94e6acb7a35398127300e SHA1: 94158a166b5d206d91170fffb7ff4e6f77ee1350 SHA256: bcbde479c0f42a9228ccda27ebe6c2ef7171c7e7d993c2f49f531fe8b86736e8 Description: Bazaar plugin providing Subversion integration Plugin for Bazaar that adds the ability to read and commit to branches stored in Subversion. . Also included is a bzr subcommand that allows converting complete Subversion repositories to Bazaar repositories. Enhances: bzr, subversion Homepage: http://samba.org/~jelmer/bzr-svn/ Package: bzr-upload Priority: optional Section: vcs Installed-Size: 163 Maintainer: Maintainer: Debian QA Group Architecture: all Version: 1.1.0-2.4.201403151947 Depends: bzr (<< 2.6.0), bzr (>= 2.2~), python (>= 2.6.6-7~), python (<< 2.8) Recommends: python-paramiko Filename: 4.0-0/all/bzr-upload_1.1.0-2.4.201403151947_all.deb Size: 17902 MD5sum: cf0d88fc048a2ea88bec76c17718e75f SHA1: f9cef68563bcfef11ab9e08131fb615dcbc442e8 SHA256: 792d812e0f4476176ef19f530b76f158cb547f5b892bb86d27a3565594ccda24 Description: Bazaar plugin for uploading to web servers This is a plugin for Bazaar that incrementally uploads changes in a Bazaar branch to a dumb server. . Web sites are often hosted on servers where Bazaar can not be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes since the last upload using the ftp or sftp protocols. . It adds a "upload" subcommand to bzr. Enhances: bzr Homepage: https://launchpad.net/bzr-upload Package: bzr-xmloutput Priority: optional Section: vcs Installed-Size: 173 Maintainer: Debian QA Group Architecture: all Version: 0.8.8+bzr162-3.4.201403151955 Depends: bzr (>= 1.0), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/bzr-xmloutput_0.8.8+bzr162-3.4.201403151955_all.deb Size: 24620 MD5sum: 0c1c0c88e83889ebc1c96b3ec9ebf035 SHA1: da138e4770f6987fc223d5120bdc6a67803f48fe SHA256: 19054d2a1ceb32c7af6b8d0dbe7a40297c578c8f2c711f686f420775df59c9fa Description: XML Communication plugin for Bazaar Plugin for Bazaar that provides access an XML/RPC interface to the core Bazaar commands. . This plugin is mainly useful for other applications that need to use Bazaar but are not written in Python. Enhances: bzr Homepage: https://launchpad.net/bzr-xmloutput Package: bzr Priority: optional Section: vcs Installed-Size: 98 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 2.6.0~bzr6526-1.5.201403151803 Depends: python-bzrlib (>= 2.6.0~bzr6526-1.5.201403151803), python-bzrlib (<= 2.6.0~bzr6526-1.5.201403151803.1~), python Recommends: python-gpgme Suggests: bzr-doc, bzr-gtk, bzr-svn, python-bzrlib.tests, bzrtools Breaks: bzr-pqm (<< 1.4.0~bzr80), bzr-xmloutput (<< 0.8.8+bzr160), python-bzrlib (<< 2.4.0~beta3~) Filename: 4.0-0/all/bzr_2.6.0~bzr6526-1.5.201403151803_all.deb Size: 52760 MD5sum: 085af053d28bff36961a117d49d763fd SHA1: d5a28195732344e4d4fb873b6b6335d4dbaaa09f SHA256: 25789302c99ccc72223aefcf878aad58fb61f74206c2b7610f762ba1337874d3 Description: easy to use distributed version control system Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (bzr-gtk), or native interaction with Subversion branches (bzr-svn). . Install python-paramiko if you are going to push branches to remote hosts with sftp, and python-pycurl if you'd like for SSL certificates always to be verified. Homepage: http://bazaar-vcs.org Package: bzrtools Priority: optional Section: vcs Installed-Size: 318 Maintainer: Debian Bazaar Maintainers Architecture: all Version: 2.5+bzr786-2.4.201403152000 Depends: bzr (<< 2.6.0), bzr (>= 2.5~), patch, python (>= 2.6.6-7~), python (<< 2.8) Recommends: rsync Suggests: graphviz, librsvg2-bin Filename: 4.0-0/all/bzrtools_2.5+bzr786-2.4.201403152000_all.deb Size: 60810 MD5sum: 8202abf3fe6a9e691d6e20219f89390d SHA1: 01bfbd9326d66f42e7a2cfa948f9ce3f392c91f7 SHA256: c8961c4f1e74d224d958ec2ecbb9eebae1f37c884e405f1b1c8626c9e50cd86c Description: Collection of tools for bzr This package contains a collection of plugins for bzr - a distributed version control system. Some of these tools may work their way into bzr itself at some point, and some are just convenient addons useful for day to day operations. . bzrtools actually includes: * rspush: Push local changes to a remote server using rsync instead sftp. * graph-ancestry: Use graphviz to produce graphs of branch ancestry. * shell: Start up a command interpreter that run bzr natively, providing autocompletion. * patch: Apply a specified patch to your tree, that can be a file or URL. * heads: Show all revisions in a repository not having descendants. Homepage: http://bazaar-vcs.org/BzrTools Package: c++-annotations-contrib Priority: optional Section: doc Installed-Size: 72 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-contrib_9.4.0-1.9.201403152006_all.deb Size: 20986 MD5sum: 8679f7ac956cc6a752ef8f06aee16cf0 SHA1: d4ac210ac24dd509f7184f18b9d861a97af75727 SHA256: c62586a226337cc96ee7648060a364caf7fd56893462fa200307473ed43ce499 Description: Extensive tutorial and documentation about C++ - contributed files The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. See the c++-annotations package for more information about the tutorial . This package contains external contributions. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-dvi Priority: optional Section: doc Installed-Size: 1760 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-dvi_9.4.0-1.9.201403152006_all.deb Size: 1769004 MD5sum: 2521942813cb9d69d706f91c92e6948f SHA1: 91d58ba818fed0b4bbf594a5872f25f21f43e11a SHA256: 0bc44e9727d03af816ebe8f9e290425c5937212669d1606a7e3cd8de3e1c0196 Description: Extensive tutorial and documentation about C++ - DVI output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the DVI format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-html Priority: optional Section: doc Installed-Size: 2901 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-html_9.4.0-1.9.201403152006_all.deb Size: 771202 MD5sum: 4f00a1cbe477b35827e7199c14555d21 SHA1: 9c5b4f5f271706b92dc131f0dadee63ce00ee86d SHA256: 750b2fc5becac66290ef67175a66ac47f2f2ed4b0ebef3049ed605123a0a767a Description: Extensive tutorial and documentation about C++ - html output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the html format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-latex Priority: optional Section: doc Installed-Size: 1061 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-latex_9.4.0-1.9.201403152006_all.deb Size: 1057162 MD5sum: f3b2748990b52211fd82dead42547ec6 SHA1: 6fd015c7b0e964ad127ad4c46e9cbd372cdd56d3 SHA256: c3fa0a5e46f9454fcf9a9bbae1982cf8015aab58be25069599be7353431f8cf4 Description: Extensive tutorial and documentation about C++ - LaTeX output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the LaTeX format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-pdf Priority: optional Section: doc Installed-Size: 10134 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-pdf_9.4.0-1.9.201403152006_all.deb Size: 8267040 MD5sum: 0d96d3427eab1b416c9f4706fff7f440 SHA1: fab81494deef32f77e9d577a377f5a9ab466efa1 SHA256: 7bc40bdf74234764a99290fea64a406efb56f622ddd49e054f01e90add1eeeef Description: Extensive tutorial and documentation about C++ - PDF output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the PDF format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-ps Priority: optional Section: doc Installed-Size: 3829 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-ps_9.4.0-1.9.201403152006_all.deb Size: 3860756 MD5sum: 6a65504d26896685ac6c7341e8db8311 SHA1: 3190dc8669abd66eca7cb6442bf9515ac579e1f7 SHA256: f91c9ccb1359df9ef5e1f39a2b38fdd6c4e61eaf7f0808e814d62ffe86fce91d Description: Extensive tutorial and documentation about C++ - Postscript output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the PS format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations-txt Priority: optional Section: doc Installed-Size: 512 Maintainer: Frank B. Brokken Architecture: all Source: c++-annotations Version: 9.4.0-1.9.201403152006 Suggests: bisonc++ Conflicts: c++-annotations (<< 6.4.0f-3) Filename: 4.0-0/all/c++-annotations-txt_9.4.0-1.9.201403152006_all.deb Size: 491322 MD5sum: eefddc7a60ca3db7e69ee0e19f271ece SHA1: 022f332ed2b58869bb7c1f2a622b89e19676830e SHA256: 5f588924e8735ea20431e8c1c00627f845bf7aa8416569ffd31f7a0b4cb9b719 Description: Extensive tutorial and documentation about C++ - text output The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . The package offers the C++ Annotations in the txt format. Homepage: http://cppannotations.sourceforge.net/ Package: c++-annotations Priority: optional Section: doc Installed-Size: 631 Maintainer: Frank B. Brokken Architecture: all Version: 9.4.0-1.9.201403152006 Depends: c++-annotations-html, c++-annotations-txt, c++-annotations-latex, c++-annotations-pdf, c++-annotations-ps, c++-annotations-dvi, c++-annotations-contrib Suggests: bisonc++ Filename: 4.0-0/all/c++-annotations_9.4.0-1.9.201403152006_all.deb Size: 128282 MD5sum: 65683b255819b4c8de0e38aab5897bd9 SHA1: ab492a12c105b81a727a4eb07be5da2fb3c26945 SHA256: ca646a82bf2452f118723bc9862ff8ce1501d18565b17d864fb0d01e403eef89 Description: Extensive tutorial and documentation about C++ The C++ Annotations offer an extensive tutorial about the C++ programming language. It can be used as a textbook for C/C++ programming courses. . This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen, the Netherlands. . The C++ Annotations do not cover all aspects of C++, though. In particular, C++'s basic grammar, which is, for all practical purposes, equal to C's grammar, is not covered. For this part of the C++ language, the reader should consult other texts, like a book covering the C programming language. . This package installs C++ Annotations packages for all available formats, including: - plain ascii text - LaTeX (including a .dvi file) - PostScript - pdf - html The postscript, pdf and LaTeX formats were constructed for two different paper-sizes: A4 and legal. . If you do not require all of the available formats, you may prefer to install one or more of the following c++-annotations-{format} packages instead: - c++-annotations-html - c++-annotations-txt - c++-annotations-latex - c++-annotations-pdf - c++-annotations-ps - c++-annotations-dvi Homepage: http://cppannotations.sourceforge.net/ Package: c-cpp-reference Priority: optional Section: devel Installed-Size: 3253 Maintainer: Tobias Klauser Architecture: all Version: 2.0.2-8.4.201403152018 Depends: lynx | www-browser Suggests: kdevelop Filename: 4.0-0/all/c-cpp-reference_2.0.2-8.4.201403152018_all.deb Size: 982474 MD5sum: f2a98b383254593098d3c1d872f2d0b6 SHA1: 0f4d891327d98186f7dcbfc00d4ba6ceb71e9c2f SHA256: 927eaba8c3b09b4a14c6b5669db49764dcebf8fe409dbe4f8fab4ff565a1239b Description: C and C++ programming reference A reference for C and C++ primarily created to be used with KDevelop. As it is in HTML format, it can also be used without KDevelop using your favorite browser. Homepage: http://kdevelop.org Package: c-sig Priority: optional Section: mail Installed-Size: 110 Maintainer: TANIGUCHI Takaki Architecture: all Version: 3.8-17.4.201403152030 Depends: emacs23 | emacsen Filename: 4.0-0/all/c-sig_3.8-17.4.201403152030_all.deb Size: 28284 MD5sum: 8b4c2d592e6ad24718f170c009575453 SHA1: 35877dc506a8898f942fa659ef3388e33880ed14 SHA256: 2053d8673e080d03856b856ba44a9faf0c5ef367aa73907233bc8eea5cac95bf Description: signature tool for GNU Emacs C-sig is a signature insertion tool for GNU Emacs. Features in c-sig include: - registering signatures interactively - learning facility - expanding signatures dynamically - modifying signatures through elisp functions Homepage: http://www.osk.3web.ne.jp/~kshibata/c-sig/ Package: c2050 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Printing Team Architecture: all Version: 0.3b-4.4.201403152032 Depends: printer-driver-c2050 Filename: 4.0-0/all/c2050_0.3b-4.4.201403152032_all.deb Size: 3146 MD5sum: 5b9b057cf7a68d74c3a50e9afe3d999f SHA1: ab0f9931bdd87a4f880fa5cf3516f5a93a4b6981 SHA256: fad7566652526dc5f181131019038ccbb235c613dc9174532937826599624598 Description: transitional dummy package for c2050 printer driver This is a transitional dummy package to transition to uniformly named printer-driver-c2050. Homepage: http://www.prato.linux.it/~mnencia/lexmark2050/ Package: c2esp Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Printing Team Architecture: all Version: 24-2.4.201403152039 Depends: printer-driver-c2esp Filename: 4.0-0/all/c2esp_24-2.4.201403152039_all.deb Size: 3564 MD5sum: 1d3089874df5b54bfbe2ae95b2c265f5 SHA1: 1d3cd79d832866fd8a1631ba53b1a34856866c9c SHA256: bcd35ffc6d4fd6857e5745c350e7a5852dae2595e82d93d63e48da1a8477b8e8 Description: transitional dummy package for c2esp printer driver This is a transitional dummy package to transition to uniformly named printer-driver-c2esp. Homepage: http://cupsdriverkodak.sf.net/ Package: c2hs-doc Priority: optional Section: doc Installed-Size: 151 Maintainer: Debian Haskell Group Architecture: all Source: c2hs Version: 0.16.3-2.9.201403152046 Filename: 4.0-0/all/c2hs-doc_0.16.3-2.9.201403152046_all.deb Size: 41442 MD5sum: d7a823f65ef34e0e60225ab835cae30e SHA1: 8fae71e5288e7cad70a039eb3322b19c79af000c SHA256: 3eb77f987d352ee8c63a58109b5c7aaf78b6c5b87a9d92ac69a8ab46f4c3974f Description: C->Haskell Interface Generator -- Documentation package C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C header files that determine data layout and function signatures on the C side in conjunction with Haskell modules that specify Haskell-side type signatures and marshaling details. Hooks embedded in the Haskell code signal access to C structures and functions -- they are expanded by the interfacing tool in dependence on information from the corresponding C header file. . Haskell 98 is "the" standard lazy functional programming language. More info plus the language definition is at http://www.haskell.org/. . This package contains documentation for c2hs. Homepage: http://hackage.haskell.org/package/c2hs Package: cacti Priority: extra Section: web Installed-Size: 4905 Maintainer: Cacti Maintainer Architecture: all Version: 0.8.8a+dfsg-5.11.201411010122 Depends: dbconfig-common (>= 1.8.8), libapache2-mod-php5 | libapache2-mod-fcgid | php5-cgi, libphp-adodb (>= 4.50-1), php5-cli, php5-mysql, php5-snmp, rrdtool, snmp, ucf, virtual-mysql-client, debconf (>= 0.5) | debconf-2.0, perl Recommends: apache2 | lighttpd | nginx | httpd, inetutils-ping | iputils-ping, logrotate, libjs-jquery, libjs-jquery-cookie, mysql-server Suggests: php5-ldap, moreutils Filename: 4.0-0/all/cacti_0.8.8a+dfsg-5.11.201411010122_all.deb Size: 2149568 MD5sum: 4a7d704c627ed516c18353e990cac71e SHA1: 92c5b8dece89f9bf457c1b6b92cf1d8880b0e7cc SHA256: c97624ce184a991ac1046ccfe3e8c32500f2ea8073bad1222b2720a869b0d030 Description: web interface for graphing of monitoring systems Cacti is a complete PHP-driven front-end for RRDTool. It stores all of the necessary data source information to create graphs, handles the data gathering, and populates the MySQL database with round-robin archives. It also includes SNMP support for those used to creating traffic graphs with MRTG. . This package requires a functional MySQL database server on either the installation host or a remotely accessible system. Homepage: http://www.cacti.net/ Package: cadubi Priority: optional Section: graphics Installed-Size: 84 Maintainer: Marcela Tiznado Architecture: all Version: 1.3-2.4.201403152157 Depends: perl, libterm-readkey-perl Filename: 4.0-0/all/cadubi_1.3-2.4.201403152157_all.deb Size: 20502 MD5sum: 51a2fcd0549ea3f406bc23428cb8bd13 SHA1: cf143256e4159a6203539dab4a89a57699bae8e1 SHA256: 7a82d33f2d3955b9b0cd583f6753dcb8648636914c78acace0d3f3cb5b622014 Description: Creative ASCII Drawing Utility By Ian CADUBI is an application written in Perl that allows you to draw text-based images that are viewable on typical unix-based consoles. Usually the applications that emulate these consoles support various text modes, such as background and foreground colors, bold, and inverse. . This text art, commonly called "ASCII art", is used in various places such as online BBSes, email and login prompts. Package: cain-examples Priority: extra Section: science Installed-Size: 1419 Maintainer: Debian Med Packaging Team Architecture: all Source: cain Version: 1.9-4.2.201403152201 Depends: cain Filename: 4.0-0/all/cain-examples_1.9-4.2.201403152201_all.deb Size: 263224 MD5sum: a3f0be26970546db423421d0d6741ae5 SHA1: 8813fbb540dabffaaeae4994be617f85c9134c94 SHA256: 082e872d0eed414ee8041f4fafe7683b5ab2c58de965a77ae540708e3a2fbe8b Description: simulations of chemical reactions Cain performs stochastic and deterministic simulations of chemical reactions. It can spawn multiple simulation processes to utilize multi-core computers. It stores models, methods, and simulation output (populations and reaction counts) in an XML format. In addition, SBML models can be imported and exported. The models and methods can be read from input files or edited within the program. . The GUI (Graphical User Interface) is written in Python and uses the wxPython toolkit. Most of the solvers are implemented as command line executables, written in C++, which are driven by Cain. This makes it easy to launch batch jobs. It also simplifies the process of adding new solvers. Cain offers a variety of solvers: * Gillespie's direct method. * Gillespie's first reaction method. * Gibson and Bruck's next reaction method. * Tau-leaping. * Hybrid direct/tau-leaping. * ODE integration. . This package provides the cain examples Homepage: http://cain.sourceforge.net Package: cain Priority: extra Section: science Installed-Size: 24302 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.9-4.2.201403152201 Depends: python (>= 2.6.6-7~), python (<< 3.0), python-wxgtk2.8, python-matplotlib, python-numpy, python-scipy, python-sympy, cain-solvers Recommends: cain-examples Filename: 4.0-0/all/cain_1.9-4.2.201403152201_all.deb Size: 18025504 MD5sum: 6d4685d3ad951a605588abcb99263de4 SHA1: 65c088df7fdc14be3e979742469b1d3e3b3ddc8f SHA256: 704cedb8aa3c5c15691f0d1d95f81a935c658aff69e09f1d9d6ecc8b2e46bbff Description: simulations of chemical reactions Cain performs stochastic and deterministic simulations of chemical reactions. It can spawn multiple simulation processes to utilize multi-core computers. It stores models, methods, and simulation output (populations and reaction counts) in an XML format. In addition, SBML models can be imported and exported. The models and methods can be read from input files or edited within the program. . The GUI (Graphical User Interface) is written in Python and uses the wxPython toolkit. Most of the solvers are implemented as command line executables, written in C++, which are driven by Cain. This makes it easy to launch batch jobs. It also simplifies the process of adding new solvers. Cain offers a variety of solvers: * Gillespie's direct method. * Gillespie's first reaction method. * Gibson and Bruck's next reaction method. * Tau-leaping. * Hybrid direct/tau-leaping. * ODE integration. . This package provides the architecture independent files for cain Homepage: http://cain.sourceforge.net Package: cairo-dock-plug-in-data Priority: extra Section: x11 Installed-Size: 2820 Maintainer: Debian Cairo-dock Maintainers Architecture: all Source: cairo-dock-plug-ins Version: 3.0.0-1.3.201403171252 Replaces: cairo-dock-plugin-data (<< 2.4.0~2-1) Conflicts: cairo-dock-plugin-data (<< 2.4.0~2-1) Filename: 4.0-0/all/cairo-dock-plug-in-data_3.0.0-1.3.201403171252_all.deb Size: 944484 MD5sum: 5e02c25937946ccc583e824963ecd91a SHA1: 8e646b2dbdefe33457e143eb4937364dc5392492 SHA256: 3f80c8f2c923fe614c953ab43bb7e923ffc9554890a89cc8db7deb682f8b3f77 Description: Cairo-dock - Plug-in data files A collection of official plug-ins and applets for cairo-dock. . This package provides plug-in data files. Homepage: http://www.glx-dock.org/ Package: cakephp-instaweb Priority: optional Section: web Installed-Size: 45 Maintainer: Chris Lamb Architecture: all Version: 0.5-1.4.201403152330 Depends: php5-cgi, python, python-twisted-web, cakephp Filename: 4.0-0/all/cakephp-instaweb_0.5-1.4.201403152330_all.deb Size: 5706 MD5sum: e13a0e7ce079025d76b1194cc0efe612 SHA1: b4188f711d4a80608d02cd5a300bd128559541d8 SHA256: 7a052cae2d4029c539510c74e1577ffc6020e154af95c2a35ec41eea37c1640f Description: Development webserver for CakePHP applications CakePHP is a flexible model-view-controller rapid application development framework for PHP inspired by Ruby on Rails. . This package contains a tiny Python-based webserver suitable for quick development of CakePHP applications, similar to Django's 'runserver' and the 'script/server' script in Ruby on Rails. Homepage: http://chris-lamb.co.uk/projects/cakephp-instaweb Package: cakephp-scripts Priority: optional Section: web Installed-Size: 922 Maintainer: Chris Lamb Architecture: all Source: cakephp Version: 1.3.15-1.4.201403152327 Replaces: cakephp1.2-scripts Depends: cakephp (>= 1.3.15-1.4.201403152327), php5-cli Conflicts: cakephp1.2-scripts Filename: 4.0-0/all/cakephp-scripts_1.3.15-1.4.201403152327_all.deb Size: 113732 MD5sum: 553dac72d58cd29a0a461082c0021f2d SHA1: 5dbded9123a34a23c0d9229e9b254c1335190217 SHA256: a469791c29faae808150a63a0d6857e7430c69b3ed363886d02e2cb7ce53d4cc Description: MVC rapid application development framework for PHP (scripts) CakePHP is a flexible model-view-controller rapid application development framework for PHP inspired by Ruby on Rails. . This package contains the bake.php and acl.php scripts for creating (or "baking") CakePHP applications and modifying Access Control Lists. Homepage: http://www.cakephp.org/ Package: cakephp Priority: optional Section: web Installed-Size: 6854 Maintainer: Chris Lamb Architecture: all Version: 1.3.15-1.4.201403152327 Replaces: cakephp1.2 Depends: php5 Recommends: cakephp-scripts Suggests: cakephp-instaweb, php5-mysql Conflicts: cakephp1.2 Filename: 4.0-0/all/cakephp_1.3.15-1.4.201403152327_all.deb Size: 903554 MD5sum: 21192779ab393d1590636d490c90f16b SHA1: 051a9687bc942fc2c333cadc51144244e817c9d7 SHA256: 0ad1bb7c6b84b7db932e75356a55730d81f1918f93a3ea85dbd59f7f48447bcb Description: MVC rapid application development framework for PHP CakePHP is a flexible model-view-controller rapid application development framework for PHP inspired by Ruby on Rails. . CakePHP makes developing applications swiftly and with the least amount of hassle: . * compatibility with PHP4 and PHP5 * integrated CRUD for database interaction and simplified queries including scaffolding * request dispatcher with good looking, custom URLs * fast and flexible templating (PHP syntax, with helpers) * useful core features (access control lists, AJAX integration, etc.) * works from any website subdirectory Homepage: http://www.cakephp.org/ Package: calamaris Priority: optional Section: utils Installed-Size: 533 Maintainer: Daniel Echeverry Architecture: all Version: 2.99.4.0-18.4.201403152342 Depends: perl, debconf (>= 0.5) | debconf-2.0, bc Suggests: squid (>= 1.1.0) | squid3, libgd-graph-perl, libnetaddr-ip-perl Filename: 4.0-0/all/calamaris_2.99.4.0-18.4.201403152342_all.deb Size: 128560 MD5sum: ef9ecf66ae742abdbf66ac58369e7270 SHA1: e090bb73517d10aae1fcbe7a2a401d6e7774fb4f SHA256: 9b83018c565339b5eddb9c90f8fa7d21acd9d8a15a81dbd186e77235a08d30fb Description: log analyzer for Squid or Oops proxy log files Calamaris is a Perl script which generates nice statistics out of Squid or Oops log files. It is invoked daily before the proxy rotates its log files, and mails the statistics or puts them on the web. . Various options are supported for generated reports; some extra features require the suggested Perl modules. Homepage: http://cord.de/tools/squid/calamaris/ Package: calendar-google-provider Priority: optional Section: mail Installed-Size: 337 Maintainer: Christoph Goehre Architecture: all Source: icedove Version: 24.5.0-1.24.201406181850 Filename: 4.0-0/all/calendar-google-provider_24.5.0-1.24.201406181850_all.deb Size: 88750 MD5sum: 5709b907417751060df1cf8e4f7c8ef3 SHA1: 4ebe51d4148fc2eaa1671d661fca7371a25cbedf SHA256: 39d275d1768c5982d5315b2ab70121b79ac2cfcd5de8a132f9fbb4491d9e66c6 Description: Google Calendar support for lightning- and iceowl-extension Google Calendar support extension for the Iceowl/Lightning extension. It's a recommended component if you want to connect to your google calendar. Homepage: http://www.mozilla.org/thunderbird/ Package: calendar-timezones Priority: optional Section: mail Installed-Size: 473 Maintainer: Christoph Goehre Architecture: all Source: icedove Version: 17.0.10-1.23.201403200412 Filename: 4.0-0/all/calendar-timezones_17.0.10-1.23.201403200412_all.deb Size: 67348 MD5sum: 63bff744627bec73199618fb50b44127 SHA1: 78b3acffedb8884fa9d3e835a456198c2e62e2f2 SHA256: d320c100ad9903f3396968bfa280561c7ceb47b180e0dd9d103d36fc8b67875f Description: Timezone Extension for Lightning/Iceowl (mandatory) This package provides timezone data for the Lightning/Iceowl extension. It's an essential component if you want to use all calendaring features. Homepage: http://www.mozilla.org/thunderbird/ Package: calibre Priority: extra Section: text Installed-Size: 30547 Maintainer: Miriam Ruiz Architecture: all Version: 0.8.51+dfsg1-0.1.7.201403160001 Depends: python2.7, python-dbus, python-imaging, python-lxml, python-mechanize, python-beautifulsoup, python-pkg-resources, python-cssutils (>= 0.9.9~), python-cherrypy3 (>= 3.1.1), python-dateutil, python-feedparser, python-qt4 (>= 4.9.3-4.22.201403131624), python-pyparsing, python-routes, python-chardet, xdg-utils, imagemagick, poppler-utils, fonts-liberation, calibre-bin (>= 0.8.51+dfsg1-0.1.7.201403160001) Recommends: python-dnspython Filename: 4.0-0/all/calibre_0.8.51+dfsg1-0.1.7.201403160001_all.deb Size: 15514840 MD5sum: a7dd23e38617ddb9177e7517c2c5ff49 SHA1: 7f410ed9934ad711c9889a37f76b8af00cb40d37 SHA256: ef32564e2418e8b56d68662ce22ed212a86438781a6c0c9436232182d6ad05e0 Description: e-book converter and library management Calibre is meant to be a complete e-library solution. It includes library management, format conversion, news feeds to e-book conversion as well as e-book reader sync features. . Calibre is primarily an e-book cataloging program. It manages your e-book collection for you. It is designed around the concept of the logical book, i.e. a single entry in the database that may correspond to e-books in several formats. It also supports conversion from a dozen different e-book formats to LRF and EPUB. A graphical interface to the conversion software can be accessed easily by just clicking the "Convert E-books" button. . Supported input formats are: MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS. . Calibre has a modular device driver design that makes adding support for different e-reader devices easy. At the moment, it has support for the SONY PRS 500/505/700 and the iPhone (with the stanza reader software). Syncing supports updating metadata on the device from metadata in the library and the creation of collections on the device based on the tags defined in the library view. If an book has more than one format available, calibre automatically chooses the best format when uploading to the device. . Calibre can automatically fetch news from a number of websites/RSS feeds, format the news into a e-book and upload to a connected device. There is support for generating LRF/EPUB e-books. The e-books include the *full* versions of the articles, not just the summaries. . Calibre has also a built-in e-book viewer that can display all the major e-book formats. Homepage: http://calibre-ebook.com Package: calligra-data Priority: optional Section: libs Installed-Size: 3570 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra Version: 1:2.4.4-3.2.201403160009 Replaces: kformula, koffice-data Suggests: khelpcenter4 Conflicts: kformula, koffice-data Filename: 4.0-0/all/calligra-data_2.4.4-3.2.201403160009_all.deb Size: 1525926 MD5sum: e1fe767e68f7c961b6dccd24559b0364 SHA1: 08b2861551b78d130732574669591aa8ce4df49c SHA256: 14bd63b075864f917d4d5c60932e1336f49f82b02e4c8a3cdd9ab4b88399175b Description: common shared data for the Calligra Suite This package provides the architecture-independent data that is shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-ca Priority: optional Section: localization Installed-Size: 1442 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-ca (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-ca Suggests: calligra Breaks: koffice-l10n-ca (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-ca_2.4.3-1.2.201403160201_all.deb Size: 330204 MD5sum: d2d116c1fbb3ceace8e92ee8b0ca7652 SHA1: a0030dc8a9940cbbacf0ff565817891876a00d60 SHA256: cbed98e0b3f9f994acc265e04cbabdf04d69c41d1b8d0aa813c3af280574fa97 Description: Catalan (ca) localization files for Calligra This package contains the Catalan translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-cavalencia Priority: optional Section: localization Installed-Size: 746 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-cavalencia (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-cavalencia Suggests: calligra Breaks: koffice-l10n-cavalencia (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-cavalencia_2.4.3-1.2.201403160201_all.deb Size: 187970 MD5sum: d5f543c2028184a0fbfd0b3b19211175 SHA1: be00e99e55e68ed172c7b93915d97fd942d053ba SHA256: e99046aa2203056400e1c86436466118a39fde6acd7dbc4d3ebc69fd8dba2f93 Description: Southern Catalan (Valencian) (ca@valencia) files for Calligra This package contains the Southern Catalan (Valencian) translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-cs Priority: optional Section: localization Installed-Size: 763 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-cs (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-cs Suggests: calligra Breaks: koffice-l10n-cs (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-cs_2.4.3-1.2.201403160201_all.deb Size: 190160 MD5sum: 47724b7cbbb5bc728bb6414b4b7edec6 SHA1: a36f851cf0fd35715a40c694005b9758cb6273a0 SHA256: d075498aa9374b0cfcc4876113d297e12da26918228e9cda1775c9093351ffce Description: Czech (cs) localization files for Calligra This package contains the Czech translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-da Priority: optional Section: localization Installed-Size: 1382 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-da (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-da Suggests: calligra Breaks: koffice-l10n-da (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-da_2.4.3-1.2.201403160201_all.deb Size: 368594 MD5sum: f57caa24e0ce828739c8f6c6d975310e SHA1: 71602db7e36fe20e9b580d8a523010bebd4d9fd6 SHA256: 8d3003c36795ef06f794e706fe36f5f75552f531b7a8e82cb8ee617901f48fc6 Description: Danish (da) localization files for Calligra This package contains the Danish translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-de Priority: optional Section: localization Installed-Size: 2315 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-de (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-de Suggests: calligra, openthesaurus-de-kword Breaks: koffice-l10n-de (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-de_2.4.3-1.2.201403160201_all.deb Size: 509716 MD5sum: 45d5d5966621b664d3acb3776f95569e SHA1: 9b469d7397218bf3a3a40a41fab3882642dd6e08 SHA256: f9ab46712f564f787295a31682a3c2550e4e80dd4a9baf82463c89d6ede565e4 Description: German (de) localization files for Calligra This package contains the German translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-el Priority: optional Section: localization Installed-Size: 1452 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-el (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-el Suggests: calligra Breaks: koffice-l10n-el (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-el_2.4.3-1.2.201403160201_all.deb Size: 301336 MD5sum: 6ba0e8602063f4e5386fcd26175e9412 SHA1: da176002199f28cdc5cc591103fdfefd216a084d SHA256: d040e1223131886296c0e89933edb4834bf1e5ee1faceccb7a1059d2160ce977 Description: Greek (el) localization files for Calligra This package contains the greek translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-engb Priority: optional Section: localization Installed-Size: 937 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-engb (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-engb Suggests: calligra Breaks: koffice-l10n-engb (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-engb_2.4.3-1.2.201403160201_all.deb Size: 168816 MD5sum: 0288fe563eb0de3912f46206b63185d0 SHA1: af0dfd26fd88f55a19b70c8ebbedf360ae200680 SHA256: 7847760419b34ff119344df91f8906a4365f1c1c4fc3655a7118338117e10056 Description: British English (en_GB) localization files for Calligra This package contains the British English (en_GB) translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-es Priority: optional Section: localization Installed-Size: 2336 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-es (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-es Suggests: calligra Breaks: koffice-l10n-es (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-es_2.4.3-1.2.201403160201_all.deb Size: 988484 MD5sum: 7e2791ee7974a5ac4c86289c7b9a115d SHA1: 7e1d6bf713b738b8ba117accedb9a2477d1b7535 SHA256: ae701c056e8864140f2125c8410b7e7689f9ac6c3e6834862fa523d2cb0d95c1 Description: Spanish (es) localization files for Calligra This package contains the Spanish translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-et Priority: optional Section: localization Installed-Size: 1727 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-et (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-et Suggests: calligra Breaks: koffice-l10n-et (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-et_2.4.3-1.2.201403160201_all.deb Size: 552394 MD5sum: 6b0e4d1da666e5f5a639272f25927471 SHA1: 2a923524114c2baf3674e586534ff04af44b99e8 SHA256: 53b3d720f5ef50c5e743c2863622e665d5cda59e04637cefa25d362a1bb153ca Description: Estonian (et) localization files for Calligra This package contains the Estonian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-fi Priority: optional Section: localization Installed-Size: 954 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-fi (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-fi Suggests: calligra Breaks: koffice-l10n-fi (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-fi_2.4.3-1.2.201403160201_all.deb Size: 246190 MD5sum: d038b26d4744ff01c6656fbf3be87c2e SHA1: cbafb5108b1573c838fdaff47b3e5f1382764a40 SHA256: 3ffad6610f4daf82f074d568956bedc023822e1fa573429187737cd986d035ff Description: Finnish (fi) localization files for Calligra This package contains the Finnish translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-fr Priority: optional Section: localization Installed-Size: 2957 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-fr (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-fr Suggests: calligra Breaks: koffice-l10n-fr (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-fr_2.4.3-1.2.201403160201_all.deb Size: 1631160 MD5sum: 8143460222fd159cdaf44269286f3722 SHA1: d6a1ba0c72a5f73c32c4b2beb6552fed36e9e304 SHA256: ca29954224522bacf997245927a689e48dc6d8b674f75bb10714b0f054c7818b Description: French (fr) localization files for Calligra This package contains the French translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-hu Priority: optional Section: localization Installed-Size: 870 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-hu (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-hu Suggests: calligra Breaks: koffice-l10n-hu (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-hu_2.4.3-1.2.201403160201_all.deb Size: 219444 MD5sum: 76247da12df53374daa68aa2c6e9b501 SHA1: b92dcee892cc4736cbf4bbc1da40a8f8000adba7 SHA256: 4f2faa77f27ce6945ed40674aa2a63a56b0af307a2eaec74e14cb97013b3b3b6 Description: Hungarian (hu) localization files for Calligra This package contains the Hungarian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-it Priority: optional Section: localization Installed-Size: 1567 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-it (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-it Suggests: calligra Breaks: koffice-l10n-it (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-it_2.4.3-1.2.201403160201_all.deb Size: 400672 MD5sum: bc6c2817e01eb7981ffdb47a3de00c4c SHA1: 4334674e532894e28b0592a6816b1137ecaefb7f SHA256: bafdecc02822ea326016543edb683c4be756e5362b49177a6c325d847a0c81eb Description: Italian (it) localization files for Calligra This package contains the Italian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-kk Priority: optional Section: localization Installed-Size: 1388 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-kk (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-kk Suggests: calligra Breaks: koffice-l10n-kk (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-kk_2.4.3-1.2.201403160201_all.deb Size: 303840 MD5sum: 150d60119811a4c56d55af38c11fd460 SHA1: 872ca180958527f81f943dbd8caa75ebc089f304 SHA256: 09c52f7ee8813aeee26303487cc1d539d78a0f863a3e90dfcb952f7587ebd3e1 Description: Kazakh (kk) localization files for Calligra This package contains the Kazakh translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-nb Priority: optional Section: localization Installed-Size: 1110 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-nb (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-nb Suggests: calligra Breaks: koffice-l10n-nb (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-nb_2.4.3-1.2.201403160201_all.deb Size: 280538 MD5sum: 797c5b2c28460074a4cf40527d9975b7 SHA1: 3796a37e34798bddfa2cc1b5baba183c5d6f62a8 SHA256: 5dbfebd0ab4cbba70e3b153e4f9de369679427e7ca4655759f790e437b9dd026 Description: Norwegian Bookmal (nb) localization files for Calligra This package contains the Norwegian Bookmal translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-nds Priority: optional Section: localization Installed-Size: 1069 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-nds (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-nds Suggests: calligra Breaks: koffice-l10n-nds (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-nds_2.4.3-1.2.201403160201_all.deb Size: 267884 MD5sum: a6fd2122c9f4c9858ffc780327ce17f3 SHA1: 0fea145bd323ea6d9f356ecf210f1dbc89dc41de SHA256: f98f51f4947ba0200f65d884142109531854fbb90b9cef6fde7cf3d1f83c89ca Description: Low Saxon (nds) localization files for Calligra This package contains the Low Saxon translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-nl Priority: optional Section: localization Installed-Size: 3818 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-nl (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-nl Suggests: calligra Breaks: koffice-l10n-nl (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-nl_2.4.3-1.2.201403160201_all.deb Size: 1932894 MD5sum: e80adf88f0f16d33609ba4198261b515 SHA1: 41b70e82f1a90769bee1362ffafe2aad08881773 SHA256: e679a1bfdb4ea74244c37c96afe0e0d0cba8ebeee93dfd3638bc6ce46da1f092 Description: Dutch (nl) localization files for Calligra This package contains the Dutch translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-pl Priority: optional Section: localization Installed-Size: 1168 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-pl (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-pl Suggests: calligra Breaks: koffice-l10n-pl (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-pl_2.4.3-1.2.201403160201_all.deb Size: 296880 MD5sum: f0315f3c114ef3f7533c6054df66f714 SHA1: c82815013a29288eb089e8622f232a61edae7959 SHA256: 3e9ac48029d277130dd39c4f4d267d15317a8a7fb56cfc4f934155a8732bfece Description: Polish (pl) localization files for Calligra This package contains the Polish translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-pt Priority: optional Section: localization Installed-Size: 2367 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-pt (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-pt Suggests: calligra Breaks: koffice-l10n-pt (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-pt_2.4.3-1.2.201403160201_all.deb Size: 531712 MD5sum: 76447da2c6564b948db8d67ade129aaa SHA1: 29782a2583bb9ec31a81b691a4af4e47104e0e6b SHA256: 10af09f7eb95ca16ceba24be2555b340ac89162514a36ce29f579086df17188b Description: Portuguese (pt) localization files for Calligra This package contains the Portuguese translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-ptbr Priority: optional Section: localization Installed-Size: 2443 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-ptbr (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-ptbr Suggests: calligra Breaks: koffice-l10n-ptbr (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-ptbr_2.4.3-1.2.201403160201_all.deb Size: 609216 MD5sum: 78c96f8a1e9adf0b89639f16d5ee9fe7 SHA1: 0c2652f0ae1829977219057e177b703549481cde SHA256: 1c24e0e184caddc3f87bc9428e5fa210ee0bb5ce0a1b87b73bca121c2a5805da Description: Brazilian Portuguese (pt_BR) localization files for Calligra This package contains the Brazilian Portuguese translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-ru Priority: optional Section: localization Installed-Size: 1502 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-ru (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-ru Suggests: calligra Breaks: koffice-l10n-ru (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-ru_2.4.3-1.2.201403160201_all.deb Size: 343012 MD5sum: 81d0352abad11ce0b7d3b479cca2cd96 SHA1: d24e1e485a8966df1300e3c77ebcaaeb1ea4648f SHA256: 9ff87ca2968535f9fad696c3b1d9ae498e138b4937d788cf9e89788bfbca6986 Description: Russian (ru) localization files for Calligra This package contains the Russian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-sk Priority: optional Section: localization Installed-Size: 1145 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-sk (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-sk Suggests: calligra Breaks: koffice-l10n-sk (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-sk_2.4.3-1.2.201403160201_all.deb Size: 292124 MD5sum: 0906a607ec7d900d1eb6c538be7433ef SHA1: 26eecb29e0d7fdf99967ecd2f20e850a73741aae SHA256: 4029c21836611f617da4376b653eade13be9112e31edd0310d56589ded9a288b Description: Slovakian (sk) localization files for Calligra This package contains the Slovakian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-sv Priority: optional Section: localization Installed-Size: 3679 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-sv (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-sv Suggests: calligra Breaks: koffice-l10n-sv (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-sv_2.4.3-1.2.201403160201_all.deb Size: 1846546 MD5sum: a7731c9d256a15112a8c88029906c988 SHA1: 971772e7f3c602f69138c9862fdfcebc82f42b61 SHA256: fb855a7e9b3502f378c07fae4fc1f215fd6a8ce37a41c811f2cf6ee91e477a72 Description: Swedish (sv) localization files for Calligra This package contains the Swedish translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-uk Priority: optional Section: localization Installed-Size: 4389 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-uk (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-uk Suggests: calligra Breaks: koffice-l10n-uk (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-uk_2.4.3-1.2.201403160201_all.deb Size: 1928152 MD5sum: 9be2a94481f439855243d8078aa96150 SHA1: ef459f87a36e30112720ac320cc0320e51d5129a SHA256: 924ce6974b2986583de68963a22a694aa4614637c3208a7ae58e571f658c3ea2 Description: Ukrainian (uk) localization files for Calligra This package contains the Ukrainian translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-zhcn Priority: optional Section: localization Installed-Size: 797 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-zhcn (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-zhcn Suggests: calligra Breaks: koffice-l10n-zhcn (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-zhcn_2.4.3-1.2.201403160201_all.deb Size: 207864 MD5sum: a51d1da26b80bcf588a789550bb2c7af SHA1: 096412eaa38f17ae1b5de373cea479946946357d SHA256: 698526f61b087fe71443724d0f3daa50b7886131c70311209f535d450ce4041d Description: Chinese Simplified (zh_CN) localization files for Calligra This package contains the Chinese Simplified translation for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra-l10n-zhtw Priority: optional Section: localization Installed-Size: 1061 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-l10n Version: 1:2.4.3-1.2.201403160201 Replaces: koffice-l10n-zhtw (<< 1:2.4) Provides: calligra-l10n Depends: calligra-libs (>= 1:2.4.2) Recommends: kde-l10n-zhtw Suggests: calligra Breaks: koffice-l10n-zhtw (<< 1:2.4) Filename: 4.0-0/all/calligra-l10n-zhtw_2.4.3-1.2.201403160201_all.deb Size: 272044 MD5sum: 9bd79d4b6e60e503596e099ac0eb11e8 SHA1: b330696b1cf23d550a90c8a7ad9c37a88d98e9bb SHA256: 253cf0712b4cfaaeb5d93545da55acb63b1106aebe6948b286391940835e233c Description: Chinese Traditional (zh_TW) localization files for Calligra This package contains the Chinese Traditional translations for all the applications in the Calligra Office Suite. Homepage: http://www.calligra-suite.org/ Package: calligra Priority: optional Section: kde Installed-Size: 70 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 1:2.4.4-3.2.201403160009 Depends: braindump (>= 1:2.4.4-3.2.201403160009), calligraflow (>= 1:2.4.4-3.2.201403160009), calligraplan (>= 1:2.4.4-3.2.201403160009), calligrasheets (>= 1:2.4.4-3.2.201403160009), calligrastage (>= 1:2.4.4-3.2.201403160009), calligrawords (>= 1:2.4.4-3.2.201403160009), karbon (>= 1:2.4.4-3.2.201403160009), kexi (>= 1:2.4.4-3.2.201403160009), krita (>= 1:2.4.4-3.2.201403160009), kthesaurus (>= 1:2.4.4-3.2.201403160009) Filename: 4.0-0/all/calligra_2.4.4-3.2.201403160009_all.deb Size: 12224 MD5sum: 0708f5139919efda94146a718d9a801a SHA1: fc23a6acb3c620f356dfbe770de8cffbffef852c SHA256: 5332eaa38c22d8a5216d612ba1d1f47471463b4275eeef4010e9ef050f80f7d2 Description: extensive productivity and creative suite Calligra Suite is a set of applications written to help you to accomplish your work. It includes office applications such as a word processor, a spreadsheet, a presentation program, a database application, etc., and raster and vector graphics tools. . This metapackage provides all the components of the Calligra Suite. Homepage: http://www.calligra-suite.org Package: calligraflow-data Priority: optional Section: graphics Installed-Size: 12458 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra Version: 1:2.4.4-3.2.201403160009 Filename: 4.0-0/all/calligraflow-data_2.4.4-3.2.201403160009_all.deb Size: 6194614 MD5sum: 0d69a1464542e3101dfcd0a13f08fe7b SHA1: 1595c74c1b22c133a6825111f8c4e30936e11835 SHA256: 7dcd5b63871312e256c36a5d817cddde742ef7d76a70ed1a54baa8720faf18ff Description: data files for Flow flowcharting program This package contains architecture-independent data files for Flow, the flowcharting program shipped with the Calligra Suite. . See the calligraflow package for further information. . This package is part of the Calligra Suite. Homepage: http://www.calligra-suite.org/flow/ Package: calligrawords-data Priority: optional Section: text Installed-Size: 761 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra Version: 1:2.4.4-3.2.201403160009 Replaces: calligra-data (<< 1:2.4.3-2), koffice-data Conflicts: koffice-data Breaks: calligra-data (<< 1:2.4.3-2) Filename: 4.0-0/all/calligrawords-data_2.4.4-3.2.201403160009_all.deb Size: 487836 MD5sum: c888b635ae88e92a8ebd3658f8e7f3d2 SHA1: 345864ebd471ccdba14deb39f20f7e86b9f66fea SHA256: 68942e9622d1c281474722baf3d9230a19789c80f727a0647a8b91a17e556f78 Description: data files for Words word processor This package contains architecture-independent data files for Words, the word processor shipped with the Calligra Suite. . See the calligrawords package for further information. . This package is part of the Calligra Suite. Homepage: http://www.calligra-suite.org/words/ Package: cameleon-doc Priority: optional Section: doc Installed-Size: 69218 Maintainer: Debian OCaml Maintainers Architecture: all Source: cameleon Version: 1.9.21-2.4.201403160226 Filename: 4.0-0/all/cameleon-doc_1.9.21-2.4.201403160226_all.deb Size: 3142122 MD5sum: d39e8092f697a4266e950c3cf9fe7b4f SHA1: 79c46a716faa278fa3fcf96dfd7e6f9a8bf39115 SHA256: e2ea9d1240018e855e3182750583dd415a3659d6d736b28de91b745491f55e58 Description: documentation for Cameleon It contains documentation build with Cameleon: - Cameleon reference manual - Cameleon user manual, . Documentation can be in HTML, Postscript or odoc formats. Homepage: http://home.gna.org/cameleon/ Package: cameramonitor Priority: optional Section: gnome Installed-Size: 135 Maintainer: Adolfo González Blázquez Architecture: all Version: 0.2-2.1.4.201403160243 Depends: gconf2 (>= 2.28.1-2), python (>= 2.4), python-support (>= 0.90.0), python-gtk2 (>= 2.4), python-gconf, python-notify Filename: 4.0-0/all/cameramonitor_0.2-2.1.4.201403160243_all.deb Size: 25088 MD5sum: dde318f2e868c7ed2c66a52f48d67641 SHA1: 4bc43d0d4fdddb3168e4f53f5d877482f9e25363 SHA256: c54512e9ae3b89977adad8940d1572ed6921a88ecc964464e82d4d9320945ab9 Description: Webcam monitoring in system tray Camera Monitor is a little system tray icon that appears when your webcam is on. It is designed for the GNOME desktop, but should work as well on KDE and Xfce. Homepage: http://www.infinicode.org/code/cameramonitor/ Python-Version: 2.6, 2.7 Package: caml2html Priority: optional Section: ocaml Installed-Size: 269 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.4.1-3.2.201403160247 Depends: ocaml-base-nox-3.12.1 Filename: 4.0-0/all/caml2html_1.4.1-3.2.201403160247_all.deb Size: 56162 MD5sum: c020d488556162bdd563263afc28ddfe SHA1: 517389203eac2111d7ef7801ddd0fe1db9a94b69 SHA256: 3bca3ce6dda2f9dd4e069805c343d2600c45e12688460fcfced37de74512a206 Description: HTML and LaTeX colored syntax from OCaml source files Caml2html provides a command-line executable which converts a set of OCaml source files into a HTML or LaTeX document with colored syntax. A library is also provided for building web-page generators that would color OCaml code appropriately. Homepage: http://martin.jambon.free.fr/caml2html.html Package: camlidl-doc Priority: optional Section: doc Installed-Size: 416 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.04-4.4.201403160254 Replaces: camlidl (<< 1.04) Filename: 4.0-0/all/camlidl-doc_1.04-4.4.201403160254_all.deb Size: 256634 MD5sum: fcd9cb36f5ac56ce5724c96a78bba8e8 SHA1: 07132924525dab73646b0fb987a2757de25b8960 SHA256: 42a784a718d0cc6f0c6cd68e8289dfcbd75cdf1ca3b94db2562c62128137571d Description: Documentation for CamlIDL in PS, PDF and HTML formats CamlIDL generates stub code for interfacing Caml with C from an IDL description of the C functions. Thus, CamlIDL automates the most tedious task in interfacing C libraries with Caml programs. . It can also be used to interface Caml programs with other languages, as long as those languages have a well-defined C interface. . This package contains the CamlIDL documentation in PostScript, PDF and HTML formats. Package: camlmix Priority: optional Section: ocaml Installed-Size: 176 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.3.0-3.2.201403160305 Depends: ocaml-base-nox-3.12.1 Filename: 4.0-0/all/camlmix_1.3.0-3.2.201403160305_all.deb Size: 37690 MD5sum: c00d2aaf54d796e0364a0325ffe98de4 SHA1: d6506f450434624110ad27cdcb5ffb3b2b7e0152 SHA256: 5b1aa8f639ff5d0e19aec27420dc5bb390dd94b60c46f8f15b4c896feb812c68 Description: preprocessor which converts text with embedded OCaml Camlmix is a generic preprocessor which converts text with embedded OCaml into an OCaml program with embedded text. It produces text documents from one or several templates. OCaml toplevel statements are inserted between '## ... ##', and OCaml string expressions between '##= ... ##'. Homepage: http://martin.jambon.free.fr/camlmix/ Package: camping Priority: optional Section: web Installed-Size: 530 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.1.498-4.9.201403160326 Depends: ruby | ruby-interpreter, ruby-rack Recommends: ruby-activerecord-2.3, ruby-sqlite3 (>= 1.1.0.1), ruby-mab | ruby-tilt Suggests: thin Filename: 4.0-0/all/camping_2.1.498-4.9.201403160326_all.deb Size: 109450 MD5sum: 94114a7943d62843c5ac676baa5b3ecf SHA1: 6d883866c1117898b3e78e8816501241a60ab441 SHA256: 9de667f8f9e8b461f33bf9ab07641d41fadd70de5344959ecce058f11ab4ae9e Description: small Ruby web framework for Model-View-Controller type applications Camping is a web framework which consistently stays at less than 4kb of code. The idea here is to store a complete fledgling web application (written in Ruby) in a single file like many small CGIs, but to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going. Homepage: http://camping.rubyforge.org/ Ruby-Versions: ruby1.8 ruby1.9.1 Package: canna-shion Priority: optional Section: utils Installed-Size: 4095 Maintainer: Yukiharu YABUKI Architecture: all Version: 0.0.20010204-11.5.201403171335 Replaces: shion Depends: canna (>= 3.5b2-40), canna-utils Conflicts: shion Filename: 4.0-0/all/canna-shion_0.0.20010204-11.5.201403171335_all.deb Size: 2821756 MD5sum: 588bc55f23a343d895a1af53a1786b8d SHA1: e11834d283aab902a947dc460b2b7b9aa6850796 SHA256: 473d1dc50cdf9a7751f4e55f8a277dd0b4035a83fce7a98edbb147afda2f797b Description: supporting dictionaries for Canna Shion is a set of dictionaries supporting Canna. It has much more words than original dictionaries of Canna and it makes Canna more intelligent. Package: capistrano Priority: optional Section: ruby Installed-Size: 392 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.12.0-1.10.201403160358 Depends: ruby | ruby-interpreter, ruby-net-ssh (>= 2.0.14), ruby-net-sftp (>= 2.0.0), ruby-net-scp (>= 1.0.0), ruby-net-ssh-gateway (>= 1.0.0), ruby-highline Filename: 4.0-0/all/capistrano_2.12.0-1.10.201403160358_all.deb Size: 96606 MD5sum: f5cb94c2a4ef9fc3f4f29be1b34030bd SHA1: a1d1652541d55a485f2bb0eb8cc9b38e2660af9a SHA256: 079b18c8cedc1ab9ac37368edcb861a4a5f0e14765b1a5f5ef1eae56ab3d0ae5 Description: Executes commands in parallel on multiple servers Capistrano is great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more. Ideal for system administrators, whether professional or incidental. Easy to customize. Its configuration files use the Ruby programming language syntax, but you don't need to know Ruby to do most things with Capistrano. . Capistrano is easy to extend. It's written in the Ruby programming language, and may be extended easily by writing additional Ruby modules. Homepage: http://www.capify.org Ruby-Versions: ruby1.8 ruby1.9.1 Package: caribou-antler Priority: extra Section: gnome Installed-Size: 145 Maintainer: Debian GNOME Maintainers Architecture: all Source: caribou Version: 0.4.4-1.2.201403160447 Depends: python (>= 2.6.6-7~), python (<< 2.8), caribou (= 0.4.4-1.2.201403160447), python-gi, gir1.2-caribou-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-clutter-1.0, python-dbus, dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/caribou-antler_0.4.4-1.2.201403160447_all.deb Size: 15916 MD5sum: 0a8af6addd95d21afbbceb20ca5c571c SHA1: 0500ba4e8f4b89c86b99ba38efbbfeef509eaeea SHA256: ff575650e6f8fe18882b959721461b4e17b61b0c383f0c07c8f82b4c059c30b0 Description: Configurable on screen keyboard with scanning mode An input assistive technology intended for switch and pointer users. Package: caribou Priority: optional Section: gnome Installed-Size: 937 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.4.4-1.2.201403160447 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gi, gir1.2-caribou-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-clutter-1.0, python-dbus, python-pyatspi2, dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/caribou_0.4.4-1.2.201403160447_all.deb Size: 67306 MD5sum: ff2e9f757203dc6144ac759d7531faed SHA1: 652a107ee80f53ce66081a9c96f1402989652824 SHA256: a867ce12ea14f2c553ec0b8486c815f4903da0255699a80c4a24fcb40f46ad42 Description: Configurable on screen keyboard with scanning mode An input assistive technology intended for switch and pointer users. Package: carmetal Priority: extra Section: math Installed-Size: 3954 Maintainer: Yves Combe Architecture: all Version: 3.5.2+dfsg-1.8.201403160459 Depends: openjdk-7-jre | openjdk-6-jre, jarwrapper (>= 0.5) Filename: 4.0-0/all/carmetal_3.5.2+dfsg-1.8.201403160459_all.deb Size: 2515952 MD5sum: ace26eaa80828125d92d072787ce11a5 SHA1: ca538b35b858085d42ac531e672b2bf46b6d932f SHA256: b868c65f7b9205ba3a4b37ae1c3d3303fb5bd820f5620f8f50a754c6f6544de5 Description: dynamic geometry software with highly ergonomic UI Based on the C.a.R. (Compass and Ruler) project, CaRMetal includes all of its functionalities - or almost. It propose a different approach from the graphical interface point of view. . - Ruler and compass constructions can be changed by dragging one of the basic construction points. The construction follows immediately. The student can check the correctness of the construction and gain new insight. - Tracks of points and animated constructions can help to understand geometric relations. Tracks can be used as new objects to explore. - With the macros of C.a.R. very complicated constructions become possible. Macros are also a way to organize the geometric thinking. - Hiding construction details and using colors make constructions clearer to read. In C.a.R. lines and circles can also be reduced to the relevant points. - Arithmetic computations, numerical solutions, curves and functions go beyond classical constructions. It is even possible to construct in 3D using advanced macros. - Other geometries, hyperbolic or elliptic, can be explored. - Scripting (javascript based) of figures. Package: carton Priority: optional Section: perl Installed-Size: 134 Maintainer: Debian Perl Group Architecture: all Version: 0.9.7-1.2.201403160505 Depends: perl (>= 5.10.1), cpanminus (>= 1.5013), libcapture-tiny-perl, libcpan-meta-perl (>= 2.120921), libcpan-meta-requirements-perl, libexception-class-perl (>= 1.32), libjson-perl (>= 2.53), liblocal-lib-perl (>= 1.008000), libmodule-cpanfile-perl, libtry-tiny-perl (>= 0.09) Filename: 4.0-0/all/carton_0.9.7-1.2.201403160505_all.deb Size: 61258 MD5sum: 4845c493b351752a91d7bfc9ac4455d1 SHA1: 0bdab63f02e146170f6e68fd8aa2733018916a7a SHA256: 2369a47ad728ffca5f82b013c8f159a40f3e067aed55bf4d5361be6caecb5d8b Description: Perl module dependency manager (aka Bundler for Perl) carton is a command line tool to track the Perl module dependencies for your Perl application. The required dependencies are managed through a file named cpanfile and tracked through the carton.lock file. It makes deployments easier and allows other developers of your application to have the exact same versions of the modules. Homepage: http://search.cpan.org/dist/carton/ Package: caspar-doc Priority: optional Section: doc Installed-Size: 149 Maintainer: Joost van Baal-Ilić Architecture: all Source: caspar Version: 20120530-1.4.201403160508 Suggests: caspar Filename: 4.0-0/all/caspar-doc_20120530-1.4.201403160508_all.deb Size: 75212 MD5sum: 0318514d238bbc3eca12c7c9c3912a00 SHA1: 074666d801231109d644650155ce602b75f82e5c SHA256: 1002c7dc7368682b3f60bcdb232cd8ec5646e1df7e3046a3f64a97e59f84c6f0 Description: documentation for caspar Caspar offers Makefile snippets for common tasks, like installing (system configuration) files or typesetting documentation. . This package contains the caspar manpages in HTML and PostScript format as well as some other documentation. Homepage: http://mdcc.cx/caspar Package: caspar Priority: optional Section: devel Installed-Size: 115 Maintainer: Joost van Baal-Ilić Architecture: all Version: 20120530-1.4.201403160508 Depends: make Suggests: jade, jadetex, texlive-latex-base, texlive-binaries, w3m, ghostscript, psutils, lpr, man-db, docbook-dsssl, perl, caspar-doc Conflicts: caspar-doc (<< 20091115-1) Filename: 4.0-0/all/caspar_20120530-1.4.201403160508_all.deb Size: 33532 MD5sum: 657bc9a1e76b4c8f50638055718fa860 SHA1: 0099d8d95c0fe3a458c59b1d7c0f16030b87ec6f SHA256: 0064beb360b91072373512deb0cc40ff995a4e7ba578eb53540c1b9aecb9e24f Description: Makefile snippets for centralized configuration management and typesetting Caspar offers Makefile snippets for tasks like installing files you maintain using a version control system, or typesetting documents in some markup language. . If you need to maintain and distribute lots of files (system configuration files for Unix hosts using a version control system, e.g.), caspar is likely useful for you. It is comparable with other tools for Unix system administrators like puppet and cfengine. Main difference: the caspar code consists of less than 100 lines of GNU Make, so if puppet and cfengine are overkill for your needs, you'll probably like the small and simple caspar tool. . If you write documents in a markup language like LaTeX, DocBook XML, DocBook SGML or POD, and want to automate the typesetting, you'll like caspar. Install all suggested packages if you'd like to use this typesetting functionality (or pick the suitable ones from the list of suggested packages). . It's not strictly necessary to know how to write Makefiles when using caspar. Homepage: http://mdcc.cx/caspar Package: catfish Priority: optional Section: utils Installed-Size: 308 Maintainer: Cody A.W. Somerville Architecture: all Version: 0.3.2-2.1.6.201407141118 Depends: python, python-support (>= 0.90.0), python-gtk2 (>= 2.6), python-glade2, python-gobject Recommends: python-xdg Suggests: python-dbus, strigi-daemon, doodle, tracker, beagle Filename: 4.0-0/all/catfish_0.3.2-2.1.6.201407141118_all.deb Size: 33526 MD5sum: f2c20733129cb02f5f49abe334797d6a SHA1: 1bcf61cfb8c7083d699e4354bf69c51c63203d82 SHA256: 8679f3897b15b45ed02f553bd7ff992a148b02950a50966774f4e8948b9d80a7 Description: file search tool that support several different engines A file search tool using different backends which is configurable via the command line. . This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line. . Currently find, locate, tracker, strigi, pinot, and beagle are supported as backends. Homepage: http://software.twotoasts.de/index.php?/pages/catfish_summary.html Package: cbflib-doc Priority: extra Section: doc Installed-Size: 968 Maintainer: Morten Kjeldgaard Architecture: all Source: cbflib Version: 0.7.9.1-3.4.201403160559 Filename: 4.0-0/all/cbflib-doc_0.7.9.1-3.4.201403160559_all.deb Size: 215342 MD5sum: 303dab2ea50c6306435a7bb657e62b1d SHA1: 20a1bc8ba84338b382b6c051af9b91eae5a69558 SHA256: 53b0ca9917150fe68bb96c85cc4539ef1f4dcc11580d72e8fa63e4af991812e9 Description: documentation for CBFlib CBFlib is a library of ANSI-C functions providing a simple mechanism for accessing Crystallographic Binary Files (CBF files) and Image-supporting CIF (imgCIF) files. . This package contains the documentation to CBFlib. Enhances: libcbf-dev Homepage: http://www.bernstein-plus-sons.com/software/CBF/ Package: cbios Priority: extra Section: misc Installed-Size: 560 Maintainer: Debian QA Group Architecture: all Version: 0.25-2.4.201403160605 Recommends: openmsx | msx-emulator Filename: 4.0-0/all/cbios_0.25-2.4.201403160605_all.deb Size: 95704 MD5sum: 9537a5a4300f47871d32bd23c8d65d8d SHA1: b3d0b0ef742697d499e87b4db752877f405bf346 SHA256: f3d8dcd5fc75538de1630d6d3aec3109a4c72c1e89fbcf0219b87c0242daf932 Description: open source MSX BIOS roms C-BIOS is an open source BIOS for MSX computers. C-BIOS can be shipped with MSX emulators so they are usable out-of-the-box. It comes readily configured for the openMSX emulator. Package: cclib Priority: optional Section: science Installed-Size: 53 Maintainer: Debichem Team Architecture: all Version: 1.0.1-2.2.201403160728 Depends: python, python-cclib (= 1.0.1-2.2.201403160728) Suggests: cclib-data Filename: 4.0-0/all/cclib_1.0.1-2.2.201403160728_all.deb Size: 10178 MD5sum: 44d0f3f0d9bf207c90c8c19c19e1215a SHA1: 62b1188394779cdcf92dfc84ef8d185e86fefc3a SHA256: fae56b6d9deef1b9fe4c2f7a2ca11162da5e0e0190d98979cbbe9013d79c4d17 Description: Parsers and algorithms for computational chemistry A Python library that provides parsers for computational chemistry log files. It also provides a platform to implement algorithms in a package-independent manner. . This package contains helper scripts for end users. . If you are looking for the unit tests and data files managed by cclib, they are distributed separately as in non-free package cclib-data. Homepage: http://cclib.sourceforge.net Package: cd-circleprint Priority: optional Section: text Installed-Size: 202 Maintainer: Colin Tuckley Architecture: all Version: 0.7.0-3.4.201403160814 Depends: perl, perl-modules, perl-tk Suggests: imagemagick, gv Filename: 4.0-0/all/cd-circleprint_0.7.0-3.4.201403160814_all.deb Size: 84544 MD5sum: 60c61e1492cc9fc2dce496727a96e838 SHA1: 711bf5b74129ab447a167eab06b8ef759608dfca SHA256: 11094a8535b4fc4fab6f202301c9a3b9b9ab6b7ca42cb422c9ed27965310609e Description: prints round cd-labels cd-circleprint is a program to create round cd-labels written in perl, using perl-tk to produce a graphical frontend. The labels have four lines of nice curved text and an additional four fields with normal text. Each field has selectable text-size, font and colour. The background colour is also selectable. The label may also have a background image. You can squeeze the whole page if your printer doesn't generate correct circles and you can move the two labels on the sheet to accommodate different types of label sheets. The output is postscript to make it as portable as possible. Homepage: http://sourceforge.net/projects/cd-circle-print/ Package: cdbs Priority: optional Section: devel Installed-Size: 288 Maintainer: CDBS Hackers Architecture: all Version: 0.4.115.42.201403160842 Recommends: autotools-dev Suggests: devscripts Filename: 4.0-0/all/cdbs_0.4.115.42.201403160842_all.deb Size: 81874 MD5sum: 5c9d40aae4a56e3126a42678c9d95264 SHA1: 5097b0e0d18392093f35de84f662235d4e185a09 SHA256: dc2398f4b3c253ffc04f4aad1121e8dc40fa1e954595cba2711d86bdba3d8a54 Description: common build system for Debian packages This package contains the Common Debian Build System, an abstract build system based on Makefile inheritance which is completely extensible and overridable. In other words, CDBS provides a sane set of default rules upon which packages can build; any or all rules may be overridden as needed. Multi-Arch: foreign Package: cdlabelgen Priority: optional Section: graphics Installed-Size: 587 Maintainer: Juan Manuel Garcia Molina Architecture: all Version: 4.1.0-2.4.201403161002 Depends: perl Recommends: ghostscript Filename: 4.0-0/all/cdlabelgen_4.1.0-2.4.201403161002_all.deb Size: 189024 MD5sum: 27565749149fe03951fb3866d7c49503 SHA1: 927cfff56febc8f3802705c1327d996eec1b99da SHA256: d9dc0af9521f2ddb3580d594915cd2af06a1035c3ccec5576c7babfd77823577 Description: generates front cards and tray cards for CDs and DVDs cdlabelgen was designed to simplify the process of generating labels for CDs and DVDs. It originated as a program to allow auto generation of front cards and tray cards for CDs burned via an automated mechanism (specifically for archiving data), but has now become popular for labelling CD compilations of mp3's, and copies of CDs. Note that cdlabelgen does not actually print anything--it just spits out postscript, which you can then do with as you please. Homepage: http://www.aczoom.com/tools/cdinsert/ Package: cdrkit-doc Priority: optional Section: doc Installed-Size: 261 Maintainer: Joerg Jaspert Architecture: all Source: cdrkit Version: 9:1.1.11-2.10.201403161036 Replaces: cdrtools-doc Suggests: wodim, genisoimage, icedax Conflicts: cdrtools-doc Filename: 4.0-0/all/cdrkit-doc_1.1.11-2.10.201403161036_all.deb Size: 160512 MD5sum: 8bffae7eea24ac4d588ff987723e517b SHA1: a4fe1c779d5291f1f952398d0b2ed7a316f134a1 SHA256: 1e71b96322647e46d9d2b2c6fac56b2bbed730811076954af19eee45b740ec5c Description: Documentation for the cdrkit package suite This is the documentation for the cdrkit package suite, namely wodim, genisoimage and icedax. Package: cecilia Priority: optional Section: sound Installed-Size: 3334 Maintainer: Free Ekanayaka Architecture: all Version: 2.0.5-2.2.4.201403161120 Depends: csound (>= 4.23), tk8.3 | tk8.4 Filename: 4.0-0/all/cecilia_2.0.5-2.2.4.201403161120_all.deb Size: 1648694 MD5sum: 8b25776f428980b575213256b039641d SHA1: aed3351b76f41d37b6cd3176264e118ced46a630 SHA256: 1167d07541d4df327979e598a28fc3d02036f8d168dcc0653e71b1cb359ae42c Description: graphic user interface for CSound Cecilia is a graphic user interface for the sound synthesis and sound processing package CSound. Cecilia enables the user to build very quickly graphic interfaces with sliders and curves to control CSound intruments. It is also an editor to CSound with syntax highlighting and a built-in reference. Cecilia is also a great tool to explore the parameters of a new opcode in an interactive and intuitive way. . Cecilia was designed by and for musicians and sound designers. All the traditional sound processing devices are included such as EQs, compressors and delays adapted for the most simple applications and the wildest imaginable sonic contortions. Package: cedar-backup2-doc Priority: optional Section: doc Installed-Size: 13881 Maintainer: Kenneth J. Pronovici Architecture: all Source: cedar-backup2 Version: 2.21.0-2.4.201403161124 Replaces: cedar-backup2 (<< 2.7.2-2) Filename: 4.0-0/all/cedar-backup2-doc_2.21.0-2.4.201403161124_all.deb Size: 1503652 MD5sum: 414fc65d01f8525d475c3e963062e6cc SHA1: 551adafa3d2f29caa80992ffef8dd55e60e3633b SHA256: 60aa29c5efdc8b6212ec25e6c94bc8a968d3a27572a01eb18e941ca9af328cdb Description: local and remote backups to CD or DVD media (documentation) Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources. . Cedar Backup is focused around weekly backups to a single CD or DVD disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add incremental data to a disc on a daily basis. . Besides offering command-line utilities to manage the backup process, Cedar Backup provides a well-organized library of backup-related functionality, written in the Python programming language. . This package provides the end-user and library public interface documentation for Cedar Backup, both in HTML form. You really should read through the end-user documentation before using Cedar Backup for the first time. Homepage: http://cedar-solutions.com/software/cedar-backup/ Package: cedar-backup2 Priority: optional Section: admin Installed-Size: 1180 Maintainer: Kenneth J. Pronovici Architecture: all Version: 2.21.0-2.4.201403161124 Depends: python (>= 2.6.6-7~), python (<< 2.8) Recommends: dvd+rw-tools, wodim, genisoimage, eject, ssh, cedar-backup2-doc Suggests: subversion, mysql-client, postgresql-client, grepmail, gnupg Conflicts: cedar-backup Filename: 4.0-0/all/cedar-backup2_2.21.0-2.4.201403161124_all.deb Size: 224864 MD5sum: 432f60854eff8dfb9b9cf9ab4786a94f SHA1: 94fb08470e01492362519831f9af461ac0db5c30 SHA256: 76fff27665699b0c1944fc95c38d72333e89ad6fc6a1e4301f16b1693f9efb9d Description: local and remote backups to CD or DVD media Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources. . Cedar Backup is focused around weekly backups to a single CD or DVD disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add incremental data to a disc on a daily basis. . Besides offering command-line utilities to manage the backup process, Cedar Backup provides a well-organized library of backup-related functionality, written in the Python programming language. . This package provides Cedar Backup command-line utilities as well as the CedarBackup2 Python library. The accompanying documentation package (cedar-backup2-doc) contains all of the end-user and library public interface documentation. You really should install cedar-backup2-doc and read through the end-user documentation before using Cedar Backup for the first time. Homepage: http://cedar-solutions.com/software/cedar-backup/ Package: celestia-common Priority: optional Section: science Installed-Size: 55946 Maintainer: Guus Sliepen Architecture: all Source: celestia Version: 1.6.1+dfsg-2.6.201403161153 Replaces: celestia (<< 1.4.1) Suggests: celestia-common-nonfree Conflicts: celestia (<< 1.4.1) Filename: 4.0-0/all/celestia-common_1.6.1+dfsg-2.6.201403161153_all.deb Size: 28810768 MD5sum: 56aa26b59689031148133aaf92bb4b03 SHA1: 1f8dde85f7b929db528bbd8b781e317f540c0856 SHA256: 17132da91a8fceb95372084bfc11d2623c38e4342f53c040cc679ea8a2ad534b Description: datafiles for Celestia, a real-time visual space simulation Celestia is a free 3D astronomy program. Based on the Hipparcos Catalogue, it allows users to display objects ranging in scale from artificial satellites to entire galaxies in three dimensions using OpenGL. Unlike most planetarium software, the user is free to travel about the Universe. . This package contains the data files for Celestia. Homepage: http://www.shatters.net/celestia/ Package: celestia Priority: optional Section: science Installed-Size: 64 Maintainer: Guus Sliepen Architecture: all Version: 1.6.1+dfsg-2.6.201403161153 Depends: celestia-gnome | celestia-glut Filename: 4.0-0/all/celestia_1.6.1+dfsg-2.6.201403161153_all.deb Size: 39986 MD5sum: 4406df7ce590cad146ecc3c5bdd3436e SHA1: 4267db728e5aa31082870974af3e01807f4f5b14 SHA256: 54baba9a0278f716cb8915f2eab0d901e884b37ea9234482c6c7cb31014596da Description: real-time visual space simulation Celestia is a free 3D astronomy program. Based on the Hipparcos Catalogue, it allows users to display objects ranging in scale from artificial satellites to entire galaxies in three dimensions using OpenGL. Unlike most planetarium software, the user is free to travel about the Universe. . This is a dummy package that selects at least one frontend for Celestia. Homepage: http://www.shatters.net/celestia/ Package: centerim-common Priority: optional Section: net Installed-Size: 1361 Maintainer: Anibal Avelar Architecture: all Source: centerim Version: 4.22.10-2.10.201403161220 Replaces: centericq (<< 4.6.9-5), centericq-common Filename: 4.0-0/all/centerim-common_4.22.10-2.10.201403161220_all.deb Size: 706158 MD5sum: ab22aadcd57d92d3a32aba3de1c00e28 SHA1: c520c5f2e0ebc14e1942fffa58d7fa8ed0c9a73e SHA256: f6188b1685dee250d6e4de74cd64a630eedc54c306116d5dec88c384d37de2c0 Description: A text-mode multi-protocol instant messenger client (data files) Centerim is a fork of the centericq instant messaging client . Centerim is a text mode menu- and window-driven IM client program that supports the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber protocols. . This package provides the common files for centerim and centerim-fribidi binary packages (manpages, locales and documentation). Homepage: http://www.centerim.org/ Package: cereal Priority: extra Section: utils Installed-Size: 121 Maintainer: Daniel Kahn Gillmor Architecture: all Version: 0.24-1.4.201403161235 Depends: runit (>= 1.8.0-3), screen, adduser, procmail Filename: 4.0-0/all/cereal_0.24-1.4.201403161235_all.deb Size: 22704 MD5sum: b93c796f1057d467f94c4ec45ddc32a5 SHA1: 128afdc6ef7f45e65b860f98e631d531cc3d6e9a SHA256: 11075e2d090c6b9b623556492dab6ad5f9621f25f45faf9e204a76d3c5733ad2 Description: automated, logged serial terminal management system cereal provides a framework to easily set up and maintain automated, timestamped logs of serial lines, while simultaneously allowing end user access to them. This is probably most useful for providing automated, logged access to remote serial consoles. . cereal can control an arbitrary number of independently monitored and logged lines. Direct access to the monitored lines is allowed only to a specific user (who doesn't necessarily otherwise have access to the direct serial line), but logs can be made available to any group. Logs are rotated automatically and their total space can be limited in size. Homepage: http://cmrg.fifthhorseman.net/wiki/cereal Package: cernlib-base-dev Priority: extra Section: devel Installed-Size: 325 Maintainer: Debian Science Maintainers Architecture: all Source: cernlib Version: 20061220+dfsg3-2.5.201403161243 Replaces: cernlib-base (<< 2005.dfsg-6), libcojets1-dev (<= 2004.11.04.dfsg-0sarge1), libgeant1-dev (<= 2004.11.04.dfsg-0sarge1), libherwig59-dev (<= 2004.11.04.dfsg-0sarge1), libisajet758-dev (<= 2004.11.04.dfsg-0sarge1), libkuipx11-1-dev (<= 2004.11.04.dfsg-0sarge1), libmathlib1-dev (<= 2004.11.04.dfsg-0sarge1), libpaw1-dev (<= 2004.11.04.dfsg-0sarge1), libpdflib804-dev (<= 2004.11.04.dfsg-0sarge1), libphtools1-dev (<= 2004.11.04.dfsg-0sarge1) Depends: cernlib-base (= 20061220+dfsg3-2.5.201403161243) Conflicts: blas2-dev, lapack2-dev Breaks: libcojets1-dev (<= 2004.11.04.dfsg-0sarge1), libgeant1-dev (<= 2004.11.04.dfsg-0sarge1), libherwig59-dev (<= 2004.11.04.dfsg-0sarge1), libisajet758-dev (<= 2004.11.04.dfsg-0sarge1), libkuipx11-1-dev (<= 2004.11.04.dfsg-0sarge1), libmathlib1-dev (<= 2004.11.04.dfsg-0sarge1), libpaw1-dev (<= 2004.11.04.dfsg-0sarge1), libpdflib804-dev (<= 2004.11.04.dfsg-0sarge1), libphtools1-dev (<= 2004.11.04.dfsg-0sarge1) Filename: 4.0-0/all/cernlib-base-dev_20061220+dfsg3-2.5.201403161243_all.deb Size: 73656 MD5sum: f1c51ca78944f88ad9ffde81bd9dac62 SHA1: 25e7985b024db0c79098118ae75b7f700f74d325 SHA256: 8cda0ca69c37eab213c970482f1022ed752e4241c779494947372fa539a0bc1a Description: CERNLIB data analysis suite - dependencies checking script CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This package includes the "cernlib" script that lists the command-line options needed for linking against CERNLIB libraries. The script has been rewritten from the upstream version to calculate dependencies recursively. Also included are a contributed set of Autoconf macros to test for CERNLIB libraries, and a set of Imake macros to allow CERNLIB modules to be built out-of-tree. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cernlib-base Priority: optional Section: devel Installed-Size: 129 Maintainer: Debian Science Maintainers Architecture: all Source: cernlib Version: 20061220+dfsg3-2.5.201403161243 Suggests: vim-addon-manager Filename: 4.0-0/all/cernlib-base_20061220+dfsg3-2.5.201403161243_all.deb Size: 63778 MD5sum: 39f718f7a72fd50ac86ae89b21a01725 SHA1: d53dcbe7114fc3094d669e36e0c04bc3d2125d8f SHA256: 5d1483ba6937bce742425a77039c34de8cfc9071b7fc55848b047ad0807b2043 Description: CERNLIB data analysis suite - common files CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This package includes miscellaneous architecture-independent files useful for CERNLIB libraries and programs, including an example script that can generate a skeleton CERNLIB directory structure and Vim syntax highlighting macros for KUIPC CDF files and PAW "kumac" macro files. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cernlib-core-dev Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Science Maintainers Architecture: all Source: cernlib Version: 20061220+dfsg3-2.5.201403161243 Depends: cernlib-base (= 20061220+dfsg3-2.5.201403161243), cernlib-base-dev, libgraflib1-dev, libgrafx11-1-dev, libkernlib1-dev, libpacklib-lesstif1-dev, libmathlib2-dev, libpacklib1-dev, libpawlib2-dev, libpawlib-lesstif3-dev, kuipc, dzedit, nypatchy Filename: 4.0-0/all/cernlib-core-dev_20061220+dfsg3-2.5.201403161243_all.deb Size: 1102 MD5sum: f1c1a175f27fcb1a9a996730108010f3 SHA1: bbc1b71549737c1660df8f914c8997ee3d1b98cd SHA256: 53c01559b7fe6cc37be8d50e3a7cefc5fd75e4d95391b51a60e95f1d7cd7e785 Description: CERNLIB data analysis suite - core development files CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This metapackage provides the header files and static libraries needed by developers using the CERN libraries and not specifically interested in high energy physics. It also provides the CERNLIB development tools: DZedit, KUIPC, and the Nypatchy family of programs. CERNLIB analysis programs may be obtained by installing the cernlib-core metapackage. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cernlib-core Priority: optional Section: science Installed-Size: 21 Maintainer: Debian Science Maintainers Architecture: all Source: cernlib Version: 20061220+dfsg3-2.5.201403161243 Depends: cernlib-base (= 20061220+dfsg3-2.5.201403161243), kxterm, paw++, paw, paw-common, paw-demos Filename: 4.0-0/all/cernlib-core_20061220+dfsg3-2.5.201403161243_all.deb Size: 1052 MD5sum: 6a0d4a4aa8b32e69dab8e3047a1a6f16 SHA1: 11366c7c07e7dbb28abb4a06c38a7817d10ad912 SHA256: b48fd6873123a9cf2297c0f0b84228a15f510d3760cafd363284c8b9a837b940 Description: CERNLIB data analysis suite - main libraries and programs CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This metapackage provides the libraries and analysis tools (e.g. PAW) likely to be wanted by most users of the CERN libraries who are not interested specifically in high energy physics. It does not provide development libraries or tools; those may be obtained by installing the cernlib-core-dev metapackage or individual lib*-dev packages. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cernlib-extras Priority: optional Section: science Installed-Size: 21 Maintainer: Debian Science Maintainers Architecture: all Source: cernlib Version: 20061220+dfsg3-2.5.201403161243 Depends: cernlib-base (= 20061220+dfsg3-2.5.201403161243), pawserv, zftp Filename: 4.0-0/all/cernlib-extras_20061220+dfsg3-2.5.201403161243_all.deb Size: 1116 MD5sum: ad0294cb15026226037304bc2e271d40 SHA1: 453ca70d231797b7bd388ede99a5a425cb89fa2e SHA256: 6c078f6f47e0b04c672df70604a63c2d57cc5c0ee4f70316c52e6d09aeff2e6b Description: CERNLIB data analysis suite - extra programs CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This metapackage provides a few additional CERNLIB programs not included in any other CERNLIB package. Very few people are likely to be interested in them; currently they include zftp, pawserv and zserv. The latter two programs run as daemons through inetd and may raise concerns about the system's security. . Installing this package along with the 'cernlib' metapackage will supply a complete set of all CERNLIB programs and libraries, except for those not included in Debian due to licensing reasons. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cernlib-montecarlo Priority: optional Section: science Installed-Size: 21 Maintainer: Debian Science Maintainers Architecture: all Source: mclibs Version: 20061220+dfsg3-2.4.201403150454 Depends: cernlib-base (>= 2006.dfsg.2-7), montecarlo-base (= 20061220+dfsg3-2.4.201403150454), libcojets2-dev (>= 2006.dfsg.2-4), libeurodec1-dev (>= 2006.dfsg.2-4), libherwig59-2-dev (>= 2006.dfsg.2-4), libpdflib804-2-dev (>= 2006.dfsg.2-4), libphotos202-dev (>= 2006.dfsg.2-4), libphtools2-dev (>= 2006.dfsg.2-4), libisajet758-3-dev (>= 2006.dfsg.2-4), montecarlo-data (>= 2006.dfsg.2) Filename: 4.0-0/all/cernlib-montecarlo_20061220+dfsg3-2.4.201403150454_all.deb Size: 1240 MD5sum: a8d9a1469626e1569ac14dd8f2b7b90a SHA1: 9e0a04352b5b6d4cefdfc203dc2452a11aa864cf SHA256: a20a91f7f2c984301e5209e94476b37b0d944c21190ed12fc5219558c0c580a0 Description: CERNLIB Monte Carlo libraries CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This metapackage provides various Monte Carlo libraries included in CERNLIB (both shared and static). Likely only physicists will be interested in these packages. Note that the GEANT 3.21 framework is not included, but it may be obtained by also installing the geant321 Debian package. . Be aware that the libraries of Ariadne, Fritiof, Jetset, Lepto, and Pythia are not available within Debian due to licensing issues; see the README.Debian file in the montecarlo-base package for information on obtaining them. Homepage: http://wwwasd.web.cern.ch/wwwasd/cernlib/mc.html Package: cernlib Priority: optional Section: science Installed-Size: 29 Maintainer: Debian Science Maintainers Architecture: all Version: 20061220+dfsg3-2.5.201403161243 Depends: cernlib-base (= 20061220+dfsg3-2.5.201403161243), cernlib-core, cernlib-core-dev, cernlib-montecarlo, geant321-doc, geant321 Filename: 4.0-0/all/cernlib_20061220+dfsg3-2.5.201403161243_all.deb Size: 1182 MD5sum: b8ce10092ae14be410d2d94a44f37bd8 SHA1: 50609e437679e119b2b12e5a27a05c171947eb6d SHA256: e4b6e066085d26a7bcd52bf2312958a2ec6153968d4631a5c55b33c4a511bb44 Description: CERNLIB data analysis suite - general use metapackage CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences. . This metapackage provides almost all of the programs and libraries contained in CERNLIB. Most people will likely want only a subset of these. A few extra CERNLIB programs, not of interest to many people, may be obtained via the cernlib-extras metapackage. Homepage: http://cernlib.web.cern.ch/cernlib/ Package: cfget Priority: optional Section: admin Installed-Size: 84 Maintainer: Enrico Zini Architecture: all Version: 0.18-1.4.201403161338 Depends: python Filename: 4.0-0/all/cfget_0.18-1.4.201403161338_all.deb Size: 13680 MD5sum: 6df83062c4dcda6590a647deaa1d4ab5 SHA1: 654ff3ef1eca61e9c70d473a2603e437a7b7b3db SHA256: a870051f3c5a8cbb6ca82326c4ea7f7de65ddfd711acd9b5c751149870b52674 Description: featureful tool to read values from config files cfget is a simple yet featureful tool to read values from configuration files. It is useful, for example, to create configurable shellscripts or makefiles. . Besides retrieving values, it can dump the information in several convenient ways, like a set of sh exports commands that can be conveniently passed to eval. It can also use the configuration values to expand template files. . It can also be configured to support virtual configuration values that, if not present in the config file, are automatically computed from the existing values. This makes it convenient, for example, to get a "duration" value from a configuration file that only contains a "start date" and an "end date". . It is also easy to create plugins to provide custom templating systems, export styles, dynamic values and even custom configuration file parsers. Homepage: http://www.enricozini.org/sw/cfget/ Package: cfi-en Priority: optional Section: doc Installed-Size: 851 Maintainer: Krzysztof Burghardt Architecture: all Source: cfi Version: 3.0-8.4.201403161343 Suggests: www-browser Filename: 4.0-0/all/cfi-en_3.0-8.4.201403161343_all.deb Size: 301440 MD5sum: 0e831aaf690ba95953f2b8b87b315e09 SHA1: f6458074f594b647b57973537ce73d0b6bc9dbc1 SHA256: 00545cac0e633ae0e0616bc6cca6283c74e90c3796c0a434730580467f72c40c Description: Copyright does not exist, book about hacker culture Copyright does not exist: Book about hacker culture, folklore and history by Linus Walleij. This is a translation from the original Swedish text. In HTML format. Package: cfi-sv Priority: optional Section: doc Installed-Size: 4472 Maintainer: Krzysztof Burghardt Architecture: all Source: cfi Version: 3.0-8.4.201403161343 Suggests: www-browser, tkdvi | xgdvi Filename: 4.0-0/all/cfi-sv_3.0-8.4.201403161343_all.deb Size: 940404 MD5sum: 6b2fb6466c6bdc89bfc02a2c2815af42 SHA1: 3a8536b1ac24dfcc7c5703687eeb5ebfb3907032 SHA256: 21c093a9989ebcb103f8e5d6e1631c8dc5b48b60ab246e6f097d5641f94025e3 Description: Copyright finns inte, book about hacker culture Copyright finns inte: Book about hacker culture, folklore and history by Linus Walleij. This is the original Swedish text. In HTML and DVI format. Package: cfortran Priority: optional Section: devel Installed-Size: 598 Maintainer: Debian Science Maintainers Architecture: all Version: 4.4-14.6.201403161414 Recommends: gcc | c-compiler, gfortran | fortran-compiler Conflicts: libcfitsio-dev (<< 2.440-1) Filename: 4.0-0/all/cfortran_4.4-14.6.201403161414_all.deb Size: 130568 MD5sum: 239cb095be5f7e096e3850a51ce11c7f SHA1: 79fb248d8a4b628bb51547f36dc7b7faa4a6d946 SHA256: 1818c876b64004b79ab2df9b1abf1587935af92789aa21c38ea14443da62dabe Description: Header file permitting Fortran routines to be called in C/C++ cfortran.h is an easy-to-use powerful bridge between C and FORTRAN. It provides a completely transparent, machine independent interface between C and FORTRAN routines (= subroutines and/or functions) and global data, i.e. structures and COMMON blocks. Homepage: http://www-zeus.desy.de/~burow/cfortran/ Package: cfv Priority: optional Section: utils Installed-Size: 154 Maintainer: Stefan Alfredsson Architecture: all Version: 1.18.3-2.9.201403161424 Depends: python (>= 2.6.6-7~), python (<< 2.8) Suggests: python-imaging, bittorrent | bittornado Filename: 4.0-0/all/cfv_1.18.3-2.9.201403161424_all.deb Size: 38704 MD5sum: 84493d6364862255c241a28b21f75faf SHA1: 873aef033ebc1fedb9918b3a86f08b5a77b364db SHA256: ae2e911ceffcf97312514f8916c50df6e0a3f042256308f77f3169d1e2c1880e Description: versatile file checksum creator and verifier cfv is a utility to test and create a wide range of checksum verification files. It currently supports testing and creating sfv, sfvmd5, csv, csv2, csv4, md5, bsdmd5, torrent and crc files. Test-only support is available for par, par2. Homepage: http://cfv.sourceforge.net/ Package: cgvg Priority: optional Section: devel Installed-Size: 77 Maintainer: Sergio Talens-Oliag Architecture: all Version: 1.6.2-2.5.201411010208 Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7) Suggests: ctags Filename: 4.0-0/all/cgvg_1.6.2-2.5.201411010208_all.deb Size: 21452 MD5sum: 8a30ca911a2e7fcb859612621821940e SHA1: b0218d4bee2f8b1a74a264741b04680c21e59a58 SHA256: 30dc84a205be0d19f963dfbd80a79decd20f9c3c6ecb6f2cbf3839dc7924f215 Description: command-line source browsing tool cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to assist a programmer in doing command-line source browsing. . The idea is you can easily search for keywords in the code, and jump to the file and line where a match is found. Used with ctags(1), this can really help with jumping around and following code. Some features include a human-readable output, coloring, bolding (and alternate bolding), and just sheer convenience for a programmer. . cgvg uses the Perl internal find and does its own searching, rather than being a wrapper for UNIX find(1) and grep(1). There is a ~/.cgvgrc file for per-user configuration, and some nice features like coloring, and multiple log files. Package: chado-utils Priority: optional Section: perl Installed-Size: 432 Maintainer: Debian Med Packaging Team Architecture: all Source: libchado-perl Version: 1.22-4.2.201403120317 Depends: perl, libchado-perl Recommends: xsltproc Filename: 4.0-0/all/chado-utils_1.22-4.2.201403120317_all.deb Size: 149908 MD5sum: dc64cdf545ee2bea57fc4d7537258791 SHA1: 48ac69652adf9afdda8d54ad682bf0facafea4c9 SHA256: 566bee7d87ddc118959d1cc604636799e69dd27c086084a92a49d0e7929df898 Description: tools to add/extract data from Chado This package contains several tools that can be used to extract data from Chado database or prepare data before upload. It is a subset above the Chado database schema and libraries. . Chado is a relational database schema that underlies many GMOD installations. It is capable of representing many of the general classes of data frequently encountered in modern biology such as sequence, sequence comparisons, phenotypes, genotypes, ontologies, publications, and phylogeny. Homepage: http://gmod.org/wiki/Chado Package: chaksem Priority: optional Section: tex Installed-Size: 120 Maintainer: Jamie Wilkinson Architecture: all Version: 1.7b-5.5.201411010212 Depends: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/chaksem_1.7b-5.5.201411010212_all.deb Size: 70698 MD5sum: 396dcc659a0e0b18a94546d65afb138a SHA1: aef707eb2e1ffae3af9a99aff9888beac2d3e9ca SHA256: 3651ca7b1809a6293443cf255ffb182a393a7118e522ba1d649fcede93690c07 Description: LaTeX class for presentations chaksem is a LaTeX2e class for slides. Based on seminar, it adds support for running footers as well as itemised and numbered lists, with a layout that fits nicely to the sans serif font used for text. There is support for overlays, which includes the ability to accumulate text and images on the slides for online presentations. Printable lecture notes with collapsed overlays are also able to be generated from this class. Package: chalow Priority: optional Section: web Installed-Size: 190 Maintainer: Tatsuya Kinoshita Architecture: all Version: 1.0-2.4.201403161526 Depends: perl, libjcode-pm-perl, libhtml-template-perl Suggests: tdiary-theme Filename: 4.0-0/all/chalow_1.0-2.4.201403161526_all.deb Size: 84964 MD5sum: 8612108015598a46a8a5d6e72fe5c943 SHA1: aebcba7fa07b8d64dfaa0f25bad028c5bb596d03 SHA256: 8bda37aaf468a6309c9c50a25351ca92e7994225a2126a15847b69d34adceddd Description: weblog tool that converts ChangeLog to HTML chalow (CHAngeLog On the Web) is a weblog tool written in Perl. It converts ChangeLog to HTML and RSS. . chalow supports themes of design templates for tDiary weblog system. To use the themes of tDiary, install the tdiary-theme package. Homepage: http://chalow.org/ Package: chameleon-cursor-theme Priority: optional Section: x11 Installed-Size: 5605 Maintainer: Adam Borowski Architecture: all Version: 0.5-4.4.201403161531 Filename: 4.0-0/all/chameleon-cursor-theme_0.5-4.4.201403161531_all.deb Size: 1419344 MD5sum: 2da35ad064a397939da6b00cde4e31be SHA1: b9901752701946db49fd47aa96dbfda837d0e941 SHA256: ec9b95b77fe73e510794a0af7fafe70107a839d4de391992aeed4e5c46b17a2f Description: modern but not gaudy X11 mouse theme Package comes with 15 different mouse themes for X11. 5 colors (anthracite, skyblue, darkskyblue, white, pearl) 3 different sizes (small, regular and large) . Preview: http://www.kde-look.org/content/show.php?content=38459 Homepage: http://gnome-look.org/content/show.php?content=38459 Package: changetrack Priority: optional Section: utils Installed-Size: 109 Maintainer: Jens Peter Secher Architecture: all Version: 4.7-1.4.201403161537 Depends: perl Recommends: cron, ed | rcs Filename: 4.0-0/all/changetrack_4.7-1.4.201403161537_all.deb Size: 22308 MD5sum: 0af87523a8cdfb13b5caa895b04b0ccf SHA1: d15e5cb60ac138c952cee13db6a9c2bb2edeb215 SHA256: 0a46af270c554fc1aaa7767077dc8beb2405906c268d12efaa00f555cc9a5980 Description: monitor changes to (configuration) files A program to automatically monitor changes to a set of files. If files are modified one day, and the machine stops working correctly some days later, changetrack provides information on which files were modified, and thus helps locate the problem. If you tell changetrack to use either the line editor ed (the default) or The Revision Control System (RCS), you can recover files to any previous stage. If you do not want to install Perl, try out the filetraq or diffmon package. Another similar program is etckeeper. Homepage: http://changetrack.sourceforge.net Package: chaosreader Priority: optional Section: net Installed-Size: 222 Maintainer: Debian Forensics Architecture: all Version: 0.94-3.4.201403161539 Depends: perl Recommends: tcpdump Suggests: wireshark Filename: 4.0-0/all/chaosreader_0.94-3.4.201403161539_all.deb Size: 50288 MD5sum: face4e631b76f96aa5d0b8add02c5222 SHA1: a572af5fd621d37d011f864a57b2398c5f02585b SHA256: 3b06085fb7ddfef8e5f10b4a82d9c7ee097194cdeb47d5053cc19a6153a209e8 Description: trace network sessions and export it to html format Chaosreader traces TCP/UDP/others sessions and fetches application data from snoop or tcpdump logs. This is a type of "any-snarf" program, as it will fetch telnet sessions, FTP files, HTTP transfers (HTML, GIF, JPEG etc) and SMTP emails from the captured data inside network traffic logs. A html index file is created to that links to all the session details, including realtime replay programs for telnet, rlogin, IRC, X11 and VNC sessions. Chaosreader reports such as image reports and HTTP GET/POST content reports. . Chaosreader can also run in standalone mode, where it invokes tcpdump to create the log files and then processes them. . Screenshots: http://www.brendangregg.com/chaosreader.html Homepage: http://chaosreader.sourceforge.net Package: charactermanaj Priority: optional Section: graphics Installed-Size: 1603 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Version: 0.98+svn20120311.r42-1.2.201403161541 Depends: default-jre | java-runtime | java2-runtime Filename: 4.0-0/all/charactermanaj_0.98+svn20120311.r42-1.2.201403161541_all.deb Size: 1178258 MD5sum: 0bc7a100bde59f64e0dd7dfd04df275b SHA1: de5bf3e68cf6bdab481145ba250fbbadac2164cd SHA256: 650c37768e91d6906fb2e8a95d61e94b8a5155a6db7721074651319184c631c2 Description: avatar editor application Charactermanaj is an application to create a single image by superimposing multiple selected images. It is able to design the avatar by different dresses and different parts by layering them, but not limited to it. In order to run charactermanaj you need to have some images first. Homepage: http://sourceforge.jp/projects/charactermanaj/ Package: check-mk-doc Priority: optional Section: doc Installed-Size: 1214 Maintainer: Debian Nagios Maintainer Group Architecture: all Source: check-mk Version: 1.1.12p7-1.3.201403161635 Suggests: check-mk-livestatus, check-mk-server, check-mk-multisite Filename: 4.0-0/all/check-mk-doc_1.1.12p7-1.3.201403161635_all.deb Size: 1000468 MD5sum: eff371523fb36608bfd5ba3561061bcb SHA1: 2c74e036c6432474d03a305fca4b65cea022f5ce SHA256: 1049dd6d2bfaf626c8587fbe2a4d5344dd8f13fcf172003573752a7d9d6b5330 Description: general purpose nagios-plugin for retrieving data (documentation) Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. . This package contains the check_mk documentation. Package: check-postgres Priority: optional Section: database Installed-Size: 568 Maintainer: Peter Eisentraut Architecture: all Version: 2.19.0-1.2.201403161641 Depends: perl, postgresql-client Filename: 4.0-0/all/check-postgres_2.19.0-1.2.201403161641_all.deb Size: 172086 MD5sum: 8c4b3056c0e6019675f72bbaa866ce1d SHA1: 1c05f227230106c0a1c1fbfe325c35e80dcc4450 SHA256: cc1ef23c18b0c28784c73234547f4f17184cc32dcd67236cdbb46ff251604145 Description: script for monitoring PostgreSQL databases check_postgres is a Perl script that runs many different tests against one or more Postgres databases. It uses the psql program to gather the information, and outputs the results in one of three formats: Nagios, MRTG, or simple. Enhances: postgresql Homepage: http://bucardo.org/wiki/Check_postgres Package: checkbot Priority: optional Section: web Installed-Size: 115 Maintainer: Ralf Treinen Architecture: all Version: 1.80-2.5.201403161644 Depends: perl, libhtml-parser-perl (>= 3.10), libmailtools-perl, libnet-perl, liburi-perl (>= 1.10), libwww-perl (>= 5.70), libtime-duration-perl, libcrypt-ssleay-perl Filename: 4.0-0/all/checkbot_1.80-2.5.201403161644_all.deb Size: 47348 MD5sum: 0baab1c20f954976b93f80e4b9aaa7a2 SHA1: a15ee611f8910caeadffbd391a091858ebd65504 SHA256: f85248893db48e85c2e7cab641727197e1dbc55adc087f6242597633a966c80f Description: WWW link verifier Checkbot verifies links within a region of the World Wide Web. It checks all pages within an identified region, and all links within that region. After checking all links within the region, it will also check all links which point outside of the region, and then stop. Homepage: http://sourceforge.net/projects/checkbot/ Package: checkgmail Priority: optional Section: mail Installed-Size: 266 Maintainer: Sandro Tosi Architecture: all Version: 1.13+svn43-3.6.201403161649 Depends: perl (>= 5.8), libgtk2-perl, libgtk2-trayicon-perl, libwww-perl, libcrypt-ssleay-perl, libxml-simple-perl, libcrypt-blowfish-perl, libfreezethaw-perl, libio-compress-perl, libgtk2.0-0 (>= 2.18.0) Recommends: libcrypt-simple-perl Filename: 4.0-0/all/checkgmail_1.13+svn43-3.6.201403161649_all.deb Size: 70148 MD5sum: 2ca090571209e331b20d4c6d76670340 SHA1: 1fc58a409987931ff654f47905db54f8b042a68c SHA256: ba121fe5d39eee6e8aa74865b906ba6b6b1291e0083fa89b9ce72f0d50bdff1c Description: alternative Gmail Notifier for Linux via Atom feeds CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds. . CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive. Homepage: http://checkgmail.sourceforge.net/ Package: checksecurity Priority: optional Section: admin Installed-Size: 116 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 2.0.14.4.201403161703 Replaces: cron Depends: cron (>= 3.0pl1-74) | anacron | fcron, debconf (>= 0.5) | debconf-2.0, perl (>= 5.8.0), util-linux (>= 2.15~rc1-1) Recommends: tiger, logcheck, tripwire | integrit | aide | samhain | fcheck Suggests: apt-watch | cron-apt, lockfile-progs Conflicts: lockfile-progs (<< 0.1.7) Filename: 4.0-0/all/checksecurity_2.0.14.4.201403161703_all.deb Size: 26296 MD5sum: f469cf76896ad8d2b23bd8bc59bbdf16 SHA1: 23947497d2816e321997a31481779dea92f99771 SHA256: b89899bd0d88cb9647a450899c3d4222f563816b67980d7010c3ede16aa6431a Description: basic system security checks Checksecurity does some very basic system security checks, such as looking for changes in which programs have setuid permissions, and that remote filesystems are not allowed to have runnable setuid programs. . Note that these are not to be considered in any way complete, and you should not rely on checksecurity to actually provide any useful information concerning the security or vulnerability of your system. . The lockfile-progs package is only a "Suggests" because of the poor way that dselect handles "Recommends", but I do strongly suggest that you install it; it prevents /etc/cron.daily/standard from running multiple times if something gets jammed. . Checksecurity was previously part of the cron package. Package: checkstyle-doc Priority: optional Section: doc Installed-Size: 11860 Maintainer: Debian Java Maintainers Architecture: all Source: checkstyle Version: 5.4-2.5.201403161706 Suggests: default-jdk-doc Filename: 4.0-0/all/checkstyle-doc_5.4-2.5.201403161706_all.deb Size: 779666 MD5sum: 175d32173c4aa5ca7e89691ec85927e6 SHA1: 2bfe476f3860b96c13e357aeb025d4b8cfbfae88 SHA256: 936750dc5df8a8855bf74fd268df626d5dc329ec8bd9a92c6a3378c9aa19d72c Description: Documentation for Checkstyle Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. . Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. . This package contains the Javadoc files and some examples to illustrate how use the Checkstyle tool. Homepage: http://checkstyle.sourceforge.net/ Package: checkstyle Priority: optional Section: java Installed-Size: 792 Maintainer: Debian Java Maintainers Architecture: all Version: 5.4-2.5.201403161706 Depends: default-jre-headless | java5-runtime-headless, libcommons-beanutils-java (>= 1.5), antlr, libcommons-cli-java, java-wrappers (>= 0.1.6), libgoogle-collections-java (>= 1.0~rc2), libcommons-logging-java Suggests: junit4, ant-optional Filename: 4.0-0/all/checkstyle_5.4-2.5.201403161706_all.deb Size: 577234 MD5sum: 218e80a7e1b392c1a29f9984ed22db55 SHA1: cb9292a46e301562868cdbab2635e313f0541002 SHA256: 05697ed37e56d9a2d9ae621a104249fdb2dcb56cbd505a1cf22b5055618361a3 Description: checks Java source against a coding standard Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. . Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. Homepage: http://checkstyle.sourceforge.net/ Package: chef-expander Priority: optional Section: ruby Installed-Size: 157 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 10.12.0-1.2.201403161735 Replaces: chef-indexer Depends: ruby | ruby-interpreter, ruby-mixlib-log (>= 1.3.0), ruby-amqp, ruby-bunny, ruby-em-http-request, ruby-eventmachine, ruby-fast-xs, ruby-highline, ruby-uuidtools, ruby-yajl, chef-solr (>= 10.12.0) Conflicts: chef-indexer Filename: 4.0-0/all/chef-expander_10.12.0-1.2.201403161735_all.deb Size: 20438 MD5sum: f5518b36288b82fe8abc8f05820645a4 SHA1: 7190964f32a522a248f198576bf333022284fdc0 SHA256: 5bc2498e99cf9f6e6ccdcbfc1534d3b99b3975953b0c8ae60b6c35ab9295aa66 Description: systems integration framework - index bridge Chef is a systems integration framework and configuration management library written in Ruby. Chef provides a Ruby library and API that can be used to bring the benefits of configuration management to an entire infrastructure. . Chef can be run as a client (chef-client) to a server, or run as a standalone tool (chef-solo). Configuration recipes are written in a pure Ruby DSL. . This package contains chef-expander, which acts as a bridge between the Chef API server and the Chef Solr service. Homepage: http://wiki.opscode.com/display/chef Ruby-Versions: ruby1.8 ruby1.9.1 Package: chef-server-api Priority: optional Section: ruby Installed-Size: 398 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 10.12.0-1.2.201403161740 Depends: ruby | ruby-interpreter, merb-core, ruby-merb-haml, ruby-merb-assets, ruby-merb-param-protection, ruby-merb-helpers, ruby-mixlib-authentication (>= 1.1.3), rabbitmq-server (>= 1.6), couchdb (>= 0.9.1), thin, ruby-json (>= 1.4.6), chef (>= 10.12.0), chef-solr (>= 10.12.0), adduser, ucf, ruby-dep-selector, ruby-treetop, ruby-uuidtools Filename: 4.0-0/all/chef-server-api_10.12.0-1.2.201403161740_all.deb Size: 48808 MD5sum: 11209eecd21fa0b13536a48daf4afbf3 SHA1: a94ab47fff0fe7242fa26a25528fb534a28b67e0 SHA256: 63446cdddcb9304a08900d8c89d43775e179cf0dbfd3fd1b689ce0cccb026977 Description: Chef configuration management system - server API Chef is a systems integration framework and configuration management system written in Ruby. Chef provides a Ruby library and API that can be used to bring the benefits of configuration management to an entire infrastructure. . The Chef Server is a Merb application that provides centralized storage and distribution for recipes stored in "cookbooks," management and authentication of client nodes and node data, and search indexes for that data. . This package provides the API that clients interact with. Homepage: http://wiki.opscode.com/display/chef Ruby-Versions: ruby1.8 ruby1.9.1 Package: chef-solr Priority: optional Section: ruby Installed-Size: 313 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 10.12.0+dfsg-2.2.201403161746 Replaces: chef-indexer Depends: debconf (>= 0.5) | debconf-2.0, ruby-interpreter, rabbitmq-server (>= 1.6), default-jre-headless | java6-runtime-headless, ruby-json (>= 1.4.6), chef (>= 0.10.10), solr-jetty (>= 1.4.0), ruby-libxml, adduser, ucf Conflicts: chef-indexer Filename: 4.0-0/all/chef-solr_10.12.0+dfsg-2.2.201403161746_all.deb Size: 36696 MD5sum: 028e1f4e99e990ad33f39176a1a9c632 SHA1: c7c79424ba80ab1de4aa38989c6cc331bf2f33d1 SHA256: 08d73d66d314bd0f3f9d391114393aa4b2e337a4c1bf6f7792bbf8068acd0dca Description: manager for search indexes of Chef node attributes using Solr The chef indexer listens to a message queue via AMQP for changes to search indexes. It then either creates or deletes entries in the index according to the information it is passed. . This package provides the chef-solr search engine, which runs as a solr-jetty server, along with chef-solr-indexer, which talks to the AMQP message queue (by default, rabbitmq-server). Homepage: http://wiki.opscode.com/display/chef Ruby-Versions: ruby1.8 ruby1.9.1 Package: chef Priority: extra Section: ruby Installed-Size: 1925 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 10.12.0-3.9.201403161731 Replaces: libchef-ruby (<< 0.10.10-1~), libchef-ruby1.8 (<< 0.10.10-1~) Provides: libchef-ruby, libchef-ruby1.8 Depends: debconf (>= 0.5) | debconf-2.0, ruby | ruby-interpreter, ruby-mixlib-config (>= 1.1.2), ruby-mixlib-cli (>= 1.1.0), ruby-mixlib-log (>= 1.3.0), ruby-mixlib-authentication (>= 1.1.0), ruby-mixlib-shellout (>= 1.0.0), ohai (>= 0.6.0), ruby-rest-client (>= 1.0.4), ruby-rest-client (<< 1.7.0), ruby-json, ruby-yajl (>= 1.0.0), ruby-treetop (>= 1.4.9), ruby-net-ssh (>= 2.2.2), ruby-net-ssh-multi (>= 1.1), ruby-bunny (>= 0.6.0), ruby-highline (>= 1.6.9), erubis, ruby-moneta, ruby-uuidtools, ucf Conflicts: libchef-ruby (<< 0.10.10-1~), libchef-ruby1.8 (<< 0.10.10-1~) Filename: 4.0-0/all/chef_10.12.0-3.9.201403161731_all.deb Size: 395336 MD5sum: e7cafcb8f674eff6e76794fa9329f6bc SHA1: e0d68db04ec3acfdcbff7ef119cfa01681c8e1d7 SHA256: b10747055d46896091f7f4ba2e06f910353a42f24788ca623b7b46911b4c8aff Description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. Chef is a systems integration framework and configuration management library written in Ruby. Chef provides a Ruby library and API that can be used to bring the benefits of configuration management to an entire infrastructure. . Chef can be run as a client (chef-client) to a server, or run as a standalone tool (chef-solo). Configuration recipes are written in a pure Ruby DSL. . This package contains the chef-client, chef-solo and knife binaries as well as the chef library. Homepage: http://wiki.opscode.com/display/chef Ruby-Versions: ruby1.8 ruby1.9.1 Package: chemical-mime-data Priority: optional Section: misc Installed-Size: 374 Maintainer: Debichem Team Architecture: all Version: 0.1.94-6.5.201403161759 Replaces: chemicalmime Provides: chemicalmime Depends: shared-mime-info Suggests: gnome-mime-data Conflicts: chemicalmime Filename: 4.0-0/all/chemical-mime-data_0.1.94-6.5.201403161759_all.deb Size: 60686 MD5sum: d5fcebed2feb02d75a9127fff75123c9 SHA1: 791442d3d08b75be4f855441fdf3f20c07a8719a SHA256: c5e30052d61a2d8ec22ceb8a968f10fcf5d0ad3fa71c8c7551ac3ba3185422c4 Description: chemical MIME and file type support for desktops Chemical MIME type integration for KDE, GNOME and possibly ROX desktops, based on Henry Rzepa's list at http://www.ch.ic.ac.uk/chemime/. Support is granted for KDE 3.x, GNOME 2.x and freedesktop.org systems. Homepage: http://chemical-mime.sourceforge.net Package: chemical-structures Priority: optional Section: science Installed-Size: 32377 Maintainer: Georges Khaznadar Architecture: all Version: 2.2.dfsg.0-8.2.201403161805 Depends: debconf (>= 0.5) | debconf-2.0, debconf, python, iceweasel | iceape | firefox | mozilla, apache2, openbabel Recommends: chemical-mime-data Suggests: jmol, jmol-applet Filename: 4.0-0/all/chemical-structures_2.2.dfsg.0-8.2.201403161805_all.deb Size: 2168122 MD5sum: 5e497951b3cd6e0f8acf1723fb27a253 SHA1: 3c432ecf5455e73adb5458ba68e38d677d378b8c SHA256: ff6d9c3553b20fc54761593e12d9e10d880e10faf524baff9fd20513aa4e2192 Description: set of molecular structures in open formats hundreds of molecular structures, in the following classes: alcohols, aldehydes, alkanes, alkenes, amides, amines, amino_acids, aromatics, carboxylic_acids, esters, ethers, fatty_acids, haloalkanes, ketones, nitriles,nucleobases, water. Package: cherrytree Priority: optional Section: editors Installed-Size: 1587 Maintainer: Vincent Cheng Architecture: all Version: 0.25.4-1.2.201403161820 Depends: p7zip-full, python-gtk2 (>= 2.16), python-gtksourceview2, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/cherrytree_0.25.4-1.2.201403161820_all.deb Size: 432730 MD5sum: 88ea5c3ed8c7211a702a075188cc67a0 SHA1: 8d2ff0f5865441510b3a26092897f8f73bc06b60 SHA256: 1bf9db3c88663f73a05207bab99fec396fbb9cddb37581bda801c97926385261 Description: hierarchical note taking application CherryTree is a hierarchical note taking application, featuring rich text, syntax highlighting, images handling, hyperlinks, import/export with support for multiple formats, support for multiple languages, and more. Homepage: http://www.giuspen.com/cherrytree/ Package: chewmail Priority: optional Section: mail Installed-Size: 50 Maintainer: Eric Dorland Architecture: all Version: 1.2-1.4.201403161822 Depends: perl, libmail-box-perl Filename: 4.0-0/all/chewmail_1.2-1.4.201403161822_all.deb Size: 9060 MD5sum: c98c091e7f74212a934de670ee671a60 SHA1: dc7d9888bd19eef5dd21e78df13255a9a56e9755 SHA256: 95ac3a0fed818ed4f07d9e333713a5a1586117a0db9c1224a6a2195f93d829d3 Description: mail archiver for various mailbox formats chewmail is a Perl-based mail archiver. It uses Mail::Box so supports any mailbox format it does. It can filter messages into mbox's based on the message's date and other criteria. Package: chiark-backup Priority: extra Section: utils Installed-Size: 152 Maintainer: Ian Jackson Architecture: all Source: chiark-utils Version: 4.2.0.4.201403161829 Depends: chiark-rwbuffer, chiark-utils-bin Suggests: chiark-utils-bin (>= 4.1.14) Filename: 4.0-0/all/chiark-backup_4.2.0.4.201403161829_all.deb Size: 35458 MD5sum: 8d70f67c1837f96d796616de81478eef SHA1: d165e5689a3a399f2abd01d3fa4a42cbc3d5fced SHA256: 2f318e03988da134ab53e07e34b75188288008aa884f980eb2900c7aa0462f60 Description: backup system for small systems and networks These are the backup scripts used by chiark.greenend.org.uk and other systems belonging to the Sinister Greenend Organisation. Features: * Suitable for single systems and small networks. * Reasonably simple; they do what you tell it to. * Hard failures when individual systems fail, to encourage fixing ! If you have a larger site you may wish to look at Amanda. Package: chiark-scripts Priority: extra Section: admin Installed-Size: 181 Maintainer: Ian Jackson Architecture: all Source: chiark-utils Version: 4.2.0.4.201403161829 Replaces: chiark-named-conf, sync-accounts Suggests: tcl8.4 Conflicts: chiark-named-conf, sync-accounts Filename: 4.0-0/all/chiark-scripts_4.2.0.4.201403161829_all.deb Size: 63016 MD5sum: 54fdc72e125592f4d9b0a673e6909b68 SHA1: 5cfddb30e2620843e7fabcb45cc239bfb37fdda0 SHA256: c85094be6cd03d0bd3cc3b363e87a7cafb0f843b38eb1c6ffd98f828fe473765 Description: chiark system administration scripts This package contains a number of small administration scripts used by chiark.greenend.org.uk and other systems belonging to the Sinister Greenend Organisation. Featuring: . chiark-named-conf: a tool for managing nameserver configurations and checking for suspected DNS problems. Its main functions are to check that delegations are appropriate and working, that secondary zones are slaved from the right places, and to generate a configuration for BIND, from its own input file. . sync-accounts: a simple but flexible account info synchroniser. sync-accounts is a tool for copying un*x account data from remote systems and installing it locally. It is flexible and reasonably straightforward, but lacks integration with other distributed databases such as NIS. . cvs-repomove and cvs-adjustroot: tools for moving CVS repositories and adjusting working trees. . palm-datebook-reminders: a program which emails mails you reminders about the appointments in your Palm's Datebook. . cvsweb-list: cgi program to list ucgi (userv-utils) cvsweb repos . expire-iso8601: keep or expire backup trees named after their dates . gnucap2genspic, ngspice2genspic, genspic2gnuplot: convert gnucap files and ngspice output files to genspic and genspic files to gnuplot input so they can be plotted. . hexterm: connects to serial port and allows the user interact in ASCII and hex. Ie, a hex "terminal" program which lets you speak a serial port protocol directly. (Needs tcl8.4 to be installed.) . random-word, remountresizereiserfs, summarise-mailbox-preserving-privacy Package: childsplay-alphabet-sounds-ca Priority: optional Section: localization Installed-Size: 1316 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-2.4.201403161847 Replaces: childsplay-lfc-names-ca Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Conflicts: childsplay-lfc-names-ca Filename: 4.0-0/all/childsplay-alphabet-sounds-ca_0.9.1-2.4.201403161847_all.deb Size: 923690 MD5sum: ebe854c20749b9e0903293c9654c7245 SHA1: 800f757e9248aa024ff7ab6d071696856041a705 SHA256: f59df7c8ae07c368ca1d00a80bfb99192c294076364026d9429d6b0e7d5e903a Description: Catalan sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-de Priority: optional Section: localization Installed-Size: 1358 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-2.4.201403161850 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-de_0.9.1-2.4.201403161850_all.deb Size: 973728 MD5sum: dbf7e80742ca293d51052878b5efe805 SHA1: f6c8ff1efe1a39230e589ab82f0685109a0758da SHA256: 920aa6554ddd228096841aff0efd7aafcdb045e89ffb4003ed0da8b505ec4b46 Description: German sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-es Priority: optional Section: localization Installed-Size: 1234 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-2.4.201403161852 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-es_0.9.1-2.4.201403161852_all.deb Size: 813208 MD5sum: 6902a50bc89d70030a8cfb663c56008d SHA1: dcf254075e63e413654701522628dda0267b80f2 SHA256: ad3f6b603ea8c995955b7018ba800e9f51a02b050fc16038f0a29d4651724bae Description: Spanish sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-fr Priority: optional Section: localization Installed-Size: 1654 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-2.4.201403161858 Replaces: childsplay-lfc-names-fr Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Conflicts: childsplay-lfc-names-fr Filename: 4.0-0/all/childsplay-alphabet-sounds-fr_0.9.1-2.4.201403161858_all.deb Size: 1262896 MD5sum: 5bb3b1661b755f2ce5ce305d7e7e0b17 SHA1: c9b1f84a77621fd2b12b0fde226e7b07821483aa SHA256: 91403f202473edbd050c875b1e12049386b5885b170342609d82b93e82192e77 Description: French sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-it Priority: optional Section: localization Installed-Size: 1527 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-2.4.201403161903 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-it_0.9.1-2.4.201403161903_all.deb Size: 1056094 MD5sum: c771a232d86c1c8b8a98c7145151e2c7 SHA1: 59d0e67380c45f57c38ce4812c5ffa9da59e9b4a SHA256: ed1c904682e93eb1c6e06519797f88f39298e009f0c15ef31cab058f5d191b19 Description: Italian sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-nl Priority: optional Section: localization Installed-Size: 1242 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-1.4.201403161907 Replaces: childsplay-lfc-names-nl Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Conflicts: childsplay-lfc-names-nl Filename: 4.0-0/all/childsplay-alphabet-sounds-nl_0.9.1-1.4.201403161907_all.deb Size: 811638 MD5sum: f59d4910cb28f0f785b3312735238bfa SHA1: d7eb2652e97727494ea4ff30881d2e59b6c4be7b SHA256: 2edf77b7e7bbad4df81b9aa83d12d6720e99e3c42abaa8b8adcaabcde679d22f Description: Dutch sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-pt Priority: optional Section: localization Installed-Size: 386 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-1.4.201403161908 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-pt_0.9.1-1.4.201403161908_all.deb Size: 218810 MD5sum: 88bc1504678bdb4a176a8d534e91d24d SHA1: 39e1f5eb429f4dfb165cad46c1e1a36aee239346 SHA256: 8f10e580f91670f713a6f1beabe40dd81dcc718e24503e2c8d322ff5f2bf1d94 Description: Portugese sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-ru Priority: optional Section: localization Installed-Size: 1744 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.1-1.4.201403161914 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-ru_0.9.1-1.4.201403161914_all.deb Size: 1164526 MD5sum: 8fc8c533aee1c9e20a529522c323f16c SHA1: 3f159e4324264e95df82b49df0edcd04b4aad512 SHA256: 968280e2ae70c23cba453006589878d67a7709f1796c469925c9e9380436de4b Description: Russian sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: childsplay-alphabet-sounds-sv Priority: optional Section: localization Installed-Size: 529 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.9.2-1.4.201403161916 Provides: childsplay-alphabet-sounds Depends: childsplay (>= 1.1-1) Filename: 4.0-0/all/childsplay-alphabet-sounds-sv_0.9.2-1.4.201403161916_all.deb Size: 350352 MD5sum: 9fe7ecfb2d5ae4d76c234d3aef67763b SHA1: 914e5771d8f3545c376d7b04cf0c6ba727813c1a SHA256: ad6543b9d7f420a80e8b01052eddc996582777d491f4322e87a14ff95e70b088 Description: Swedish sound files for childsplay Localized sound files for childsplay Homepage: http://www.schoolsplay.org/ Package: chirashi Priority: extra Section: net Installed-Size: 45 Maintainer: Devid Antonio Filoni Architecture: all Source: sushi Version: 1.4.0+dfsg-1.3.201403241249 Replaces: sushi-plugins (<< 1.4.0) Depends: python, python-support (>= 0.90.0) Breaks: sushi-plugins (<< 1.4.0) Filename: 4.0-0/all/chirashi_1.4.0+dfsg-1.3.201403241249_all.deb Size: 6220 MD5sum: d390a9d22c68a1ed75a4c1a2995154f8 SHA1: 6f75d7798247000bf007c9687dc7386edc05b490 SHA256: 6514af929b44eaa77cab7a53716ab26f6d0c16df1ca200dcc52fe6209e8cfa12 Description: D-Bus-based IRC suite (clients plugins) The sushi IRC suite consists of a central daemon and several clients, which communicate via DBus. DBus methods and signals are provided by the daemon to abstract the IRC protocol. Clients can use these methods and signals to easily interact with IRC. . chirashi provides plugins for tekka and nigiri. All plugins are written in Python and use the sushi client plugin API. Homepage: http://redmine.ikkoku.de/projects/sushi/wiki Package: chise-db Priority: optional Section: devel Installed-Size: 38956 Maintainer: NIIBE Yutaka Architecture: all Source: chise-base Version: 0.3.0-2.4.201403161932 Filename: 4.0-0/all/chise-db_0.3.0-2.4.201403161932_all.deb Size: 12723694 MD5sum: 99d46aca49fb88145ce907fc383a924d SHA1: 3fbfb46ae2b33082dc2e421720da6ab7e11b84f8 SHA256: bf3b403a2a6c3b2da798a162f3b57ae4cdb2c370c0e40c48fe0184b095982463 Description: CHISE db, the character information database The CHISE (CHaracter Information Service Environment) project attempts to collect and organize into a Knowledge-Base information about characters in the scripts of the world. This package provides the database itself. Please use this with libchise, the C language binding of CHISE database. Package: chkconfig Priority: optional Section: admin Installed-Size: 58 Maintainer: Peter Eisentraut Architecture: all Version: 11.4-54.60.1-1.4.201403161943 Depends: perl Recommends: insserv Filename: 4.0-0/all/chkconfig_11.4-54.60.1-1.4.201403161943_all.deb Size: 10454 MD5sum: 21fc26a78e11d7bdaf1486b40d79def7 SHA1: e13a98e2cba8f47276f0d7011f3b337952784b9c SHA256: 5cae99b377a1dbb2c38f10a6a97aae547772ee7a4b934879d3713f6a9ef123fe Description: system tool to enable or disable system services Chkconfig is a utility to update and query runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/init.d/, to relieve system administrators of some of the drudgery of manually editing the symbolic links. . In Debian, there are several tools with similar functionality, but users coming from other Linux distributions will find the tools in this package more familiar. Package: chm2pdf Priority: extra Section: text Installed-Size: 105 Maintainer: Steve Stalcup Architecture: all Version: 0.9.1-1.1.4.201403162019 Depends: python (>= 2.3), python-support (>= 0.90.0), libchm-bin, python-chm, htmldoc Suggests: python-beautifulsoup Filename: 4.0-0/all/chm2pdf_0.9.1-1.1.4.201403162019_all.deb Size: 19718 MD5sum: 068b36f7f6dce2d811fc0a0ee6947cfb SHA1: 2a44b95d4d95bf98672a4ed6bb4c8b8d4e1733a7 SHA256: eea2282f2d4423af85e73d1ffa347212d41c6eef9d63b25f7882716132276756 Description: A Python script that converts CHM files into PDF files Convert chm to PDF files. The package supports batch conversion, command line, PDF security options, password protection and compression modes. The program has Explorer-like interface Package: chromium-browser-dbg Priority: extra Section: debug Installed-Size: 1668 Maintainer: Debian Chromium Maintainers Architecture: all Source: chromium-browser Version: 31.0.1650.63-1.20.201403100951 Depends: chromium-dbg, chromium Filename: 4.0-0/all/chromium-browser-dbg_31.0.1650.63-1.20.201403100951_all.deb Size: 161994 MD5sum: fda808a7348438b96633005dd2882b5d SHA1: ff2a6e1b866575bb7426c126f486c4cdeaa3c921 SHA256: cfaa0c7b25e53f99c72e8fd3f935d0b95fca8b7316c802ef4f3759f1e1dfe226 Description: chromium-browser debug symbols transitional dummy package Debug symbols for the Chromium browser - transitional dummy package . Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Homepage: http://www.chromium.org/Home Package: chromium-browser-inspector Priority: optional Section: web Installed-Size: 1668 Maintainer: Debian Chromium Maintainers Architecture: all Source: chromium-browser Version: 31.0.1650.63-1.20.201403100951 Depends: chromium-inspector Filename: 4.0-0/all/chromium-browser-inspector_31.0.1650.63-1.20.201403100951_all.deb Size: 162026 MD5sum: 08711af7e9d272d460c39806ea6431b1 SHA1: aff278f93281746e08551f9306b176ae82b8fb63 SHA256: 2f7569856498d762c5eddd8e6c3e51fb42e655509d37ab42256c1ab6dabce17a Description: page inspector for the chromium-browser - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains 'inspector', transitional dummy package. Homepage: http://www.chromium.org/Home Package: chromium-browser-l10n Priority: optional Section: oldlibs Installed-Size: 1668 Maintainer: Debian Chromium Maintainers Architecture: all Source: chromium-browser Version: 31.0.1650.63-1.20.201403100951 Depends: chromium-l10n Filename: 4.0-0/all/chromium-browser-l10n_31.0.1650.63-1.20.201403100951_all.deb Size: 162156 MD5sum: 7475bd633f801ea7c8acf2697e1eb127 SHA1: 87d9b838b6ae30fbc64b452884ddfe381e73d06e SHA256: 5f496074fcc477f2c179f52ebc508da24c27089e2e695cde3369f058650fa259 Description: chromium-browser language packages - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 50 languages (transitional dummy package): am, ar, bg, bn, ca, cs, da, de, el, en-GB, es-419, es, et, fi, fil, fr, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, uk, vi, zh-CN, zh-TW Homepage: http://www.chromium.org/Home Package: chromium-browser Priority: optional Section: web Installed-Size: 1685 Maintainer: Debian Chromium Maintainers Architecture: all Version: 31.0.1650.63-1.20.201403100951 Replaces: chromium (<< 13.0.782.215~r97094-1) Depends: chromium (>= 10) Breaks: chromium (<< 13.0.782.215~r97094-1) Filename: 4.0-0/all/chromium-browser_31.0.1650.63-1.20.201403100951_all.deb Size: 162728 MD5sum: 6c3aa831adff235fe3497f07cd385ad7 SHA1: 8f5dd86b9ed0cbbe54c10f473f93cdd818316f90 SHA256: 34220168b7f1fc101f64c5f5d47dafb396053389ddd5c93d35fd67a1ff53799b Description: Chromium browser - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . Chromium serves as a base for Google Chrome, which is Chromium rebranded (name and logo) with very few additions such as usage tracking and an auto-updater system. . This package contains the Chromium browser transitional dummy package. Homepage: http://www.chromium.org/Home Package: chromium-inspector Priority: optional Section: web Installed-Size: 4808 Maintainer: Debian Chromium Maintainers Architecture: all Source: chromium-browser Version: 31.0.1650.63-1.20.201403100951 Replaces: chromium-browser-inspector (<< 10.0.648.82~r75062-1~) Recommends: chromium (>= 10) Conflicts: chromium (<< 31.0.1650.63-1.20.201403100951), chromium-browser-inspector (<< 10.0.648.82~r75062-1~) Filename: 4.0-0/all/chromium-inspector_31.0.1650.63-1.20.201403100951_all.deb Size: 699046 MD5sum: 188187552ad0db423c7a09a667617c10 SHA1: 8247657f88a9f770f6663dbb84954bb81a518f37 SHA256: 9c2c190570402ebcab567190497321c179ac37555f0e8bdb3f59e8db2b181fc7 Description: page inspector for the chromium browser Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains 'inspector', allowing web developers to inspect any element of a web page at runtime (HTML, JavaScript, CSS, ..). Homepage: http://www.chromium.org/Home Package: chromium-l10n Priority: optional Section: localization Installed-Size: 16213 Maintainer: Debian Chromium Maintainers Architecture: all Source: chromium-browser Version: 31.0.1650.63-1.20.201403100951 Replaces: chromium-browser-l10n (<< 10.0.648.82~r75062-1~) Depends: chromium (>= 31.0.1650.63-1.20.201403100951), chromium (<< 31.0.1650.63-1.20.201403100951.1~) Conflicts: chromium-browser-l10n (<< 10.0.648.82~r75062-1~) Filename: 4.0-0/all/chromium-l10n_31.0.1650.63-1.20.201403100951_all.deb Size: 3034234 MD5sum: aa152c30598f1bd62de1c4bd81ff405c SHA1: 01d956d37c1dd95866f74dd66dcb257bf8e2deae SHA256: a31cb72662388d542574ee253b5cc9c4ecf35de94d279e69cadee7858028d315 Description: chromium-browser language packages Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 50 languages: am, ar, bg, bn, ca, cs, da, de, el, en-GB, es-419, es, et, fi, fil, fr, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, uk, vi, zh-CN, zh-TW Homepage: http://www.chromium.org/Home Package: chronicle Priority: extra Section: web Installed-Size: 374 Maintainer: Kai Wasserbäch Architecture: all Version: 4.6-2.4.201403170051 Depends: perl, libtimedate-perl, libhtml-template-perl, perl-modules Suggests: memcached, libtext-markdown-perl, libtext-textile-perl, libtext-vimcolor-perl, libsoap-lite-perl Filename: 4.0-0/all/chronicle_4.6-2.4.201403170051_all.deb Size: 100768 MD5sum: 80259cf3be470e188a48a3174b9d4aba SHA1: 7790d36e6330f3471873f6dd4f517440b9a29efc SHA256: da230c1536cc8185fa74ae6c1746dad37c29af614415a15d2e63493989fc674e Description: HTML & RSS blog compiler This is a tool which will convert a directory of simple text files into a static HTML weblog, (or blog if you prefer). . The system is intentionally simple, but it supports: . * RSS feed creation. * Template based output. * The tagging of entries. * Notification of ping services upon blog rebuild. * User comments upon entries. Homepage: http://www.steve.org.uk/Software/chronicle/ Package: cia-clients Priority: optional Section: net Installed-Size: 216 Maintainer: Christoph Berg Architecture: all Version: 20120903.4.201403170110 Depends: python (>= 2.6.6-7~), python (<< 2.8) Suggests: tla | bzr (>= 2.0) | cvs | darcs | git-core | subversion | mercurial (>= 0.9.3) Filename: 4.0-0/all/cia-clients_20120903.4.201403170110_all.deb Size: 27860 MD5sum: 7a05a1cfaf237858d5198923285d9150 SHA1: 8906838dcc590a8f49d4e9306767c406fc7270fb SHA256: edee8616447c3f981e1809a1fa810eed30166f483c8888389d40c3ce0b206cb9 Description: clients scripts for CIA commit notification on IRC CIA is a system for tracking open-source projects in real-time. People all over the world are constantly collaborating and creating software, creating a constant flow of new code and new ideas. CIA provides an easy way for people to observe this flow. Commit messages will be posted in #commits on freenode.net, and CIA bots can be asked to join other IRC networks and channels for individual projects. . This collection include CIA client scripts for: * Arch (tla) * Bazaar (bzr) * BitKeeper (bk) * CVS * Darcs * Git * Subversion (svn) (the svnmailer package also includes CIA support) * Mercurial (Hg) . See http://cia.vc/ for more information on the CIA system. Enhances: bzr, cvs, darcs, git-core, mercurial (>= 0.9.3), subversion, tla Homepage: http://cia.vc/doc/clients/ Package: ciderwebmail Priority: optional Section: web Installed-Size: 651 Maintainer: Debian Perl Group Architecture: all Version: 1.04-1.2.201403170116 Depends: libparent-perl, libmoose-perl, libcatalyst-authentication-credential-http-perl, libyaml-perl, libyaml-libyaml-perl, libcatalyst-view-petal-perl, libpetal-utils-perl, libdatetime-perl, libdatetime-format-mail-perl, libmime-tools-perl, libtry-tiny-perl, libemail-simple-perl, libemail-sender-perl, libemail-valid-perl, libemail-address-perl, libregexp-common-email-address-perl, libregexp-common-perl, libtext-iconv-perl, libtext-autoformat-perl, libio-socket-ssl-perl, libclone-perl, libhtml-scrubber-perl, libhtml-tidy-perl, liburi-perl, liblocale-maketext-gettext-perl, liblist-moreutils-perl, libdata-ical-perl, libdatetime-format-iso8601-perl, libcrypt-util-perl, libcrypt-cbc-perl, libcrypt-rijndael-perl, libcrypt-random-source-perl, libmime-base64-urlsafe-perl, libdbd-sqlite3-perl, libmoosex-role-withoverloading-perl (>= 0.09), libcatalyst-perl (>= 5.80030), libcatalyst-modules-perl (>= 43), libparse-recdescent-perl (>= 1.967009), libmail-imapclient-perl (>= 3.31), perl Recommends: http-icons, libjs-mootools, default-mta | mail-transport-agent Suggests: libfcgi-perl, libfcgi-procmanager-perl, dovecot | imap-server, imapproxy Filename: 4.0-0/all/ciderwebmail_1.04-1.2.201403170116_all.deb Size: 206630 MD5sum: a46d752d579828e927897a68fe1ec7d6 SHA1: 0064187eaf3fe972d0e17daf6cf79d10d543a2b4 SHA256: 3a68557d43753f477266236d236207abf281cc99ae6181a4a6352b40dfa3b213 Description: IMAP webmail service CiderWebmail is a modern, user friendly and maintenance free webmail application. It's targeted at mailserver administrators who need to provide web access for their user's mailboxes and individuals wanting to access their mailboxes via an always available web application. . It currently supports all the basic mail handling features one would expect from such an application: . * Listing your emails with selectable sort order and grouping. * Moving emails between folders and deleting using drag & drop. * Displaying text and HTML emails even if their code is completely broken (which happens quite often in reality) * Keyboard bindings for switching through emails, moving, deleting, replying and forwarding. * Reply to and forward existing emails or write new emails, add attachments and have a copy saved in your "Sent" folder. . As an application written deep in the 21st century, CiderWebmail supports only IMAP mail servers. . It is recommended to use CiderWebmail with the Dovecot IMAP server. CiderWebmail deliberately does little internal caching for security reasons, so if used with an IMAP server less powerfull than Dovecot you may benefit from connecting via imapproxy. Homepage: http://ciderwebmail.org/ Package: cil Priority: extra Section: perl Installed-Size: 177 Maintainer: Gianluca Ciccarelli Architecture: all Version: 0.07.00-6.4.201403170128 Depends: perl, libgetopt-mixed-perl, libdigest-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-simple-perl, libemail-date-perl, libemail-find-perl, libfile-homedir-perl Filename: 4.0-0/all/cil_0.07.00-6.4.201403170128_all.deb Size: 36564 MD5sum: 28604fcc69d0c27184c99e08eacafccc SHA1: 42e1ceef0afa0e5141654c62709ddd12c16131c9 SHA256: a7ebd6fd3d864a9ae4f9bf4f080e2799d5db3c22b2350846e38fd51606066102 Description: command line issue tracker 'cil' allows easy command-line creation of an issue tracker. It saves each issue locally and in plain text. Commands are given such that these issues can be added, edited and listed easily. Homepage: https://github.com/chilts/cil Package: cimg-dev Priority: optional Section: math Installed-Size: 4198 Maintainer: Debian Science Team Architecture: all Source: cimg Version: 1.4.9-2.8.201403170134 Depends: libx11-dev, libxrandr-dev Suggests: xmedcon, lapack3-dev, cimg-doc, cimg-examples, libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libcv-dev, libhighgui-dev Filename: 4.0-0/all/cimg-dev_1.4.9-2.8.201403170134_all.deb Size: 661842 MD5sum: 7a6f05073f763576f1d30fb76fdced35 SHA1: ff050716e01bf9e705472c56aeed6575c3e349bf SHA256: 693c813bdcf877fdb1e5a6fc9f6dde89844b82ea55604e9c1be462dbc42cfaba Description: powerful image processing library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. Homepage: http://cimg.sourceforge.net/ Package: cimg-doc Priority: optional Section: doc Installed-Size: 9466 Maintainer: Debian Science Team Architecture: all Source: cimg Version: 1.4.9-2.8.201403170134 Filename: 4.0-0/all/cimg-doc_1.4.9-2.8.201403170134_all.deb Size: 6442330 MD5sum: 45960a992e6b463847a45c7acc929933 SHA1: a72411d8ddce4ba7662eac6d22f8b615533c13db SHA256: bb873a3da229934a1792e597b1338c6207677ee4a79736707806c54a70694eaa Description: documentation of cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains the documentation. Enhances: cimg-dev Homepage: http://cimg.sourceforge.net/ Package: cimg-examples Priority: optional Section: doc Installed-Size: 13860 Maintainer: Debian Science Team Architecture: all Source: cimg Version: 1.4.9-2.8.201403170134 Recommends: cimg-dev, libmagick++-dev, libfftw3-dev | fftw3-dev, libgimp2.0-dev, libcv-dev, libhighgui-dev Filename: 4.0-0/all/cimg-examples_1.4.9-2.8.201403170134_all.deb Size: 3021330 MD5sum: 957717a2b5a2e8d34cb7d11dd83bdd15 SHA1: f7763ecb609229c11aaced0cf44f47bbc610cba8 SHA256: 5fdde988fac9383abb4adc98e52a83e6ee5213c1f9aa68fc69ec21419c7bde8e Description: examples for cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains examples for the usage of the library. Enhances: cimg-dev, cimg-doc Homepage: http://cimg.sourceforge.net/ Package: cipux-cat-web Priority: optional Section: perl Installed-Size: 718 Maintainer: CipUX team Architecture: all Version: 3.4.0.3-4.1.11.201403170945 Depends: perl, debconf (>= 0.5) | debconf-2.0, libcipux-cat-web-perl, libclass-std-perl, libcipux-perl, libcgi-formbuilder-perl, libdate-manip-perl, libfrontier-rpc-perl, libtemplate-perl, apache2 | lighttpd | httpd-cgi Recommends: cipux-rpcd Filename: 4.0-0/all/cipux-cat-web_3.4.0.3-4.1.11.201403170945_all.deb Size: 295950 MD5sum: 319adee7d01ec1ff3adeb85144a00291 SHA1: 074ea9e7299f1d48f0fb2b657d488f8cc3a7eeca SHA256: 24ed7b39abd693b2f4ebc6caa52f531f1cf4d55eebca523606d8d51e2a726df3 Description: user and resource management framework CipUX - web-based admin tools CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools, interacting with the core CipUX framework through XML-RPC. . Two CATs are provided officially with CipUX: - cipux-cat-web: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains the generic web-based CAT cipux-cat-web: a set of Perl CGI scripts for web server like Apache to administrate user, groups, machines stored in LDAP using the CipUX framework. The use of Template Toolkit (TT2) makes theming easy, for fancy layout or localization. Homepage: http://www.cipux.org/ Package: cipux-object-tools Priority: optional Section: perl Installed-Size: 58 Maintainer: CipUX team Architecture: all Source: cipux-object Version: 3.4.0.5-2.10.201403170252 Depends: perl, libcipux-object-perl, libcipux-perl Filename: 4.0-0/all/cipux-object-tools_3.4.0.5-2.10.201403170252_all.deb Size: 18594 MD5sum: 8f8b88ef1e29ea1e7a5623744ae9946a SHA1: a3a4199f93bf25ae052ff211025a1b09e2e24ed8 SHA256: d1719de953a3925928b26e8e301e724a6078b8c1a9aeb430439bd09b91d9a95d Description: Commandline object-related tools for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains commandline tools to interact with the object layer of CipUX. Homepage: http://www.cipux.org/ Package: cipux-passwd Priority: optional Section: perl Installed-Size: 53 Maintainer: CipUX team Architecture: all Version: 3.4.0.3-2.10.201403170257 Depends: perl Filename: 4.0-0/all/cipux-passwd_3.4.0.3-2.10.201403170257_all.deb Size: 13978 MD5sum: a27fa3359cc321315adb4f763d342f76 SHA1: 4a25ab4d0db506d218755d352d68294d9f9fbf5e SHA256: 4d092c65e4987644116f46c985263ce6c4e5f42ac3d3382df7cd7bf6021cce9e Description: simple XML-RPC client to set your own password CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains the command-line tool cipuxpasswd to change your password via CipUX XML-RPC protocol. Homepage: http://www.cipux.org/ Package: cipux-rpc-tools Priority: optional Section: perl Installed-Size: 93 Maintainer: CipUX team Architecture: all Source: cipux-rpc Version: 3.4.0.9-3.10.201403170306 Depends: perl, libfrontier-rpc-perl, libcipux-perl, libreadonly-perl Recommends: cipux-rpcd Filename: 4.0-0/all/cipux-rpc-tools_3.4.0.9-3.10.201403170306_all.deb Size: 29770 MD5sum: e74bee05e3f66be3db955793211d001d SHA1: bd8286676bbba9fb7b8b8b6db55f6faa0e583d67 SHA256: b3af27ed64e7b346512f9706bc451d81b683ff7af213312ba6fae23cace2dd3e Description: Commandline helper tools for XML-RPC server CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools. Two CATs are provided officially with CipUX: - cipux-cat: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains the CipUX XML-RPC daemon, serving the CipUX::Task API for network-based appplications. Any XML-RPC application can access the CipUX::Task API and perform tasks, like creating users and other objects, inside the CipUX framework. . This package contains commandline tools to help setup and test the XML-RPC server for CipUX. Homepage: http://www.cipux.org/ Package: cipux-rpcd Priority: optional Section: perl Installed-Size: 73 Maintainer: CipUX team Architecture: all Source: cipux-rpc Version: 3.4.0.9-3.10.201403170306 Depends: perl, libcipux-rpc-perl, libcipux-perl, lsb-base, adduser Recommends: libpam-ldapd | libpam-ldap, libnss-ldapd | libnss-ldap, nscd, stunnel4, ssl-cert Suggests: cipux-rpc-tools Filename: 4.0-0/all/cipux-rpcd_3.4.0.9-3.10.201403170306_all.deb Size: 19918 MD5sum: 2b23d8c32ef26c3323b4aefafcc6c153 SHA1: aa79ed5436168b6f2b0cfa62ea1d2faf2568c6c3 SHA256: 1dd08bb1e1620ef4a26628239a529f935c8c14f4a6e1bff1f4183cf9171daec2 Description: XML-RPC server for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools. Two CATs are provided officially with CipUX: - cipux-cat: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains the CipUX XML-RPC daemon, serving the CipUX::Task API for network-based appplications. Any XML-RPC application can access the CipUX::Task API and perform tasks, like creating users and other objects, inside the CipUX framework. Homepage: http://www.cipux.org/ Package: cipux-storage-tools Priority: optional Section: perl Installed-Size: 68 Maintainer: CipUX team Architecture: all Source: cipux-storage Version: 3.4.0.2-6.12.201403170927 Depends: perl, libcipux-storage-perl Filename: 4.0-0/all/cipux-storage-tools_3.4.0.2-6.12.201403170927_all.deb Size: 22292 MD5sum: 1a6e0285ab233f9ff7ef87eb338618ea SHA1: 78c9309f8b26e92e98820fc844f24326c5171b89 SHA256: c4fc699c190949a92e055f44eb8c0e734f444ca9e337262edcf81dd0fe9c94a1 Description: Commandline storage-related tools for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains commandline tools to interact with the storage abstraction layer for CipUX. Homepage: http://www.cipux.org/ Package: cipux-task-tools Priority: optional Section: perl Installed-Size: 63 Maintainer: CipUX team Architecture: all Source: cipux-task Version: 3.4.0.7-4.10.201403170316 Depends: perl, libcipux-task-perl, libcipux-perl Filename: 4.0-0/all/cipux-task-tools_3.4.0.7-4.10.201403170316_all.deb Size: 18650 MD5sum: a49ad1843a6e33225de7579f9c235190 SHA1: b9bf2486ff29f1a009649d461f576533aa7882b2 SHA256: fa8a8d5c28d378676532f1d59e3f66bb8f488c02bbf9d793a6952bc280aaa0c8 Description: commandline task interface for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains a commandline task tool for CipuX. Homepage: http://www.cipux.org/ Package: circos-tools Priority: optional Section: science Installed-Size: 19386 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.16-2.2.201403170325 Depends: perl, circos Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/circos-tools_0.16-2.2.201403170325_all.deb Size: 8170760 MD5sum: a2a932402fd59ab7c046f9fa8ac13b9b SHA1: 9f7c06d653ff719704fc0144b1bdc559308c06ac SHA256: 712573726383a8bdab9b9f622de3eda998f4f98e894ca6c94e245356acb99c9f Description: Helper tools for Circos Circos visualizes data in a circular layout — this makes Circos ideal for exploring relationships between objects or positions. . This package contains the following helper tools designed to aid you in processing your data: binlinks, bundlelinks, categoryviewer, colorinterpolate filterlinks, maketutorialimages, orderchr, randomlinks, resample, tableviewer. Homepage: http://circos.ca/ Package: circos Priority: optional Section: science Installed-Size: 7603 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.61-3.2.201403170320 Depends: perl (>= 5.10), fonts-circos-symbols, fonts-cmu, libregexp-common-perl, libcarp-always-perl, libconfig-general-perl (>= 2.5), libdata-dumper-simple-perl, libgd-gd2-perl, libgetopt-simple-perl, libmath-bezier-perl, libmath-round-perl, libparams-validate-perl, libreadonly-perl, libset-intspan-perl (>= 1.16), liblist-allutils-perl, libfile-basedir-perl, libfile-spec-perl, libmath-bigint-perl, libmath-vec-perl, libio-all-perl, libmath-vecstat-perl, libgraphics-colorobject-perl, libtext-format-perl, libfont-ttf-perl, libclone-perl Pre-Depends: dpkg (>= 1.15.6) Recommends: circos-tools Filename: 4.0-0/all/circos_0.61-3.2.201403170320_all.deb Size: 4513008 MD5sum: e00ade46bb54deb748e1b7e0ee9e946a SHA1: 703ac5849ad72f1e8139a89ee8230b5a69c34cca SHA256: 92a68d7cc7d93c9c868956df56dc8c61be78d3d27c11535a5f6aa2900b78f642 Description: plotter for visualizing data Circos visualizes data in a circular layout — ideal for exploring relationships between objects or positions, and creating highly informative publication-quality graphics. . This package provides the Circos plotting engine, which is command-line driven (like gnuplot) and fully scriptable. Homepage: http://circos.ca/ Package: citadel-doc Priority: extra Section: doc Installed-Size: 92 Maintainer: Debian Citadel Team Architecture: all Source: citadel Version: 8.14-2.8.201403170332 Filename: 4.0-0/all/citadel-doc_8.14-2.8.201403170332_all.deb Size: 44518 MD5sum: 24cabcc94abf2ac82f9b710d9f406a70 SHA1: 6f483bfbb2860e4e1f720d844cf1bacea87ac8f3 SHA256: 8ded9d0cecd11af975fb11e0dd3fe6adbb5544965712996c40c569a6494e9bf5 Description: complete and feature-rich groupware server (documentation) This package contains documentation for Citadel, a complete and feature-rich open source groupware platform. . See the 'citadel-server' package for more information. Homepage: http://www.citadel.org/ Package: citadel-suite Priority: extra Section: mail Installed-Size: 34 Maintainer: Debian Citadel Team Architecture: all Source: webcit Version: 8.14-dfsg-1.4.201403131619 Depends: citadel-server, citadel-mta, citadel-webcit, citadel-client Filename: 4.0-0/all/citadel-suite_8.14-dfsg-1.4.201403131619_all.deb Size: 8114 MD5sum: 87751d802da27ea6859e60628517004a SHA1: a777e8f92e17cc9c3c219d07aa437c591789b9c5 SHA256: 5c33216b361f478068b4049b4850f65b5c0d95ed734f77a5d077b47bf404ba9f Description: complete and feature-rich groupware server; metapackage for full installation Citadel is a complete and feature-rich open source groupware platform. * Email, calendaring/scheduling, address books * Bulletin boards, mailing list server, instant messaging * Multiple domain support * An intuitive, attractive AJAX-style web interface . The Citadel system is extremely versatile. It provides numerous front ends to present to users, such as a text-based interface, an AJAX-style web interface, and many popular PIM clients using SMTP/POP/IMAP. All of these can be used simultaneously. . It's also extremely scalable. Not only can a well-equipped Citadel server support a large number of concurrent users, but you can also build a distributed network of Citadel nodes that share rooms and their content. Homepage: http://www.citadel.org/ Package: cjet Priority: extra Section: text Installed-Size: 27 Maintainer: Debian Printing Team Architecture: all Version: 0.8.9-3.4.201403170340 Depends: printer-driver-cjet Filename: 4.0-0/all/cjet_0.8.9-3.4.201403170340_all.deb Size: 3372 MD5sum: b04bf85c9741c24cd3a7ef20ade0606c SHA1: 14bc157d255bd7cd992f807f15dc73c47a00498c SHA256: 3b86e18fb2140ce35c96d80e2319825cc250e45338871d3dfe71c4306129c76b Description: transitional dummy package for cjet printer driver This is a transitional dummy package to transition to uniformly named printer-driver-cjet. Package: cjk-latex Priority: optional Section: tex Installed-Size: 21 Maintainer: Debian TeX maintainers Architecture: all Source: cjk Version: 4.8.3+git20120621-1.4.201403170347 Depends: latex-cjk-common (>= 4.8.3+git20120621-1.4.201403170347) Suggests: latex-cjk-all (= 4.8.3+git20120621-1.4.201403170347) Conflicts: cjk-latex (<= 4.5.1) Filename: 4.0-0/all/cjk-latex_4.8.3+git20120621-1.4.201403170347_all.deb Size: 880 MD5sum: 5ca73648a844a0b9a5790a64ee07ec1e SHA1: 114337faacb3351f42051b6e598f10b36176376c SHA256: 5638cef8ef3ac023bc2cc0e72900d7f9f134dc9d6fa8e94ce13745d125ee8e44 Description: installs all LaTeX CJK packages This is a dummy package that allows you to smoothly upgrade from the old cjk-latex to the current latex-cjk-common packages. After the installation of the latex-cjk-common packages, you can safely delete this package. Homepage: http://cjk.ffii.org/ Package: ckeditor Priority: optional Section: web Installed-Size: 2713 Maintainer: Frank Habermann Architecture: all Version: 3.6.1-1.5.201403170403 Recommends: javascript-common Filename: 4.0-0/all/ckeditor_3.6.1-1.5.201403170403_all.deb Size: 707916 MD5sum: f607b8d9d0429723e9a66b0b97a5f8a3 SHA1: bca8e73a0ead5c11d8ccdaff186d36300a29f694 SHA256: adc5fe72b3953cbd741dbbbe2b74f6bb8340d758571131553e9d584dbafea570 Description: text editor for internet CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice. Homepage: http://ckeditor.com Package: ckport-database Priority: optional Section: devel Installed-Size: 44 Maintainer: Patrick Matthäi Architecture: all Source: ckport Version: 0.1~rc0-3.2.201403170411 Recommends: ckport Filename: 4.0-0/all/ckport-database_0.1~rc0-3.2.201403170411_all.deb Size: 5440 MD5sum: 3cb5f79cd66f5bccd9ebb2536d4ff4f3 SHA1: e78caf9f81eaa483b3a2056d05a6a4365694686e SHA256: da5abbc0f886829ba274dfeb7d87f1a0870f3c7861163bdf291e0eda3c418db2 Description: portability analysis and security checking tool (Database files) ckport is a tool to check already compiled binaries and libraries for porting and security problems. . It uses objdump to read the binaries and analyses calls and jumps to functions. . This package is architecture independent and can be used on non-host architecture binaries if an objdump tool for the target architecture is installed. . This package contains some common databases. Libraries should provide own databases. Homepage: http://software.keep-cool.org/ckport.html Package: ckport Priority: optional Section: devel Installed-Size: 55 Maintainer: Patrick Matthäi Architecture: all Version: 0.1~rc0-3.2.201403170411 Depends: perl, ckport-database (>= 0.1~rc0-3.2.201403170411), binutils-multiarch | binutils Recommends: manpages-dev Suggests: cppcheck Filename: 4.0-0/all/ckport_0.1~rc0-3.2.201403170411_all.deb Size: 9146 MD5sum: a68409866775b261b638bee722b1e2da SHA1: 06016e019e5a5a5b7f279f7670cf007595ff9a52 SHA256: 4092295c122338b6d0f17e1c0827c9a553d6a1fc0448d9c6676c4de90513569c Description: portability analysis and security checking tool ckport is a tool to check already compiled binaries and libraries for porting and security problems. . It uses objdump to read the binaries and analyses calls and jumps to functions. . This package is architecture independent and can be used on non-host architecture binaries if an objdump tool for the target architecture is installed. Homepage: http://software.keep-cool.org/ckport.html Package: cl-acl-compat Priority: optional Section: lisp Installed-Size: 273 Maintainer: Debian Common Lisp Team Architecture: all Source: cl-portable-aserve Version: 1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210 Depends: cl-ppcre, cl-puri Filename: 4.0-0/all/cl-acl-compat_1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210_all.deb Size: 61666 MD5sum: 465120629c56b5c2739b1fb99f19ad8c SHA1: 10ffb2bfe4f7c4c80f9ea6527b9a88bf8cb4c6a2 SHA256: 8aeca9fbdec60abf384d99c07123bc02f8c0450caf82d5133d2ad80209ca0b34 Description: Compatibility layer for Allegro Common Lisp A thin compatibility-layer that emulates library functions provided by Allegro Common Lisp. It is used to support a number of Franz's open-source packages which depend upon such library functions. Homepage: http://portableaserve.sourceforge.net/ Package: cl-alexandria Priority: optional Section: lisp Installed-Size: 177 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.0.20100217-1.4.201403170415 Filename: 4.0-0/all/cl-alexandria_0.0.20100217-1.4.201403170415_all.deb Size: 36736 MD5sum: c4028d03d78502a8877741ab7d9e7cde SHA1: ecdfe0f775f5b5b165ac05a9fceaa9bf07001457 SHA256: e5d37623a97b306dfe5eb21676acaeb7e571f0caf0146c73e25ba8bfc5130250 Description: A collection of portable Common Lisp utilities alexandria is a collection of utilities in the public domain for Common Lisp . It is a library but also a project that aims to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. . It is used by other projects as a base to build on. Homepage: http://common-lisp.net/project/alexandria/ Package: cl-asdf Priority: optional Section: lisp Installed-Size: 1088 Maintainer: Debian Common Lisp Team Architecture: all Version: 2:2.22-1.4.201403170420 Replaces: sbcl-common (<= 1:0.9.13.0-2) Depends: dpkg (>= 1.15.4) | install-info Recommends: common-lisp-controller, sbcl | lisp-compiler Conflicts: common-lisp-controller (<< 7.3), sbcl-common (<= 1:0.9.13.0-2) Breaks: common-lisp-controller (<< 7.3) Filename: 4.0-0/all/cl-asdf_2.22-1.4.201403170420_all.deb Size: 589402 MD5sum: db227ac184bc5506841ee4f1a2ee7c52 SHA1: 23064e0485d15fe13ffb3947928cce82afd9e652 SHA256: e74795e25c0b675067624058da11c8e569aba79de79e087be7c661a220564d9d Description: Another System Definition Facility asdf provides a "make" type functions for Common Lisp software. It drives compilation and dynamic loading for complex Lisp systems with multiple modules and files, and is the de facto standard used by free software written in Common Lisp. Homepage: http://common-lisp.net/project/asdf/ Package: cl-aserve Priority: optional Section: lisp Installed-Size: 893 Maintainer: Debian Common Lisp Team Architecture: all Source: cl-portable-aserve Version: 1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210 Depends: cl-acl-compat, cl-htmlgen, cl-ppcre, cl-puri Suggests: cl-webactions Filename: 4.0-0/all/cl-aserve_1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210_all.deb Size: 392704 MD5sum: 9b8ee83916d44adbcb0db7d52a57fd23 SHA1: 02ae5899db686a7bb62c88102f13863e5bd45b68 SHA256: c45dcf6723d467c92042337384cf05fb8131a7b763c69475d161efa6c1aab299 Description: Portable Aserve A portable version of AllegroServe which is a web application server for Common Lisp programs. It also includes an HTTP client function for accessing web sites and retrieving data. Homepage: http://portableaserve.sourceforge.net/ Package: cl-awk Priority: optional Section: lisp Installed-Size: 96 Maintainer: Matthew Danish Architecture: all Version: 1-3.4.201403170423 Depends: common-lisp-controller (>= 3.37), cl-regex Filename: 4.0-0/all/cl-awk_1-3.4.201403170423_all.deb Size: 21044 MD5sum: 1fad662203ab4509da3692cf3fd5843a SHA1: cd7b6c25e990f4bb944098cd7f8839c11d97ce1a SHA256: f7ab82a9c5a02ed75d1eb6a14272df2f74e03d21ddf08ea16dc82b4592613634 Description: Common Lisp package with the features of AWK and more An implementation of the features of the Unix AWK language, within Common Lisp, using macros. In addition, it provides more complicated processing capabilities than that of AWK. Package: cl-babel Priority: optional Section: lisp Installed-Size: 625 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.3.0+20091229-1.4.201403170428 Depends: cl-trivial-features, cl-alexandria Filename: 4.0-0/all/cl-babel_0.3.0+20091229-1.4.201403170428_all.deb Size: 143982 MD5sum: ce55f5107d7799ebeea79b803961e356 SHA1: 1324402e0def1af30a188d79df4cd358a739f6a9 SHA256: 6c71b376b2ebe9a49d5a03e3a4b36766a17d61edb24a675bf3cd58fe8058a1a0 Description: A charset encoding/decoding library, not unlike GNU libiconv Written completely in Common Lisp, not using a foreign library. . It strives to achieve decent performance. Most of the encoding/decoding algorithms have been adapted from Clozure CL's source. . Another important goal is reusability. Similarly to SBCL, it defines an interface wherein the algorithms can be reused between a variety of data types so long we're dealing with conversions between octets and unicode code points. . Babel comes with converters between strings and octet vectors but can be easily extended to deal with, e.g., strings and foreign memory, vectors and Closure's runes, etc... Homepage: http://common-lisp.net/project/babel/ Package: cl-base64 Priority: optional Section: lisp Installed-Size: 69 Maintainer: Kevin M. Rosenberg Architecture: all Version: 3.3.3-2.4.201403170430 Depends: cl-kmrcl Filename: 4.0-0/all/cl-base64_3.3.3-2.4.201403170430_all.deb Size: 9196 MD5sum: a5bc451cd20614903933a7a6e6c05e2c SHA1: 3aa6ac0fe69cdfe0e4693d14354116b1478e5c96 SHA256: 3f719a9732b97d350dc7166e9b26292ff85f9857558543827dac85d825af51c5 Description: Common Lisp package to encode and decode base64 with URI support This package provides highly optimized base64 encoding and decoding. Besides conversion to and from strings, integer conversions are supported. Encoding with Uniform Resource Identifiers is supported by using a modified encoding table that uses only URI-compatible characters. Homepage: http://files.b9.com/cl-base64/ Package: cl-bordeaux-threads Priority: optional Section: lisp Installed-Size: 95 Maintainer: Pierre THIERRY Architecture: all Source: bordeaux-threads Version: 0.0.2-1.4.201403150951 Filename: 4.0-0/all/cl-bordeaux-threads_0.0.2-1.4.201403150951_all.deb Size: 13656 MD5sum: 9ae1e37ab07654c2864eef3e40a4f564 SHA1: 16db2ffc36360513e18c0667c48fe3281d606040 SHA256: f71988374b1f6e646ade7d042b0ac7c5de15c0029fb50b4161c08b766b9c1ee3 Description: Portable shared-state concurrency for Common Lisp BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. . It essentially provides a compatibility layer for multi-threading accross multiple CL implementations. . Some parts of it's implementation-specific code can also be implemented in a Lisp that does not support multiple threads, so that thread-safe code can be compiled on both multithread and single-thread implementations without need of conditionals. Package: cl-brlapi Priority: extra Section: lisp Installed-Size: 106 Maintainer: Debian Accessibility Team Architecture: all Source: brltty Version: 4.4-10.29.201403151302 Depends: cl-cffi, libbrlapi0.5 Filename: 4.0-0/all/cl-brlapi_4.4-10.29.201403151302_all.deb Size: 64044 MD5sum: f1278354faa476189788d2cf8100b09e SHA1: b1ca6a1919db7ff9b1b77a8c8cc407eb11bd4b00 SHA256: 06492e1cdc5029d514a34a60932f76178c7237b8f664554f6f9c354628d25f69 Description: Common Lisp bindings for BrlAPI This package provides a Common Lisp package to access a braille display. Homepage: http://mielke.cc/brltty/ Package: cl-cffi Priority: optional Section: lisp Installed-Size: 3909 Maintainer: Debian Common Lisp Team Architecture: all Source: cffi Version: 20100219-2.4.201403161329 Depends: cl-alexandria, cl-trivial-features, cl-babel Filename: 4.0-0/all/cl-cffi_20100219-2.4.201403161329_all.deb Size: 2187516 MD5sum: d18aef71df813254f3c5f1bfddcd15ea SHA1: 2f836108c13fc9581611287fc3ed019b3f68f8c8 SHA256: 0fc7f93896ce5ef07a7b1991b800a0a9280a11372fbfa48c1f9b75143465d99c Description: The Common Foreign Function Interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. . The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. . A UFFI compatibility layer is also being developed. Homepage: http://common-lisp.net/project/cffi/ Package: cl-closer-mop Priority: optional Section: lisp Installed-Size: 164 Maintainer: Debian Common Lisp Team Architecture: all Version: 2:0.6-1.4.201403170434 Depends: cl-lw-compat Filename: 4.0-0/all/cl-closer-mop_0.6-1.4.201403170434_all.deb Size: 29774 MD5sum: fea9dc5334b3f16ce57ea19974e05faf SHA1: 4c0514a1a6395d298e01c7ba90334f566043f1a8 SHA256: 07f37c2e47da3e2486ab405d50362a5ab7b4df1ff9487f9d663533dbe9d45e5f Description: Cross Implementation AMOP library This library enhances the different MOP implementations so that they support better the AMOP specifications. . The CLOS spec contained two parts, only the basic level went into the Common Lisp standard. The lower level functions of the AMOP were not included so different implementations differ (mostly slightly) in how to implement the AMOP. . With the help of cl-closer-mop you can use the full power of AMOP on all supported implementations, relying on the library to translate your code. . Supported implementations: Allegro Common Lisp, Clisp, cmucl, LispWorks, OpenMCL and SBCL (version restrictions might apply) Homepage: http://common-lisp.net/project/closer/closer-mop.html Package: cl-cluck Priority: optional Section: lisp Installed-Size: 57 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.1.3-2.4.201403170437 Depends: cl-kmrcl Filename: 4.0-0/all/cl-cluck_0.1.3-2.4.201403170437_all.deb Size: 6992 MD5sum: b5e6bc3e9a548018a3f3af3f0d948f8f SHA1: d9f8d8380c476ab1e480631425a1c266ee258c0a SHA256: 9b0904f15f8abc09ff7aa620cc13b2ced3fdceb61c8a2dd46eefc5c194fb3a8e Description: Common Lisp Microcontroller Clock Calculator Cluck provides several functions to help select crystal frequencies, clock prescalers, and compare values to configuring timers on microcontroller chips. Homepage: http://files.b9.com/cluck/ Package: cl-contextl Priority: optional Section: lisp Installed-Size: 131 Maintainer: Debian Common Lisp Team Architecture: all Version: 1:0.61-1.4.201403170448 Depends: cl-closer-mop (>= 0.31-1), cl-lw-compat Filename: 4.0-0/all/cl-contextl_0.61-1.4.201403170448_all.deb Size: 22698 MD5sum: 9c197d3e28afc4f027a0d38c5fb61dd4 SHA1: 3a6b35c213e2d825983ec3a54536f4f36ad5a6ac SHA256: da5e976d7cf9cf5e23ed66a6721c4eb7a425c9ab392fca332073f667228410cf Description: context orientation for Common Lisp ContextL provides the Common Lisp Object System with functionality for context orientation. It allows the definition of context-specific methods or class slots, so that methods act differently depending on the dynamic context they are executed in. . It further allows developers to rebind places (e.g. slots of objects) dynamically using the "dletf" framework that has previously been present in AspectL. Homepage: http://common-lisp.net/project/closer/contextl.html Package: cl-fftw3 Priority: optional Section: lisp Installed-Size: 81 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.0-1.4.201403170452 Depends: libfftw3-dev, cl-kmrcl, cl-cffi Filename: 4.0-0/all/cl-fftw3_1.0-1.4.201403170452_all.deb Size: 9598 MD5sum: 35fc22d4c7450596e8e25f0ceb5395b9 SHA1: 7189cd779236b2c21de4af0222419e7eca1103c6 SHA256: df14768cb837c98dd175ad28484665efba6139f8bb3f3c375e72a894b70acd0b Description: Common Lisp package for using the FFTW3 library This package provides an interface for Common Lisp programs to use the FFTW3 Fourier transform library. A number of higher-level interfaces has been added in addition to the native interface to the FFTW3 C-based library. Homepage: http://files.b9.com/cl-fftw3/ Package: cl-flexi-streams Priority: optional Section: lisp Installed-Size: 313 Maintainer: Debian Common Lisp Team Architecture: all Source: flexi-streams Version: 1.0.7-2.4.201403231757 Depends: cl-trivial-gray-streams Filename: 4.0-0/all/cl-flexi-streams_1.0.7-2.4.201403231757_all.deb Size: 59110 MD5sum: 8f9a75fd09319c91dbb8cc51c3d13520 SHA1: 4fa779e6d94f926d8f5586afb61ddf6ddaeb275e SHA256: 3a8d4850f8e8e9cc458a6f19ddfd30ddd46e16e1182c0eed202368d00fa823c7 Description: Flexi-streams: Flexible bivalent streams for Common Lisp FLEXI-STREAMS implements "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single- or multi-octet encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams. . FLEXI-STREAMS is currently not optimized towards performance - it is rather intended to be easy to use and (if possible) to behave correctly. Homepage: http://weitz.de/flexi-streams/ Package: cl-flexichain Priority: optional Section: lisp Installed-Size: 85 Maintainer: Milan Zamazal Architecture: all Version: 1.5.1.dfsg.1-2.4.201403170455 Depends: common-lisp-controller, cl-asdf (>= 1.86) Filename: 4.0-0/all/cl-flexichain_1.5.1.dfsg.1-2.4.201403170455_all.deb Size: 10842 MD5sum: 6fc0ed0be56abad77103279a87e2e90b SHA1: d4544729612fa8ffb0f62bf663920f22145364a0 SHA256: 51fd7dcb34af130c892a152278490f917044788dd7a7dac7d33f3b3e7288232a Description: An efficient gap buffer with a well-defined external protocol The flexichain Common Lisp protocol allows client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements. Homepage: http://common-lisp.net/project/flexichain/ Package: cl-ftp Priority: optional Section: lisp Installed-Size: 82 Maintainer: Matthew Danish Architecture: all Version: 1.3.3-2.4.201403170457 Depends: common-lisp-controller (>= 3.37), cl-acl-compat, cl-split-sequence Filename: 4.0-0/all/cl-ftp_1.3.3-2.4.201403170457_all.deb Size: 12336 MD5sum: 940aaeafc64449ee13393c08d890dc32 SHA1: 00af07b7ff7c566e88e05d421008c7ce992e4151 SHA256: b2261a6d100d8568af74ea4aa5482a32d114201a9bdef987e88f4f454dadeed2 Description: Common Lisp FTP library Provides basic FTP client functionality to Common Lisp programs as well as macros to assist in writing additional functionality, and a few helpful utility functions. Package: cl-getopt Priority: optional Section: lisp Installed-Size: 49 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.2.0-3.4.201403170502 Depends: cl-ptester Filename: 4.0-0/all/cl-getopt_1.2.0-3.4.201403170502_all.deb Size: 5620 MD5sum: 922da788538f328e7c704c002b31db5e SHA1: 47d6fff1a6932308909b03d7583b756e9a20d164 SHA256: b1494ee87464021f2cd94f6f2066c9927d12ec76647a72df9a954f1b8e5ed009 Description: Common Lisp utility for command-line processing This package provides Common Lisp programs processing of command-line arguments. The command-line processing is based on GNU's getopt_long module. Homepage: http://files.b9.com/getopt/ Package: cl-htmlgen Priority: optional Section: lisp Installed-Size: 92 Maintainer: Debian Common Lisp Team Architecture: all Source: cl-portable-aserve Version: 1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210 Depends: cl-ppcre, cl-puri Filename: 4.0-0/all/cl-htmlgen_1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210_all.deb Size: 21614 MD5sum: ad7ffd5f5166fea41b4b99af63d7581d SHA1: e22fd41d1b439f90fb3caf613c4a7522f9a01942 SHA256: 4a91e647a99a650e1e77741fbcd48362a5a35c27bf05cdbf54623a240dc8f588 Description: HTML generation library for Common Lisp programs cl-htmlgen is Franz's library for generating HTML from Common Lisp programs. It is limited to generating HTML code, so you may want to use the cl-lml2 Debian package for generating XHTML code. Homepage: http://portableaserve.sourceforge.net/ Package: cl-hyperobject Priority: optional Section: lisp Installed-Size: 133 Maintainer: Kevin M. Rosenberg Architecture: all Version: 2.12.0-1.4.201403170504 Depends: cl-kmrcl, cl-rt Filename: 4.0-0/all/cl-hyperobject_2.12.0-1.4.201403170504_all.deb Size: 24120 MD5sum: f6f755947cac67eaa3d9ecf62b7515b2 SHA1: 00e76cc24165407bc6869a4738a604e8daf4204d SHA256: aa5d2a43e13daf0b3a3a371cf8adeb93b9f774fe9c370b3ccc9bf2e2c391bb0d Description: Common Lisp library for hyperobjects This package contains a library for creating and display hyperobjects. Hyperobjects contain references to subobjects as well as to linked objects. This package includes functions to display hyperobjects in multiple formats: ASCII Text, HTML, XML with optional field labels and hyperlinks. Homepage: http://hyperobject.b9.com/ Package: cl-irc-logger Priority: optional Section: lisp Installed-Size: 75 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.9.4-3.4.201403170512 Depends: cl-irc, cl-ppcre Filename: 4.0-0/all/cl-irc-logger_0.9.4-3.4.201403170512_all.deb Size: 10972 MD5sum: 8b79f82004434fd1aaa04e77e3b689c7 SHA1: bbd656d8d951cf2936b23125bc8fa9b70973b32b SHA256: a58a814b99cf3e42bddd18ce92dd4eea53a8a43145d65f24435da3b8eeb75a27 Description: Internet Relay Channel Logger cl-irc-logger provides a multi-channel logger for IRC. It is a library written in Common Lisp and requires knowledge of Common Lisp to setup and use this library. Homepage: http://files.b9.com/irc-logger/ Package: cl-irc Priority: optional Section: lisp Installed-Size: 962 Maintainer: Debian Common Lisp Team Architecture: all Version: 1:0.8.1-dfsg-3.1.4.201403170509 Depends: cl-split-sequence, cl-flexi-streams, cl-usocket Filename: 4.0-0/all/cl-irc_0.8.1-dfsg-3.1.4.201403170509_all.deb Size: 851248 MD5sum: 1b29dcb1b5481bf93e52e4bb532c389c SHA1: 5c338dc6d990f87386636212cd10b9d2286366ac SHA256: 0d20e072d7e4ef8362675d9b3bf4c2ac6feade42d12e584f1271fd83271f14a6 Description: Common Lisp Internet Relay Chat Library cl-irc provides a library for Common Lisp programs to interact with IRC servers. This library has been most tested with SBCL. Several example programs are provided. Homepage: http://common-lisp.net/project/cl-irc/ Package: cl-kmrcl Priority: optional Section: lisp Installed-Size: 265 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.106-1.4.201403170515 Depends: cl-rt Filename: 4.0-0/all/cl-kmrcl_1.106-1.4.201403170515_all.deb Size: 57834 MD5sum: c8286e4b7595e70cf69348ab44108c83 SHA1: 880fb6d1e2b17cdf0ed4874bf53326ec427c59bd SHA256: 6072d934f823e3eb5ba68ebf0a53d2e30b9a8f453a241fc8595d7348a77108d5 Description: General Utilities for Common Lisp Programs This package includes general purpose utilities for Common Lisp programs. It is packages for Debian primarily to support more complex Common Lisp packages by the upstream author Kevin Rosenberg. Homepage: http://files.b9.com/kmrcl/ Package: cl-launch Priority: optional Section: lisp Installed-Size: 208 Maintainer: Francois-Rene Rideau Architecture: all Version: 3.018-1.4.201403170519 Recommends: common-lisp-controller (>= 7.3), sbcl (>= 1:1.0.40) Suggests: cl-asdf (>= 2:2.015) Breaks: cl-asdf (<< 2:2.015), common-lisp-controller (<= 7.2) Filename: 4.0-0/all/cl-launch_3.018-1.4.201403170519_all.deb Size: 61738 MD5sum: b48c585f31a598fffac2c99405955237 SHA1: c978c3fb9cf2666b2b00b761eab1f494b7ce014e SHA256: a4c7167f8c25e6deaba2c161ad2666a1f04f7dfba94b523708b9f33db4cec021 Description: uniform frontend to running Common Lisp code from the shell CL-Launch will allow you to invoke Common Lisp source code from the shell command line or from a shell script. It will also allow you to turn your Common Lisp source programs into standalone executables or executable shell scripts (optionally using a dumped image), depending on the features available in your underlying implementation. . CL-Launch will automatically detect a supported Common Lisp implementation and use adequate invocation options. It can also be configured to fit exactly the programmer's desires. Fully supported implementations are: Allegro, CLISP, ClozureCL, CMUCL, ECL, GCL 2.7, SBCL, SCL. Of these, SBCL, ECL and CLISP support creating standalone executables. Partially supported implementations are: LispWorks Professional, ABCL, GCL 2.6, XCL. . CL-Launch also offers Common Lisp programs a simple uniform interface to invocation parameters (command-line arguments and environment variables). It relies on ASDF 2 for system construction. See the ASDF 2 manual for more information on how to configure source and object code location. CL-Launch may dump memory images for fast startup (at the expense of disk space). It can also be used as a quick way to evaluate and print simple Lisp forms or scripts from the command-line without invoking a full-fledged REPL, and to easily compare results between implementations. Homepage: http://www.cliki.net/cl-launch Package: cl-lexer Priority: optional Section: lisp Installed-Size: 61 Maintainer: Matthew Danish Architecture: all Version: 1-4.4.201403170525 Depends: common-lisp-controller (>= 3.37), cl-regex Filename: 4.0-0/all/cl-lexer_1-4.4.201403170525_all.deb Size: 8058 MD5sum: bd8e7d2c7cd1b96fef4e56d5d364aab5 SHA1: 5c77302086d3d10df7dfc07b36069b2552ba5667 SHA256: 98e659e32eb7a17754ea161c2b665a0e4a2519c15068cf73f85a5f5a7eb22841 Description: Lexical-analyzer-generator package for Common Lisp Implements a lexical-analyzer-generator called DEFLEXER, built on top of REGEX and CLAWK. Package: cl-lml2 Priority: optional Section: lisp Installed-Size: 122 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.6.6-4.4.201403170531 Depends: cl-kmrcl Filename: 4.0-0/all/cl-lml2_1.6.6-4.4.201403170531_all.deb Size: 22758 MD5sum: 5d2465be34ea6e8cf7c29831b9c741e2 SHA1: 4e0647d80590090da221e4065d020b1a52943257 SHA256: 7c9b17173f192abb1fd5b30913f58d16239f32d0faeee09cce10f5ac2c8b1b9a Description: Lisp Markup Language LML2 provides a markup language for generation XHTML web pages. . The usage of LML2 is incompatible with the original LML version. However, the two versions may be used along side each other. Homepage: http://lml2.b9.com/ Package: cl-lml Priority: optional Section: lisp Installed-Size: 91 Maintainer: Kevin M. Rosenberg Architecture: all Version: 2.5.7-4.4.201403170529 Filename: 4.0-0/all/cl-lml_2.5.7-4.4.201403170529_all.deb Size: 17176 MD5sum: 99a9aebb687e5c378480f717dff6fa85 SHA1: b2d3e843443793c09384568d52fb30cabee0842f SHA256: d27aed7b63579b1dfb0ada7831cba05a794c3e1cd30bf6218e7fa9106f5b8ae4 Description: Lisp Markup Language LML provides a markup language for generation XHTML web pages. It is a different syntax than cl-lml2 which some people like better. In general, though, cl-lml2 is faster at compiling and generating XHTML than this package. Homepage: http://lml.b9.com/ Package: cl-lw-compat Priority: optional Section: lisp Installed-Size: 46 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.23-1.4.201403170533 Conflicts: cl-aspectl (<= 0.6.5-1) Filename: 4.0-0/all/cl-lw-compat_0.23-1.4.201403170533_all.deb Size: 3904 MD5sum: 12f6997ee05c583fc5bf573bb91775dd SHA1: d0152c1840fb8bc9c577791496be0551e8b29e22 SHA256: af3517c2f18c7cd3e7176d48ae26053f86870d850821547e2ae1c62c8c691f2c Description: LispWorks Compatibility Library This library a portable implementation of a set of utility functions provided by lwl. It is required by cl-closer-mop. Homepage: http://www.cliki.net/lw-compat Package: cl-mcclim-doc Priority: optional Section: doc Installed-Size: 28 Maintainer: Milan Zamazal Architecture: all Source: cl-mcclim Version: 0.9.6.dfsg.cvs20100315-1.4.201403170538 Suggests: cl-mcclim Filename: 4.0-0/all/cl-mcclim-doc_0.9.6.dfsg.cvs20100315-1.4.201403170538_all.deb Size: 4142 MD5sum: f33695f6915c484bf20f4fc425e26f86 SHA1: 3f4d5bcf006d622c1fbc2d0c7bbbb3dd18f781dc SHA256: 43386bcb3a8d4b3341634f7901780a3d0f0c0ee1d5d04763169929a8ef56384b Description: Graphic user interface package for Common Lisp programs McCLIM is a free implementation of the CLIM specification. CLIM (Common Lisp Interface Manager) is a cross-platform, cross-implementation graphic user interface toolkit for Common Lisp programs. . This package contains McCLIM documentation. Homepage: http://common-lisp.net/project/mcclim/ Package: cl-mcclim-examples Priority: optional Section: lisp Installed-Size: 247 Maintainer: Milan Zamazal Architecture: all Source: cl-mcclim Version: 0.9.6.dfsg.cvs20100315-1.4.201403170538 Depends: common-lisp-controller (>= 3.37) Recommends: cl-mcclim Filename: 4.0-0/all/cl-mcclim-examples_0.9.6.dfsg.cvs20100315-1.4.201403170538_all.deb Size: 49888 MD5sum: 8dcd3f6d99dd21d4a68d4643d9eb6cd0 SHA1: 03be5e68f835d322f7ac0cafc29e1988b0a21512 SHA256: eb546d3e27aca9640721b857eacc6c320477c4ff6106ec96c66319460d5db0b3 Description: Common Lisp graphic user interface toolkit McCLIM is a free implementation of the CLIM specification. CLIM (Common Lisp Interface Manager) is a cross-platform, cross-implementation graphic user interface toolkit for Common Lisp programs. . This package contains example files for McCLIM. . Please note that a CLX implementation compatible with your CL system, i.e. cl-clx-sbcl for sbcl and cmucl-source for cmucl, is required to compile and run cl-mcclim and cl-mcclim-examples. Homepage: http://common-lisp.net/project/mcclim/ Package: cl-mcclim Priority: optional Section: lisp Installed-Size: 5555 Maintainer: Milan Zamazal Architecture: all Version: 0.9.6.dfsg.cvs20100315-1.4.201403170538 Depends: common-lisp-controller (>= 3.37), cmucl-source | cl-clx-sbcl | libgtk2.0-dev, cmucl-source | cl-clx-sbcl | cl-cffi, cl-spatial-trees (>= 0.1-2), cl-flexichain (>= 1.5.1), cl-swank Suggests: cl-mcclim-doc, cl-mcclim-examples, cmucl-source, cl-clx-sbcl, libgtk2.0-dev, cl-cffi Filename: 4.0-0/all/cl-mcclim_0.9.6.dfsg.cvs20100315-1.4.201403170538_all.deb Size: 1183490 MD5sum: d2cfdfb63a6b98e9f69567c12ad4d8d1 SHA1: 668783f36a780663fd2a27636f7f7279bf03226c SHA256: 241d9e78d45f896342229971bf4ddb56f26b5d985b7dc062a98f1357f4ca1e17 Description: Common Lisp graphic user interface toolkit McCLIM is a free implementation of the CLIM specification. CLIM (Common Lisp Interface Manager) is a cross-platform, cross-implementation graphic user interface toolkit for Common Lisp programs. . This package contains the McCLIM library. . Please note that a CLX implementation compatible with your CL system, i.e. cl-clx-sbcl for sbcl and cmucl-source for cmucl, is required to compile and run cl-mcclim. Homepage: http://common-lisp.net/project/mcclim/ Package: cl-md5 Priority: optional Section: lisp Installed-Size: 69 Maintainer: Debian Common Lisp Team Architecture: all Version: 1:1.8.5-1.4.201403170540 Filename: 4.0-0/all/cl-md5_1.8.5-1.4.201403170540_all.deb Size: 11924 MD5sum: 7faf28ba23a5308208bcdea95fa569ce SHA1: 451cba44eaa5f45d77ee6dc005083c14f6c46fda SHA256: fab7d0a9cf94d0e91d062e02e3c57ad540edcc3cc61f195189351bfbbb7cc5af Description: Common Lisp package for MD5 Message Digests This package contains a Common Lisp function to calculate the MD5 message digest of a string, stream, or file. Homepage: http://www.pmsf.de/resources/lisp/MD5.html Package: cl-modlisp Priority: optional Section: lisp Installed-Size: 64 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.6-7.4.201403170545 Depends: libapache2-mod-lisp, cl-kmrcl Filename: 4.0-0/all/cl-modlisp_0.6-7.4.201403170545_all.deb Size: 10310 MD5sum: fa4dca4a9ba3e2002aa442032057f391 SHA1: 36df8ea510e7046cf794a227b6230d14f8baeb19 SHA256: 3b630d86dbe4420a250b0ea492d531e58ed4bba9c7f4b933f9762c7ccd021a76 Description: Common Lisp interface to the Apache mod-lisp module cl-modlisp provides a Common Lisp interface to the mod_lisp Apache module. The mod_lisp is a low-level Apache interface. This package provides a higher level layer on top of mod_lisp. The package has support for CMUCL, SBCL, CLISP, AllegroCL, and Lispworks. Package: cl-pg Priority: optional Section: lisp Installed-Size: 207 Maintainer: Debian Common Lisp Team Architecture: all Version: 1:20061216-5.4.201403170547 Filename: 4.0-0/all/cl-pg_20061216-5.4.201403170547_all.deb Size: 47642 MD5sum: 010596df58266cbc9938e6daf27a048d SHA1: 2850143b583287895d121275684eefdea3336901 SHA256: a79945d2d3a1ff4023f8fdfbc13206c99f7247902395f93ce6a33f99c95e80bc Description: Common Lisp library that provides a socket level postgresql interface Pg is a socket-level interface to the PostgreSQL object-relational Database. The Library implements the client part of the frontend/backend protocol, so does not require interfacing with the libpq library. SQL types are converted to the equivalent Common Lisp types where possible. Supports large objects (BLOBs). Homepage: http://common-lisp.net/project/pg/ Package: cl-photo Priority: optional Section: lisp Installed-Size: 87 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.14-4.4.201403170552 Depends: cl-kmrcl Filename: 4.0-0/all/cl-photo_0.14-4.4.201403170552_all.deb Size: 12696 MD5sum: 833ca4949ea493f8f0c12d535b400aa4 SHA1: ffb9801e01c43b69504229fe66de255ebdb60f5e SHA256: ccbc493bf274903f89c1e60d9bf160e6c34494344bc13b29e19c6c68e69c74a7 Description: photographic calculator in Common Lisp cl-photo provides multiple photographic formulas for to assist with taking photographs. A significant camera database is included. Field of view and depth of field are well supported. Homepage: http://files.b9.com/cl-photo/ Package: cl-pipes Priority: optional Section: lisp Installed-Size: 56 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.2.1-5.4.201403170557 Filename: 4.0-0/all/cl-pipes_1.2.1-5.4.201403170557_all.deb Size: 6304 MD5sum: 741d3543d50ace4146546bf6c376dbbe SHA1: 143845889a38deb8edb1a5b99948adac34cd1e3d SHA256: 378a52db093ac18e9f399f674e549bac50ffeb82fed83bd6167ba3ef85a020eb Description: Common Lisp library for pipes or streams This package has functions for manipulating pipes, also called streams. This package is adapted from an implementation in Peter Norvig's Paradigms of Artificial Intelligence Programming. Homepage: http://files.b9.com/pipes/ Package: cl-plplot Priority: optional Section: lisp Installed-Size: 734 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.6.0-3.4.201403170602 Depends: common-lisp-controller (>= 7.0), cl-cffi, libplplot-dev Filename: 4.0-0/all/cl-plplot_0.6.0-3.4.201403170602_all.deb Size: 450992 MD5sum: 6e86dabc5b3690e0f72b0849ee34d784 SHA1: d500d15aa2648ad6d873792c85e943e78ef50044 SHA256: 2a9b2c6e1f67f0e9c1aaad243ed44d9bdb934a0ba1b021c9226dd1872d5d3c9c Description: CFFI based interface to the PLplot scientific plotting library Cl-plplot provides a CFFI based interface to the PLplot graphics library. The PLplot graphics library supports the drawing of many different types of 2D and 3D graphs using a large variety of output devices including X11, postscript and png. PLplot can also be used to make scaled drawing, or diagrams. . At present, cl-plplot consists of two packages, one is low-level interface to the PLplot library and the other is high-level plotting interface that attempts to make using PLplot with Lisp easier. Homepage: http://common-lisp.net/project/cl-plplot/ Package: cl-postoffice Priority: optional Section: lisp Installed-Size: 174 Maintainer: Debian Common Lisp Team Architecture: all Version: 1.8.2.3-4.4.201403170611 Depends: cl-acl-compat, common-lisp-controller (>= 3.47) Filename: 4.0-0/all/cl-postoffice_1.8.2.3-4.4.201403170611_all.deb Size: 38226 MD5sum: 3991da3e0bf37038a693f4237e054567 SHA1: 2b8c9dbb00fe21464e943e49c823e6702a7c8c0e SHA256: c894988dd0f542904936e9aa488a78769a68996666e262be1cca05da1565a330 Description: SMTP, POP, & IMAP interface library for Common Lisp Programs This is a Franz's open-source Postoffice package which includes libraries for SMTP, POP, and IMAP clients. This package uses the ACL-COMPAT module for operation on non-Allegro Common Lisp implementations. Homepage: http://opensource.franz.com/postoffice/index.html Package: cl-ppcre Priority: optional Section: lisp Installed-Size: 486 Maintainer: Debian Common Lisp Team Architecture: all Version: 2.0.3-1.4.201403170615 Filename: 4.0-0/all/cl-ppcre_2.0.3-1.4.201403170615_all.deb Size: 104170 MD5sum: 4ed4f4d941f3bf9431e2c61d98864147 SHA1: 151988701b48147c699375705f797e3548b6da44 SHA256: 82298c0eb8c6ead4827218f039da005405c3ff20d0b981a82ecba86147b5eca2 Description: Portable Regular Express Library for Common Lisp CL-PPCRE is a portable regular expression library for Common Lisp which has the following features: . * It is compatible with Perl. * It is fast. * It is portable. Homepage: http://weitz.de/cl-ppcre/ Package: cl-ptester Priority: optional Section: lisp Installed-Size: 91 Maintainer: Debian Common Lisp Team Architecture: all Version: 2.1.2-6.4.201403170620 Filename: 4.0-0/all/cl-ptester_2.1.2-6.4.201403170620_all.deb Size: 13270 MD5sum: de74dfeb03594243904747a25c855e67 SHA1: 5305259adc5965632733176742493601878b56ae SHA256: 15d25b1a89584edc3e3b59f68077e69a0508ddd52f2e1312c71b00e21583dfcd Description: Test suite for Common Lisp programs ptester is portable version of Franz's. opensource testing suite. It is designed for writing regression test suites for Common Lisp packages. Homepage: http://opensource.franz.com/test/test-dist/tester.cl Package: cl-pubmed Priority: optional Section: lisp Installed-Size: 54 Maintainer: Kevin M. Rosenberg Architecture: all Version: 2.1.3-5.4.201403170622 Depends: cl-kmrcl, cl-aserve Filename: 4.0-0/all/cl-pubmed_2.1.3-5.4.201403170622_all.deb Size: 7104 MD5sum: bdb76aa758519367e836199006d837b7 SHA1: 1cb264c8d03a8bbe7f40372827b9d1048fa47c45 SHA256: 6a2284881333fec64bf1dc7d1483cb1df5e80d8f45aebc781c8a860e62227866 Description: Common Lisp package to query Pubmed medical literature database This library has functions for querying the PubMed medical literature database and parsing the XML results into Common Lisp objects. This package uses the cl-aserve for HTTP fetches. Homepage: http://files.b9.com/pubmed/ Package: cl-puri Priority: optional Section: lisp Installed-Size: 133 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.5.5-1.4.201403170627 Recommends: cl-ptester Filename: 4.0-0/all/cl-puri_1.5.5-1.4.201403170627_all.deb Size: 25820 MD5sum: c6dc6eb62b7f3e45fdd254640e148b5c SHA1: 1339b718a7b0df21a8b3143b0396de3006e35b47 SHA256: 004c31b0717fffd1d5ff327ef1ab8deb4dd8cef0d6e6b7a80be10d3889147d2d Description: Common Lisp Portable URI Library This is portable Universal Resource Identifier (RFC 2396) library for Common Lisp programs. It is based on Franz, Incorporated opensource package and ported to run on other CL implementations. A regression test package is included. Homepage: http://files.b9.com/puri/ Package: cl-quicklisp Priority: optional Section: lisp Installed-Size: 88 Maintainer: Sebastian Tennant Architecture: all Source: quicklisp Version: 1.0-1.2.201403150532 Depends: sbcl | lisp-compiler Filename: 4.0-0/all/cl-quicklisp_1.0-1.2.201403150532_all.deb Size: 14540 MD5sum: bcd99d321087bd8820f388eeb1330e37 SHA1: f66ff949059f9a1ae7edf813f0fb6b229d40b43f SHA256: 658ec931e220b8186093b1e0b86164393670f137658dab142696341bcc0a9d93 Description: library manager for Common Lisp Once installed, Quicklisp can download, install, and load over 500 Common Lisp libraries with a few simple Lisp commands. It currently works with ABCL, Allegro CL, Clozure CL, CLISP, CMUCL, ECL, LispWorks, SBCL, and Scieneer CL. Homepage: http://quicklisp.org Package: cl-regex Priority: optional Section: lisp Installed-Size: 211 Maintainer: Matthew Danish Architecture: all Version: 1-3.4.201403170631 Depends: common-lisp-controller (>= 3.37) Filename: 4.0-0/all/cl-regex_1-3.4.201403170631_all.deb Size: 39412 MD5sum: cef85646b94610f26cea16b51fe3f0dc SHA1: d112bada3fbbc683eb7272bbb14f58ef340e5c2a SHA256: 1ad8f833033a35ebe12ba3cd6f4d79cf2c17c4d4e8349515f11776d470347176 Description: Common Lisp regular expression compiler/matcher A fully-featured regular expression compiler and matching engine for Common Lisp that claims to be roughly 5x-20x times faster than the GNU regex matcher written in C. Package: cl-reversi Priority: optional Section: lisp Installed-Size: 468 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.0.14-4.4.201403170637 Filename: 4.0-0/all/cl-reversi_1.0.14-4.4.201403170637_all.deb Size: 97234 MD5sum: 18d8a5f5a101835a31cec39288a379b8 SHA1: f5edbfc4f5b29b16258b543b140b5b175b0d474b SHA256: 8bd12be453e070ba3bf27e45043380235028c5c6cc4e4961baf2bcdf9e2332b3 Description: Reversi game for Common Lisp This package is based on Peter Norvig's reversi program in the book Paradigms of Artificial Intelligence. Compared to the code in the book, this package employs significant optimizations and includes a CLIM-based graphical user interface. Homepage: http://files.b9.com/reversi/ Package: cl-rlc Priority: optional Section: lisp Installed-Size: 44 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.1.3-3.4.201403170638 Depends: cl-kmrcl, xgraph Filename: 4.0-0/all/cl-rlc_0.1.3-3.4.201403170638_all.deb Size: 4508 MD5sum: b1a97ea1e3088b8e4e4f3a7832c83a2c SHA1: 6f3b44f39396b1cead62d672d3047d217d50b2bd SHA256: 6287e7bd5fa2b0fa37f74163fddc2fcb7a8846a2ed0f575153530f70e7aad049 Description: Common Lisp RLC Circuit Simulator cl-rlc provides a simulator for RLC (resistance, inductance, capacitance) circuits. It is written in Common Lisp and uses the xgraph package for plotting. Homepage: http://files.b9.com/rlc/ Package: cl-rsm-mod Priority: optional Section: lisp Installed-Size: 67 Maintainer: Debian Common Lisp Team Architecture: all Version: 1.4.4.201403170644 Depends: common-lisp-controller (>= 3.37) Recommends: cl-ptester Filename: 4.0-0/all/cl-rsm-mod_1.4.4.201403170644_all.deb Size: 8808 MD5sum: 55a1ddeb2998313a489dc74043e6e31b SHA1: 02fafe5e3ac4391fedf39d901fe159c630d18d99 SHA256: 38c70678031aab0469fd2c8437a61d7d37fa6b53068bc710a4c7ef3b8b662a84 Description: McIntire's Common Lisp Modular Arithmetic Library This is R. Scott McIntire's Common Lisp modular arithmetic function library. It supports large number arithmetic. Package: cl-rss Priority: optional Section: lisp Installed-Size: 44 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.1.1-6.4.201403170649 Depends: cl-kmrcl, cl-xmls, cl-aserve, cl-ptester Filename: 4.0-0/all/cl-rss_0.1.1-6.4.201403170649_all.deb Size: 4812 MD5sum: 0254a8bc3a023bbdfb897c1da73d9263 SHA1: d4d85402cf7fa929009106bb251d4c5d0def1d98 SHA256: 9bca7a2f3e52ae43c5aaff7e2bd77a0013314cb6fb6bd5f5455d73c4a16676f7 Description: Common Lisp RSS processor This package provides a Common Lisp library for fetching and parsing Remote Site Summary data via HTTP. Currently, it supports RSS versions 0.90, 0.91, and 0.92. Homepage: http://files.b9.com/cl-rss/ Package: cl-rt Priority: optional Section: lisp Installed-Size: 63 Maintainer: Debian Common Lisp Team Architecture: all Version: 20040621-4.4.201403170651 Filename: 4.0-0/all/cl-rt_20040621-4.4.201403170651_all.deb Size: 14138 MD5sum: 9c4d378d5b4cd5524beaca5195aa7b02 SHA1: 1ad54d53771c563991fe6d7413a07b431bfa4e81 SHA256: deaaa3db1ed13c4b5c29cf0c99f43b4689bc6ad7813349d80f92263a77e1c20f Description: Common Lisp regression tester from MIT This is MIT's regression tester for Common Lisp programs. It provides a framework for writing regression tests for Common Lisp packages. This package includes Paul Dietz's modifications to the original MIT release. Homepage: http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ Package: cl-salza Priority: optional Section: lisp Installed-Size: 106 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.7.4-1.4.201403170653 Depends: common-lisp-controller (>= 3.37) Filename: 4.0-0/all/cl-salza_0.7.4-1.4.201403170653_all.deb Size: 18444 MD5sum: 8bf35980deb084fdae3327342b02308d SHA1: 82c6963d88519fd24392bf71482c5e1b5606b022 SHA256: 55140775ce889868bd86160a9f58d57f572774b7e39f57bc74fb35717f59fe56 Description: Common Lisp package to write compressed data Salza is an implementation of the DEFLATE compressed data format, described in RFC 1951, and the ZLIB compressed data format, described in RFC 1950. Currently, only output to a compressed file is supported. Homepage: http://www.cliki.net/Salza Package: cl-spatial-trees Priority: optional Section: lisp Installed-Size: 104 Maintainer: Milan Zamazal Architecture: all Version: 0.2-3.4.201403170657 Depends: common-lisp-controller, cl-asdf (>= 1.86) Filename: 4.0-0/all/cl-spatial-trees_0.2-3.4.201403170657_all.deb Size: 18366 MD5sum: 353b99640552481aaf3d909a04af4816 SHA1: c7dd900a52054bcaff27950c6d9e816a0ef86e1e SHA256: 17ea87ddebe750de26bdd1e9644c00f70dac009b119f8d393556914900b6f026 Description: Spatial trees Common Lisp library spatial-trees provides access to dynamic index structures for spatially-extended data, all exposed through a uniform CLOS interface. Currently it supports the following data structures: R-trees, Greene-trees, R*-trees, X-trees. Homepage: http://www.cliki.net/spatial-trees Package: cl-speech-dispatcher Priority: extra Section: lisp Installed-Size: 78 Maintainer: Boris Dušek Architecture: all Source: speech-dispatcher Version: 0.7.1-6.2.11.201403201649 Depends: common-lisp-controller, cl-regex Filename: 4.0-0/all/cl-speech-dispatcher_0.7.1-6.2.11.201403201649_all.deb Size: 16096 MD5sum: e6a7f35a8c2672a07fcf3053443c64f1 SHA1: 5939247591dc939636dc5999ab8733820a4f9cfb SHA256: 73bf640944cb326054ece206717e6c9401647c7cb4c910c6c1b61ea5873baf17 Description: Common Lisp interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a Common Lisp library for communication with Speech Dispatcher. Homepage: http://devel.freebsoft.org/speechd Package: cl-split-sequence Priority: optional Section: lisp Installed-Size: 48 Maintainer: Debian Common Lisp Team Architecture: all Version: 20050802-3.4.201403170659 Filename: 4.0-0/all/cl-split-sequence_20050802-3.4.201403170659_all.deb Size: 4828 MD5sum: 43a59e1b4c3c5c1fea311294d164e50f SHA1: 146ce8e3f3fa105ce8121a10a7ec6113261d8595 SHA256: b46c4b6fee7f4fce3ac431a616a3fbd69e82c4df729b0ee0424dac42a5727d9c Description: Common Lisp package split a sequence of objects This package contains functions to partition a Common Lisp sequence into multiple result sequences. Homepage: http://www.cliki.net/SPLIT-SEQUENCE Package: cl-sql-aodbc Priority: extra Section: lisp Installed-Size: 58 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), cl-sql-mysql, cl-sql-postgresql Suggests: acl-pro-installer Filename: 4.0-0/all/cl-sql-aodbc_6.2.0-1.4.201403170702_all.deb Size: 12882 MD5sum: e9c960d3da21ad099f1259a4e60c71f5 SHA1: 891a545bfeb646364499d97c4755c84390455f53 SHA256: b4f849c3a088013b9dd3217ffe6180e80b1f058bdb617af24e77b2ec7f1f069c Description: CLSQL database backend, AODBC This package enables you to use the CLSQL data access package with AllegroCL's AODBC databases. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-odbc Priority: extra Section: lisp Installed-Size: 187 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), unixodbc-dev, cl-sql-mysql, cl-sql-postgresql Suggests: acl-pro-installer Filename: 4.0-0/all/cl-sql-odbc_6.2.0-1.4.201403170702_all.deb Size: 40644 MD5sum: 77a69ecbf3e764c9adcb82cd68f84c62 SHA1: 10dcae118ebb3276177b8778884e3ce3fc0948cc SHA256: fcd4db3e036e90fe836ad61084282bf5c7dc68f89f37aefcd32f945a31944776 Description: CLSQL database backend, ODBC This package enables you to use the CLSQL data access package with ODBC databases. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-oracle Priority: extra Section: contrib/lisp Installed-Size: 146 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), cl-sql-uffi (>= 6.2.0-1.4.201403170702) Filename: 4.0-0/all/cl-sql-oracle_6.2.0-1.4.201403170702_all.deb Size: 35326 MD5sum: 7c10f523ce16f7bfd0bde25324d84acc SHA1: ec345365e0548da92cd4c440738d7adf7a6aa5a0 SHA256: 634e31e07a01bce11d3e4f7f55149961c7809cee79a92151cbd9239a04f67f52 Description: CLSQL database backend, Oracle This package enables you to use the CLSQL data access package with Oracle databases. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-postgresql-socket Priority: extra Section: lisp Installed-Size: 105 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), cl-md5, cl-sql-uffi (>= 6.2.0-1.4.201403170702), libc6-dev Filename: 4.0-0/all/cl-sql-postgresql-socket_6.2.0-1.4.201403170702_all.deb Size: 22466 MD5sum: 07d3ed2c54b12c7986788db8239a5624 SHA1: 1f000c31744eaee520eccb532268033c349a1390 SHA256: b0f77def027cb519be06f7797c2366a25cf0399f8cc79b7bd11a992a88023c52 Description: CLSQL database backend, PostgreSQL via sockets This package enables you to use the CLSQL data access package with PostgreSQL databases via a socket interface to the PostgreSQL server. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-postgresql Priority: extra Section: lisp Installed-Size: 84 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), libpq-dev, cl-sql-uffi (>= 6.2.0-1.4.201403170702) Filename: 4.0-0/all/cl-sql-postgresql_6.2.0-1.4.201403170702_all.deb Size: 17840 MD5sum: cc6eaf1f8e37ec056e4d172b58ec9535 SHA1: 5a6e4af7d490fc1405c0289311bdbe36c1beb310 SHA256: 71dba957dac626bd73dd04ac2e9136b0ec66c958d9f622ff65c37a522e5e5f31 Description: CLSQL database backend, PostgreSQL via library This package enables you to use the CLSQL data access package with PostgreSQL databases using the PostgreSQL client library. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-sqlite3 Priority: extra Section: lisp Installed-Size: 83 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), libsqlite3-dev, cl-sql-uffi (>= 6.2.0-1.4.201403170702) Filename: 4.0-0/all/cl-sql-sqlite3_6.2.0-1.4.201403170702_all.deb Size: 18170 MD5sum: 0e1d0a47f7f634212085c9641170c8e1 SHA1: df176e4b0d0013cf89909c0b8b6383daa0ef759d SHA256: 5ea494632cd0ab73f31fba762d0e5333b4b5f060d29a852e065eed9436182845 Description: CLSQL database backend, SQLite3 This package enables you to use the CLSQL data access package with SQLite3 databases. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-sqlite Priority: extra Section: lisp Installed-Size: 80 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Provides: cl-sql-backend Depends: cl-sql (= 6.2.0-1.4.201403170702), libsqlite0-dev, cl-sql-uffi (>= 6.2.0-1.4.201403170702) Filename: 4.0-0/all/cl-sql-sqlite_6.2.0-1.4.201403170702_all.deb Size: 17244 MD5sum: 1c5b310faf7e8386dbe37abc0fac7661 SHA1: 0583f32ffa982271634e58df47d41757586985b7 SHA256: 6429bdd19d94c68f45f44c5110f84c0063d29e8a9b6d15192c5e885c9c1b8e7c Description: CLSQL database backend, SQLite This package enables you to use the CLSQL data access package with SQLite databases. CLSQL is a Common Lisp interface to SQL databases. Homepage: http://clsql.b9.com/ Package: cl-sql-tests Priority: extra Section: lisp Installed-Size: 240 Maintainer: Kevin M. Rosenberg Architecture: all Source: cl-sql Version: 6.2.0-1.4.201403170702 Depends: cl-sql, cl-sql-postgresql, cl-sql-postgresql-socket, cl-sql-mysql, cl-sql-sqlite, cl-sql-odbc, cl-rt Suggests: acl-installer, libmyodbc, unixodbc, cl-sql-aodbc Filename: 4.0-0/all/cl-sql-tests_6.2.0-1.4.201403170702_all.deb Size: 49418 MD5sum: 05465f3561931c9a184087a13c32a4d4 SHA1: ed0c63b874feede19fec029e12a385510377ef28 SHA256: 4401574554daab0a4b9792be5b2522776b81a45fcaac4b841a0914646cacd023 Description: Testing suite for CLSQL This package contains a test suite for CLSQL. It requires manual configuration of MySQL and PostgreSQL databases to execute. A configured, licensed version of AllegroCL with ODBC setup is required to test the clsql-aodbc interface. See the /usr/share/doc/cl-sql-tests/README file if you want to try running these regression tests. Homepage: http://clsql.b9.com/ Package: cl-sql Priority: extra Section: lisp Installed-Size: 1849 Maintainer: Kevin M. Rosenberg Architecture: all Version: 6.2.0-1.4.201403170702 Recommends: cl-sql-backend Filename: 4.0-0/all/cl-sql_6.2.0-1.4.201403170702_all.deb Size: 638614 MD5sum: 2e6f703e611545c4e2ee48f9234135b1 SHA1: 98ed7d8a5341a1eef4e40c8dd83b9244dadf518c SHA256: 2fc99976bf0ca6ffabc211a05f4f6a9bdb1c52f6134a9e63925a7e6908fe2367 Description: SQL Interface for Common Lisp CLSQL is a Common Lisp interface for multiple SQL databases on multiple Common Lisp implementations. It uses the UFFI foreign language interface. Homepage: http://clsql.b9.com/ Package: cl-swank Priority: optional Section: lisp Installed-Size: 1869 Maintainer: Debian Common Lisp Team Architecture: all Source: slime Version: 1:20120525-1.6.201403200309 Replaces: slime (<< 1:20050929-1) Depends: cl-asdf (>= 2:1.627) Suggests: slime Conflicts: slime (<< 1:20050929-1) Filename: 4.0-0/all/cl-swank_20120525-1.6.201403200309_all.deb Size: 544312 MD5sum: 1bdb13a388ce07698b7efa54fa9ad792 SHA1: 7f90d5cb590283716796905346d47d06d2d0087e SHA256: 3af07d62ce5d3ec0463e4594ac6d52a486f1a7a19a3e80d49d84abbcfc9907b7 Description: Superior LISP Interaction Mode for Emacs (Lisp-side server) SLIME is the Superior Lisp Interaction Mode for Emacs. . This is an ILISP-like development environment intended for maximum integration with CMUCL (also works with SBCL, OpenMCL and work is ongoing on Lispworks and current CVS version of CLISP and CLISP 2.32 on Linux). . This package contains the Lisp-side server, needed by the Emacs client (see package slime). Homepage: http://common-lisp.net/project/slime/ Package: cl-trivial-features Priority: optional Section: lisp Installed-Size: 81 Maintainer: Debian Common Lisp Team Architecture: all Source: trivial-features Version: 0.6-1.6.201403261649 Filename: 4.0-0/all/cl-trivial-features_0.6-1.6.201403261649_all.deb Size: 8340 MD5sum: 8cdadd7c00aaf156bbadc1b9cbf7cf5c SHA1: 684fb376e343e42c9e06943bb906b2d17a5e8606 SHA256: d8e2199de8b7c0cea55a826622e46834e3a0f5c54cd288c6f6a6807aea325bea Description: An abstraction layer for the *features* that implementations use trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. Homepage: http://www.cliki.net/trivial-features Package: cl-trivial-gray-streams Priority: optional Section: lisp Installed-Size: 48 Maintainer: Debian Common Lisp Team Architecture: all Source: trivial-gray-streams Version: 20091021-1.6.201403261651 Filename: 4.0-0/all/cl-trivial-gray-streams_20091021-1.6.201403261651_all.deb Size: 5804 MD5sum: 53a63c19526b61aa88b5971dbef17763 SHA1: c3bf4c473338c7bfa1ad355949ba364d2d4a2f42 SHA256: 18e5517d2450f13abbe38285a3e67e8da479b3673807bb1280fb4e87decfd83e Description: thin compatibility layer for gray streams This system provides an extremely thin compatibility layer for gray streams. It is nearly *too* trivial for a complete package, except that the author has copy&pasted this code into enough projects now that the author decided to factor it out once again now, and then *never* have to touch it again. Homepage: http://common-lisp.net/project/cl-plus-ssl/ Package: cl-uffi Priority: optional Section: lisp Installed-Size: 438 Maintainer: Kevin M. Rosenberg Architecture: all Version: 2.1.2-1.4.201403170705 Recommends: cl-uffi-tests Filename: 4.0-0/all/cl-uffi_2.1.2-1.4.201403170705_all.deb Size: 145812 MD5sum: 4e8968d269da8a70e74a71312a3b10da SHA1: ef7e1799a9b2962450d3733c95d976a78cdb1703 SHA256: 5112dfbcf464b06fb5451e7c2ddcac43fe85b310baa9b16fbe58ae5d5e2623f4 Description: Universal Foreign Function Library for Common Lisp UFFI provides a universal foreign function interface (FFI) for Common Lisp. UFFI supports AllegroCL, CMUCL, Lispworks, MCL, OpenMCL, SBCL, and SCL. Homepage: http://uffi.b9.com/ Package: cl-usocket Priority: optional Section: lisp Installed-Size: 298 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.5.5-1.4.201403170708 Depends: cl-split-sequence Recommends: cl-rt Filename: 4.0-0/all/cl-usocket_0.5.5-1.4.201403170708_all.deb Size: 64934 MD5sum: 06dc09cd2a0ca15d2c85bd584abecb75 SHA1: f4ffcd7ec505d7e2a91f4515fbd29424c68483da SHA256: 07a99fcf9ed7c22955e0622fa578aa4cbfd1cea5c67a92b2bad267ac04d6c682 Description: Common Lisp socket library cl-usocket provides a library for Common Lisp programs to use TCP sockets. It is the successor to trivial-sockets. . To run the test suite you need the recommended cl-rt package. Homepage: http://common-lisp.net/project/usocket/ Package: cl-webactions Priority: optional Section: lisp Installed-Size: 113 Maintainer: Debian Common Lisp Team Architecture: all Source: cl-portable-aserve Version: 1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210 Depends: cl-aserve, cl-ppcre, cl-puri Filename: 4.0-0/all/cl-webactions_1.2.42+cvs.2010.02.08-dfsg-1.6.201411012210_all.deb Size: 24988 MD5sum: eb0ff71a00eb477df67dbde295aed578 SHA1: 7232b017b85c75556172d1807965a5d2827a06f5 SHA256: 87f8b419b1a18d4f6b407e782b0833e35da110eb59cbf5dc7691fce7addd1890 Description: HTTP dispatch library for cl-aserve Webactions is Franz's library for dispatching HTTP requests as well as processing HTML templates. It uses the cl-aserve package. Homepage: http://portableaserve.sourceforge.net/ Package: cl-xlunit Priority: optional Section: lisp Installed-Size: 74 Maintainer: Kevin M. Rosenberg Architecture: all Version: 0.6.3-2.4.201403170726 Filename: 4.0-0/all/cl-xlunit_0.6.3-2.4.201403170726_all.deb Size: 10082 MD5sum: d183e3de1f4628f616a59a46d129b2b6 SHA1: 8df0eedc6695e571992df80134b5751de3f67f4a SHA256: 8751825e07d83be7b5759d6858b5d732a4bdb08dc896cc9d7cb4700c90a75280 Description: Common Lisp eXtreme Lisp Unit Testing Package XLUnit provides a unit testing package for Common Lisp. It is based on the XPTest package by OnShore development, but is rewritten to be closer in usage to the JUnit package. Also, it is designed to be used with significantly less overhead on the part of the test author compared to XPTest. Homepage: http://files.b9.com/xlunit/ Package: cl-xmls Priority: optional Section: lisp Installed-Size: 76 Maintainer: Debian Common Lisp Team Architecture: all Version: 1.4.1-1.4.201403170729 Filename: 4.0-0/all/cl-xmls_1.4.1-1.4.201403170729_all.deb Size: 14816 MD5sum: 066ccec159993741a9dd93926eeb7346 SHA1: c1ea36301ce9e0072441a1fbe85aaf5fe08ffe28 SHA256: ff2630a0e8d252a02f38c216e05151d4ce42045e44b2ef5a58a32d9e8968d537 Description: XML Simple Parser for Common Lisp XMLS provides a simple parser of XML that covers a very useful subset of XML. Homepage: http://common-lisp.net/project/xmls/ Package: cl-xptest Priority: optional Section: lisp Installed-Size: 55 Maintainer: Kevin M. Rosenberg Architecture: all Version: 1.2.4-3.4.201403170732 Filename: 4.0-0/all/cl-xptest_1.2.4-3.4.201403170732_all.deb Size: 8204 MD5sum: a185ccc4db88882bb9088c5b62ec026a SHA1: ccd98487d3c1cb5255cfecfe68d50d54ae724f8e SHA256: 51828e16b350aea207b5ea515f751c1dd9f7dd7763db0de1a15e078c4f9321f2 Description: Extreme programming test suite for Common Lisp package xptest is the test suite written by onShore Development. It is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk and other languages. Package: cl-zpb-ttf Priority: optional Section: lisp Installed-Size: 184 Maintainer: Pierre THIERRY Architecture: all Source: zpb-ttf Version: 0.7-2.4.201403171112 Filename: 4.0-0/all/cl-zpb-ttf_0.7-2.4.201403171112_all.deb Size: 48564 MD5sum: 9a2adb75beaad166f6fc65729bea24de SHA1: 8975afb82ecd5bb431e4dd6af6d0fa8279d564ae SHA256: 2f53ccfab04be9fe23b58971972c435fdf60335fbb51847e499bf34d7f02c40d Description: TTF parser ZPB-TTF is a TrueType file parser that provides an interface for reading typographic metrics, glyph outlines, and other information from a TTF file. Package: clam-networkeditor-examples Priority: extra Section: sound Installed-Size: 1638 Maintainer: Debian Multimedia Maintainers Architecture: all Source: clam-networkeditor Version: 1.4.0-3.1.3.201403170841 Depends: clam-networkeditor (>= 1.4.0-3.1.3.201403170841) Filename: 4.0-0/all/clam-networkeditor-examples_1.4.0-3.1.3.201403170841_all.deb Size: 1111016 MD5sum: a7cfd8b8c4daae8b1ba4431e2ad534cc SHA1: 74afcbb1c8a3fbfc4a19a404ec2605510ba720b1 SHA256: 562af4b6e8142ef4f4d3bf68757940537c71f27643c945a29a394f2e559a6c5b Description: CLAM Network Editor, examples The CLAM Network Editor is a tool for editing CLAM processing networks. Those processing networks can become the processing core of an audio application by using the CLAM::NetworkPlayer class in such program, or by using the CLAM Prototyper to link the network to a Qt Designer interface. . This package provides examples of networks, some of them with their user interface to be executed also by the Prototyper. Those examples include, among others, some sinusoidal plus residual modelling (SMS) transformations and tonal (chords, notes) analysis. Homepage: http://clam-project.org/ Package: clamassassin Priority: optional Section: mail Installed-Size: 62 Maintainer: Robert S. Edmonds Architecture: all Version: 1.2.4-1.4.201403170753 Depends: clamav, procmail Filename: 4.0-0/all/clamassassin_1.2.4-1.4.201403170753_all.deb Size: 14704 MD5sum: b9a971b1aac560a86a0b2b1c0c757ebc SHA1: 0df118afc203ae6cbe2a24697da83b761f111732 SHA256: 7f488ce33834104155b6b2022ffba4406867a43f3075f310029c359af4830bc1 Description: email virus filter wrapper for ClamAV clamassassin is a simple virus filter wrapper for ClamAV for use in procmail filters and similar applications. clamassassin's interface is similar to that of spamassassin, making it easy to implement for those familiar with that tool. clamassassin is designed with an emphasis on security, robustness and simplicity. Package: clamav-docs Priority: optional Section: doc Installed-Size: 1504 Maintainer: ClamAV Team Architecture: all Source: clamav Version: 0.98.4+dfsg-0.132.201410191831 Filename: 4.0-0/all/clamav-docs_0.98.4+dfsg-0.132.201410191831_all.deb Size: 1282438 MD5sum: 61c2404ceee8ca24744ea27e683b167f SHA1: 844de3624aa6845ffb0c5a9949b8aaa9e1050097 SHA256: 591904256d44ec80588b0e9758b3c5e65a9e604b2861d62fdeeceb95d52d9516 Description: anti-virus utility for Unix - documentation Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the documentation for the ClamAV suite. Homepage: http://www.clamav.net/ Package: clamav-testfiles Priority: optional Section: utils Installed-Size: 6742 Maintainer: ClamAV Team Architecture: all Source: clamav Version: 0.98.4+dfsg-0.132.201410191831 Filename: 4.0-0/all/clamav-testfiles_0.98.4+dfsg-0.132.201410191831_all.deb Size: 5282726 MD5sum: c7f0f7dbdfa17716898427600dba6e23 SHA1: 76eed3d14c5c1b4eeb9c0798b6a1fe7c3ba9e490 SHA256: 2abe92eec88cedbeb96c89db0ce4bf4443ba7295781ba92ce76fd04b0e82a241 Description: anti-virus utility for Unix - test files Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains files 'infected' with a test signature. The test signature (ClamAV-Test-Signature) should be detectable by all anti-virus programs. Homepage: http://www.clamav.net/ Package: clamav-unofficial-sigs Priority: extra Section: utils Installed-Size: 227 Maintainer: ClamAV Team Architecture: all Version: 3.7.1-3.4.201403170816 Depends: bind9-host | host, clamav, curl, dnsutils, gnupg, rsync Suggests: clamav-daemon (>= 0.94.dfsg.1) Filename: 4.0-0/all/clamav-unofficial-sigs_3.7.1-3.4.201403170816_all.deb Size: 46496 MD5sum: 3723bb29887b959bd64fe3ce89c404c3 SHA1: c4c58a79dfb962844676d6173f6929d7984383ea SHA256: 0a235e14b0c6398c4e571258bbdb01e536a2db202445c6516ad1bd3ec59d6cae Description: update script for 3rd-party clamav signatures This package provides a script for updating the following sources of 3rd-party clamav signatures until freshclamav gains support for such signatures. . The SaneSecurity/OITC signatures provide detection of phishing, spear phishing, fake lottery, ecard malware, casino, fake jobs, fake loans, 419s, fake diplomas, porn, emailed malware and other general spam. . MSRBL signatures provide detection of image spam and general spam. . SecuriteInfo signatures provide various badware signatures, securiteinfo.com honeypot signatures, honeynet.cz signatures and French anti-spam signatures . MalwarePatrol provides detection of mail containing URLs to malware. Homepage: http://www.inetmsg.com/pub/ Package: clamtk Priority: optional Section: utils Installed-Size: 1377 Maintainer: David Paleino Architecture: all Version: 4.41-1.4.201403170834 Depends: perl, clamav (>= 0.95), clamav-freshclam (>= 0.95) | clamav-data, libgtk2-perl (>= 1.102), libdate-calc-perl, libwww-perl, liblocale-gettext-perl, zenity Recommends: udev Suggests: cabextract Filename: 4.0-0/all/clamtk_4.41-1.4.201403170834_all.deb Size: 305304 MD5sum: 64426336b725d29d2f5b695f91dd168f SHA1: 51d0638912d8b2a37f214106c352b16bd3b11fb2 SHA256: 68ce70df93560505c4e53f3c39a86a0791553505f7c33aa07ca1cf4604936ebd Description: graphical front-end for ClamAV ClamTk is a GUI front-end for ClamAV using perl-Gtk2. Homepage: http://clamtk.sourceforge.net Package: clanlib-doc Priority: optional Section: doc Installed-Size: 12233 Maintainer: Debian Games Team Architecture: all Source: clanlib Version: 1.0~svn3827-3.4.201403170859 Replaces: clanlib-examples (<< 0.8.0-1) Conflicts: clanlib-examples (<< 0.8.0-1), clanlib0-docs Filename: 4.0-0/all/clanlib-doc_1.0~svn3827-3.4.201403170859_all.deb Size: 5094324 MD5sum: 0178605c7c10968e60521148600735d0 SHA1: 7e86518750e7ac537968f72881e3ccb8f0ebec35 SHA256: c701f83628b1f7f2c63eb1da72fada4722c2f385a52f2e80c3a50ab4023ba89d Description: Reference documentation and tutorials for ClanLib ClanLib delivers a platform independent interface to write games with. If a game is written with ClanLib, it should be possible to compile the game under any platform (supported by ClanLib, that is) without changing the application source code. . But ClanLib is not just a wrapper library, providing a common interface to low-level libraries such as DirectFB, DirectX, OpenGL, X11, etc. While platform independence is ClanLib's primary goal, it also tries to be a service-minded game SDK. In other words, great effort has been put into designing the API, to ensure ClanLib's ease of use - while maintaining its power. . This package contains html documentation for the ClanLib API and some tutorials to ease the learning curve for programming with it. Homepage: http://www.clanlib.org/ Package: claws-mail-doc Priority: optional Section: doc Installed-Size: 2411 Maintainer: Ricardo Mones Architecture: all Source: claws-mail Version: 3.8.1-2.7.201403170917 Suggests: claws-mail (= 3.8.1-2.7.201403170917) Filename: 4.0-0/all/claws-mail-doc_3.8.1-2.7.201403170917_all.deb Size: 2001330 MD5sum: 33ed2adf869fdac48d9edaedb53e4dcf SHA1: 976a104a56a801f22fb9bb85be1b7c35f376beb6 SHA256: 5184e1c039deae622458427a6728a4366841eb90b0b90b81bd6d174eef5d6f87 Description: User documentation for Claws Mail mailer This package provides the Claws Mail user's manual. The document is available in text and HTML formats for screen reading, and also PostScript and PDF formats for printing. Homepage: http://www.claws-mail.org Package: claws-mail-extra-plugins Priority: optional Section: metapackages Installed-Size: 45 Maintainer: Ricardo Mones Architecture: all Version: 3.8.1-2.8.201403170929 Depends: claws-mail (>= 3.8.1), claws-mail (<= 3.8.2~), claws-mail-vcalendar-plugin (>= 3.8.1-2.8.201403170929), claws-mail-perl-filter (>= 3.8.1-2.8.201403170929), claws-mail-feeds-reader (>= 3.8.1-2.8.201403170929), claws-mail-mailmbox-plugin (>= 3.8.1-2.8.201403170929), claws-mail-html2-viewer (>= 3.8.1-2.8.201403170929), claws-mail-acpi-notifier (>= 3.8.1-2.8.201403170929), claws-mail-attach-remover (>= 3.8.1-2.8.201403170929), claws-mail-fetchinfo-plugin (>= 3.8.1-2.8.201403170929), claws-mail-newmail-plugin (>= 3.8.1-2.8.201403170929), claws-mail-multi-notifier (>= 3.8.1-2.8.201403170929), claws-mail-attach-warner (>= 3.8.1-2.8.201403170929), claws-mail-spam-report (>= 3.8.1-2.8.201403170929), claws-mail-tnef-parser (>= 3.8.1-2.8.201403170929), claws-mail-archiver-plugin (>= 3.8.1-2.8.201403170929), claws-mail-bsfilter-plugin (>= 3.8.1-2.8.201403170929), claws-mail-fancy-plugin (>= 3.8.1-2.8.201403170929), claws-mail-python-plugin (>= 3.8.1-2.8.201403170929), claws-mail-clamd-plugin (>= 3.8.1-2.8.201403170929), claws-mail-address-keeper (>= 3.8.1-2.8.201403170929), claws-mail-gdata-plugin (>= 3.8.1-2.8.201403170929) Filename: 4.0-0/all/claws-mail-extra-plugins_3.8.1-2.8.201403170929_all.deb Size: 13372 MD5sum: 24061720f6f1419dd2d23b50cc295471 SHA1: d8f4232800598288070805e5cad2a501bd277479 SHA256: 4dea7e9e84dae3681a01354eb11e869d4965174a0c5b227f53de81492c058a20 Description: Extra plugins collection for Claws Mail This is a metapackage for installing all extra plugins packages available from the upstream site for the Claws Mail mailer. . See each individual package description for further details. Homepage: http://www.claws-mail.org/plugins.php Package: claws-mail-i18n Priority: optional Section: localization Installed-Size: 6024 Maintainer: Ricardo Mones Architecture: all Source: claws-mail Version: 3.8.1-2.7.201403170917 Depends: claws-mail (>= 3.8.1-2.7.201403170917) Filename: 4.0-0/all/claws-mail-i18n_3.8.1-2.7.201403170917_all.deb Size: 2110168 MD5sum: a1b80618afd37377a8625eefac91143c SHA1: d8c74c36b819fbbd92167ba8a3d8fe54736d23bd SHA256: 49ca2ca7e6cf2fd8f5ecc44241571019ad33e89d6780fc7830fcb48689fa1f1c Description: Locale data for Claws Mail (i18n support) This package provides support for additional languages to the Claws Mail mailer. Currently available locales are: bg (Bulgarian) ca (Catalan) de (German) en_GB (British English) es (Spanish) fi (Finnish) fr (French) hu (Hungarian) it (Italian) nl (Dutch) pl (Polish) pt_BR (Brazilian Portuguese) ru (Russian) sk (Slovak) sr (Serbian) sv (Swedish) zh_CN (Chinese) Homepage: http://www.claws-mail.org Package: claws-mail-plugins Priority: optional Section: metapackages Installed-Size: 112 Maintainer: Ricardo Mones Architecture: all Source: claws-mail Version: 3.8.1-2.7.201403170917 Depends: claws-mail-spamassassin, claws-mail-trayicon, claws-mail-pgpmime, claws-mail-pgpinline, claws-mail-bogofilter, claws-mail-smime-plugin Suggests: claws-mail-extra-plugins Filename: 4.0-0/all/claws-mail-plugins_3.8.1-2.7.201403170917_all.deb Size: 90264 MD5sum: e7f239ea1bcb3cbb5cc21897ceed0266 SHA1: 9ed0cff174fdc1d72b777bfffb145129ce7c04f8 SHA256: 264225760399806650fbdbea603ec39d3118c255e5c42655c225288cf8494aea Description: Installs plugins for the Claws Mail mailer This is a metapackage to install all plugin packages provided within the Claws Mail sources. . It does not install third party plugins available in the archive. . See the claws-mail-extra-plugins package for more plugins. Enhances: claws-mail Homepage: http://www.claws-mail.org Package: claws-mail-themes Priority: extra Section: mail Installed-Size: 5460 Maintainer: Ricardo Mones Architecture: all Version: 20120129.dfsg-1.4.201403170946 Recommends: claws-mail Filename: 4.0-0/all/claws-mail-themes_20120129.dfsg-1.4.201403170946_all.deb Size: 2477196 MD5sum: 39625265b4f75e1d1623ea6650adf095 SHA1: e13856e82d45f41034c19d52afbcdaf5ec06d243 SHA256: b756149985ee65bb75af61167d06919fd065c8d887476291acd0342cf0a6aec8 Description: Pixmap icon themes for the Claws Mail mailer These are the user contributed icon themes for the Claws Mail mailer. Currently includes 39 icon themes from various authors: . achileus-noname A_Ducks_Claw black Blaue_Klaue blue_anarchy clawsola Coons-Blue-0.3 Crystal elementary Everaldo_Kids Fugue Gnomaws-0.6a Gnome gnome-brave Gnomeria Gorillaws Graphitte-0.9.7 hydroxygen Korillaws Kovico-claws Logos-1.0.1 mongrel mongrel2 mozilla Navigator New_Session Old_Dark_Theme orbit-claws Phoenity Plain_and_Bluish Skypilot_Clawssic stw Sylpholution SylZilla Tango_v1.2.1 tml02c tom_2.1.1 UltimateClawsMail0.5.1 XeNtish Enhances: claws-mail Homepage: http://www.claws-mail.org/themes.php Package: claws-mail-tools Priority: optional Section: mail Installed-Size: 287 Maintainer: Ricardo Mones Architecture: all Source: claws-mail Version: 3.8.1-2.7.201403170917 Depends: claws-mail (>= 3.8.1-2.7.201403170917), perl, python Filename: 4.0-0/all/claws-mail-tools_3.8.1-2.7.201403170917_all.deb Size: 233524 MD5sum: 1e3b98a9dd6d14ebc613767e02f4d1d8 SHA1: 46d0acec02d2286698a59554cae9650c4986f260 SHA256: 1a1a3c80bdd4be520d5f2d36f28e4de4d12b8585338d19aef61b9473485c5d06 Description: Helper and utility scripts for Claws Mail mailer Several scripts in a variety of languages which provide ready to use solutions to common problems found by Claws Mail users. E.g.: mailboxes migration, addressbooks conversion, etc. . See README files for further details about included scripts. Homepage: http://www.claws-mail.org Package: clawsker Priority: extra Section: mail Installed-Size: 312 Maintainer: Ricardo Mones Architecture: all Version: 0.7.8-1.4.201403170948 Depends: perl, libgtk2-perl (>= 1.140), liblocale-gettext-perl (>= 1.05) Recommends: claws-mail Filename: 4.0-0/all/clawsker_0.7.8-1.4.201403170948_all.deb Size: 61018 MD5sum: 38b14a1e27420245498bad232e47ac13 SHA1: 2d5dfbb1710fbd67fdfe5a708d916cc7a4d72166 SHA256: 5847abd811116cadaf17c8f921e80b574f6bc34729dfca914dec1a7ce841aad2 Description: Configuration tweaker for Claws Mail Clawsker is an applet to edit the so called Claws Mail hidden preferences. . Claws Mail is a fast, lightweight and feature-rich MUA with a high number of configurable options. To keep the binary small and fast some of these preferences which not widely used are not provided with a graphical interface for inspection and/or modification. . Users wanting to edit such preferences had to face raw edition of their configuration files, now you can do it with a convenient GTK2 interface using Clawsker. Enhances: claws-mail Homepage: http://www.claws-mail.org/clawsker.php Package: clc-intercal Priority: extra Section: devel Installed-Size: 1448 Maintainer: Mark Brown Architecture: all Version: 1:1.0~4pre1.-94.-2-2.4.201403170951 Depends: perl, libnet-netmask-perl Recommends: libgtk2-perl Suggests: intercal Filename: 4.0-0/all/clc-intercal_1.0~4pre1.-94.-2-2.4.201403170951_all.deb Size: 352796 MD5sum: af7d8b2b0bfdd2a6169a433dede63db6 SHA1: 4bbb0950cbefb8cfc293f4f5ddfc4831f34367a4 SHA256: 890a9a73dbe98d1592fdcfe5fe611425568a8989799a6d4f22fc83a8189545a7 Description: Compiler for the INTERCAL language This package provides a Perl-based compiler for the INTERCAL programming language, usable either from the command line or as a Perl module. . CLC-INTERCAL is designed to be almost compatible with the original (Princeton 1972) compiler. It also implements several extensions to the original language, including support for object orientation, operator overloading and quantum computing. Package: clearlooks-phenix-theme Priority: optional Section: gnome Installed-Size: 470 Maintainer: Andrew O. Shadura Architecture: all Version: 2.0.5-1.2.201403170959 Depends: libgtk-3-0 (>= 3.4.0), gnome-themes-standard, gtk3-engines-unico Filename: 4.0-0/all/clearlooks-phenix-theme_2.0.5-1.2.201403170959_all.deb Size: 230632 MD5sum: 2f54fac8062bbdc3e651880d8e48ea2b SHA1: 63e95db5e55c8e11b492e3d5de4c3d3bff9ca089 SHA256: 5ebf6447e0b05c5cf39b9fd9398f0e1bdd96dbc5c428172491d83f0b28da2d4f Description: GTK3 port of Clearlooks theme Clearlooks-Phenix is a GTK3 theme which is a port of Clearlooks, the default theme for GNOME 2. Files for GTK3 correspond to significant changes of Adwaita, the default GNOME 3 theme. Files for GTK2 come from the unmodified Clearlooks theme. Homepage: http://www.jpfleury.net/en/software/clearlooks-phenix.php Package: clfswm Priority: optional Section: x11 Installed-Size: 1081 Maintainer: Debian Common Lisp Team Architecture: all Version: 20111015.git51b0a02-2.2.201403171033 Provides: x-window-manager Depends: clisp-module-clx | cl-clx-sbcl | cmucl-source Filename: 4.0-0/all/clfswm_20111015.git51b0a02-2.2.201403171033_all.deb Size: 246722 MD5sum: 01b034f62a04033f33322be3bdc046fb SHA1: ea883ed8f6488f51fdd0f6708c7f0d88115bf78f SHA256: dd0dc38337cc6915f901fa4919cdbe7e6b68639c22d578eae4f46dd6140e5f18 Description: A(nother) Common Lisp FullScreen Window Manager CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them). It can be driven only with the keyboard or with the mouse. . A display contains a root frame and its children. A child can be a window or another frame. The root frame or its children can be the current root. The current root is fullscreen maximized (no decorations, no buttons, no menus: nothing, just the application fullscreen!). . CLFSWM is highly dynamic. By default there is only one frame (the root frame). Other frames are created/deleted on the fly. A window can be in more than one frame, so it can have multiple views of the same windows. . Using CLFSWM is like walking through a tree of frames and windows. Enter in a child to make it the current root and make it fullscreen maximized. Leave it to make its parent the current root. Homepage: http://common-lisp.net/project/clfswm/ Package: clhep-doc Priority: optional Section: doc Installed-Size: 74379 Maintainer: Debian Science Maintainers Architecture: all Source: clhep Version: 2.1.2.3-1.2.201403171037 Depends: libjs-jquery Filename: 4.0-0/all/clhep-doc_2.1.2.3-1.2.201403171037_all.deb Size: 7207630 MD5sum: 2c19225263f857540d6fb1b2fe52b42e SHA1: 16e4aaf6fb6b6a5b92b1bb64a6a9060945494aef SHA256: 91f2b839b5eb5ed858d498c4eb3ce55687490607726fb2ad11a2a31bdcc17d6d Description: Documentation of CLHEP CLHEP provides a set of HEP-specific foundation and utility classes such as random generators, physics vectors, geometry and linear algebra. . This package provides HTML documentation of CLHEP. Homepage: http://proj-clhep.web.cern.ch/proj-clhep/ Package: cli-common-dev Priority: optional Section: cli-mono Installed-Size: 145 Maintainer: Debian CLI Common Team Architecture: all Source: cli-common Version: 0.8.2.14.201403171045 Replaces: cli-common (<< 0.4.0) Depends: debhelper (>= 7.0.8), perl-modules, mono-utils (>= 2.10.1) | cil-disassembler, mono-devel (>= 2.10.1) | strong-name-tool, libxml-dom-perl Filename: 4.0-0/all/cli-common-dev_0.8.2.14.201403171045_all.deb Size: 45136 MD5sum: 5403cfc9b8028fd3c5505b1d6f9ffc3d SHA1: 0c9fef620d5cc8d28ddde2f1346bacfd1f17d1e2 SHA256: 1a736e74abd15f93d59b2c3d790cc8135a8f085049db5d45455d4f61eb0a6eeb Description: common files for building CLI packages This package must be installed if a CLI (Common Language Infrastructure) packaging environment is desired. . It includes debhelper scripts for managing automatic dependency tracking between native libraries, CLI libraries and CLI applications: * dh_clideps to generate cli:Depends information for debian/control * dh_makeclilibs to create clilibs files that are needed/used by dh_clideps * dh_installcligac to register assemblies to be late installed into a GAC * dh_cligacpolicy to create and install the policy files into a GAC * dh_clifixperms to fix permissions of files in CLI package build directories * dh_clistrip to strip CLI debug symbols from package build directories Homepage: http://alioth.debian.org/projects/pkg-cli-common/ Package: clinica-common Priority: optional Section: science Installed-Size: 754 Maintainer: Debian Med Packaging Team Architecture: all Source: clinica Version: 0.2.1~dfsg-1.2.201403171057 Depends: dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/clinica-common_0.2.1~dfsg-1.2.201403171057_all.deb Size: 183460 MD5sum: 8115758151b6c76eaf95f1199abb46bb SHA1: 28286cc95acd19cba904a5be9da4eda0a31912ba SHA256: 9c42ab1e1daa22166b6a186c9a326d359cbb1d9acd5d820027afeda94b75651f Description: Simple medical records manager (architecture independent files) Simple tool for the desktop to mantain medical records. It is thought to be easy to use and it's mainly addressed to a single doctor. . It features: * Patient management * Doctor management (with associated patients) * Visit creation/editing * Medicine search online (via plugins) * Calendar for events and visits * Extensibility via plugins . This package contains the architecture independent files. Homepage: http://launchpad.net/clinica-project Package: clipf Priority: optional Section: misc Installed-Size: 79 Maintainer: Gaetano Paolone (bigpaul) Architecture: all Version: 0.4-1.4.201403171107 Depends: python Filename: 4.0-0/all/clipf_0.4-1.4.201403171107_all.deb Size: 15296 MD5sum: 72f121fb2b81819ec8d210e17ac90024 SHA1: 9b4138b699113e61236f49bc5fbf0dbba5a6dbb3 SHA256: a85c7e06371543345c22215e723e446a6553d036448d80aa9a00d69a4213bf3a Description: command line minimalistic personal finance manager 'clipf' is a minimalistic personal finance manager with command line interface, written on Python. . hierarchical list of income/expense items. Item defined by segmented item code like food.drink.beer. Tab-completion make it easy to enter even long item codes. Reporting by item groups on any level of hierarchy. . Track turnover and remains by several independed accounts. . Export reports to text files also features aliases for frequently used commands. Homepage: http://code.google.com/p/clipf/ Package: clips-common Priority: optional Section: interpreters Installed-Size: 350 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: clips Version: 6.24-3.4.201403171124 Recommends: clips Filename: 4.0-0/all/clips-common_6.24-3.4.201403171124_all.deb Size: 141426 MD5sum: 3d1b2a67adc3b7b29707d49a53bd6561 SHA1: 53eb57843c35686ff84be57154e0e51124eeb4cf SHA256: 3a151ff24c8e64c4c5b66d12c46b8379d30e06bb7045ee141f6920589fa92cd5 Description: CLIPS common files and examples CLIPS 6.0 is an OPS-like forward chaining production system written in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, dynamic rule addition, and customizable conflict resolution strategies. . CLIPS, including the runtime version, is easily embeddable in other applications. CLIPS includes an object-oriented language called COOL (CLIPS Object-Oriented Language) which is directly integrated with the inference engine. . This package installs the common files shared by both the text and graphics interface, currently it includes both the help file and examples of CLIPS programs that can be used to learn the language and test the interfaces. Homepage: http://clipsrules.sourceforge.net Package: clips-doc Priority: optional Section: doc Installed-Size: 7804 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 6.24-2.4.201403171128 Recommends: clips, gv | pdf-viewer Filename: 4.0-0/all/clips-doc_6.24-2.4.201403171128_all.deb Size: 7963966 MD5sum: b40ec63ddbe9bc91a78ebb22ea8b2190 SHA1: 310db21b04512e4377a8731e33939656874c2124 SHA256: a85064f270396cb190d1722f9ca4217e4c867832c396b548e1cfd742d05fb623 Description: "C" Language Integrated Production System Documentation This package contains the documentation (users guide, interfaces guide...) of CLIPS, as well as some programming examples that might be useful to new programmers. . CLIPS is an OPS-like forward chaining production system written in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, dynamic rule addition, and customizable conflict resolution strategies. Homepage: http://clipsrules.sourceforge.net/ Package: clirr Priority: optional Section: java Installed-Size: 134 Maintainer: Debian Java Maintainers Architecture: all Version: 0.6-3.5.201403171140 Depends: libbcel-java, libcommons-cli-java, libcommons-lang-java Recommends: ant Filename: 4.0-0/all/clirr_0.6-3.5.201403171140_all.deb Size: 65994 MD5sum: dd1732bbc4180e3d4cf6a6ac48457451 SHA1: 89b4090fe9226409cb3b42efc6cabac63ec4127a SHA256: 51f042747ddacac11e1ac874d40c02b3ccfbc418203d1e44f1a55b97b301bc6e Description: Checks Java libraries for compatibility with older releases Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. The Clirr Ant task can break the build if it detects incompatible API changes, making it easy to prevent accidental introduction of compatibility issues. Homepage: http://clirr.sourceforge.net/ Package: clisp-doc Priority: optional Section: doc Installed-Size: 4391 Maintainer: Debian Common Lisp Team Architecture: all Source: clisp Version: 1:2.49-8.1.4.201403171158 Filename: 4.0-0/all/clisp-doc_2.49-8.1.4.201403171158_all.deb Size: 1207002 MD5sum: 75ad5f57fd4481e99a96d4aeec211e1d SHA1: a1f16ec87861d2aea55a21fb84388079e18f67a4 SHA256: ac0300e144cb1406e26d473091ee7e055c491e94343a1152b4eae4702afb43f2 Description: GNU CLISP, a Common Lisp implementation (documentation) This is the documentation for clisp. . ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM. Homepage: http://www.clisp.org/ Package: clive Priority: optional Section: utils Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 2.3.3-2.12.201403171206 Depends: perl, curl, libgetopt-argvfile-perl, libjson-xs-perl (>= 2.300), quvi (>= 0.4) Pre-Depends: dpkg (>= 1.15.6) Suggests: ffmpeg Filename: 4.0-0/all/clive_2.3.3-2.12.201403171206_all.deb Size: 26392 MD5sum: c3028b4e687858d36ef750164b6ab42e SHA1: 9a37d11c3003b4b6e34bc587821deefb49b921b7 SHA256: a6e8825a9cd15adc22ec62c89a596b6487527251629315021b929f8cbfede0a2 Description: video extraction utility for YouTube, Google Video and others clive is a command line utility for extracting videos from Youtube and other video sharing Web sites. It was originally written to bypass the Adobe Flash requirement needed to view the hosted videos. It is non-interactive, meaning it can work in the background while the user is not logged on. This allows the user to start an extraction and disconnect from the system, letting clive finish the work. Homepage: http://clive.sourceforge.net/ Package: cloc Priority: optional Section: devel Installed-Size: 373 Maintainer: Jari Aalto Architecture: all Version: 1.56-1.4.201403171224 Depends: perl, libregexp-common-perl, libalgorithm-diff-perl Filename: 4.0-0/all/cloc_1.56-1.4.201403171224_all.deb Size: 91878 MD5sum: 50e86a3af64b638bca071c40e76661e3 SHA1: d6c12722c03246c472b74fc34f81e83fb1f8c1f4 SHA256: 8a439e6633f3ef40da5993b3b9946dc4ba011ecdeed662d3cdc8c47a3cee9012 Description: statistics utility to count lines of code Count physical lines of source code in the given files (may be archives such as compressed tarballs or zip files) and/or recursively below the given directories. . Counts blank lines, comment lines, and physical lines of source code in many programming languages. It is written entirely in Perl, using only modules from the standard distribution. Homepage: http://freshmeat.net/projects/cloc Package: clojure-contrib Priority: extra Section: devel Installed-Size: 291 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2.0-2.11.201403171408 Depends: clojure1.2 Filename: 4.0-0/all/clojure-contrib_1.2.0-2.11.201403171408_all.deb Size: 229614 MD5sum: 1ed2ca99c106c00962627b49a7f892f0 SHA1: ce96883ac832e648c23b8afc8470c6540de47171 SHA256: 7080fe583f69a86ab36734d899c7e8bbe699b9aec637e5f32fc53224f7886ac7 Description: user contributed set of libraries for clojure clojure-contrib is a collection of namespaces which implement useful features for clojure users. The package includes namespaces for math utilities, string manipulation, sequence manipulation, json read and write and many more. Homepage: http://clojure.org Package: clojure1.2 Priority: optional Section: devel Installed-Size: 3188 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2.1+dfsg-4.2.201403171242 Depends: openjdk-6-jre | java2-runtime, libasm3-java Recommends: rlwrap Conflicts: clojure (<= 1.1) Filename: 4.0-0/all/clojure1.2_1.2.1+dfsg-4.2.201403171242_all.deb Size: 2926972 MD5sum: 204c4f3a90ee15fc522dc227b2bbcbe6 SHA1: 3bd84eeba71560be02fd82d757b5f3c548286ef2 SHA256: 7e2e4591e9e1732d29d683cceef6d6c4eafc468e9f83751c28992cf0b9a9bfcc Description: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Homepage: http://clojure.org Package: clojure1.4 Priority: optional Section: devel Installed-Size: 3380 Maintainer: Debian Java Maintainers Architecture: all Version: 1.4.0+dfsg-2.2.201403171250 Depends: openjdk-6-jre | java2-runtime, libasm3-java Recommends: rlwrap Conflicts: clojure (<= 1.1) Filename: 4.0-0/all/clojure1.4_1.4.0+dfsg-2.2.201403171250_all.deb Size: 2994340 MD5sum: b8428da4b30a308328583c16e969ed29 SHA1: 0dc093815b246694899ecfacbd1529948e99e585 SHA256: 57aa95f22d2dfeee2cdb2c1f86889afda45caeec1a16017f68640dc55609e518 Description: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Homepage: http://clojure.org Package: cloop-src Priority: optional Section: kernel Installed-Size: 73 Maintainer: Eduard Bloch Architecture: all Source: cloop Version: 2.6.39.2-1.4.201403171322 Depends: module-assistant, debhelper (>= 5.0.37), bzip2 Filename: 4.0-0/all/cloop-src_2.6.39.2-1.4.201403171322_all.deb Size: 44292 MD5sum: c187d30d69f14b2ec3cd6397898a3f87 SHA1: f0f030e46c662de2d7d53e5e4e5d16cfc30a4726 SHA256: b732e63e7519afa7e5ae2c99b7fe3ccb156b29c010a7de752eeed5f51ada021f Description: Source of the compressed loopback device module This package contains a source package for building the cloop module. You can use module-assistant or make-kpkg to build a modules package for specific kernel. Package: cloud-initramfs-copymods Priority: extra Section: admin Installed-Size: 47 Maintainer: Scott Moser Architecture: all Source: cloud-initramfs-tools Version: 0.25ubuntu1.3.201410231540 Depends: initramfs-tools Filename: 4.0-0/all/cloud-initramfs-copymods_0.25ubuntu1.3.201410231540_all.deb Size: 6062 MD5sum: 4cd1352a78833e046a6775ec8c310c2a SHA1: 7fe310d272c78b8bcc3b252355ce880b12e7ad5c SHA256: 381ef46ffa3e4e93a0edd8decd1d119bfdae9b8711fe1dc05ef5c36c1e4faea9 Description: copy initramfs modules into root filesystem for later use When booting with an external-to-root kernel and initramfs, you need to ensure that /lib/modules contains any necessary modules not already loaded. . This package arranges for the modules in the initramfs to be placed into /lib/modules after the switchroot is done. Homepage: http://launchpad.net/cloud-initramfs-tools Package: cloud-initramfs-dyn-netconf Priority: extra Section: admin Installed-Size: 55 Maintainer: Scott Moser Architecture: all Source: cloud-initramfs-tools Version: 0.25ubuntu1.3.201410231540 Depends: initramfs-tools Filename: 4.0-0/all/cloud-initramfs-dyn-netconf_0.25ubuntu1.3.201410231540_all.deb Size: 8066 MD5sum: cef58afad98a283eac7b6e53fa7bfce5 SHA1: c3a568fd219831cd2442b708c8a574f8af932b17 SHA256: edc77d25132095ef7f412b096cf1286d8ea45b63dceb7c4e2da4bec00e08477c Description: write a network interface file in /run for BOOTIF This package provides an initramfs module that will write a simple network interfaces formated file to /run/network/interfaces with entries for any devices that were configured during initramfs. Homepage: http://launchpad.net/cloud-initramfs-tools Package: cloud-initramfs-rescuevol Priority: extra Section: admin Installed-Size: 49 Maintainer: Scott Moser Architecture: all Source: cloud-initramfs-tools Version: 0.25ubuntu1.3.201410231540 Depends: initramfs-tools Filename: 4.0-0/all/cloud-initramfs-rescuevol_0.25ubuntu1.3.201410231540_all.deb Size: 7696 MD5sum: 849764beca1271ae902dfc02609e478e SHA1: 3d0b69564361d3ff3d6141e8d59ade549ff8f6d6 SHA256: 89af94556c501ee161bcb587748341742c1f6c0dee36c18b0d6d2b33cf5d90ab Description: boot off a rescue volume rather than root filesystem This package adds functionality to an initramfs built by initramfs-tools. When installed the initramfs will check to see if any partitions with a label of 'RESCUE_VOL' are attached. If such a volume is attached, it will boot off that volume rather than the root volume. . This is useful in a cloud environment, when the user is able to attach and detach volumes to a running system, but has no other mechanism for interupting of fixing a failed boot. It is analogous to inserting a rescue CD into a system to recover from failure. Homepage: http://launchpad.net/cloud-initramfs-tools Package: clustershell Priority: optional Section: net Installed-Size: 649 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.6-1.2.201403171430 Depends: python (>= 2.6.6-7~), python (<< 2.8) Recommends: vim-addon-manager Filename: 4.0-0/all/clustershell_1.6-1.2.201403171430_all.deb Size: 137186 MD5sum: 56c84bdbba8c94a3d0b8473b2b3c2126 SHA1: c5f8be394824573825c7897a14856ddeab731e69 SHA256: bfbc50a2b53672a10406472294baf68c591d9a57d5711d4c8a552c5fb6242c16 Description: Distributed shell that provides an efficient python interface Event-based Python library to execute commands on local or distant cluster nodes in parallel depending on the selected engine and worker mechanisms. . The library provides also advanced nodeset handling methods. Its goal is to improve the administration of cluster by providing a lightweight but scalable API for developers. Homepage: http://cea-hpc.github.com/clustershell/ Package: clusterssh Priority: optional Section: admin Installed-Size: 278 Maintainer: tony mancill Architecture: all Version: 4.01.01-4.4.201403171436 Depends: perl-tk, openssh-client, xterm, libx11-protocol-perl, libtry-tiny-perl, libexception-class-perl, perl Filename: 4.0-0/all/clusterssh_4.01.01-4.4.201403171436_all.deb Size: 101548 MD5sum: a73f445864e8ef3eb95c7eba4023b5e2 SHA1: b1d796d3593b242d5ac54a1473c243474a28221b SHA256: f87599d23e03e3e1cad35de1c0e2002038e0b15e3e78a2c489456975d39cd233 Description: administer multiple ssh or rsh shells simultaneously ClusterSSH (cssh, crsh, ctel) allows you to control multiple ssh, rsh or telnet sessions from a single input window. You can also configure clusters of machines for easy invocation and interact with individual terminal windows during a session. Homepage: http://clusterssh.sourceforge.net/ Package: cm-super-minimal Priority: optional Section: fonts Installed-Size: 5870 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-7.1.8.201403171515 Replaces: cm-super (<< 0.3.3-6) Depends: dpkg (>= 1.14.18), tex-common (>= 3), texlive-latex-recommended Filename: 4.0-0/all/cm-super-minimal_0.3.4-7.1.8.201403171515_all.deb Size: 5834134 MD5sum: c11ddc7cc60cbbd6c95a505bbf1661a5 SHA1: ea62f86b96dc2ebd1fdb7816eff05f668ed8f972 SHA256: ea911471c143daf671c3abe3bc6a3f839707afbbbff70031a94cc9417e3f074f Description: TeX font package (minimal version) with CM/EC in Type1 in T1, T2*, TS1, X2 enc This package ships the 10pt version of the various fonts. For the full set please install cm-super. . The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included). Package: cm-super-x11 Priority: optional Section: fonts Installed-Size: 5104 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-7.1.8.201403171515 Depends: cm-super-minimal (= 0.3.4-7.1.8.201403171515), xfonts-utils Filename: 4.0-0/all/cm-super-x11_0.3.4-7.1.8.201403171515_all.deb Size: 796558 MD5sum: bdd7d1b83a49b54837747128f4490822 SHA1: adae1b096bda9eb16b9de6e8d3720dec82dc0b41 SHA256: 27a24ced28575bd921cb2792371fb6ec65df0286b322c24ae04be01355bc7560 Description: Make the cm-super fonts available to X11 This package makes the cm-super fonts available to X11. This package does not contain any fonts itself but allows one to reuse the cm-super fonts as X11 screen fonts. Package: cm-super Priority: optional Section: fonts Installed-Size: 52719 Maintainer: Debian TeX maintainers Architecture: all Version: 0.3.4-7.1.8.201403171515 Replaces: pts-tetex-cm-super Depends: dpkg (>= 1.14.18), tex-common (>= 3), texlive-latex-recommended, cm-super-minimal (= 0.3.4-7.1.8.201403171515), pfb2t1c2pfb Conflicts: pts-tetex-cm-super Filename: 4.0-0/all/cm-super_0.3.4-7.1.8.201403171515_all.deb Size: 25635692 MD5sum: 2290c03ccf167ef8615736a3eec85be6 SHA1: 58ce8e990671fea559820cd182224d1873c6897e SHA256: a092e0c5e56a1688bd1872f7c7426700bf9293d30ddf4b77b621e4d3e4a26d0d Description: TeX font package (full version) with CM (EC) in Type1 in T1, T2*, TS1, X2 enc This package ships the full set of cm-super fonts, for a minimal variant install cm-super-minimal. . The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included). Package: cmake-data Priority: optional Section: devel Installed-Size: 3305 Maintainer: Modestas Vainius Architecture: all Source: cmake Version: 2.8.9-1.21.201403181433 Replaces: cmake (<= 2.6.2-1) Depends: emacsen-common Breaks: cmake (<= 2.6.2-1) Filename: 4.0-0/all/cmake-data_2.8.9-1.21.201403181433_all.deb Size: 1408650 MD5sum: 9d66f8392c8ef24d8a8fa151fcb1a723 SHA1: 4357d94d0e6013f72e5fdadf06f5c0eef726c326 SHA256: c225f83bd4a0bc626426d2bda4be689da3e978350f5d83ef2b8ac22f23b48354 Description: CMake data files (modules, templates and documentation) This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Homepage: http://cmake.org/ Package: cmake-doc Priority: optional Section: doc Installed-Size: 4304 Maintainer: Modestas Vainius Architecture: all Source: cmake Version: 2.8.9-1.21.201403181433 Replaces: cmake (<= 2.8.2-1), cmake-curses-gui (<= 2.8.2-1), cmake-data (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) Depends: cmake-data Recommends: doc-base Suggests: cmake Breaks: cmake (<= 2.8.2-1), cmake-curses-gui (<= 2.8.2-1), cmake-data (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) Filename: 4.0-0/all/cmake-doc_2.8.9-1.21.201403181433_all.deb Size: 1857280 MD5sum: 44de8ccd0dd686113b1c64539e2049f3 SHA1: 8ce500fa8b02410b024fa74685759202a4a41d12 SHA256: 6db3bb2c9824df3ec9813d5658001dd190c84d8de14a66caaf843f8a0054b03c Description: extended documentation in various formats for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides additional documentation in various formats like HTML or plain text. Homepage: http://cmake.org/ Package: cmatrix-xfont Priority: optional Section: x11 Installed-Size: 45 Maintainer: Diego Fernández Durán Architecture: all Source: cmatrix Version: 1.2a-4.4.201403171537 Depends: xfonts-utils Recommends: cmatrix Filename: 4.0-0/all/cmatrix-xfont_1.2a-4.4.201403171537_all.deb Size: 9288 MD5sum: 94de2e75d68beb55cac376ceb3308127 SHA1: dcf7501619e9acd1b5516ff090be509b080cfd6a SHA256: 3ce413ef1e227df0c62f0bffed2c60cbfe4e3abae2ea4c44f942324f423234f4 Description: X11 font for cmatrix Console Matrix simulates the display from "The Matrix", this package provides the font to run cmatrix in an xterm. Homepage: http://www.asty.org/cmatrix/ Package: cmdtest Priority: optional Section: python Installed-Size: 76 Maintainer: Lars Wirzenius Architecture: all Version: 0.3-1.2.201403171547 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-cliapp, python-ttystatus Filename: 4.0-0/all/cmdtest_0.3-1.2.201403171547_all.deb Size: 8558 MD5sum: ce8f8e43d2a305d85a18fc4c090a317f SHA1: c3da8a0027e00358d6edec7673457e8f8c5c3a4c SHA256: b22cfb56d6d23970d7d1ae15afeb674c3e405b177f66206aef2e9f8fa9920abc Description: blackbox testing of Unix command line programs cmdtest black box tests Unix command line tools. Roughly, it is given a a script, its input files, and its expected output files. cmdtest runs the script, and checks the output is as expected. . cmdtest is aimed specifically at testing non-interactive Unix command line programs, and tries to make that as easy as possible. Homepage: http://liw.fi/cmdtest/ Package: cmigemo-common Priority: optional Section: utils Installed-Size: 94 Maintainer: Youhei SASAKI Architecture: all Source: cmigemo Version: 20110227-7.2.201403171550 Depends: nkf Pre-Depends: skkdic Filename: 4.0-0/all/cmigemo-common_20110227-7.2.201403171550_all.deb Size: 26336 MD5sum: cc0d586751588725ffd2d12d2e7495a6 SHA1: 3477e5849ab07ff687b0977c7bc86e4678f76679 SHA256: c126ce63ecb6230245db1e9cc4b4e7b66faf7486f1cfeaf1b3f1367352098ce7 Description: Japanese incremental search tool written in C - common files Migemo is a tool that supports Japanese incremental search with Romaji. Originally migemo is written in Ruby. C/Migemo provides search tool and library written in C. . This package provides translation table from Romaji to Hiragana or Katakana and vise versa, and dictionary maintenance tools. Homepage: http://code.google.com/p/cmigemo/ Package: cmigrep Priority: extra Section: ocaml Installed-Size: 921 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.5-9.9.201403171607 Replaces: ocaml-tools Depends: ocaml-base-nox-3.12.1, libpcre-ocaml (>= 6.2.2-1) Conflicts: ocaml-tools (<= 2007.02.04-2) Filename: 4.0-0/all/cmigrep_1.5-9.9.201403171607_all.deb Size: 197144 MD5sum: 8d3530c5a05cfe0bd28d685254b3b2a7 SHA1: 518314132f2cafb339d88394108202382fba6abf SHA256: 1d4eba251f733f03b5ee94419a1349d3ffb6b0f61c70a06c5015b67ae912022b Description: search in OCaml compiled interface files This program allows you to search for items (like for instance types, constructors, or exceptions) in compiled interface files generated by the Objective Caml compiler. Homepage: http://homepage.mac.com/letaris/ Package: cminpack-doc Priority: optional Section: doc Installed-Size: 118 Maintainer: Debian Science Team Architecture: all Source: cminpack Version: 1.2.2-1.2.201403171613 Filename: 4.0-0/all/cminpack-doc_1.2.2-1.2.201403171613_all.deb Size: 18060 MD5sum: 77f7af4ce1752308f97bb95897991d72 SHA1: a9f270f8c041bea32b31502a66c3268758569b6c SHA256: 7c5bae7165a0ea7a8273d02898b288a7c751461908c61ea868565aecc2f6f35b Description: Nonlinear equations and nonlinear least squares problems - runtime Minpack includes software for solving nonlinear equations and nonlinear least squares problems. Five algorithmic paths each include a core subroutine and an easy-to-use driver. The algorithms proceed either from an analytic specification of the Jacobian matrix or directly from the problem functions. The paths include facilities for systems of equations with a banded Jacobian matrix, for least squares problems with a large amount of data, and for checking the consistency of the Jacobian matrix with the functions. . This is the C re-write of the original fortran minpack implementation. . This package contains documentation files for cminpack. Homepage: http://devernay.free.fr/hacks/cminpack/index.html Package: cmip5-cmor-tables Priority: optional Section: utils Installed-Size: 5696 Maintainer: Alastair McKinstry Architecture: all Version: 1.3.12-1.2.201403171616 Recommends: libcmor2 (>= 2.5.9-1) Filename: 4.0-0/all/cmip5-cmor-tables_1.3.12-1.2.201403171616_all.deb Size: 1068412 MD5sum: dde9ebea026d97fc8b923e8b35d57394 SHA1: 70ce6a49f88cc1710c23bd168e2114a546890fc5 SHA256: eedb03540fd173b2b1f9c480658bc8ce72681fe2ec86d0536fcfbd9ef01f1774 Description: CMIP5 tables for the Climate Model Output Rewriter library This package contains tables for use with CMOR that describe the variables and format of data needed for the CMIP5 "Coupled Model Intercomparisoni Project". . CMOR software uses these tables to verify that output is valid. Homepage: http://www2-pcmdi.llnl.gov/cmor Package: cmuscheme48-el Priority: optional Section: lisp Installed-Size: 101 Maintainer: Daniel Moerner Architecture: all Source: scheme48 Version: 1.8+dfsg-1.5.201407142332 Depends: emacsen-common, emacs22 | emacsen, scheme48 Filename: 4.0-0/all/cmuscheme48-el_1.8+dfsg-1.5.201407142332_all.deb Size: 13506 MD5sum: 87145b62de859f390e458a8eefed1faa SHA1: 18d8ea326bf6a040eb3b26394e17e37a65a00f30 SHA256: 46fef3d89505311c05b0fe316255b3ba95d6947935e28b3b624ef3c3bbe5ca11 Description: Emacs mode specialized for Scheme48 Scheme48 associates loaded code with specific files. This extension to the normal scheme-mode of Emacs uses this facility to associated data sent to a inferior Scheme process with the correct file. Scheme 48 will automatically evaluate the code in the correct package for the file. Homepage: http://s48.org/ Package: cobertura Priority: optional Section: java Installed-Size: 95 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.4.1+dfsg-3.10.201403171714 Depends: default-jre-headless | java5-runtime-headless, libcobertura-java (= 1.9.4.1+dfsg-3.10.201403171714) Recommends: junit Suggests: libcobertura-java-doc (= 1.9.4.1+dfsg-3.10.201403171714) Filename: 4.0-0/all/cobertura_1.9.4.1+dfsg-3.10.201403171714_all.deb Size: 25964 MD5sum: 2c720fe9520a06930055055644ef4d93 SHA1: 3a072a106f9f966ce2bd79c62439df8251d35cf0 SHA256: 98a1c585c169c2af16a24ce89efd75c1fa619f5d95a8f6846be7544e403744a0 Description: java tool that calculates the percentage of code accessed by tests Tool that measures test coverage by instrumenting a Java code base and watching which lines of code are and are not executed as the test suite runs. In addition to identifying untested code and locating bugs, Cobertura can optimize code by flagging dead, unreachable code and can provide insights into how an API operates in practice. It is based on jcoverage. Homepage: http://cobertura.sourceforge.net/ Package: coccinella Priority: extra Section: net Installed-Size: 8368 Maintainer: Mike Gabriel Architecture: all Version: 0.96.20-6.2.201403171728 Depends: tcl8.5, tk8.5, tkpng, tktreectrl Recommends: tcl-tls, libudp-tcl, iaxclient-tcl, aspell | ispell Filename: 4.0-0/all/coccinella_0.96.20-6.2.201403171728_all.deb Size: 2895294 MD5sum: 3745bd8167ed2fba59b24f69f9b27391 SHA1: f41b81209d9a29fc874e1c17fe0ee09ce1af21c9 SHA256: 56e6863dcead3c42f3d8f833d2b4ba6e32d35d8edb1968cb2f6ea4d7dd7b1b7f Description: Communication tool (XMPP/Jabber) with a built-in whiteboard Coccinella is a cross-platform communication tool with a built-in whiteboard for improved collaboration with other people. . The whiteboard is a shared desktop which supports text, drawings, images, and multimedia in a number of formats, such as MP3 and video. . The protocol being used by coccinella for chat and whiteboard communication is the XMPP protocol (Jabber). Homepage: http://thecoccinella.org/ Package: coccinelle-doc Priority: optional Section: doc Installed-Size: 1337 Maintainer: Debian OCaml Maintainers Architecture: all Source: coccinelle Version: 1.0.0~rc12.deb-5.9.201403171732 Replaces: coccinelle (<< 1.0.0~rc7.deb-4) Breaks: coccinelle (<< 1.0.0~rc7.deb-4) Filename: 4.0-0/all/coccinelle-doc_1.0.0~rc12.deb-5.9.201403171732_all.deb Size: 772090 MD5sum: 9058be35fa41612ec1061e3221b1824d SHA1: e03a32c11e845de1d976c72e43a857ce95139faf SHA256: d8d19750fd222890b59291b3830783fb936029c6210bec312318c7dbc9a71ce4 Description: documentation for coccinelle Cocinelle is a program matching and transformation tool for C. The programmer describes the code to match and the transformation to perform as a semantic patch, which looks like a standard patch, but can transform multiple files at any number of code sites. . This package contains examples files and additional documentation in PDF format. Homepage: http://coccinelle.lip6.fr Package: coco-cs Priority: optional Section: devel Installed-Size: 141 Maintainer: Markus Loeberbauer Architecture: all Version: 20110419-5.4.201403171749 Depends: mono-runtime (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/coco-cs_20110419-5.4.201403171749_all.deb Size: 43004 MD5sum: 7914c213f1b78306c2ba838e6b00f48d SHA1: 87fef79f5a0d80aff833ae6bc96833d431c96d92 SHA256: b8a2a31e96820f3f65facb933f2093769439119200e59c1472f36375237d2ec7 Description: Coco/R Compiler Generator (C-Sharp Version) Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. . To start Coco call cococs, which is a shell script in /usr/bin. Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/ Package: coco-doc Priority: optional Section: doc Installed-Size: 755 Maintainer: Loeberbauer Markus Architecture: all Version: 20060919-2.4.201403171757 Filename: 4.0-0/all/coco-doc_20060919-2.4.201403171757_all.deb Size: 700498 MD5sum: 2110093556f8cd39f966a7af6b9a8d48 SHA1: 1ccaffa8f78a69d6168ef04d7f03d1a431de809d SHA256: 39f38a76add79bde8c62d911b458c603e69aa61c585a8d2f4f498350c84c3d9b Description: Documentation for the Coco/R Compiler Generator Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. . See /usr/share/doc/cocosourcesdoc. Package: coco-java Priority: optional Section: java Installed-Size: 122 Maintainer: Markus Loeberbauer Architecture: all Version: 20110419-3.5.201403171801 Filename: 4.0-0/all/coco-java_20110419-3.5.201403171801_all.deb Size: 69598 MD5sum: 2af17be488413df8fd27f226f8d85ee3 SHA1: ac2bf546e31385290a5a7c9fe11c9b15f472c5ec SHA256: deb4acc8623bc6ba63bb08ab5ff9463a4e23f076506278c35550c3693e20c73e Description: Coco/R Compiler Generator (Java Version) Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. . To start Coco call cocoj, which is a shell script in /usr/bin. Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/ Package: code-saturne-data Priority: optional Section: science Installed-Size: 5682 Maintainer: Debian Science Team Architecture: all Source: code-saturne Version: 2.1.7-1.4.201403171806 Replaces: python-mei Depends: python Recommends: code-saturne Conflicts: python-mei Filename: 4.0-0/all/code-saturne-data_2.1.7-1.4.201403171806_all.deb Size: 1091870 MD5sum: 2d73eeb8fd0338c4c653b2d00cdf2abd SHA1: f68da2aee0eb4674137177c39bb26bf5de786744 SHA256: 5f7ae4d3e1823b22c86f7c2a6a0ac683bd0ed9963e8d9852da69190ebf5bd7a5 Description: General purpose Computational Fluid Dynamics (CFD) software - data The basic capabilities of Code_Saturne enable the handling of either incompressible or expandable flows with or without heat transfer and turbulence. Dedicated modules are available for specific physics such as radiative heat transfer, combustion (gas, coal, heavy fuel oil, ...), magneto-hydrodynamics, compressible flows, two-phase flows (Euler-Lagrange approach with two-way coupling), extensions to specific applications (e.g. Mercure_Saturne for atmospheric environment). . It runs in parallel with MPI on distributed memory machines. Developed since 1997 at EDF R&D, it is based on a co-located Finite Volume approach that accepts meshes with any type of cell (tetrahedral, hexahedral, prismatic, pyramidal, polyhedral...) and any type of grid structure (unstructured, block structured, hybrid, conforming or with hanging nodes, ...). . This package contains the data. Homepage: http://www.code-saturne.org/ Package: code-saturne-doc Priority: optional Section: science Installed-Size: 14481 Maintainer: Debian Science Team Architecture: all Source: code-saturne Version: 2.1.7-1.4.201403171806 Filename: 4.0-0/all/code-saturne-doc_2.1.7-1.4.201403171806_all.deb Size: 12608132 MD5sum: 3396a3541aae453cba4d992371017d0e SHA1: 9a2b781bf7abe91e9b419fabebc39931e253dbb8 SHA256: 3c404a9e3417944b3d0fab1a6c8352b56e873f9f996cf67a04d77425de1d715d Description: General purpose Computational Fluid Dynamics (CFD) software - Documentation The basic capabilities of Code_Saturne enable the handling of either incompressible or expandable flows with or without heat transfer and turbulence. Dedicated modules are available for specific physics such as radiative heat transfer, combustion (gas, coal, heavy fuel oil, ...), magneto-hydrodynamics, compressible flows, two-phase flows (Euler-Lagrange approach with two-way coupling), extensions to specific applications (e.g. Mercure_Saturne for atmospheric environment). . It runs in parallel with MPI on distributed memory machines. Developed since 1997 at EDF R&D, it is based on a co-located Finite Volume approach that accepts meshes with any type of cell (tetrahedral, hexahedral, prismatic, pyramidal, polyhedral...) and any type of grid structure (unstructured, block structured, hybrid, conforming or with hanging nodes, ...). . This package contains the documentation. Homepage: http://www.code-saturne.org/ Package: code2html Priority: optional Section: devel Installed-Size: 241 Maintainer: Peter Palfrader Architecture: all Version: 0.9.1-4.4.201403171818 Filename: 4.0-0/all/code2html_0.9.1-4.4.201403171818_all.deb Size: 42974 MD5sum: 2df035291aaacee36f74ae91f0110bb2 SHA1: 9bcbdc9168aa5ca891f2eb20639209edcabafdb0 SHA256: 192a9b255ad1911e7406375fc2b15cc421da6d1d820104672ce935578d9a4693 Description: Syntax highlighter Code2html is a perl script which converts a program source code to syntax highlighted HTML, or any other target for which rules are defined. . It may be used as a simple console program, converting a single source code file to a single output file, it can patch HTML files including special command sequences to insert syntax highlighted snippets of code, or it can be used as a CGI script. Package: codeblocks-common Priority: optional Section: x11 Installed-Size: 5221 Maintainer: David Paleino Architecture: all Source: codeblocks Version: 10.05-2.1.2.201403171821 Replaces: codeblocks (<< 10.05) Breaks: codeblocks (<< 10.05) Filename: 4.0-0/all/codeblocks-common_10.05-2.1.2.201403171821_all.deb Size: 2939868 MD5sum: fba38678f7270751ba2ce42ec7e51eaf SHA1: 4a3cc06995c514892741d753158258a5872ad6b8 SHA256: 8c3beacd1ede8510e3f5e413253e1c2aa17316c7a61ed006659aa218a2bc73ee Description: common files for Code::Blocks IDE Code::Blocks is a cross-platform Integrated Development Environment (IDE). It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by plugins. . This package contains the architecture-independent files of Code::Blocks. Homepage: http://codeblocks.org Package: codecgraph Priority: extra Section: sound Installed-Size: 274 Maintainer: Keng-Yu Lin Architecture: all Version: 20120114-1.2.201403171831 Depends: python, python-support (>= 0.90.0), graphviz Filename: 4.0-0/all/codecgraph_20120114-1.2.201403171831_all.deb Size: 169938 MD5sum: ceaf9d6e3d0f7f6c7345bc7a7c0db04d SHA1: ba9b3ff28c405d294181f139cff673c3646ae0e9 SHA256: 281a6a923157aa0b78546702912ce4032fec11e3ecc1909de15eca30d7f0b1f0 Description: Generates graphviz graphs from HDA-Intel codec information Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec. The generated graph depicts the HDA codec layout and node connections, helping driver troubleshooting and maintenance. Codecgraph's parser reads the codec description from /proc/asound/card*/codec#0 and parsed data is sent to Graphviz for actual graph generation. Homepage: http://helllabs.org/codecgraph/ Package: coderay Priority: extra Section: ruby Installed-Size: 50 Maintainer: Joshua Timberman Architecture: all Version: 1.0.6-2.9.201403171843 Depends: ruby | ruby-interpreter, ruby-coderay Filename: 4.0-0/all/coderay_1.0.6-2.9.201403171843_all.deb Size: 10496 MD5sum: 9f36866bc6919f7478aaf05a0c361f3c SHA1: 113d2a1576f52fd831816ab8c2665c2f71604cff SHA256: 80c03ad460070c2253765266bc9844a5884bf59b786bdee619c79b9f260a10bc Description: Helper programs for CodeRay Ruby lib for syntax highlighting CodeRay is a Ruby library that can scan an input file or text in a web page and encode it as syntax highlighted HTML output. . CodeRay supports many input languages including: C, C++, CSS, Delphi, diff, Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP, Python, Ruby, SQL and YAML. . CodeRay can output to HTML, JSON, XML, Yaml. . The coderay binary scans a file and outputs in HTML. Homepage: http://coderay.rubychan.de Package: codeville Priority: optional Section: vcs Installed-Size: 592 Maintainer: Michael Janssen Architecture: all Version: 0.8.0-2.4.201403171853 Depends: python (>= 2.3), python-support (>= 0.90.0) Recommends: python-psyco Filename: 4.0-0/all/codeville_0.8.0-2.4.201403171853_all.deb Size: 136192 MD5sum: 74abb56cf3e274efca2c22dc0ae45e4b SHA1: bbe5a278e05d5b69b719ec15cd29381f8f788437 SHA256: 1c5fb25e9807cc864506a254c9acfc76e15d90b2365ef2527a63d212c3d5d04b Description: a distributed version control system Codeville is a python-based distributed version control system that began with a novel idea for a merge algorithm and has grown from there. It is designed to be easy to use and scale from small personal projects to very large distributed ones. Python-Version: 2.6, 2.7 Package: coinor-csdp-doc Priority: extra Section: doc Installed-Size: 356 Maintainer: Soeren Sonnenburg Architecture: all Source: coinor-csdp Version: 6.1.1-1.4.201403172018 Recommends: coinor-csdp Filename: 4.0-0/all/coinor-csdp-doc_6.1.1-1.4.201403172018_all.deb Size: 322810 MD5sum: 3503cf11c3d187fc9fe5c9dde3ef85ee SHA1: b616ca736f194aacacc668dfcc95dad579c83664 SHA256: 8e96485ff986b828de9878061af90f23e99bee615f51552ed7b6f8d5a4f95f04 Description: A software package for semidefinite programming CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The code runs in parallel on shared memory multi-processor systems, and it makes effective use of sparsity in the constraint matrices. . CSDP is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Csdp Package: coinor-libcbc-doc Priority: extra Section: doc Installed-Size: 22785 Maintainer: Etienne Millon Architecture: all Source: coinor-cbc Version: 2.5.0-3.4.201403172000 Recommends: coinor-libcbc-dev Filename: 4.0-0/all/coinor-libcbc-doc_2.5.0-3.4.201403172000_all.deb Size: 2749198 MD5sum: 417c7b9bff79b50a33cd93845b5a0d71 SHA1: 391bbad4c25a83b38b407404290367f599495f47 SHA256: 73b8f7a22162c61b0fdc8e9456afa3c3e1335e091b0fe95cfc95f648ecff312e Description: Coin-or branch-and-cut mixed integer programming solver - documentation Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. . Mixed integer programming (MIP) is a generalization of linear programming (LP) and allows one to find the minimum solution of objective functions depending linearly on variables, which are linearly constrained and additionally may have integrality constraints. . Cbc is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research) and depends on the COIN-OR Clp linear programming solver for solving subproblems. . Cbc works well as independent solver (reading files in the MPS format) and as a solver backend for AMPL. . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Cbc Package: coinor-libcgl-doc Priority: extra Section: doc Installed-Size: 7172 Maintainer: Soeren Sonnenburg Architecture: all Source: coinor-cgl Version: 0.55.0-1.5.201411010327 Recommends: coinor-libcgl-dev Filename: 4.0-0/all/coinor-libcgl-doc_0.55.0-1.5.201411010327_all.deb Size: 2472882 MD5sum: 43f79188090cf15af755ec7ead6e550a SHA1: 3b33b23e4f4992060386d3a60075488b56165488 SHA256: b262ba64a95e6b4db1b9b1f278e4757a4ba813481c37edcdfcd527fe5c13692c Description: Cut Generator Library, a library of cutting-plane generators The Cut Generation Library (Cgl) is an open collection of cutting plane implementations ("cut generators") for use in teaching, research, and applications. . Cgl is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research) and can be used with other COIN-OR packages that make use of cuts, such as the mixed-integer linear programming solver Cbc. . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Cgl Package: coinor-libclp-doc Priority: extra Section: doc Installed-Size: 20606 Maintainer: Soeren Sonnenburg Architecture: all Source: clp Version: 1.12.0-2.5.201411010309 Replaces: libclp-doc Recommends: coinor-libclp-dev Conflicts: libclp-doc Filename: 4.0-0/all/coinor-libclp-doc_1.12.0-2.5.201411010309_all.deb Size: 8419664 MD5sum: 731ef986d5521860cb82abe470fdc4bd SHA1: df9d8e2b9bc0bbf70eb9fcd367c51ffa1437afa0 SHA256: e88ab34b3b265e972553e52a2d50eced7b89c66951c8122e5cc67ec499b50afd Description: Coin-or linear programming solver Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. It is designed to find solutions of constrained linear mathematical optimization problems. . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Clp Package: coinor-libcoinutils-doc Priority: extra Section: doc Installed-Size: 17798 Maintainer: Soeren Sonnenburg Architecture: all Source: coinutils Version: 2.6.4-3.8.201403172112 Replaces: libcoinutils-doc Provides: libcoinutils-doc Recommends: coinor-libcoinutils-dev Conflicts: libcoinutils-doc Filename: 4.0-0/all/coinor-libcoinutils-doc_2.6.4-3.8.201403172112_all.deb Size: 6978466 MD5sum: 2b73579d02214d8393d0a0622f3075b1 SHA1: 77ec12c2fa2dfd357b9b1e47829cf199f1c984ce SHA256: 2183134da1253d19b05cec79514710377681e57b7dc57f19ffc2d03b085a7be9 Description: Coin-or collection of utility classes CoinUtils (Coin-or Utilities) is a collection of classes that are generally useful to more than one COIN-OR project. These include vector, matrix, mps file reading classes. . COIN-OR (COmputational INfrastructure for Operations Research project) is an initiative to spur the development of open source software in operational research - mathematical optimization algorithms. . This package contains the documentation. Homepage: https://projects.coin-or.org/CoinUtils Package: coinor-libdylp-doc Priority: extra Section: doc Installed-Size: 4298 Maintainer: Soeren Sonnenburg Architecture: all Source: coinor-dylp Version: 1.6.0-1.5.201411010337 Recommends: coinor-libdylp-dev Filename: 4.0-0/all/coinor-libdylp-doc_1.6.0-1.5.201411010337_all.deb Size: 1707380 MD5sum: cbf851a8b754f713e83fc06ede9aca3d SHA1: f55c2b3a24ab47e9db7ded1c2fd6e4f741b61b41 SHA256: 96039e1e4b605bce28c03caea6da2711d30b3446f6c42248fa715bb5f02306f0 Description: Linear programming solver using of the dynamic simplex algorithm DyLp is designed to find solutions of constrained linear mathematical optimization problems. To this end, it is using a full implementation of the so called dynamic simplex algorithm for linear programming. . DyLP is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research) and integrates well in the COIN Open Solver Interface (OSI), OsiDylp, which takes advantage of capabilities provided by COIN (e.g., enhanced input/output and constraint system preprocessing) and is recommended if you're working in a C++ environment. . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/DyLP Package: coinor-libflopc++-doc Priority: extra Section: doc Installed-Size: 4538 Maintainer: Soeren Sonnenburg Architecture: all Source: coinor-flopc++ Version: 1.0.6-3.5.201411010347 Recommends: coinor-libflopc++-dev Filename: 4.0-0/all/coinor-libflopc++-doc_1.0.6-3.5.201411010347_all.deb Size: 628846 MD5sum: 3dd49945c72f90e7950ff9d7f157ac33 SHA1: 284f5ab2524a9007617fca0362db8f714d3eea79 SHA256: 800eaca57bf82ed36a4fb0e1d5b91fea89c148a77b2f643bba1805cfc623c4e8 Description: Formulation of Linear Optimization Problems in C++ An open source algebraic modelling language implemented as a C++ class library. Using FLOPC++, linear optimization models can be specified in a declarative style, similar to algebraic modelling languages such as GAMS and AMPL, within a C++ program. As a result the traditional strengths of algebraic modelling languages are preserved, while embedding linear optimization models in software applications is facilitated. . Coinor-flopc++ is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Clp Package: coinor-libipopt-doc Priority: extra Section: doc Installed-Size: 32769 Maintainer: Roberto C. Sanchez Architecture: all Source: coinor-ipopt Version: 3.10.2-1.1.4.201403172039 Filename: 4.0-0/all/coinor-libipopt-doc_3.10.2-1.1.4.201403172039_all.deb Size: 4437254 MD5sum: 4c6ec0cde5f7fc3e2e2ed536a661d0c7 SHA1: 347b62bda241fba22dc38f040248049f874ac5ee SHA256: 6db203af8825565a32a93326f9aed0800dc2f98d884bc41983cb8da528c34400 Description: Interior-Point Optimizer - documentation Ipopt is an open-source solver for large-scale nonlinear continuous optimization. It can be used from modeling environments, such as AMPL, GAMS, or Matlab, and it is also available as a callable library with interfaces to C++, C, and Fortran. Ipopt uses an interior point method, together with a filter linear search procedure. Ipopt is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . The Debian package is compiled against MUMPS (as it is the only one of the available solvers that is Free Software and included in Debian). . This package contains the documentation. Homepage: https://projects.coin-or.org/Ipopt Package: coinor-libosi-doc Priority: extra Section: doc Installed-Size: 14196 Maintainer: Aramian Wasielak Architecture: all Source: coinor-osi Version: 0.103.0-1.4.201403172050 Recommends: coinor-libosi-dev, coinor-libcoinutils-dev Filename: 4.0-0/all/coinor-libosi-doc_0.103.0-1.4.201403172050_all.deb Size: 3747862 MD5sum: 38ac33b0fdd9dbe9a57616de79a9f6a1 SHA1: cc536cc002cd112544cfee1fc6f15bf6f58ad3d2 SHA256: 8e24f6937630d0ce134b5b2a54df3077690afa28bac8092c0aafb572bfaac9e2 Description: COIN-OR Open Solver Interface The COIN-OR Open Solver Interface is a uniform API for interacting with callable solver libraries. It supports linear programming solvers as well as the ability to "finish off" a mixed-integer problem calling the solver library's MIP solver. . Supported solvers: * COIN-OR LP solver (OsiClp) * DyLP (OsiDylp) * the Volume Algorithm (OsiVol) . Osi is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Osi Package: coinor-libsymphony-doc Priority: extra Section: doc Installed-Size: 619 Maintainer: Aramian Wasielak Architecture: all Source: coinor-symphony Version: 5.2.4-1.5.201411010350 Recommends: coinor-libsymphony-dev Filename: 4.0-0/all/coinor-libsymphony-doc_5.2.4-1.5.201411010350_all.deb Size: 529352 MD5sum: 2e220ee9d1830ef4cf0745084cf405a5 SHA1: 0a2b3d77aeb053562a7b64e39d1902f57733df22 SHA256: d907c817317af4bfd65fe2663add87e1e503f70b2672b7f0804f5235f221de53 Description: COIN-OR solver for mixed-integer linear programs SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver, callable library, and extensible framework for implementing customized solvers SYMPHONY has a number of advanced capabilities, including the ability to solve multi-objective MILPs, the ability to warm start its solution procedure, and the ability to perform basic sensitivity analyses. . SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/SYMPHONY Package: coinor-libvol-doc Priority: extra Section: doc Installed-Size: 1746 Maintainer: Aramian Wasielak Architecture: all Source: coinor-vol Version: 1.1.7-1.4.201403172103 Recommends: coinor-libvol-dev, coinor-libcoinutils-dev Filename: 4.0-0/all/coinor-libvol-doc_1.1.7-1.4.201403172103_all.deb Size: 797878 MD5sum: 1b80a84a35412f04f3cee3a5321f5816 SHA1: 43eebc037b3c0445f4d169dfb6fba8bdd92f6c99 SHA256: aa90ae28f0ba913a9a3aff773fce0c77c82308709f65bcbdbeccc01fd9594505 Description: Coin-or linear programming solver Vol (Volume Algorithm) is a linear programming solver based on the subgradient method. . Vol is part of COIN-OR (COmputational INfrastructure for Operations Research) project which is an initiative to spur the development of open-source software in operational research - mathematical optimization algorithms. . This package contains the documentation and examples. Homepage: https://projects.coin-or.org/Vol Package: collabtive Priority: optional Section: web Installed-Size: 7107 Maintainer: Gunnar Wolf Architecture: all Version: 0.7.6-1.2.201403172131 Depends: php5, php5-mysql | php5-pgsql, apache2 | httpd, wwwconfig-common, smarty3, libphp-phpmailer, tinymce, libjs-prototype, libphp-pclzip, php5-mcrypt Suggests: wget Filename: 4.0-0/all/collabtive_0.7.6-1.2.201403172131_all.deb Size: 3643506 MD5sum: 0f1abe810e03e37d4b104098ed77cbd9 SHA1: a95b8e1daf0acb4ad57d7cf5bc59294d1168625f SHA256: 0e2679ac6ec4ec32122e6a2c1cbce868328684760841511a2386e174163f48a1 Description: Web-based project management software This package is intended for small to medium-sized businesses and freelancers. . All major browsers like Internet Explorer (7/8), Firefox, Opera, Safari, and Chrome are supported. Homepage: http://collabtive.o-dyn.de/ Package: collectd-dev Priority: optional Section: utils Installed-Size: 300 Maintainer: Sebastian Harl Architecture: all Source: collectd Version: 5.1.0-3.9.201403172146 Depends: collectd-core (>= 5.1.0-3.9.201403172146), collectd-core (<< 5.2~) Filename: 4.0-0/all/collectd-dev_5.1.0-3.9.201403172146_all.deb Size: 112916 MD5sum: 41e395604301abdcb4f2c8b5ba359799 SHA1: 14341f48f953971c948d19745eb56acbd30970d4 SHA256: 1c810e925bbd64c3969047f4125ce1f6afe621dda1e7ec1c6bf00dc0dd938fbd Description: statistics collection and monitoring daemon (development files) collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. Since the daemon doesn't need to startup every time it wants to update the values it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds by default. . This package contains the development files needed to create your own plugins. Homepage: http://collectd.org/ Package: collectl-utils Priority: optional Section: admin Installed-Size: 1507 Maintainer: Troy Heber Architecture: all Version: 3.2.1-1.2.201403172209 Depends: collectl, perl, perl-tk, libio-socket-ip-perl, libgetopt-simple-perl, gnuplot (>= 4.4) Suggests: apache2 Filename: 4.0-0/all/collectl-utils_3.2.1-1.2.201403172209_all.deb Size: 262196 MD5sum: 03cec3e2b4e5e079912ac2fa3748aee9 SHA1: 7b4b49f7d06dd9f05591350ba326803452fdca7c SHA256: 421fc240957851bee79870c9b1419b3ba6416d8a8b30d6b2320ac5fd03a81dda Description: Utilities to analyze and plot performance data from collectl collectl-utils is a collection of utilities to assist in analyzing data from the performance monitoring and benchmark tool collectl. . This package is a collection of collectl plotting tools and utilities and currently consists of three main utilities: . colplot: provides web or X based interactive plotting tool colmux: multiplexes output from multiple machines into a single stream colgui: displays real-time plots directly from collecl output Homepage: http://collectl-utils.sourceforge.net Package: collectl Priority: optional Section: admin Installed-Size: 1766 Maintainer: Troy Heber Architecture: all Version: 3.6.3-1.2.201403172203 Depends: pciutils, libtime-hires-perl, libio-compress-perl Recommends: ethtool Filename: 4.0-0/all/collectl_3.6.3-1.2.201403172203_all.deb Size: 626662 MD5sum: 1cc9988d5262b82d4e603915cd2da2b4 SHA1: 391f2cd4e63279d1c3946a8518cbdecfdbdac48c SHA256: ba98b42f870c6fc03bd41c308c8d154890017fdc9febeb73767e23717335ad47 Description: Utility to collect Linux performance data Collectl is a performance monitoring and benchmark tool that tries to do it all. You can choose to monitor any of a broad set of subsystems which currently include buddyinfo, cpu, disk, inodes, infiniband, lustre, memory, network, nfs, processes, quadrics, slabs, sockets and tcp. . Output can also be saved in a rolling set of logs for later playback or displayed interactively in a variety of formats. If all that isn't enough there are additional mechanisms for supplying data to external tools by generating output as s-expressions, a format of choice for some tools such as supermon or in another format called list-expressions. This output can be written to a file or sent over a socket. You can even create files in space-separated format for plotting with external packages like gnuplot. Homepage: http://collectl.sourceforge.net Package: colordiff Priority: optional Section: text Installed-Size: 73 Maintainer: Dave Ewart Architecture: all Version: 1.0.10-1.4.201403172231 Depends: perl Filename: 4.0-0/all/colordiff_1.0.10-1.4.201403172231_all.deb Size: 14670 MD5sum: 08e0b5fa75f0017eb7b1fa702d74be9a SHA1: 32372198d12abade29b8774d597c21dcd9e1cb29 SHA256: d4d78ccd62b268e75d6a0b35f3db34edd74c905cee73c40ab141b17ae3ed7e08 Description: tool to colorize 'diff' output ColorDiff is a wrapper for the 'diff' command. It produces the same output as diff, but with colored highlighting to improve readability. The color schemes can be customized. . The output is similar to the syntax-highlighting mode of Vim or Emacs when editing a patch created by diff. Homepage: http://colordiff.sourceforge.net/ Package: colorgcc Priority: extra Section: devel Installed-Size: 66 Maintainer: Ryan Niebur Architecture: all Version: 1.3.2.0-10.4.201403172235 Depends: perl Filename: 4.0-0/all/colorgcc_1.3.2.0-10.4.201403172235_all.deb Size: 11910 MD5sum: 7d0d1e7ce61928a17adc77d9db51f2b6 SHA1: 6814ae9718524247f143600f4dae86da252f800a SHA256: dad0fac1d4ff5091f52cc7f6ad012df02c4268cd0e6b85e2cfa5c2687c381dcb Description: Colorizer for GCC warning/error messages A Perl wrapper to colorize the output of compilers with warning / error messages matching the gcc output format. Package: colormake Priority: optional Section: devel Installed-Size: 53 Maintainer: Ludovic Rousseau Architecture: all Version: 0.9-1.4.201403172245 Depends: perl, less, make Filename: 4.0-0/all/colormake_0.9-1.4.201403172245_all.deb Size: 10492 MD5sum: fc9665ebf93741ed327f57d27461fb0d SHA1: ba18f516c5c67f2a6b5c0014d7de4fc2ac132a6c SHA256: 6a33494bbe8e5f99b08cc9d812c02c72f4a6c98899cef980591aad9b179b7eea Description: simple wrapper around make to colorize output This package contains colormake.pl which parses the output of make to colorize it to make it easier read. In addition, there are two wrapper scripts included, colormake and clmake, which can be invoked instead of make with colorized output on-the-fly. Homepage: http://bre.klaki.net/programs/colormake/ Package: colorname Priority: optional Section: utils Installed-Size: 110 Maintainer: David Paleino Architecture: all Version: 0.4+dfsg.1-3.4.201403172248 Depends: python, python-gtk2 (>= 2.10) Recommends: python-gnome2 (>= 2.18) Filename: 4.0-0/all/colorname_0.4+dfsg.1-3.4.201403172248_all.deb Size: 22880 MD5sum: 381622052129426882fbc7c6a2959864 SHA1: b9c243160c9c96d100db63d82ac2fa71795f8baa SHA256: 220b8c8448d9aa2d68ce8915508d3e2d089d44eb44fafffbe496ff65b3afdd36 Description: utility to associate a name to a color colorname tries to assign a name to a color using external color definitions and a little math. . For this it calculates the Euclidean distance between the currently selected color and all predefined colors, either in the YIQ, RGB or HSV color space. Homepage: http://code.foosel.org/colorname Package: colortest-python Priority: optional Section: utils Installed-Size: 56 Maintainer: Jari Aalto Architecture: all Version: 1.4-2.4.201403172303 Depends: python Suggests: colortest Filename: 4.0-0/all/colortest-python_1.4-2.4.201403172303_all.deb Size: 9152 MD5sum: 19fea7264cd42ab0ac7ed2a91714c97f SHA1: cd6cae1726cb7a588679505bbfb81c2329c98583 SHA256: b4f80e2ea9a62ff42ac48b07bea39a0f1e374aa3f7889c24171c1a9612be9bda Description: utility to test color capabilities of terminal Most terminals are capable of displaying 16 colors; 8 colors and 2 different brightness values, some (like xterm) can display more, even 256 colors. . The program automatically detects 8, 16, 88, 256 color capabilities (via ncurses) and displays the appropriate color charts. Program can display the colors as blocks or 2d cubes optionally with color values overlaid in int or hex values, it can show the full rgb text string and show the display with a vertical (default) or horizontal orientation. . In addition to the color charts it can also convert between 256 and 88 color values. This can be useful when converting various terminals like between urxvt and xterm-256. . The goal of this program was to provide the functionality of all the various Perl and sh scripts in one place with some bells and whistles. Homepage: http://freshmeat.net/projects/terminal_colors Package: colortest Priority: optional Section: utils Installed-Size: 59 Maintainer: Jari Aalto Architecture: all Version: 20110624-1.4.201403172300 Depends: perl (>= 5), bash (>= 3) Filename: 4.0-0/all/colortest_20110624-1.4.201403172300_all.deb Size: 12788 MD5sum: e04de9b8bea91b14d49e9812c2d9db51 SHA1: 0dadb8a05e972bcde403c831e956d8056e97c850 SHA256: 6498e21751582128e595eaccb77a18f7b71076f3a4bed69ace69f7f390c420b5 Description: utilities to test color capabilities of terminal Most terminals are capable of displaying 16 colors; 8 colors and 2 different brightness values, some (like xterm) can display more, even 256 colors. . The colortest package includes set of utilities to help test how many colors a terminal can show. These color settings depend on the $TERM environment variable and termcap entry and by adjusting or selecting correct values, higher colors may be available. The following numbers of colors can be tested for: 8, 16 and 256 colors. Homepage: http://www.frexx.de/xterm-256-notes/ Package: comix Priority: optional Section: x11 Installed-Size: 1362 Maintainer: Emfox Zhou Architecture: all Version: 4.0.4-1.4.201403172320 Depends: gconf2 (>= 2.28.1-2), python (>= 2.4), python-gtk2 (>= 2.12), python-imaging (>= 1.1.5) Suggests: unrar, python (>= 2.5) | python-sqllite2 Filename: 4.0-0/all/comix_4.0.4-1.4.201403172320_all.deb Size: 332698 MD5sum: 13a890b427bafa1a54d167b35b485cd4 SHA1: 6f12980c2cda0b50212b6c0139455ab277385486 SHA256: 2e3be116b41f9cbd10f681f77f62850926a6dd93c12aaf6fd125a211bf089668 Description: GTK Comic Book Viewer Comix is a comic book viewer. It reads zip, rar, tar, tar.gz and tar.bz2 archives (often called .cbz, .cbr and .cbt) as well as normal image files. It is written in Python and has a simple user interface using PyGTK. . Main Features: . * Fullscreen mode. * Double page mode. * Fit-to-screen mode. * Zooming and scrolling. * Rotation and mirroring. * Magnification lens. * Changeable image scaling quality. * Image enhancement. * Can read right-to-left to fit manga etc. * Caching for faster page flipping. * Bookmarks support. * Customizable GUI. * Archive comments support. * Archive converter. * Thumbnail browser. * Standards compliant. * Translated to English, Swedish, Simplified Chinese, Spanish, Brazilian Portuguese and German. * Reads the JPEG, PNG, TIFF, GIF, BMP, ICO, XPM and XBM image formats. * Reads ZIP and tar archives natively, and RAR archives through the unrar program. * Runs on Linux, FreeBSD, NetBSD and virtually any other UNIX-like OS. * More! Package: comixcursors-lefthanded-opaque Priority: optional Section: x11 Installed-Size: 41776 Maintainer: Ben Finney Architecture: all Source: comixcursors Version: 0.7.2-2.4.201403172322 Suggests: comixcursors-righthanded, comixcursors-lefthanded, comixcursors-righthanded-opaque Breaks: comixcursors (<< 0.7) Filename: 4.0-0/all/comixcursors-lefthanded-opaque_0.7.2-2.4.201403172322_all.deb Size: 2288278 MD5sum: 99459366b747498e0f15215d21578ab5 SHA1: d19aa2afb27fa23c06e436ceecc06c6590a6a8ee SHA256: ad95d3cf813cee524c3a3f07e12002d4ab191657fcd75094ca007b47f4fe07ae Description: X11 mouse pointer themes with a comic art feeling (LH, opaque) ComixCursors is a set of mouse pointer themes for X11 in the style of comic-book art. . The package includes cursor themes in a wide combination of variants: * 6 different colors (black, blue, green, orange, red, white) * 4 different sizes (small, regular, large, huge) * 2 different weights (slim, normal) . This package installs the left-handed, opaque ComixCursors themes. Homepage: http://opendesktop.org/content/show.php/ComixCursors?content=32627 Package: comixcursors-lefthanded Priority: optional Section: x11 Installed-Size: 41774 Maintainer: Ben Finney Architecture: all Source: comixcursors Version: 0.7.2-2.4.201403172322 Suggests: comixcursors-righthanded, comixcursors-righthanded-opaque, comixcursors-lefthanded-opaque Breaks: comixcursors (<< 0.7) Filename: 4.0-0/all/comixcursors-lefthanded_0.7.2-2.4.201403172322_all.deb Size: 2326922 MD5sum: 34c4288c525288ea6a4b39cafb3752f9 SHA1: 2a95559e2c5905054d5c79cd33d38472df67a9f7 SHA256: 3c20e77d44ca54e50b4b544823eeb913254ca7cb1491b7d5646f408f6f7d4e68 Description: X11 mouse pointer themes with a comic art feeling (LH, translucent) ComixCursors is a set of mouse pointer themes for X11 in the style of comic-book art. . The package includes cursor themes in a wide combination of variants: * 6 different colors (black, blue, green, orange, red, white) * 4 different sizes (small, regular, large, huge) * 2 different weights (slim, normal) . This package installs the left-handed, translucent ComixCursors themes. Homepage: http://opendesktop.org/content/show.php/ComixCursors?content=32627 Package: comixcursors-righthanded-opaque Priority: optional Section: x11 Installed-Size: 41775 Maintainer: Ben Finney Architecture: all Source: comixcursors Version: 0.7.2-2.4.201403172322 Suggests: comixcursors-righthanded, comixcursors-lefthanded, comixcursors-lefthanded-opaque Breaks: comixcursors (<< 0.7) Filename: 4.0-0/all/comixcursors-righthanded-opaque_0.7.2-2.4.201403172322_all.deb Size: 2283490 MD5sum: 482c5f6c7f0925b7525a654cae70c47d SHA1: 8213c7a55914f424398e9758e978c697e51349f7 SHA256: faa238b1b49fa812766c81aa41106b9c428db7efdef1572f23aa39123f8ca9f4 Description: X11 mouse pointer themes with a comic art feeling (RH, opaque) ComixCursors is a set of mouse pointer themes for X11 in the style of comic-book art. . The package includes cursor themes in a wide combination of variants: * 6 different colors (black, blue, green, orange, red, white) * 4 different sizes (small, regular, large, huge) * 2 different weights (slim, normal) . This package installs the right-handed, opaque ComixCursors themes. Homepage: http://opendesktop.org/content/show.php/ComixCursors?content=32627 Package: comixcursors-righthanded Priority: optional Section: x11 Installed-Size: 41774 Maintainer: Ben Finney Architecture: all Source: comixcursors Version: 0.7.2-2.4.201403172322 Replaces: comixcursors (<< 0.7) Provides: comixcursors Suggests: comixcursors-lefthanded, comixcursors-righthanded-opaque, comixcursors-lefthanded-opaque Breaks: comixcursors (<< 0.7) Filename: 4.0-0/all/comixcursors-righthanded_0.7.2-2.4.201403172322_all.deb Size: 2339762 MD5sum: 8c55042554a58660937331ffd5fc1f83 SHA1: 977c1c6745e6d4d403b5fe601fcd70978223b81f SHA256: 4b8704b7336e78f65d3b9c4862543237de0448f98d2ef619bbc37d5922376ef1 Description: X11 mouse pointer themes with a comic art feeling (RH, translucent) ComixCursors is a set of mouse pointer themes for X11 in the style of comic-book art. . The package includes cursor themes in a wide combination of variants: * 6 different colors (black, blue, green, orange, red, white) * 4 different sizes (small, regular, large, huge) * 2 different weights (slim, normal) . This package installs the “original” (right-handed, translucent) ComixCursors themes, and some additional “bonus” variants. Homepage: http://opendesktop.org/content/show.php/ComixCursors?content=32627 Package: comixcursors Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Ben Finney Architecture: all Version: 0.7.2-2.4.201403172322 Depends: comixcursors-righthanded Filename: 4.0-0/all/comixcursors_0.7.2-2.4.201403172322_all.deb Size: 5840 MD5sum: c5a3171910fbdb92974b1b9e46f1b6d5 SHA1: 3e696ddfc1b97766f77e414cd0d0a66d7c020ca3 SHA256: 80ebd162a56caad3400b85dbf0533386de0e0b7cad159a7178bcf42fbd720fec Description: transitional dummy package ComixCursors is a set of mouse pointer themes for X11 in the style of comic-book art. . This package is transitional to install the right-handed, translucent cursor set, which is now in the ‘comixcursors-righthanded’ package. Homepage: http://opendesktop.org/content/show.php/ComixCursors?content=32627 Package: command-not-found Priority: optional Section: admin Installed-Size: 96 Maintainer: Julian Andres Klode Architecture: all Version: 0.2.38-1.4.201403180001 Depends: python (>= 2.5), python-support (>= 0.90.0), apt-file, python-gdbm, lsb-release Filename: 4.0-0/all/command-not-found_0.2.38-1.4.201403180001_all.deb Size: 13090 MD5sum: d1ec85f6b1221d5d5eb0eb6b2929cf98 SHA1: 898993a67a9beb7f03d0019d84d6573094ecc97b SHA256: 09ec6884e368f8aebcb08f688607bac55989cd8e5b15a220d07f939e1df49966 Description: Suggest installation of packages in interactive bash sessions This package will install handler for command_not_found that looks up programs not currently installed but available from the repositories. Package: command-runner-applet Priority: extra Section: gnome Installed-Size: 67 Maintainer: Marcin Owsiany Architecture: all Version: 0.2-2.2.201403180004 Depends: python, python-gobject (>= 2.28), gir1.2-gtk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gconf-2.0, gir1.2-panelapplet-4.0 Filename: 4.0-0/all/command-runner-applet_0.2-2.2.201403180004_all.deb Size: 8578 MD5sum: dea081b9faa863e2dc4a1b1217d8cb5a SHA1: ce37c50da09ffb56c8b36ec1833478ee32779e57 SHA256: 6dca2363eb72e566fb785c190f08f21a62ce55941ed8c57cfb940a6bc2890d90 Description: panel applet which periodically displays a command output This applet periodically runs a configured shell command and displays its output in a text label on the GNOME panel. . It is useful for keeping track of something, for which having a terminal window constantly open would be inconvenient. Package: commit-patch Priority: optional Section: vcs Installed-Size: 128 Maintainer: David Caldwell Architecture: all Version: 2.4-1.2.201403180012 Depends: perl, libipc-run-perl, patch, patchutils Suggests: darcs | git | mercurial | bzr | subversion | cvs Filename: 4.0-0/all/commit-patch_2.4-1.2.201403180012_all.deb Size: 19994 MD5sum: 4da6fb261495c1d6487d9f0940e5f0af SHA1: 3f3868cabb56743519b9067d9d74e210bfc4be39 SHA256: eadc78f96b3b801c6c79d8f090e7fa4661f066dbd7c58e877454f5b31f9a2b76 Description: utility to commit fine grained patches to source code control repositories Normally version control systems don't allow fine grained commits. commit-patch allows the user to control exactly what gets committed by letting the user supply a patch to be committed rather than using the files in the current working directory. . commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion, or CVS repositories. . Also included is an Emacs interface to commit-patch. It allows you to just hit C-c C-c in any patch buffer to apply and commit only the changes indicated by the patch, regardless of the changes in your working directory. Homepage: http://porkrind.org/commit-patch/ Package: common-lisp-controller Priority: optional Section: lisp Installed-Size: 181 Maintainer: Debian Common Lisp Team Architecture: all Version: 7.10.5.201403180017 Replaces: cmucl (<< 3.1.0) Depends: debconf (>= 1.0) | debconf-2.0, bash (>= 2.04-9), debianutils (>= 1.7), cl-asdf (>= 2:2.009-1), realpath, perl, adduser Suggests: sbcl, darcs Breaks: cl-asdf (<< 1.501), clisp (<< 1:2.48-1), cmucl (<< 3.1.0), sbcl (<< 1:1.0.29.0) Filename: 4.0-0/all/common-lisp-controller_7.10.5.201403180017_all.deb Size: 36962 MD5sum: 0038df91f85a2b8c72aca6c2bdd4c3c3 SHA1: a644ee215ccb6980cda760326d88301e55176efe SHA256: e1f8e3cb1c83226ee762f1bf60a902e703caf7f349fd847ab422e474bb59fe94 Description: Common Lisp source and compiler manager This package helps installing Common Lisp sources and compilers. . It creates a user-specific cache of compiled objects. When a library or an implementation is upgraded, all compiled objects in the cache are flushed. It also provides tools to recompile all libraries and to generate Debian packages from asdf-install packages. . Also includes clc-clbuild, a wrapper for clbuild. Please see http://common-lisp.net/project/clbuild/ for more information. . This package also contains a wrapper to invoke emacs with a clbuild provided slime environment. Homepage: http://pkg-common-lisp.alioth.debian.org Package: compass-fancy-buttons-plugin Priority: optional Section: ruby Installed-Size: 86 Maintainer: Jonas Smedegaard Architecture: all Version: 1.1.1~20120313-1.2.201403180212 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Filename: 4.0-0/all/compass-fancy-buttons-plugin_1.1.1~20120313-1.2.201403180212_all.deb Size: 15522 MD5sum: 78e618fb6d739717ab605ee1d9df8ccf SHA1: 8756b8dd60950d0681f9d000cd1ead93520ad1ea SHA256: 9acc14c95987da053ee40c3573c0be393aa40448f2563e582f4161f574e5a742 Description: Compass plugin implementing fancy CSS3 buttons Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers not supporting CSS3. Homepage: https://github.com/imathis/fancy-buttons Package: compass-h5bp-plugin Priority: optional Section: ruby Installed-Size: 60 Maintainer: Jonas Smedegaard Architecture: all Version: 0.0.5-1.2.201403180215 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Filename: 4.0-0/all/compass-h5bp-plugin_0.0.5-1.2.201403180215_all.deb Size: 9866 MD5sum: f8ee3cdec150680165b12aa99a25dd1a SHA1: 69c9126a0efce312ce442f73975883e85b22622e SHA256: 9a5fdf3d1f021fe8e6a765af60e76dd1485f3642b63a3ca1988d5e3d4e77a424 Description: Compass extension for Html5 Boilerplate Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . This package contains a Compass extension of Html5 mixins extracted from Html5 Boilerplate by Paul Irish and Divya Manian. Homepage: https://github.com/sporkd/compass-h5bp Package: compass-layoutgala-plugin Priority: optional Section: ruby Installed-Size: 112 Maintainer: Jonas Smedegaard Architecture: all Version: 0.2-1.2.201403180218 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Filename: 4.0-0/all/compass-layoutgala-plugin_0.2-1.2.201403180218_all.deb Size: 33442 MD5sum: 7ed8333615d3f8e95b1a1b86ba23cbeb SHA1: 4f8b3c599e95d10aebe8defc614e8de49986e7c4 SHA256: b185bb6d307be0e60bf116a6cc74fb99fd1e2d14243194bc4a9b498e9f1126e2 Description: Compass plugin implementing the Layout-gala CSS styles Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . Layout-gala is a collection of 40 CSS layouts styling a single HTML markup, without hacks nor workarounds and a good cross-browser compatibility. The layouts uses techniques like negative margins, any order columns and opposite floats: . . This package contains an implementation of Layout-gala for Compass. Homepage: http://anonscm.debian.org/gitweb/?p=collab-maint/compass-layoutgala-plugin.git;a=blob;f=README.mkdn Package: compass-slickmap-plugin Priority: optional Section: ruby Installed-Size: 64 Maintainer: Jonas Smedegaard Architecture: all Version: 0.5.1.1-2.2.201403180222 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Filename: 4.0-0/all/compass-slickmap-plugin_0.5.1.1-2.2.201403180222_all.deb Size: 9482 MD5sum: 4dc2f3f1683a06e21f16e6750d9a5979 SHA1: 2907598821421ec5150d88ed5562f40d9b18bc48 SHA256: 9509808aab400150c258c01638ffe064372f39f5aed7a1a1178ec6266f1a9418 Description: Compass plugin implementing SlickMapCSS sitemap Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . SlickMapCSS is a technique to visualize a sitemap using only unnumbered lists and clever crafted CSS. More info: http://astuteo.com/slickmap/ . This package contains an implementation of SlickmapCSS for Compass. Homepage: https://github.com/tdreyno/compass-slickmap Package: compass-susy-plugin Priority: optional Section: ruby Installed-Size: 76 Maintainer: Jonas Smedegaard Architecture: all Version: 0.9-2.2.201403180225 Replaces: compass-susy-plugin1.8 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Conflicts: compass-susy-plugin1.8 Filename: 4.0-0/all/compass-susy-plugin_0.9-2.2.201403180225_all.deb Size: 20306 MD5sum: 201ed1441e1864673b4e62b862b6a9bf SHA1: f149d9439be3e8e9a38fb983829ff235623fc0b3 SHA256: 9e91764fd541f554afe240979f02cf185d36214812ef190cbd612292ea04d875 Description: Compass plugin providing an elastic grid system Susy is a semantic CSS framework, entirely native to Compass. Susy is an elastic grid system that will never activate the side-scroll bar. With Susy you can build quick, custom grids that respond to the needs of the user without giving up design integrity. Susy sets your width on the outer element (container), adds a max-width of 100% and builds the rest of your grid in percentages. The philosophy and technique are based on Natalie Downe's "CSS Systems" - which introduces difficult math in the service of beautiful structure. . Using simple mixins, columns can be created, suffixed, prefixed, and nested easily - and always in flexible percentages. Homepage: http://susy.oddbird.net/ Package: compass-yui-plugin Priority: optional Section: ruby Installed-Size: 76 Maintainer: Jonas Smedegaard Architecture: all Version: 0~20100724-2.2.201403180227 Depends: ruby-compass | ruby-sass Recommends: ruby-compass Filename: 4.0-0/all/compass-yui-plugin_0~20100724-2.2.201403180227_all.deb Size: 10296 MD5sum: 531b49232d1741e76baf9f476248814f SHA1: 4743fb2183a59e95c36171d212164842ac8b56e2 SHA256: fd6cdb7df086b3d3dd08b3074d7adeaf74c264857a460cefecf70b2e3095fa36 Description: Compass plugin implementing the YUI CSS Foundation Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . This package contains an implementation of the YUI CSS foundation, including CSS Reset, CSS Fonts, and CSS Grids resources, for Compass. Homepage: https://github.com/chriseppstein/yui-compass-plugin Package: compiz-fusion-bcop Priority: extra Section: x11 Installed-Size: 97 Maintainer: Sean Finney Architecture: all Version: 0.8.4-1.4.201403180252 Depends: pkg-config, xsltproc Filename: 4.0-0/all/compiz-fusion-bcop_0.8.4-1.4.201403180252_all.deb Size: 9640 MD5sum: cf688d63d9cfffd0390b12f293148c5c SHA1: 36529043b1ec6b49953d0becb590f0deebf4bb44 SHA256: bc27118e3518d70ea5b0f1d53274cd3e2141afa5ba7b360127c99e8ff894853b Description: Compiz Fusion option code generator Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness . This tool is used to generate code for use with compiz-fusion plugins. Package: composite-data Priority: optional Section: sound Installed-Size: 7181 Maintainer: Debian Multimedia Maintainers Architecture: all Source: composite Version: 0.006.2+dfsg0-2.18.201403180302 Suggests: composite Filename: 4.0-0/all/composite-data_0.006.2+dfsg0-2.18.201403180302_all.deb Size: 3039116 MD5sum: 2399a03c72c14305161654e35beac28d SHA1: 3ec691f24546355d885d9fe26095e5d2e1062b46 SHA256: 7577b242d3ce94c172de1e9e979b72a49b5575c73933e16594032e2b2f831388 Description: Live performance sequencer (data files) Composite is a software application/system for real-time, in-performance sequencing, sampling, and looping. It has a strong emphasis on the needs of live performance improvisation. It is built around the Tritium audio engine, which also includes LV2 plugins. . This package contains the data files for Composite. Homepage: http://gabe.is-a-geek.org/composite/ Package: comprez Priority: extra Section: utils Installed-Size: 54 Maintainer: Jari Aalto Architecture: all Version: 2.6.1-2.4.201403180316 Filename: 4.0-0/all/comprez_2.6.1-2.4.201403180316_all.deb Size: 9656 MD5sum: 53ed75bcb8b6f0463ee260ee49706d3a SHA1: 26a02968fa6c90d433bd1664edbd7cde06629c80 SHA256: 1b609fd603d51e95af3967e9b7989cb89773b1a1a41d1bcb43f896cc26638399 Description: frontend to many compression programs Comprez, aka 'z', is a simple, safe and convenient front-end for the compress(1), uncompress(1), gzip(1), bzip2(1), tar(1), zip(1) and unzip(1) utilities for compressing and uncompressing files and directories. . The basic idea is that you can just run "comprez SOMETHING" where SOMETHING is any file, directory, compressed file or compressed archive, and program will do the right thing in a standard way. Simple for novices and convenient for experts. Homepage: http://www.cs.indiana.edu/~kinzler/z Package: condor-doc Priority: extra Section: doc Installed-Size: 6133 Maintainer: Condor Developers Architecture: all Source: condor Version: 7.8.2~dfsg.1-1.2.201403180335 Filename: 4.0-0/all/condor-doc_7.8.2~dfsg.1-1.2.201403180335_all.deb Size: 1474020 MD5sum: fea261fb306438d505aa1f36d6edc3dd SHA1: 4f0d5dea9995e7923d2da7b3dc05f8206e71c04e SHA256: d295afe036f86488b3f5548d11cfdaa162a62352afe6361946c747985cf647d3 Description: distributed workload management system - documentation Like other full-featured batch systems, Condor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to Condor; Condor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, Condor can also effectively harness wasted CPU power from otherwise idle desktop workstations. Condor does not require a shared file system across machines - if no shared file system is available, Condor can transfer the job's data files on behalf of the user. . This package provides Condor's documentation in HTML and PDF format, as well as configuration and other examples. Homepage: http://research.cs.wisc.edu/condor Package: conduit Priority: optional Section: gnome Installed-Size: 2660 Maintainer: Jose Carlos Garcia Sogo Architecture: all Version: 0.3.17-1.6.201411010402 Depends: python (>= 2.5), python-support (>= 0.90.0), python-gtk2, python-gobject (>= 2.15.3), python-dbus (>= 0.80.0), python-pygoocanvas (>= 0.9), python-cairo, python-dateutil, python-vobject, python-gst0.10, python-gconf, python-feedparser, scrollkeeper, python-webkit Recommends: python-simplejson, python-gpod, python-gdata, python-flickrapi (>= 1.2), python-evolution, python (>= 2.6) | python-json Filename: 4.0-0/all/conduit_0.3.17-1.6.201411010402_all.deb Size: 810660 MD5sum: 9abaaba533d1e188d6feb20c2399e920 SHA1: 1e314dfee3733be3c754e1a24821026b01e3293c SHA256: 1e54e9f2d4dc84c0539d602ebb3231e8ca907acd0e839bf27dfd55e8dea7825b Description: synchronization tool for GNOME A syncronization tool for GNOME which allows the user to take their emails, files, bookmarks, and any other type of personal information and synchronize that data with another computer, an online service, or even another electronic device. . Conduit manages the synchronization and conversion of data into other formats. For example, conduit allows you to; * Synchronize your tomboy notes to a file on a remote computer * Synchronize your emails to your mobile phone * Synchronize your bookmarks to delicious, gmail, or even your own webserver * and many more.. Package: config-package-dev Priority: extra Section: devel Installed-Size: 140 Maintainer: Tim Abbott Architecture: all Version: 4.13.4.201403180416 Depends: cdbs Filename: 4.0-0/all/config-package-dev_4.13.4.201403180416_all.deb Size: 20492 MD5sum: 039c4adfc8e9ecf314503a42dc8d40be SHA1: 3911abb53cb16607d35084443728167b40322a5d SHA256: 10c1877be976f6257cf3fdc660a17df270498163d9d43519565f22811fe3f8e0 Description: CDBS modules for building configuration packages This package contains a system of CDBS modules for creating Debian configuration packages: packages that configure an existing Debian system by using dpkg-divert on configuration files. These modules attempt to make the process of creating configuration packages efficient by checking the md5sums of upstream configuration files that are to be modified and automatically generating the relevant postinst code to perform the diversions using the standard debhelper mechanism. . The config-package-dev modules are optimized for site defaults (i.e. configuration for a university or a company), though they are useful for other applications as well. Homepage: http://debathena.mit.edu/config-package-dev Package: configfile-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-configfile-doc Filename: 4.0-0/all/configfile-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 110365c7280af552f71a4c9ae4a5c20e SHA1: 9398975d6a3d05fddcb0672d44ced1ebfc4028ee SHA256: dccd4b411d416916262dcfe12e16e76d98877f2160ef420709cb97b43116e42e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: configure-debian Priority: optional Section: admin Installed-Size: 86 Maintainer: David Nusinow Architecture: all Version: 1.0.2-0.1.4.201403180432 Depends: debconf (>= 0.5) | debconf-2.0, perl, liblocale-gettext-perl Filename: 4.0-0/all/configure-debian_1.0.2-0.1.4.201403180432_all.deb Size: 20782 MD5sum: a7706f29d934a3429d9d183a48f2fee5 SHA1: 7f5f9e13a74f2fa08c555df673c6efe373586ae7 SHA256: 41799537193acbd661bf914a5b88d7d5355258648d5f90b2c99e18f7ba81214e Description: central configuration program for packages using debconf configure-debian is a program which presents a list of packages which use Debconf, Debian's configuration management system. . Debconf provides first-time installation wizards that run when a package is installed. You may reconfigure these packages at a later time, if you wish, and configure-debian makes that very easy. . configure-debian splits the package lists into the subsections which make up the Debian archive, such as x11, base, gnome, or kde. Package: congruity Priority: optional Section: utils Installed-Size: 256 Maintainer: Mathieu Trudel-Lapierre Architecture: all Version: 15-1.4.201403180439 Depends: python, python (>= 2.5) | python-ctypes, python-libconcord, python-wxgtk2.8, shared-mime-info Filename: 4.0-0/all/congruity_15-1.4.201403180439_all.deb Size: 146210 MD5sum: 6349d2d6ea47c4fc2f2298e6ae45baf2 SHA1: 5adc41232926a5e911ab3b9bbb99be301e478917 SHA256: b2d3ed8cad7222b340a4fea9ecea2b63e4a88991619d6f5514f0296902bbae2b Description: graphical utility to configure Logitech Harmony remotes Congruity is a graphical utility written in Python that handles writing the configuration of a Harmony Remote, using the concordance framework. . It provides a concise way to quickly configure a Logitech Harmony in a clean graphical interface, through the loading of EZHex files. Homepage: http://sourceforge.net/projects/congruity/ Package: conkeror Priority: extra Section: web Installed-Size: 1127 Maintainer: Axel Beckert Architecture: all Version: 1.0~~pre+git120527-1.8.201406181532 Provides: www-browser Depends: xulrunner-24.0 | xulrunner-17.0 | xulrunner-10.0 | xulrunner-13.0 | xulrunner-12.0 | xulrunner-11.0 | xulrunner-9.0 | xulrunner-8.0 | xulrunner-7.0 | xulrunner-6.0 | xulrunner-5.0 | xulrunner-2.0 | xulrunner-1.9.2 | xulrunner-1.9.1 | firefox (>= 3.5) Recommends: conkeror-spawn-process-helper, xdg-utils Suggests: emacs | emacsen Breaks: conkeror-spawn-process-helper (<< 0.9~git080901-1) Filename: 4.0-0/all/conkeror_1.0~~pre+git120527-1.8.201406181532_all.deb Size: 256340 MD5sum: e696dd776a4ddb5284ad5b1a84bdb20d SHA1: cee5d31e17efa74fcabb6d76762453c6f256a658 SHA256: e5cef2883084ee6c125d0d46e4827840602ee4d1140b2a643fefbe8278ab4661 Description: keyboard focused web browser with Emacs look and feel Conkeror is a highly-programmable web browser based on Mozilla XULRunner which is the base of all Mozilla products including Firefox. Conkeror has a sophisticated keyboard system for running commands and interacting with web page content, modelled after Emacs and Lynx. It is self-documenting and extensible with JavaScript. . It comes with builtin support for several Web 2.0 sites like several Google services (Search, Gmail, Maps, Reader, etc.), Del.icio.us, Reddit, Last.fm and YouTube. For easier editing of form fields, it can spawn external editors. For this feature the recommended conkeror-spawn-process-helper package needs to be installed. . Despite its very similar sounding name, Conkeror is not related to the KDE web browser and file manager Konqueror in any way. Homepage: http://conkeror.org/ Xul-Appid: {a79fe89b-6662-4ff4-8e88-09950ad4dfde} Package: conky Priority: extra Section: oldlibs Installed-Size: 60 Maintainer: Vincent Cheng Architecture: all Version: 1.9.0-2.4.201403180447 Depends: conky-std | conky-cli | conky-all Filename: 4.0-0/all/conky_1.9.0-2.4.201403180447_all.deb Size: 34110 MD5sum: 1ffde1d3f8b740e9cce5ca8cac6a93e4 SHA1: 00f7b11e3c39706c40a9a9d6ab6603a077130c33 SHA256: 9b1848eeb7be38bee958ba4f2ab453a2eb3abf7ccfae8e80308ef4b67ffe19d5 Description: highly configurable system monitor (transitional package) Conky is a system monitor that can display just about anything, either on your root desktop or in its own window. Conky has many built-in objects, as well as the ability to execute external programs or scripts (either external or through built-in lua support). . This is a dummy package to ease transition to the new packaging scheme. It may be safely removed after upgrade/installation. Homepage: http://conky.sourceforge.net/ Package: connectomeviewer Priority: extra Section: python Installed-Size: 1694 Maintainer: Stephan Gerhard Architecture: all Version: 2.1.0-1.2.201403180500 Depends: python (>= 2.6), python-support (>= 0.90.0), python-cfflib (>= 2.0.5), python-networkx (>= 1.4), python-nibabel, python-numpy (>= 1.3.0), python-scipy, python-chaco, mayavi2 (>= 4.0.0), ipython Recommends: python-nipype, python-dipy, python-matplotlib, python-qscintilla2 Suggests: nipy-suite Filename: 4.0-0/all/connectomeviewer_2.1.0-1.2.201403180500_all.deb Size: 1357596 MD5sum: a12d25e8ad2996ac2d3f5aaddfba3e0b SHA1: bb257ea49c3461af89ca728168f49788d5557dfa SHA256: f46a7a376d5747d4d03615056bfc0bc32891ab7ef9b7c4c5015c1bca791546c7 Description: Interactive Analysis and Visualization for MR Connectomics The Connectome Viewer is a extensible, scriptable, pythonic research environment for visualization and (network) analysis in neuroimaging and connectomics. . Employing the Connectome File Format, diverse data types such as networks, surfaces, volumes, tracks and metadata are handled and integrated. The Connectome Viewer is part of the MR Connectome Toolkit. Homepage: http://www.connectomeviewer.org Package: connman-doc Priority: optional Section: doc Installed-Size: 73 Maintainer: Alexander Sack Architecture: all Source: connman Version: 1.0-1.1.4.201403180506 Suggests: connman-dev Filename: 4.0-0/all/connman-doc_1.0-1.1.4.201403180506_all.deb Size: 40582 MD5sum: f690cdc841050ef65dbb7d442c1d14ac SHA1: 42ee32a92a2961432f5a8bcd5e0b7d8371cc402e SHA256: aff4fb255ade47a850c0d1ce87f6d406856763eb0882d2f50a809eca8f7da41d Description: ConnMan documentation The Linux Connection Manager project provides a daemon for managing Internet connections within embedded devices running the Linux operating system. . This package contains the connman API documentation. . See the connman description for more information regarding connman. Homepage: http://www.connman.net Package: cons Priority: optional Section: devel Installed-Size: 265 Maintainer: Hwei Sheng Teoh Architecture: all Version: 2.3.0.1+2.2.0-1.4.201403180518 Depends: perl, libdigest-md5-perl Filename: 4.0-0/all/cons_2.3.0.1+2.2.0-1.4.201403180518_all.deb Size: 106384 MD5sum: 9fe6098d772bdcfc5751bef9f926cead SHA1: c3468c7fc294133ff3c0f3a9c995da5da74dc1d1 SHA256: 8d49c0a5cf2eb7daeef68c49321c2c9988fb1e3852cdb8641f83c0b203337a06 Description: a Perl replacement for Make Excerpted from the README file: . Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons makes it easy to create build scripts that are simple, understandable and maintainable. Cons ensures that complex software is easily and accurately reproducible. . Cons uses a number of techniques to accomplish all of this. Construction scripts are just Perl scripts, making them both easy to comprehend and very flexible. Global scoping of variables is replaced with an import/export mechanism for sharing information between scripts, significantly improving the readability and maintainability of each script. Construction environments are introduced: these are Perl objects that capture the information required for controlling the build process. Multiple environments are used when different semantics are required for generating products in the build tree. Cons implements automatic dependency analysis and uses this to globally sequence the entire build. Variant builds are easily produced from a single source tree. Intelligent build subsetting is possible, when working on localized changes. Overrides can be setup to easily override build instructions without modifying any scripts. MD5 cryptographic signatures are associated with derived files, and are used to accurately determine whether a given file needs to be rebuilt. Package: console-cyrillic Priority: optional Section: misc Installed-Size: 2410 Maintainer: Anton Zinoviev Architecture: all Version: 0.9-16.5.201411010417 Replaces: console-tools-cyrillic Depends: perl-base (>= 5.8.3-2), debconf | debconf-2.0, kbd | console-tools, console-terminus Suggests: libunicode-string-perl, perl Conflicts: console-tools-cyrillic Filename: 4.0-0/all/console-cyrillic_0.9-16.5.201411010417_all.deb Size: 309292 MD5sum: 1a94eff392e0ed9cea848162465d630c SHA1: 53a9a2915e291f64410af65345832c53d0e99bab SHA256: c399e43af04b7a343eb5d37f698d478cb344d01bc2049716a4b0a23f61b1ba0d Description: Better Cyrillic support for Linux console This package provides Cyrillic support on the Linux console with great number of customizations: . 1) Various supported encodings: utf-8, cp1251, ibm866, iso-8859-5, koi8-r, koi8-u, mac-cyrillic, mik, pt154 and rk1048. . 2) Belarusian, two Bulgarian, two Kazakh, Macedonian, Mongolian, two Russian, Serbian and two Ukrainian keyboard mappings. . 3) Many screen fonts. . 4) Utilities: cyr, displayfont, dumppsf, makeacm, mkvgafont, raw2psf. . 5) Two fonts for Dosemu. . 6) Uses DebConf. Package: console-log Priority: optional Section: admin Installed-Size: 66 Maintainer: Marc Haber Architecture: all Version: 1.1-2.4.201403180537 Depends: less, daemon, kbd, passwd (>= 1:4.0.3-23), adduser (>> 3.51) Filename: 4.0-0/all/console-log_1.1-2.4.201403180537_all.deb Size: 15224 MD5sum: 7895f39b6ab5735008ee3b7101c2d247 SHA1: 9c1da3ce6f3c561ee0729b2f5e4759cb55afbab8 SHA256: 9d4e4d5ceeecca306c39809b1fd2ce751d645841d734d4940560e1d3e491fcd6 Description: Puts a logfile pager on virtual consoles console-log keeps logfile pagers open on virtual consoles. The default configuration puts exim's mainlog on tty8, and the syslog on tty9, in a less process. It can also make sure that this console is visible automatically after system boot so that a crashed system at least leaves the syslog readable on the console before reset. Using a pager makes searching, tagging and highlighting possible. . This package has its upstream sources maintained in the Debian project, so there is no upstream URL. Package: console-setup-freebsd Priority: optional Section: utils Installed-Size: 719 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.88.23.201407311431 Replaces: console-setup (<< 1.71) Depends: vidcontrol, kbdcontrol, keyboard-configuration (= 1.88.23.201407311431) Suggests: console-setup Breaks: console-setup (<< 1.71) Filename: 4.0-0/all/console-setup-freebsd_1.88.23.201407311431_all.deb Size: 173726 MD5sum: 9fdd84b47e928c3be0f7183eb660007f SHA1: bd82d093c4c7020615f73d1dfb292f903efc3a95 SHA256: 9e2e0a3ebf412e6b0742d2fa2e244ca2beb8bcc2b55bf0108b73b06025feff48 Description: FreeBSD specific part of console-setup This package includes raw, uuencoded fonts and various screen maps. Package: console-setup-mini Priority: extra Section: utils Installed-Size: 129 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.88.23.201407311431 Depends: console-setup-linux | console-setup-freebsd, debconf (>= 0.5) | debconf-2.0, keyboard-configuration (= 1.88.23.201407311431) Recommends: kbd | console-tools Suggests: lsb-base (>= 3.0-6) Conflicts: console-setup Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Filename: 4.0-0/all/console-setup-mini_1.88.23.201407311431_all.deb Size: 26560 MD5sum: 7657ea8fcb57904a610b48843dc15f93 SHA1: 4e901ec5a6d3cc5dcd3ceaf8c9a0e1ea37008c10 SHA256: 179fcab6ed2ae28de0d36fda7fc72096a71f610e76ca127a0fa48d7ad925e120 Description: console font and keymap setup program - reduced version for Linux This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . This package can be useful for handhelds or other devices with small storage space. Package: context-modules Priority: optional Section: tex Installed-Size: 12639 Maintainer: Debian TeX maintainers Architecture: all Version: 20120611-1.2.201403180628 Replaces: context (<< 2011.05.18.20110626-1) Depends: context (>> 2011), dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/context-modules_20120611-1.2.201403180628_all.deb Size: 11741570 MD5sum: 4630e94084412e5d9b012d0b63b73e88 SHA1: 4465446fa1c9970aad7d21b9beb1173b2ca442e9 SHA256: 2ffd4041f2aa88ee9992b31595df0822f6c0131de31f67640ec84380cc3de8b8 Description: additional ConTeXt modules ConTeXt is a document-production system based, like LaTeX, on the TeX typesetting system. Whereas LaTeX insulates the writer from typographical details, ConTeXt takes a complementary approach by providing structured interfaces for handling typography, including extensive support for colors, backgrounds, hyperlinks, presentations, figure-text integration, and conditional compilation. It gives the user extensive control over formatting while making it easy to create new layouts and styles without learning the TeX macro language. ConTeXt's unified design averts the package clashes that can happen with LaTeX. . This package includes the following additional ConTeXt modules: account, algorithmic, bnf, chromato, construction-plan, degrade, filter, fixme, french, fullpage, games, letter, lettrine, lilypond, mathsets, rst, ruby, simplefonts, simpleslides, typearea, typescripts, vim. Package: context Priority: optional Section: tex Installed-Size: 45855 Maintainer: Debian TeX maintainers Architecture: all Version: 2012.05.30.20120611-1.6.201403180626 Replaces: texlive-context Provides: texlive-context Depends: ruby, texlive-binaries, texlive-base (>= 2011), texlive-metapost (>= 2009), lmodern (>= 2), tex-gyre, dpkg (>= 1.14.18), tex-common (>= 3), luatex (>= 0.70.1.20120524) Recommends: fonts-gfs-artemisia | ttf-gfs-artemisia, fonts-gfs-baskerville | ttf-gfs-baskerville, fonts-gfs-bodoni-classic | ttf-gfs-bodoni-classic, fonts-gfs-didot-classic | ttf-gfs-didot-classic, fonts-gfs-didot | ttf-gfs-didot, fonts-gfs-olga | ttf-gfs-olga, fonts-gfs-porson | ttf-gfs-porson, fonts-gfs-gazis | ttf-gfs-gazis, fonts-gfs-neohellenic | ttf-gfs-neohellenic, fonts-gfs-solomos | ttf-gfs-solomos, fonts-gfs-theokritos | ttf-gfs-theokritos, fonts-freefont | ttf-freefont, fonts-sil-gentium | ttf-sil-gentium, context-modules Suggests: perl-tk, libxml-parser-perl, fontforge, context-nonfree, context-doc-nonfree Conflicts: tetex-bin (<< 2007), texlive-context, texlive-xetex (<< 2009) Filename: 4.0-0/all/context_2012.05.30.20120611-1.6.201403180626_all.deb Size: 18739210 MD5sum: 0f937f7b3d1549f174c59ec7bd15d6b9 SHA1: 2256cc855c28fb7ae16363b694dd79a4e8fb85f6 SHA256: 759d9c18e280ad0032b660fe6e91d22ddf7a21d9dd8e6b0e0f945ca166862c7e Description: powerful TeX format ConTeXt is a document-production system based, like LaTeX, on the TeX typesetting system. Whereas LaTeX insulates the writer from typographical details, ConTeXt takes a complementary approach by providing structured interfaces for handling typography, including extensive support for colors, backgrounds, hyperlinks, presentations, figure-text integration, and conditional compilation. It gives the user extensive control over formatting while making it easy to create new layouts and styles without learning the TeX macro language. ConTeXt's unified design averts the package clashes that can happen with LaTeX. . ConTeXt also integrates MetaFun, a superset of MetaPost and a powerful system for vector graphics. MetaFun can be used as a stand-alone system to produce figures, but its strength lies in enhancing ConTeXt documents with accurate graphic elements. . ConTeXt allows the users to specify formatting commands in English, Dutch, German, French, or Italian, and to use different typesetting engines (PDFTeX, XeTeX, Aleph, and soon LuaTeX) without changing the user interface. ConTeXt is developed rapidly, often in response to requests from the friendly user community. Package: controlaula Priority: optional Section: admin Installed-Size: 2014 Maintainer: José L. Redrejo Rodríguez Architecture: all Version: 1.8.0-3.4.201403180633 Depends: python (>= 2.6), python-support (>= 0.90.0), python-avahi, python-gtk2, python-gobject, python-notify, python-openssl, python-simplejson, python-twisted-web, python-xlib, avahi-daemon, xvnc4viewer | xtightvncviewer, vlc (>= 1.0.2), libdvdplay0 | libdvdnav4, x11vnc (>= 0.8.2), ifupdown, iptables, libjs-jquery (>= 1.4.2) Recommends: cups-client, ethtool Suggests: libdvdcss2 Conflicts: ltsp-controlaula Filename: 4.0-0/all/controlaula_1.8.0-3.4.201403180633_all.deb Size: 688018 MD5sum: f3eb0f76e196620d9636aa271a1d1bc4 SHA1: e95812ed7cc16f5ca1b41d0aa50da0a4b5a31a5d SHA256: 920280ab9adc4c3b2d16dbebbc31a831f749918ede5d9b06e4a241b5cb7ba953 Description: classroom management tool ControlAula assists teachers in the management of a classroom with computers on the students' desktops. It also gives the students tools to share files, work in groups, and send messages to the teacher or to classmates. . This version is designed to be set up on the teacher's PC and the students' workstations (compare the package ltsp-controlaula). Homepage: http://controlaula.sourceforge.net Package: convertall Priority: optional Section: x11 Installed-Size: 209 Maintainer: William Grant Architecture: all Version: 0.4.2-1.4.201403180636 Depends: python (>= 2.4), python-support (>= 0.90.0), python-qt4 Filename: 4.0-0/all/convertall_0.4.2-1.4.201403180636_all.deb Size: 51960 MD5sum: eecd70026bd3a792e13c5a4011322cd3 SHA1: 3a01a6758b4a18a67b788f1563d011badbd78767 SHA256: bab2b1b7cd9733c018ead81a3013624b815a806667f5b0ac987b63a58c073c2d Description: very flexible unit converter With ConvertAll, you can convert any unit in the large database to any other compatible unit. If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. Homepage: http://convertall.bellz.org/ Package: cook-doc Priority: extra Section: doc Installed-Size: 665 Maintainer: Walter Franzini Architecture: all Source: cook Version: 2.33-1.4.201403180644 Recommends: doc-base Suggests: cook Filename: 4.0-0/all/cook-doc_2.33-1.4.201403180644_all.deb Size: 653332 MD5sum: be3c68247d71483c3b6ad19415aa9fa2 SHA1: f407eee4fa49c6978343d204efcc81f539d79707 SHA256: fe1fb2cdcde102a760acd19bb90a57ff50a6d224f5f250346069950621d10ecc Description: Documentation for cook Cook is a very powerful and very easy to use replacement for make. Through the use of Cook's powerful description language, and its many built in functions, sophisticated build can be easily accomplished. . Cook supports file fingerprints to speed build times, and also supports parallel builds over a network without requiring contorted build rules. Homepage: http://miller.emu.id.au/pmiller/software/cook/ Package: coop-computing-tools-doc Priority: extra Section: doc Installed-Size: 2581 Maintainer: NeuroDebian Team Architecture: all Source: cctools Version: 3.5.1-2.2.201403160807 Depends: libjs-jquery Filename: 4.0-0/all/coop-computing-tools-doc_3.5.1-2.2.201403160807_all.deb Size: 370772 MD5sum: ba2d269cb18cd1879188775c3328bafd SHA1: 1b2b7b9220824dec9e47ccba57a5a55671e2037a SHA256: ec433a8d76888ccd0465ba5de2324e6448a2b63a0f413114450b3c980cd9f8ea Description: documentation for coop-computing-tools These tools are a collection of software that help users to share resources in a complex, heterogeneous, and unreliable computing environment. . This package provides the documentation (manual and API reference) in HTML format. Homepage: http://nd.edu/~ccl/software/ Package: copyright-update Priority: optional Section: devel Installed-Size: 65 Maintainer: Jari Aalto Architecture: all Version: 2010.0307+git23ecad8-2.5.201403181047 Depends: perl Filename: 4.0-0/all/copyright-update_2010.0307+git23ecad8-2.5.201403181047_all.deb Size: 14658 MD5sum: 84161277d7321b54b24397f2cae4c644 SHA1: e5daaa66f10d86f82103c65f4beee162d8b4a9e7 SHA256: 6375bbc09107b63aafd5ba1929982ea0aff36a04a22e35dc32db43a4662e83ff Description: update copyright information in files Update the copyright information in set of files, possibly recursively, matching content criteria. The updating affects copyright year, GPL address information etc. Homepage: http://freshmeat.net/projects/copyright-update Package: coq-theories Priority: optional Section: math Installed-Size: 189319 Maintainer: Debian OCaml Maintainers Architecture: all Source: coq Version: 8.3.pl4+dfsg-2.10.201403181003 Replaces: coq-libs (<< 8.2.pl1) Depends: coq-8.3pl4+3.12.1 Recommends: coq (>= 8.0) Breaks: coq-doc (<= 8.0pl1.0-2), coq-libs (<< 8.2.pl1) Filename: 4.0-0/all/coq-theories_8.3.pl4+dfsg-2.10.201403181003_all.deb Size: 54397218 MD5sum: 740e0f796461902dbf67ca4477e6d899 SHA1: 8c06c8d5c2901b219b3f10e78838a320cf562c5c SHA256: 98178a4057dcf04b6173b1c0843c4787c45f3d30d8c83e31a45d73a7b16b9322 Description: proof assistant for higher-order logic (theories) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides existing theories that new proofs can be based upon, including theories of arithmetic and Boolean values. Homepage: http://coq.inria.fr/ Package: cortado Priority: optional Section: utils Installed-Size: 56 Maintainer: Debian Java Maintainers Architecture: all Version: 0.6.0-1.5.201403180711 Depends: apache2-mpm-worker | apache2 | httpd, ucf, libcortado-java (= 0.6.0-1.5.201403180711) Filename: 4.0-0/all/cortado_0.6.0-1.5.201403180711_all.deb Size: 25982 MD5sum: 1e6d66308e64eca3e0c6bb72d064372c SHA1: 1bccc716e0694c33774e8f3565c154d2b626dec6 SHA256: 88db82fd5859b84ddac4ab096828e9ce6f697baa7e5ac314034f6f05937cf3c5 Description: streaming applet for Ogg formats By embedding the cortado applet in your website, you can give viewers access to streams from either the Flumotion streaming server or any HTTP server providing multimedia files without the need for a locally installed media player supporting the correct formats on the visitor's computer. Cortado currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis library), Mulaw audio, MJPEG and Flumotion's Smoke codec. . The package will automatically be configured for apache2 but can be used with any other HTTP server. Some HTML files are included as examples of how to use the applet. Homepage: http://theora.org/cortado/ Package: courier-doc Priority: optional Section: doc Installed-Size: 1400 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: courier Version: 0.68.2-1.21.201403180730 Filename: 4.0-0/all/courier-doc_0.68.2-1.21.201403180730_all.deb Size: 387060 MD5sum: c6275901816ba324726b548240133c20 SHA1: c2366b2fa3d234aae91c61b38a423ec2ae702ff1 SHA256: f6afa2d3ee3fd5ceb02ccd3a6ed8c304c2db49b0c0656621c414b6635c39612d Description: Courier mail server - additional documentation The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. . This package contains additional documentation for Courier. Homepage: http://www.courier-mta.org/ Package: courier-filter-perl Priority: optional Section: mail Installed-Size: 342 Maintainer: Debian Perl Group Architecture: all Version: 0.200.ds-1.7.201411031057 Depends: perl, courier-mta, liberror-perl Recommends: libarchive-zip-perl, libclamav-client-perl, libio-stringy-perl, libmail-spamassassin-perl, libmail-spf-perl, libmime-tools-perl, libnet-rblclient-perl Suggests: libnet-address-ip-local-perl Filename: 4.0-0/all/courier-filter-perl_0.200.ds-1.7.201411031057_all.deb Size: 136622 MD5sum: 10fb97bd3f56fdc219f8149e35d2c3db SHA1: c999384212de41887c3350be7d44a59c0096db40 SHA256: d06c6c0c1d99a3bb4701a4bfbf9eb9e1c99c476de613441616a9345452b6b0b7 Description: purely Perl-based mail filter framework for the Courier MTA Courier::Filter implements the Courier MTA's courierfilter interface as a framework for mail filter modules. Authors of filter modules can concentrate on writing the actual filter logic without having to care about the usual low-level details of the courierfilter interface. Logging to various facilities is also supported. . Courier::Filter allows multiple filter modules to be installed in stacked and hierarchically grouped configurations. Also, modules' polarity can be reversed, so some modules can be used for explicitly accepting messages while others are used in the traditional way for rejecting messages. . The following filter modules are included: * BlankBody: matching of blank bodies (a stupid spammer symptom) * DNSBL: matching of calling MTA's IP address against DNS black-lists * SPF: authentication of sender addresses in inbound messages * SPFout: authentication of sender addresses in outbound messages * Envelope: matching of RFC 2821 message envelope fields * Header: matching of RFC 2822 message header fields * FakeDate: detection of implausible and malformed date header fields * ClamAVd: malware detection using the ClamAV scanner * SpamAssassin: spam detection using SpamAssassin * Parts: matching of MIME parts and ZIP archive contents * SendCopy: sending message copies to additional recipients Homepage: http://search.cpan.org/dist/Courier-Filter/ Package: couriergraph Priority: extra Section: admin Installed-Size: 107 Maintainer: Jose Luis Tallon Architecture: all Version: 0.25-4.3.4.201403180752 Depends: libfile-tail-perl, librrds-perl (>= 1.2) Pre-Depends: debconf (>= 1.1) | debconf-2.0 Recommends: apache2 | httpd, courier-pop, courier-imap Filename: 4.0-0/all/couriergraph_0.25-4.3.4.201403180752_all.deb Size: 21296 MD5sum: b388716947ed4f4df9fc1372eb8b19fb SHA1: a81cd3757014851ec6ff7c2c234f59e876a00ca8 SHA256: 7d02ac912663e1e1b4a27b70538c70959aa565dffc1817b1ab2d10f493422616 Description: Mail statistics RRDtool frontend for Courier-{POP,IMAP} Couriergraph is a very simple mail statistics RRDtool frontend for Courier-POP & Courier-IMAP that produces daily, weekly, monthly and yearly graphs of mail server's activity (logins, traffic, etc). Package: covered-doc Priority: optional Section: doc Installed-Size: 2408 Maintainer: Debian Electronics Team Architecture: all Source: covered Version: 0.7.10-1.4.201403180801 Filename: 4.0-0/all/covered-doc_0.7.10-1.4.201403180801_all.deb Size: 1830102 MD5sum: a5e67d5c5f03c784bc0b94335e46d262 SHA1: f5c61db62fb33bf9926b8ddd815271827e39a834 SHA256: 05a92f0aa58dcec3d7dafa3821fb8f975728ee3ff2768849e13963c5aeab1fd5 Description: Verilog code coverage analysis tool - documentation Covered is a Verilog code coverage utility that reads in a Verilog design and a generated VCD/LXT dumpfile from that design and generates a coverage file that can be merged with other coverage files or used to create a coverage report. Covered also contains the GUI coverage report utility that reads in a coverage file to allow interactive coverage discovery. Areas of coverage measured by Covered are: line, toggle, memory, combinational logic, FSM state/state-transition and assertion coverage. . This package contains the documentation. Homepage: http://covered.sourceforge.net/ Package: cp2k-data Priority: optional Section: science Installed-Size: 25125 Maintainer: Debichem Team Architecture: all Source: cp2k Version: 2.2.426-8.2.201403180818 Filename: 4.0-0/all/cp2k-data_2.2.426-8.2.201403180818_all.deb Size: 9358814 MD5sum: b35eb6108829d06487987d174924efd2 SHA1: ffff90c302cf12a4f6c7bcc628de3a6c1cbc5ea4 SHA256: d2cd7a39aacf6ebccfdb5d748e21848e805d7056fe5cfedfd3241130906af60f Description: Ab Initio Molecular Dynamics (data files) CP2K is a program to perform simulations of solid state, liquid, molecular and biological systems. It is especially aimed at massively parallel and linear scaling electronic structure methods and state-of-the-art ab-inito molecular dynamics (AIMD) simulations. . This package contains basis sets, pseudo-potentials and force-field parameters. Homepage: http://www.cp2k.org Package: cpan-listchanges Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.2.201403180843 Depends: perl, libalgorithm-diff-perl, libcpan-distnameinfo-perl, libmodule-metadata-perl, libtry-tiny-perl, libwww-perl, libyaml-perl Filename: 4.0-0/all/cpan-listchanges_0.05-1.2.201403180843_all.deb Size: 9076 MD5sum: cc42768f07fdafe50d98d784f80e4dfa SHA1: 1af0a7943317381ef545866699a4309e9db64ba3 SHA256: 9788d8cc18d22e34f8f2f23533030385007f94c4cd05c4b7c32a3172936940c9 Description: package change history notification tool cpan-listchanges is a command-line application that compares the Changes file between arbitrary versions of a package. It is similar to apt-listchanges, and by default, it compares the currently installed version with the latest one available on CPAN. Homepage: http://search.cpan.org/dist/cpan-listchanges/ Package: cpanminus Priority: optional Section: perl Installed-Size: 155 Maintainer: Debian Perl Group Architecture: all Version: 1.5015-1.2.201403180847 Depends: perl, curl | wget | perl (>= 5.14) | libhttp-tiny-perl, libcpan-distnameinfo-perl, liblocal-lib-perl, libtry-tiny-perl, perl (>= 5.10.1) | libextutils-install-perl, perl (>= 5.10.1) | libparse-cpan-meta-perl, perl (>= 5.14) | libjson-pp-perl, perl (>= 5.14) | libmodule-metadata-perl Filename: 4.0-0/all/cpanminus_1.5015-1.2.201403180847_all.deb Size: 51946 MD5sum: 276d479d2ebdc5535d750c71c09f270f SHA1: 871428b0d37dfd8080781a8de5bd4bac13bf5f5f SHA256: 18ca113bde1d2c64a17f825eef6c85c4ed86f532c9c234b31b6fc6cb0ccd2989 Description: script to get, unpack, build and install modules from CPAN cpanminus provides a command-line (non interactive) interface to automatically download, build and install Perl modules from CPAN. . It requires zero configuration, and stands alone. It also has a very low memory footprint compared to similar software: when running, it requires only 10MB of RAM. . It installs to wherever ExtUtils::MakeMaker and Module::Build are configured to. So if you're using local::lib, then it installs to your local perl5 directory. Otherwise it installs to the siteperl directory. . cpanminus at a boot time checks whether you have configured local::lib, or have the permission to install modules to the sitelib directory. If neither, it automatically sets up local::lib compatible installation path in a perl5 directory under your home directory. Homepage: http://search.cpan.org/dist/App-cpanminus/ Package: cpio-win32 Priority: extra Section: utils Installed-Size: 185 Maintainer: Ruben Molina Architecture: all Source: cpio Version: 2.11+dfsg-0.1.21.201403180852 Suggests: wine Filename: 4.0-0/all/cpio-win32_2.11+dfsg-0.1.21.201403180852_all.deb Size: 74044 MD5sum: 6cf78bcfbef03a246ecf5b330798d569 SHA1: faf928d38b13d5e314c6bd45d004042e1280af19 SHA256: c267791e6ce699af407b774e3589e9fa9e3f29629adaa76940ce859fb8adde06 Description: GNU cpio -- a program to manage archives of files (win32 build) GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. . This is a win32 version of cpio. It's meant to be used by the win32-loader component of Debian-Installer. Homepage: http://www.gnu.org/software/cpio/ Package: cplay Priority: optional Section: sound Installed-Size: 179 Maintainer: Peter Samuelson Architecture: all Version: 1.49-10.4.201403180910 Depends: python Recommends: vorbis-tools, python-pyvorbis Suggests: mpg321 | madplay | splay | mpg123, speex, mikmod, xmp, sox, python-id3 (>= 1.2-1) Conflicts: madplay (<< 0.15) Filename: 4.0-0/all/cplay_1.49-10.4.201403180910_all.deb Size: 40678 MD5sum: bc0096247a0752ddbe66927fd71bf293 SHA1: 842ae41f12480bfa193ef9ac4a04eaa26db8440c SHA256: a0774766b40f53147ef1d24a33a025525d3ebb861bca4ec8c04f3cc3b9e4c49b Description: A front-end for various audio players cplay provides a user-friendly interface to play various types of sound files. It offers a simple file list with which you can navigate around looking for audio files and a playlist to which you can add the files you want to play. cplay can play the songs in your playlist in repeat or random mode, and offers the option to store the playlist. . Currently, the following audio formats are supported: MP3 (through madplay, mpg321 or splay), Ogg Vorbis (through ogg123), MOD and other module formats (through mikmod or xmp), WAV (through sox) and Speex (through speex). Package: cppo Priority: optional Section: ocaml Installed-Size: 277 Maintainer: Debian OCaml Maintainers Architecture: all Version: 0.9.2-1.2.201403180936 Depends: ocaml-base-nox-3.12.1 Filename: 4.0-0/all/cppo_0.9.2-1.2.201403180936_all.deb Size: 54454 MD5sum: 3a59598f73dec2fc02d2a020bf955255 SHA1: 22b25d26426464824466df09261fd5d67452c135 SHA256: 2ffa4d5362fedb23ead43d59b84fb715a2e3e05124a2c66ec2421873a010375b Description: cpp for OCaml Cppo is an OCaml-friendly implementation of cpp, the C preprocessor. It can replace camlp4 for preprocessing OCaml files, using cpp style and syntax. It allows defining simple macros and file inclusion. Homepage: http://martin.jambon.free.fr/cppo.html Package: cpputest Priority: optional Section: devel Installed-Size: 258 Maintainer: Raphaël Hertzog Architecture: all Version: 3.1-2.2.201403181004 Depends: libcpputest-dev Suggests: ruby | ruby-interpreter Filename: 4.0-0/all/cpputest_3.1-2.2.201403181004_all.deb Size: 35452 MD5sum: 01a95d8a507c3a1c557d5cfc610543e3 SHA1: a625ed7485011531be83405ff898afc143164353 SHA256: 5581f81d50b5273269bb4d4e50ccc37918c1302352a330d19e78db27cb5f9e4e Description: C/C++ based unit test framework — main package CppUTest is a C/C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. . CppUTest has a couple design principles: * Simple to use and small * Portable to old and new platforms . CppUTest also has support for building mocks and can be used by practitioners of Test Driven Development. . This is the main package. It contains some examples, support scripts and depends on libcpputest-dev which provides the test framework itself. Multi-Arch: foreign Homepage: http://www.cpputest.org Package: cpuset Priority: optional Section: python Installed-Size: 352 Maintainer: Roberto C. Sanchez Architecture: all Version: 1.5.6-2.2.201403181029 Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0) Filename: 4.0-0/all/cpuset_1.5.6-2.2.201403181029_all.deb Size: 104248 MD5sum: 21aa745b813d798d76ee90060b2d8e4d SHA1: 239d9c57321979a9c8bb2dd31b034344cb21f67b SHA256: c79ea3f66eee1e9b3ccf6c6e4353bfa265e44cd3204991c066cfa7d51d895d27 Description: Allows manipluation of cpusets and provides higher level fun Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier. The actual included command is called cset and it allows manipulation of cpusets on the system and provides higher level functions such as implementation and control of a basic CPU shielding setup. Python-Version: 2.7 Package: crack-common Priority: optional Section: admin Installed-Size: 7375 Maintainer: Pawel Wiecek Architecture: all Source: crack Version: 5.0a-9.3.6.201403190955 Replaces: crack (<< 5.0a-9.2) Depends: make Recommends: wordlist Breaks: crack (<< 5.0a-9.2) Filename: 4.0-0/all/crack-common_5.0a-9.3.6.201403190955_all.deb Size: 2866602 MD5sum: 518b77021f21843a2653f05a6ae1ef35 SHA1: f9f4ab1b3efd9f11b7f061364ef07f466bbfa203 SHA256: 775023a1048fe117bfcd6f4bf8c6683ebc9cb9812c1f877f8b6070ad3b549c87 Description: Password guessing program Crack is program designed to quickly locate vulnerabilities in Unix (or other) password files by scanning the contents of a password file, looking for users who have misguidedly chosen a weak login password. . This package provides the common files for the crypt() and MD5 versions. Package: cream Priority: optional Section: editors Installed-Size: 2156 Maintainer: Jeroen Schot Architecture: all Version: 0.43-3.4.201403181342 Depends: ucf, gvim Filename: 4.0-0/all/cream_0.43-3.4.201403181342_all.deb Size: 760760 MD5sum: d257b58ec83975708186be9a6cab2d04 SHA1: 8c42c22801d488bcc9f2381da29011f2b1e88b33 SHA256: 92bfb1a8eb7bacb964a7595a6496c8bc3dfc2efd83138b73e15c66590dcd0c82 Description: VIM macros that make the VIM easier to use for beginners Cream's motto is "Cream makes the powerful Vim text editor easy!". It brings a completely different look and feel to the VIM for those who are used to more intuitive editors while still preserving the more powerful features of VIM. It features pull-down menus, color themes, bookmarking, auto spellcheck and more. It leaves the default VIM untouched and is started by running 'cream'. Homepage: http://cream.sf.net Package: create-resources Priority: extra Section: graphics Installed-Size: 9143 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 0.1.3-4.4.201403181344 Filename: 4.0-0/all/create-resources_0.1.3-4.4.201403181344_all.deb Size: 3431376 MD5sum: 609da8c7a5b54f351277d4af43e8ef45 SHA1: 3cc3450c041ec47e5864994aabb1c17c603291a9 SHA256: ce79e4dd1ccecd7c79a5fbbeaccd9bf0dda298379c82c7c15d1d0aa7efea9195 Description: shared resources for use by creative applications The Create Project provides shared resources for use by creative applications such as Blender, CinePaint, the GIMP, Inkscape, and Scribus. . The package includes brushes, color swatches files, gradients, etc. , so that the user doesn't need to install all of these resources separately for each and every application that can read such data. Homepage: http://create.freedesktop.org/ Package: createrepo Priority: optional Section: admin Installed-Size: 123 Maintainer: Adam Cécile (Le_Vert) Architecture: all Version: 0.4.11-1.4.201403181349 Depends: python (>= 2.3), python-support (>= 0.90.0), python-rpm, rpm (>= 4.1.1), python-libxml2, python-sqlitecachec Filename: 4.0-0/all/createrepo_0.4.11-1.4.201403181349_all.deb Size: 26934 MD5sum: b78c2e2a2e7ea623dfce6881388384cd SHA1: 1dbcdd4f66ba232457a694a2ccceb85dd1cdba53 SHA256: 244484589b2313479559ac84355e0b917a19008bc1b22d979082c03c830e116e Description: generates the metadata necessary for a RPM package repository This tool will generates all XML metadata required by a RPM (Redhat Package Manager) package repository. . This repository format is supported by apt, red-carpet(zen), smart, up2date, Yast and yum. Homepage: http://linux.duke.edu/projects/metadata/ Package: creepy Priority: extra Section: python Installed-Size: 341 Maintainer: Daniel Echeverry Architecture: all Version: 0.1.94-1.2.201403181352 Depends: python (>= 2.6.6-7~), python-simplejson, python-flickrapi, python-osmgpsmap (>= 0.7), python-beautifulsoup, python-pyexiv2, python-configobj, python-tweepy Filename: 4.0-0/all/creepy_0.1.94-1.2.201403181352_all.deb Size: 209804 MD5sum: 2086e0700f3e60f04cfbbe01fb823509 SHA1: 520216cd07b2e7680543aa930121e60c3d9400ea SHA256: 4d30161bf71ad7bb6b58d5f0b084d4220fe2c556f34b20e3aecceb641bfa885a Description: geolocation information aggregator creepy is an application that allows you to gather geolocation related information about users from social networking platforms and image hosting services. The information is presented in a map embedded in the application where all the retrieved data is shown accompanied with relevant information (i.e. what was posted from that specific location) to provide context to the presentation. Homepage: http://ilektrojohn.github.com/creepy Package: crip Priority: optional Section: sound Installed-Size: 151 Maintainer: Ryan Niebur Architecture: all Version: 3.9-1.4.201403181402 Depends: perl, cdparanoia, libcddb-get-perl, vorbis-tools, vorbisgain, flac (>= 1.1.1), sox Filename: 4.0-0/all/crip_3.9-1.4.201403181402_all.deb Size: 47174 MD5sum: 3af2037c4f87f5f8444bd6a8449a1f4f SHA1: e875fbb488925b4f989498816a41a59ef5120669 SHA256: 0eb123f043bb7c825a4a4173428bb24ecd058b21501c81e83182292b9bcee0c1 Description: terminal-based ripper/encoder/tagger tool crip creates Ogg Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle and yet still have flexibility and full control over everything. Current versions of crip only support Ogg Vorbis and FLAC. . This script is special because it is capable of doing group vorbisgain/replaygain and/or normalization (adjust the volume to be as loud as possible without clipping/distortion) and group labelling/tagging, which makes it easy to allow a group of tracks to be treated as one piece. It can also trim off the silence at the beginning and end of these tracks/groups. Homepage: http://bach.dynet.com/crip/ Package: cron-apt Priority: optional Section: admin Installed-Size: 165 Maintainer: Ola Lundqvist Architecture: all Version: 0.9.1.4.201403181421 Depends: apt Recommends: liblockfile1, mailx, cron Filename: 4.0-0/all/cron-apt_0.9.1.4.201403181421_all.deb Size: 26828 MD5sum: e84950bb05ab4a252ad76aa0ca34f17f SHA1: 949bdeb39ba19e5f5b194769c6e0cae2a90b1ed6 SHA256: faeb0c3abfe7c8c4c561375b1d5a1bc3aa6eb07f0a71066f7296f87d48621dcc Description: automatic update of packages using apt-get Contains a tool that is run by a cron job at regular intervals. By default it just updates the package list and downloads new packages without installing. You can instruct it to run anything that you can do with apt-get (or aptitude). . It can optionally send mail to the system administrator on errors, log to syslog or a separate log file. . Observe that this tool may be a security risk, so you should not set it to do more than necessary. Automatic upgrade of all packages is NOT recommended unless you are in full control of the package repository. Package: cron-deja-vu Priority: extra Section: mail Installed-Size: 48 Maintainer: Florian Reitmeir Architecture: all Version: 0.4-5.2.201403181423 Depends: python (>= 2.6), python-gdbm Filename: 4.0-0/all/cron-deja-vu_0.4-5.2.201403181423_all.deb Size: 5772 MD5sum: e42ccea42a212bd6b025f6199e635855 SHA1: 9e6f5a737af77299cdaf830af1d818b3ecbb6903 SHA256: bf5440cd9901a512a5b59fe53c7375c2063bc08fe6d196ac6fc0e05729486448 Description: filter for recurring cron mails It filters unwanted recurring cron emails, is trained using a MailDir folder, and intended for usage with procmail. Traditional spam filters are less suitable for cron emails as these are based on probabilities and keywords. This filter applies rules to cron email to unify and filter it. E.g. All numbers are unified, or dates, one can define custom rules as regular expressions. The filter can be seen as a dynamic logcheck. Homepage: https://code.google.com/p/cron-deja-vu/ Package: cronometer Priority: optional Section: java Installed-Size: 7391 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.9-2.2.201403181431 Depends: default-jre | java6-runtime | java7-runtime, jarwrapper (>= 0.5), libjcommon-java, libjfreechart-java, libswingx-java Filename: 4.0-0/all/cronometer_0.9.9-2.2.201403181431_all.deb Size: 6650530 MD5sum: dfb179f858a0cc8bf4b15b99cf81cb4b SHA1: 5f56f3e9d14f393d5bb03bc7f58011dd885e9ff4 SHA256: 269a49ad4337a8ff462a8ffd89c30deea5e76a4b78d8b20f71867c44d7b960fe Description: Exercise and nutrient intake tracker Easy to use daily nutrient intake tracker that includes nutritional information on over 8000 foods. User can create, import and export custom foods and recipes as well as set personal targets for each nutrient. CRON-O-Meter can also track and chart your biometrics (weight, blood pressure, temperature, etc) and generate detailed reports on your nutritional intake. Homepage: http://cronometer.com/download/ Package: crosshurd Priority: extra Section: misc Installed-Size: 96 Maintainer: GNU Hurd Maintainers Architecture: all Version: 1.7.44.4.201403181441 Depends: dialog, dpkg-dev Recommends: attr Filename: 4.0-0/all/crosshurd_1.7.44.4.201403181441_all.deb Size: 21996 MD5sum: f7b1f318d8ce93d1726045dd0b612e96 SHA1: a1571657a4bfb3c712fcbbb03c73fff50a9f452e SHA256: 317e71916e6b2a233ba12270c390b8063b94d148f8f48f935edd48a59d09e84f Description: Install a Debian system crosshurd uses apt and a bit of black magic to setup a functional Debian system. It supports the following target systems: - linux-gnu (GNU/Linux) - gnu (GNU/Hurd) - kfreebsd-gnu (GNU/kFreeBSD) Package: crypt++el Priority: extra Section: editors Installed-Size: 189 Maintainer: Mario Lang Architecture: all Version: 2.94-1.4.201403181503 Depends: emacs21 | emacsen Suggests: mailcrypt Filename: 4.0-0/all/crypt++el_2.94-1.4.201403181503_all.deb Size: 39684 MD5sum: 696c2a76eeb7f79cba74cf4a074cea6c SHA1: 6894295593526cdeb4218f1027ebfde19465d674 SHA256: 9f199619f166dbae3ecc01cba163590b3fefdce6b9f8031ab876e1910d111808 Description: Emacs-Lisp Code for handling compressed and encrypted files Code for handling all sorts of compressed and encrypted files like: .gz, .tar.gz, .Z, .zip, PGP etc. Package: crystalcursors Priority: optional Section: x11 Installed-Size: 2169 Maintainer: Magnus Holmgren Architecture: all Version: 1.1.1-13.4.201403181531 Filename: 4.0-0/all/crystalcursors_1.1.1-13.4.201403181531_all.deb Size: 262786 MD5sum: 78cb2d68282f8a47a97cf5367893b85b SHA1: 3b0d8f598d8e7f7fd70ab6fcdaf42a49fcaf1a99 SHA256: 6f7cec9f666083fc6fee14920a2d1a5dd2cfbceca19248d4872975dc2ff209a6 Description: X11 mouse theme with the crystal look&feel This package contains "Crystal" style mouse cursor themes in four colours (blue, green, white, and grey) as well as green and blue "classic", wherein certain cursors (e.g. the "hand" cursor) are white instead of coloured. . For Each of the above colours there are both right and left handed versions as well as animated and non-animated ones (except for the "classic" themes, which are all animated), for a total of 20 combinations. . Note: Please read /usr/share/doc/crystalcursors/README.Debian to learn how to change the default cursor theme system-wide. Homepage: http://www.kde-look.org/content/show.php?content=6240 Package: cscope-el Priority: optional Section: devel Installed-Size: 158 Maintainer: Tobias Klauser Architecture: all Source: cscope Version: 15.7a-3.6.5.201403181541 Depends: cscope (>= 15.7a-3.6.5.201403181541), emacs23 | emacsen Filename: 4.0-0/all/cscope-el_15.7a-3.6.5.201403181541_all.deb Size: 38626 MD5sum: b5e07d76e01598e45ed4830a58cb9524 SHA1: 1720288f1e240618c6f82645cfa6426a5626e315 SHA256: 273019955d4ebf14d2b2aa5df99263d7f1a109b43a3af3e4997bf5df8e4af46e Description: Interactively examine a C program source, cscope emacs binding Cscope is a program that generates index tables from C and C++ source files. It is also a client program that knows how to use the generated index tables to answer questions such as where is a symbol defined, where is a symbol referenced, etc. . cscope-el contains the Emacs interfaces to cscope; Darryl Okahata's xcscope.el, See http://www.emacswiki.org/emacs/CScopeAndEmacs Homepage: http://cscope.sourceforge.net Package: csound-data Priority: optional Section: sound Installed-Size: 2134 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound Version: 1:5.17.11~dfsg-3.17.201403181555 Breaks: csound (<< 1:5.13.0~dfsg-4) Filename: 4.0-0/all/csound-data_5.17.11~dfsg-3.17.201403181555_all.deb Size: 1695610 MD5sum: 540630c9c57ebedc2bfcd00e79781e12 SHA1: 82c3f5949dd0e8375f699edc06b7bd2f901bb0ea SHA256: 128e1eddaf911a1882f9473754502f54f6b3c334b2a0fb0797fc4e206a6c1698 Description: data files used by the csound library This package includes the architecture-independent data files used by the csound library or plugins. . For more information on Csound see the csound package. Homepage: http://www.csounds.com Package: csound-doc Priority: optional Section: doc Installed-Size: 17307 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound-manual Version: 1:5.13~dfsg-1.4.201403181612 Suggests: csound Filename: 4.0-0/all/csound-doc_5.13~dfsg-1.4.201403181612_all.deb Size: 6245700 MD5sum: 0045984a6e8da08ce4dfbd52af315439 SHA1: 55ca0029e0fbc0dc6b66da37ab08bcfb9dbf5a0c SHA256: 710875f4efad3aed43364eecc261170c0d3e57029e55df127544c5ca35dbe99a Description: documentation for csound This package includes the csound reference manual. . For more information on csound, see the csound package. Homepage: http://www.csounds.com Package: csound-manpages Priority: extra Section: doc Installed-Size: 124 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound-manual Version: 1:5.13~dfsg-1.4.201403181612 Suggests: csound, csound-utils Filename: 4.0-0/all/csound-manpages_5.13~dfsg-1.4.201403181612_all.deb Size: 94108 MD5sum: 9874857614be765fb9ce3963a9298903 SHA1: cfa1e060db00cfe907bb7db0db6d1c17a1440c09 SHA256: 11bfe1c85dbd2cb3bbf919b193ec5b7b60c7ba05b5b889427efe804b1ebea1a1 Description: manual pages for csound This package contains the manpages for several csound programs. . For more information on csound, see the csound package. Homepage: http://www.csounds.com Package: css-mode Priority: extra Section: editors Installed-Size: 96 Maintainer: Chris Lawrence Architecture: all Version: 0.11-7.4.201403181618 Depends: emacs22 | emacsen, emacsen-common (>= 1.4.14) Recommends: html-helper-mode Filename: 4.0-0/all/css-mode_0.11-7.4.201403181618_all.deb Size: 10960 MD5sum: 0b8e433547e47b89c3d653cd868fc5e8 SHA1: 4152bbd65cd312ff17d3ef058db89b65e3e18805 SHA256: a3587f35a2c193769edf41f4d604528d21fb4afb44f08a106f562bfe28f3c755 Description: A Cascading Style Sheets (CSS) editing mode for Emacs This is a simple Emacs mode for editing CSS style sheets. It adds font-locking and some basic auto-indentation support to Emacs. It works with Emacs 19.34, but should also work with both older and newer versions as well as XEmacs. . While CSS has a C-like syntax, this mode does a better job than cc-mode of handling the features of the CSS language. It supports both CSS Level 1 and Level 2. Homepage: http://www.garshol.priv.no/download/software/css-mode/ Package: cstocs Priority: optional Section: text Installed-Size: 154 Maintainer: Petr Cech Architecture: all Version: 1:3.42-2.4.201403181651 Replaces: cstools-vn Provides: cstools-vn Depends: perl, libdbd-xbase-perl Conflicts: cstools-vn Filename: 4.0-0/all/cstocs_3.42-2.4.201403181651_all.deb Size: 48284 MD5sum: 2d1817918543843ba5bad80980497867 SHA1: 0023c852e6b695c4221fc768fa88645642ed0021 SHA256: 97fa2ae604415c48c6bbc93b316b7da84075381056bf57319f3bb483694de5c2 Description: Recoding utility and Czech sorter This is a utility which allows you to re-encode files between various encodings and sort Czech data. Some main features: - Written in Perl, providing appropriate Perl modules. - Supported encodings: ASCII, ISO-8859-1, ISO-8859-2, Microsoft cp1250 and cp1252, Mac, MacCE, PC Latin 2, Koi8-CS and TeX Cork (T1). - You can create your own encoding definition files and use them for recoding to any other defined encoding. - Single to single or single to many chars recodings are supported. - Sophisticated sorting algorithm for Czech. Package: ctapi-dev Priority: extra Section: devel Installed-Size: 30 Maintainer: Simon Richter Architecture: all Source: ctapi Version: 1.1.4.201403181707 Replaces: libctapimkt0-dev (<< 1.0.1-2), libtowitoko-dev (<< 2.0.7-9) Filename: 4.0-0/all/ctapi-dev_1.1.4.201403181707_all.deb Size: 2252 MD5sum: 28f5aa52fa693ec23102c3ccae18dded SHA1: 6ee9e9c2410d9edd19a25593f35341a26c33f4c4 SHA256: b1ec80a3ef33032c5adea47c3e2bebb87c4193c7e00a3a118e2d90c0653db722 Description: Card Terminal (CT) API definition This package contains the definition for the CT-API, a standard for interfacing ISO/IEC 7816 compatible smartcards. . Unless you are writing drivers for a smartcard terminal, it is unlikely that you will need this package. Package: cthumb Priority: optional Section: web Installed-Size: 562 Maintainer: Michael Banck Architecture: all Version: 4.2-3.4.201403181720 Depends: perl, libwww-perl, libjpeg-progs, netpbm Suggests: imagemagick Filename: 4.0-0/all/cthumb_4.2-3.4.201403181720_all.deb Size: 330698 MD5sum: 1694f5ffb6fd6bb56fd4fe22fdc9a450 SHA1: 4377bc5193d922399ac303d80f50242b6c87379b SHA256: 5508f11de67995da71e0014662b1d0e9b83e8350c2a056cf15619cb35e4330f2 Description: A program to generate themable Web picture albums cthumb allows you to create themable web picture albums, i.e. collections of digital pictures, with small thumbnails of your pictures and with captions. In addition, it optionally allows you to have several views of the collection of pictures. An album is composed of a series of pages, each composed of a collection of pictures. For each page (and each picture), you can have several annotations per picture. cthumb will generate several versions of the page, for each annotation type. . You can customize almost everything in the way the albums look on the screen, from the size of the thumbnails to the background and foreground colors, the border colors, whether you want film-strips, etc. Package: ctioga2 Priority: optional Section: graphics Installed-Size: 680 Maintainer: Vincent Fourmond Architecture: all Version: 0.2-4.2.201403181724 Depends: ruby-tioga (>= 1.13), ruby | ruby-interpreter Filename: 4.0-0/all/ctioga2_0.2-4.2.201403181724_all.deb Size: 146776 MD5sum: 1fd9ac06156e43411ccae2f55172153d SHA1: 0969af5ae525ca3c84e40f40649974a6433dffaa SHA256: 38475df0e570d492020099b9b13c49b428c6c3439806cff297d99279f1d29760 Description: polymorphic plotting program ctioga2 is a plotting program in the spirit of gnuplot. It can be used either directly on command-line or writing command files (or a mix of both). It produces publication-quality PDF files. It is based on the Tioga plotting library. . ctioga2 is a full rewrite of ctioga and is meant to replace it completely in a not-so-distant future. Homepage: http://ctioga2.rubyforge.org Ruby-Versions: ruby1.8 ruby1.9.1 Package: ctn-doc Priority: extra Section: doc Installed-Size: 2313 Maintainer: Debian-Med Packaging Team Architecture: all Version: 3.0.6-3.4.201403181734 Suggests: ctn Filename: 4.0-0/all/ctn-doc_3.0.6-3.4.201403181734_all.deb Size: 1159632 MD5sum: 09338f79b27cd6a913aa9a038e6132d8 SHA1: a210d318bc6d3c95e06599ceaa7b284a312ed360 SHA256: 1344e7317e2fa487f1d16317d0ba37d8ffc6ffe55d124ec773931cbc3d973541 Description: Documentation for Central Test Node, a DICOM implementation DICOM is the standard for image storage, annotation, and networking. It is used widely for medical imaging. . This package includes the documentation files for the CTN library. Homepage: http://erl.wustl.edu/research/dicom/ctn.html Package: cucumber Priority: optional Section: ruby Installed-Size: 527 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.0.2-2.2.201403181813 Depends: ruby | ruby-interpreter, ruby-json, ruby-diff-lcs, ruby-gherkin, ruby-term-ansicolor, ruby-builder Suggests: ruby-prawn, ruby-nokogiri, rake Filename: 4.0-0/all/cucumber_1.0.2-2.2.201403181813_all.deb Size: 106172 MD5sum: 2c0ff8dd009c98a4b9a0d1bf5d9e3702 SHA1: 7cd4956e847ed53484045cda9edabbcb266b15ab SHA256: 28137ac473d0311f8bdcc46c7c0d15bc9aff621697685dbbeacecd94a3bbd1dd Description: acceptance testing framework Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. . Cucumber can generate HTML and PDF reports of the features it runs, for what packages ruby-nokogiri and ruby-prawn, respectively, must be installed. Homepage: http://cukes.info/ Ruby-Versions: ruby1.8 ruby1.9.1 Package: culmus-fancy Priority: optional Section: fonts Installed-Size: 481 Maintainer: Debian Hebrew Packaging Team Architecture: all Version: 0.0.20051018-3.4.201403181833 Depends: xfonts-utils Filename: 4.0-0/all/culmus-fancy_0.0.20051018-3.4.201403181833_all.deb Size: 242708 MD5sum: c639453cbfaf2c89a1b4a0d1afd4a2fa SHA1: 3af661311425cfadb1fc4cd5ec59e1c70f547405 SHA256: c0b0f97593aeb73bd2210f9fc3c24649fec998b2e3109b15bc6fbc05804ccd5f Description: Type1 Fancy Hebrew Fonts for X11 Several Fancy Hebrew fonts: Anka, ComixNo2, Gan, Ozrad, Ktav Yad, Dorian and Gladia. Homepage: http://culmus.sourceforge.net/ Package: culmus Priority: optional Section: fonts Installed-Size: 2007 Maintainer: Debian Hebrew Packaging Team Architecture: all Version: 0.121-1.4.201403181828 Depends: xfonts-utils Filename: 4.0-0/all/culmus_0.121-1.4.201403181828_all.deb Size: 1023098 MD5sum: e2b93b0535353de55d5628e1c7223c4c SHA1: 6817de3942f3fe44b576be71731d0d9fcc97e621 SHA256: fb785390718aaeebd6ae4d3d6f9ca2ae90d6b6bebd64ffb0a777ebac0487958a Description: TrueType and Type1 Hebrew Fonts for X11 14 Hebrew font families. Contain ASCII glyphs from various sources. . Those families provide a basic set of a serif (Frank Ruehl), sans serif (Nachlieli) and monospaced (Miriam Mono) fonts. Also included Miriam, Drugulin, Aharoni, David, Hadasim etc. Cantillation marks support is available in Keter YG. Homepage: http://culmus.sourceforge.net/ Package: cup Priority: optional Section: java Installed-Size: 210 Maintainer: Debian Java Maintainers Architecture: all Version: 0.11a+20060608-3.12.201403181845 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless Suggests: java-compiler Filename: 4.0-0/all/cup_0.11a+20060608-3.12.201403181845_all.deb Size: 120530 MD5sum: 9a7a3710bc44054b06980dccd6b011e0 SHA1: 362bcde1f61ac015d5d62ee04d857f0ea0b7a65b SHA256: c22d7ac0d105aac20a700d7ad4d81b04007bdd11ad4e65574b0eef417bacc04d Description: LALR parser generator for Java(tm) CUP is the "Constructor of Useful Parsers", a system for generating parsers from simple LALR specifications. It serves the same role as the widely used program YACC and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. Homepage: http://www2.cs.tum.edu/projects/cup/ Package: cups-driver-gutenprint Priority: extra Section: oldlibs Installed-Size: 21 Maintainer: Debian Printing Group Architecture: all Source: gutenprint Version: 5.2.9-1.12.201403170447 Depends: printer-driver-gutenprint Filename: 4.0-0/all/cups-driver-gutenprint_5.2.9-1.12.201403170447_all.deb Size: 1302 MD5sum: 3c76c617937115390b4187b1f14c1d8b SHA1: 94b217e75a2c73bc50d50228cca4b56abbd2c196 SHA256: 40d92fd9e3d1f27051aacb64bdfa1a26d182748e59c5f50c2a8dac6b01251068 Description: transitional dummy package for gutenprint printer driver This is a transitional package to install the CUPS driver based on Gutenprint, which has been renamed to printer-driver-gutenprint. . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Package: cupsddk Priority: extra Section: oldlibs Installed-Size: 110 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 1.5.3-5.84.201411010252 Depends: cups-ppdc Filename: 4.0-0/all/cupsddk_1.5.3-5.84.201411010252_all.deb Size: 87206 MD5sum: 251950875b90c11dbbed6dcf00f35eb7 SHA1: b69f9a5a146e194e556222cc1be6f0c7d380d5ab SHA256: 8e86361d291c5dba547cf820e58d7f2baa74e0fe7326ebe730e25f0be879d295 Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. Homepage: http://www.cups.org Package: customdeb Priority: optional Section: admin Installed-Size: 54 Maintainer: Joachim Breitner Architecture: all Version: 0.1.4.201403182018 Depends: perl, libparse-debcontrol-perl, libfile-temp-perl, libfile-copy-recursive-perl, debhelper, libparse-debianchangelog-perl, devscripts Filename: 4.0-0/all/customdeb_0.1.4.201403182018_all.deb Size: 9264 MD5sum: 809d6f5f5a0d8f264d7d13ba588029b8 SHA1: 4ac26c2d6946b06351b556ebd6e38500c3ab2eb5 SHA256: cba00fadba178d3464a108e9d751e5af00bb58830a44fb01992127985de6850e Description: Modfies binary Debian package customdeb will modify binary Debian packages based on information given in a simple file. It can * Add or replace files * Change permissions of files It can be used to distribute packages with local changes (configuration, fixes) locally, and is not meant to create packages for the official Debian archive. Package: cutter-glib-support Priority: extra Section: devel Installed-Size: 292 Maintainer: NIIBE Yutaka Architecture: all Source: cutter-testing-framework Version: 1.1.7-1.2.8.201403182111 Depends: libglib2.0-dev, cutter-testing-framework-bin (>= 1.1.7-1.2.8.201403182111) Filename: 4.0-0/all/cutter-glib-support_1.1.7-1.2.8.201403182111_all.deb Size: 90112 MD5sum: 89223bde17d96208a1369f57f2fd87f9 SHA1: facc116255c4ad11397f527707f0585efdfbcce2 SHA256: 2adf0733915db9cb10a078f5a926de395770c958f6216dc2ffb6dc3f3a6a4bc2 Description: Cutter GLib integration Cutter is a xUnit family Unit Testing Framework for C and C++. . This package provides header files to write tests for Cutter with GLib support. Homepage: http://cutter.sourceforge.net/ Package: cutter-testing-framework-doc Priority: extra Section: doc Installed-Size: 4900 Maintainer: NIIBE Yutaka Architecture: all Source: cutter-testing-framework Version: 1.1.7-1.2.8.201403182111 Filename: 4.0-0/all/cutter-testing-framework-doc_1.1.7-1.2.8.201403182111_all.deb Size: 758542 MD5sum: 4b4416af90b7afba22a733c29dcb3ab9 SHA1: 7d258fc9dcaba9a0efd1df7fb1b23d6c076bb34c SHA256: 6e3e384b204e7e80e7bcd9cb4dbf78dd604a8346bf2fd8d50a637b1d23f4a933 Description: Documentation of Cutter Cutter is a xUnit family Unit Testing Framework for C and C++. . This package provides reference manual of Cutter. Homepage: http://cutter.sourceforge.net/ Package: cvc3-el Priority: extra Section: math Installed-Size: 106 Maintainer: Christopher L. Conway Architecture: all Source: cvc3 Version: 2.4.1-4.10.201403182124 Depends: emacs | emacsen Recommends: cvc3 Filename: 4.0-0/all/cvc3-el_2.4.1-4.10.201403182124_all.deb Size: 14792 MD5sum: 76022159a7b7e3a58c387b539368bd8d SHA1: 6416912dd352f9d27b2158a1f37063be92908b23 SHA256: fe11d02d8924cde67853aff644dd5aa4d5e5b65589bc67fb46e5938ea048177c Description: Emacs mode for CVC3 CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT) problems. It can be used to prove the validity (or, dually, the satisfiability) of first-order formulas in a large number of built-in logical theories and their combination. . CVC3 is the last offspring of a series of popular SMT provers, which originated at Stanford University with the SVC system. In particular, it builds on the code base of CVC Lite, its most recent predecessor. Its high level design follows that of the Sammy prover. . CVC3 works with a version of first-order logic with polymorphic types and has a wide variety of features including: . * several built-in base theories: rational and integer linear arithmetic, arrays, tuples, records, inductive data types, bit vectors, and equality over uninterpreted function symbols; * support for quantifiers; * an interactive text-based interface; * rich C, C++, and Java APIs for embedding in other systems; * proof and model generation abilities; * predicate subtyping; * essentially no limit on its use for research or commercial purposes (see license). . The package provides an Emacs major mode "cvc3-mode" with syntax highlighting for the CVC3 input language and running CVC3 as an inferior process. Enhances: cvc3 Homepage: http://www.cs.nyu.edu/acsys/cvc3/ Package: cvs-autoreleasedeb Priority: optional Section: vcs Installed-Size: 93 Maintainer: Daniel Ruoso Architecture: all Version: 0.12-1.4.201403182157 Depends: dpkg-dev, fakeroot, cvs, perl, libxml-parser-perl, dupload, cvs-buildpackage, libapt-pkg-perl, adduser Filename: 4.0-0/all/cvs-autoreleasedeb_0.12-1.4.201403182157_all.deb Size: 16036 MD5sum: 08364587b58d6b1aed55ec0b27d2c485 SHA1: bc5ef0fb6da7b31390d7bd0bda7deb7868a6ec03 SHA256: b3e8c9a42b427102aaa5eaef11f2c379f17cee8f406db81e711281a3b90f11ce Description: Automatically release/upload debian packages from CVS This package provides the capability of automatically publish a deb package directly from the CVS source. The CVS source must be already in the format managed by cvs-buildpackage, since cvs-buildpackage will be used to generate the deb. . This package is useful to release the 'unstable' version of a software. The control of when to release the deb is made by watching the debian/changelog file. This script maintains a list of which packages to automate and the version they are. Every time you increases the version in changelog, the package you are working will be generated. . It will also call dupload to send the generated package to your deb server (which can be the main debian server or your software house's debian server). Package: cvs-buildpackage Priority: optional Section: vcs Installed-Size: 158 Maintainer: Debian QA Group Architecture: all Version: 5.23.4.201403182202 Depends: dpkg-dev (>= 1.4.0.9), cvs Filename: 4.0-0/all/cvs-buildpackage_5.23.4.201403182202_all.deb Size: 63116 MD5sum: 803efdbc77c702a1ce83c6dce85e2998 SHA1: 4494e42426251b8d0889773124b81eb40b32f4ca SHA256: ac9fdf79bf412d99206a02a28ce8b33a125db60cdd8f485cbfbe55602bad26ca Description: A set of Debian package scripts for CVS source trees. This package provides the capability to inject or import Debian source packages into a CVS repository, build a Debian package from the CVS repository, and helps in integrating upstream changes into the repository. . The import or inject process takes a dsc (Debian source control) file, and imports it into CVS. The module path can maintains distribution and section information; for example, one may inject hemm/hemm/devel/make into the repository. . The build process works analogously to dpkg-buildpackage, and can be used from within the checked out source tree, or with additional information, can be used from anywhere. In the latter case, you can build any previous version of the package, as long as the corresponding orig.tar.gz file is still around. The build script checks out the relevant version from the CVS repository, and runs dpkg-buildpackage to create the Debian package. . Combined, these utilities provide an infrastructure to facilitate the use of CVS by Debian maintainers. This allows one to keep separate CVS branches of a package for stable, unstable, and possibly experimental distributions, along with the other benefits of a version control system. . This can be used to generate a unified CVS source tree, for example. Package: cvs-mailcommit Priority: optional Section: vcs Installed-Size: 55 Maintainer: Martin Schulze Architecture: all Version: 1.19-2.4.201403182205 Depends: postfix | mail-transport-agent, rcs Filename: 4.0-0/all/cvs-mailcommit_1.19-2.4.201403182205_all.deb Size: 11698 MD5sum: c395389f1899e091c121da9a08224a06 SHA1: 047a8d559645627047c727e45fd0048bc72ad505 SHA256: 26c9173c94f0598e421c9c186a75c27c3beeea4d31060890948f82856c2c1910 Description: Send CVS commitments via mail The cvs-mailcommit program is hooked into the CVS system via the loginfo file and helps people keep track of CVS repositories by distributing changes in a repository via mail. This package is written in Perl. Package: cvs-syncmail Priority: optional Section: vcs Installed-Size: 58 Maintainer: Christopher Sacca Architecture: all Version: 2.3-1.4.201403182209 Depends: python (>= 2.2.2) Filename: 4.0-0/all/cvs-syncmail_2.3-1.4.201403182209_all.deb Size: 13710 MD5sum: 1a2f9ff0c7e894f1af79b352f41eca3e SHA1: 5b3f624ac6cfec3420ce4d2440bfeb75c470371f SHA256: 8c79993ae612d68e5f7b31696a958c4af8ee3d915f94b21926498c50e5e5c96b Description: Notification program for CVS checkins syncmail is a CVS notification tool which can provide a diff for every change to a CVS repository, mailed to specified email addresses. This tool is useful for large communities to monitor activity, and is used for Python and many other active SourceForge.net projects. . Homepage: http://sourceforge.net/projects/cvs-syncmail Package: cvs2cl Priority: optional Section: vcs Installed-Size: 197 Maintainer: Peter Palfrader Architecture: all Version: 2.73-1.6.201403182214 Depends: cvs, perl Filename: 4.0-0/all/cvs2cl_2.73-1.6.201403182214_all.deb Size: 81880 MD5sum: b0b4916f837a37d7288ac69051abd5e8 SHA1: bcbfe3d5206e53f7d90d73c6e36ab198582dfdbc SHA256: cf5d69d7d5b3fa89a4af9b593a5702ebfb129b62cf46f8996183bd91a30a2079 Description: CVS-log-message-to-ChangeLog conversion script This perl script produces a GNU-style ChangeLog for CVS-controlled sources, by running "cvs log" and parsing the output. Duplicate log messages get unified in the Right Way. Package: cvs2html Priority: optional Section: web Installed-Size: 104 Maintainer: Debian QA Group Architecture: all Version: 1.98-3.4.201403182217 Depends: perl, cvs, libperl4-corelibs-perl | perl (<< 5.12.3-7) Filename: 4.0-0/all/cvs2html_1.98-3.4.201403182217_all.deb Size: 25564 MD5sum: 69edd593b1ba7156f6459cc46ca04746 SHA1: eda8ab10a82032d26d474aac8c69ed331474b7fc SHA256: fc80caa85220b8d719613c5dd2b25e5f58add71e26feb0c699b4e467a90a84e6 Description: create HTML versions of CVS logs cvs2html is program that transforms the 'cvs log' output into a HTML file. The program can be used on any type of cvs archive, but since it invokes cvs itself, it needs to be run in a machine having a local checked out copy of the archive and access to the repository. Homepage: http://cvs.sslug.dk/cvs2html/ Package: cvs2svn Priority: optional Section: vcs Installed-Size: 980 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Version: 2.3.0-3.4.201403182221 Depends: python, python-support (>= 0.90.0), subversion (>= 1.0.1), rcs Recommends: mime-support Suggests: cvs, bzr, git-core Filename: 4.0-0/all/cvs2svn_2.3.0-3.4.201403182221_all.deb Size: 262840 MD5sum: 84b67747192487f8383679cec25bedab SHA1: ace324595145ff52d3d8fd2b9db73963e8c32ef3 SHA256: 62e4d3bf3db11e2dcfe4e33b46a55f0f954b9cbb68d266130baccabb727bae19 Description: Convert a cvs repository to a subversion, bazaar or git repository Converts a CVS repository (including its branches and tags) to a Subversion, Bazaar or Git repository. It is designed for one-time conversions, not for repeated synchronizations between CVS and Subversion, Bazaar or Git. Homepage: http://cvs2svn.tigris.org/ Python-Version: 2.6, 2.7 Package: cvschangelogbuilder Priority: optional Section: vcs Installed-Size: 134 Maintainer: Adriaan Peeters Architecture: all Version: 2.4-1.4.201403182249 Depends: perl, cvs Recommends: libgd-graph-perl Filename: 4.0-0/all/cvschangelogbuilder_2.4-1.4.201403182249_all.deb Size: 28362 MD5sum: c033a5f4254fb833bf21855ff8da1f64 SHA1: 82057da11482edd11810b8fb7a519dd9d1c58e66 SHA256: 7618323cbaff3afe25211be199492571bec89219a2664c5f47e38b840e696413 Description: perl utility to generate ChangeLogs or html cvs reports cvschangelogbuilder is an Perl utility to generate ChangeLogs or cvs reports for a project hosted on a cvs server. The main goal is to provide a better output that the 'cvs log' command. . cvschangelogbuilder offers 5 kinds of output: * a changelog to include in a rpm .spec file * a changelog by date (looks like 'cvs log') * a changelog by file * a changelog by change comment * a html report of cvs project activity. Homepage: http://cvschangelogb.sourceforge.net/ Package: cvsconnect Priority: extra Section: vcs Installed-Size: 62 Maintainer: Debian QA Group Architecture: all Version: 0.1.cvs20001202-2.9.201403182254 Depends: cvs, perl Filename: 4.0-0/all/cvsconnect_0.1.cvs20001202-2.9.201403182254_all.deb Size: 10792 MD5sum: 855eabdda1f4b4dde591830a27d5f926 SHA1: 5b8d4a4cb7c77de31ec61c25b875655888a09af6 SHA256: 68edc7e37dae6f6b78e468978ac0ae59db4578ab4a7a4ee73089b90b29eff56f Description: CVS connection minimizer CVSconnect enables you to do multiple CVS operations on single connection. CVSconnect sets up special environment using $CVS_RSH and $CVSROOT for the command line CVS client. In the environment, the command line CVS client reuses a connection. . CVSconnect is especially designed to use with CVSsuck. Enhances: cvssuck Package: cvsdelta Priority: optional Section: vcs Installed-Size: 93 Maintainer: Angel Ramos Architecture: all Version: 1.7.0-6.4.201403182257 Filename: 4.0-0/all/cvsdelta_1.7.0-6.4.201403182257_all.deb Size: 22292 MD5sum: 3b23b8e4a5d1adb5624667b9bfa48c40 SHA1: 9830078debcb2b808cc22acee64cad8dc5c59b8d SHA256: acfcd10560afd1cef578dea37966eba3c3d38fdd19ec329a59ebdfc8668ecbc3 Description: Summarize differences in a CVS repository cvsdelta summarizes the difference between a CVS project and its local version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Package: cvssuck Priority: extra Section: vcs Installed-Size: 73 Maintainer: Debian QA Group Architecture: all Version: 0.3.cvs20060124-2.9.201403182308 Depends: ruby, cvs, rcs Recommends: cvsconnect Filename: 4.0-0/all/cvssuck_0.3.cvs20060124-2.9.201403182308_all.deb Size: 15396 MD5sum: 793e94444d62fdd712eb97cee23892c0 SHA1: 109c3e97d515f45dc0006bd810f870065c9771cb SHA256: 4c8ee3c80ef1e498ae30596ccc10addcf2f7134231ac494e5cc758084caf3a11 Description: inefficient cvs repository grabber using cvs command CVSsuck is a mirroring tool for CVS repositories. Unlike other tools such as CVSup or rsync, it uses cvs command to access the repository. So, it works well with remote repositories without a special server or shell account. However it is inefficient and not perfect because CVS client/server protocol is not designed for mirroring. If a server provides special way to grab a repository, you shouldn't use CVSsuck. Package: cvsutils Priority: optional Section: vcs Installed-Size: 75 Maintainer: Uwe Hermann Architecture: all Version: 0.2.5-1.4.201403182317 Depends: perl, cvs Filename: 4.0-0/all/cvsutils_0.2.5-1.4.201403182317_all.deb Size: 23662 MD5sum: 89b35e8575f138361ddb23f7eb91265e SHA1: fadfbbb5cacd3e0c028bbfbeed7023fbc45ab0fd SHA256: d9964afe5ccc9cd066e89e19a8323f856b5a8eed87de887871b11c084d83e124 Description: CVS utilities for use in working directories Several utilities which are used to facilitate working with the files in the working directory of a developer using CVS. . The utilities included in this package are: . + cvsu: Offline "cvs update" simulator. Lists the files found in the current directory (or in the directories which you specify). + cvsco: "Cruel checkout". Removes results of compilation and discards local changes. Deletes all the files except listed unmodified ones and checks out everything which seems to be missing. + cvsdiscard: Discards local changes but keeps results of compilation. Works like "cvsco", but only deletes files which are likely to cause merge conflicts. + cvspurge: CVS-based "make maintainer-clean". Removes results of compilation but keeps local changes intact. Removes unknown files, but keeps changes in files known to CVS. + cvstrim: Removes files and directories unknown to CVS. + cvschroot: Makes it possible to change CVS/Root in all subdirectories to the given value. + cvsdo: Simulates some of the CVS commands (currently add, remove and diff) without any access to the CVS server. + cvsnotag: Reports untagged files. Homepage: http://www.red-bean.com/cvsutils/ Package: cvsweb Priority: optional Section: vcs Installed-Size: 246 Maintainer: Daniel Leidert (dale) Architecture: all Version: 3:3.0.6-7.4.201403182321 Depends: apache2 | httpd, cvs, rcs, libipc-run-perl, libmime-tools-perl, liburi-perl Suggests: cvsgraph, enscript, libmime-types-perl, libcompress-zlib-perl, zip Filename: 4.0-0/all/cvsweb_3.0.6-7.4.201403182321_all.deb Size: 69658 MD5sum: f62f3023544cf5c4fcb9d115f66af16a SHA1: c7dc6e2572caae76a24407b32a237c853866f0b5 SHA256: d4c3e1725c4ec5fe70ce91ffe6debaa5b9aff9d317bec0af6d55415ad07bfb47 Description: CGI interface to your CVS repository cvsweb is a WWW CGI script that provides remote access to your CVS repository. It allows browsing of the full tree, with configurable access controls. It will display the revision history of a file, as well as produce diffs between revisions and allow downloading any revision of the whole file. Homepage: http://www.freebsd.org/projects/cvsweb.html Package: cweb-latex Priority: optional Section: devel Installed-Size: 28 Maintainer: Julian Gilbey Architecture: all Version: 1.1.1.debian.1.4.201403182334 Depends: texlive-latex-extra (>= 2012) Filename: 4.0-0/all/cweb-latex_1.1.1.debian.1.4.201403182334_all.deb Size: 3830 MD5sum: 37fdc4dee3b2cab4274d118ed26baf83 SHA1: ba57a47a881a70b0ac243da7f37248aa6a0c5ab4 SHA256: 22b6bfbb5798d150510422936cd120b132985796c29806af8105ea47548581d2 Description: LaTeX support for CWEB (transitional package) This is a transitional package which depends on texlive-latex-extra; that package now contains the cweb-latex package. . LaTeX CWEB is a bundle that allows you to use LaTeX as the documentation markup of your CWEB program. Your CWEB programs may be LaTeX documents now -- with sections, subsections, environments, figures, graphics inclusion, etc. . You will want to use this bundle if you - are a CWEB programmer and use LaTeX elsewhere, - haven't used CWEB up to now, because you wanted structured markup (and you didn't want to develop it yourself), or - want a hierarchic document structure for CWEB programs. Package: cxref-doc Priority: optional Section: doc Installed-Size: 3498 Maintainer: Camm Maguire Architecture: all Source: cxref Version: 1.6d-6.4.201403190009 Suggests: www-browser, texlive-binaries Filename: 4.0-0/all/cxref-doc_1.6d-6.4.201403190009_all.deb Size: 781016 MD5sum: af9086801af14cb8cc632f1b44da66b9 SHA1: 3118b2a0803c19f0f85549dd847be34a16f9e014 SHA256: c3b21a7dfc3b8541cd3a958ccfeafdaef8021eb39ca13b36678aaa17aaa2a73c Description: Generates LaTeX and HTML documentation for C programs This package provides sample documentation produced by cxref from some of the cxref source itself. Package: cxref-emacs Priority: optional Section: editors Installed-Size: 92 Maintainer: Camm Maguire Architecture: all Source: cxref Version: 1.6d-6.4.201403190009 Depends: emacs23 | emacsen, emacsen-common (>= 1.4.14) Filename: 4.0-0/all/cxref-emacs_1.6d-6.4.201403190009_all.deb Size: 16242 MD5sum: 11f0633c0912b5486c438ed1850a687b SHA1: 1d311f460fb837f91f099588ff1d620de52e222d SHA256: 3d08903c0e83df4921fe1735606d4538ec7d7e2231ebe621e2847f9b62093102 Description: Generates LaTeX and HTML documentation for C programs This package provides an emacs mode facilitating the use of cxref, and enabling the display of a hierarchical flow graph of cxref commented source files. Package: cxxtest Priority: optional Section: devel Installed-Size: 988 Maintainer: Simone Rossetto Architecture: all Version: 4.0.3-2.2.201403190016 Depends: python (>= 2.7), python-ply Filename: 4.0-0/all/cxxtest_4.0.3-2.2.201403190016_all.deb Size: 420736 MD5sum: c392b9bd61c800ee348bf20d53014a63 SHA1: 919f88b3ba0da5c3be92ba8d7332e77b5fc467b7 SHA256: d902692346d3297c56635a07f47192e6cf42ebdba80c501e3392de24da1caecd Description: lightweight xUnit-like framework for C/C++ applications CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. It provides assertions for checking conditions and classes for defining unit-test cases. . CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery, which simplifies the creation of test drivers. It includes a script that parses C++ files that define unit tests and then generates a C++ test runner. When compiled, the test runner manages the execution of all unit tests in a flexible manner. . An Eclipse plugin is also available that manages the generation and execution of CxxTest test runners. Homepage: http://cxxtest.com/ Package: cycle Priority: optional Section: utils Installed-Size: 316 Maintainer: Ana Beatriz Guerrero Lopez Architecture: all Version: 0.3.1-8.4.201403190037 Depends: python (>= 2.6.6-7~), python-wxgtk2.8 Filename: 4.0-0/all/cycle_0.3.1-8.4.201403190037_all.deb Size: 53356 MD5sum: 9bd8f8768b7c082657ed67bf73eb84ee SHA1: cc88efb1783c52404b061690eea0918abfba2ee7 SHA256: b46dc3334568210a4d06a457b88e916ddb70c536c57f47dab5e7b8cb6087e6d9 Description: calendar program for women Cycle is a calendar for women. Given a cycle length or statistics for several periods, it can calculate the days until menstruation, the days of "safe" sex, the fertile period, and the days to ovulations, and define the d.o.b. of a child. It allows the user to write notes and helps to supervise the administration of hormonal contraceptive tablets. . Possibilities of the program: - Calculate days of menstruation, based on the length of the cycle or on statistics of previous periods. - Calculate days of "safe" sex, fertile period and day to ovulations. - Definition of D.O.B. (Date Of Birth) of a child - Allows to write notes. - Helps to supervise reception of hormonal contraceptive tablets. - Multiple users allowed. Data is protected by a password for every user. . NOTE: This program is not a reliable contraceptive method. It does neither help to prevent sexual transmision diseases like AIDS. It is just an electronic means of keeping track of some of your medical data and extract some statistical conclusions from them. You cannot consider this program as a substitute for your gynecologist in any way. Homepage: http://cycle.sourceforge.net/ Package: cyrus-admin-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-admin-2.4 Filename: 4.0-0/all/cyrus-admin-2.2_2.4.16-4.32.201410011447_all.deb Size: 980 MD5sum: a391cedd1052ded7ba5aac2ae7860e68 SHA1: 94f5b4bfa230ae19016c769759149322af86fd6c SHA256: a7c8e73a18832d0d7454922b323981495cd1091b63832fbb2df445ce529c20ff Description: Transitional package for cyrus-admin-2.4 This is a transitional package to ease upgrades to the cyrus-admin-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-admin Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-admin-2.4 Filename: 4.0-0/all/cyrus-admin_2.4.16-4.32.201410011447_all.deb Size: 940 MD5sum: 207d7a26e8b056bd5ce2455eca27eaeb SHA1: 6b1e902c24ceb830a9d5feb8e3051c83cfb711b9 SHA256: 32123d26bd131bac09ebf18919c25cbbb2bac4a89db74a1348b376f8b6f13993 Description: Cyrus mail system - administration tools (metapackage) This is an empty package that depends on the current "best" version of cyrus-admin (currently cyrus-admin-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-clients-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-clients-2.4 Filename: 4.0-0/all/cyrus-clients-2.2_2.4.16-4.32.201410011447_all.deb Size: 982 MD5sum: bf2a7e35c45c34df53dfb955139078bf SHA1: 1589c30e440493cf89a2cb198bb39b2c20c6e67b SHA256: efe79bb4ac626d330558123b64036f16f2d058459e0ee8ad274d478a91c8facf Description: Transitional package for cyrus-clients-2.4 This is a transitional package to ease upgrades to the cyrus-clients-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-clients Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-clients-2.4 Filename: 4.0-0/all/cyrus-clients_2.4.16-4.32.201410011447_all.deb Size: 940 MD5sum: ac2cf35e0619436427b0b20a4044f933 SHA1: ee59ed28b078cd267355565bec520486333e359e SHA256: 3cf42f2cfd51f2735fe12cbd37224d4fcf20a8f81b9061708794cda32ce04c1f Description: Cyrus mail system - test clients (metapackage) This is an empty package that depends on the current "best" version of cyrus-clients (currently cyrus-clients-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-common-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-common-2.4 Filename: 4.0-0/all/cyrus-common-2.2_2.4.16-4.32.201410011447_all.deb Size: 968 MD5sum: d629a9bde63a5c5280bc784de2d8a74f SHA1: f9fee7916f28a192383db9f579dd189ecaee69c7 SHA256: 9fec1dfd2e79472e4ac0ee4d3ce191dfa76bb40fc14eecc3937da8fff1352fee Description: Transitional package for cyrus-common-2.4 This is a transitional package to ease upgrades to the cyrus-common-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-dev-2.2 Priority: extra Section: devel Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-dev-2.4 Filename: 4.0-0/all/cyrus-dev-2.2_2.4.16-4.32.201410011447_all.deb Size: 976 MD5sum: 1469080b00b9c4a778b6d02167177a3c SHA1: 33fd86770b975e4a180c9afa506a3bfae8300281 SHA256: f4a226200cb9745089becc289c695ed1af038d1cd16b8d99bd9904c6e8cf6a1a Description: Transitional package for cyrus-dev-2.4 This is a transitional package to ease upgrades to the cyrus-dev-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-dev Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-dev-2.4 Filename: 4.0-0/all/cyrus-dev_2.4.16-4.32.201410011447_all.deb Size: 938 MD5sum: f418350d95275855cf82f308f75eafaa SHA1: bfed224801f6614a059d7194db4273159f217ccd SHA256: 2fee1794226f10ca47904fa10e5e833a08e5502541d55eb6d60eff0da2904fe6 Description: Cyrus mail system - developer files (metapackage) This is an empty package that depends on the current "best" version of cyrus-dev (currently cyrus-dev-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-doc-2.2 Priority: extra Section: doc Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-doc-2.4 Filename: 4.0-0/all/cyrus-doc-2.2_2.4.16-4.32.201410011447_all.deb Size: 976 MD5sum: 554eacf2a29b732688cc242a4d819dd1 SHA1: 64bdad39ee6bd94c10dcd092883b07214f4593c5 SHA256: 8c42e0ea0ff7950b4d621fee614acd97247724ca9a92b943a76a17252c0ccb9c Description: Transitional package for cyrus-doc-2.4 This is a transitional package to ease upgrades to the cyrus-doc-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-doc-2.4 Priority: extra Section: doc Installed-Size: 863 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Replaces: cyrus-doc (<< 2.4.16-4.32.201410011447), cyrus-doc-2.2 (<< 2.4), cyrus-doc-2.3 Provides: cyrus-doc, cyrus-doc-2.2, cyrus-doc-2.3 Conflicts: cyrus-doc (<< 2.4.16-4.32.201410011447), cyrus-doc-2.2 (<< 2.4), cyrus-doc-2.3 Filename: 4.0-0/all/cyrus-doc-2.4_2.4.16-4.32.201410011447_all.deb Size: 286112 MD5sum: 41a5c536b8c6208fdbfa4e047b5bb005 SHA1: 713795f5d0dbacbd2495206bc067b0bd1557c8f3 SHA256: 46c8307529e71a81308fb81eaa42a4df2fc9d9cbcad48ef6ff19a7153e058051 Description: Cyrus mail system - documentation files Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the documentation for the Cyrus IMAPd suite. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-doc Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-doc-2.4 Filename: 4.0-0/all/cyrus-doc_2.4.16-4.32.201410011447_all.deb Size: 936 MD5sum: d5b393960e9e4928ba83bd02746d47be SHA1: 6652a884c14455d25ada02339036af457e4e600c SHA256: 0cf7b49fc2120c7a9499f3eae89a5f78d51882fcbe3ae4f3d1a316f7655e7706 Description: Cyrus mail system - documentation files (metapackage) This is an empty package that depends on the current "best" version of cyrus-doc (currently cyrus-doc-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-imapd-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-imapd-2.4 Filename: 4.0-0/all/cyrus-imapd-2.2_2.4.16-4.32.201410011447_all.deb Size: 972 MD5sum: cc752458124bfa023105a3d33572deba SHA1: a1f995b71a26741c0f76d3f32b6509b6ffae8def SHA256: 9fcb41ef131076d2eacd3cc8611667035bd63ca321988ba7d6ee485c075aa8fe Description: Transitional package for cyrus-imapd-2.4 This is a transitional package to ease upgrades to the cyrus-imapd-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-imapd Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-imapd-2.4 Filename: 4.0-0/all/cyrus-imapd_2.4.16-4.32.201410011447_all.deb Size: 934 MD5sum: a1cdf506367df30c5544e181e5decb34 SHA1: 6c692fedcadf631258aaa37d09f66c264215c341 SHA256: 774962714e61b1845ed31c807741f9d040317ce9f130545c05bb19924be2c488 Description: Cyrus mail system - IMAP support (metapackage) This is an empty package that depends on the current "best" version of cyrus-imapd (currently cyrus-imapd-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-murder-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-murder-2.4 Filename: 4.0-0/all/cyrus-murder-2.2_2.4.16-4.32.201410011447_all.deb Size: 978 MD5sum: d8a69304f334ca1aefb787bf33ef8bc3 SHA1: 9ac7eb00273add434fdfc68c5e3d0611fedef1bf SHA256: 6c9127f8b2d32c435d1f5b7b15aec543ada82155facdaaac5a0cd55450c3a326 Description: Transitional package for cyrus-murder-2.4 This is a transitional package to ease upgrades to the cyrus-murder-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-murder Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-murder-2.4 Filename: 4.0-0/all/cyrus-murder_2.4.16-4.32.201410011447_all.deb Size: 946 MD5sum: 73e9c148178d76c6dc7ed3880661abde SHA1: db18bd15a0d489b33b980525dfa84c95b37d5e40 SHA256: c5111bc6aa6dad0787e730d86e9ceddc92ece7c79f8f4b24c6bae5fe14ac5a1d Description: Cyrus mail system - proxies and aggregator (metapackage) This is an empty package that depends on the current "best" version of cyrus-murder (currently cyrus-murder-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-nntpd-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-nntpd-2.4 Filename: 4.0-0/all/cyrus-nntpd-2.2_2.4.16-4.32.201410011447_all.deb Size: 976 MD5sum: c128f3120b0db356cf6157c7d4fbe1f2 SHA1: 874b4cbb7e574b31d6c7b20cf1353222ddc300e5 SHA256: 4f7929ebea385f144b4a3da6c8685cbeddaeec32a01ba35be8efed7aafe57d34 Description: Transitional package for cyrus-nntpd-2.4 This is a transitional package to ease upgrades to the cyrus-nntpd-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-nntpd Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-nntpd-2.4 Filename: 4.0-0/all/cyrus-nntpd_2.4.16-4.32.201410011447_all.deb Size: 936 MD5sum: 156487401fdd3405078bfa32a21d3929 SHA1: dc45f2aa2a3068dd8f8f0ab91b7a2334eb9388e9 SHA256: 3b0777ae20f6dc6bd649a125a42c4bb201b6801f292f498e54be5f78c12cee0f Description: Cyrus mail system - NNTP support (metapackage) This is an empty package that depends on the current "best" version of cyrus-nntpd (currently cyrus-nntpd-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-pop3d-2.2 Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, cyrus-pop3d-2.4 Filename: 4.0-0/all/cyrus-pop3d-2.2_2.4.16-4.32.201410011447_all.deb Size: 980 MD5sum: d844688107b0b4887d825b8ba953295b SHA1: dc34e24822dcdacdb462ee7a82ed18cb7d911b66 SHA256: 5d301034826843bdc5a11c810725e2ee37c19781b98a281d708adef97e130a80 Description: Transitional package for cyrus-pop3d-2.4 This is a transitional package to ease upgrades to the cyrus-pop3d-2.4 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: cyrus-pop3d Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-pop3d-2.4 Filename: 4.0-0/all/cyrus-pop3d_2.4.16-4.32.201410011447_all.deb Size: 938 MD5sum: 8f397e7e8e27963b472887185634e5f0 SHA1: af5e859f381a3ff96e6a986778c961036493fa8e SHA256: 036739936831e364d4bb7e13341eb7abdd9752e60b6c65d051b8c54210ba0a06 Description: Cyrus mail system - POP3 support (metapackage) This is an empty package that depends on the current "best" version of cyrus-pop3d (currently cyrus-pop3d-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-replication Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-replication-2.4 Filename: 4.0-0/all/cyrus-replication_2.4.16-4.32.201410011447_all.deb Size: 940 MD5sum: 5e77f1be2611fdbcb75682e5745731f8 SHA1: c40725fe87c1a0b17d409536862fa7f8fb402d6c SHA256: 1d27c4649727f89ddfe5a727b319f51b5dbbae946ac15c0b2b13c2f1368b0507 Description: Cyrus mail system - replication (metapackage) This is an empty package that depends on the current "best" version of cyrus-replication (currently cyrus-replication-2.4), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: cyrus-sasl2-doc Priority: optional Section: doc Installed-Size: 248 Maintainer: Debian Cyrus SASL Team Architecture: all Source: cyrus-sasl2 Version: 2.1.25.dfsg1-6.56.201410011120 Filename: 4.0-0/all/cyrus-sasl2-doc_2.1.25.dfsg1-6.56.201410011120_all.deb Size: 115940 MD5sum: 171a0ae73b41f95fa070304ac2988e40 SHA1: 7b7011a42e10cf1e253c9416e5e4aba1c96eeecd SHA256: fca888b498a109783c655581d1ba1f291d323ec5f66a2c6f0d5586f1f77025a5 Description: Cyrus SASL - documentation This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains documentation for system administrators. Homepage: http://www.cyrusimap.org/ Package: d-feet Priority: extra Section: devel Installed-Size: 280 Maintainer: Utopia Maintenance Team Architecture: all Version: 0.1.14-1.4.201403190132 Depends: python (>= 2.5), python-support (>= 0.90.0), python-dbus (>= 0.82.3), python-gtk2, hicolor-icon-theme Recommends: python-wnck Filename: 4.0-0/all/d-feet_0.1.14-1.4.201403190132_all.deb Size: 83436 MD5sum: d7ff9028714bff93ef1f2b43d2c2c7ba SHA1: 52fb4864dc4753ff25c9c97cf0435a925709d53a SHA256: 66e452df83de41848ddb52d987dc6698e714e8fbca2aab3897e8732f675fa704 Description: D-Bus object browser, viewer and debugger d-feet is a D-Bus debugger that allow you to: * View names on the session and system bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus * Execute methods with parameters on the bus and see their return values Homepage: http://live.gnome.org/DFeet/ Python-Version: 2.6, 2.7 Package: d-push Priority: extra Section: web Installed-Size: 2553 Maintainer: Wolfram Quester Architecture: all Version: 2.0-1.1.8.201403190140 Depends: debconf (>= 0.5) | debconf-2.0, php5, php5-cli, php-pear, php5-imap, php-mail Recommends: apache2 | lighttpd | httpd-cgi, libapache2-mod-php5 Filename: 4.0-0/all/d-push_2.0-1.1.8.201403190140_all.deb Size: 443012 MD5sum: 3ee2fcf354708fb47ac8b30b63eda236 SHA1: 81fb971110ffabbf1fa1d81a1f730134e4f91f63 SHA256: e907ea79ce8ead453276b39c43e9f629cf447947d0a5bba293414d5706a3b423 Description: open source implementation of the ActiveSync protocol D-push is debian's rebranded version of zarafa's z-push. It is an implementation of the ActiveSync protocol which is used 'over-the-air' for multi platform ActiveSync devices, including Windows Mobile, iPhone, Sony Ericsson and Nokia mobile devices. With D-push any groupware can be connected and synced with these devices. Homepage: http://z-push.sourceforge.net/soswp Package: d-rats Priority: optional Section: hamradio Installed-Size: 1227 Maintainer: Debian Hamradio Maintainers Architecture: all Version: 0.3.3-3.2.201403190142 Depends: python, python-support (>= 0.90.0), python-libxslt1, python-gtk2, python-libxml2, python-serial Filename: 4.0-0/all/d-rats_0.3.3-3.2.201403190142_all.deb Size: 284844 MD5sum: e0e612122ab2a1b7a6e8e5eb2d86d0da SHA1: 322f3adc0c5f181b86c505d8f528f6df4b4f3153 SHA256: 648225a379aec05f15a8de3ff361a4e480721c8430445d6aff730d3e6f26f84b Description: Communications tool for D-STAR amateur radio D-RATS is a communications tool for D-STAR amateur radio low-speed data (DV mode). It provides: Multi-user chat capabilities; File transfers Structured data transport (forms); and Position tracking and mapping. Homepage: http://www.d-rats.com/ Package: d-shlibs Priority: optional Section: utils Installed-Size: 62 Maintainer: Jonas Smedegaard Architecture: all Version: 0.52.15.201403190144 Depends: binutils Filename: 4.0-0/all/d-shlibs_0.52.15.201403190144_all.deb Size: 16844 MD5sum: c4fc0576882d76e61710c5da5aef7dae SHA1: 39ca7f4d6dd392ca71e752b711d98b727004f334 SHA256: c91f21ae731af1497f90f4b1e8e0553790f5b81a0a92dc24228da601238eb39c Description: Debian shared library package building helper scripts Shared library packages in Debian need some special catering to do with regards to which files go where. This package contains programs which try to help automate the process and catch simple errors . "d-shlibmove" moves the shared library binary around from temporary installation directory to the destination package directory . "d-devlibdeps" tries to list the development library dependencies required for using the -dev package. Package: dacco-common Priority: optional Section: text Installed-Size: 7566 Maintainer: Innocent De Marchi Architecture: all Source: dacco Version: 0.9+20071227-5.2.201403190153 Filename: 4.0-0/all/dacco-common_0.9+20071227-5.2.201403190153_all.deb Size: 1129432 MD5sum: 8367d9dd741b01ac0bec9af0bf8553b3 SHA1: 28cd329587058f223efe08eef1f46415ce857bde SHA256: 5f18008b4edb64f9efe80b34977a82f8f53abb24f91fb7c0dba197ea455ba534 Description: Catalan/English dictionary (xml files) The acronym DACCO stands for 'Diccionari Anglès-Català de Codi Obert', or 'Open Source English Catalan Dictionary'. In fact, the project hosts two dictionaries: an English Catalan dictionary and a Catalan English dictionary. . This package contains the xml files used for other projects, as Qdacco. Homepage: http://www.ibiblio.org/dacco/ Package: dacs-examples Priority: optional Section: web Installed-Size: 2653 Maintainer: Christoph Berg Architecture: all Source: dacs Version: 1.4.27b-2.2.201403190155 Recommends: libapache2-mod-dacs (>= 1.4.27b-2.2.201403190155), dacs (>= 1.4.27b-2.2.201403190155) Filename: 4.0-0/all/dacs-examples_1.4.27b-2.2.201403190155_all.deb Size: 585814 MD5sum: 8b8dedfd7cc0e5da6abac60c123f8c2b SHA1: 9f96fa208325354a752abf8a529dc8d74bd090f7 SHA256: 8d1ab4941def33ae62bbdf3ba2579d073d7daa719bd9d1336e3c6a9ab12678cf Description: Distributed Access Control System (DACS) - example web root DACS is a light-weight single sign-on and role-based access control system for web servers and server-based software. It is also an authentication and authorization toolkit for programmers. DACS makes secure resource sharing and remote access via the web easier, safer, and more efficient. . This package contains an example web root directory to use with dacs. Homepage: http://dacs.dss.ca/ Package: daemontools-run Priority: optional Section: admin Installed-Size: 69 Maintainer: Gerrit Pape Architecture: all Source: daemontools Version: 1:0.76-3.4.201403190235 Depends: daemontools (>> 1:0.76) Conflicts: runit Filename: 4.0-0/all/daemontools-run_0.76-3.4.201403190235_all.deb Size: 9458 MD5sum: 53f1e29d87e3dbd4f36e1c0b3fa997df SHA1: c38a3b65462066008c083ba094abdaf658982c79 SHA256: 5f16c497c0e3efed73bbfcee5019f0e5e741b1f2fcb49735e08f2dfac7085958 Description: daemontools service supervision Starts svscanboot from inittab, and provides the directory /etc/service/ for services to be supervised by daemontools. Package: dahdi-linux Priority: optional Section: comm Installed-Size: 253 Maintainer: Debian VoIP Team Architecture: all Version: 1:2.6.1+dfsg2-1.4.201403190237 Replaces: zaptel Depends: procps, fxload Conflicts: zaptel Filename: 4.0-0/all/dahdi-linux_2.6.1+dfsg2-1.4.201403190237_all.deb Size: 90594 MD5sum: d935bd6f6c39269574a54209b52651cc SHA1: e0b08c7d56ddd23cd3541c6f80767d8019acc161 SHA256: 1e543fe16f04bbf6176438b43ce0441681b178214789b122adbd1c93efb3e376 Description: DAHDI telephony interface - Linux userspace parts DAHDI (formly Zaptel) is an interface for telephony devices used by e.g. the Asterisk PBX software. The dahdi-* packages provide the kernel DAHDI kernel modules and their required setup environment. . This package includes the minimal Linux-specific userspace parts: udev configuration, xpp initialization scripts. Homepage: http://www.asterisk.org/ Package: dahdi-source Priority: optional Section: kernel Installed-Size: 1008 Maintainer: Debian VoIP Team Architecture: all Source: dahdi-linux Version: 1:2.6.1+dfsg2-1.4.201403190237 Depends: debhelper (>> 4.0), module-assistant (>= 0.8.1), bzip2 Recommends: dahdi-linux Filename: 4.0-0/all/dahdi-source_2.6.1+dfsg2-1.4.201403190237_all.deb Size: 916218 MD5sum: 454291ae1a27db3d6dadf29dc259f600 SHA1: 8b57a56b9dc723240995d66a1deff83c14dd45ad SHA256: 5d657c52c9968e1344c8b470fea9d2afd6a5ebdc02bee662913fa9cb50c9f862 Description: DAHDI telephony interface - source code for kernel driver DAHDI (formly Zaptel) is an interface for telephony devices used by e.g. the Asterisk PBX software. The dahdi-* packages provide the kernel DAHDI kernel modules and their required setup environment, as well as basic headers for building DAHDI modules and utilities. . It is normally used to build kernel modules package: m-a a-i dahdi Homepage: http://www.asterisk.org/ Package: dailystrips Priority: optional Section: net Installed-Size: 229 Maintainer: Rene Weber Architecture: all Version: 1.0.28-11.4.201403190245 Depends: perl, debconf (>= 0.5) | debconf-2.0, libwww-perl, libtimedate-perl Filename: 4.0-0/all/dailystrips_1.0.28-11.4.201403190245_all.deb Size: 70716 MD5sum: 0fd9f5638b7433a00cc719a36144c4a0 SHA1: 5039cbe06c3221309ef0d85fcb06c9da5a25d5dd SHA256: b8c7fb493ceb31d03b4fdab64f4f6f39a12a3d0de4c32d04a1e6deb10614ef19 Description: view web comic strips more conveniently A perl script that gathers online comic strips for more convenient viewing. When in normal mode, it creates an HTML page that references the strips directly, and when in local mode, it also downloads the images to your local disk. Homepage: http://dailystrips.sourceforge.net/ Package: dancer-ircd-doc Priority: extra Section: doc Installed-Size: 426 Maintainer: Aurélien GÉRÔME Architecture: all Source: dancer-ircd Version: 1.0.36-8.5.201411010437 Filename: 4.0-0/all/dancer-ircd-doc_1.0.36-8.5.201411010437_all.deb Size: 308162 MD5sum: 42c56760016ec19de201113d06866fd9 SHA1: 604fc578c8bd2ebda79a8fe174f3bde5d424f366 SHA256: 8f3bfc1c089097bc7d04685985022a32a251024742eba10f7aa1e5765e060631 Description: Dancer documentation Dancer-ircd is the former FreeNode ircd, loosely derived from the hybrid ircd used on EFnet. . It endeavours to handle the network transparently as a unit, and to provide features to support the FreeNode philosophy. . This package contains all the documentation that comes in the original tarball. Package: daptup Priority: extra Section: admin Installed-Size: 258 Maintainer: Eugene V. Lyubimkin Architecture: all Version: 0.12.5.1.4.201403190340 Depends: perl, liblocale-gettext-perl, apt (>= 0.7.10) | cupt | libcupt-perl (>= 1.4) Suggests: aptitude Filename: 4.0-0/all/daptup_0.12.5.1.4.201403190340_all.deb Size: 28856 MD5sum: c8ca496d9f75a462781d24d62cbf26cf SHA1: 6dacdd70a76e4091a572a0bbf1a74c39883b303e SHA256: 05b8648dc42c12fb10a3af4bf68125fba1fc7e4b9fc1ccc84c3938a3b5c13dfe Description: reporter of changes in list of available packages from repositories Daptup runs "apt-get update' inside and then outputs four lists: - packages came to archive with this update; - new upgradeable packages; - changes in "watched" packages (not installed, such packages have to be specified in configuration file); - outdated packages that have a new install candidate (optionally). . Daptup also has apt hook to run automatically within 'apt-get update' or 'cupt update'. Homepage: http://sourceforge.net/projects/daptup Package: dar-docs Priority: optional Section: doc Installed-Size: 11998 Maintainer: Brian May Architecture: all Source: dar Version: 2.4.5.debian.1-1.8.201403190348 Filename: 4.0-0/all/dar-docs_2.4.5.debian.1-1.8.201403190348_all.deb Size: 1774854 MD5sum: ce0c5b9808567c771ccad9110474c893 SHA1: df517ad83401652140403f7ea8257fcfc13b1921 SHA256: 559a4c012ef6552def737f78c9115bb58c3494d156b9f67a40f3214b13bbbee0 Description: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the documentation and example files. Homepage: http://dar.linux.free.fr/ Package: darcsum Priority: optional Section: lisp Installed-Size: 159 Maintainer: TANIGUCHI Takaki Architecture: all Version: 1.10-4.4.201403190354 Depends: emacs23 | xemacs21 Filename: 4.0-0/all/darcsum_1.10-4.4.201403190354_all.deb Size: 24560 MD5sum: 15d4d5e65624f7f817b6b89059f5d141 SHA1: 41932b3eb741c29c38120b84dc27af51512f70f5 SHA256: abc3bfa7ebe4bfb1533f7ffa1db2998fd9db5e21ad6459b255879de61f94657f Description: pcl-cvs like interface for managing darcs patches darcsum is an emacs interface for Darcs. It has a pcl-cvs like interface, and you can commit changes, edit change logs, review changes, etc... Homepage: http://chneukirchen.org/repos/darcsum/ Package: darcsweb Priority: optional Section: vcs Installed-Size: 157 Maintainer: Fabian Linzberger Architecture: all Version: 1.1-3.1.4.201403190356 Depends: debconf (>= 0.5) | debconf-2.0, python (>= 2.3), darcs Recommends: apache2 | httpd-cgi Filename: 4.0-0/all/darcsweb_1.1-3.1.4.201403190356_all.deb Size: 48290 MD5sum: 26500b8bda25c2b9f88c483ece78151c SHA1: 0d9e3c180ec8cdded06336111977506cbaac6539 SHA256: 30633d213440d8fab49427b310d85b89a5149bacc559f0d396c66e816e24ac7f Description: web interface for browsing darcs repositories This package provides a simple web interface for darcs, inspired by gitweb. . It calls darcs to get most of the data, and supports browsing records and their diffs, extracting diffs against the current head, or browsing and annotating the current tree. It can also provide an RSS or Atom feed, among other features. Homepage: http://blitiri.com.ar/p/darcsweb/ Package: dasher-data Priority: optional Section: x11 Installed-Size: 28413 Maintainer: Debian GNOME Maintainers Architecture: all Source: dasher Version: 4.11-2.20.201403190451 Depends: gconf2 (>= 2.28.1-2) Recommends: dasher Conflicts: dasher (<< 4.9.0) Filename: 4.0-0/all/dasher-data_4.11-2.20.201403190451_all.deb Size: 6893446 MD5sum: 9e418f07d24bd1e3f1173b1baa0fbd5d SHA1: a99d4b3d477878775b63b74eb9ec4a7ba111772d SHA256: 428a19b4fa6c573f0e807979ac6292c275ad83c12c1a67f6a5a9285fd362ae19 Description: Data files for dasher Dasher is an information-efficient text-entry interface, driven by natural continuous pointing gestures. Dasher is a competitive text-entry system wherever a full-size keyboard cannot be used . . This package contains various arch-independent data files for dasher: * alphabet descriptions for all languages * letter colours settings * training files in all languages Package: davical-doc Priority: extra Section: doc Installed-Size: 3126 Maintainer: Andrew McMillan Architecture: all Source: davical Version: 1.1.1-1.4.201403190524 Filename: 4.0-0/all/davical-doc_1.1.1-1.4.201403190524_all.deb Size: 1255348 MD5sum: 18315e5f79b2ac3e5a78aa9622f9a969 SHA1: ac55bf0c1102f56e5984633a74e1d8d428732821 SHA256: ea314fa4e8affdd4ce173b00bafd2df4e62c10b441ffc30f42feaef5a88acee7 Description: The DAViCal CalDAV & CardDAV Server - technical documentation The DAViCal CalDAV Server is designed to store CalDAV calendars and CardDAV addressbooks, such as those from Evolution, Sunbird/Lightning, Mulberry, iCal, iPhone or SOHO Organizer, in a central location, providing shared calendars, free/busy publication and a basic administration interface. . This package contains detailed technical documentation for the classes and methods in the DAViCal programs. Some user-centric configuration documentation is also included. Homepage: http://davical.org/ Package: davical Priority: extra Section: web Installed-Size: 1891 Maintainer: Andrew McMillan Architecture: all Version: 1.1.1-1.4.201403190524 Depends: debconf (>= 1.0.32), php5-pgsql, postgresql-client (>= 8.1), libawl-php (>= 0.53-1~), libawl-php (<< 0.54), libdbd-pg-perl, libyaml-perl Recommends: postgresql (>= 8.3) Filename: 4.0-0/all/davical_1.1.1-1.4.201403190524_all.deb Size: 480358 MD5sum: b15be8d864e28539f0a5aa7f4fd911ab SHA1: 192bba74ad810cf1833ccef7b6812dcee028a58f SHA256: 84e5633f278efa6a6954b4b87700ed1486a719fe89a820981458bcbef243c0bb Description: The DAViCal CalDAV & CardDAV Server The DAViCal CalDAV Server is designed to store CalDAV calendars and CardDAV addressbooks, such as those from Evolution, Sunbird/Lightning, Mulberry, iCal, iPhone or SOHO Organizer, in a central location, providing shared calendars, free/busy publication and a basic administration interface. Homepage: http://davical.org/ Package: db-upgrade-util Priority: extra Section: utils Installed-Size: 26 Maintainer: Debian Berkeley DB Group Architecture: all Source: db-defaults Version: 5.1.6.6.201403190545 Depends: db4.7-util, db4.8-util Filename: 4.0-0/all/db-upgrade-util_5.1.6.6.201403190545_all.deb Size: 2536 MD5sum: 73e35e60a22f2099770a3805edd0cb5b SHA1: a4027279d29c0b17a7060812da8a3c2568f32dc6 SHA256: b0907c3e04b38bdae6f2a209c0dd19bf1176983b0dda32b7c2f7d7b8931428af Description: Berkeley Database Utilities (old versions) This empty package depends on the old (from previous stable release) utilities package containing different tools for manipulating databases and installs unversioned links to current database utilities. . This package exists to help package maintainers which need to upgrade Berkeley DB database file. The package which needs to perform an database upgrade will need to depend on db-util and db-upgrade-util and call commands as described in: http://docs.oracle.com/cd/E17076_02/html/upgrading/upgrade_process.html Package: db4otool Priority: optional Section: cli-mono Installed-Size: 486 Maintainer: Debian CLI Libraries Team Architecture: all Source: db4o Version: 8.0.184.15484+dfsg-2.9.201403190606 Replaces: libdb4o6.0-cil, libdb4o6.1-cil, libdb4o7.4-cil Depends: mono-runtime (>= 2.10.1), libdb4o8.0-cil (>= 8.0.184.15484), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7) Breaks: libdb4o6.0-cil, libdb4o6.1-cil, libdb4o7.4-cil Filename: 4.0-0/all/db4otool_8.0.184.15484+dfsg-2.9.201403190606_all.deb Size: 192962 MD5sum: d3d083e4727d05c7bb606c94f0240f7e SHA1: ab1f96cbd6a156a512f12210de5797d74014b2f3 SHA256: b67d9434226f9f68236005cfda43c029c1b617b1f0e81705ea3525b9f3e19d4c Description: native OODBMS for CLI (documentation) db4o is the open source object database that enables Java and .NET developers to store and retrieve any application object with only one line of code, eliminating the need to predefine or maintain a separate, rigid data model. . This package contains the Db4oTool utility, used to manupilate Db4o databases. Homepage: http://www.db4o.com/ Package: db5.1-doc Priority: optional Section: doc Installed-Size: 41678 Maintainer: Debian Berkeley DB Group Architecture: all Source: db Version: 5.1.29-5.11.201403190530 Filename: 4.0-0/all/db5.1-doc_5.1.29-5.11.201403190530_all.deb Size: 17300660 MD5sum: c10c8ef9e79dae1c30448232edef715a SHA1: 0c7e52bc8e1f13c4aa9dd14b9e3e83a04cadd62f SHA256: 6fe0b6a5d2d18b2dc13047b91ed90079da1eba71e3dcf178d74a4f784b25f9bb Description: Berkeley v5.1 Database Documentation [html] This package contains documentation in HTML format for all of the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided by version 5.1 of Berkeley DB. Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Package: dballe-common Priority: optional Section: misc Installed-Size: 1247 Maintainer: Enrico Zini Architecture: all Source: dballe Version: 5.18-1.4.201403190616 Filename: 4.0-0/all/dballe-common_5.18-1.4.201403190616_all.deb Size: 89882 MD5sum: 9c983894dfed66f6709d5e8475daf54b SHA1: 11e0e03d18ebb14f3db6eac9b07b54f63f59dae5 SHA256: ab88c806fe3d8811eeb64e8f2cdfa47c3a9a50118c19cd6cfa146b6341f0bcc1 Description: Common data files for all DB-All.e modules DB-All.e is a fast on-disk database where meteorological observed and forecast data can be stored, searched, retrieved and updated. . This package contains common DB-All.e data files, including variable metadata, BUFR and CREX decoding tables, report metadata, level and time range descriptions. Homepage: http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64 Package: dblatex Priority: optional Section: text Installed-Size: 6881 Maintainer: Andreas Hoenen Architecture: all Version: 0.3.4-2.9.201403190652 Depends: python (>= 2.6.6-7~), python (<< 2.8), docbook-xml, xsltproc, python-apt (>= 0.7.91), texlive (>= 2009), texlive-bibtex-extra (>= 2009), texlive-latex-extra (>= 2009), texlive-math-extra (>= 2009), texlive-extra-utils (>= 2009) Recommends: libxml2-utils Suggests: docbook, ghostscript, graphicsmagick-imagemagick-compat | imagemagick, latex-cjk-all, lmodern, opensp, pdf-viewer, texlive-lang-cyrillic (>= 2009), texlive-xetex (>= 2009), transfig Filename: 4.0-0/all/dblatex_0.3.4-2.9.201403190652_all.deb Size: 1918510 MD5sum: 1f181b157dceb4a0e652d16214a3aeb1 SHA1: f5c548c39dc93ba07885aa67805d85b4e37d5a0c SHA256: 658b84c84c0ccc9ebdc940ff8c883474cb6b52696b87ed29e1f230bba9105e63 Description: Produces DVI, PostScript, PDF documents from DocBook sources DocBook to LaTeX Publishing that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in pure LaTeX as a first process. MathML 2.0 markups are supported, too. It originally started as a clone of DB2LaTeX, but has been enhanced extensively since then and is actively maintained by the upstream author. Homepage: http://dblatex.sourceforge.net/ Package: dbs Priority: optional Section: devel Installed-Size: 104 Maintainer: Robert Luberda Architecture: all Version: 0.47.13.201403190702 Depends: make, bzip2, perl Filename: 4.0-0/all/dbs_0.47.13.201403190702_all.deb Size: 25846 MD5sum: 443fc4b534cd3b5ca0d91e9f59a9b3e1 SHA1: df23cfed6863f46a4131adaab6df21cc1d90b668 SHA256: f23514038f85be2d07ef280299f7c2b9e303b96624bda1676d1b5d86027f542b Description: Allows Debian source packages with multiple patches DBS stands for Debian Build System and is an alternative approach for source packages which want to ship a pristine source and then apply patches to it. This allows the distribution of multiple patches inside one package that are applied during the build process. Package: dbtoepub Priority: extra Section: text Installed-Size: 71 Maintainer: Debian XML/SGML Group Architecture: all Version: 0+svn9150-2.4.201403190708 Replaces: docbook-xsl (<< 1.75.2+dfsg-2) Depends: docbook-xsl | docbook-xsl-ns, libxml2-utils, ruby, xsltproc, zip Breaks: docbook-xsl (<< 1.75.2+dfsg-2) Filename: 4.0-0/all/dbtoepub_0+svn9150-2.4.201403190708_all.deb Size: 9442 MD5sum: 062a98648ba843e25f2cbe4d41dcf44d SHA1: 6af9dc4c5ae0e60d0886f4e26e6b9f3ee5b13682 SHA256: 2c526a687112067ce00294ef451803c8bb2ccba670da3312b017ebf0d1f79c1e Description: DocBook XML to .epub converter dbtoepub is an alpha-quality reference implementation to convert DocBook documents into the .epub format, an open standard for reflowable digital books and publications (e-books). . The .epub format is defined by the IDPF at http://www.idpf.org. Homepage: http://docbook.sourceforge.net/release/xsl/current/epub/README Package: dbus-1-doc Priority: optional Section: doc Installed-Size: 19146 Maintainer: Utopia Maintenance Team Architecture: all Source: dbus Version: 1.6.8-1.62.201411010353 Suggests: libdbus-1-dev Filename: 4.0-0/all/dbus-1-doc_1.6.8-1.62.201411010353_all.deb Size: 2393730 MD5sum: d1c5de9fd1129a9cd40c62e2bc28438e SHA1: 83ca1dd8cc656e5a11a7599aa3d89467f57a4109 SHA256: 93ef93fe7f755636a8898627318bb8e346a07658dcca8f8d451b315d53dc0c73 Description: simple interprocess messaging system (documentation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the API documentation for D-Bus, as well as the protocol specification. . See the dbus description for more information about D-Bus in general. Homepage: http://dbus.freedesktop.org/ Package: dbus-java-bin Priority: optional Section: utils Installed-Size: 125 Maintainer: Debian Java Maintainer Architecture: all Source: dbus-java Version: 2.8-4.10.201403190742 Replaces: libdbus-java (<< 2.0) Depends: openjdk-7-jre | openjdk-6-jre, libdbus-java (= 2.8-4.10.201403190742) Conflicts: libdbus-java (<< 2.0) Filename: 4.0-0/all/dbus-java-bin_2.8-4.10.201403190742_all.deb Size: 76330 MD5sum: 163866f042fdd305c0d711dea9e9eaf3 SHA1: 4f5422ce67b52c798418938098b790036b579aef SHA256: b52ab8cfa770de9570cf6eaa3499d7fc3a09f7895360a97e049c0f99d278f023 Description: simple interprocess messaging system (Java Binaries) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides several programs using the Java implementation of D-Bus. This includes a simple D-Bus daemon for use in session busses, A tool for generating Java stubs from D-Bus introspection data and a graphical browser for D-Bus connections. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: dcmtk-doc Priority: optional Section: doc Installed-Size: 73085 Maintainer: Debian Med Packaging Team Architecture: all Source: dcmtk Version: 3.6.0-12.5.201403190852 Suggests: dcmtk, libdcmtk2-dev Filename: 4.0-0/all/dcmtk-doc_3.6.0-12.5.201403190852_all.deb Size: 11418244 MD5sum: 6ca4974900882376a82e1cb6776cfcfe SHA1: 2bd7336e1c3598ef08d68253dd14329c377be205 SHA256: 944cb5d3eca8688929603f82b58c0c7959e1a278ea65b44c6a0cecafee0ac518 Description: OFFIS DICOM toolkit documentation DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the on-line documentation for the DCMTK libraries and utilities in HTML format. Homepage: http://dicom.offis.de/dcmtk Package: dctrl2xml Priority: optional Section: utils Installed-Size: 72 Maintainer: Frank S. Thomas Architecture: all Version: 0.18.4.201403190929 Depends: python (>= 2.6), python-support (>= 0.90.0), python-debian Filename: 4.0-0/all/dctrl2xml_0.18.4.201403190929_all.deb Size: 12732 MD5sum: 9ad423914e9d9a0e939031e53f9a56ac SHA1: 30d627667d220be9494b32a68dc604d757b1a95a SHA256: 34508f1b661f0306d5e5b32a71fecb9e235ad9d689daa3a919d76bcbdd2e80cd Description: Debian control data to XML converter This package contains the dctrl2xml tool that converts Debian control data into an XML representation. It can be used to convert data which is normally found in debian/control, .changes, .dsc, Packages, Sources, and similar files to XML. . For most fields dctrl2xml just uses the field name as element name and the field data as element content. For other fields, such as package interrelationship fields (Depends, Build-Depends, etc.) or the Files field in .changes or Sources files, dctrl2xml additionally parses their field data to represent it in a more fine-structured form. Package: ddccontrol-db Priority: optional Section: utils Installed-Size: 182 Maintainer: Debian QA Group Architecture: all Version: 20061014-4.4.201403190946 Recommends: ddccontrol Filename: 4.0-0/all/ddccontrol-db_20061014-4.4.201403190946_all.deb Size: 41108 MD5sum: 3df8c1dbad1ac757efce8943c3280ab0 SHA1: 734d8e774ff990fef3c085ad867a7ee887f01227 SHA256: 12d377cce6463ead755cd03ed34bb8fd4aa71cf7bd561701c0db4619de399081 Description: monitor database for ddccontrol Database of monitors used by ddccontrol. This is mostly useless without ddccontrol. Homepage: http://ddccontrol.sourceforge.net/ Package: ddclient Priority: extra Section: net Installed-Size: 309 Maintainer: Torsten Landschoff Architecture: all Version: 3.8.0-11.5.8.201403190951 Provides: dyndns-client Depends: perl5, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.1), initscripts (>= 2.86) Recommends: libio-socket-ssl-perl Filename: 4.0-0/all/ddclient_3.8.0-11.5.8.201403190951_all.deb Size: 76676 MD5sum: 82b4bb389831d18298d6513d18ad830c SHA1: 37c58a2a84977349ba6415974e8c6bba475632e5 SHA256: 5864bb87fc83d89c8d6bba470e8adbe6135528bf063e2a4782cb13d80c6dd41f Description: address updating utility for dynamic DNS services This package provides a client to update dynamic IP addresses with several dynamic DNS service providers, such as DynDNS.com. . This makes it possible to use a fixed hostname (such as myhost.dyndns.org) to access a machine with a dynamic IP address. . This client supports both dynamic and (near) static services, as well as MX record and alternative name management. It caches the address, and only attempts the update when it has changed. Homepage: http://ddclient.sf.net Package: ddd-doc Priority: optional Section: doc Installed-Size: 1874 Maintainer: Daniel Schepler Architecture: all Source: ddd Version: 1:3.3.12-4.5.201403190955 Replaces: ddd (<< 3.1.90) Recommends: pdf-viewer, postscript-viewer, ddd Filename: 4.0-0/all/ddd-doc_3.3.12-4.5.201403190955_all.deb Size: 1876748 MD5sum: f6f12bf9c10d30ea5c8707c60084ee7d SHA1: 617113c5e9b35b217dc17de0f1b1125faf3826c7 SHA256: 77d79acf706942c40316f8dcac482140696a83cd5bd20556d44540bb2181159a Description: Additional documentation for the Data Display Debugger The "Debugging with DDD" and "Writing DDD Themes" User's Guide and Reference Manual in PDF format ("info" versions are included in the "ddd" package itself). . The technical report "DDD---A Free Graphical Front-End for UNIX Debuggers" in PostScript format. Homepage: http://www.gnu.org/software/ddd/ Package: ddir Priority: optional Section: utils Installed-Size: 54 Maintainer: Jari Aalto Architecture: all Version: 2010.0321+git1685e72-2.4.201403191007 Depends: perl Filename: 4.0-0/all/ddir_2010.0321+git1685e72-2.4.201403191007_all.deb Size: 9918 MD5sum: 4c6e1be2e1d11a2d484463e1b7818bbd SHA1: 2ce0ba93301436d1154bfbcffca02c8baa330a17 SHA256: 9e8743097f29ba0f33c42aa3f73ebbcbb75c853ecb5f51fad4ef197ec5e68312 Description: display hierarchical directory tree Display an indented directory tree using ASCII graphical characters to represent the hierarchical structure. The directories to include or exclude can be specified with command line options. Ddir is a Perl implementation of the tree(1) program. Homepage: http://freshmeat.net/projects/ddir Package: ddskk Priority: optional Section: utils Installed-Size: 2265 Maintainer: Tatsuya Kinoshita Architecture: all Version: 14.4-2.4.201403191022 Replaces: skk Provides: skk Depends: emacs | emacs23 | emacs22 | emacs21 | emacs-snapshot | xemacs21-mule | xemacs21-mule-canna-wnn | xemacs21-gnome-mule | xemacs21-gnome-mule-canna-wnn, emacs | emacs23 | emacs22 | emacs-snapshot | apel (>= 10.7), dpkg (>= 1.15.4) | install-info Recommends: dbskkd-cdb | skkserv | skkdic-cdb | skkdic Suggests: skkdic, skkdic-extra, skktools, lookup-el, kakasi, w3m-el, eieio, ruby1.8, dictionaries-common Conflicts: skk Filename: 4.0-0/all/ddskk_14.4-2.4.201403191022_all.deb Size: 814200 MD5sum: 8d0b84b1cba8793f80e1576cda192176 SHA1: e99002de5299cf8e138edc2019585ff78ab4930c SHA256: 187db04c54263e2b56a98bc72900bd5468408c03db8550d8b0a110b30520ef36 Description: efficient Japanese input system for emacsen Daredevil SKK (DDSKK) is a fast and efficient Japanese input system written in Emacs Lisp. . DDSKK is an expand version of SKK (Simple Kana to Kanji conversion program, originated by Masahiko Sato). The way of Kana to Kanji conversion is characteristic of SKK. To learn the usage of DDSKK, the tutorial program `skk-tutorial' is available. . By default, DDSKK tries to connect an skkserv compatible dictionary server such as dbskkd-cdb, skksearch or yaskkserv on localhost. Directly use of a dictionary file without skkserv is also supported. . To make a local dictionary from the skkdic package and the skkdic-extra package, use the update-skkdic command of the skktools package. To use optional features, install required packages such as lookup-el, kakasi, and so on. Homepage: http://openlab.jp/skk/ Package: ddtc Priority: optional Section: text Installed-Size: 214 Maintainer: Nicolas Bertolissio Architecture: all Version: 0.17.1.4.201403191032 Depends: perl, libmime-perl, libmime-base64-perl, libconfig-general-perl, libalgorithm-diff-perl (>= 1.13), libtext-iconv-perl Recommends: liblocale-gettext-perl, libterm-readline-gnu-perl Suggests: acheck Conflicts: ddts-script Filename: 4.0-0/all/ddtc_0.17.1.4.201403191032_all.deb Size: 60858 MD5sum: ed7e0118f7ea13768b8531719e34bca9 SHA1: 98cddb4f076498bb3c9649e28ec6252eb4f7d51d SHA256: 49f9189d430f3b9697c9e8ee3a115184f70eae4a779076ef6d8c00967e139244 Description: Deal with ddts mails ddtc stands for Debian Description Translation Client. It's a Perl script to help both translators and reviewers to deal with ddts mails. It parses mails from the ddts, splits them into individual package files, sends translations, reviews and patches buggy translations. . Supports only package description (pdesc) for the moment. Package: debarchiver Priority: optional Section: devel Installed-Size: 279 Maintainer: Ola Lundqvist Architecture: all Version: 0.9.10.4.201403191051 Depends: opalmod (>= 0.1.10), apt-utils | dpkg-dev, adduser Recommends: exim4 | mail-transport-agent | mailutils | bsd-mailx | mailx Suggests: devscripts, gnupg Filename: 4.0-0/all/debarchiver_0.9.10.4.201403191051_all.deb Size: 66398 MD5sum: 9a9062e8b9ee52877c0c5f6771d44fd4 SHA1: 37e5ffdeee6a54f47cd38660a0c0fffcdec7651b SHA256: f689e89b4baba1ea29dff899e360ff12139a8a6f4050e9ed7c18270e4f6051b7 Description: Tool to handle Debian package archives This tool can create a potato like file structure that dselect, apt-get and similar tools can use for easier installation. . You just have to place the package files into a incoming directory and the tool does the sorting (if you place the generated '.changes' file there too). . OBSERVE! This package will create a cronjob that does the actual sorting. Package: debaux-debconf Priority: optional Section: devel Installed-Size: 47 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: debaux Version: 0.1.10-1.4.201403191056 Depends: perl, debconf | debconf-2.0 Filename: 4.0-0/all/debaux-debconf_0.1.10-1.4.201403191056_all.deb Size: 6896 MD5sum: 16ab94decc55ac8e1e2176e219648202 SHA1: a01c762336d734e91abdf6926d821b3db1efd48c SHA256: 11de3a348e7aed43b8a3f0b19fab9338635918caaf82c4dab88921eec5f493a0 Description: Perl Interface to Debconf This package contains the DebAux::Debconf module, which provides an easy-to-use interface for some of the Debconf::Client::ConfModule functions. . It has been separated from the debaux package to allow packages utilizing this package during configuration and/or installation without drawing the whole list of debaux's dependencies. Package: debaux Priority: optional Section: devel Installed-Size: 125 Maintainer: Stefan Hornburg (Racke) Architecture: all Version: 0.1.10-1.4.201403191056 Depends: perl, libappconfig-perl, libnet-ssh-perl, libtimedate-perl, libwww-perl, dpkg-dev, rsync Suggests: dh-make Filename: 4.0-0/all/debaux_0.1.10-1.4.201403191056_all.deb Size: 31232 MD5sum: 96627d9a0e18f6f3947cc658566f7fda SHA1: 23d1a44440e8954ce074fcb1334f0307330c045f SHA256: 38449b936da8a7be017bee7cbd8cbbc7bd0945bac0deb25daaf1e679ac2c8cf7 Description: Debian Auxiliary Programs This package contains Perl programs and modules to build and publish Debian packages. . debaux-build automatically downloads APT sources before building, applies patches and additional sources. It has options to build the packages in an existing chroot environment, check the generated packages with lintian, install the created packages on your local system or turn them into RPM packages. . debaux-build has experimental support for downloading Perl modules from CPAN and creating the necessary Debian packaging files. . debaux-publish uploads packages and runs the scripts to create the APT sources and packages files on the remote system. debaux-publish doesn't support the pool structure yet. Package: debbugs Priority: optional Section: misc Installed-Size: 371 Maintainer: Debbugs developers Architecture: all Version: 2.4.1.4.201403191059 Depends: perl5 | perl, exim | mail-transport-agent, libmailtools-perl, ed, libmime-perl, libio-stringy-perl Recommends: httpd, links | lynx Filename: 4.0-0/all/debbugs_2.4.1.4.201403191059_all.deb Size: 85200 MD5sum: a1a1fd8dc591ced3171e8b118bc9ee22 SHA1: 92d35c94cd87af9ad5b9a13522d85fb8924b54df SHA256: 7cdad8afd87b8ae4ea64b6926f191a17d8a1c753683b6abead4c66e73eb23a78 Description: The bug tracking system based on the active Debian BTS Debian has a bug tracking system which files details of bugs reported by users and developers. Each bug is given a number, and is kept on file until it is marked as having been dealt with. The system is mainly controlled by e-mail, but the bug reports can be viewed using the WWW. . This version is fully functional, but it does not automatically configure. See /usr/share/doc/debbugs/README.Debian after installation. . Note: there might be various issues with this package, caveat emptor. Package: debconf-doc Priority: optional Section: doc Installed-Size: 452 Maintainer: Debconf Developers Architecture: all Source: debconf Version: 1.5.49.35.201403191101 Suggests: debian-policy (>= 3.5) Conflicts: debconf (<< 0.3.10) Filename: 4.0-0/all/debconf-doc_1.5.49.35.201403191101_all.deb Size: 314182 MD5sum: b9a0a5b64fdd034e218edbe3f01f671c SHA1: 3ba623f4c5e08bf2c1ca623ef43d4bf15f7c7867 SHA256: 352e16f84f0ac18236ab35733e2f4c18269da5b1227c30f32264d45926854990 Description: debconf documentation This package contains lots of additional documentation for Debconf, including the debconf user's guide, documentation about using different backend databases via the /etc/debconf.conf file, and a developer's guide to debconf. Package: debdelta-doc Priority: optional Section: doc Installed-Size: 252 Maintainer: A Mennucc1 Architecture: all Source: debdelta Version: 0.50+2.7.201403191118 Recommends: debdelta Filename: 4.0-0/all/debdelta-doc_0.50+2.7.201403191118_all.deb Size: 142650 MD5sum: 2710a5adb1069977668a720b6e7e71bb SHA1: 54e590a7d81c81e5aa5ee1e523b18595edee9d67 SHA256: f27406b167781f25aee0b1e46bb1bb2d5f1b9c6f8e79e535e301fec7a197b652 Description: diff and patch utilities which work with Debian packages debdelta is a program suite designed to compute changes between Debian packages. These changes (deltas) are similar to the output of the "diff" program in that they may be used to store and transmit only the changes between Debian packages. . This package contains the documentation. Homepage: http://debdelta.debian.net Package: debget Priority: optional Section: utils Installed-Size: 111 Maintainer: Roderick Schertler Architecture: all Version: 1.6+nmu1.4.201403191124 Depends: perl, libapt-pkg-perl, libnet-perl, libproc-waitstat-perl, libwww-perl Suggests: devscripts Filename: 4.0-0/all/debget_1.6+nmu1.4.201403191124_all.deb Size: 31862 MD5sum: bdec3c7597db5455edddb8f09a5aff1d SHA1: 6bcba75a4af6705887c9abcd705aa91d46982af7 SHA256: 64d2058c0c768fb2c6d0701cd2a48401d8d206ec556e4349dc679758c57c7fe2 Description: download/compile source and binary Debian packages debget downloads source and binary Debian packages by name. It doesn't require a local copy of the Packages files, instead it queries packages.debian.org to find out what versions are available. . debget can also optionally unpack and compile source packages, and even install the generated binary packages. If you intend to use these features you should install the devscripts package for the dscverify script it contains. Package: debian-builder Priority: optional Section: admin Installed-Size: 98 Maintainer: Deepak Tripathi Architecture: all Version: 1.8.4.201403191134 Depends: perl, perl-modules, build-essential, devscripts, dpkg-dev Filename: 4.0-0/all/debian-builder_1.8.4.201403191134_all.deb Size: 15200 MD5sum: 3cae9a80ff324dc5050457c5c2f4bb2e SHA1: c5c70de8b031c1c0bfb78ae4cea041e47f00d3d7 SHA256: e038618ad64f1e4575891687f8f62b60ac8df63078a7ba416510e916a20b7f1b Description: Rebuild Debian packages from source code This is a simple tool which is designed to allow a local administrator to rebuild individual Debian packages from their source code. . With the aid of a few included wrapper scripts this allows automatically rebuilding a package and all its dependencies. . Note: This software is not designed to enhance your installation by producing optimized binaries, however this may be achieved with the aid of companion packages such as 'pentium-builder', or 'athlon-builder'. . The prime purpose of this package is to ease the testing of compiler patches such as the Stack Smashing Protection patch available from IBM. Package: debian-cd Priority: extra Section: admin Installed-Size: 2245 Maintainer: Debian CD Group Architecture: all Version: 3.1.13.13.201411061410 Depends: curl, perl, dpkg-dev, cpp, libdigest-md5-perl, libdigest-sha-perl, tofrodos, apt (>= 0.3.11.1), make, xorriso | genisoimage, lynx-cur | lynx, grep-dctrl, bc, libcompress-zlib-perl, bzip2, libdpkg-perl Recommends: hfsutils, netpbm, syslinux-common, mtools, dosfstools Filename: 4.0-0/all/debian-cd_3.1.13.13.201411061410_all.deb Size: 889374 MD5sum: 597b14e622c5cc546c138378ae6b12bc SHA1: c8674a87cb2e3ac0684968439efafa451b7a3797 SHA256: 57a3c540bf001ff31ffbed3189d98fdca2351a8674817bbe9ef0276366b7beb3 Description: Tools for building (Official) Debian CD set Debian-cd is the official tool for building Debian CD set since the potato release. It was formerly called YACS (for Yet Another CD Script). . Its goal is to facilitate the creation of customized Debian CD set. Package: debian-edu-archive-keyring Priority: optional Section: misc Installed-Size: 33 Maintainer: Debian Edu Developers Architecture: all Version: 2013.03.15.4.201403191142 Depends: gnupg, apt Filename: 4.0-0/all/debian-edu-archive-keyring_2013.03.15.4.201403191142_all.deb Size: 4862 MD5sum: 8743ba14a7489b54c9e9adb8c8a86900 SHA1: f1ff435f275b2f6697ac50f3b71a4cd4471d9ff4 SHA256: c55550d7ed732a93813285fb2e4d7603ecad050bb47b4dc17a98dab01e7756e2 Description: GnuPG archive keys of the Debian Edu archive The Debian Edu project digitally signs its Release files. This package contains the archive keys used for that. Package: debian-edu-artwork Priority: optional Section: graphics Installed-Size: 24977 Maintainer: Debian Edu developers Architecture: all Version: 0.45-1.4.201403191143 Depends: dconf-gsettings-backend | gsettings-backend, gconf2 (>= 2.28.1-2), libconfig-inifiles-perl, desktop-base, libglib2.0-bin Filename: 4.0-0/all/debian-edu-artwork_0.45-1.4.201403191143_all.deb Size: 15931448 MD5sum: d67b2e6c4253116e9e557786e6deb655 SHA1: 15685ac98ad3c90237c03de3dfa8656eee341176 SHA256: f38a1ea365d9913bc689988ebbc520f31a74cbfa57b6002fe1e60bc7e7dcbe93 Description: Debian Edu themes and artwork This package contains a collection of images, themes, wallpapers and splash screens for use with Debian Edu. Enhances: gdm3, kdm, ldm, lightdm Package: debian-edu-config Priority: extra Section: misc Installed-Size: 1848 Maintainer: Debian Edu Developers Architecture: all Version: 1.702.4.201403191148 Replaces: debian-edu-config-gosa-netgroups (<< 1.699~) Provides: debian-edu-config-gosa-netgroups Depends: debconf (>= 0.5) | debconf-2.0, python, debconf-utils, cfengine2, libconfig-inifiles-perl, mime-support, libnet-ldap-perl, ng-utils, host, desktop-profiles, lsb-base, ssl-cert, openssl, libfilesys-df-perl, libtext-unaccent-perl, libhtml-fromtext-perl, libio-socket-ssl-perl, discover, tftp | tftp-hpa, debian-edu-artwork, education-tasks (>= 0.853), net-tools, patch, base-files (>= 5.3), python-notify, libterm-readkey-perl, fping, ldap-utils, libnet-netmask-perl, smbldap-tools, lockfile-progs Recommends: resolvconf, ddccontrol | xresprobe, syslinux, memtest86+, libnotify-bin, lsof, libjavascript-perl Suggests: atftpd | tftpd-hpa Breaks: debian-edu-config-gosa-netgroups (<< 1.699), debian-edu-install (<< 1.521~svn74617), dhcp3-client (<< 4.1.1-P1-9), dhcp3-server (<< 4.1.1-P1-9), nslcd (<< 0.7.7), slapd (<< 2.4.23-5) Filename: 4.0-0/all/debian-edu-config_1.702.4.201403191148_all.deb Size: 394006 MD5sum: ff4821651cc14b6c6351b456295e7652 SHA1: 1b92c9d443fe0991dfc9f85ad4e8df51b15d68b7 SHA256: 04c198fd8853d78fbf4e00dbdc53fd1a7513fdb30f0e3a9c1df05028259ee35a Description: Configuration files for Skolelinux systems Installs cfengine config files to be used by the machines set up as part of the Skolelinux project. Homepage: http://www.skolelinux.org Package: debian-edu-doc-da Priority: optional Section: doc Installed-Size: 10404 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-da_1.5~20130920~7.1.4.201403191151_all.deb Size: 9846268 MD5sum: 21cc862b90d4ced77dc67f9d35cc3bc8 SHA1: 81f45bf900af1112c536020f7796735ab1d8221f SHA256: 8d668cc47ac4cdce19bb544023cb0a71fc9ca9fa77b0b936536f685475487295 Description: Danish documentation from the Debian Edu project The Danish version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-de Priority: optional Section: doc Installed-Size: 14731 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-de_1.5~20130920~7.1.4.201403191151_all.deb Size: 14147020 MD5sum: 119c57c3a1ec5027b0584fce552de75d SHA1: c3efdf8d242c2c2022e9add10cd795b053719b4a SHA256: 8a7908a0f8aadcf5325fb36e8a15662d5da71f89be9179186f6d0201be00af54 Description: German documentation from the Debian Edu project The German version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-en Priority: optional Section: doc Installed-Size: 25008 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Filename: 4.0-0/all/debian-edu-doc-en_1.5~20130920~7.1.4.201403191151_all.deb Size: 24369840 MD5sum: 51f51c47ba7b181ea3f419e2dcda5e5f SHA1: 23a38a9b596f618a2a19b0efdc0ca914cf019c4b SHA256: 665f2aa7b7388ce58cf0dca86587f53cc73014c306ab97206e1a2b75926a9eb7 Description: English documentation from the Debian Edu project The English version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package, as well as the Rosegarden and Audacity manuals. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-es Priority: optional Section: doc Installed-Size: 14189 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-es_1.5~20130920~7.1.4.201403191151_all.deb Size: 13585850 MD5sum: 8f1a7568074354efc2ae0cb7c9e369be SHA1: e033891c601ba4b16da1a68780172c8d838d9d3e SHA256: 1ff79239800ea8d06c31038224ee10441513419fafcd407b9aac1976f29ebefe Description: Spanish documentation from the Debian Edu project The Spanish version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package, as well as the Rosegarden manual. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-fr Priority: optional Section: doc Installed-Size: 22814 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-fr_1.5~20130920~7.1.4.201403191151_all.deb Size: 22120104 MD5sum: d6a1ddd3d10f4cc3331a9936e0d7c3f5 SHA1: b22b434feaf0b0049823c566ec97bcce8d539915 SHA256: c0fa73737698338002ea7a0734020fc925b9dd5e178a7b92178c3692fc49c974 Description: French documentation from the Debian Edu project The French version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package, as well as the Rosegarden and Audacity manuals. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-it Priority: optional Section: doc Installed-Size: 10750 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-it_1.5~20130920~7.1.4.201403191151_all.deb Size: 10194258 MD5sum: ae795e8db701d248cee3343f03502de5 SHA1: 10a34d1ddbe858e2ee09abad29b78bcea525bd1d SHA256: 2fbc40e39a51ae25c834586bb3f907054ad11c53e7f3bb1f75a6df49f32cfbdd Description: Italian documentation from the Debian Edu project The Italian version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-doc-nb Priority: optional Section: doc Installed-Size: 17178 Maintainer: Debian Edu Developers Architecture: all Source: debian-edu-doc Version: 1.5~20130920~7.1.4.201403191151 Depends: debian-edu-doc-en Filename: 4.0-0/all/debian-edu-doc-nb_1.5~20130920~7.1.4.201403191151_all.deb Size: 16591522 MD5sum: c77aa7ec7182aafbd5e0a6b8b9099577 SHA1: cb3a94b893a1d35d7b295151aad6fa63c5e9b91f SHA256: 8ac1e72c8429fafca4aa3b18d1bb2b153d4344e013fb040b1ee776d80bf0fe2f Description: Bokmål documentation from the Debian Edu project The Bokmål version of the manual for the Squeeze and Wheezy based release of the Debian Edu / Skolelinux project is included in this package, as well as the Rosegarden manual. . Debian Edu is a Debian project to make the best distribution for educational purposes. Skolelinux is the name of the Custom Debian Distribution which is produced by the Debian Edu project. Homepage: http://wiki.debian.org/DebianEdu/Documentation/Squeeze Package: debian-edu-install Priority: extra Section: misc Installed-Size: 125 Maintainer: Debian Edu Developers Architecture: all Version: 1.720.4.201403191208 Depends: debconf (>= 0.5) | debconf-2.0, debian-edu-config (>= 1.448), libgtk2-perl (>= 1:1.130) Filename: 4.0-0/all/debian-edu-install_1.720.4.201403191208_all.deb Size: 54620 MD5sum: 88b17bc46c6762fe1795a54fee79a4e7 SHA1: 04be965a1a7931574e1545ba78f1846a791f0924 SHA256: 42e84d9c6ff802b9e2389f79d8efb1cec2d12c2b11a7bca5baac63c35282a92d Description: Set d-i values to install Debian Edu without questions This package provides default answers for packages using debconf, and configures services to work out of the box after an installation. . This is part of the Debian Edu project. Homepage: http://www.skolelinux.org Package: debian-el Priority: optional Section: lisp Installed-Size: 368 Maintainer: Peter S Galbraith Architecture: all Source: emacs-goodies-el Version: 35.2+nmu1.6.201403212209 Replaces: debbugs-el, debview Provides: debbugs-el, debview Depends: emacs23 | emacsen, reportbug (>= 4.12), dpkg (>= 1.15.4) | install-info, bzip2, file Recommends: wget, dlocate, groff-base Suggests: gnus Filename: 4.0-0/all/debian-el_35.2+nmu1.6.201403212209_all.deb Size: 104294 MD5sum: c6d16467848c177da518c65245a5ed85 SHA1: 1e6ff77c3d381ccba42a7e59d038c83403aa8dc6 SHA256: eb39e3451b61d3a0e46d1173cb4a26b9af89bd1b28569306108e16e3af1fecd5 Description: Emacs helpers specific to Debian users This package contains: . apt-sources - major mode for editing Debian sources.list files; apt-utils - interface to APT (Debian package management); debian-bug - an Emacs command to submit a bug report; deb-view - view contents of Debian package, similarly to tar-mode; gnus-BTS - provides buttons for bug numbers seen in Gnus messages; preseed - major mode for editing debian-installer preseed files. . See /usr/share/doc/debian-el/README.Debian for a short description of all files, or the Info node `debian-el' for details. Package: debian-faq-de Priority: optional Section: doc Installed-Size: 1364 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: debian-faq Version: 5.0.1.4.201403191214 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/debian-faq-de_5.0.1.4.201403191214_all.deb Size: 828418 MD5sum: 1f0ca3dbc09077a845e2443e0804da8b SHA1: 5c397beb0c692afa79c2c2ae5466fc05c8117f92 SHA256: ba6ffb881587e027f4f0085c4d8dcad4c1c04a076352c261d3441023a6d31b75 Description: Debian FAQ, in German In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . The document is supplied in HTML, PDF, PostScript and plain text. . This is the translation in German of the original English FAQ (available in the package debian-faq.) Homepage: http://www.debian.org/doc/user-manuals#faq Package: debian-faq-fr Priority: optional Section: doc Installed-Size: 1392 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: debian-faq Version: 5.0.1.4.201403191214 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/debian-faq-fr_5.0.1.4.201403191214_all.deb Size: 811462 MD5sum: 852cdad4916c134418fff0902f82af31 SHA1: b1b85596086c1636836cf60fa477eef5eacbf114 SHA256: b744a068f219f6724af9bf8f6f4ce6a2a950d38056e7d0d0610a2c715ba835d2 Description: Debian FAQ, in French In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . The document is supplied in HTML, PDF, PostScript and plain text. . This is the translation in French of the original English FAQ (available in the package debian-faq.) Homepage: http://www.debian.org/doc/user-manuals#faq Package: debian-faq-it Priority: optional Section: doc Installed-Size: 1351 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: debian-faq Version: 5.0.1.4.201403191214 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/debian-faq-it_5.0.1.4.201403191214_all.deb Size: 799218 MD5sum: b5b848bb2a66c63008591d922cbb7214 SHA1: 23adfacbaebf1bd1b1904ee277543f7387ff7c67 SHA256: eefe9029bcd40339dfe351b791577e8d9f9450fcff94f29a217069ebe5b1e7cb Description: Debian FAQ, in Italian In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . The document is supplied in HTML, PDF, PostScript and plain text. . This is the translation in Italian of the original English FAQ (available in the package debian-faq.) Homepage: http://www.debian.org/doc/user-manuals#faq Package: debian-faq-ru Priority: optional Section: doc Installed-Size: 1570 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: debian-faq Version: 5.0.1.4.201403191214 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/debian-faq-ru_5.0.1.4.201403191214_all.deb Size: 868394 MD5sum: b84a7b896df56b63b60472749bfe1b74 SHA1: b3a9e0961f1406193259bf9bfd99e4dd52b51eaf SHA256: c99e3153c3e8a6d3904516d21cff92cd20b5920f86ce247e6ef62dd69fbc7fe1 Description: Debian FAQ, in Russian In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . The document is supplied in HTML, PDF, PostScript and plain text. . This is the translation in Russian of the original English FAQ (available in the package debian-faq.) Homepage: http://www.debian.org/doc/user-manuals#faq Package: debian-faq-zh-cn Priority: optional Section: doc Installed-Size: 2284 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Source: debian-faq Version: 5.0.1.4.201403191214 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/debian-faq-zh-cn_5.0.1.4.201403191214_all.deb Size: 1962890 MD5sum: 1faea39616c9c413f80d48812e7e72b6 SHA1: 32106c71dbbb5b04d68281453e0718091666979a SHA256: 1a168fa01d73c2948e16f0e2bf33ba94903d523919a9cc2d2c899cb597cc105d Description: Debian FAQ, in Chinese In this package you will find the Debian GNU/Linux FAQ, which gives frequently asked questions (with their answers!) about the Debian distribution (Debian GNU/Linux and others) and about the Debian project. Some answers assume some knowledge of Unix-like operating systems. However, as little prior knowledge as possible is assumed: answers to general beginners questions will be kept simple. . The document is supplied in HTML, PDF, PostScript and plain text. . This is the translation in Chinese (as spoken in China) of the original English FAQ (available in the package debian-faq.) Homepage: http://www.debian.org/doc/user-manuals#faq Package: debian-goodies Priority: optional Section: utils Installed-Size: 182 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 0.61.4.201403191228 Replaces: debget Depends: dctrl-tools | grep-dctrl, perl, curl, python (>= 2.4), whiptail | dialog Recommends: lsof Suggests: popularity-contest, xdg-utils, zenity Conflicts: debget Filename: 4.0-0/all/debian-goodies_0.61.4.201403191228_all.deb Size: 64798 MD5sum: 57975eb2c54ba7f176e7a144158a7bc5 SHA1: a100d5a7302f948e9893d057b8f2833e1a16332e SHA256: 6b3b9a1cf742c6895c6fe1cd67e9d295a08c7597c1f7525403dce3d8b823fafb Description: Small toolbox-style utilities for Debian systems These programs are designed to integrate with standard shell tools, extending them to operate on the Debian packaging system. . dgrep - Search all files in specified packages for a regex dglob - Generate a list of package names which match a pattern . These are also included, because they are useful and don't justify their own packages: . debget - Fetch a .deb for a package in APT's database dpigs - Show which installed packages occupy the most space debman - Easily view man pages from a binary .deb without extracting debmany - Select manpages of installed or uninstalled packages checkrestart - Help to find and restart processes which are using old versions of upgraded files (such as libraries) popbugs - Display a customized release-critical bug list based on packages you use (using popularity-contest data) which-pkg-broke - find which package might have broken another Package: debian-handbook Priority: optional Section: doc Installed-Size: 24741 Maintainer: Raphaël Hertzog Architecture: all Version: 7.20140126.3.201403191233 Filename: 4.0-0/all/debian-handbook_7.20140126.3.201403191233_all.deb Size: 23501256 MD5sum: 840e379fba822250a56c328f6129e28c SHA1: cc13a824133318b91f23450efe85131f4edd3e5e SHA256: d28ed50169dc8cf564ab5c95845dd3e097176fb3c3a618064d1951be3371ed52 Description: reference book for Debian users and system administrators Accessible to all, the Debian Administrator's Handbook teaches the essentials to anyone who wants to become an effective and independent Debian GNU/Linux administrator. . It covers all the topics that a competent Linux administrator should master, from the installation and the update of the system, up to the creation of packages and the compilation of the kernel, but also monitoring, backup and migration, without forgetting advanced topics like SELinux setup to secure services, automated installations, or virtualization with Xen, KVM or LXC. . The Debian Administrator's Handbook has been written by two Debian developers — Raphaël Hertzog and Roland Mas. . This package contains the English book covering Debian 7 “Wheezy”. All the files are available in /usr/share/doc/debian-handbook/. Homepage: http://debian-handbook.info Package: debian-history Priority: optional Section: doc Installed-Size: 4626 Maintainer: Bdale Garbee Architecture: all Version: 2.19.4.201403191246 Filename: 4.0-0/all/debian-history_2.19.4.201403191246_all.deb Size: 4049912 MD5sum: 92b4d3fa61e159f89ddbf25025c5a8f6 SHA1: 142ac0b7b78b02408258d348ead472891592af09 SHA256: eb6c718296ca161790b15e37bc34055d2fb57c23757637ead102b944ffa39116 Description: Short History of the Debian Project As the Debian community continues to grow, and "old timers" become fewer and farther between, it seems appropriate to document where the project came from, and what it is about. . In English, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Lithuanian. Homepage: http://www.debian.org/doc/misc-manuals#history Package: debian-installer-launcher Priority: optional Section: utils Installed-Size: 128 Maintainer: Debian Install System Team Architecture: all Version: 17.5.201403191309 Depends: debconf (>= 0.5) | debconf-2.0, menu, psmisc, xterm | x-terminal-emulator Suggests: kexec-tools Filename: 4.0-0/all/debian-installer-launcher_17.5.201403191309_all.deb Size: 25984 MD5sum: a2c0de9a85d6853f92a6cc1c6bc172de SHA1: 98d4241fa8e7dea66d5ae6c4be814b44c53eec2c SHA256: a7c07f92d395e0bd761958e1c0890bce9579e3ad5334425e021593e7ea0ebe5e Description: Debian Installer desktop launcher This is a desktop launcher for Debian Installer images. It is intended to be used on Debian Live systems. . You probably do not want to install this package onto a non-live system, although it will do no harm. Package: debian-kernel-handbook Priority: extra Section: doc Installed-Size: 174 Maintainer: Debian kernel team Architecture: all Source: kernel-handbook Version: 1.0.15.2.201403231101 Recommends: www-browser Filename: 4.0-0/all/debian-kernel-handbook_1.0.15.2.201403231101_all.deb Size: 28376 MD5sum: 697dbf138b6614963ad86fb7991aac49 SHA1: da455a55478f50193289344edc3609f838dee428 SHA256: cde388b654090de7fc79b7d2a27e6c8b9b4a39f9a9ff9352502525f424cce383 Description: reference to Debian Linux kernel packages and development A reference manual for: . * Working on the linux package * Building custom kernels and modules * Working with initramfs images * Kernel team policies Multi-Arch: foreign Package: debian-keyring Priority: optional Section: misc Installed-Size: 49077 Maintainer: Debian Keyring Maintainers Architecture: all Version: 2013.04.21.5.201403191323 Replaces: debian-maintainers Provides: debian-maintainers Recommends: gnupg (>= 1.0.6-4) Conflicts: debian-maintainers Filename: 4.0-0/all/debian-keyring_2013.04.21.5.201403191323_all.deb Size: 45371212 MD5sum: c3efdab1f90d83fd0ac92e31e55f2835 SHA1: 1b913dbaaa472569e04791b94de28c7862a952b2 SHA256: b6846033f2ea6086174b98b9fc601335f923460ae811c0b169370ccd32db858c Description: GnuPG keys of Debian Developers The Debian project wants developers to digitally sign the announcements of their packages with GnuPG, to protect against forgeries. This package contains keyrings of GnuPG and keys of developers. Homepage: http://keyring.debian.org/ Package: debian-policy Priority: optional Section: doc Installed-Size: 3527 Maintainer: Debian Policy List Architecture: all Version: 3.9.3.1.4.201403191326 Suggests: doc-base Filename: 4.0-0/all/debian-policy_3.9.3.1.4.201403191326_all.deb Size: 2083744 MD5sum: 6f264c0539c9095958db147e6d915617 SHA1: e47ae595be61a559b9ff6d3376b93c70e8a69160 SHA256: 841b08e23f8536badf7af9ba21469e1e4ca786e5ab47bd50a2b38b5b9a18e37f Description: Debian Policy Manual and related documents This package contains: - Debian Policy Manual - Filesystem Hierarchy Standard (FHS) - Debian Menu sub-policy - Debian Perl sub-policy - Debian configuration management specification - Machine-readable debian/copyright specification - Authoritative list of virtual package names - Policy checklist for upgrading your packages - Paper about libc6 migration It also replaces the old Packaging Manual; most of the still-relevant content is now included as appendices to the Policy Manual. Package: debian-ports-archive-keyring Priority: extra Section: misc Installed-Size: 43 Maintainer: Aurelien Jarno Architecture: all Version: 2012.01.08.4.201403191336 Depends: gnupg, apt Filename: 4.0-0/all/debian-ports-archive-keyring_2012.01.08.4.201403191336_all.deb Size: 13914 MD5sum: aa2057cb64dde92e9c636e1bfa5f96d1 SHA1: 365c5df5880d289b766934135eeaccd68eac7a9f SHA256: 785d4acb146cc1e223f6600371b41db96024d5eeb63686c522b813cfd0126b3b Description: GnuPG archive keys of the debian-ports archive The debian-ports archive digitally signs its Release files. This package contains the archive keys used for that. Package: debian-refcard Priority: optional Section: doc Installed-Size: 3352 Maintainer: Debian Documentation Project Architecture: all Source: refcard Version: 5.0.8.9.201403160423 Recommends: evince | pdf-viewer Suggests: doc-base Filename: 4.0-0/all/debian-refcard_5.0.8.9.201403160423_all.deb Size: 3392996 MD5sum: 0a54df9fa2fb0c4b47fa657c5b8b847d SHA1: f14f04de80f5b8f6fe7476902a50466047bdbee0 SHA256: 2cb08e13c1e654d77942c414621c711ddbd3464b5c75f2494dcbb520eb89e290 Description: printable reference card for the Debian system The Debian GNU/Linux reference card provides new users help with the most important commands. Basic knowledge of computers, files, directories and the command line is required, however. The package contains printable PDF files in multiple languages. Homepage: http://www.debian.org/doc/manuals/refcard/ Package: debian-reference-common Priority: optional Section: doc Installed-Size: 140 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Suggests: mc, vim, w3m | www-browser Filename: 4.0-0/all/debian-reference-common_2.50.5.201403191341_all.deb Size: 32462 MD5sum: 35babbd2f2e6516b2f00a23067a89980 SHA1: 3cf50f4b2e9877146876823a442c077f28224d46 SHA256: 5f5180a907a7cd176c9c80a982d66d2b2e18702c8cf553078057e34cb952b138 Description: Debian system administration guide, common files This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . This provides menu functionality and other common files. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference-en Priority: optional Section: doc Installed-Size: 2223 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Depends: debian-reference-common (>= 2.00) Suggests: doc-base Filename: 4.0-0/all/debian-reference-en_2.50.5.201403191341_all.deb Size: 615748 MD5sum: 330c98bc7ad237204f00163caca4df8e SHA1: 2403d4c8ea8d07de9380d7c7b82312dcb5bcee17 SHA256: 134b03cfe2cba3674a7033a6a294e1cead1be5ac34b52bbddbd0ec3d6d129a0e Description: Debian system administration guide, English original This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . The English original version. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference-fr Priority: optional Section: doc Installed-Size: 2418 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Replaces: quick-reference-fr Depends: debian-reference-common (>= 2.00) Recommends: debian-reference-en Suggests: doc-base Conflicts: quick-reference-fr Filename: 4.0-0/all/debian-reference-fr_2.50.5.201403191341_all.deb Size: 713070 MD5sum: 2bc63b104b13150db1a644470a203425 SHA1: 27eed1b9aa6b26a3b92a8880271dd90216e906f7 SHA256: aa4ccc2c47258a0d665647ba910f8a4249131fd89b1abc714749670db67c1126 Description: Debian system administration guide, French translation This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . The French translation. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference-it Priority: optional Section: doc Installed-Size: 2327 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Replaces: quick-reference-it Depends: debian-reference-common (>= 2.00) Recommends: debian-reference-en Suggests: doc-base Conflicts: quick-reference-it Filename: 4.0-0/all/debian-reference-it_2.50.5.201403191341_all.deb Size: 679202 MD5sum: 23f3d0b56898407527c86a9781998519 SHA1: 28a442a76fa093281c8d0338e3afcaaddd5d2814 SHA256: 2a4c0545aedaac397209a186d707f4ce3bfe1bac6bc0f4a04d80b2b47fa16331 Description: Debian system administration guide, Italian translation This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . The Italian translation. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference-ja Priority: optional Section: doc Installed-Size: 2453 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Replaces: quick-reference-ja Depends: debian-reference-common (>= 2.00) Recommends: debian-reference-en Suggests: doc-base Conflicts: quick-reference-ja Filename: 4.0-0/all/debian-reference-ja_2.50.5.201403191341_all.deb Size: 715020 MD5sum: ad0bbdaae24d450ff9c20da5bf1f9166 SHA1: 8f1c6696ab857c9194be2d1e8c2270bbd4a949c3 SHA256: 27dc031f71780b09fc68a6540d6b4531583a3a1ca391c08201483865b173149e Description: Debian system administration guide, Japanese translation This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . The Japanese translation. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference-pt Priority: optional Section: doc Installed-Size: 2300 Maintainer: Osamu Aoki Architecture: all Source: debian-reference Version: 2.50.5.201403191341 Depends: debian-reference-common (>= 2.00) Recommends: debian-reference-en Suggests: doc-base Filename: 4.0-0/all/debian-reference-pt_2.50.5.201403191341_all.deb Size: 669410 MD5sum: 35555f702ff4b518704b1878b38feac7 SHA1: ded6ed6e9148c98a1aede40982f938a7eb64ab2e SHA256: a3771f94bc7a4a72cc62dee57adf4aec60f9a49b6753de530fbbde011a1e8729 Description: Debian system administration guide, Portuguese translation This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . The Portuguese (Portugal) translation. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-reference Priority: optional Section: doc Installed-Size: 42 Maintainer: Osamu Aoki Architecture: all Version: 2.50.5.201403191341 Depends: debian-reference-en Recommends: debian-reference-ja, debian-reference-fr, debian-reference-it, debian-reference-pt Filename: 4.0-0/all/debian-reference_2.50.5.201403191341_all.deb Size: 18048 MD5sum: 815c959b3480a3c272f340f5a9cf3357 SHA1: b1ce36f5d5a875ea69b6e9bae6ce161cd15f3063 SHA256: dab9b6323ca6eb8a3d09f837059e3e9c1b8c4c4ee2d66f596e4bc8d8effe7d0c Description: metapackage to install (all) translations of Debian Reference This Debian Reference is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. . This installs all translations when "Recommends:" are installed. Homepage: http://www.debian.org/doc/user-manuals#quick-reference Package: debian-timeline Priority: optional Section: web Installed-Size: 115 Maintainer: Chris Lamb Architecture: all Version: 18.4.201403191356 Depends: libjs-simile-timeline Filename: 4.0-0/all/debian-timeline_18.4.201403191356_all.deb Size: 21110 MD5sum: f6698e4bcae8c72c0941387464b99799 SHA1: 01d48031857e6f3fd852ed039ce24e491bf21c11 SHA256: e94b93b5963fb6533ee0063411065820ef94817abf68b98b6788fcf5d637b988 Description: Web-based timeline of the Debian GNU/Linux project The Debian Project timeline is a HTML and Javascript-based interactive timeline of the Debian GNU/Linux project. It includes the dates of: . * All Debian releases, including point releases and freeze windows * Infrastructure changes * Conferences and bug-squashing parties * General resolution and DPL votes * Important releases of Debian-specific and third-party software * Curiosa items such as anniversaries and bug number milestones * (and more) Homepage: http://timeline.debian.net/ Package: debian-zh-faq-s Priority: optional Section: doc Installed-Size: 972 Maintainer: Debian Chinese Team Architecture: all Source: debian-zh-faq Version: 1.13.9.201403191408 Filename: 4.0-0/all/debian-zh-faq-s_1.13.9.201403191408_all.deb Size: 967614 MD5sum: 07798ecadce7b5fa84e505ef9fa2abcc SHA1: aaa0b4dab86821f432d63cc60ffcfe5a8aeae9a1 SHA256: aadd8d15adc9a98140f68e5cf042b1a22b675fb2977e12ca31f0a882502ca025 Description: Debian Chinese FAQ (Chinese GB) This package contains the book Debian_Chinese_FAQ (Simplified Chinese GB Version), and it answers some frequently asked question about Chinese environment setup. It also introduce the special Chinese software in Debian. Hope it can help you to use the Debian Operating System. . You can find the documentation in directory /usr/share/doc/debian-zh-faq-s. Package: debian-zh-faq-t Priority: optional Section: doc Installed-Size: 1047 Maintainer: Debian Chinese Team Architecture: all Source: debian-zh-faq Version: 1.13.9.201403191408 Filename: 4.0-0/all/debian-zh-faq-t_1.13.9.201403191408_all.deb Size: 1044032 MD5sum: c0799ff19e22834aa70c74cb7ce46289 SHA1: b21de9911a30c8f4228886d39087990232331072 SHA256: 2b5b9dc82a76c5dfdbbb8a2edccaa46c099c3e39e1ed2fce9286f0675c48c95f Description: Debian Chinese FAQ (Chinese Big5) This package contain the book Debian_Chinese_FAQ (Traditional Chinese Big5 Version), and it answers some frequently asked question about Chinese environment setup. It also introduces the special Chinese software in Debian. Hope it can help you to use the Debian Operating System. . You can find the documentation in directory /usr/share/doc/debian-zh-faq-t. Package: debiandoc-sgml-doc-pt-br Priority: optional Section: doc Installed-Size: 85 Maintainer: Osamu Aoki Architecture: all Version: 1.1.11.4.201403191432 Suggests: debiandoc-sgml Filename: 4.0-0/all/debiandoc-sgml-doc-pt-br_1.1.11.4.201403191432_all.deb Size: 19668 MD5sum: e991e38f4176a70f05b47128d373bdc5 SHA1: 1437d6e507cf4944c815d2248481ef3b4e8e45ad SHA256: 21cf5a88606f0a4b8f4d36ddb485db364cdc781bf39b2c3b8d9991c4247174a6 Description: Documentation for DebianDoc-SGML in Brazilian Portuguese This package contains the documentation for DebianDoc-SGML translated in Brazilian Portuguese in HTML and plain ASCII format. Package: debiandoc-sgml-doc Priority: optional Section: doc Installed-Size: 196 Maintainer: Osamu Aoki Architecture: all Version: 1.1.22.4.201403191427 Filename: 4.0-0/all/debiandoc-sgml-doc_1.1.22.4.201403191427_all.deb Size: 42036 MD5sum: 98d1808c7c5ed77bafe2bbc895d8cdd2 SHA1: 85f572c49223c1a787c9e7bb346b6769a2b4c1b5 SHA256: 74159406c464d86b3f3246cb899f92393942d6957db950cbd787635688e5c305 Description: Documentation for DebianDoc-SGML This package contains the documentation for DebianDoc-SGML in HTML, and plain ASCII format. Package: debiandoc-sgml Priority: optional Section: text Installed-Size: 1331 Maintainer: Osamu Aoki Architecture: all Version: 1.2.27.16.201403191422 Depends: perl, sgml-base (>= 1.26+nmu2), libhtml-parser-perl, libroman-perl, libtext-format-perl, sgml-data, sgmlspl, sp Recommends: ghostscript, texlive, texlive-latex-extra, texinfo Suggests: debiandoc-sgml-doc, latex-cjk-all, texlive-lang-all Filename: 4.0-0/all/debiandoc-sgml_1.2.27.16.201403191422_all.deb Size: 130964 MD5sum: 08fcfa10e2a9021a9e71483592d166dd SHA1: 0f45ffffd607b7a91469be9ae6da8388db0fa756 SHA256: 44a552cc06f44279a92a7f98e2430b7388b809e4a790b26a120d12df13d5c897 Description: DebianDoc SGML DTD and formatting tools This is an SGML-based documentation formatting package used for the Debian manuals. It reads markup files and produces HTML, LaTeX, DVI (via LaTeX), PostScript (via LaTeX/DVI), PDF (via LaTeX), Texinfo, Info (via Texinfo), DebianDoc SGML, DocBook XML, plain text (with overstrikes a la troff as well as without) files. . The LaTeX based output needs the texlive, texlive-latex-extra and texlive-lang-all packages. In addition to this, Chinese and Japanese need latex-cjk-all and corresponding font packages. . The Texinfo based output needs the texinfo package. Multi-Arch: foreign Package: debichem-abinitio Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: abinit, aces3, cp2k, mpqc, nwchem, openmx, psi3, quantum-espresso Filename: 4.0-0/all/debichem-abinitio_0.0.3.9.201403191437_all.deb Size: 4852 MD5sum: 9249c65f5a5b49e02620424175bdcd9a SHA1: 040bf03483bfd350908639dc9bb146fd782884e3 SHA256: c5646cc63e3795e5993169e0147301c7af37620d76d5637ced691058a40333ab Description: DebiChem Ab Initio Calculations This metapackage will install packages doing ab initio calculations which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-cheminformatics Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: libcdk-java, libopsin-java, openbabel, python-chemfp, python-cinfony, python-fmcs, python-indigo, python-openbabel, python-rdkit Filename: 4.0-0/all/debichem-cheminformatics_0.0.3.9.201403191437_all.deb Size: 4834 MD5sum: 942c3fa37e030017eb61adbd39f95af8 SHA1: e18f1015c08755ac560b0926d227c554c4eb02f4 SHA256: 30673a859ef0e2547572cb961029fdb91d4ea92cdc9303e98dcf03a41881c118 Description: DebiChem Cheminformatics This metapackage will install cheminformatics packages useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-modelling Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: avogadro, ghemical, pymol Suggests: nmoldyn, python-mmtk Filename: 4.0-0/all/debichem-modelling_0.0.3.9.201403191437_all.deb Size: 4842 MD5sum: 4fd28e8f8ed7af61382d3c69ab094259 SHA1: 5a581471813260a082999fd73a0625c85638e5ba SHA256: f61b0badbab9c64b23457ab5fcf6d0a8fa36b65d7168c0d422d3963971424e0a Description: DebiChem 3D Molecular Modelling and Visualization This metapackage will install 3D Molecular Modelling and Visualization which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-molmech Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: adun.app, avogadro, ghemical, gromacs Suggests: vmd Filename: 4.0-0/all/debichem-molmech_0.0.3.9.201403191437_all.deb Size: 4826 MD5sum: 0c79d9edb90a3851d4fb2cbf599da2c3 SHA1: 2da9e9bbd0299aabdbcdfaebe49f1a52309f0a32 SHA256: 8ff6539c374b2f5f770fdf7d78c362cfc2716161bad11155f663cb54576be61a Description: DebiChem Molecular Mechanics This metapackage will install Molecular Mechanics which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-polymer Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: lutefisk, massxpert, mmass Filename: 4.0-0/all/debichem-polymer_0.0.3.9.201403191437_all.deb Size: 4866 MD5sum: ac8953e650b4725c2743644cd1ab371b SHA1: 708528b1b61d6a5bc0d06e1b2ea4e6230d3d72e2 SHA256: 417c8bed9cc0de11ab682ed71daf5a72ca00f6217957fab33934677e94d960ca Description: DebiChem polymer sequence editors and mass spectrometry This metapackage will install packages which enable you to edit polymer sequences so as to perform mass spectrometry simulations and view mass spectra. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-semiempirical Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: cp2k, mopac7-bin Filename: 4.0-0/all/debichem-semiempirical_0.0.3.9.201403191437_all.deb Size: 4810 MD5sum: acdb613c6b3372d929fa66bf1d4cd144 SHA1: 60f48599c25646d4eb4ad6047175b7e34426e255 SHA256: e734b29a401233775ac651dd2acbdc6f08a9201288d56887b958f1a67ad4dfd5 Description: DebiChem Semi Empirical This metapackage will install Semi Empirical which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-tasks Priority: extra Section: misc Installed-Size: 37 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: tasksel Filename: 4.0-0/all/debichem-tasks_0.0.3.9.201403191437_all.deb Size: 3424 MD5sum: 5bd76502129dff75ae616b858fb39702 SHA1: 6e78b3c603acedb81bc8daf174a69b72f5ba4bc3 SHA256: 8f0610c615e8dfc36d0554637f9dc88eb5616de01b6b91ba50f0042f00b034b7 Description: DebiChem tasks for tasksel This package provides DebiChem tasks in tasksel. . These tasks are described in detail at http://blends.alioth.debian.org/debichem/tasks/ Homepage: http://alioth.debian.org/projects/debichem Package: debichem-view-edit-2d Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: bkchem, chemtool, easychem, gchempaint, xdrawchem Suggests: osra Filename: 4.0-0/all/debichem-view-edit-2d_0.0.3.9.201403191437_all.deb Size: 4840 MD5sum: b6a2abaa159fdd7fe891b982f14efafc SHA1: fa6517c252c067cd132f8df8dfd4f6f4e989f403 SHA256: 9fbfb1b4462b36edac922abb3b228f705f539f2e86c4785ac1ddd1a18ba7b229 Description: DebiChem 2D structure editors This metapackage will install 2D structure editors which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debichem-visualisation Priority: extra Section: misc Installed-Size: 46 Maintainer: Debichem Team Architecture: all Source: debichem Version: 0.0.3.9.201403191437 Depends: debichem-tasks (= 0.0.3.9.201403191437) Recommends: adun.app, avogadro, ballview, cclib, drawxtl, gabedit, garlic, gausssum, gcrystal, gdis, gdpc, jmol, kalzium, qutemol, rasmol, raster3d, shelxle, v-sim, viewmol, xbs, xcrysden, xmakemol Filename: 4.0-0/all/debichem-visualisation_0.0.3.9.201403191437_all.deb Size: 4932 MD5sum: f20a308a33cb6b3838e75d4c42e4f6ca SHA1: 0319d598196965680d949817c6e96e41a4eb533e SHA256: 203dad4b8270b3856e63c67be7230ee515380d0654d8190ae764942d1c5745e3 Description: DebiChem 3D Viewers and Calculation Output Visualization This metapackage will install 3D Viewers and Calculation Output Visualization which might be useful for chemists. Homepage: http://alioth.debian.org/projects/debichem Package: debirf Priority: extra Section: admin Installed-Size: 111 Maintainer: Jameson Graef Rollins Architecture: all Version: 0.33.4.201403191440 Depends: debootstrap, cpio, apt, fakeroot, fakechroot, klibc-utils Recommends: lsb-release, xorriso, grub-common (>= 1.98+20100804) | syslinux-common Filename: 4.0-0/all/debirf_0.33.4.201403191440_all.deb Size: 35346 MD5sum: 4412df48ec2b07b2cb69c2dc77d40f0f SHA1: 59027a0b52243072364902dd56a4de6cb6cdab6a SHA256: ddf7317608f2e9190394f3167cf3483e36f0844cc9fa733696f4313e952fb8a1 Description: build a kernel and initrd to run Debian from RAM debirf (DEBian on Initial Ram Filesystem) is a set of tools designed to create and prepare a kernel and initial ram filesystem that can run a full-blown Debian environment entirely from RAM. . The kernel and initramfs pair created by debirf can be used for a myriad of purposes, from quick-and-easy system repair to diskless thin clients. The kernel and initrd can be placed in your system boot partition, burnt to read-only media, or supplied by a netboot server. . The debirf tools use a module architecture which allows you to customize debirf for any possible purpose by specifying what components are included in the generated image. Homepage: http://cmrg.fifthhorseman.net/wiki/debirf Package: debmirror Priority: extra Section: net Installed-Size: 153 Maintainer: Joey Hess Architecture: all Version: 1:2.14.8.201403191442 Depends: perl (>= 5.10), libnet-perl, libdigest-md5-perl, libdigest-sha-perl, liblockfile-simple-perl, rsync, bzip2, libwww-perl (>= 5.815), libnet-inet6glue-perl Recommends: gpgv, patch, ed Suggests: gnupg Filename: 4.0-0/all/debmirror_2.14.8.201403191442_all.deb Size: 51754 MD5sum: 6e0f8fb308cb5665a6ed291e841fd478 SHA1: 95460016e377c8694b63ecd38ec101a016a0add1 SHA256: 76d2dfd09406027277d6b465206c7e4a1a9d67d24be044499a0f6cbaa4f791b5 Description: Debian partial mirror script, with ftp and package pool support This program downloads and maintains a partial local Debian mirror. It can mirror any combination of architectures, distributions and sections. Files are transferred by ftp, http, hftp or rsync, and package pools are fully supported. It also does locking and updates trace files. Package: debnest Priority: optional Section: devel Installed-Size: 495 Maintainer: Peter Makholm Architecture: all Version: 0.0.11.4.201403191447 Depends: dpkg-dev, devscripts, make, wget Recommends: cdbs Suggests: patchutils | dpatch | quilt Filename: 4.0-0/all/debnest_0.0.11.4.201403191447_all.deb Size: 429458 MD5sum: 5e7243af493a70f5d7a3b0bd2ff361e8 SHA1: efee6032101347efa1635f3b2a5e5779fc86013b SHA256: 5b9a44148e9d1e0eef69d54af07cc8a880183ee17f3eaa936c4f8380312e34f7 Description: Nested Build System of Debian Source Package Debnest provides a build system to create debian binary packages such that original upstream sources include debian source packages, i.e. .dsc and other files such as .orig.tar.gz and diff.gz, or .tar.gz. In build-time, this system unpacks debian source packages by 'dpkg-source -x' and propagates policy-defined targets of debian/rules into the unpacked sources. . This allows you to: * Manage your own files under debian/ such as debian/rules debian/control, debian/changelog and so on separately away from their original packages. * Create your own tuned packages with your own pre-defined DEB_BUILD_OPTIONS, CC in your debian/rules from their original packages without specifying any environment variables in each build-time. * Create your own tuned packages with patches to their original sources as well as to debian/* files, separating them completely away from their original source packages. * Make it possible to redistribute your modified debian package based on another debian source package which restricts source-code from being distributed in modified form _only_ by the distribution of "patch files" with the source code for the purpose of modifying the program at build time. Package: debomatic Priority: extra Section: devel Installed-Size: 473 Maintainer: Luca Falavigna Architecture: all Version: 0.10-2.4.201403191448 Depends: python (>= 2.6.6-7~), pbuilder | cowbuilder, debootstrap | cdebootstrap, python-daemon, python-lockfile Recommends: gpgv, lintian, python-pyinotify (>= 0.8.6-1), debian-archive-keyring, ubuntu-keyring Filename: 4.0-0/all/debomatic_0.10-2.4.201403191448_all.deb Size: 135094 MD5sum: 7a01cbe43b630920cee31adb9040295a SHA1: 55a7db694baac0777222fc4eaaf5d7fa64213f2e SHA256: 5e98bcf31d49c83d3fc9b90e4a850b098a347a65076f540f2f885c71cb665e71 Description: automatic build machine for Debian source packages Deb-o-Matic is an easy to use build machine for Debian source packages based on pbuilder, written in Python. . It provides a simple tool to automate build of source packages with limited user interaction and a simple configuration. It has some useful features such as automatic update of pbuilder, automatic scan and selection of source packages to build and modules support. . It is meant to help developers to build their packages without worrying too much of compilation, since it will run in background and no user feedback is required during the whole process. Homepage: https://launchpad.net/debomatic Package: debpartial-mirror Priority: extra Section: net Installed-Size: 131 Maintainer: Otavio Salvador Architecture: all Version: 0.3.1.4.201403191503 Depends: python, python-support (>= 0.90.0), python-apt (>= 0.7.93.2~), python-pycurl, python-cdd (>= 0.0.8), gnupg Filename: 4.0-0/all/debpartial-mirror_0.3.1.4.201403191503_all.deb Size: 31078 MD5sum: 5d86bdcecfb222675432db595cbc1822 SHA1: 69507bf707aa124a58a8b6983e26e85045df16f2 SHA256: e80a4e6946091e6af4ba567b53750a062de13c503783e3e2aa27e930b550710e Description: tools to create partial Debian mirrors Mirroring of partial Debian repositories is easy with the debpartial-mirror tool. . With it, you can mirror selected sections, priorities, packages, virtual packages, or even files and directories matching regular expressions. Packages may be drawn from any number of sources, with dependencies for each source resolved from whichever other sources you specify. Homepage: http://projetos.ossystems.com.br/projects/show/debpartial-mirror Package: debpear Priority: optional Section: php Installed-Size: 47 Maintainer: Debian PKG PHP PEAR team Architecture: all Version: 0.3.2.201403191509 Depends: php-pear, pkg-php-tools, devscripts, build-essential, fakeroot Filename: 4.0-0/all/debpear_0.3.2.201403191509_all.deb Size: 6566 MD5sum: 9de78f1864834270dae9885f5de21c80 SHA1: 559bef026d367133dc39c9c24159c1655034f4d1 SHA256: dd6af64b49a8da766a1b268452ebc7027782038ffe926bebe026560132bb9c6f Description: automatically builds and installs PEAR package as Debian packages With debpear, you can install PEAR packages out of only the name of a PHP PEAR module. Debpear will download, create, and build a Debian package out of the pear package that you selected, and eventually install it in your system. . The goal of debpear isn't to replace the real work of a Debian maintainer, but rather to allow its users to quickly build and install a PEAR package in a clean, Debian way, when this PEAR package doesn't exist in Debian yet. Package: debram-data Priority: optional Section: admin Installed-Size: 539 Maintainer: Thaddeus H. Black Architecture: all Source: debram Version: 1.0.3-0.2.4.201403191515 Recommends: debram (>= 0.5.1) Conflicts: debram (<< 0.5.1) Filename: 4.0-0/all/debram-data_1.0.3-0.2.4.201403191515_all.deb Size: 520444 MD5sum: c32731711accd648b90cbeef5ddef99a SHA1: 2e0596dead216b27f6689afae4932268af3fb960 SHA256: 94ba10da0307f3797218776b8d36512a61054b215e3ea36727d8801f3a94bb87 Description: debram's architecture-independent data This data package installs the Debian Ramification's documentation and architecture-independent data. It also provides the Command Selection Guide, ramifying several hundred basic GNU/Linux commands. See debram. Package: debroster Priority: extra Section: misc Installed-Size: 214 Maintainer: Matthew Vernon Architecture: all Version: 1.17.4.201403191520 Depends: eterm | xterm, unsort Recommends: eterm Filename: 4.0-0/all/debroster_1.17.4.201403191520_all.deb Size: 145762 MD5sum: aef9582a8adbe0eb4295fcab17e4b59e SHA1: 4ce86870ffce82a09ffcd9c8b495d05d942dba64 SHA256: ff6bcbfb682d483bac301a33c543dd12128e5e598a9bf8fbaab1010e9e7d33e6 Description: A package for use at expos. Debroster starts up an eterm with the Debian logo as the background, with a randomly-ordered list of the current developers scrolling up the screen. Use it to show just how many people contribute to the Debian project - and so why we are so damn good :-) Package: debsums Priority: optional Section: admin Installed-Size: 200 Maintainer: Ryan Niebur Architecture: all Version: 2.0.52.11.201410221230 Depends: perl (>= 5.8.0-3), ucf (>= 0.28), libfile-fnmatch-perl, libdpkg-perl, dpkg (>= 1.16.3) Filename: 4.0-0/all/debsums_2.0.52.11.201410221230_all.deb Size: 49094 MD5sum: e8c6950254b310a56ade3e6a1839956b SHA1: e16440fba9b23c78b3924865845a33c18412f1d2 SHA256: ebafbb560f8f9c5dcdf3ba9101ed17609a2ace36ac7cd3119d8ac6570f3da893 Description: tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb archive. Package: debtorrent Priority: optional Section: net Installed-Size: 1084 Maintainer: Cameron Dale Architecture: all Version: 0.1.10.4.201403191534 Provides: python-debtorrent Depends: python, python-support (>= 0.90.0), adduser, python-debian (>= 0.1.15), python-apt Recommends: python-crypto, apt-transport-debtorrent (>= 0.2) Suggests: python-psyco Filename: 4.0-0/all/debtorrent_0.1.10.4.201403191534_all.deb Size: 230854 MD5sum: 97e7b7917346514e671f2da5d3c978fb SHA1: 26be1eafa2ec61ae6a2ba2be51bd4a5c3b0e5f19 SHA256: 8cfd95cec95bc70a1896894d0068aa5a0f0e1a5e71a81fc9b6cd76c269a8fb99 Description: bittorrent proxy for downloading Debian packages DebTorrent is a proxy for downloading Debian packages files with APT. It will download any needed packages from other DebTorrent peers in a bittorrent-like manner, and so reduce the strain on the Debian mirrors. . The DebTorrent client runs as a daemon, automatically started on bootup, and listens for requests from APT for files. Any non-package files are downloaded and served to APT similarly to other proxying software (e.g. apt-proxy, apt-cacher, and approx). The configuration is very simple, and only involves prepending a server and port to your current sources.list files (similar to apt-cacher). . When downloading package files, the DebTorrent client will try to use any other DebTorrent clients it can find to download from. This will use the uploading bandwidth of other peers, while reducing the demand on the Debian mirror network. However, if a package cannot be found on any peers, DebTorrent will fall back to downloading from a mirror to ensure all packages are downloaded. Homepage: http://debtorrent.alioth.debian.org/ Package: debtree Priority: optional Section: utils Installed-Size: 94 Maintainer: Anibal Monsalve Salazar Architecture: all Version: 1.0.10.5.201403191551 Depends: perl, libapt-pkg-perl, ucf, dctrl-tools Recommends: graphviz Filename: 4.0-0/all/debtree_1.0.10.5.201403191551_all.deb Size: 21096 MD5sum: a9e910c90c4103e77c35387037edcd5c SHA1: b3a457feaa68b4fd8243a5f6ed9ca81cee6c3fee SHA256: b970d554fe03f7f9ed9a11a37ac94fc79f97a4dc484ba0b73f844a5226b0fb41 Description: package dependency graphs on steroids Very powerful and versatile tool for generating dependency graphs showing the relationships between .deb packages. . The graph is generated in the form of a .dot file that can be used as input for the utility 'dot' from the graphviz package. What information is included in a graph can be varied using command line options. . Supported are: regular (forward) dependencies, reverse dependencies, showing installed packages, virtual packages, alternatives, and much more. Homepage: http://collab-maint.alioth.debian.org/debtree/ Package: decibel-audio-player Priority: optional Section: sound Installed-Size: 1422 Maintainer: Emilio Pozuelo Monfort Architecture: all Version: 1.04-1.4.201403191552 Depends: python, python-support (>= 0.90.0), python-gtk2 (>= 2.6.3-2), python-glade2 (>= 2.6.3-2), python-mutagen (>= 1.10), python-gst0.10 (>= 0.10), python-dbus, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Recommends: gstreamer0.10-plugins-ugly, python-notify (>= 0.1), python-gnome2, python-gnomekeyring, python-cddb Suggests: gstreamer0.10-plugins-bad Filename: 4.0-0/all/decibel-audio-player_1.04-1.4.201403191552_all.deb Size: 354040 MD5sum: 038c909b26749e35014556342a90f2b6 SHA1: cb826171c534c794bae810f4d803d347928b962a SHA256: b6859da4f1221ff96655828f1b808ef667e2ccad6c847496d1bfbf468d1d673a Description: simple and nice music player for the GNOME desktop Decibel is a GTK+ audio player which aims at being very straightforward to use by mean of a very clean and user friendly interface. Homepage: http://decibel.silent-blade.org/ Package: deejayd-client Priority: extra Section: sound Installed-Size: 150 Maintainer: Alexandre Rossi Architecture: all Source: deejayd Version: 0.9.0-4.4.201403191623 Replaces: djc Depends: python (>= 2.4), python-central (>= 0.6.11), python-simplejson | python (>= 2.6) Breaks: djc (<= 0.8.1) Filename: 4.0-0/all/deejayd-client_0.9.0-4.4.201403191623_all.deb Size: 24948 MD5sum: 6299b5dca7f827df5fbacd1b4edeaf15 SHA1: 063ea783efee1c9f34c0ae7d92dd449ddd41fa24 SHA256: ed3c1390bb73de2d3fa4087228cf0ed62306034dcf802f831046fc78231aa191 Description: Client library and command line tool to access the deejayd server This package provides easy to use classes to manipulate the deejayd server, abstracting XML message processing and network operations. It fully implements the set of features exploitable from the server. . It also includes djc, which provides a subset of deejayd commands for your deejayd server to be reachable from the command line. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Python-Version: >= 2.4 Package: deejayd-gstreamer Priority: extra Section: sound Installed-Size: 55 Maintainer: Alexandre Rossi Architecture: all Source: deejayd Version: 0.9.0-4.4.201403191623 Depends: python (>= 2.4), python-central (>= 0.6.11), gstreamer0.10-plugins-base, python-gst0.10 Recommends: gstreamer0.10-gnomevfs, lsdvd Filename: 4.0-0/all/deejayd-gstreamer_0.9.0-4.4.201403191623_all.deb Size: 8944 MD5sum: c3659a02aef5fb5709fd6133988307e8 SHA1: 195bfee7a4f991e20a0d9af9a68f2df5c431e652 SHA256: d1c6a31f74889d5c5bb89b8e8dee344695468c5544eaa7d8ff735b556332a77a Description: Deejayd GStreamer backend The deejayd media backend using the GStreamer library. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Python-Version: >= 2.4 Package: deejayd-webui-extension Priority: extra Section: sound Installed-Size: 303 Maintainer: Alexandre Rossi Architecture: all Source: deejayd Version: 0.9.0-4.4.201403191623 Depends: iceweasel Filename: 4.0-0/all/deejayd-webui-extension_0.9.0-4.4.201403191623_all.deb Size: 73320 MD5sum: 2bb516134339960c86363a74fc4c23a2 SHA1: 3749de59d61ae6469d6bd44f04a69d6e98c687c6 SHA256: 4a67e643b3d4608a4157141883951068d947acc0978521792f4c276f536a2fa1 Description: Deejayd web user interface Iceweasel extension The Deejayd Iceweasel browser extension provides a richer user interface to use as a client to the Deejayd server. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Package: deejayd-webui Priority: extra Section: sound Installed-Size: 498 Maintainer: Alexandre Rossi Architecture: all Source: deejayd Version: 0.9.0-4.4.201403191623 Depends: python (>= 2.4), python-central (>= 0.6.11), deejayd (= 0.9.0-4.4.201403191623), logrotate, python-twisted-web, libjs-jquery Filename: 4.0-0/all/deejayd-webui_0.9.0-4.4.201403191623_all.deb Size: 201934 MD5sum: d0f33eb71f143c023764abff362e55e3 SHA1: b69bf17e15e713977342072c1eba8df1edba60a2 SHA256: e04645b9882190ebba2c413ca801995d0e1fbbb386a4088f9324acd28575fae7 Description: Web interface for deejayd This package provides, in order to control your deejayd server: - a XUL web interface and, - a pure HTML and AJAX web interface optimized for small screens. . The required webserver is embedded in the deejayd daemon. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Python-Version: >= 2.4 Package: deejayd-xine Priority: extra Section: video Installed-Size: 127 Maintainer: Alexandre Rossi Architecture: all Source: deejayd Version: 0.9.0-4.4.201403191623 Depends: python (>= 2.4), python-central (>= 0.6.11), python-ctypes (>= 1.0.0) | python (>= 2.5), libxine1-x, libx11-6, libxext6 Filename: 4.0-0/all/deejayd-xine_0.9.0-4.4.201403191623_all.deb Size: 21946 MD5sum: 105676606fc042a98ea644799be7e600 SHA1: 8222ae7bd3a9548ff69e4fc8735ff07c52a0e84c SHA256: bec4b1bad723d6147e8bbf9e05bfaa82bc76cf774c4ac92fe885b5bdb515aa73 Description: Deejayd XINE backend The deejayd media backend using the XINE library. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Python-Version: >= 2.4 Package: deejayd Priority: extra Section: sound Installed-Size: 525 Maintainer: Alexandre Rossi Architecture: all Version: 0.9.0-4.4.201403191623 Depends: python (>= 2.4), python-central (>= 0.6.11), lsb-base (>= 3.0-6), logrotate, adduser, deejayd-client (= 0.9.0-4.4.201403191623), deejayd-xine (= 0.9.0-4.4.201403191623) | deejayd-gstreamer (= 0.9.0-4.4.201403191623), python-twisted, python-pysqlite2 | python-mysqldb, python-lxml, python-mutagen, python-kaa-metadata (>= 0.7.3) Recommends: python-pyinotify (>= 0.6.0) Suggests: deejayd-webui, xserver-xorg, xauth, x11-utils Breaks: deejayd-client (<< 0.8.4) Filename: 4.0-0/all/deejayd_0.9.0-4.4.201403191623_all.deb Size: 97544 MD5sum: bfaf0bab430a3de8a561ba96b71342e6 SHA1: f8bad1606c48cfcc2fe95fdceec4d43cbf01f093 SHA256: 9d53a2eeaff7d067d744b7244fdfe87708d08ff81bff7597b03b83050d1dce7a Description: Network controllable media player daemon Deejayd is a multi purpose media player that can be completely controlled through the network using XML messages. It suppports playlists, searching, many media tags. It can playback many music and video formats using either its xine (recommended) or its GStreamer backend. Homepage: http://mroy31.dyndns.org/~roy/projects/deejayd Python-Version: >= 2.4 Package: default-jdk-doc Priority: optional Section: doc Installed-Size: 36 Maintainer: Debian Java Mailing List Architecture: all Source: java-common Version: 0.47.24.201403211637 Depends: openjdk-6-doc Suggests: default-jdk Filename: 4.0-0/all/default-jdk-doc_0.47.24.201403211637_all.deb Size: 7984 MD5sum: 8eb746332817fd0d9a2886f1d5be8cb8 SHA1: 65e5afbfe8345a46739b8405897b8ba801037503 SHA256: 9b50bde83b7ead65ae6809fba8bc31bce1b0530cd9c6100c6de435bf5dba819d Description: Standard Java or Java compatible Development Kit (documentation) This package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-6-doc. Package: dejagnu Priority: optional Section: devel Installed-Size: 1797 Maintainer: Hector Oron Architecture: all Version: 1.5-3.17.201403191634 Depends: dpkg (>= 1.15.4) | install-info, expect Filename: 4.0-0/all/dejagnu_1.5-3.17.201403191634_all.deb Size: 1030022 MD5sum: 553c58e8ffaa917dd66ac4f320d5b822 SHA1: c02b4dcc1f1aac743804e1e3d7e64114b3f9860a SHA256: e911d96a496888aec71bcece13aeb38cb3729e6ac8194f50c3a47976d1905045 Description: framework for running test suites on software tools DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. . DejaGnu provides a layer of abstraction which allows you to write tests that are portable to any host or target where a program must be tested. All tests have the same output format. . DejaGnu is written in `expect', which in turn uses "Tcl"--Tool command language. Package: deluge-common Priority: optional Section: net Installed-Size: 5851 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Replaces: deluge-core (<< 1.2.0~rc1-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-torrent-common (<< 1.0.7.dfsg-1) Depends: python (>= 2.6.6-7~), python (<< 2.8), python-twisted-web, python-openssl, python-pkg-resources, python-chardet, python-xdg, python-libtorrent (>= 0.14.9), geoip-database Breaks: deluge-core (<< 1.2.0~rc1-1), deluge-torrent (<< 1.0.7.dfsg-1), deluge-torrent-common (<< 1.0.7.dfsg-1) Filename: 4.0-0/all/deluge-common_1.3.3-2+nmu1.10.201403191652_all.deb Size: 1242278 MD5sum: 4c8e8402495059c2a1032fd0345f7285 SHA1: c8916d5443611ce9589220c091d843db205e4889 SHA256: e24b52f779f172a999304270357987ab6693aaaadb8991d36c17bf54664b9fef Description: bittorrent client written in Python/PyGTK (common files) Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . This package contains data files commons to both the daemon and the various user-interfaces. Homepage: http://www.deluge-torrent.org/ Package: deluge-console Priority: optional Section: net Installed-Size: 245 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Depends: python (>= 2.6.6-7~), python (<< 2.8), deluge-common (= 1.3.3-2+nmu1.10.201403191652) Filename: 4.0-0/all/deluge-console_1.3.3-2+nmu1.10.201403191652_all.deb Size: 45264 MD5sum: 3fd4df1370909f5f66135c3008279ed9 SHA1: c13f3c951e14e79b88e5666c7e1ccb5b42bc6157 SHA256: 2efbc48330cdea05473f481bc646bb5e9f91152e89f5825efb1f9224e54dcbbe Description: bittorrent client written in Python/PyGTK (console ui) Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . This package contains the console user-interface. Homepage: http://www.deluge-torrent.org/ Package: deluge-gtk Priority: optional Section: net Installed-Size: 1613 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Replaces: deluge (<< 1.2.0-1) Depends: python (>= 2.6.6-7~), python (<< 2.8), deluge-common (= 1.3.3-2+nmu1.10.201403191652), python-glade2, python-notify, notification-daemon, librsvg2-common, xdg-utils Recommends: python-pygame Breaks: deluge (<< 1.2.0-1) Filename: 4.0-0/all/deluge-gtk_1.3.3-2+nmu1.10.201403191652_all.deb Size: 266248 MD5sum: 89b0f6b5631c7f72806cf1416a81358b SHA1: 7bdbf3c13e297a56422df8c14b197ae9ac321085 SHA256: 04d2e6220c44e377d41ca8a07b7739db4d66b6349dbc27ff9b3b8dc16de398be Description: bittorrent client written in Python/PyGTK (GTK+ ui) Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . You may want to install this package to use the Deluge GTK+ user-interface as a thin client and connect to a remote daemon. See: Homepage: http://www.deluge-torrent.org/ Package: deluge-torrent Priority: optional Section: net Installed-Size: 60 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Depends: deluge Filename: 4.0-0/all/deluge-torrent_1.3.3-2+nmu1.10.201403191652_all.deb Size: 23914 MD5sum: b5602aa648daff7be8cee4d6ddc0915f SHA1: 980f305d19829e5cd53ead0db9a023864e646eea SHA256: 8a277881c67698a5335b3aab7eeca6f492aac13e5fb7b9a6333200022286bc96 Description: bittorrent client (gtk ui transitional package) This is a transitional dummy package to ensure clean upgrades from old releases (the package deluge-torrent is replaced by deluge). If nothing depends on it, this package can be safely removed after upgrade. Homepage: http://www.deluge-torrent.org/ Package: deluge-web Priority: optional Section: net Installed-Size: 6335 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Replaces: deluge-webui (<< 1.2.0~rc1-1) Depends: python (>= 2.6.6-7~), python (<< 2.8), deluge-common (= 1.3.3-2+nmu1.10.201403191652), python-mako Breaks: deluge-webui (<< 1.2.0~rc1-1) Filename: 4.0-0/all/deluge-web_1.3.3-2+nmu1.10.201403191652_all.deb Size: 1436030 MD5sum: eb3928c4ee9d0b331c18904fb31887e8 SHA1: bb375391d6ff89409162662b56804f1952601d81 SHA256: 6b0dfba09f2fd81cdd8a5c4f66a8305a9dcc9b6c6b4ffaf129c212a362ee3948 Description: bittorrent client written in Python/PyGTK (web ui) Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . You may want to install this package on a remote server running the deluge daemon (package deluged). See: Homepage: http://www.deluge-torrent.org/ Package: deluge-webui Priority: optional Section: net Installed-Size: 60 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Depends: deluge-web Filename: 4.0-0/all/deluge-webui_1.3.3-2+nmu1.10.201403191652_all.deb Size: 23924 MD5sum: c1f700028d1eb2b74eda15fc7a036e32 SHA1: ad4fcb0df0113fbf4d79766878ad6a04313de147 SHA256: f2db37c0117f013782ededdb5408c330b6df1ce2cea4ef8dadee8c607ad11bad Description: bittorrent client (web ui transitional package) This is a transitional dummy package to ensure clean upgrades from old releases (the package deluge-webui is replaced by deluge-web). If nothing depends on it, this package can be safely removed after upgrade. Homepage: http://www.deluge-torrent.org/ Package: deluge Priority: optional Section: net Installed-Size: 93 Maintainer: Cristian Greco Architecture: all Version: 1.3.3-2+nmu1.10.201403191652 Replaces: deluge-common (<< 1.2.0~rc1-1) Depends: python, python-libtorrent (>= 0.14.9), deluge-gtk (= 1.3.3-2+nmu1.10.201403191652) Breaks: deluge-common (<< 1.2.0~rc1-1) Filename: 4.0-0/all/deluge_1.3.3-2+nmu1.10.201403191652_all.deb Size: 33462 MD5sum: 1347400875a2eac1b69e098e8a6f59c0 SHA1: 206f21d8d5ae31b1e04c9d00a03c8d3ffd640874 SHA256: 4295f8b5d30839957bf0fcaa1476ba205eae22c2c959972965fcb5faa519d6a6 Description: bittorrent client written in Python/PyGTK Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . You may want to install this package to use Deluge in classic mode, which means the daemon and the GTK+ user-interface are linked together. Homepage: http://www.deluge-torrent.org/ Package: deluged Priority: optional Section: net Installed-Size: 73 Maintainer: Cristian Greco Architecture: all Source: deluge Version: 1.3.3-2+nmu1.10.201403191652 Depends: python, deluge-common (= 1.3.3-2+nmu1.10.201403191652) Filename: 4.0-0/all/deluged_1.3.3-2+nmu1.10.201403191652_all.deb Size: 25418 MD5sum: 319772dc7d9cd10c2c4c66561c9140ac SHA1: 58e43feaeca9fd98a1cc0cb93294100badd41e44 SHA256: ffe79ddab72bcc1b5afb62f7bc126e8800f4627cc6bf84266095bf648013dfd5 Description: bittorrent client written in Python/PyGTK (daemon) Deluge is a full-featured, multi-platform, multi-interface BitTorrent client using libtorrent-rasterbar in it's backend and featuring multiple user-interfaces: GTK+, web and console. . It has been designed using the client-server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. . You may want to install this package to run the daemon application on a remote server and connect to it from any user-interface. See: Homepage: http://www.deluge-torrent.org/ Package: denemo-data Priority: optional Section: sound Installed-Size: 13782 Maintainer: Josue Abarca Architecture: all Source: denemo Version: 0.9.2-3.4.201403191656 Replaces: denemo (<< 0.8.12) Breaks: denemo (<< 0.8.12) Filename: 4.0-0/all/denemo-data_0.9.2-3.4.201403191656_all.deb Size: 9592968 MD5sum: a7cb41b7509f39a3e6917e7e7676efbb SHA1: 21578b8e91c2cdb9c83f2f41bd5a8468468fa659 SHA256: c1d4c9a0e1ea5878e270599f96187258ed71bef821cff0d08e549232da471577 Description: data for denemo GNU Denemo is a GUI musical score editor written in C/gtk+. It is intended primarily as a front end to GNU Lilypond, but is adaptable to other computer-music-related purposes as well. . This package contains the arch-independent files. Homepage: http://www.denemo.org Package: denemo-doc Priority: optional Section: doc Installed-Size: 1426 Maintainer: Josue Abarca Architecture: all Source: denemo Version: 0.9.2-3.4.201403191656 Replaces: denemo (<< 0.8.12) Breaks: denemo (<< 0.8.12) Filename: 4.0-0/all/denemo-doc_0.9.2-3.4.201403191656_all.deb Size: 1015416 MD5sum: 026545c7569e8c817917679ff752bd0a SHA1: 95245d8acd75be10c9ec2906c1aca221b02070c2 SHA256: d1c4be144389d7cbbd8c4a2563794ce666b908f9fe90737812a921862ec4e696 Description: documentation and examples for denemo GNU Denemo is a GUI musical score editor written in C/gtk+. It is intended primarily as a front end to GNU Lilypond, but is adaptable to other computer-music-related purposes as well. . This package contains the HTML documentation and examples. Homepage: http://www.denemo.org Package: denyhosts Priority: optional Section: net Installed-Size: 311 Maintainer: Kyle Willmon Architecture: all Version: 2.6-10.5.201403191710 Depends: lsb-base (>= 3.1-13), python (>= 2.6.6-7~) Filename: 4.0-0/all/denyhosts_2.6-10.5.201403191710_all.deb Size: 75316 MD5sum: 3549a67647e264c387d56ccf87afc740 SHA1: 2450b0d002ad1aa0558d3b267f60062235a93e7e SHA256: dd024920abf56f86e630682a99372fc891df60637e603c9468d8f93fdc2de3a4 Description: Utility to help sys admins thwart SSH crackers DenyHosts is a program that automatically blocks SSH brute-force attacks by adding entries to /etc/hosts.deny. It will also inform Linux administrators about offending hosts, attacked users and suspicious logins. . Synchronization with a central server is possible too. . Differently from other software that do same work, denyhosts doesn't need support for packet filtering or any other kind of firewall in your kernel. . DenyHosts unfortunately does not support IPv6. Homepage: http://denyhosts.sourceforge.net/ Package: deps-tools-cli Priority: optional Section: devel Installed-Size: 40 Maintainer: Yann Dirson Architecture: all Source: deps Version: 0.13-1.1.4.201403191718 Replaces: graph-includes (<< 0.12) Depends: libdeps-perl, libdeps-renderer-dot-perl | libdeps-renderer, perl Conflicts: graph-includes (<< 0.12) Filename: 4.0-0/all/deps-tools-cli_0.13-1.1.4.201403191718_all.deb Size: 6334 MD5sum: e9ef42e6ced83104c8ce58dbfc6a7951 SHA1: 8b0cfb4d3c25dc7157280a363dea82664dd8ce54 SHA256: dfba739ac6c0f4818b9f34bceb27e7f9f6d1408006288159876c4dd067e26860 Description: DEPS command-line tools Currently only contains the limited "graph-includes" tool. . Graph-includes creates a graph of dependencies between source-files and/or groups of source-files, with an emphasis on getting readable and usable graphs even for large projects. . Usability of the dependency graphs are currently improved by: - customizable grouping of several source files into a single node - transitive reduction of the graph . It currently supports graphing the C/C++ #include relationship, using graphviz by default. Limited support is provided to draw 3D graphs using tulip. Package: derivations Priority: optional Section: doc Installed-Size: 4806 Maintainer: Thaddeus H. Black Architecture: all Version: 0.53.20120414-1.1.4.201403191721 Suggests: evince | gv | pdf-viewer | postscript-viewer, ghostscript Filename: 4.0-0/all/derivations_0.53.20120414-1.1.4.201403191721_all.deb Size: 4471952 MD5sum: 5211f75b7eedf808a017a9cce6b729ba SHA1: b2071647e0dc71b39e658d25bbce9fd191c59919 SHA256: a839d1601dfa91b1438a306eda9fddc09dc6be76ef873f3cd62bd6ac68743a9d Description: book: Derivations of Applied Mathematics Understandably, program sources rarely derive the mathematical formulas they use. Not wishing to take the formulas on faith, a user might nevertheless reasonably wish to see such formulas somewhere derived. . Derivations of Applied Mathematics is a book which documents and derives many of the mathematical formulas and methods implemented in free software or used in science and engineering generally. It documents and derives the Taylor series (used to calculate trigonometrics), the Newton-Raphson method (used to calculate square roots), the Pythagorean theorem (used to calculate distances) and many others. Package: desktop-base Priority: optional Section: x11 Installed-Size: 10923 Maintainer: Gustavo Franco Architecture: all Version: 7.0.3.12.201403191734 Depends: librsvg2-common Pre-Depends: dpkg (>= 1.15.7.2~) Suggests: gnome | kde-standard | xfce4 | wmaker Filename: 4.0-0/all/desktop-base_7.0.3.12.201403191734_all.deb Size: 8076254 MD5sum: 5968602f6d2c4692c1e1b79944c997e5 SHA1: 1eb1edfddaec2434ec943c7ca7ee41e9ce3991ac SHA256: ea305b824eff01f6a3d3a1dd5327672763cfe685d5d64231c4819a7e2bbf412d Description: common files for the Debian Desktop This package contains various miscellaneous files which are used by Debian Desktop installations. Currently, it provides some Debian-related artwork and themes, .desktop files containing links to Debian related material (suitable for placement on a user's desktop), and other common files between the available desktop environments such as GNOME and KDE. Homepage: http://www.debian.org/devel/debian-desktop Package: desktop-profiles Priority: optional Section: x11 Installed-Size: 506 Maintainer: Bart Cornelis (cobaco) Architecture: all Version: 1.4.15+nmu2.4.201403191741 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: kommander, gconf-editor, kiosktool, menu-xdg, hicolor-icon-theme, shared-mime-info, pessulus Filename: 4.0-0/all/desktop-profiles_1.4.15+nmu2.4.201403191741_all.deb Size: 79428 MD5sum: b17d33822ca15f28c03e9c45677eec4b SHA1: b9c4bf9c357cb1fd245e1c0430ac05f009404f74 SHA256: 38b4caf5abacc6fc07fc28d959fa5b6fb977a3fc18703e6aebbc9daca4625c27 Description: framework for setting up desktop profiles The different Desktop environments in Debian all offer the possibility of customizing them through the use of profiles (sets of configuration and/or data files). Usually it's also possible to stack configuration sets, combining the customizations provided by a number of profiles. . This package offers a standard cross-desktop way of managing the conditional activation of available profiles. As such it is useful to both administrators (allowing different configurations for different sets of users) and CDD's (who want to have a configuration customized for a certain target group). . This package currently supports setting up profiles for KDE, GNOME, ROX, Xfce (>=4.2), GNUSTEP, UDE, and Freedesktop. Freedesktop profiles allow you to do a (growing amount of) cross-desktop customization, while the other profile kinds allow you to customize the respective desktop environments to various degrees. Enhances: gconf, gconf2, kdebase, libxfce4util-1 (>= 4.2), rox-filer, ude Package: devede Priority: optional Section: video Installed-Size: 3866 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 3.22.0-1.2.201403191800 Depends: dvdauthor, ffmpeg (>= 4:0.7.2), genisoimage, imagemagick, libavcodec-extra-53, libavformat-extra-53, libavutil-extra-51, libpostproc-extra-52, libswscale-extra-2, libvorbis0a, libvorbisfile3, mencoder, mplayer, python-cairo, python-dbus, python-gobject, python-gtk2 (>= 2.16.0), ttf-freefont, vcdimager, python (>= 2.6.6-7~) Recommends: libmp3lame0 Filename: 4.0-0/all/devede_3.22.0-1.2.201403191800_all.deb Size: 2216132 MD5sum: db8666ab2a6a2377beadabe5f1369357 SHA1: a9abe2cea6005bb471aa5379a04dcfebcf70c123 SHA256: 48b5d5586228f72a018257bf36c7a1660a127f05dbee0ae9a7d14b00b84b05d6 Description: simple application to create Video DVDs DeVeDe is a program to create video DVDs, suitables for home players, from any number of video files, in any of the formats supported by Mplayer. . It allows user to create subtitles and even menus. Homepage: http://www.rastersoft.com/programas/devede.html Package: develock-el Priority: optional Section: lisp Installed-Size: 144 Maintainer: Mehdi Dogguy Architecture: all Version: 0.39-1.4.201403191802 Depends: emacs | emacsen Filename: 4.0-0/all/develock-el_0.39-1.4.201403191802_all.deb Size: 19988 MD5sum: f0a8effad3bacca4b8c2aaf572f34c30 SHA1: b2635eedb84db99b1dd567e90de709e39f7b7f06 SHA256: e5644af49c833e6434a1847b55f0ec1bd1cbdb7a7d36627c94576461b686d40e Description: additional font-lock keywords for the developers on Emacs Develock is a minor mode which provides the ability to make font- lock highlight leading and trailing whitespace, long lines and oddities in the file buffer for Lisp modes, ChangeLog mode, Texinfo mode, C modes, OCaml modes, Coq mode, LaTeX mode, Java mode, Jde-mode, CPerl mode, Perl mode, HTML modes and some Mail modes. Homepage: http://www.jpl.org/elips/ Package: developers-reference-de Priority: optional Section: doc Installed-Size: 1152 Maintainer: Developers Reference Maintainers Architecture: all Source: developers-reference Version: 3.4.9.4.201403191804 Recommends: debian-policy Suggests: doc-base Filename: 4.0-0/all/developers-reference-de_3.4.9.4.201403191804_all.deb Size: 765906 MD5sum: cee51e3950d17c38d07838ab5fe583db SHA1: 08a0adf0983b2a80f55902efda041c6468faf219 SHA256: ee16bcfeaf1f4e53199a40c0f1f331a55afb86963f8b58d5f4c36b31bc939b72 Description: guidelines and information for Debian developers, in German This package contains the German translation of Debian Developer's Reference (package: developers-reference), a set of guidelines and best practices which has been established by and for the community of Debian developers. If you are not a Debian developer, you probably do not need this package. Table of Contents (in English): . 1. Scope of This Document 2. Applying to Become a Maintainer 3. Debian Developer's Duties 4. Resources for Debian Developers 5. Managing Packages 6. Best Packaging Practices 7. Beyond Packaging 8. Internationalization and Translations Package: developers-reference-fr Priority: optional Section: doc Installed-Size: 1150 Maintainer: Developers Reference Maintainers Architecture: all Source: developers-reference Version: 3.4.9.4.201403191804 Recommends: debian-policy Suggests: doc-base Filename: 4.0-0/all/developers-reference-fr_3.4.9.4.201403191804_all.deb Size: 746680 MD5sum: 9b23f9ab06830753cabff3fc4642e361 SHA1: e358786ae9a5805be638edbb9c651d2437502869 SHA256: 92174c1505ba43cd6fbdddad960e5c78162d9a257fe952c5f66a6397a6b928d4 Description: guidelines and information for Debian developers, in French This package contains the French translation of Debian Developer's Reference (package: developers-reference), a set of guidelines and best practices which has been established by and for the community of Debian developers. If you are not a Debian developer, you probably do not need this package. Table of Contents (in English): . 1. Scope of This Document 2. Applying to Become a Maintainer 3. Debian Developer's Duties 4. Resources for Debian Developers 5. Managing Packages 6. Best Packaging Practices 7. Beyond Packaging 8. Internationalization and Translations Package: developers-reference-ja Priority: optional Section: doc Installed-Size: 1619 Maintainer: Developers Reference Maintainers Architecture: all Source: developers-reference Version: 3.4.9.4.201403191804 Recommends: debian-policy Suggests: doc-base Filename: 4.0-0/all/developers-reference-ja_3.4.9.4.201403191804_all.deb Size: 1179790 MD5sum: 7b32c4d7a5875bd1756022cfca219d8a SHA1: e35a586e1bf8549bd0796133c685fa71136fe04c SHA256: 2761f7be6d642bab7abf5c8a441d02d54de3de94875b08b7f3f8686d0e266226 Description: guidelines and information for Debian developers, in Japanese This package contains the Japanese translation of Debian Developer's Reference (package: developers-reference), a set of guidelines and best practices which has been established by and for the community of Debian developers. If you are not a Debian developer, you probably do not need this package. Table of Contents (in English): . 1. Scope of This Document 2. Applying to Become a Maintainer 3. Debian Developer's Duties 4. Resources for Debian Developers 5. Managing Packages 6. Best Packaging Practices 7. Beyond Packaging 8. Internationalization and Translations Package: developers-reference Priority: optional Section: doc Installed-Size: 1046 Maintainer: Developers Reference Maintainers Architecture: all Version: 3.4.9.4.201403191804 Recommends: debian-policy Suggests: doc-base Filename: 4.0-0/all/developers-reference_3.4.9.4.201403191804_all.deb Size: 687756 MD5sum: 7b95dfc199913ffbe191c36906c1f7ac SHA1: 7d38a077581967a84489afb61554f62bab8a2a10 SHA256: 3149568e5308f298818b4b7d894fda08f8172cf7545a679942f231b9930b8654 Description: guidelines and information for Debian developers This package contains the Debian Developer's Reference, a set of guidelines and best practices which has been established by and for the community of Debian developers. If you are not a Debian developer, you probably do not need this package. Table of Contents: . 1. Scope of This Document 2. Applying to Become a Maintainer 3. Debian Developer's Duties 4. Resources for Debian Developers 5. Managing Packages 6. Best Packaging Practices 7. Beyond Packaging 8. Internationalization and Translations . This package contains the English version of the Developer's Reference. The French, German and Japanese translations are available in developers-reference-fr, developers-reference-de and developers-reference-ja. Package: devhelp-common Priority: optional Section: devel Installed-Size: 1692 Maintainer: Debian GNOME Maintainers Architecture: all Source: devhelp Version: 3.4.1-1.11.201403191817 Replaces: libdevhelp-1-0 (<< 2.27.92-1) Depends: gconf2 (>= 2.28.1-2), python (>= 2.6.6-7~) Filename: 4.0-0/all/devhelp-common_3.4.1-1.11.201403191817_all.deb Size: 170250 MD5sum: ebaf6d9188df2584adbf10d1a345c201 SHA1: e9c288dae1e32d6cb8f89bb98792c8156dfa61ca SHA256: 1996f6afaa0a5f89d6eb24c5bdf32595a07b0ffec865cc865253b00db813af7e Description: Common files for devhelp and its library Devhelp's primary goal is to be an API documentation browser for GNOME. It is able to scan for .devhelp files generated automatically for packages that use gtk-doc-tools to generate documentation for libraries and programs. . Devhelp provides Bonobo functionality, which is used to allow command-line searches, emacs integration and embedding in applications like the Anjuta IDE. . This package provides internationalization files, mainly. Homepage: http://live.gnome.org/devhelp Package: device3dfx-source Priority: extra Section: kernel Installed-Size: 54 Maintainer: Guillem Jover Architecture: all Source: device3dfx Version: 2011.07.03-1.4.201403191836 Depends: module-assistant, make, debhelper (>= 7) Recommends: kernel-package Filename: 4.0-0/all/device3dfx-source_2011.07.03-1.4.201403191836_all.deb Size: 24850 MD5sum: be3afa05f46ce3dcf4b1c8d1c5e3e232 SHA1: a80cd91ec85925fc94a1482b6fe21234e0714a63 SHA256: 0528aa7cbd3d3888ffad7306230c0d1f1e395ed4c9079846cb7bec0385e0ac4e Description: Linux 2.2+ device driver source for 3Dfx boards This package is the source for the 3Dfx device driver to allow access to 3Dfx boards and setting its MTRR:s correctly without the user having root privileges. . It should work on Linux 2.2+ kernels, including SMP enabled kernels. Homepage: http://glide.sf.net/ Package: devscripts-el Priority: optional Section: lisp Installed-Size: 129 Maintainer: Peter S Galbraith Architecture: all Source: emacs-goodies-el Version: 35.2+nmu1.6.201403212209 Depends: emacs23 | emacsen, bash (>= 2.05a), devscripts, dpkg-dev-el, apel Recommends: elserv Filename: 4.0-0/all/devscripts-el_35.2+nmu1.6.201403212209_all.deb Size: 43000 MD5sum: 70e2931b3667e344d969ec56ca975920 SHA1: 7e39b9d5fb1b07763690ea6157dbfd4ba2fe7ccc SHA256: f5873c350a2ae0924442e368e2d8e1b5c1ba7857d7a037b085061a22c08f1332 Description: Emacs wrappers for the commands in devscripts This package contains: devscripts - wrappers around the debuild, debc and debi commands; pbuilder-log-view - wrappers around viewing pbuilder logs; pbuilder - wrappers around pbuilder . See /usr/share/doc/devscripts-el/README.Debian for a short description. Package: dfo Priority: optional Section: utils Installed-Size: 426 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.8+svn52-7.4.201403191922 Depends: mono-runtime (>= 2.10.1), libflickrnet2.2-cil, libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-sqlite4.0-cil (>= 2.10.7), libmono-system-data4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/dfo_0.8+svn52-7.4.201403191922_all.deb Size: 111656 MD5sum: 344a60eec1ba1e157b00aae5e7e2d3c2 SHA1: abc9c20a867fbe226330f6106ace9053209fa901 SHA256: 949d8dbe17ad3540374a363ec936a6b8abe78751eafeeb4a3eb4ca2e93023a59 Description: Desktop Flickr Organizer for GNOME DFO allows online/offline mode management of your photos. With DFO you can manage your existing photos and sets, create new sets, edit tags, descriptions, and permissions, contribute to group pools, and so on. Basically performing most of the tasks that Flickr's online management tool Organizer does. . Some of the features include: - Add/Delete/Edit comments. Text search comments and their author names. - Post photos to blogs. - Easy Drag-n-drop photos from nautilus for uploading. - Image preview in file chooser dialog, shown when uploading photos. - Edit title, description, privacy and tags of photos set for uploading. - Allow reverting of edits done to photo. Homepage: http://code.google.com/p/dfo/ Package: dh-apparmor Priority: extra Section: devel Installed-Size: 77 Maintainer: Kees Cook Architecture: all Source: apparmor Version: 2.7.103-4.2.201403122120 Replaces: debhelper (<< 9.20120115ubuntu3) Depends: perl Breaks: debhelper (<< 9.20120115ubuntu3) Filename: 4.0-0/all/dh-apparmor_2.7.103-4.2.201403122120_all.deb Size: 30254 MD5sum: 508a1ddb12bc87b03427594e23dc0c34 SHA1: 079def59e2465d735bc3b6d21131275741f1507b SHA256: cffd4a2350fb1f4257c0991b8ae2d99a5b91e49ff07f26027092315efe404742 Description: AppArmor debhelper routines This provides the debhelper tools used to install and migrate AppArmor profiles. This is normally used from package maintainer scripts during install and removal. Multi-Arch: foreign Homepage: http://apparmor.net/ Package: dh-autoreconf Priority: optional Section: devel Installed-Size: 91 Maintainer: Julian Andres Klode Architecture: all Version: 7.7.201403191947 Depends: perl, debhelper, autoconf, automake | automaken, libtool (>= 2.4.2) Recommends: autopoint Filename: 4.0-0/all/dh-autoreconf_7.7.201403191947_all.deb Size: 15494 MD5sum: 4b7ad1a434fd40a2ebd92f2d02cce1fa SHA1: d6e13b97ee7cecf9dfe9193489708d0d8c9f5ae2 SHA256: 6401dca081480a4db7665361d8d0184991c360738d55a7dacd4a80d5b1a3bc37 Description: debhelper add-on to call autoreconf and clean up after the build dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two commands, dh_autoreconf and dh_autoreconf_clean. . The dh_autoreconf command creates a list of the files and their checksums, calls autoreconf and then creates a second list for the new files. . The dh_autoreconf_clean command compares these two lists and removes all files which have been added or changed (files may be excluded if needed). . For CDBS users, a rule is provided to call the dh-autoreconf programs at the right time. Enhances: cdbs, debhelper Multi-Arch: foreign Package: dh-buildinfo Priority: optional Section: devel Installed-Size: 74 Maintainer: Yann Dirson Architecture: all Version: 0.9.17.201411012227 Depends: debhelper, perl, build-essential (>= 7) Filename: 4.0-0/all/dh-buildinfo_0.9.17.201411012227_all.deb Size: 16748 MD5sum: 8bac97ffca783302a95851852ad6af99 SHA1: 795798d9c1ba66ea4e07cc1724c2861dfe2254cb SHA256: 4ec2c7956e2712b5dd9b9b383edd940cff8a4ecd1d439331191c30960296b135 Description: Debhelper addon to track package versions used to build a package This script is designed to be run at build-time, and registers in a file the list of packages declared as build-time dependencies, as well as build-essential packages, together with their versions, as installed in the build machine. . This will hopefully help to track packages (auto-)built with package versions which are known to be buggy, and, more generally, to find out whether a package needs to be rebuilt because of a significant change in a package it has a build-time dependency on. Package: dh-consoledata Priority: extra Section: devel Installed-Size: 263 Maintainer: Alastair McKinstry Architecture: all Source: console-common Version: 0.7.87.17.201409242245 Depends: debhelper (>> 2) Filename: 4.0-0/all/dh-consoledata_0.7.87.17.201409242245_all.deb Size: 91308 MD5sum: f85e0ceda3ed5c405874d3bd9fc0ab98 SHA1: 8503bd7c2cba5d01ec436389a2063c84d8bcc6b9 SHA256: 4162cc184c384e04b181da6171852fe0d2727049685e093721c7821f3599bf7a Description: debhelper-based script to help packaging console data files This package assists in building consistent packages of data-files for the Linux text console. Enhances: debhelper Package: dh-di Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Install System Team Architecture: all Version: 3.4.201403191955 Depends: perl Filename: 4.0-0/all/dh-di_3.4.201403191955_all.deb Size: 11290 MD5sum: c2ddc27cefc0bd6f204743bdd2b2ff2e SHA1: 4bf5ab378c645c8e454c02aa86c7382bc4633478 SHA256: aad87bbe81223787657cf5443ec300f2ff5b7378891cfa72192b072c77b2c75e Description: Debhelper addon for debian-installer This debhelper addon automates various specialised tasks needed to build packages that form part of the Debian installer (d-i). Package: dh-kpatches Priority: extra Section: devel Installed-Size: 254 Maintainer: Yann Dirson Architecture: all Version: 0.99.36.34.201411012231 Depends: perl, debhelper (>= 2.0.14) Suggests: kernel-package Filename: 4.0-0/all/dh-kpatches_0.99.36.34.201411012231_all.deb Size: 158926 MD5sum: 44397dc0d2c7bfc6c0f80e4f19dd6907 SHA1: de75c95914ba9f9d651897343efdfb80a5b6a0e5 SHA256: eddc85388964c20e97108b531199e6cd5167c849732bae586e8d9164f68cddbb Description: Debhelper script to help packaging kernel patches The dh_installkpatches script produces the "apply" and "unpatch" scripts that kernel-package uses to automatically handle kernel patches. It provides a number of useful features like: * does its best to never break your kernel source tree * allows you to select any provided version of a patch * handle patch inter-dependencies . Patches are described in a Debian-standard control-file-like format. Enhances: debhelper Package: dh-linktree Priority: optional Section: devel Installed-Size: 68 Maintainer: Raphaël Hertzog Architecture: all Version: 0.3.2.201403192008 Depends: debhelper, libdpkg-perl, perl Filename: 4.0-0/all/dh-linktree_0.3.2.201403192008_all.deb Size: 10914 MD5sum: e0f0cbf0492dbd80a370a4f458afd577 SHA1: bc78b1fabcb233d852c3c542e3d1af125f5f8902 SHA256: c7a100739c410fcf5ab7bd93c3dd427f9c5a002d106d32b28c4604d36d4b8e87 Description: Create symlink trees within a Debian package Many developers bundle PHP or JavaScript libraries in the software that they provide. The Debian packager must then replace those "embedded copies" with symlinks to the packaged copy of those files. This operation is not without risks. A version mismatch can be the source of bugs that are hard to track. . dh_linktree is a tool that can assist you in this task. It can either unconditionnaly install a symlink tree of a given directory at the place of your choice, or it can only replace existing files with symlinks, or it can only replace existing identical files with symlinks. Package: dh-lisp Priority: optional Section: lisp Installed-Size: 73 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.7.1.5.201403192011 Depends: debhelper (>= 7), perl Filename: 4.0-0/all/dh-lisp_0.7.1.5.201403192011_all.deb Size: 10158 MD5sum: fd4cebc4e9b74623d61b905a2b86b524 SHA1: b32cb98e0d3f608cbeab0ace1585a75fc9c2b9e8 SHA256: 3edee519539bf72d5065a182c81e0e0943b1ebd4ccfcfda66fb101ff44c61436 Description: Debhelper to support Common Lisp related packages This debhelper addon targets Debian package maintainers of packages related to Common Lisp. It automates the processes of making a package conform to the Common Lisp in Debian Manual: . It adds dependencies to required Common Lisp implementations if precompiled object files for them are included in the package. Enhances: debhelper Homepage: http://pkg-common-lisp.alioth.debian.org Package: dh-lua Priority: optional Section: interpreters Installed-Size: 145 Maintainer: Enrico Tassi Architecture: all Version: 15.2.201403192013 Depends: perl, debhelper (>= 8.0.0), dctrl-tools, libtool, pkg-config, liblua5.2-dev, lua5.2, liblua5.1-0-dev, lua5.1, libfile-find-rule-perl Filename: 4.0-0/all/dh-lua_15.2.201403192013_all.deb Size: 29708 MD5sum: 22a61769c75f21e4d9b13c7094f473f7 SHA1: c8361d8af0a7a19eda6ed0eaf1642aadd30f513d SHA256: 6893fd7868cc6ea653103af59d63dd1496d699d104dc1baaa57f4659c8e2fde4 Description: helper tools for maintaining Lua-related packages This package contains the Debian policy for the Debian packages relative to the Lua scripting language, as well as some tools to help build them. . This package is meant to superseed lua5.1-policy. Homepage: http://pkg-lua.alioth.debian.org/ Package: dh-make-drupal Priority: extra Section: web Installed-Size: 83 Maintainer: Gunnar Wolf Architecture: all Version: 1.3-1.4.201403192017 Depends: ruby, libruby, ruby-hpricot, debhelper (>= 5), build-essential Suggests: drupal6 | drupal7 Filename: 4.0-0/all/dh-make-drupal_1.3-1.4.201403192017_all.deb Size: 21774 MD5sum: c56fd6db004e4e9358b2b89aa5d0cd1a SHA1: 8d22335a16248c3e0ed96fb76b5598afc44185dd SHA256: df6a8e6c5227f5580fd95cd79fa7209e09cd943785ec0f69cfb07d0367f41775 Description: Create Debian packages from Drupal modules and themes The purpose of this program is to generate Debian packages for any Drupal projects (that is, modules or themes). . Given that Drupal developers publish their work through the main Drupal site (http://drupal.org), this program fetches the information for the latest available versions (for the right Drupal release, and with the specified stability level), and prepares a Debian package from it. Homepage: http://www.github.com/gwolf/dh-make-drupal Package: dh-make-perl Priority: optional Section: perl Installed-Size: 385 Maintainer: Debian Perl Group Architecture: all Version: 0.75-1.7.201403192024 Depends: debhelper (>= 7), perl, make, dpkg-dev, fakeroot, libapt-pkg-perl, libarray-unique-perl, libclass-accessor-perl, perl (>= 5.14) | libcpan-meta-perl, libdpkg-perl, libemail-address-perl, libemail-date-format-perl, libfile-which-perl, liblist-moreutils-perl, libmodule-depends-perl (>= 0.15), libparse-debcontrol-perl, libparse-debianchangelog-perl, libsoftware-license-perl, libtie-ixhash-perl, libwww-mechanize-perl, libyaml-perl, perl (>= 5.10.1) | libmodule-corelist-perl (>= 2.14) Recommends: apt-file (>= 2.5.0), git, pristine-tar Filename: 4.0-0/all/dh-make-perl_0.75-1.7.201403192024_all.deb Size: 169218 MD5sum: c3de0e44e137dc37512e027d981ed321 SHA1: 140ee3cbf860fccdb8c6d6c040ce8c7959ff5904 SHA256: 49d3937482c2208161c29759e3199a76b49b1dccf3b1413586e920434c0d00c2 Description: helper for creating Debian packages from perl modules dh-make-perl will create the files required to build a Debian source package out of a perl package. This works for most simple packages and is also useful for getting started with packaging perl modules. Given a perl package name, it can also automatically download it from CPAN. . dh-make-perl can also help keeping the debian/ content current when upstream dependencies or Debian practices change. It can also help improve existing Perl module packages. Package: dh-make-php Priority: optional Section: web Installed-Size: 176 Maintainer: Uwe Steinmann Architecture: all Version: 0.3.0.8.201403192027 Depends: php5-cli, php-pear, cdbs Filename: 4.0-0/all/dh-make-php_0.3.0.8.201403192027_all.deb Size: 34332 MD5sum: 7d20da0fc44dbbd89bb01323ac04f46e SHA1: 6eadfc6332f14975b185cb43923a705aa621c186 SHA256: bb0a49e5df5b1e88ee64775a8caa3b72f234b9a3d802b5ac8f70d6244ee930f3 Description: Creates Debian source packages for PHP PEAR and PECL extensions Contains dh-make-pear and dh-make-pecl, which create Debian source packages from PHP PEAR and PECL packages respectively. Package: dh-make Priority: optional Section: devel Installed-Size: 204 Maintainer: Craig Small Architecture: all Version: 0.61.11.201403192015 Depends: debhelper (>= 9), make, perl, dpkg-dev Suggests: build-essential Filename: 4.0-0/all/dh-make_0.61.11.201403192015_all.deb Size: 47008 MD5sum: 4a0cf7f2dd65092f5a842b9f9ebfc46b SHA1: a8ad365d45c5aa0180357949e55566852e47089b SHA256: 484b9c5a81e4fbd820bed5dfe9042a4ad8802d2ee037f1e055238e127a4940bd Description: tool that converts source archives into Debian package source This package allows you to take a standard (or upstream) source package and convert it into a format that will allow you to build Debian packages. . After answering a few questions, dh_make will then provide a set of templates that, after some small editing, will allow you to create a Debian package. Package: dh-metainit Priority: optional Section: admin Installed-Size: 54 Maintainer: Joachim Breitner Architecture: all Source: metainit Version: 0.0.5.4.201403151435 Depends: debhelper, perl Filename: 4.0-0/all/dh-metainit_0.0.5.4.201403151435_all.deb Size: 7928 MD5sum: 46c39bf264abc1887fadabc9076a544e SHA1: 8e888c48e1893cccb43582e3a0a00d868ef29ebc SHA256: 4bc5d5db32feb9ad2c859ff53da9ac02a3951428bf3de269af3d3a224a4cfa00 Description: Debhelper addon to install and register a metainit file This debhelper script should be used by package that ship an metainit file. It installs the metainit file in the right spot and add the required actions to the maintainer scripts. Package: dh-ocaml Priority: extra Section: ocaml Installed-Size: 301 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.0.7.5.201403192033 Replaces: ocaml (<< 3.11.0~beta1-1), ocaml-base (<< 3.11.0~beta1-1), ocaml-base-nox (<< 3.11.0~beta1-1), ocaml-nox (<< 3.11.0~beta1-1) Recommends: debhelper, ocaml-nox (>> 3.12) Suggests: git Breaks: ocaml (<< 3.12), ocaml-base (<< 3.12), ocaml-base-nox (<< 3.12), ocaml-nox (<< 3.12) Filename: 4.0-0/all/dh-ocaml_1.0.7.5.201403192033_all.deb Size: 93972 MD5sum: f920782702c517f6b2ed3553c980e20c SHA1: 0ba2dcaf2a706b0c85a82c240c7fe62d265a55ed SHA256: 6b1b610e073097b8ebe15a9b2ddf17f4594be9fe5288ece63e3f3235d77b7705 Description: helper tools for maintaining OCaml-related Debian packages dh-ocaml is a set of tools and documents to help maintaining Debian packages related to the Objective Caml (OCaml) programming language. . dh-ocaml notably contains the following components: * Makefile helpers to write debian/rules files implementing OCaml packaging best-practices (both for CDBS lovers and haters) * the Debian OCaml Packaging Policy * dh_ocaml debhelper to automatically computes dependencies among binary OCaml packages * ocaml-md5sums, the tool used to maintain the system registry of OCaml module interface checksums Package: dh-python Priority: optional Section: python Installed-Size: 314 Maintainer: Piotr Ożarowski Architecture: all Version: 1.20140511-1~bpo70+1.1.201409011246 Depends: python3 (>= 3.2.3-3~) Filename: 4.0-0/all/dh-python_1.20140511-1~bpo70+1.1.201409011246_all.deb Size: 69904 MD5sum: baf06acdf73e02878af4480bb54d5b75 SHA1: f0862f6d061f877218a380eeccf26684bf991737 SHA256: 3d64daf5095578e65666b5cc2eb1f37ecdffae3b1be8cc4e4e2e14bd991e5de7 Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: dh-systemd Priority: extra Section: admin Installed-Size: 83 Maintainer: pkg-systemd-maintainers Architecture: all Source: init-system-helpers Version: 1.18~bpo70+1.1.201410271147 Depends: perl, debhelper Filename: 4.0-0/all/dh-systemd_1.18~bpo70+1.1.201410271147_all.deb Size: 14674 MD5sum: 4450c0ad5207c7ee2933abbc33f812db SHA1: a2188c3e5d67dbf17a984667c436daee0b8533ef SHA256: f65eb82d2a404eb29c58f5bd1a7e8eaaf25a7b5ff659512ed0d6f0a3acdcbddf Description: debhelper add-on to handle systemd unit files dh-systemd provides a debhelper sequence addon named 'systemd' and the dh_systemd_enable/dh_systemd_start commands. . The dh_systemd_enable command adds the appropriate code to the postinst, prerm and postrm maint scripts to properly enable/disable systemd service files. The dh_systemd_start command deals with start/stop/restart on upgrades for systemd-only service files. Multi-Arch: foreign Package: dh-xsp Priority: optional Section: web Installed-Size: 112 Maintainer: Debian Mono Group Architecture: all Source: xsp Version: 2.10-2.4.15.201403161042 Replaces: mono-xsp-base Depends: perl, debhelper Conflicts: mono-utils (<= 1.1.9.2-1), mono-xsp-base Filename: 4.0-0/all/dh-xsp_2.10-2.4.15.201403161042_all.deb Size: 49978 MD5sum: 80533d8811bd7f537df437802d9a4d34 SHA1: 7f424ab15e49766e7f115189e06787736da9e185 SHA256: dbd0168bd635dc04bd27ae9b0cf843a97e37441e2311ac22bbc37c621f30fd38 Description: debhelper add-on to handle ASP.NET sites dh-xsp provides a debhelper sequence addon named 'xsp' and the dh_installxsp command, which allows ASP.NET sites to be automatically configured on installation. Homepage: http://www.mono-project.com/ASP.NET Package: dhelp Priority: optional Section: doc Installed-Size: 294 Maintainer: Esteban Manchado Velázquez Architecture: all Version: 0.6.20+nmu1.17.201403192110 Depends: perl-modules, libtemplate-perl, libhtml-parser-perl, liburi-perl, ruby1.8, libdb-ruby1.8, libcommandline-ruby1.8, libgettext-ruby1.8, doc-base, swish++, liblocale-gettext-perl, libdata-page-perl, pstotext, poppler-utils, ucf (>= 0.8) Recommends: iceweasel | firefox | www-browser Suggests: httpd, info2www, man2html, lynx | links | w3m | html2text, catdvi Filename: 4.0-0/all/dhelp_0.6.20+nmu1.17.201403192110_all.deb Size: 48962 MD5sum: 1bf3036347fbb482ac34962317e8ea2c SHA1: 65316061ba5f692c8a05237b94f547687a8e0ff8 SHA256: 531af1d47710f05bf6c41ff72e8faa8094ed42caf58667257c0a48ac5504f730 Description: online help system Read all documentation with a WWW browser. dhelp builds a index of all installed HTML documentation. You don't need a WWW server to read the documentation. dhelp offers a very fast search in the HTML documents. . You can access the online help system with the dhelp program or with your browser. The URL to point your browser at is http://localhost/doc/HTML/index.html if you have a WWW server installed or file://localhost/usr/share/doc/HTML/index.html if not. Package: di-netboot-assistant Priority: extra Section: utils Installed-Size: 132 Maintainer: Frank Lin PIAT Architecture: all Version: 0.36b.4.201403192139 Depends: wget | curl Recommends: syslinux, elilo, tftpd | tftpd-hpa | dnsmasq Suggests: dhcp3-server | udhcpd | dnsmasq Filename: 4.0-0/all/di-netboot-assistant_0.36b.4.201403192139_all.deb Size: 26884 MD5sum: d2545509382f06b70fd2da8480549cbc SHA1: 5512dbc681a2f1ff6946f66613f4ecc2dd3b02e5 SHA256: e1a354653d2c88c017422df5c68b69518588a5e5a1d6c4e0b734a92f8a53009f Description: Debian-Installer netboot assistant di-netboot-assistant is a tool to download and extract Debian-Installer netboot images. It's especially useful if you want to download multiple netboot image, since it builds a top menu, so you can select the image at boot time (on amd64, i386 and ia64). . Currently, it supports amd64, i386, ia64, alpha, hppa and sparc clients. . syslinux and elilo are needed if you plan to use the "top menu". Homepage: http://www.klabs.be/~fpiat/linux/debian/di-netboot-assistant/ Package: dia-common Priority: optional Section: graphics Installed-Size: 17808 Maintainer: Debian Dia Team Architecture: all Source: dia Version: 0.97.2-8.15.201403251200 Replaces: dia (<= 0.86-1) Depends: xml-core (>= 0.12), python-gtk2 Recommends: dia | dia-gnome, dia-libs Conflicts: dia (<= 0.86-1) Filename: 4.0-0/all/dia-common_0.97.2-8.15.201403251200_all.deb Size: 6319998 MD5sum: 39f26eafb28aa4c8fe1c939aedc4ef12 SHA1: a28354622728b8c3cc7fefa72395bfc7a7c47018 SHA256: 069d0e0ec51e85dfc7a9e393749a811c2f0b7bea31eedadf0ba09fad2d3a4d4c Description: Diagram editor (common files) Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. . This package contains hardware independent files common to dia and dia-gnome Homepage: http://live.gnome.org/Dia Package: dia-shapes Priority: optional Section: graphics Installed-Size: 1029 Maintainer: Debian Dia Team Architecture: all Version: 0.3.0-1.5.201403192212 Depends: dia Filename: 4.0-0/all/dia-shapes_0.3.0-1.5.201403192212_all.deb Size: 233756 MD5sum: 7b7578387f11a123a9528af1d7cffc1f SHA1: 1368b3abdc1e4bb5f49960f79c9b909e119d0949 SHA256: 7719c3f8fa172254054683457e8c62d42685cf8eeb5284b78d4f470543f3c286 Description: Diagram editor Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. . This package provides extra shapes for Dia. Included shapes are - Building site - Central data processing - CH-1 notation - Chemistry lab - Circuit 2 - CMOS - Digital - EPC - Electric 2 - Electronic - Gradient - Living Systems Theory - Optics - Racks - Renewable Energy - Scenegraph - Value Stream Mapping Homepage: http://dia-installer.de/shapes/ Package: diakonos Priority: optional Section: text Installed-Size: 502 Maintainer: Ralph Amissah Architecture: all Version: 0.9.0-1.4.201403192224 Depends: ruby1.9.1 Filename: 4.0-0/all/diakonos_0.9.0-1.4.201403192224_all.deb Size: 118748 MD5sum: 3b0f9430611a73fdb65ba2669a74c917 SHA1: 0a7616bf6cbfb06fdd31bc8e320adfd27222efd6 SHA256: 120149150a1641cf984eeebf827f3d30a20eeb26791a09f43add7106f3437c7c Description: Customizable, usable console-based text editor an editor made it with the intention of being easier to configure and use than emacs, more powerful than pico and nano, and not as cryptic as vi or ex. Homepage: http://diakonos.pist0s.ca Package: dialign-tx-data Priority: optional Section: science Installed-Size: 5348 Maintainer: Debian Med Packaging Team Architecture: all Source: dialign-t Version: 1.0.2-2.4.201403192232 Recommends: dialign-tx (= 1.0.2-2.4.201403192232) Filename: 4.0-0/all/dialign-tx-data_1.0.2-2.4.201403192232_all.deb Size: 1699346 MD5sum: ca8c558e97bbca1b22097f2dea016574 SHA1: 8aaa7f2bd4f6ac554b72cdb8ceabad482427e349 SHA256: 65a6620d9106a16de0d8f6cb9f4c138d61fcbe82c170ef7443af53516d39d829 Description: Common data files for dialign-tx This package contain the score matrices and probability distribution files that DIALIGN-TX needs to align peptidic and nucleic sequences. Homepage: http://dialign-tx.gobics.de/ Package: dibbler-doc Priority: optional Section: doc Installed-Size: 1281 Maintainer: Tomasz Mrugalski Architecture: all Source: dibbler Version: 0.8.2-1.4.201403192236 Suggests: dibbler-server, dibbler-client, dibbler-relay Filename: 4.0-0/all/dibbler-doc_0.8.2-1.4.201403192236_all.deb Size: 1286720 MD5sum: c8b9365557eeaa40f86ca47aed0ed93c SHA1: 68513850a1fb47a5e099ae7468eb99426892d15f SHA256: 1179b60504694db942af09b81e309a253340701d24280ba27c2bb949f783960c Description: documentation for Dibbler This package includes both user and developer documentation, covering all aspects of the Dibbler DHCPv6 implementation: - server, client and relay usage and configuration; - various tips and frequently asked questions; - internal structure/code description and hints for developers. Homepage: http://klub.com.pl/dhcpv6/ Package: dico-doc Priority: optional Section: doc Installed-Size: 137 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: all Source: dico Version: 2.1-3.6.201403192250 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/dico-doc_2.1-3.6.201403192250_all.deb Size: 108152 MD5sum: 467bb2492e44d04a8aa70b696f822f3a SHA1: f4acfe07e996b19bf705880441ee28efe9d5be23 SHA256: 3c3a9d6fde644fe47cb76bf5f766e116086a021f5ea9a33d8040a8b166ad12b2 Description: RFC 2229 compliant modular dictionary server (documentation) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the complete documentation for GNU Dico. Homepage: http://puszcza.gnu.org.ua/software/dico/ Package: dico-module-mediawiki Priority: optional Section: text Installed-Size: 78 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: all Source: dico Version: 2.1-3.6.201403192250 Depends: dico-module-python, python-wit, python-simplejson, python (>= 2.5) Filename: 4.0-0/all/dico-module-mediawiki_2.1-3.6.201403192250_all.deb Size: 44158 MD5sum: 7ec64cf732ffcd1f16e510132c9129f5 SHA1: bf278613967514f88f238f1dbe2f39ccd5a507c4 SHA256: c61a88ce9ba88093b2b7044171a0344b71b1e7034754211890bd224763c1f7d9 Description: RFC 2229 compliant modular dictionary server (mediawiki module) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package contains the module that handles the use of Wiktionary or Wikipedia as a dictionary database. Homepage: http://puszcza.gnu.org.ua/software/dico/ Package: dicompyler Priority: optional Section: science Installed-Size: 759 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.4.1-1-1.2.201403192312 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-matplotlib (>= 0.99), python-numpy (>= 1.2.1), python-imaging (>= 1.1.7), python-dicom (>= 0.9.5~rc1), python-wxgtk2.8 (>= 2.8.8.1), python-sqlalchemy (>= 0.5.4), python-elixir (>= 0.6.1) Filename: 4.0-0/all/dicompyler_0.4.1-1-1.2.201403192312_all.deb Size: 306882 MD5sum: 9adc20eae41a60d840a6c4bc31602a67 SHA1: 8310f811e655eef5b50dbc6259405183e80cd78f SHA256: f34c637fdd3a853799ef03a08488d13652eeb539b63455fe72da47d2a88be444 Description: radiation therapy research platform Dicompyler is an extensible, fully open source radiation therapy research platform based on the DICOM standard. It also functions as a cross-platform DICOM RT viewer. . Features: * Import CT Images, DICOM RT structure set, RT dose and RT plan files * Extensible plugin system with included plugins: - 2D image viewer with dose and structure overlay - Dose volume histogram viewer with the ability to analyze DVH parameters - DICOM data tree viewer - Patient anonymizer Homepage: http://code.google.com/p/dicompyler/ Package: dicoweb Priority: optional Section: web Installed-Size: 155 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: all Source: dico Version: 2.1-3.6.201403192250 Depends: python (>= 2.5), python-support (>= 0.90.0), python-dicoclient, python-django, python-memcache, python-wit, libapache2-mod-python | libapache2-mod-wsgi Filename: 4.0-0/all/dicoweb_2.1-3.6.201403192250_all.deb Size: 58474 MD5sum: dd32689de35c6392452bc436eaf3a32e SHA1: 81e4935e0d133967c1875cdcc398e60fdd747b9f SHA256: 223f94df7a16ca3d4c148f7a41e03d3e03f848e2f47bca8d9396d32f052b928b Description: RFC 2229 compliant modular dictionary server (web interface) GNU Dico is an implementation of the DICT protocol as defined in RFC 2229. It is fully modular: the daemon itself (dicod) provides only the server functionality, and knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. . This package provides a web interface for database searches. Homepage: http://puszcza.gnu.org.ua/software/dico/ Package: dict-bouvier Priority: optional Section: text Installed-Size: 2499 Maintainer: John Goerzen Architecture: all Version: 6.revised-3.2.4.201403192325 Suggests: dict, dictd Filename: 4.0-0/all/dict-bouvier_6.revised-3.2.4.201403192325_all.deb Size: 2466834 MD5sum: b20bbfa855f6eba85714b83d38da9855 SHA1: da4b754c5471022f142e1c75c292de0b96a8940d SHA256: 377c91d81fb18f31d731cc1d35a2cd97cec75c0fb3488e7c692f2570b4433f8b Description: John Bouvier's Law Dictionary for the USA This is the 1856 Revised Sixth Ediition of John Bouvier's law dictionary, formatted for use with the dictd server. It is an excellent, if dated, way to look up information about legal words and principles. Package: dict-de-en Priority: optional Section: text Installed-Size: 22652 Maintainer: Roland Rosenfeld Architecture: all Source: ding Version: 1.7-2.6.201403200220 Provides: dictd-dictionary Suggests: dictd | serpento | dict-server, dict | opendict | kdict Breaks: dictd (<< 1.10.1) Filename: 4.0-0/all/dict-de-en_1.7-2.6.201403200220_all.deb Size: 14356706 MD5sum: 83e3e98eee3ecc758e214b803771f016 SHA1: 2943c5280c1a87768b661e60edd7de60c0f3f9ba SHA256: 1b4bd6e2e62510d466bfcd2e6500fb54550b33dc65e9801c8e5232a9ec949a87 Description: German-English translation dictionary for dictd German-English and English-Deutsch translation dictionary for the dictd server. It contains approximately 270,000 entries. . The source of the database is available from http://dict.tu-chemnitz.de/ Homepage: http://www-user.tu-chemnitz.de/~fri/ding/ Package: dict-devil Priority: optional Section: text Installed-Size: 209 Maintainer: Sven Joachim Architecture: all Version: 1.0-12.4.201403192329 Provides: dictd-dictionary Depends: dictd | dict-server Filename: 4.0-0/all/dict-devil_1.0-12.4.201403192329_all.deb Size: 180024 MD5sum: 12cf1e04a3b8b5ef1804c43c2216b028 SHA1: e31eefa48566e18fc0a77f850f3bcb158db3abcf SHA256: 8f50cb2506e69f34c6c35bffb839da734ae189ffce294ceb48172623b6e41657 Description: "The Devil's Dictionary" by Ambrose Bierce This package contains The Devil's Dictionary, a satirical, cynical and irreverent dictionary of common words, formatted for use by the dictionary server in the dictd package. Package: dict-elements Priority: optional Section: text Installed-Size: 56 Maintainer: Thorsten Alteholz Architecture: all Version: 20001107-a-6.4.201403192331 Provides: dictd-dictionary Depends: dictd | dict-server Filename: 4.0-0/all/dict-elements_20001107-a-6.4.201403192331_all.deb Size: 24676 MD5sum: bafc0ddabd49e152ccf1769044b57059 SHA1: 79166c3e075d5d7665b476df9458cf7440fdebac SHA256: 48d90d129a16132d1be149159e6a07b1025dd87eaa5a02387411478e30f922c0 Description: Data regarding the Elements This package contains Jay Kominek's compilation of physical and chemical data about the elements, updated 11/07/00 formatted for use by the dictionary server in the dictd package. . This package will be of limited use without the client and server found in the dict and dictd packages. Homepage: http://www.miranda.org/~jkominek/elements/ Package: dict-foldoc Priority: optional Section: text Installed-Size: 2515 Maintainer: Iustin Pop Architecture: all Version: 20120518-1.4.201403192333 Provides: dictd-dictionary Depends: dictd | dict-server, base-files (>> 4) Filename: 4.0-0/all/dict-foldoc_20120518-1.4.201403192333_all.deb Size: 2387572 MD5sum: 75e7fecedd25ebb3dba270f30382cafc SHA1: c7505cb3f311e30359fe000080aca9461636937e SHA256: 3774f4278b1bd272ba0e1bdc89cfc6dcd7aee994355eddaafd07cc1370d7c992 Description: FOLDOC dictionary database This package contains the FOLDOC, the Free On Line Dictionary of Computing, supplemented by a number of Debian-specific definitions, formatted for use by the dictionary server in the dictd package. . This package will be of limited use without the server found in the dictd package. Homepage: http://foldoc.org/ Package: dict-freedict-afr-deu Priority: optional Section: text Installed-Size: 159 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-afr-deu_1.3-4.4.201403111433_all.deb Size: 85062 MD5sum: 85c6e3b0ecc9816f3d3a3be7d1f84d96 SHA1: 0ac8a958c82a6093fa098c4b9859348b81ddf21a SHA256: e3293f72a16d241725807bb2108dcd2735e7a898c7f9ae5830d5bd5acb8c9663 Description: Dict package for Afrikaans-German Freedict dictionary This is a package of the Afrikaans-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-cro-eng Priority: optional Section: text Installed-Size: 2867 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-cro-eng_1.3-4.4.201403111433_all.deb Size: 1825360 MD5sum: 5970bd3db3b1b69e5297f0049120e2fd SHA1: 6303c80fb6dcade83bbe811c299b3039e58f273e SHA256: 2fbb1c4c0623a3e162e947e2f2408623462cadb528e764a6121a0567b536595a Description: Dict package for Croatian-English Freedict dictionary This is a package of the Croatian-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-cze-eng Priority: optional Section: text Installed-Size: 72 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-cze-eng_1.3-4.4.201403111433_all.deb Size: 16838 MD5sum: 8f7b49849b29f699aa2fa2fe32ffc0e6 SHA1: c544127ae7f7f209852636820d7fd8b86e966ee4 SHA256: 868b33505fd986ef2ae6908822bc5958e2e716f2a70e89e8a8765e71ee7c7413 Description: Dict package for Czech-English Freedict dictionary This is a package of the Czech-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-dan-eng Priority: optional Section: text Installed-Size: 156 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-dan-eng_1.3-4.4.201403111433_all.deb Size: 80568 MD5sum: 97c93947a83da9ddba5c472264d9fe7e SHA1: 56d5e41b8b1f63973f77c7d5ff297fd61482fd63 SHA256: 44b695c5a4fe4f3415e65d3a3062ea212c1aadb5a8058014d8c1d62993ef10af Description: Dict package for Danish-English Freedict dictionary This is a package of the Danish-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-deu-eng Priority: optional Section: text Installed-Size: 3062 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-deu-eng_1.3-4.4.201403111433_all.deb Size: 2118982 MD5sum: 5016cccd6412c2b1983065c78aa6f689 SHA1: 9fe43f7973958886979e1afb50f4e75b1ea8a4f7 SHA256: 03038abdc86dad2fd30903c8d45298e2978d01be6c34da5399a9c5c6a877e12a Description: Dict package for German-English Freedict dictionary This is a package of the German-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-deu-fra Priority: optional Section: text Installed-Size: 261 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-deu-fra_1.3-4.4.201403111433_all.deb Size: 152650 MD5sum: 860db38102bfa39bce0255fa8ce9f6e9 SHA1: 0c789adabc3300174a751b0eacc53fdf1f3593c8 SHA256: 4a758c8526f51d4094f74ba61bf168281389f6fcf25fa284c0c8327da83f2d59 Description: Dict package for German-French Freedict dictionary This is a package of the German-French Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-deu-ita Priority: optional Section: text Installed-Size: 161 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-deu-ita_1.3-4.4.201403111433_all.deb Size: 79184 MD5sum: e678da9ed529ba805e8eeee0bd6f99e2 SHA1: e7076e07b3c2afae44da31fdcf22b9218cf86e57 SHA256: 3784ce37758f8f60236c44d45cf48271732e4823a1178fa44bd1c34eb89c2bc9 Description: Dict package for German-Italian Freedict dictionary This is a package of the German-Italian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-deu-nld Priority: optional Section: text Installed-Size: 450 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-deu-nld_1.3-4.4.201403111433_all.deb Size: 303718 MD5sum: 7abcd39d7b4e386f2300a26d40674229 SHA1: 5f5923765e3cc0459e3f8497203695a6afe6a265 SHA256: 5b217aafcad095579b00a0511fe897df5ab1453a52abd35dc846fdf91436b856 Description: Dict package for German-Dutch Freedict dictionary This is a package of the German-Dutch Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-deu-por Priority: optional Section: text Installed-Size: 296 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-deu-por_1.3-4.4.201403111433_all.deb Size: 184700 MD5sum: bd2fb6c81565534a17051dce959c7814 SHA1: 41a7adf1c99a1210a6c040944410b9fb90ed6ec4 SHA256: 8e1bd8262fd42e7dbcab43d4ef01380d6e3a8c016e87914e28468980bdd7aa2f Description: Dict package for German-Portuguese Freedict dictionary This is a package of the German-Portuguese Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-ara Priority: optional Section: text Installed-Size: 2077 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-ara_1.3-4.4.201403111433_all.deb Size: 1277844 MD5sum: 3a9f303b5197c5157f805db9bfb73e8f SHA1: 7fc83d0faf49132f5a3756b96ea10db9c5068b56 SHA256: 9aa751b74dacbd51f9f08ff212f58b278ced264e038a41a7091f78cedb7229d6 Description: Dict package for English-Arabic Freedict dictionary This is a package of the English-Arabic Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-cro Priority: optional Section: text Installed-Size: 2252 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-cro_1.3-4.4.201403111433_all.deb Size: 1545168 MD5sum: f0c002447c6e484f9cb52472d2af561a SHA1: fb693240d80240208faa91c4bc79ce9bb01f8442 SHA256: 47cd7d4a7bcd9716932fc8fa592459c276182601ba5dd863ed5e4f49413207b5 Description: Dict package for English-Croatian Freedict dictionary This is a package of the English-Croatian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-cze Priority: optional Section: text Installed-Size: 4007 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-cze_1.3-4.4.201403111433_all.deb Size: 2502914 MD5sum: 9c2406d43852d41f37983a18de322e66 SHA1: 64cc770455c0671bc7d996fd23f03eced44a046e SHA256: 6407a82119c2492c923525c2ce7234e2746edbfc4cf3f97bfc7d75ef2aaec2aa Description: Dict package for English-Czech Freedict dictionary This is a package of the English-Czech Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-deu Priority: optional Section: text Installed-Size: 3157 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-deu_1.3-4.4.201403111433_all.deb Size: 2176890 MD5sum: d365006fa29abeefb5e252c951b17289 SHA1: dab82ea6dd139cda9da93ced68428c208711b28e SHA256: 28035917c796e203b01008a9beee3b56781d7cee67c1efd4377d13dfcb1e778d Description: Dict package for English-German Freedict dictionary This is a package of the English-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-fra Priority: optional Section: text Installed-Size: 323 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-fra_1.3-4.4.201403111433_all.deb Size: 213860 MD5sum: 1ab4cd4ab93004538cf41d7efc58f132 SHA1: 1a5be7f9fcd078059f72235a55a9715e4273200f SHA256: 3d45eb0770a3484e01ffeaae2d5c9c8881563fec6a496786f5941c2c1a1981ba Description: Dict package for English-French Freedict dictionary This is a package of the English-French Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-hin Priority: optional Section: text Installed-Size: 1541 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-hin_1.3-4.4.201403111433_all.deb Size: 1302236 MD5sum: 6de0ce318a9d20b9bcbec77f5933ed78 SHA1: 98095357a3dffe1a5d8dbecfd5115b280cf94320 SHA256: aafa2a5d1fda38f4003b0fcd13d6f59e7a7742d859755e251657a945c0da4103 Description: Dict package for English-Hindi Freedict dictionary This is a package of the English-Hindi Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-hun Priority: optional Section: text Installed-Size: 3716 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-hun_1.3-4.4.201403111433_all.deb Size: 2682024 MD5sum: 2ee618898cb50b50b53d3db46e318bfd SHA1: 79f861107a94a3f795ff3d8b0e8f3bb78acfac0b SHA256: d6b9cd764b50a6eb8e221a2ddb9a7841f56de54bf41afe9f0b36e2b199e7e997 Description: Dict package for English-Hungarian Freedict dictionary This is a package of the English-Hungarian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-iri Priority: optional Section: text Installed-Size: 96 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-iri_1.3-4.4.201403111433_all.deb Size: 37038 MD5sum: 37e8536d63c73cac3cb81773b7b2bb59 SHA1: e26cbcd36f2dd585610dcdc64dacc9113f979a2f SHA256: 280f6ec0ca78835379ed30a262dcb589e6e5a5b34c3a0d1734fa600534c83154 Description: Dict package for English-Irish Freedict dictionary This is a package of the English-Irish Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-ita Priority: optional Section: text Installed-Size: 159 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-ita_1.3-4.4.201403111433_all.deb Size: 81262 MD5sum: 64e8894400e74cb848be3ecbbd951b28 SHA1: 016719571dae37538d4df3796cab7274e43825b9 SHA256: 9fcc61a68efe6d7d69d6b7c56270a91367a87c279fc8f2cf3aaa2ec43492042c Description: Dict package for English-Italian Freedict dictionary This is a package of the English-Italian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-lat Priority: optional Section: text Installed-Size: 139 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-lat_1.3-4.4.201403111433_all.deb Size: 70898 MD5sum: 5a8ec805b312c4765f268b9104f89117 SHA1: d1cbb6e1909f3111de86d436b49d7f15f2bf5b9d SHA256: f1e7d934f8086d86c24fa76cde6ba95ea0d50cd74f9db0b4654121843605d97d Description: Dict package for English-Latin Freedict dictionary This is a package of the English-Latin Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-nld Priority: optional Section: text Installed-Size: 343 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-nld_1.3-4.4.201403111433_all.deb Size: 238118 MD5sum: 1512b6b802fc64e9c70cb5b09e7876a8 SHA1: b50a4040ec43fccd4dd071c363df6604e48e9aa3 SHA256: b4ff71b0ba404f7e78e6d5b93fb8699115ea6f464edb1b5df79cfbf4af3964e7 Description: Dict package for English-Dutch Freedict dictionary This is a package of the English-Dutch Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-por Priority: optional Section: text Installed-Size: 362 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-por_1.3-4.4.201403111433_all.deb Size: 250004 MD5sum: 3708ef8eb335851618b63f7799a5fdbc SHA1: 5b18d1d24c3acd5722ca089813c711cb580eae03 SHA256: 63796c203a09918c759cffd49bc18e5ade0e10c4bf6a48c71bc7dccbc44765c5 Description: Dict package for English-Portuguese Freedict dictionary This is a package of the English-Portuguese Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-rom Priority: optional Section: text Installed-Size: 86 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-rom_1.3-4.4.201403111433_all.deb Size: 28390 MD5sum: 8ea2db14f7a13c6cf438269aeec53300 SHA1: f02850a10843ba4e68953ac93b60872a01cd91cd SHA256: 106536a185a4908708fa42dbddc7dff1b3b33d7bbe3baa447094991599dcd76f Description: Dict package for English-Romanian Freedict dictionary This is a package of the English-Romanian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-rus Priority: optional Section: text Installed-Size: 108 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-rus_1.3-4.4.201403111433_all.deb Size: 46910 MD5sum: 005eee2802690c319552a921505624dc SHA1: 38e7077d0ead321072033180b77e215d2be75e1d SHA256: 9398edbd53167f655ead9a95acae8d47b8eb4a7acd1c0fd1be8c0c50b01e3077 Description: Dict package for English-Russian Freedict dictionary This is a package of the English-Russian Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-scr Priority: optional Section: text Installed-Size: 76 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-scr_1.3-4.4.201403111433_all.deb Size: 20808 MD5sum: 5798144482d4383a81daa0f4c2b8b6a8 SHA1: a9c868dd7e5877e62b5e89b71de9dd2277c55363 SHA256: f4548428d1816927caadac08f3154a19432f544b92fe7fab72b4668cdc77a7f3 Description: Dict package for English-Serbo-Croat Freedict dictionary This is a package of the English-Serbo-Croat Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-spa Priority: optional Section: text Installed-Size: 227 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-spa_1.3-4.4.201403111433_all.deb Size: 140238 MD5sum: 4028d119947e881bca3660490a7288ce SHA1: c16e25247b0599afda05e75f08e192abb2b5b549 SHA256: 45c251346954ce24edf54ad058e6a7ce77a8f88354508af96963ef40511cbc62 Description: Dict package for English-Spanish Freedict dictionary This is a package of the English-Spanish Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-swa Priority: optional Section: text Installed-Size: 90 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-swa_1.3-4.4.201403111433_all.deb Size: 30186 MD5sum: 3abf9c7341e07bc587e45b368227403f SHA1: 6a08b9abbe7381f7fe2cb841ddb7922f68bcfcab SHA256: 4d3c427cad358d3a5427917b33ccff4795ee94b9f36f73fb6c27a1b043f945dc Description: Dict package for English-Swahili Freedict dictionary This is a package of the English-Swahili Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-swe Priority: optional Section: text Installed-Size: 214 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-swe_1.3-4.4.201403111433_all.deb Size: 129326 MD5sum: 9cf56a02a83e72b9f1706932b507ee4f SHA1: 243a36eb3d3a02e934930a3249efbcb308f3f36b SHA256: a5a887f277877edc414db30cd5f0b3fe7678b1d5b09204721a67e9cf23cb53ed Description: Dict package for English-Swedish Freedict dictionary This is a package of the English-Swedish Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-tur Priority: optional Section: text Installed-Size: 2328 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-tur_1.3-4.4.201403111433_all.deb Size: 2036266 MD5sum: 77832c7af5994f9a762131b7625badfa SHA1: eb39de00670f861921629a5d9ccfb769259a93b0 SHA256: 24f43592afa5a154155349722ab5588623c2c7b3bd667c73a0b66ff5f99810f9 Description: Dict package for English-Turkish Freedict dictionary This is a package of the English-Turkish Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-eng-wel Priority: optional Section: text Installed-Size: 86 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-eng-wel_1.3-4.4.201403111433_all.deb Size: 28454 MD5sum: 996548582159ce5c760c6e2bcce41549 SHA1: 544517d61ff8918faf258740737be7e250ce25ed SHA256: 151e493ebd997b1c022dcb1556b876181a7e1b520fac0a0e3dbc3c415b93d14a Description: Dict package for English-Welsh Freedict dictionary This is a package of the English-Welsh Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-fra-deu Priority: optional Section: text Installed-Size: 254 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-fra-deu_1.3-4.4.201403111433_all.deb Size: 164162 MD5sum: 28096ec1f91c75f2f4507cdeb48ad6d6 SHA1: 0c5766d2f411fc2d7f5f4d5d8a657a3b38291075 SHA256: 4ef03db13ab022e4e2fbd5e4c574630017da23b13087a4163f8a64822e9703ee Description: Dict package for French-German Freedict dictionary This is a package of the French-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-fra-eng Priority: optional Section: text Installed-Size: 301 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-fra-eng_1.3-4.4.201403111433_all.deb Size: 194080 MD5sum: 26235f3866dc8c2d196b76614878de4c SHA1: 920dd5fc49799836c7851562fceaad43754d1266 SHA256: ef7f7d9d91cc9ce4843bf9102bc5bec6e671cb68167eaf20e20697bd5c92378e Description: Dict package for French-English Freedict dictionary This is a package of the French-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-fra-nld Priority: optional Section: text Installed-Size: 403 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-fra-nld_1.3-4.4.201403111433_all.deb Size: 283580 MD5sum: a8de95b51144e134f4d41c6b39d74cd1 SHA1: 8485491779bf1f707c9cd9cd0455748eadf76e9f SHA256: f98b45e197a53539e927dc05d1de48335cd33f4c2810ac99fe42dc1b7e068453 Description: Dict package for French-Dutch Freedict dictionary This is a package of the French-Dutch Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-gla-deu Priority: optional Section: text Installed-Size: 66 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Replaces: dict-freedict-sco-deu Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Conflicts: dict-freedict-sco-deu Filename: 4.0-0/all/dict-freedict-gla-deu_1.3-4.4.201403111433_all.deb Size: 12580 MD5sum: 5fc395f2f2930fa28495100c7ad0a577 SHA1: bb446b36c3dfd7f4851a0a96df2282c0ee925d35 SHA256: e747254f0f9ad181352fa0970c8f567a4f2b5d1239fa2dd01c08c53d246e7e2c Description: Dict package for Scottish Gaelic-German Freedict dictionary This is a package of the Scottish Gaelic-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-hin-eng Priority: optional Section: text Installed-Size: 2349 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-hin-eng_1.3-4.4.201403111433_all.deb Size: 1473320 MD5sum: 25111c6aececb192c52bd64951e97dc8 SHA1: 1d10ec45149d980e73016175f4ff175c1cec0f0a SHA256: 7a22198acb7d096a22cdee11c51d0e9f742ecb55ed2e287fba9cec9199ff6bdd Description: Dict package for Hindi-English Freedict dictionary This is a package of the Hindi-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-hun-eng Priority: optional Section: text Installed-Size: 5647 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-hun-eng_1.3-4.4.201403111433_all.deb Size: 3737550 MD5sum: 50171a6f8c1a0177b20b4351774f8622 SHA1: f0f779a9a1fd4ab0af26e744ee8c6e270798158e SHA256: 256a86d55f8f227ac0cf81484e4e29dda4acd338240a5152155bb1c2410884f5 Description: Dict package for Hungarian-English Freedict dictionary This is a package of the Hungarian-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-iri-eng Priority: optional Section: text Installed-Size: 88 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-iri-eng_1.3-4.4.201403111433_all.deb Size: 28478 MD5sum: b3b6e857cb7f9c32a9f15fc776656d37 SHA1: 920d9709e8d6f6623f4fe3f6ef835a871c387854 SHA256: 91caafe7c56d471b5939b67cce9022c233ecbca17ac2aef11e81f93fb3a50245 Description: Dict package for Irish-English Freedict dictionary This is a package of the Irish-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-ita-deu Priority: optional Section: text Installed-Size: 137 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-ita-deu_1.3-4.4.201403111433_all.deb Size: 67818 MD5sum: d43c63884a047172695afb5529a4fdb5 SHA1: 0463aef44c0c75b3f097927d98f88d7324f280b7 SHA256: 4dbdbd49c8f410d3114b0a8cd14e5ad5b2704d5add7730cbdfb91a3bfd9e1751 Description: Dict package for Italian-German Freedict dictionary This is a package of the Italian-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-ita-eng Priority: optional Section: text Installed-Size: 144 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-ita-eng_1.3-4.4.201403111433_all.deb Size: 70894 MD5sum: eef58c08216c802a14e47ec5c2e462ae SHA1: e12d3e20ed105a128015642bbe91e8d34cee5bf3 SHA256: 6cf95b062a608a998c179e32be08b48c0e10359413f0dc7c16a6bb0899bb546c Description: Dict package for Italian-English Freedict dictionary This is a package of the Italian-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-jpn-deu Priority: optional Section: text Installed-Size: 72 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-jpn-deu_1.3-4.4.201403111433_all.deb Size: 16810 MD5sum: 01396631471bdf9a2f185895cfa1a7b7 SHA1: 88a987e9eff26332e0600941fffd222d623d1e78 SHA256: 34b8198b66cc225597a618d6b318703dbd407e549d8044ff26ae23b20190f51b Description: Dict package for Japanese-German Freedict dictionary This is a package of the Japanese-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-lat-deu Priority: optional Section: text Installed-Size: 104 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-lat-deu_1.3-4.4.201403111433_all.deb Size: 41862 MD5sum: a5c2e8f6c8ed93301467fc617705546c SHA1: 7744a7a7fd9344a6b7f25cd896427a417d4c997d SHA256: ce0c338534074dd2b0c03bdb5a4e49b1df6f7608bdbf3095164e3895b9d7fe4a Description: Dict package for Latin-German Freedict dictionary This is a package of the Latin-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-lat-eng Priority: optional Section: text Installed-Size: 115 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-lat-eng_1.3-4.4.201403111433_all.deb Size: 49276 MD5sum: b9e1ace4551ccef07578e598684f285c SHA1: eb982acc975bf625b88a22690a934ed5841c8d61 SHA256: 3052ac7cd9e275571f3be4d525fd566720c1b1b2bcd936426507b362bb6a9613 Description: Dict package for Latin-English Freedict dictionary This is a package of the Latin-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-nld-deu Priority: optional Section: text Installed-Size: 629 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-nld-deu_1.3-4.4.201403111433_all.deb Size: 445532 MD5sum: feac9ba295ef264e61960678a0f68e8d SHA1: c40ed7fc2bb31bbacd1259fc512e67da2b786f76 SHA256: 113b868137df25d7dcab25d4cb9317394382f59da7bbae2d32e5f18d3accff8e Description: Dict package for Dutch-German Freedict dictionary This is a package of the Dutch-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-nld-eng Priority: optional Section: text Installed-Size: 793 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-nld-eng_1.3-4.4.201403111433_all.deb Size: 555940 MD5sum: 2943a8667cdf7e6c50ed10a6a6c82965 SHA1: cab0481a6453ac3519283c5fde51550f87010a34 SHA256: 217f6d9a277980bad21c607673059d4ba49aa67ed6c8a7471d00afd88e09c1bf Description: Dict package for Dutch-English Freedict dictionary This is a package of the Dutch-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-nld-fra Priority: optional Section: text Installed-Size: 573 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-nld-fra_1.3-4.4.201403111433_all.deb Size: 390670 MD5sum: 1d8bcba89f222c97e8098074ae2e835d SHA1: 31dce08066d476c16e90c5f92861fa1dcac03ed8 SHA256: 1763f77478f873cefbf92b86f9cf90ac4a768e6fe9a1ebf2e0035e785034cdab Description: Dict package for Dutch-French Freedict dictionary This is a package of the Dutch-French Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-por-deu Priority: optional Section: text Installed-Size: 294 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-por-deu_1.3-4.4.201403111433_all.deb Size: 185556 MD5sum: 6c33391fe1c9c9dab06ee4269fed88d5 SHA1: 425bc3e94bc046adc39fa136111798c6550e7ebc SHA256: ceb269f51c1e7be8c63f8c6a0e2713c9eca3097be427c54d47166e125b1e628e Description: Dict package for Portuguese-German Freedict dictionary This is a package of the Portuguese-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-por-eng Priority: optional Section: text Installed-Size: 340 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-por-eng_1.3-4.4.201403111433_all.deb Size: 212704 MD5sum: 6aa8b9d00c00d24d97203f4a26cdd007 SHA1: 8db684822201a0d35a5dddf3efe76a204f12fd2a SHA256: 1b1b19e46522818f447a553b1c8fb0c851dfc7b89751699cf12274f36de4614e Description: Dict package for Portuguese-English Freedict dictionary This is a package of the Portuguese-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-scr-eng Priority: optional Section: text Installed-Size: 72 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-scr-eng_1.3-4.4.201403111433_all.deb Size: 15652 MD5sum: 1f8b789229fdb2c864a45560850723d8 SHA1: 0639bbd615fef20caa9ca34ca819ced36ec14dfe SHA256: 64016fd2ce2df6864c1315000aed1abd25175419d84f9d185eb89e854bcf967f Description: Dict package for Serbo-Croat-English Freedict dictionary This is a package of the Serbo-Croat-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-slo-eng Priority: optional Section: text Installed-Size: 80 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-slo-eng_1.3-4.4.201403111433_all.deb Size: 24056 MD5sum: 4d9b22621e765ac9c3a6591bd00c914f SHA1: 8cfa73b8eeffef55842abb3c0dc326c9d1fe3a3b SHA256: 4bf03c9fbb78dc12ac05b44178e9b95c0bfe8d6ebf3b42248059cd3bbd8c7a0c Description: Dict package for Slovak-English Freedict dictionary This is a package of the Slovak-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-spa-eng Priority: optional Section: text Installed-Size: 179 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-spa-eng_1.3-4.4.201403111433_all.deb Size: 97974 MD5sum: 78b2f35c598870a46b57a49f9352fa8a SHA1: dde91bc4d1e8cc1f10d7936e0ca4cfcaf4529390 SHA256: 12554ac6b0b6c9a324ce260eab08ff0126637b90f5d9368e8300b46bdff05291 Description: Dict package for Spanish-English Freedict dictionary This is a package of the Spanish-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-swa-eng Priority: optional Section: text Installed-Size: 93 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-swa-eng_1.3-4.4.201403111433_all.deb Size: 32254 MD5sum: a3006dc4601dbdd14f0c09a7fa38e4bc SHA1: f42e268bbe8762463b40e6c27ffcbbad29531a37 SHA256: e2796c17bcd43b6be0071d886c1ac5a26fbe8517ce895653a5a2d15d86046aa5 Description: Dict package for Swahili-English Freedict dictionary This is a package of the Swahili-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-swe-eng Priority: optional Section: text Installed-Size: 183 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-swe-eng_1.3-4.4.201403111433_all.deb Size: 99470 MD5sum: ed7abc6b4de39b7d634b34991655275a SHA1: 43ee83456a3a69bf14b35c46d16e226884d6549c SHA256: b7775c26e0341e935da820f44996f9ad0ee48e3f6cef43e86a791e4839e9be11 Description: Dict package for Swedish-English Freedict dictionary This is a package of the Swedish-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-tur-deu Priority: optional Section: text Installed-Size: 84 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-tur-deu_1.3-4.4.201403111433_all.deb Size: 27116 MD5sum: 6020e9b3c48d7637f220ba087e63fd7b SHA1: 684ecbe55786f3b96002b1579d5b59a1655c17d4 SHA256: 1a87027fdf88ec25f458882f84c262f383967b4503324d44da6ed2fba5487c17 Description: Dict package for Turkish-German Freedict dictionary This is a package of the Turkish-German Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-tur-eng Priority: optional Section: text Installed-Size: 6207 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-tur-eng_1.3-4.4.201403111433_all.deb Size: 3709664 MD5sum: 3a117008e7d75bc7fa9c4d83250dd452 SHA1: 4e7cb767ca8f7da57043fd2afd62d88945223507 SHA256: 847648dcdb2ca14ba3de4bda4e710a8537bd8d70ca45e817aced70aa120cc1da Description: Dict package for Turkish-English Freedict dictionary This is a package of the Turkish-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-freedict-wel-eng Priority: optional Section: text Installed-Size: 77 Maintainer: Kęstutis Biliūnas Architecture: all Source: freedict Version: 1.3-4.4.201403111433 Provides: dictd-dictionary Suggests: dictd | serpento, dict | opendict | kdict Filename: 4.0-0/all/dict-freedict-wel-eng_1.3-4.4.201403111433_all.deb Size: 20940 MD5sum: a595cdecca3abb5b19ea83c13c74970a SHA1: 54e6acbc113ae50b52cd6e86a810a823fec01afb SHA256: 5baa8113d7d84c985f58accfc179f94240366aaba283dd241b35f257daa5564d Description: Dict package for Welsh-English Freedict dictionary This is a package of the Welsh-English Freedict dictionary, formatted for the dictionary server and client which uses the DICT Protocol. Homepage: http://freedict.org/ Package: dict-gazetteer2k-counties Priority: optional Section: text Installed-Size: 582 Maintainer: John Goerzen Architecture: all Source: dict-gazetteer2k Version: 1.0.0-5.2.4.201403192336 Suggests: dict, dictd Filename: 4.0-0/all/dict-gazetteer2k-counties_1.0.0-5.2.4.201403192336_all.deb Size: 353668 MD5sum: d5e6f0a7d54443d6171011a10806ca02 SHA1: 42337c7d88fa4de43be47546ebbb5d46e57f138d SHA256: 2069bb26c1799e0c807626a526d4f265bef36e119a309bc9de426410bbc79633 Description: Counties Database for the 2000 US Gazetteer This is a database of (primarily) United States counties using information gathered in the 2000 census. Each entry contains: * Full name for the county * Type of entry (county, municipio, parish, borough, etc) * Total population and housing units * Total land and water area, in both mi^2 and km^2 * State the county is within * Latitude and longitude of the county Package: dict-gazetteer2k-places Priority: optional Section: text Installed-Size: 2750 Maintainer: John Goerzen Architecture: all Source: dict-gazetteer2k Version: 1.0.0-5.2.4.201403192336 Suggests: dict, dictd Filename: 4.0-0/all/dict-gazetteer2k-places_1.0.0-5.2.4.201403192336_all.deb Size: 2088036 MD5sum: d3e8eb43558d88f926d618640dd98057 SHA1: 3abe2bd1c6f91b80dcbdc1fc36f7ce8f8b14d791 SHA256: 3512b1435d194c5e0eff810157141c5e86305dbc391b300c035f3ff7b10b8a76 Description: Places Database for the 2000 US Gazetteer This is a database of (primarily) United States cities using information gathered in the 2000 census. Each entry contains: * Full name for the city * Type of entry (city, borough, village, etc) * Total population and housing units * Total land and water area, given in both square miles and square kilometers * Government FIPS code * State the city is within * Latitude and longitude of the city * ZIP codes for the location from 1990. Package: dict-gazetteer2k-zips Priority: optional Section: text Installed-Size: 2610 Maintainer: John Goerzen Architecture: all Source: dict-gazetteer2k Version: 1.0.0-5.2.4.201403192336 Suggests: dict, dictd Filename: 4.0-0/all/dict-gazetteer2k-zips_1.0.0-5.2.4.201403192336_all.deb Size: 2409732 MD5sum: 172195624ceb26b9457d9aac4f9abb95 SHA1: fd1d7ece2ba5614382c6e590961120df51b9b313 SHA256: ab6a7f3f767db27d71d771b6c513d6e8e9dc5ddedaf9466bd1cc1deae4926eba Description: ZIP and ZCTA database for the 2000 US Gazetteer This is a database of United States ZIP code information. It contains a single database built from two separate sources: the 1990 Census ZIP code information and the 2000 Census ZCTA (ZIP Code Tabulation Area) information. These two pieces of information together provide a nice picture of an area. The 1990 ZIP Code Information provides: * The name of location for each ZIP code (normally a city) * The other ZIP codes corresponding to the same location. The 2000 ZCTA information provides: * Total population and housing unit count in a given ZIP code * Total land and water area for the ZIP code * The state in which the ZIP code is located * The latitude and longitude of the ZIP code Package: dict-gazetteer2k Priority: optional Section: text Installed-Size: 26 Maintainer: John Goerzen Architecture: all Version: 1.0.0-5.2.4.201403192336 Depends: dict-gazetteer2k-places, dict-gazetteer2k-counties, dict-gazetteer2k-zips Filename: 4.0-0/all/dict-gazetteer2k_1.0.0-5.2.4.201403192336_all.deb Size: 2170 MD5sum: 445db3ae7d9d1d0c75dbfa68bacfdbdb SHA1: 1e6f204404694db1b846c3c2ae7163dc45211610 SHA256: 3f11d0fa5c2c13f41c6c7fd4fd66910ba4c7d9c09fe9e489b48c1e76d8aa102a Description: Placeholder package to install entire Gazetteer 2000 This package can be used to ensure that you always have the entire set of files comprising the 2000 Gazetteer installed. You might want to use this package if you want the entire gazetteer available. If you want only part of it on your server, you should not install this package. Package: dict-gcide Priority: optional Section: text Installed-Size: 17122 Maintainer: Ritesh Raj Sarraf Architecture: all Version: 0.48.1.4.201403192341 Replaces: dict-web1913 Provides: dict-web1913, dictd-dictionary Depends: dictd | dict-server Suggests: dict-wn Breaks: dict-web1913 (<= 1.4-0.47pd-3) Filename: 4.0-0/all/dict-gcide_0.48.1.4.201403192341_all.deb Size: 15125894 MD5sum: bab804ea3387b3e1fe061a05a73c6ea8 SHA1: de0fe70a562c4dcda767a9277f9e041957cd93a8 SHA256: 65a55995b7a7ca1285601927abe1797f4a6803f39a4d003f98ab08475b39f496 Description: Comprehensive English Dictionary This package contains the GNU version of the Collaborative International Dictionary of English, formatted for use by the dictionary server in the dictd package. The GCIDE contains the full text of the 1913 Webster's Unabridged Dictionary, supplemented by many definitions from WordNet, the Century Dictionary, 1906, and many additional definitions contributed by volunteers. . The definitions in the core of this dictionary are at least 85 years old, so they can not be expected to be politically correct by contemporary standards, and no attempt has been, or will be, made to make them so. . This package will be of limited use without the server found in the dictd package, or another RFC 2229 compliant server. Homepage: http://git.debian.org/?p=collab-maint/dict-gcide.git Package: dict-jargon Priority: optional Section: text Installed-Size: 658 Maintainer: Ruben Molina Architecture: all Version: 4.4.7-2.4.201403192344 Provides: dictd-dictionary Depends: dictd | dict-server Suggests: dict Filename: 4.0-0/all/dict-jargon_4.4.7-2.4.201403192344_all.deb Size: 627502 MD5sum: 3026235b900a2671aa5b32f686a73f69 SHA1: 166132ef8c4776b4f6f85060defcea740383bafc SHA256: a3685d4f3f2a298e92d5126f374c990f6ea81bf29d291999779b2e5ffa8d53b3 Description: dict package for The Jargon Lexicon The Jargon File is a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor. . This package includes "The Jargon Lexicon" (main section of The Jargon File, version 4.4.7, 29 Dec 2003), formatted for use by the dictionary server in the dictd package. . The complete Jargon File is available in the jargon-text package. Homepage: http://catb.org/jargon/ Package: dict-moby-thesaurus Priority: optional Section: text Installed-Size: 11073 Maintainer: John Goerzen Architecture: all Version: 1.0-6.2.4.201403192349 Suggests: dict, dictd Filename: 4.0-0/all/dict-moby-thesaurus_1.0-6.2.4.201403192349_all.deb Size: 11050858 MD5sum: 38610b22820aa09d2dc2e3f57aa94989 SHA1: 228258a2c05875c68502544ff755b969a9eb0641 SHA256: 81b843a340153fa40eeb3ecf12921b4e720a7a2b7c41f0b5908bda616021e9c3 Description: Largest and most comprehensive thesaurus Moby Thesaurus is the largest and most comprehensive thesaurus data source in English available for commercial use. This second edition has been thoroughly revised adding more than 5,000 root words (to total more than 30,000) with an additional _million_ synonyms and related terms (to total more than 2.5 _million_ synonyms and related terms). . This is formatted for use by the dictionary server in the dictd package. Package: dict-vera Priority: optional Section: text Installed-Size: 368 Maintainer: Debian QA Group Architecture: all Source: vera (1.17-6.6.201403121929) Version: 1:1.17-6.6.201403121929 Provides: dictd-dictionary Depends: dictd | dict-server Filename: 4.0-0/all/dict-vera_1.17-6.6.201403121929_all.deb Size: 289266 MD5sum: e759617c6b25eacfa500807eeb4c6bbe SHA1: 78aafe021b16a5a20d4a74944a4a4e020d93a80b SHA256: aec8da3a620d4e3ea93dcf11e2df38e63b51f9902a75f4886cbe6f683943153e Description: Dictionary of computer related acronyms -- dict format The free version of V.E.R.A. - Virtual Entity of Relevant Acronyms - is a comprehensive dictionary of computer related acronyms with more than 11000 entries. This package contains the dictionary formatted for use by the dictionary server in the dictd package. . Note that this version is usually older than the one that is run on the V.E.R.A. homepage. Homepage: http://home.snafu.de/ohei/vera/vera-e.html Package: dict-wn Priority: optional Section: text Installed-Size: 12294 Maintainer: Debian Science Team Architecture: all Source: wordnet Version: 1:3.0-29.4.201403141136 Provides: dictd-dictionary Recommends: dictd | dict-server Suggests: dict-gcide Filename: 4.0-0/all/dict-wn_3.0-29.4.201403141136_all.deb Size: 10896230 MD5sum: 9a615536cffaffe888436394a6ab8051 SHA1: 8da052c4d3557c0e95202c04e195bbd0143d39eb SHA256: d1837605f9ff0d01007d8439794874e9fe5022421e592f16457c7b8f91744c35 Description: electronic lexical database of English language for dict WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory (http://www.cogsci.princeton.edu/) at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . This package will be of limited use without the server found in the dictd package. Homepage: http://wordnet.princeton.edu/ Package: dictem Priority: optional Section: text Installed-Size: 145 Maintainer: Yauheni Kaliuta Architecture: all Version: 1.0.2-1.4.201403200012 Provides: dict-client Depends: dict (>> 1.9.14), emacs23 | emacsen Filename: 4.0-0/all/dictem_1.0.2-1.4.201403200012_all.deb Size: 35482 MD5sum: 8790e18aba321782eda8e87883e262bc SHA1: 6e20db9ec47293d42864c31e4de5d862da636dbd SHA256: 6452f57dc8b3c9518a19e635b8936769ce1c6bce0970c4262b6d777bc9d4445e Description: Dict client for emacs DictEm implements all functions of the client part of Dictionary Server Protocol(DICT) protocol (RFC-2229, www.dict.org), i.e looking up words and definitions, obtaining information about available strategies, provided databases, information about DICT server etc. . It uses autocompletion that is used for selecting dictionary and search strategy. Moreover, DictEm provides several hooks which may be used for buffer postprocessing. Homepage: http://www.mova.org/~cheusov/pub/dictem Package: dictionaries-common-dev Priority: extra Section: devel Installed-Size: 307 Maintainer: Agustin Martin Domingo Architecture: all Source: dictionaries-common Version: 1.12.11.21.201403200017 Depends: debhelper (>= 4.1.13), dictionaries-common (>> 0.3.6) Filename: 4.0-0/all/dictionaries-common-dev_1.12.11.21.201403200017_all.deb Size: 134074 MD5sum: d3c30f0096f29faf534bcd8686f6a9e1 SHA1: e523e24eac860d5a49714a8b84d4a9c214090080 SHA256: 936cb893a225cb41392f2a9a2b87d8b7dc911f135001b1588a049bfb6afb16a1 Description: Developer tools and Policy for spelling dictionary tools Full text of the Debian Spelling Dictionaries and Tools Policy and some debhelper like helpers. . Only of interest for those developers maintaining Debian ispell, myspell or wordlist dictionaries. Homepage: http://dict-common.alioth.debian.org Package: dictionary-el Priority: optional Section: lisp Installed-Size: 139 Maintainer: Aaron M. Ucko Architecture: all Version: 1.8.7-15.4.201403200019 Provides: dict-client Depends: emacs | emacsen Filename: 4.0-0/all/dictionary-el_1.8.7-15.4.201403200019_all.deb Size: 30940 MD5sum: b59098653959830dbf497052e86cee25 SHA1: d062292c253990144a34290bd3db2b427f84c456 SHA256: bc8532513c83853c41dcad7d32b375060e57901770f1db4a446141e3dc7c3116 Description: dictionary client for Emacs dictionary-el is a DICT (RFC 2229) client for (X)Emacs, with support for brace-delimited cross references and UTF-8-encoded entries. Note that XEmacs bundles a slightly older version of this package. Homepage: http://www.myrkr.in-berlin.de/dictionary/ Package: didjvu Priority: optional Section: graphics Installed-Size: 117 Maintainer: Daniel Stender Architecture: all Version: 0.2.3-2.2.201403200025 Depends: djvulibre-bin (>= 3.5.21), minidjvu (>= 0.8), python (>= 2.7) | python-argparse, python-gamera (>= 3.2.3), python-imaging, python (>= 2.6.6-7~) Suggests: python-libxmp Filename: 4.0-0/all/didjvu_0.2.3-2.2.201403200025_all.deb Size: 23880 MD5sum: 2cd1f34f57f9f85df1ebb4eb6aedf45d SHA1: 5d363c9eee94e52c8aadd57e25db79216eb0291f SHA256: 0430f20ec43c9655d0fc7abacc39c301d05ee41c6cb5c7ce6cbfc624fbb807cc Description: DjVu encoder with foreground/background separation The DjVu graphics format is very effective because it uses multiple layers which are differently compressed. For the derivation of the bitonal foreground layer ("mask") of (scanned document) images ("segmentation") didjvu uses the Gamera framework. . In the same process didjvu encodes the foreground mask together with the background counterpart into DjVu. That's also possible for a stack of images which can be processes into a bundled DjVu container very easily. The results are suitable for getting high- quality OCR data even from problematic scans from old documents. Furthermore, didjvu is capable of processing bitonal segmentation on colour scans. Homepage: http://jwilk.net/software/didjvu Package: diet-doc Priority: extra Section: doc Installed-Size: 1695 Maintainer: Debian Science Maintainers Architecture: all Source: diet Version: 2.8.0-1.2.201403200032 Filename: 4.0-0/all/diet-doc_2.8.0-1.2.201403200032_all.deb Size: 1694276 MD5sum: 0b6a0559300008340382aab6e8761446 SHA1: ad4ba7ca14c2cbcce9a8b4fce94ab78dd7940850 SHA256: 317bf0cce8d36075eb9960e06c8fbc8c7c5a815317575cc83f39727a8bab62d3 Description: DIET grid middleware - developer documentation DIET (Distributed Interactive Engineering Toolbox) is a middleware designed for HPC (High Performance Computing) in heterogeneous and distributed environments (workstations, clusters, grids, clouds). DIET provides a standard-compliant implementation of OGF (Open Grid Forum) Grid RPC API. It works in a hierarchical fashion, clients requests computational resources to a hierarchy of agents which will choose the most adequate computational service (known as SeD or Server Daemon). . DIET is the core component of SysFera-DS HPC middleware (http://www.sysfera.com/SysFera-DS,10). . DIET documentation contains user manual and user FAQ in PDF forms. Homepage: http://graal.ens-lyon.fr/DIET/ Package: dietlibc-doc Priority: optional Section: doc Installed-Size: 98 Maintainer: Hector Oron Architecture: all Source: dietlibc Version: 0.33~cvs20120325-4.18.201403200049 Suggests: dietlibc-dev Filename: 4.0-0/all/dietlibc-doc_0.33~cvs20120325-4.18.201403200049_all.deb Size: 57158 MD5sum: dad793617efd8ccf6a92e9854fd30059 SHA1: 04efc653e35b9c3de26ca76fd63f1b7b56dbc746 SHA256: dfe7627cfb7aa7b577b3dcca22bb828ad26c72db461c74b03db1ef655e6734b3 Description: diet libc documentation - a libc optimized for small size The diet libc is a C library that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86. . This package contains the documentation for the diet libc. Homepage: http://www.fefe.de/dietlibc/ Package: diffmon Priority: optional Section: admin Installed-Size: 90 Maintainer: Jeff Bailey Architecture: all Version: 20020222-2.5.4.201403200053 Depends: sendmail | mail-transport-agent, bash (>= 2.0) Filename: 4.0-0/all/diffmon_20020222-2.5.4.201403200053_all.deb Size: 12206 MD5sum: 167b9d04836757de2bdf6ce13aa886d1 SHA1: a80ccc2f7296d3803f8c96c4979de5a520f887fd SHA256: 76633d32758e4afd76e724b1516d5dc06d12c1ad18821dcae0680fa7ff61f60e Description: Tool for reporting changes in system configuration This tool is run by a nightly cron job, and takes a `diff' of specified system configuration files and emails them to a specified email address. Options to diff can be specified. This is useful in friendly environments where there are multiple sysadmins working on configuration files/setups and everyone's changes are reported. CVS is a better answer, but most of us don't want to have the hassle of putting system files in a repository. Package: diffuse Priority: optional Section: editors Installed-Size: 1024 Maintainer: Philipp Huebner Architecture: all Version: 0.4.6-1.4.201403200102 Depends: python-gtk2 (>= 2.10), python (>= 2.4) Suggests: desktop-file-utils Filename: 4.0-0/all/diffuse_0.4.6-1.4.201403200102_all.deb Size: 197802 MD5sum: 455aa1665c39ba6fafe5023b780d99d1 SHA1: 6c3e64c10d8150c1f2c5b14f4974fe5058abc05f SHA256: e17ada75ccd4a9755e448bfe4a98adb51140c980ec081e61a37501f9c1a98fcd Description: graphical tool for merging and comparing text files Diffuse is a graphical tool for merging and comparing text files. Diffuse is able to compare an arbitrary number of files side-by-side and gives users the ability to manually adjust line-matching and directly edit files. Diffuse can also retrieve revisions of files from bazaar, CVS, darcs, git, mercurial, monotone, Subversion and GNU Revision Control System (RCS) repositories for comparison and merging. Homepage: http://diffuse.sourceforge.net/ Package: diffutils-doc Priority: optional Section: doc Installed-Size: 643 Maintainer: Santiago Vila Architecture: all Source: diffutils Version: 1:3.2-6.13.201403200107 Filename: 4.0-0/all/diffutils-doc_3.2-6.13.201403200107_all.deb Size: 119856 MD5sum: afacdb2857ccbb209a194e09c4594c00 SHA1: 366fc0a4f1ea7e081025e04a75da8732af45ec5d SHA256: eaf12c8c0ac1d4131446c4d273d2f9ccf8803a712a9276c590dd1eb2e1c55bfb Description: Documentation for GNU diffutils in HTML format This package contains the HTML documentation for GNU diffutils. Homepage: http://www.gnu.org/software/diffutils/ Package: digikam-data Priority: optional Section: graphics Installed-Size: 31716 Maintainer: Debian KDE Extras Team Architecture: all Source: digikam Version: 4:2.6.0-1.24.201403200115 Filename: 4.0-0/all/digikam-data_2.6.0-1.24.201403200115_all.deb Size: 10949316 MD5sum: 2b0ced0cda8d2a6a8d51057c101f2a33 SHA1: 0422a5e62faf6b3ac72c5ea954ab9173d3e74370 SHA256: eb507ebbf01ae81d7f724735027c4bf27ae68bc23ab792722db1eb09ba0292f5 Description: digiKam architecture-independant data Contains the significant amount of architecture-independent data that is shipped with digiKam. . It has been placed in an architecture all file to reduce space on the archives, rather than one copy for each architecture. Homepage: http://www.digikam.org Package: digikam-doc Priority: optional Section: doc Installed-Size: 19066 Maintainer: Debian KDE Extras Team Architecture: all Source: digikam Version: 4:2.6.0-1.24.201403200115 Depends: khelpcenter4 Recommends: digikam Filename: 4.0-0/all/digikam-doc_2.6.0-1.24.201403200115_all.deb Size: 18829820 MD5sum: 6cde0c7ea85efbdedf8225631d5c6958 SHA1: 610ec3f6541702b042fb98727e2f7850fa83854a SHA256: 63f28aee2c96efa9b28beece182efc9db52cc6ec3b5fc1cc47cebaa30b978729 Description: handbook for digiKam digiKam is an easy to use and powerful digital photo management application. . This package contains the handbooks for digiKam and kipi-plugins. Homepage: http://www.digikam.org Package: ding Priority: optional Section: text Installed-Size: 344 Maintainer: Roland Rosenfeld Architecture: all Version: 1.7-2.6.201403200220 Depends: tk8.4 | wish Recommends: trans-de-en (>= 1.4) | translation-dictionary Suggests: agrep, ispell, ingerman, ibritish, dict Breaks: trans-de-en (<< 1.4) Filename: 4.0-0/all/ding_1.7-2.6.201403200220_all.deb Size: 95004 MD5sum: eef616008c1ebad1e9c8934fc50d3da1 SHA1: c3d668450f60eda5d2ec8ee8c897fe6ab92faa16 SHA256: b95572cfbeca168ed146fea501008eade8e1a84f5dc3aff8ec4aebc2b265de9e Description: Graphical dictionary lookup program for Unix (Tk) This is "Ding" * a dictionary lookup program for Unix, * DIctionary Nice Grep, * a Tk based Front-End to [ae]grep, ispell, dict, ... * Ding {n} :: thing . This package needs agrep(1) or egrep(1) as a back end. agrep is preferable, because it supports fault tolerant searching. . You have to install some translation dictionary word list with a word/phrase in two languages in one line with some kind of separator between them. The default configuration of ding uses the German-English dictionary which can be found in the trans-de-en package, but you can use every other translation word lists with one entry per line. Homepage: http://www-user.tu-chemnitz.de/~fri/ding/ Package: diploma Priority: optional Section: doc Installed-Size: 54 Maintainer: Andreas Franzen Architecture: all Version: 1.2.11.4.201403200235 Suggests: texlive-latex-base, gcc | c-compiler, plotutils, wzip, gv, imagemagick Filename: 4.0-0/all/diploma_1.2.11.4.201403200235_all.deb Size: 27170 MD5sum: fcf0be9ace3c3285e83af5c976bcbbc0 SHA1: 1d7069d40eb5141a3cc6f016e5863fee5e207638 SHA256: ae76ca3d6e993d0d326a812b04f77cfd0d5f33f97038d498ad07b5a5236e9d7f Description: Write scientific papers with Debian Debian GNU/Linux is widely used at universities to do research and to write papers with LaTeX. The package diploma contains examples which illustrate the possible ways to do this effectively with Debian GNU/Linux. Each example consists of a source tree where you can do "make" in the top level directory and then the source code is compiled, the measurement data are processed, and the results are converted into nice figures. Then the text is processed and combined with the figures to a print file. Package: dir2ogg Priority: optional Section: sound Installed-Size: 77 Maintainer: Julian Andres Klode Architecture: all Version: 0.11.8-1.4.201403200245 Depends: python (>= 2.4), python-mutagen, vorbis-tools, mpg123 | mpg321 Recommends: faad, wavpack, mplayer, musepack-tools Suggests: python-musicbrainz2, python-cddb, cdparanoia | icedax Filename: 4.0-0/all/dir2ogg_0.11.8-1.4.201403200245_all.deb Size: 19596 MD5sum: 83d807b74226e34c01fef2fd467950bd SHA1: 661f8d173c9924b574b5ed16ab077bbd16822fa2 SHA256: 7da5073137f54056e8418a91f47a37b4340f8b9d412720033727a852b9965867 Description: audio file converter into ogg-vorbis format dir2ogg converts MP3, M4A, WMA, FLAC, WAV files and Audio CDs to the open-source OGG format. . It is a Python script that simply binds together the various decoders and oggenc making it easier for the user to convert his/her music files. It also supports ID3 tags. Homepage: http://jak-linux.org/projects/dir2ogg/ Package: directoryassistant Priority: optional Section: net Installed-Size: 79 Maintainer: Gustavo Franco Architecture: all Version: 2.0-1.5.201411010530 Depends: python, python-gtk2 (>= 1.99.17-6), python-ldap (>= 1.9.999.pre14-1) Filename: 4.0-0/all/directoryassistant_2.0-1.5.201411010530_all.deb Size: 22092 MD5sum: badafe38c56e5bc2fe08a44c44f50901 SHA1: 11e6cb49a418922ea91a0d89ae164060acc7e78c SHA256: 9e13e0879a65ab887f06f6cc0f01438a5fc97ab6d3628e0292869740270ee86e Description: small LDAP address book manager Directory Assistant is a small application for managing a LDAP address book. The focus is to create a very easy to use program, with only the few but necessary features. The target is novice users that still need to keep their addresses in an LDAP server. . It was written in Python language using GTK+ bindings. Homepage: http://olivier.sessink.nl/directoryassistant Package: dirvish Priority: optional Section: admin Installed-Size: 198 Maintainer: Paul Slootman Architecture: all Version: 1.2.1-1.2.4.201403200329 Depends: rsync (>= 2.5.6-0.1), perl-modules, libtime-modules-perl, libtime-period-perl, perl Recommends: ssh (>= 3.4p1) Filename: 4.0-0/all/dirvish_1.2.1-1.2.4.201403200329_all.deb Size: 60568 MD5sum: 1ac64f05e257ba616984bdd0b69e8e5f SHA1: f8b0b435922a128f29664869a7157668b005d42f SHA256: b7344adb9fd6dd9f98fe48d75c4e63473f6db03b4fbf6fe006b8e675da01842f Description: Filesystem based backup system using rsync A utility to maintain multiple backups on online storage, each backup is available as a sort of snapshot directory, where common files are shared between the different backup generations. It uses rsync to do the actual copying. . Backups can be made locally or over the network (using ssh). Homepage: http://freecode.com/projects/dirvish Package: disc-cover Priority: optional Section: utils Installed-Size: 163 Maintainer: Stefan Ott Architecture: all Version: 1.5.6-1.4.201403200333 Depends: perl, texlive-latex-base, texlive-base, texlive-latex-recommended, texlive-fonts-recommended, libaudio-cd-perl (>= 0.05), wget Filename: 4.0-0/all/disc-cover_1.5.6-1.4.201403200333_all.deb Size: 51934 MD5sum: 0dad8d79ffb3cb5611d9f446e49208a9 SHA1: a8f5ff92e2552e4c38eadd8cf4fda0d4f2ace68f SHA256: c2171e40702eac46af469add19fa6a8c980654a058b9143a06883252c26d0702 Description: produces covers for audio CDs Disc-cover queries FreeDB for track information for a given CD and creates a jewel-case insert in one of many available formats. PostScript, PDF, Dvi, LaTeX, Plain Text, HTML, CDlabelgen and CDDB are available. Homepage: http://www.vanhemert.co.uk/disc-cover.html Package: discus Priority: extra Section: utils Installed-Size: 59 Maintainer: Debian QA Group Architecture: all Version: 0.2.9-6.4.201403200343 Depends: python Filename: 4.0-0/all/discus_0.2.9-6.4.201403200343_all.deb Size: 11288 MD5sum: 5238360c73fb7a9d2d4ac2adaa9cdc1d SHA1: d3a759aa6356295c63e75117b60e71924bf44567 SHA256: 20e77c67e2edaf49f844516a2cffcdf9f5d8649e26f5b4f03dbd6e95415a677d Description: pretty version of df(1) command Discus aims to make df prettier, with features such as color, graphs, and smart formatting of numbers (automatically choosing the most suitable size from kilobytes, megabytes, gigabytes, or terabytes). If you don't want Discus deciding the best sizes, you can also choose your own increments, along with specifying the number of decimal places you'd like to see. Homepage: http://www.raincrazy.com/software/discus/ Package: dish Priority: optional Section: admin Installed-Size: 160 Maintainer: Dimitar Ivanov Architecture: all Version: 1.18.3-1.4.201403200345 Depends: expect Recommends: openssh-client | ssh, telnet | inetutils-telnet | telnet-ssl Filename: 4.0-0/all/dish_1.18.3-1.4.201403200345_all.deb Size: 50688 MD5sum: 869c77d98edfd825bb0dd540e7cbddb5 SHA1: 6686ff0c61916ab19179fb24357b32e3917dbb76 SHA256: 19d74a441a3b145178bb9bbfff01fa4b501841fbb7217cc222fffb25c3446fd5 Description: diligence/distributed shell for parallel sysadmin Dish executes commands simultaneously on several systems via 'ssh', 'rsh', 'telnet', 'mysql', or any user-defined command-line connection client. It makes easy the distribution of files by 'scp' and 'rcp', but also a remote password change or operations requiring authentication by multiple passwords. Dish can be used as a flexible tool for managing large number of various types of hosts such as (clustered) servers, switches, databases, etc. Homepage: http://dish.mirendom.net Package: disk-manager Priority: optional Section: admin Installed-Size: 659 Maintainer: David Paleino Architecture: all Version: 1.1.1-2.4.201403200347 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gtk2, python-glade2, menu Recommends: dmsetup Filename: 4.0-0/all/disk-manager_1.1.1-2.4.201403200347_all.deb Size: 110914 MD5sum: 1d556290a784fa6f6f6f6f685472dd22 SHA1: 3c6f88f1ca311b1b1b23e580ca5405116882f209 SHA256: 7ecc489aeecbabb372cc8c5672e682ff3802b5e25bb7c8ad4f9941e8199c956d Description: simple graphical filesystem configurator Disk-Manager is a simple filesystem configurator that allows you to: * Automatically detect new partitions at startup. * Fully manage configuration of filesystem. * Enable/disable write support for NTFS (needs ntfs-3g installed). Homepage: http://flomertens.free.fr/disk-manager/ Package: disper Priority: optional Section: utils Installed-Size: 343 Maintainer: Vincent Cheng Architecture: all Version: 0.3.0-1.2.201403200358 Depends: python (>= 2.6.6-7~), libxrandr2, libx11-6 Recommends: libnotify-bin Filename: 4.0-0/all/disper_0.3.0-1.2.201403200358_all.deb Size: 63864 MD5sum: 56feef25cc63879c5929765389b5fce4 SHA1: d4d7e9c0479e479975b8b9267915cfa395be07c8 SHA256: 2554b285ec64a9a97d6940806b211fb2c6dd472e8ac2c652a7a2ebfe665c54e2 Description: display switcher for attaching/detaching displays easily No more headaches just before your presentation. Disper lets you add and remove display devices at the press of a button. It detects what display devices are attached at the moment, and configures the display output automatically. You can specify whether to clone the output on all displays, or to extend the desktop. Homepage: http://willem.engen.nl/projects/disper/ Package: dissy Priority: optional Section: utils Installed-Size: 159 Maintainer: Varun Hiremath Architecture: all Version: 9-3.4.201403200405 Depends: python (>= 2.4), python-central (>= 0.6.11), binutils, python-gtk2, python-rsvg Filename: 4.0-0/all/dissy_9-3.4.201403200405_all.deb Size: 31338 MD5sum: fe1cab5bff7809a65c3495ab967949db SHA1: 24c9c3abec97a604b0de9ae36c5dee1fc00b0eb4 SHA256: 66a7348f8629ce1d9d3220efd078d9ebc19ffbe4bcffe2827ce7009f699e79e0 Description: graphical frontend for objdump Dissy is a disassembler for Linux and UNIX which supports multiple architectures and allows easy navigation through the code. Dissy is implemented in Python and uses objdump for disassembling files. Dissy can be used for debugging, reverse engineering and checking compiler-generated code. Homepage: http://code.google.com/p/dissy/ Python-Version: >= 2.4 Package: dist Priority: optional Section: devel Installed-Size: 2071 Maintainer: Manoj Srivastava Architecture: all Version: 1:3.5-30-3.6.201411012236 Depends: perl, debconf (>= 1.2.0) | debconf-2.0, libperl4-corelibs-perl | perl (<< 5.12.3-7) Filename: 4.0-0/all/dist_3.5-30-3.6.201411012236_all.deb Size: 605068 MD5sum: 83835521102125b2923499a59b118ee5 SHA1: 70f0d8d66de65c237311f2b2911f01ca9a0c91d2 SHA256: 8f409cf8378044cb34646aa01074ce99327ee4e6cb95d760c25c2ce111f2e354 Description: Tools for developing, maintaining and distributing software. The dist package is a set of tools meant to ease the construction and maintenance of portable software. . The first component is the Configure script generator, metaconfig, which automatically builds the Configure script from your sources. Ideally, the end-user receiving your source code will simply have to read your README file, run the Configure script (which is self-documented), and then run make. . The second component is the Makefile.SH generator, which is a generic configured Makefile, reusing some of the information figured out by Configure, and a generic Jmakefile description. . The third component is the RCS aware package generator, which is used when it's time to build up the shell archives used to distribute your program. . The fourth and latest component is the patch generator, used to make updates of your sources, which can later be applied on the original distribution by using the patch program. Package: distro-info-data Priority: optional Section: devel Installed-Size: 34 Maintainer: Benjamin Drung Architecture: all Version: 0.17.2.201403200433 Replaces: distro-info (<< 0.3~) Breaks: distro-info (<< 0.3~) Filename: 4.0-0/all/distro-info-data_0.17.2.201403200433_all.deb Size: 4994 MD5sum: 2e5697cd5b9cb8f6e4c376491990ba60 SHA1: 388ce7998f5ca63736a7b61d361848715b2a4ba1 SHA256: 78eeff7a9255f027cc6b3a6cfd677687705b1b1274d534742210b93fcf709190 Description: information about the distributions' releases (data files) Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. . This package contains the data files. Package: disulfinder-data Priority: extra Section: science Installed-Size: 12378 Maintainer: Debian Med Packaging Team Architecture: all Source: disulfinder Version: 1.2.11-2.2.201403200435 Filename: 4.0-0/all/disulfinder-data_1.2.11-2.2.201403200435_all.deb Size: 2104738 MD5sum: 471e83c0885df44ff160c3ca280aad71 SHA1: 1bc0bbc7de2354e0b50cb22899c73e5681122367 SHA256: b6514557f10d63a7a66eefbc5252a0d30e5219322caad1cdb922ba8abe6e182c Description: data files for predictor of disulfide bonds in proteins 'disulfinder' is for predicting the disulfide bonding state of cysteines and their disulfide connectivity starting from sequence alone. . This package contains all data files to reduce the redundancy between architectures in Debian. Homepage: http://disulfind.dsi.unifi.it/ Package: dita-ot-doc Priority: optional Section: doc Installed-Size: 531 Maintainer: Debian XML/SGML Group Architecture: all Source: dita-ot Version: 1.5.3-1.2.201403200439 Suggests: dita-ot Filename: 4.0-0/all/dita-ot-doc_1.5.3-1.2.201403200439_all.deb Size: 231778 MD5sum: 9e848e1d196d801d79faf9d675267af9 SHA1: a443ac3213e721c248164258a233456824b0d7a1 SHA256: 42befe844df9af83e5a326d40f43b7f34d5cd632633189f8e84bd2ce0dac9c26 Description: DITA Open Toolkit (documentation) DITA Open Toolkit, or DITA-OT for short, is an independent, open source implementation of the OASIS owned and developed Darwin Information Typing Architecture (DITA) standard XML data model for authoring and publishing. . This package contains the documentation for dita-ot. Homepage: http://dita-ot.sourceforge.net Package: dita-ot Priority: optional Section: java Installed-Size: 7754 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.5.3-1.2.201403200439 Depends: libcommons-codec-java, libicu4j-4.4-java, libxerces2-java, libxml-commons-resolver1.1-java Suggests: dita-ot-doc Filename: 4.0-0/all/dita-ot_1.5.3-1.2.201403200439_all.deb Size: 1296048 MD5sum: 2ab95171d2e29eb330716383cde2e6b0 SHA1: c7dab38b1689c0aa33afd926717d64c19ad2a23a SHA256: 5114797b4dee122a0f7c2e1be41008af07f1e7234d81b858133614bb33735721 Description: transforms DITA content (maps and topics) into deliverable formats DITA Open Toolkit, or DITA-OT for short, is an independent, open source implementation of the OASIS owned and developed Darwin Information Typing Architecture (DITA) standard XML data model for authoring and publishing. Homepage: http://dita-ot.sourceforge.net Package: ditaa Priority: optional Section: graphics Installed-Size: 147 Maintainer: David Paleino Architecture: all Version: 0.9+ds1-3.10.201403200446 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, jarwrapper (>= 0.5), junit4, libbatik-java, libcommons-cli-java, libxml-commons-external-java, libjericho-html-java (>= 3.1), default-jdk | java6-sdk Filename: 4.0-0/all/ditaa_0.9+ds1-3.10.201403200446_all.deb Size: 102766 MD5sum: d57518ce48ca8d77708efa58219b5ccc SHA1: 5efd8c0482e3969ca10eeaa7d5b4aad6b24ec439 SHA256: e9ccb5d70177417f22aced0762c08cc54e522edc90200acc903e6a92a40c5645 Description: convert ASCII diagrams into proper bitmap graphics DiTAA is a small command-line utility that can convert diagrams drawn using ASCII art ("drawings" that contain characters that resemble lines, like | / and -), into proper bitmap graphics. . DiTAA also uses special markup syntax to increase the possibilities of shapes and symbols that can be rendered. Homepage: http://ditaa.org Package: ditrack Priority: extra Section: devel Installed-Size: 366 Maintainer: Jose M. Moya Architecture: all Version: 0.8-1.1.4.201403200453 Depends: python, python-central (>= 0.6.11), subversion Filename: 4.0-0/all/ditrack_0.8-1.1.4.201403200453_all.deb Size: 71942 MD5sum: 0872623261c4cadb75507760ea4a7513 SHA1: bbf5462600c1f68ce15d611584820404073a7e01 SHA256: 6ddd1a6a81b326c537f2069569bc0dcc5f77d403c97b3f5fc8369c583007db1a Description: lightweight distributed issue tracking system DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). Homepage: http://www.ditrack.org/ Python-Version: current Package: ditz Priority: optional Section: devel Installed-Size: 193 Maintainer: Daniel Watkins Architecture: all Version: 0.5-1.4.201403200457 Depends: ruby1.8, libtrollop-ruby Filename: 4.0-0/all/ditz_0.5-1.4.201403200457_all.deb Size: 44944 MD5sum: cc11bc08d24adf637affb295a6815940 SHA1: ee1db5f96c6c8a58f5b6d5cd6727a89bdc270512 SHA256: 7eeede5b6ddd9fee13acb3301a63d2a33546e564045731ff7802705695ea6b67 Description: distributed issue tracker Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN. . Ditz maintains an issue database directory on disk, with files written in a line-based and human-editable format. This directory can be kept under version control, alongside project code. . Ditz provides a simple, console-based interface for creating and updating the issue database file, and some rudimentary static HTML generation capabilities for producing world-readable status pages. Package: diveintopython-zh Priority: optional Section: doc Installed-Size: 3455 Maintainer: ZhengPeng Hou Architecture: all Version: 5.4b-1.4.201403200504 Recommends: python Filename: 4.0-0/all/diveintopython-zh_5.4b-1.4.201403200504_all.deb Size: 540554 MD5sum: 6bcd0c85651e36ca8ec6cea56b74f0cc SHA1: 18074a8d3e5d3146e699a084179efd3d46e81499 SHA256: 605197349826ef76f514f0a62100bd1699c4ef076a0883c29db816bdd7266396 Description: free Python book for experienced programmers (zh translation) Dive Into Python is a free Python tutorial, written by Mark Pilgrim. . This is the translated version for Simplified Chinese users . Homepage: http://www.woodpecker.org.cn/diveintopython/ Package: diveintopython3 Priority: optional Section: doc Installed-Size: 1828 Maintainer: Christian Kastner Architecture: all Version: 20110517+77958af-1.2.201403200507 Depends: libjs-jquery Recommends: python3, python3-doc Suggests: diveintopython Filename: 4.0-0/all/diveintopython3_20110517+77958af-1.2.201403200507_all.deb Size: 852824 MD5sum: b56815f80fd2e0eb6a0f5a176b161165 SHA1: d0a834d4191247e5934659372b1fbaaa4991deb4 SHA256: b685ea3349250cc20c804c2b3c82a010bcc95fa00c474cdd8ea9b48ea5ce4425 Description: Book for learning Python 3 "Dive Into Python 3" is the successor to Mark Pilgrim's "Dive Into Python", a popular book for learning programming with Python 2.x. It has been adapted to Python 3.x, and contains about 20% revised and 80% new material. Homepage: http://www.diveintopython3.org/ Package: diveintopython Priority: optional Section: doc Installed-Size: 3562 Maintainer: Ross Burton Architecture: all Version: 5.4-2.4.201403200500 Recommends: python Filename: 4.0-0/all/diveintopython_5.4-2.4.201403200500_all.deb Size: 506492 MD5sum: 6fa05ebe19ba12b3f3c3122d3260d2f4 SHA1: d3a330b3a13467b74750d360845ea21cbe1addb4 SHA256: d3eabca2c3ba72f5e70983e554b7ebb798b1066311d10736bf09880eeb4d3621 Description: free Python book for experienced programmers Dive Into Python is a free Python tutorial, written by Mark Pilgrim. Package: divxcomp Priority: optional Section: utils Installed-Size: 43 Maintainer: Dario Minnucci Architecture: all Version: 0.1-7.4.201403200511 Replaces: divxcalc Depends: perl-tk Filename: 4.0-0/all/divxcomp_0.1-7.4.201403200511_all.deb Size: 5168 MD5sum: c58ba9c2c90f92f3e771c0a40818c7a3 SHA1: a9fbcc65e039e00481a7f58601cd493464cb2940 SHA256: b727ff9c5dc69d0b18b3350bce1c12564d32e3bf50a09d1005f5c99405a5b995 Description: bitrate calculator for DivX;-) movies written in perl This is a bitrate calculator for DivX;-) movies. it helps you to calculate (given the preferred size of the movie the sound bitrate and the length of the movie) the correct encoding video bitrate for a given movie. Homepage: http://users.telenet.be/cr50624/projects.html Package: djagios Priority: optional Section: admin Installed-Size: 201 Maintainer: Laurent Bigonville Architecture: all Version: 0.1.3+dfsg-1.4.201403200513 Depends: python (>= 2.5), python-support (>= 0.90.0), python-django (>= 1.1), libjs-jquery, python-mysqldb | python-pysqlite2 | python-psycopg2 Recommends: apache2, libapache2-mod-wsgi | libapache2-mod-python Suggests: nagios3 Filename: 4.0-0/all/djagios_0.1.3+dfsg-1.4.201403200513_all.deb Size: 41706 MD5sum: a286015c1558d8c2cc9ff6d30b214e86 SHA1: 2bb152421c29aef8299851ae78575438572dcce9 SHA256: 5649a54c686035ea55a2721a044ffe87f96a9f8d5c1a193e07d4e83ff2a3d7e4 Description: A package to help configure nagios written in Django Djagios is an open source Nagios web based configuration tool with a complete Python Nagios API. . The main goal of the tool was to make Nagios usable for non-Nagios admins. The initial install and configuration would have to be done by Nagios administrators. But once done ordinary users can add servers, appliances, devices, services themselves. Homepage: http://www.djagios.org/ Python-Version: 2.6, 2.7 Package: django-ajax-selects Priority: optional Section: python Installed-Size: 100 Maintainer: Brian May Architecture: all Version: 1.2.4-1.2.201403200518 Depends: python, python-support (>= 0.90.0), python-django, libjs-jquery Filename: 4.0-0/all/django-ajax-selects_1.2.4-1.2.201403200518_all.deb Size: 15822 MD5sum: d1246cfd9e440335b43a666fad51e04c SHA1: ec8cb49483ada2619cbd49f6430cf937d667306c SHA256: fd2c1a32783b24587d5b5cdf4dac87ab16aa65e8cc6aa6f33251eb148d0c2527 Description: Django library for editing fields with autocomplete Enables editing of ForeignKey, ManyToMany and simple text fields using the Autocomplete - jQuery plugin. Homepage: http://code.google.com/p/django-ajax-selects/ Package: django-filter Priority: optional Section: python Installed-Size: 104 Maintainer: Brian May Architecture: all Version: 0.5.3-3.2.201403200554 Depends: python, python-support (>= 0.90.0), python-django Filename: 4.0-0/all/django-filter_0.5.3-3.2.201403200554_all.deb Size: 13632 MD5sum: fc50c85a01ffe85c674c5676a5b9e7a4 SHA1: acb0c8ea55a9d7d0a79e53be9304e76f3c8c66b5 SHA256: 173f65e53bc18f8f1a0402ef0874f5c42ad920d602cff019a1739928cfcc6a5f Description: Django library for filtering Django QuerySets based on user selections A reusable Django application for allowing programmers to filter queryset dynamically. Homepage: http://github.com/alex/django-filter Package: django-tables Priority: optional Section: python Installed-Size: 164 Maintainer: Brian May Architecture: all Version: 0.10.2-2.2.201403200641 Depends: python, python-support (>= 0.90.0), python-django Recommends: python-django (>= 1.3.0) Filename: 4.0-0/all/django-tables_0.10.2-2.2.201403200641_all.deb Size: 29142 MD5sum: 2b9da2ba1cb66b72fcb1da0b98527d29 SHA1: 31096d646b80717fe62ca392af77079ec46618dc SHA256: 7304ad75822278e4524f4c54ffda0724a2da035cb2b0562c160d2bb48660db23 Description: Django library for rendering Django QuerySets This package helps programmers present data while allowing them to apply common tabular transformations on it. Homepage: http://github.com/miracle2k/django-tables Package: djvulibre-desktop Priority: optional Section: libs Installed-Size: 118 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.25.3-1.14.201403200705 Replaces: libdjvulibre15 (<= 3.5.20-5) Suggests: djview4 | djvu-viewer | evince Conflicts: libdjvulibre1, libdjvulibre21 (<= 3.5.20-5) Filename: 4.0-0/all/djvulibre-desktop_3.5.25.3-1.14.201403200705_all.deb Size: 35078 MD5sum: 16465a2a8065a4902e33d6ae911c10b7 SHA1: af3f491b9731acde427a3499fa8adf092f924989 SHA256: 01664be0b9c89ce55fbed8629ef912d479f2ee02bc85cd2638c520f582e15d19 Description: Desktop support for the DjVu image format Miscellaneous files to support the DjVu image format on the desktop. Homepage: http://djvu.sourceforge.net/ Package: djvulibre-plugin Priority: optional Section: web Installed-Size: 30 Maintainer: Barak A. Pearlmutter Architecture: all Source: djview4 Version: 4.9-2.5.201403200659 Depends: djview-plugin Filename: 4.0-0/all/djvulibre-plugin_4.9-2.5.201403200659_all.deb Size: 5310 MD5sum: 153a354adbf13b5583f563f99d767b71 SHA1: 0b864569b221192133b6feb6e2d8ada64e5a5431 SHA256: cadfb6229561896bfb946dabab72005f7dcb90df3867a1fda520f48de6ec3e85 Description: Transition package, djvulibre-plugin to djview-plugin Dummy dependency package to transition from djvulibre-plugin to djview-plugin. Homepage: http://djvu.sourceforge.net/ Package: djvusmooth Priority: optional Section: text Installed-Size: 318 Maintainer: Daniel Stender Architecture: all Version: 0.2.11-1.5.201403200716 Depends: djvulibre-bin (>= 3.5.20-5~), python-djvu (>= 0.1.15), python-wxgtk2.8, python-xdg, python (>= 2.6.6-7~) Filename: 4.0-0/all/djvusmooth_0.2.11-1.5.201403200716_all.deb Size: 56494 MD5sum: f7e636cbdd44b596fc713c83209eaf91 SHA1: e6f56a787be44d335030a328873d3e4a95d54aba SHA256: fc486b512d457ce74dde149549eec2333e435b820a7015bca28375a3f4e9362f Description: graphical editor for DjVu djvusmooth is a graphical editor for DjVu files, which allows one to: * edit document metadata, * edit document outline (bookmarks), * correct occasional errors in the hidden text layer. Homepage: http://jwilk.net/software/djvusmooth Package: dkimproxy Priority: optional Section: mail Installed-Size: 189 Maintainer: Thomas Goirand Architecture: all Version: 1.4.1-3.5.201403200725 Replaces: dkfilter Depends: perl, libtext-wrapper-perl, libmail-dkim-perl (>= 0.34), libnet-server-perl, adduser, ssl-cert, lsb-base, openssl, liberror-perl Recommends: amavisd-new Conflicts: dkfilter Filename: 4.0-0/all/dkimproxy_1.4.1-3.5.201403200725_all.deb Size: 41738 MD5sum: 662613e780dec84656bfb33ab88ba875 SHA1: ef9f46271c96c56257c1f3f34ad4e409acb7fec6 SHA256: c21bbe5ea6fe547ac7a67b026b12ac910595b950544546ee3021df9fc1b8947c Description: an SMTP-proxy that signs and/or verifies emails, using the Mail::DKIM module DKIMproxy is an SMTP-proxy that signs and/or verifies emails, using the Mail::DKIM module. It is designed for Postfix, but should work with any mail server. It comprises two separate proxies, an "outbound" proxy for signing outgoing email, and an "inbound" proxy for verifying signatures of incoming email (administrators can decide if they want to run both, or only one of them). With Postfix, the proxies can operate as either Before-Queue or After-Queue content filters, and they also can be chained with content filter proxies like Amavis, which is the current default configuration of the package. Homepage: http://dkimproxy.sourceforge.net/ Package: dl10n Priority: optional Section: text Installed-Size: 256 Maintainer: Debian l10n development team Architecture: all Version: 3.00.2.201403200740 Depends: perl | perl5, gettext (>= 0.11), liblocale-gettext-perl, perl-modules, libwww-perl, libmailtools-perl, libtimedate-perl Filename: 4.0-0/all/dl10n_3.00.2.201403200740_all.deb Size: 74372 MD5sum: 7c790fa1c62aed091c3fddd20b3da1ba SHA1: adac7e0bdcb3f58314f7122730006951968e8e6f SHA256: 5513813c9cfeeaf4cd5b8b63d677740ba2107bcf476b2c863f6bfabee8ffd833 Description: Debian infrastructure and tools for localization dl10n is the debian localization project. This package contains all the relevant infrastructure and tools. Of course, most people won't really need the server side part on their machine, but given the size of the package, there is no need for a split. . This package contains the main libraries of po4a, and the following tools: . - dl10n-check: dig into the source packages looking for stuff to translate - dl10n-bot: reads the translator mailing lists seeking for status update - dl10n-txt: generate textual statistic views - dl10n-html: generates the debian web pages Package: dlint Priority: extra Section: net Installed-Size: 78 Maintainer: Florian Hinzmann Architecture: all Version: 1.4.0-7.5.201403200759 Depends: perl, dnsutils Filename: 4.0-0/all/dlint_1.4.0-7.5.201403200759_all.deb Size: 21804 MD5sum: 3e7b9951458f79b147cda15cf62892a5 SHA1: 9d6122206bcd81c043cd1d8f7ebdd660e4a988cb SHA256: 9dd3d784b25daf7dac71a91b6223be64cc28494f1de4f6d2c4e75bb059f50f4b Description: Checks dns zone information using nameserver lookups This program analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings. Then it descends recursively to examine all zones below the given one (this can be disabled with a command- line option). . You don't have to feed any BIND conffiles to Dlint. Dlint uses nameserver calls to gather information. . Designed for Unix, dlint is written in Bourne Shell and Perl. Package: dlocate Priority: optional Section: utils Installed-Size: 106 Maintainer: Craig Sanders Architecture: all Version: 1.02.6.201403200802 Depends: dctrl-tools | grep-dctrl (>= 0.11), dpkg (>= 1.8.0), perl Filename: 4.0-0/all/dlocate_1.02.6.201403200802_all.deb Size: 22446 MD5sum: d48468b1c50a49c901b7a7182d4e1ffb SHA1: 536a477c767893527aac07bf0bdf63c06197200e SHA256: 0341318d67b2fc70db565c62a872a74dcc680c50a95d7e29a64f206d216dfd43 Description: fast alternative to dpkg -L and dpkg -S Uses GNU grep and text dumps of dpkg's data to greatly speed up finding out which package a file belongs to (i.e. a very fast dpkg -S). Many other uses, including options to view all files in a package, calculate disk space used, view and check md5sums, list man pages, etc. Package: dmz-cursor-theme Priority: optional Section: gnome Installed-Size: 3462 Maintainer: Josselin Mouette Architecture: all Version: 0.4.3.11.201403200847 Filename: 4.0-0/all/dmz-cursor-theme_0.4.3.11.201403200847_all.deb Size: 328642 MD5sum: 6307f61516cf5d0a65d2f7b819b17e84 SHA1: a15c0340575a1d496a4c1147ea6af12fe4aaba90 SHA256: 3523bac2f9b7ed6be68a5a39b1219f95ce36a34945a22ce1d11503da44f7e690 Description: Style neutral, scalable cursor theme This package contains the DMZ cursor themes, which are derived from the Industrial theme developed for the Ximian GNOME desktop. Black and white cursors are provided, in scalable formats. Package: dnet-common Priority: extra Section: net Installed-Size: 136 Maintainer: Chrissie Caulfield Architecture: all Source: dnprogs Version: 2.60.5.201403200852 Depends: debianutils (>= 1.13), kmod Pre-Depends: debconf (>= 0.5.00) | debconf-2.0 Suggests: iproute Conflicts: dnprogs Filename: 4.0-0/all/dnet-common_2.60.5.201403200852_all.deb Size: 49028 MD5sum: fa18142c6acd43e3d6de378a79f02fe6 SHA1: 6ba866051c1ed8c1047d170afb68163bc9d0fa31 SHA256: 047a8cc16bf2fc4131afe57b6704bed1a51f21c2316747e97c27605fc830e0df Description: Base package for Linux DECnet This is the base package for Linux DECnet. It contains the necessary configuration files and a script to set up the MAC address of your Ethernet card(s) at boot-up. . You will also need to be running a 2.4+ kernel and have DECnet either built as a module or compiled into the kernel. . To do useful work with DECnet you will need the libdnet package and probably also dnet-progs. Package: dns-browse Priority: extra Section: net Installed-Size: 78 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 1.9-7.5.201403200858 Depends: tk8.5 | wish, dnsutils Filename: 4.0-0/all/dns-browse_1.9-7.5.201403200858_all.deb Size: 18892 MD5sum: c7f56265ef76b651a7a0996f86270504 SHA1: 1bcf5a8c9e934f9f9e1aaf2b79a5cc625a01478a SHA256: b347a639d9924e47f07bdeef4ceb857404cd9d9ca5f73bb351ea355c3d9d16aa Description: Front-ends to DNS search This package provides two programs to make user lookups on DNS servers: dns_tree and dns_browse. . dns_tree is a command-line-based front-end to dig. It replaces the several dig invocations necessary to fetch a zone, and it formats the output in a somewhat sensible hierarchical style (a tree). . dns_browse is a GUI front-end to dns_tree. It allows point-and-click DNS browsing and makes it easy to expand/compress hierarchies in one or more DNS zones. Homepage: http://www.isi.edu/~johnh/SOFTWARE/DNS/ Package: dns323-firmware-tools Priority: optional Section: otherosfs Installed-Size: 51 Maintainer: Matt Palmer Architecture: all Version: 0.3-2.5.201403200946 Depends: ruby1.8 Filename: 4.0-0/all/dns323-firmware-tools_0.3-2.5.201403200946_all.deb Size: 9152 MD5sum: d12079a0fe69071140367c52aa9de8f1 SHA1: 78c55c85ca7fc1c9d3a92f490851eb939baa8345 SHA256: fb364481eac6814ca94838f16f037b3ce76574044f16d9d2c830f491c7ce54e1 Description: build and manipulate firmware images for the DNS-323 This package contains programs for manipulating the firmware images used by the D-Link DNS-323 and similar devices (firmwares sometimes referred to as "FrodoII" firmwares, due to the magic string used to identify them). . These firmware images are what are used to "bundle" the kernel, initrd, and other data when uploading new firmware images using the "stock" interface. If you are already running a custom firmware, it is likely that these tools will be of no use to you, and you will need to use whatever update mechanism is provided by your firmware. Homepage: http://theshed.hezmatt.org/dns323-firmware-tools/ Package: dnsmasq Priority: optional Section: net Installed-Size: 120 Maintainer: Simon Kelley Architecture: all Version: 2.62-3.5.201403200959 Depends: netbase, adduser, dnsmasq-base (>= 2.62-3.5.201403200959) Suggests: resolvconf Conflicts: resolvconf (<< 1.15) Filename: 4.0-0/all/dnsmasq_2.62-3.5.201403200959_all.deb Size: 16440 MD5sum: 645c8a9aa038d0befa3032a60ac7512e SHA1: f377bf32392bc8a59e8a81d615ee6cb1f6cadb30 SHA256: 45a80dde83033e4ced047ec412215e034aca477e2d97740084e9da2b5d156483 Description: Small caching DNS proxy and DHCP/TFTP server Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines. Package: dnssec-tools Priority: extra Section: net Installed-Size: 2860 Maintainer: Ondřej Surý Architecture: all Version: 1.13-1.5.201403201013 Depends: perl, libnet-dns-sec-perl, libnet-dns-perl, libtimedate-perl, libmailtools-perl, bind9utils (>= 9.7) Recommends: bind9 Filename: 4.0-0/all/dnssec-tools_1.13-1.5.201403201013_all.deb Size: 1180102 MD5sum: 6b7817bbb97d7670deafff456adfe1b3 SHA1: 0a7a1a89277e446022dd426e458fa9a7e8625a94 SHA256: 5968a1bf7fa4aad19f4e7bdf33f96ae400084e4493de3b5445bb7179c1cf2f43 Description: DNSSEC tools, applications and wrappers The goal of the DNSSEC-Tools project is to create a set of tools, patches, applications, wrappers, extensions, and plugins that will help ease the deployment of DNSSEC-related technologies. . This package contains tools to maintain DNSSEC enabled zone files, i.e. generate DNSSEC keys, sign zone files and publish them to DNS. Homepage: http://www.dnssec-tools.org/ Package: dnswalk Priority: extra Section: net Installed-Size: 69 Maintainer: Florian Hinzmann Architecture: all Version: 2.0.2.dfsg.1-0.1.4.201403201022 Depends: perl, libnet-dns-perl Filename: 4.0-0/all/dnswalk_2.0.2.dfsg.1-0.1.4.201403201022_all.deb Size: 20486 MD5sum: 8bfb281525e7065c44fd01313f2cecce SHA1: 606ae3ec59dce165f0cd7c23ffc3cbd2da88953b SHA256: ee0d09c9074416a4e5dd0bdea52f9813674d7b752c31e33c374ef00a702f9e98 Description: Checks dns zone information using nameserver lookups dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy. Package: doc-base Priority: optional Section: doc Installed-Size: 448 Maintainer: Robert Luberda Architecture: all Version: 0.10.4.4.201403201026 Depends: libuuid-perl, libyaml-tiny-perl Suggests: dhelp | dwww | doc-central | yelp | khelpcenter4, rarian-compat Filename: 4.0-0/all/doc-base_0.10.4.4.201403201026_all.deb Size: 108944 MD5sum: 7439bc7f513daf3397964b7df6263b37 SHA1: 21b26484d5e4a8d525aa5f75cb4777f5f0bc3c42 SHA256: b6b74df1f2d43345d92f4124cd6b1ad0da30c60703495db44426a9dfc2721298 Description: utilities to manage online documentation This package contains utilities to manage documentation installed on a Debian system. It generates a database of document metadata, which other packages such as dwww, dhelp, doc-central, and rarian-compat can use to provide a catalog of available documentation. . For additional information see the Debian doc-base Manual included in this package. Package: doc-central Priority: optional Section: web Installed-Size: 102 Maintainer: Guilherme de S. Pastore Architecture: all Version: 1.8.2+nmu3.4.201403201029 Depends: apache2 | httpd-cgi, python, info2www, doc-base (>= 0.8.10) Recommends: w3m | www-browser Filename: 4.0-0/all/doc-central_1.8.2+nmu3.4.201403201029_all.deb Size: 15818 MD5sum: 9a26c9a07685c38be06f677e22a5b6e0 SHA1: 88922b001df92ad3a8545f159a676d537f6c0288 SHA256: c255383980aba18b268354e7bc8fa5f6423643cf2e353f97716d443c40ba8e4a Description: web-based documentation browser Doc-Central is a tool to browse the documentation installed on your system using their doc-base entries. Package: doc-debian-es Priority: optional Section: doc Installed-Size: 1140 Maintainer: Santiago Vila Architecture: all Version: 2.6.4.201403201036 Filename: 4.0-0/all/doc-debian-es_2.6.4.201403201036_all.deb Size: 739860 MD5sum: 9b4c1aa849a5466353a9d2132444b0f3 SHA1: bc8b4c92c371df62cffed1ba6f2c6ae13cb42f4e SHA256: ef2acad210ac48daef43310e78a00e153767866bf76461dbba78c8cebc7984d0 Description: Debian FAQ translated to Spanish The doc-debian-es package provides the current Debian-FAQ (in postscript, dvi, text and HTML) translated to Spanish. . El paquete doc-debian-es suministra las Preguntas Frecuentes sobre Debian (FAQ), traducidas a partir del documento Debian-FAQ. Se encuentran en formatos postscript, dvi, texto y HTML. Package: doc-debian-fr Priority: optional Section: doc Installed-Size: 2625 Maintainer: Frédéric Bothamy Architecture: all Version: 3.1.3.1.4.201403201040 Recommends: developers-reference-fr, maint-guide-fr, apt-howto-fr Filename: 4.0-0/all/doc-debian-fr_3.1.3.1.4.201403201040_all.deb Size: 985678 MD5sum: 4513f6ed33e8c7710ab799b40121c405 SHA1: 9096aea4b2530fd7598d9f5637443ed17cb90439 SHA256: 2a6398335561d0f9b96921d1ceaa82867b507347eaf16de234e9d58ed33f1e54 Description: Debian Manuals, FAQs and other documents in French This package provides Debian Manuals, some mailing lists FAQs as well as several other bits of information about Debian in French. Package: doc-linux-fr-html Priority: optional Section: doc Installed-Size: 25630 Maintainer: David Prévot Architecture: all Source: doc-linux-fr Version: 2012.11-1.4.201403201044 Replaces: doc-linux-fr Suggests: doc-base, lynx | www-browser Conflicts: doc-linux-fr Filename: 4.0-0/all/doc-linux-fr-html_2012.11-1.4.201403201044_all.deb Size: 8261086 MD5sum: 3b082ce5ff67fa331968276a45f33a02 SHA1: ff7dff274cacd76c6ef4eee71fb3ff0c9cc4fa0d SHA256: 67864f45ffc955c47902307d35f48017e75954723e1f0b8168e9f79e1f0f2373 Description: Linux docs in French: HOWTOs, MetaFAQs in HTML format This package installs the French versions of the current Linux HOWTOs and mini-HOWTOs as well as the "info-sheet", "metafaq", "fcol-faq" and "intro" French documents on your Debian system in HTML format. The version number reflects the month in which doc-linux-fr-html was created. . All files are available at ftp://ftp.lip6.fr/pub/linux/french/docs (with versions in ASCII, DVI and PostScript formats). Package: doc-linux-fr-text Priority: optional Section: doc Installed-Size: 4969 Maintainer: David Prévot Architecture: all Source: doc-linux-fr Version: 2012.11-1.4.201403201044 Replaces: doc-linux-fr Suggests: doc-linux-fr-html Conflicts: doc-linux-fr Filename: 4.0-0/all/doc-linux-fr-text_2012.11-1.4.201403201044_all.deb Size: 5049780 MD5sum: e60a4193c449f04cb780fb5df87a6a02 SHA1: 1cf245065997a97de73667056b54ee03a8d504a6 SHA256: 40314358e566f30202beb99f8137ca83d6e635d4e64196e3438e94b28647d368 Description: Linux docs in French: HOWTOs, MetaFAQs in ASCII format This package installs the French versions of the current Linux HOWTOs, mini-HOWTOs and the "fhs" on your Debian in ASCII format. Alternatively, HTML versions are provided in the doc-linux-fr-html package. . The version number reflects the month in which doc-linux-fr-text was created. . All files are available at ftp://ftp.lip6.fr/pub/linux/french/docs (with versions in ASCII, DVI and PostScript formats). Package: doc-linux-hr Priority: optional Section: doc Installed-Size: 1107 Maintainer: Matej Vela Architecture: all Version: 20000416.1.4.201403201047 Suggests: lynx | www-browser Filename: 4.0-0/all/doc-linux-hr_20000416.1.4.201403201047_all.deb Size: 564518 MD5sum: 51b4a9ec314a4792128ba8befe460b9c SHA1: 5a3ecc29a58b483dee47df6d94d3debb9952436a SHA256: 69f3cb48bb32adb053c9ccb9c2e938ad70abf0f1d0f5bdc9c190185d64d82616 Description: Documentation in Croatian / dokumentacija na hrvatskom This package contains plain-text and HTML versions of various Linux documentation in Croatian, including FAQ's and translations of LDP HOWTO documents; these will be installed in /usr/share/doc/HOWTO and /usr/share/doc/doc-linux-hr. All documents use the ISO 8859-2 character set. . Ovaj paket sadrzi tekstualne i HTML verzije razne Linux dokumentacije na hrvatskom jeziku, ukljucujuci odgovore na cesto postavljana pitanja i prijevode LDP HOWTO dokumenata, smjestene u direktorije /usr/share/doc/HOWTO i /usr/share/doc/doc-linux-hr. Svi dokumenti su pisani u ISO 8859-2 kodnom rasporedu. Package: doc-linux-ja-html Priority: optional Section: doc Installed-Size: 32361 Maintainer: GOTO Masanori Architecture: all Source: doc-linux-ja Version: 2006.05.25-1.1.4.201403201051 Replaces: doc-linux-html-ja, doc-linux-ja Suggests: doc-linux-ja-text, doc-base, menu, www-browser Conflicts: doc-linux-html-ja, doc-linux-ja Filename: 4.0-0/all/doc-linux-ja-html_2006.05.25-1.1.4.201403201051_all.deb Size: 10799584 MD5sum: 27b038a1d9ed1c0a5618a01f951d4df9 SHA1: 9697d2d8bf7f1bee3131f852d8f6bec44f3d2d4d SHA256: e783efe5710c1ef0cc84987e1bf790de4daf01677d642905ccfe48eec529146c Description: Linux HOWTOs and FAQs in Japanese (HTML format) The doc-linux-ja-html package provides the current Linux HOWTOs, mini-HOWTOs, and FAQs in HTML format for Japanese. Alternatively, TEXT versions are provided in the doc-linux-ja-text package. . The version number reflects the date when doc-linux-ja-text was created. . All files are also available at JF Project (http://www.linux.or.jp/JF/) Package: doc-linux-ja-text Priority: optional Section: doc Installed-Size: 8413 Maintainer: GOTO Masanori Architecture: all Source: doc-linux-ja Version: 2006.05.25-1.1.4.201403201051 Replaces: doc-linux-ja, doc-linux-text-ja Suggests: doc-linux-ja-html Conflicts: doc-linux-ja, doc-linux-text-ja Filename: 4.0-0/all/doc-linux-ja-text_2006.05.25-1.1.4.201403201051_all.deb Size: 8224736 MD5sum: 9023d424df736e2caee4ef4b1ab7bcfd SHA1: 940f930a248baa840ea05e1b275179701062523d SHA256: acfdcba62078994feb0bd9bf988ba112ec87606b11ed5498201a744b32c6439b Description: Linux HOWTOs and FAQs in Japanese (TEXT format) The doc-linux-ja-text package provides the current Linux HOWTOs, mini-HOWTOs, and FAQs in TEXT format for Japanese. Alternatively, HTML versions are provided in the doc-linux-ja-html package. . The version number reflects the date when doc-linux-ja-text was created. . This package additionally includes kernel 2.4/2.6 Documentation text translation. . All files are also available at JF Project (http://www.linux.or.jp/JF/) Package: doc-linux-pl-html Priority: optional Section: doc Installed-Size: 3645 Maintainer: Pawel Wiecek Architecture: all Source: doc-linux-pl Version: 2002.06.14-2.4.201403201054 Filename: 4.0-0/all/doc-linux-pl-html_2002.06.14-2.4.201403201054_all.deb Size: 1292566 MD5sum: 78f301d512b7596968b550856fe662c6 SHA1: 7b8810d4bf03cc119a9f32250f169996b4cd3aad SHA256: 550499685ba8416cf07b102d054e001edcc6737c05f28030b1accb13a4d63f90 Description: Linux docs in Polish: HOWTO - html version This package installs the Polish versions of Linux HOWTO and mini-HOWTO documents (JTZ project) on your Debian system. The version number reflects the packaging date. . All files are available at ftp://ftp.jtz.org.pl/JTZ/ (with versions in ascii, html, dvi, ps and sgml formats). Package: doc-linux-pl Priority: optional Section: doc Installed-Size: 1144 Maintainer: Pawel Wiecek Architecture: all Version: 2002.06.14-2.4.201403201054 Filename: 4.0-0/all/doc-linux-pl_2002.06.14-2.4.201403201054_all.deb Size: 1141866 MD5sum: 1ab178a935920d433a52c449476c4e60 SHA1: dda9c6ac735c44cdcdcfd4cc1a644d0514dd1975 SHA256: 86f06041cb6871c9322b10018da5bc98fa595b518a8274966faf7b9fc3f8daaa Description: Linux docs in Polish: HOWTO - ascii version This package installs the Polish versions of Linux HOWTO and mini-HOWTO documents (JTZ project) on your Debian system. The version number reflects the packaging date. . All files are available at ftp://ftp.jtz.org.pl/JTZ/ (with versions in ascii, html, dvi, ps and sgml formats). Package: docbook-defguide Priority: optional Section: doc Installed-Size: 11889 Maintainer: Daniel Leidert (dale) Architecture: all Version: 2.0.17+svn9047-1.4.201403201059 Replaces: docbook-book Provides: docbook-book Suggests: docbook, docbook-xml Conflicts: docbook-book Filename: 4.0-0/all/docbook-defguide_2.0.17+svn9047-1.4.201403201059_all.deb Size: 1376002 MD5sum: 798d9167c07a50be5915de16179aca15 SHA1: ba38d724a8350672bc8ae4c9340d928527199286 SHA256: ee297e0bbcfbcae85d5e4a8ae6200744ca90280700901c4be558b3cb6bb81253 Description: DocBook: The Definitive Guide - HTML version The official reference manual for the DocBook 4.x SGML and XML DTD, by Norman Walsh, Leonard Muellner, and Bob Stayton. This version is an evolution of the book of the same name published by O'Reilly (which documented DocBook 3.1). . This is a work in progress, which attempts to fully document DocBook 4.5, but may be inconsistent in some places. Homepage: http://docbook.org/tdg/ Package: docbook-dsssl-doc Priority: optional Section: doc Installed-Size: 1377 Maintainer: Peter Eisentraut Architecture: all Version: 1.79-6.4.201403201119 Replaces: docbook-stylesheets-doc Suggests: docbook-defguide Conflicts: docbook-stylesheets-doc Filename: 4.0-0/all/docbook-dsssl-doc_1.79-6.4.201403201119_all.deb Size: 173660 MD5sum: 5a8646e4dc1daa1a1ba4346b62175eae SHA1: e42e3230e2359f297a2ace68311d8ed75080a1b4 SHA256: 893950d8afb6d81936fb81084ccd15d04106186d2326fe617ce7f38f7d267c00 Description: documentation for the DocBook DSSSL stylesheets This package contains documentation for the Modular DocBook DSSSL stylesheets, found in the docbook-dsssl package. . The docbook-dsssl package provides DSSSL stylesheets which let you convert DocBook SGML or XML files to various formats. Enhances: docbook-dsssl Homepage: http://docbook.sourceforge.net/projects/dsssl/ Package: docbook-dsssl Priority: optional Section: text Installed-Size: 2578 Maintainer: Peter Eisentraut Architecture: all Version: 1.79-7.15.201403201115 Replaces: docbook-stylesheets Depends: openjade | openjade1.3 | jade, docbook (>= 3.1) | docbook-xml, sgml-base (>= 1.26+nmu2), perl Suggests: jadetex, docbook-dsssl-doc Conflicts: docbook-stylesheets Filename: 4.0-0/all/docbook-dsssl_1.79-7.15.201403201115_all.deb Size: 376532 MD5sum: 5b11cba612042f87f117311023f227a0 SHA1: 8165725d5455b05a9d520eb1b93d2e9f314c97d4 SHA256: 092675abe6eeb8a7c9d078be5343fdaa932c644e84256af683bf53b411dcc2ef Description: modular DocBook DSSSL stylesheets, for print and HTML This package provides DSSSL stylesheets which let you convert DocBook SGML or XML files to various formats. . This package contains two DocBook DSSSL stylesheets, one for "print" output and one for HTML. The print stylesheet can be used in conjunction with the RTF and the TeX back-ends that (Open)Jade provides to produce output suitable for printing. The HTML stylesheet can be used to convert DocBook documents into HTML. . The stylesheets are modular in design so that you can extend and customize them. . Note that you can also perform DocBook XML styling using the "docbook-xsl" package, which provides the XSL stylesheets. The XSL stylesheets are more actively maintained and contain more new features than these DSSSL stylesheets. Homepage: http://docbook.sourceforge.net/projects/dsssl/ Package: docbook-ebnf Priority: optional Section: text Installed-Size: 138 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.2~cr1-5.5.201411010540 Depends: docbook-xml (>= 4.3), sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Suggests: docbook-defguide Filename: 4.0-0/all/docbook-ebnf_1.2~cr1-5.5.201411010540_all.deb Size: 9136 MD5sum: 62bee947acdf62bf7b40f2c46c85ee62 SHA1: 9a27ebb113caca5093b1ceff086ebf55652573de SHA256: a50ceb7ef696abf8ee9dda54e9c336a5e9f256c3fdef8731fa4ecae80271a776 Description: EBNF module for the XML version of the DocBook DTD DocBook is a general-purpose and modular SGML and XML Document-Type Definition. This is a module that adds elements for the markup of EBNF grammar rules to DocBook. . It is fully documented in "DocBook - The Definitive Guide", available in the docbook-defguide package. Homepage: http://www.oasis-open.org/docbook/xml/ebnf/ Package: docbook-html-forms Priority: optional Section: text Installed-Size: 81 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.1.0-4.1.4.201403201124 Depends: sgml-base (>= 1.26+nmu2), docbook-xml (>= 4.1.2-4) Suggests: docbook-xsl Filename: 4.0-0/all/docbook-html-forms_1.1.0-4.1.4.201403201124_all.deb Size: 5788 MD5sum: 38705cf98a5989ab69de03c93437abfa SHA1: e9313877581cdfbe5658ea16b2e6691a5d848aec SHA256: 810775ed451b01afad0f7b47eaa1a8e6833fafafb5be4dd3e2143f8612e6e017 Description: Extension to DocBook XML for generating html forms The DocBook HTML Forms module adds six new markup elements to DocBook XML for easy generation of HTML forms from XML source documents. . The HTML Forms module is a customization of the full DocBook XML V4.1.2 DTD. Homepage: http://oasis-open.org/docbook/xml/htmlforms/ Package: docbook-mathml Priority: optional Section: text Installed-Size: 101 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.1CR1-2.4.201403201125 Depends: sgml-base (>= 1.26+nmu2), xml-core (>= 0.12), docbook-xml (>= 4.1.2-4), w3-dtd-mathml Suggests: docbook-xsl Filename: 4.0-0/all/docbook-mathml_1.1CR1-2.4.201403201125_all.deb Size: 6296 MD5sum: 5177ce92e6e392969562bc680d5941e8 SHA1: 18d307e2dc06f268a626d44c46675a4028fac1ee SHA256: 25646a2fa1683e49d74f806ca81187772c9ae8e78226788fe6800ca0ec4408f6 Description: Extension to DocBook XML for using MathML markup The DocBook MathML module adds support for including MathML markup in DocBook XML source documents. . The MathML module is a customization of the full DocBook XML V4.1.2 DTD. The module requires access to the MathML V2.0 DTD provided by the w3-dtd-mathml package. Homepage: http://www.oasis-open.org/docbook/xml/mathml/ Package: docbook-simple Priority: optional Section: text Installed-Size: 436 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.1-4.7.201411010544 Replaces: docbook-xml-simple Depends: sgml-base (>= 1.26+nmu2), xml-core (>= 0.12), sgml-data (>= 2.0.2), docbook-xml (>= 4.2-7) Suggests: docbook-xsl Filename: 4.0-0/all/docbook-simple_1.1-4.7.201411010544_all.deb Size: 61618 MD5sum: 5a35fb820584e15129904f70f96fa4c4 SHA1: 03192d53a45c64872ab21fb3aaaedbc637c64ab1 SHA256: 56ca0336f902742352b31edb2166c860670bda5c2e89496a8365c7c90c27655d Description: simplified DocBook XML Doctype and css stylesheets The Simplified DocBook is a small subset of the DocBook DTD. It has ~100 elements, rather than the >350 elements in the full DocBook DTD. A good choice when full DocBook is overkill. Homepage: http://www.oasis-open.org/docbook/xml/simple/ Package: docbook-slides-demo Priority: optional Section: doc Installed-Size: 1408 Maintainer: Debian XML/SGML Group Architecture: all Version: 3.4.0-1.4.201403201135 Recommends: docbook-slides Filename: 4.0-0/all/docbook-slides-demo_3.4.0-1.4.201403201135_all.deb Size: 125800 MD5sum: 6e05383f16bc9f6a0b1e494fc67ec9db SHA1: b0a493ed9e25dd25ccebe38eb46b94f3747157f1 SHA256: e0c3ccdcb48d60ef2e83a1c36429412c86f25fca87bdb437bbe716ccffe41c38 Description: Demo presentation slides for the docbook-slides package This package provides 12 formatting and display options available for the docbook-slides package. . If you plan to use docbook-slides for developing presentations, these demos will provide you with examples of the many different output options that are available with the docbook-slides package. Homepage: http://docbook.sourceforge.net Package: docbook-slides Priority: optional Section: text Installed-Size: 2016 Maintainer: Debian XML/SGML Group Architecture: all Version: 3.4.0-5.6.201403201132 Replaces: docbook-xml-slides Depends: docbook-xsl, docbook-simple (>= 1.0.0-1), docbook-xml (>= 4.2-7), sgml-base (>= 1.26+nmu2), xml-core (>= 0.12) Suggests: docbook-slides-demo Conflicts: docbook-xml-slides Filename: 4.0-0/all/docbook-slides_3.4.0-5.6.201403201132_all.deb Size: 270722 MD5sum: dc6d211002afe138b1bc1794b514aea3 SHA1: 0f3c8b923856ee58fe2b495b263a0780e9831366 SHA256: 83db9dd85a84521cd5520c5a77cbaa377d97e946138251d631b9ad96ce1091d9 Description: XML Slides DTD and XSL Stylesheets A docbook-derived XML DTD for building presentation slides. This package includes the xsl stylesheets for this DTD. This version can be customized with the Simplified DocBook XML DTD or with the full DocBook XML DTD. Homepage: http://docbook.sourceforge.net Package: docbook-utils Priority: optional Section: text Installed-Size: 286 Maintainer: Debian XML/SGML Group Architecture: all Version: 0.6.14-3.19.201403201138 Replaces: cygnus-stylesheets, docbk-xml2x, docbook2man, docbook2texi, docbook2x-doc Depends: docbook-dsssl, jadetex, lynx | links | links2 | w3m, sgmlspl, sp, perl Recommends: docbook-xml Filename: 4.0-0/all/docbook-utils_0.6.14-3.19.201403201138_all.deb Size: 68732 MD5sum: 56c5f39e099a94e753cd3af37dd6e2bc SHA1: 9e807786bfd00eaafd427810225490cde0ff6fb1 SHA256: 5923d85e08c36c1c3557b836a9b2c94066542227084b46fe84044773b296949c Description: Convert DocBook files to other formats (HTML, RTF, PS, man, PDF) The docbook-utils is a set of a few small programs intended to ease everyday use of technical documentation software and more generally use of SGML and XML. . Tasks they currently accomplish are: * jw: convert DocBook files to other formats (HTML, RTF, Postscript, PDF). * sgmldiff: detect the differences in markup between two SGML files. * docbook2man: converts a DocBook refentry to a man page. Homepage: http://sources.redhat.com/docbook-tools/ Package: docbook-website Priority: optional Section: text Installed-Size: 915 Maintainer: Debian QA Group Architecture: all Version: 2.5.0.0-8.4.201403201142 Replaces: docbook-xml-website Depends: sgml-base (>= 1.26+nmu2), xml-core (>= 0.12), docbook-xml (>= 4.2-7), docbook-xsl Conflicts: docbook-xml-website Filename: 4.0-0/all/docbook-website_2.5.0.0-8.4.201403201142_all.deb Size: 133398 MD5sum: 2196d3b12b58e31a3b78daecdfa1c133 SHA1: 65a0bf51b44f0cf14524de8118ef69f49d0e4c9a SHA256: c6ebc6511245ba7f79bae7265e60a77531ff7bab3fc948440e10de537b0969e8 Description: XML Website DTD and XSL Stylesheets A docbook-derived XML DTD for building web sites. This package includes the xsl stylesheets for this DTD. This version is a customization of the DocBook XML V4.2 DTD. . Author: Norman Walsh Homepage: http://sourceforge.net/projects/docbook/ Package: docbook-xsl-doc-html Priority: extra Section: doc Installed-Size: 3969 Maintainer: Daniel Leidert (dale) Architecture: all Source: docbook-xsl-doc Version: 1.76.1-1.3.201403201154 Replaces: docbook-xsl (<< 1.70.0), docbook-xsl-doc (<< 1.72.0) Provides: docbook-xsl-doc Suggests: www-browser Breaks: docbook-xsl (<< 1.70.0), docbook-xsl-doc (<< 1.72.0) Filename: 4.0-0/all/docbook-xsl-doc-html_1.76.1-1.3.201403201154_all.deb Size: 599682 MD5sum: 6eae695cba3b7969514de2675b84da61 SHA1: a8c1c65e82cadc2f1fa61bb5df3401fac68031ea SHA256: 2ffcdeeeb8b3170b20a4ac4c04504249dd8ad2d08a00696463e39594b0a213e6 Description: stylesheets for processing DocBook XML files (HTML documentation) DocBook XSL stylesheets are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives. . This package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in HTML format. Enhances: docbook-xsl (>= 1.76.1-1.3.201403201154), docbook-xsl-ns (>= 1.76.1-1.3.201403201154) Homepage: http://wiki.docbook.org/topic/DocBookXslStylesheetDocs Package: docbook-xsl-doc-pdf Priority: extra Section: doc Installed-Size: 953 Maintainer: Daniel Leidert (dale) Architecture: all Source: docbook-xsl-doc Version: 1.76.1-1.3.201403201154 Provides: docbook-xsl-doc Suggests: pdf-viewer Filename: 4.0-0/all/docbook-xsl-doc-pdf_1.76.1-1.3.201403201154_all.deb Size: 927156 MD5sum: e5e8d66ff6aad0a071aa76d369f1c4cb SHA1: 6c331a20595e0b3f7ad4c5d9cf7496016f6ab75f SHA256: 12d2024dac80cd777b004f50f67fd8c91a3a538e12253ac6ef40f274818f896c Description: stylesheets for processing DocBook XML files (PDF documentation) DocBook XSL stylesheets are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives. . This package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in PDF format. Enhances: docbook-xsl (>= 1.76.1-1.3.201403201154), docbook-xsl-ns (>= 1.76.1-1.3.201403201154) Homepage: http://wiki.docbook.org/topic/DocBookXslStylesheetDocs Package: docbook-xsl-doc-text Priority: extra Section: doc Installed-Size: 195 Maintainer: Daniel Leidert (dale) Architecture: all Source: docbook-xsl-doc Version: 1.76.1-1.3.201403201154 Provides: docbook-xsl-doc Suggests: less Filename: 4.0-0/all/docbook-xsl-doc-text_1.76.1-1.3.201403201154_all.deb Size: 157426 MD5sum: fe46145e0cd5a69119f2dc6350b5a043 SHA1: 82dcb47761a8afcc742dabb8f3e06ff0cc14cc9a SHA256: 9a5fd594cd0bf8d657c81a8869a26b1f39736dd8fe7cc15dd34efe892548dd47 Description: stylesheets for processing DocBook XML files (ASCII documentation) DocBook XSL stylesheets are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives. . This package contains the documentation for the DocBook XSL stylesheets and explanations for the parameters you can use in simple ASCII text format. Enhances: docbook-xsl (>= 1.76.1-1.3.201403201154), docbook-xsl-ns (>= 1.76.1-1.3.201403201154) Homepage: http://wiki.docbook.org/topic/DocBookXslStylesheetDocs Package: docbook-xsl-ns Priority: optional Section: text Installed-Size: 11623 Maintainer: Daniel Leidert (dale) Architecture: all Source: docbook-xsl Version: 1.76.1+dfsg-1.19.201403201150 Depends: xml-core (>= 0.12) Recommends: docbook5-xml (>> 5) Suggests: docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc, libsaxon-java, libxalan2-java, libxslthl-java, docbook-xsl-saxon, fop, xalan, dbtoepub Filename: 4.0-0/all/docbook-xsl-ns_1.76.1+dfsg-1.19.201403201150_all.deb Size: 1635546 MD5sum: bfe680ae41f881c126fb0366ab240792 SHA1: 00cb0b71c4b73b6c405f19a132a693df420e44ee SHA256: d1ac4a33394b056fb1c31849f96d2951404f2e2d6670a04b690c4524f0e49ec6 Description: stylesheets for processing DocBook 5 XML to various output formats These are modular XSL stylesheets for processing documents composed with DocBook 5 XML and its derivatives. Unlike in docbook-xsl the DocBook namespace prefix has been added to element names in pattern matches and expressions. However processing of DocBook 4 documents is also possible with these stylesheets. For a more detailed explanation read http://www.sagehill.net/docbookxsl/ProcesingDb5.html. . The stylesheets provide XSLT transformations for (X)HTML, WordML, HTML Help, JavaHelp, Man page (nroff), Website, Eclipse Platform Help file and XSL Formatting Object (XSL-FO) output. The latter can be further processed to a number of print formats using FOP or TeX-based tools. . The stylesheets are modular in the sense that you can extend and, to some extent, customize them. The documentation is included in a separate package. Homepage: http://wiki.docbook.org/DocBookXslStylesheets Package: docbook-xsl-saxon Priority: extra Section: text Installed-Size: 809 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.00.dfsg.1-5.5.201403201156 Depends: libsaxon-java (>> 1:6.5) Breaks: docbook-xsl (<< 1.68.1.dfsg.1-0.1) Filename: 4.0-0/all/docbook-xsl-saxon_1.00.dfsg.1-5.5.201403201156_all.deb Size: 92430 MD5sum: 005155ff3b3bea2638d503a80a4e3465 SHA1: 3f0a852be690217de7f89acb23572e601f657ec9 SHA256: 02c50dc450ad7e75b8c66254323e2e15697601983626aa38cba0c7a0cfb7cfd2 Description: Java extensions for use with DocBook XML stylesheets (Saxon) These are Java extensions for use with the DocBook XML stylesheets and the Saxon XSLT engine. You need these extensions to enable e.g. the callouts and linenumbering extensions of the docbook-xsl suite. . In the past these extensions were shipped with the docbook-xsl tarball distribution directly. Enhances: docbook-xsl Homepage: http://wiki.docbook.org/topic/DocBookXsltExtensions Package: docbook2odf Priority: extra Section: text Installed-Size: 330 Maintainer: Alexander Wirt Architecture: all Version: 0.244-1.1.4.201403201159 Depends: perl, libarchive-zip-perl, libxml-libxslt-perl, zip, perlmagick Filename: 4.0-0/all/docbook2odf_0.244-1.1.4.201403201159_all.deb Size: 50392 MD5sum: 175e8119489a26fb99c420072ed93620 SHA1: 8144add68ca5a03dee0d357659a6ee52af85f4af SHA256: c492ab4a247a9226b49f8c2ce1835705e8efdaba384b8544cbc8f741da537f07 Description: XSLT based conversions from docbook to Oasis Open Document (openoffice.org) toolkit that automaticaly converts DocBook to OASIS OpenDocument (ODF, the ISO standardized format used for texts, spreadsheets and presentations). Conversion is based on a XSLT which makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these documents are XML based. Package: docbook5-xml Priority: optional Section: text Installed-Size: 3421 Maintainer: Debian XML/SGML Group Architecture: all Version: 5.0-2.4.201403201202 Depends: xml-core (>= 0.12) Suggests: docbook-xsl-ns, docbook5-defguide Filename: 4.0-0/all/docbook5-xml_5.0-2.4.201403201202_all.deb Size: 802104 MD5sum: edb73fbaba1ecff38a9860cb9cd32b0f SHA1: b4548f225c6c7fddc6aac4db5b86963927146026 SHA256: 5e938ec76f00a87ddbd8fa5c293c4985b679bf8d357b202550313bbf8c576fcf Description: standard XML documentation system for software and systems DocBook 5 is a general purpose XML schema. That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software (though it is by no means limited to these applications). It has emerged as an open standard in the software industry, and is the documentation system of choice for many free software projects. . DocBook 5.0 is a complete rewrite of the well-known DocBook 4 XML schema/DTD, introducing a quite large number of backwards-incompatible changes. But the basic idea behind DocBook is still the same, and almost all element names are unchanged. . This package contains the XML RelaxNG schema (with some additional Schematron assertions), W3C XML Schema (XSD) as well as the Document Type Definition (DTD) for DocBook, which all describe the formal structure for documents following this format. . You will need other packages in order to edit, validate (libxml2-utils) or format (docbook-xsl-ns) DocBook 5 documents. Homepage: http://docbook.org/schemas/5x.html Package: docbook Priority: optional Section: text Installed-Size: 2715 Maintainer: Debian XML/SGML Group Architecture: all Version: 4.5-5.1.14.201403201057 Depends: sgml-data (>= 1.5.0), sgml-base (>= 1.26+nmu2) Suggests: docbook-defguide, docbook-dsssl, docbook-xml, psgml Breaks: docbook-xml (<< 4.4-4~) Filename: 4.0-0/all/docbook_4.5-5.1.14.201403201057_all.deb Size: 448504 MD5sum: 08a670bbd0d3e2472b1fd0e8e61c1e1a SHA1: f03ac46bfdf718b40fc3e0bf999ee8e59dabfb04 SHA256: 5b56cc28106f4f18ea811ac1bdc9530d77ed6a47a1a9e0d500e95cd950f6f075 Description: standard SGML representation system for technical documents DocBook is an SGML document type definition (DTD) that is well-suited to books, articles, or reference documentation about technical matters, systems, or software (although it is by no means limited to these applications). It has emerged as an open and standard DTD in the software industry, and is used as the documentation system of choice for many free software projects. . This package contains the SGML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using XML rather than SGML, use the 'docbook-xml' package. You will need other packages in order to edit (psgml), validate (opensp) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package includes the 2.4.1, 3.0, 3.1, 4.0, 4.1, 4.2, 4.3, 4.4 and 4.5 versions of the DocBook SGML DTD. Homepage: http://www.oasis-open.org/docbook/sgml/ Package: docdiff Priority: optional Section: text Installed-Size: 543 Maintainer: Kenshi Muto Architecture: all Version: 0.4.0-2.4.201403201204 Depends: ruby | ruby-interpreter Suggests: httpd Filename: 4.0-0/all/docdiff_0.4.0-2.4.201403201204_all.deb Size: 136838 MD5sum: c0a46abe5938d1bbf2ddb4e684e9ea08 SHA1: 195e15ca3e236006cf7f06362b05e976618eee08 SHA256: 1d27a194ead806e975c9235fc76f2a73e0aa861e0e4ab7c58e8ce46b4b870d9c Description: Compares two files word by word / char by char DocDiff compares two files and shows the difference. It can compare files word by word, char by char, or line by line. . It has several output formats such as HTML/XHTML, tty, Manued, or user-defined markup. It supports several encodings and end-of-line characters, including ASCII, UTF-8, EUC-JP, Shift_JIS, CR, LF, and CRLF. Homepage: http://sourceforge.net/projects/docdiff Package: docky Priority: optional Section: x11 Installed-Size: 3329 Maintainer: Debian CLI Applications Team Architecture: all Version: 2.1.4-1.8.201403201209 Replaces: python-docky (<< 2.0.99) Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libdbus-glib1.0-cil (>= 0.5), libdbus1.0-cil (>= 0.7), libgconf2.0-cil (>= 2.24.0), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-keyring1.0-cil (>= 1.0.0), libgnomedesktop2.20-cil (>= 2.26.0), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-cairo4.0-cil (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-web4.0-cil (>= 2.10.3), libmono-system-xml-linq4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libnotify0.4-cil (>= 0.4.0~r2998), librsvg2-2.18-cil (>= 2.26.0), libwnck2.20-cil (>= 2.26.0), libx11-6 (>= 2:1.4.99.1), gconf2 (>= 2.28.1-2), librsvg2-common Recommends: dockmanager Conflicts: python-docky (<< 2.0.99) Filename: 4.0-0/all/docky_2.1.4-1.8.201403201209_all.deb Size: 865838 MD5sum: 4fe59fcaf7c5bc90d62a7703e6586a7e SHA1: e318298c3312e0c9dd20a8ca4b94812ceff61d0a SHA256: de9ec14320d9cd859fb5377d55252e5d3ce0a344e2e076dd0ea01332e76eae57 Description: Elegant, powerful, clean dock A full fledged dock application that makes opening common applications and managing windows easier and quicker. Docky is fully integrated into the GNOME Desktop and features a no nonsense approach to configuration and usage. It just works. . Docky provides an application launcher, running application management, and various "docklets" including a CPU monitor, weather report and clock. It is similar to other docks such as AWN and cairo-dock. . Applications can integrate with Docky to add extra items to their context menus or modify their icons to display more information. This package includes integration helpers for a number of applications, including Banshee, Rhythmbox, Deluge, Tomboy and Zeitgeist. . Docky is derived from the GNOME Do "docky" interface. Homepage: https://launchpad.net/docky Package: doclifter Priority: optional Section: devel Installed-Size: 436 Maintainer: Jeff Licquia Architecture: all Version: 2.7-1.4.201403201220 Depends: python (>= 2.2) Recommends: plotutils, groff-base Suggests: python-profiler Filename: 4.0-0/all/doclifter_2.7-1.4.201403201220_all.deb Size: 115400 MD5sum: bc18f69efb439ac134340cfd67c38fc5 SHA1: 7b3391584c72db39cf82c26433a221314e6c1636 SHA256: 0be006abde4fd39fe575d429270526008b254fe4b9d5b90fccb1e052c4fd8fc8 Description: Convert troff to DocBook Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. Homepage: http://www.catb.org/~esr/doclifter/ Package: doconce Priority: optional Section: text Installed-Size: 4396 Maintainer: Python Applications Packaging Team Architecture: all Version: 0.7.3-1.2.201403201222 Depends: python (>= 2.6.6-7~), python (<< 2.8) Recommends: preprocess, python-mako Suggests: imagemagick, python-docutils, python-sphinx, pandoc, ptex2tex, texlive-base, texlive-latex-base, texlive-base-recommended Filename: 4.0-0/all/doconce_0.7.3-1.2.201403201222_all.deb Size: 3951658 MD5sum: a1731353c26ce90474fc3dd0e379a882 SHA1: 95927b76bc2126ab8df371fea18a45aac14b68c2 SHA256: 0a1000938a1d0b6f8300a075d6d07fff21d18f1f7e2b27e2b2ae01e06e5ca297 Description: document once, include anywhere Doconce is two things: . 1. Doconce is a very simple and minimally tagged markup language that looks like ordinary ASCII text (much like what you would use in an email), but the text can be transformed to numerous other formats, including HTML, Wiki, LaTeX, PDF, reStructuredText (reST), Sphinx, Epytext, and also plain text (where non-obvious formatting/tags are removed for clear reading in, e.g., emails). From reStructuredText you can go to XML, HTML, LaTeX, PDF, OpenOffice, and from the latter to RTF and MS Word. From Pandoc one can generate Markdown, reST, LaTeX, HTML, PDF, DocBook XML, OpenOffice, GNU Texinfo, MediaWiki, RTF, Groff, and other formats. . 2. Doconce is a working strategy for never duplicating information. Text is written in a single place and then transformed to a number of different destinations of diverse type (software source code, manuals, tutorials, books, wikis, memos, emails, etc.). The Doconce markup language support this working strategy. The slogan is: "Write once, include anywhere". Homepage: http://doconce.googlecode.com Package: doctorj Priority: optional Section: devel Installed-Size: 4516 Maintainer: Paul Cupis Architecture: all Version: 5.0.0-5.5.201403201233 Depends: java2-runtime Filename: 4.0-0/all/doctorj_5.0.0-5.5.201403201233_all.deb Size: 1382430 MD5sum: ebc876b9e176816e4fae224ccfc1a483 SHA1: 703f04fef26fe1d860d2024cd85452ff5e9dce8b SHA256: dd132bcd9d0c0b109e920209f8ec94134c1d9f340d54a68042f477ed09c37e96 Description: A tool to analyze Java code doctorj analyzes Java code, performing documentation verification, statistics generation and syntax analysis. . Homepage: http://www.incava.org/projects/java/doctorj/index.html Package: doctrine Priority: optional Section: php Installed-Size: 2592 Maintainer: Debian Symfony Maintainers Architecture: all Version: 1.2.4-1.5.201403201241 Depends: php5 | php5-cli, php5-mysql | php5-pgsql | php5-sqlite | php5-sybase Filename: 4.0-0/all/doctrine_1.2.4-1.5.201403201241_all.deb Size: 376794 MD5sum: bca5c65d456295f8e5e6099123da60be SHA1: a2247052fa9f3139580a07b6ca8d851220370c34 SHA256: 500cd2224a016a63725f2380cce9e3655f673d04b67ab87c51e9813b1a813042 Description: Tool for object-relational mapping in PHP The Doctrine library sits on top of PDO and is itself divided into two main layers, the DBAL (which represents a complete database abstraction API) and the ORM (the bridge between the relational model and the object model / domain model). . One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. Homepage: http://www.doctrine-project.org/ Package: docutils-doc Priority: optional Section: doc Installed-Size: 4025 Maintainer: Debian Python Modules Team Architecture: all Source: python-docutils Version: 0.8.1-8.19.201403122301 Replaces: python-docutils (<< 0.7-3~) Conflicts: python-docutils (<< 0.7-3~) Filename: 4.0-0/all/docutils-doc_0.8.1-8.19.201403122301_all.deb Size: 1291224 MD5sum: 0a521de6884c92d78c9ac2ebf377b34b SHA1: bf9d32376270717307d6178c249ea3a54746ac43 SHA256: 6a7953e72190a94f903118bcfe5d0ab46c51def0b61b5318783ed405e5136cc5 Description: text processing system for reStructuredText - documentation reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes documentation in HTML and (gzipped) reST formats. Homepage: http://docutils.sourceforge.net/ Package: docvert-libreoffice Priority: extra Section: web Installed-Size: 66 Maintainer: Debian QA Group Architecture: all Source: docvert Version: 4.0-7.4.201403201246 Replaces: docvert-openoffice.org Depends: libreoffice-writer, libreoffice-core, python-uno, lsb-base, python, pdf2svg, adduser, docvert Pre-Depends: procps Filename: 4.0-0/all/docvert-libreoffice_4.0-7.4.201403201246_all.deb Size: 13418 MD5sum: bb9d53ee6b1e5db37e8042b55fdc46a3 SHA1: f27cd5acb1a819dae8422c4707fdbb3eb3a0f574 SHA256: 4c98d7e3823579752b9d01212daabe2b3ed8a88a39169e6a40dca4ac8222c78a Description: converts word processor files to HTML using LibreOffice Docvert is a web application which takes word processor files (typically .doc) and converts them to OpenDocument and clean HTML. . This package adds the ability to convert Word documents using LibreOffice. Homepage: http://www.docvert.org Package: docvert-openoffice.org Priority: extra Section: web Installed-Size: 142 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: openoffice.org Version: 1:3.4.0~ooo340m1-7.401.201403210519 Depends: docvert-libreoffice Filename: 4.0-0/all/docvert-openoffice.org_3.4.0~ooo340m1-7.401.201403210519_all.deb Size: 121372 MD5sum: bc4ca323133d61a546075db376e35a07 SHA1: ad0f44b6747d6bfe65691e0cc962c9e9469098c7 SHA256: 1ffc7030b0cdbac07e385217b3154414ade591bd3ace627dc7ffe9e6b2645ab7 Description: converts word processor files to HTML using LibreOffice This is a transitional package, replacing the OpenOffice.org packaging with the LibreOffice packaging. . It can be safely removed after an upgrade. Homepage: http://www.openoffice.org Package: docvert Priority: extra Section: web Installed-Size: 1933 Maintainer: Debian QA Group Architecture: all Version: 4.0-7.4.201403201246 Depends: python, php5-xsl, php5-cli, php5-gd, php5-tidy, librsvg2-bin, libphp-pclzip Pre-Depends: pwgen Recommends: docvert-libreoffice, optipng, jpegoptim, apache2, libapache2-mod-php5, fckeditor Filename: 4.0-0/all/docvert_4.0-7.4.201403201246_all.deb Size: 514750 MD5sum: a93e13af134e02338ebc6d488c297cbc SHA1: 8586f5e09d4db45260ba3aa6b6ccc43c2104d9d3 SHA256: 861e2e9aacbeb5af7c26fc5a8b02222ce6d3ce1c44c578ee9ec5846bc44b53a9 Description: converts word processor files to HTML Docvert is a web application which takes word processor files (typically .doc) and converts them to OpenDocument and clean HTML. . The resulting OpenDocument is then optionally converted to HTML or any XML. This is done with XML Pipelines, an approach that supports XSLT, breaking up content over headings or sections, and saving those results to multiple files (e.g., chapter1.html, chapter2.html, etc.). The result is returned in a .zip file. . A command-line program which uses the web application is also included. . This package only supports OpenDocument. To convert other formats, install docvert-libreoffice. Homepage: http://www.docvert.org Package: docx2txt Priority: extra Section: text Installed-Size: 61 Maintainer: Khalid El Fathi Architecture: all Version: 1.2-1.3.201406181623 Depends: unzip Filename: 4.0-0/all/docx2txt_1.2-1.3.201406181623_all.deb Size: 15562 MD5sum: 3e27acd33d947448d0145a6a4a2b9cf0 SHA1: ff0188afb80dd9963915b6395d7435d94062ac70 SHA256: 3f2f937ac80c23be80bb939cc5bfb119b605538a20bd47cb6bb58b7b0bfc868e Description: Convert Microsoft OOXML files to plain text docx2txt is a tool that attempts to generate equivalent (ASCII) text files from Microsoft .docx documents, preserving some formatting and document information (which MS text conversion drops) along with appropriate character conversions for a good (ASCII) text experience. It is a platform independent solution consisting of (core) Perl and (wrapper) Unix/Windows shell scripts and a configuration file to control the output text appearance to fair extent. It can very conveniently be used to build a Web based docx document conversion service. Some Makefiles and Windows batch files are provided for easy installation of the scripts. With unzippers like CakeCmd that can deal with corrupt Zip archives, this tool can extract text from corrupt docx documents in many cases, where MS word processor fails to even open them. Homepage: http://docx2txt.sourceforge.net Package: dokuwiki Priority: optional Section: web Installed-Size: 7335 Maintainer: Tanguy Ortolo Architecture: all Version: 0.0.20120125b-2.2.201403201259 Depends: debconf (>= 0.5) | debconf-2.0, ucf, php5 (>= 5.1.2), php-geshi, libphp-simplepie, libjs-jquery, libjs-jquery-cookie, libjs-jquery-ui, javascript-common Recommends: imagemagick | php5-gd, php5-cli (>= 5.1.2) Suggests: libapache2-mod-xsendfile Filename: 4.0-0/all/dokuwiki_0.0.20120125b-2.2.201403201259_all.deb Size: 1773154 MD5sum: a48f99a6203f2ffa7dd57d885967e5f9 SHA1: 9f706a8a590e045ca76e57ce9bf043e836cf8a58 SHA256: d2035355cd5e49716bdee29b57cac3a2691684466a38dc9c619d12f4fcb2f00e Description: standards compliant simple to use wiki DokuWiki is a wiki mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required. Homepage: http://www.dokuwiki.org/ Package: dolfin-bin Priority: extra Section: math Installed-Size: 95 Maintainer: Debian Science Team Architecture: all Source: dolfin Version: 1.0.0-7.16.201403201302 Depends: python-dolfin (>= 1.0.0-7.16.201403201302), python Filename: 4.0-0/all/dolfin-bin_1.0.0-7.16.201403201302_all.deb Size: 37596 MD5sum: 581ad50eac96b3160aa650b031cdb196 SHA1: c310cecd789e27577f93673692dedb194e3dde15 SHA256: 4bd3627d10aa554fd9da63f84973e3cc537eacfcc41a9c8edf4dc8e1ae444250 Description: Executable scripts for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains executable scripts for DOLFIN. Homepage: http://fenicsproject.org Package: dolfin-dev Priority: extra Section: libdevel Installed-Size: 80 Maintainer: Debian Science Team Architecture: all Source: dolfin Version: 1.0.0-7.16.201403201302 Depends: libdolfin1.0-dev Filename: 4.0-0/all/dolfin-dev_1.0.0-7.16.201403201302_all.deb Size: 32740 MD5sum: 7dcade2005c5216b9e8eb44758c97738 SHA1: 5c4721beadff2636a8ad831465e84d9a034e7f7b SHA256: 0d103abebe11166bee615c18a92cb3f5ecb8c4c4fdcd5e8dc68ac74c8af45028 Description: Empty package depending on latest DOLFIN development package DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package will always depend on the most recent version of libdolfinX-dev (X=version), so if you install it then you will get upgrades automatically. Homepage: http://fenicsproject.org Package: dolfin-doc Priority: extra Section: doc Installed-Size: 18729 Maintainer: Debian Science Team Architecture: all Source: dolfin Version: 1.0.0-7.16.201403201302 Depends: libdolfin1.0-dev (>= 1.0.0-7.16.201403201302), python-dolfin (>= 1.0.0-7.16.201403201302) Suggests: cmake (>= 2.8.0) Filename: 4.0-0/all/dolfin-doc_1.0.0-7.16.201403201302_all.deb Size: 6306854 MD5sum: 1b24643b9b0f1f29ecbbb422c2551b87 SHA1: 1c6f65e78205e2cd0806b78ad9fd9525ec4fe9cf SHA256: 876d8ec5064188d0d4a8fe29c82bd561b00fcf19bd3f0e168fae5cf24119e4e0 Description: Documentation and demo programs for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains documentation and demo programs for DOLFIN. Homepage: http://fenicsproject.org Package: dosage Priority: optional Section: net Installed-Size: 294 Maintainer: Tristan Seligmann Architecture: all Version: 1.6.0-1.4.201403201346 Depends: python (>= 2.4), python-central (>= 0.6.11), python-twisted-core, python-zopeinterface Filename: 4.0-0/all/dosage_1.6.0-1.4.201403201346_all.deb Size: 78116 MD5sum: 2b02a127f876358c2a65033d20a566b1 SHA1: 8e3d5fef6c849271f7e93404a851084d4de500d1 SHA256: 675fc131fe9eaa6e85c4b71b34b8148e0a6a15028d3dd2d8a547f13568695316 Description: powerful webcomic downloader / archiver Dosage has a modular comic module infrastructure that allows new webcomics to be easily supported, but does not limit it to supporting webcomics with simple site layouts. Dosage can retrieve just the latest strip in a comic, catch-up to the last strip downloaded, or download a strip for a particular date/index (except if the webcomic's site layout makes this impossible). Homepage: http://slipgate.za.net/dosage Python-Version: >= 2.4 Package: dot2tex Priority: optional Section: graphics Installed-Size: 602 Maintainer: Peter Collingbourne Architecture: all Version: 2.8.7+repack-1.4.201403201414 Depends: python (>= 2.4), python-support (>= 0.90.0), python-pyparsing (>= 0.4.8), graphviz Recommends: texlive-latex-base, pgf (>= 2.00) | texlive-pstricks, preview-latex-style Filename: 4.0-0/all/dot2tex_2.8.7+repack-1.4.201403201414_all.deb Size: 355672 MD5sum: 9f00a2bc1c8f8e0b9c1460eecaa46c14 SHA1: c3df1d861b4afc4cda6f0e3bd10f7c035c8f4b3d SHA256: eb9e8928a1df432b8973fd97c49f5d9d27c001a16709c8506750145c8b16b4db Description: Graphviz to LaTeX converter The purpose of dot2tex is to give graphs generated by the graph layout tool Graphviz a more LaTeX friendly look and feel. This is accomplished by: . - Using native PSTricks and PGF/TikZ commands for drawing arrows, edges and nodes. - Typesetting labels with LaTeX, allowing mathematical notation. - Using backend specific styles to customize the output. Enhances: latex-beamer Homepage: http://www.fauskes.net/code/dot2tex/ Package: dotlrn Priority: optional Section: web Installed-Size: 71399 Maintainer: Hector Romojaro Architecture: all Version: 2.5.0+dfsg-6.4.201403201420 Depends: debconf (>= 0.5) | debconf-2.0, aolserver4-daemon (>= 4.5.1-11), aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl (>= 8.4), wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip, tdom (>= 0.8.3~20080525), ucf Suggests: postgresql, daemontools, daemontools-run Filename: 4.0-0/all/dotlrn_2.5.0+dfsg-6.4.201403201420_all.deb Size: 26149078 MD5sum: e1e7f8c99c44da02cdc4a7c35c0889ae SHA1: 2e56b7c2a9dc5fcc6d3d320303b167fdf068b403 SHA256: 50c6cbdab5c54a52204bf1dfa4106447e1387c735b743c363b70297c895f7413 Description: e-learning portal system based on OpenACS dotLRN is a complete Learning Management System that integrates course and content administration tools and collaborative tools into a sophisticated portal system. Homepage: http://www.dotlrn.org/ Package: dots Priority: extra Section: gnome Installed-Size: 119 Maintainer: Debian Accessibility Team Architecture: all Version: 0.0.20100108-3.4.201403201426 Depends: antiword, liblouisxml-bin, python, python-support (>= 0.90.0), python-gobject, python-gtksourceview2 Filename: 4.0-0/all/dots_0.0.20100108-3.4.201403201426_all.deb Size: 12636 MD5sum: 5757a566809d12e6a2b085ec7c84f3d6 SHA1: f15489079047e409d6c64f5cad10c93a5303db78 SHA256: e67347ddfd455efbc3803fed547665f471d4112c6ef1191429dc826a1d88758e Description: Braille typesetting program for GNOME Dots is a user interface for liblouisxml, a braille translation engine that can translate XML and MS Word documents into transcribed braille. Package: douf00 Priority: optional Section: x11 Installed-Size: 101 Maintainer: Bernd Zeimetz Architecture: all Version: 3.0.0-1.4.201403201513 Depends: python (>= 2.5), python-support (>= 0.90.0), python-wxgtk2.8, python-cairo, python-poppler Filename: 4.0-0/all/douf00_3.0.0-1.4.201403201513_all.deb Size: 14574 MD5sum: caed8c2e20dbc163ded55c78c3376458 SHA1: 0b8130198ed6572e13750f62c202522f5ec48cfe SHA256: 3b4ab922c963c58afb03af7006f542e457b1f84a1625eb00332175ddf52e23ce Description: lightweight, slim and straight forward Presentation Tool It assists novice as well as experienced speakers when giving lectures and business meetings. With its simple presenters Screen that includes current slide - next slide (preview) as well as timers it is designed to assist those of us, that are willing to step up their lectures to the next level. Homepage: http://github.com/natano/presentation/tree/master Package: dovecot-common Priority: optional Section: mail Installed-Size: 53 Maintainer: Dovecot Maintainers Architecture: all Source: dovecot Version: 1:2.1.7-7.10.201407141252 Depends: dovecot-core Recommends: dovecot-gssapi, dovecot-sieve, dovecot-pgsql, dovecot-mysql, dovecot-sqlite, dovecot-ldap Suggests: dovecot-managesieved Filename: 4.0-0/all/dovecot-common_2.1.7-7.10.201407141252_all.deb Size: 25338 MD5sum: 1bfc572f7f43c8fda136d2d4e2d27df0 SHA1: fb8f90c8c0825631303d3105456cf5b0aac35581 SHA256: eab95a21f73d6509c778aab76de56318f81f8075aee6e89f171e06ba892d636a Description: Transitional package for dovecot This is a transitional package for dovecot, and can be safely removed after the installation is complete. Homepage: http://dovecot.org/ Package: doxygen-doc Priority: optional Section: doc Installed-Size: 4394 Maintainer: Matthias Klose Architecture: all Source: doxygen Version: 1.8.1.2-2.21.201403210826 Replaces: doxygen (<< 1.2.14), doxygen-docs Provides: doxygen-docs Recommends: doxygen Conflicts: doxygen-docs Filename: 4.0-0/all/doxygen-doc_1.8.1.2-2.21.201403210826_all.deb Size: 2152408 MD5sum: 56bf38471d38a623d07df695361d04b9 SHA1: 5996d017fb5c0657eb7f0982a2e7ce1839220af4 SHA256: 8fef102569919ebc6619e70df685a4867e4a57c530e612a047057d34c48366dd Description: Documentation for doxygen Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. . This package contains the documentation for doxygen. Package: doxygen-latex Priority: optional Section: devel Installed-Size: 37 Maintainer: Matthias Klose Architecture: all Source: doxygen Version: 1.8.1.2-2.21.201403210826 Depends: doxygen, texlive-extra-utils, texlive-latex-extra, latex-xcolor, texlive-font-utils, ghostscript, texlive-fonts-recommended Filename: 4.0-0/all/doxygen-latex_1.8.1.2-2.21.201403210826_all.deb Size: 11424 MD5sum: 7f89fc66e78e1d322450674dca69f0af SHA1: cc50c328f324e322159ae0718e7828fa27106d57 SHA256: e124df930dae29d497442a28cfe3d962d37aa1d3b3006527794ee0c8fd7c251c Description: Documentation system for C, C++, Java, Python and other languages Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. . This dependency package adds dependencies for all LaTeX packages required to build documents using the default stylesheet. Multi-Arch: foreign Package: doxypy Priority: optional Section: utils Installed-Size: 53 Maintainer: David Paleino Architecture: all Version: 0.4.2-1.4.201403201622 Depends: python Recommends: doxygen Filename: 4.0-0/all/doxypy_0.4.2-1.4.201403201622_all.deb Size: 7018 MD5sum: 796df074103f8c856906cfec015c4c20 SHA1: ef0933642ef0576cde46692c4246ae1e74490e1a SHA256: 883bf2d0b61af27201c369b8ab08cfec3ac262d8a8a975a5058b6b75210d9482 Description: Python input filter for Doxygen doxypy is an input filter for Doxygen. It reformats Python comments to conform to Doxygen documentation blocks. This makes it possible to use the Doxygen/Javadoc syntax inside of docstrings when writing code documentation and automatically generate API documentation out of it instead of being forced to use non-Python documentation blocks or to document code redundantly. Homepage: http://code.foosel.org/doxypy Package: dozzaqueux-data Priority: extra Section: science Installed-Size: 1091 Maintainer: Georges Khaznadar Architecture: all Source: dozzaqueux Version: 3.21-4.2.201403201624 Filename: 4.0-0/all/dozzaqueux-data_3.21-4.2.201403201624_all.deb Size: 73912 MD5sum: b2e9b55f5364dcbd4fbd40f3599bb998 SHA1: 09b120b94630514ef8f083b7518897f54a3df679 SHA256: b1f2c2acf855ddf4c4c48f429968e48fc0d494e202b231cefdf14b6f10d692b3 Description: databases for chemical mixtures These databases are used by dozzaqueux, which is an interactive chemical simulator for aqueous solutions. They can be used for other purposes too. Homepage: http://jeanmarie.biansan.free.fr/dozzzaqueux.html Package: dphys-config Priority: optional Section: admin Installed-Size: 160 Maintainer: Axel Beckert Architecture: all Version: 20100216-1.4.201403201633 Depends: wget Suggests: pciutils Filename: 4.0-0/all/dphys-config_20100216-1.4.201403201633_all.deb Size: 44930 MD5sum: 201859316697fceeaeecc9d8395d0ffa SHA1: 43e0a918f954cd1e119f7b252c64f20cadff6ced SHA256: b0d5172217cb67e5bb3e9d125f57128030217bfcfadf0e374df4e070861da28b Description: Tool to distribute config files This project is aimed at automatically installing (and keeping update) site specific config files on many hosts, after preprocessing them (conditional content and include files and include sections). It also triggers postinstall scripts whenever their associated config file has been changed. It can also remove config files, including running an preremove script before doing so. All this is driven by an simple config file list. Homepage: http://neil.franklin.ch/Projects/dphys-config/ Package: dphys-swapfile Priority: optional Section: admin Installed-Size: 68 Maintainer: Axel Beckert Architecture: all Version: 20061020-4.4.201403201636 Filename: 4.0-0/all/dphys-swapfile_20061020-4.4.201403201636_all.deb Size: 11022 MD5sum: 003b32bb08b465a379d9f04a9348bb45 SHA1: 7635f2681431e803ec2f735aabf5d7d1b01b4e22 SHA256: cbe317bce126c18093e547d4bb09c939ba1f8cf5a0aefb5dc95393a39793372d Description: Autogenerate and use a swap file This init.d script exists so one does not need to have a fixed size swap partition. Instead install without swap partition and then run this, with file size (re-)computed automatically to fit the current RAM size. Homepage: http://neil.franklin.ch/Projects/dphys-swapfile/ Package: dpkg-awk Priority: optional Section: devel Installed-Size: 56 Maintainer: Jeroen Schot Architecture: all Version: 1.2.8.201403201643 Depends: gawk Suggests: dctrl-tools Filename: 4.0-0/all/dpkg-awk_1.2.8.201403201643_all.deb Size: 9568 MD5sum: 6ba50541bf333a249dc54f26aa0c52cd SHA1: f1159d412c30637a4b9119800a904aac9075752b SHA256: fda2deba54229da67d852c356560de65143ced608efb9794ff953507548bcde6 Description: Gawk script to parse /var/lib/dpkg/{status,available} and Packages This script can parse the dpkg database files. It can do regular expressions on the fields, and only get what you want. It can also be made to output certain fields. As an added bonus, there is an option to sort the output. . 'dpkg-awk "Status: .* installed$" -- Package Version Status' will output all installed packages, with only the listed fields. 'dpkg-awk -f=/var/lib/dpkg/available "Package:^[aA].*" -- Package Version' will output all available packages that start with the letter 'A.' Package: dpkg-cross Priority: extra Section: utils Installed-Size: 177 Maintainer: Debian Embedded Group Architecture: all Version: 2.6.7.12.201403201644 Depends: perl, debconf (>= 0.5) | debconf-2.0, dpkg-dev (>= 1.14.7), libconfig-auto-perl, libdebian-dpkgcross-perl (= 2.6.7.12.201403201644) Recommends: fakeroot Suggests: binutils-multiarch Breaks: debhelper (<< 8.1.2~) Filename: 4.0-0/all/dpkg-cross_2.6.7.12.201403201644_all.deb Size: 53642 MD5sum: ea9978daadd72cd43fe653706f795c10 SHA1: 398dc5bb82da23bbc461e7a7478f33f62690cd23 SHA256: ac0e7883f6a1ad230c9e9dddc6465fe6d12ee488a338653bd23ffd3668450cea Description: tools for cross compiling Debian packages dpkg-cross is a tool for installing libraries and headers from packages which have not been converted for Multi-Arch to support cross compiling. Homepage: http://dpkg-cross.alioth.debian.org/ Package: dpkg-dev-el Priority: optional Section: lisp Installed-Size: 268 Maintainer: Peter S Galbraith Architecture: all Source: emacs-goodies-el Version: 35.2+nmu1.6.201403212209 Depends: emacs23 | emacsen, debian-el (>= 33.2) Recommends: wget Suggests: dpkg-dev Conflicts: dpkg-dev (<< 1.7.2) Filename: 4.0-0/all/dpkg-dev-el_35.2+nmu1.6.201403212209_all.deb Size: 77498 MD5sum: a181c4ff8504e0f57b1c870a62cb759d SHA1: 40f20a9017e6271a952e5d589a44b5a8da4281d1 SHA256: 131e3728353a7b8e46e6035a43c7d7a3cb42b7a888965648b048f2b64449bddd Description: Emacs helpers specific to Debian development This package contains: . debian-bts-control - builds control@bugs.debian.org email messages; debian-changelog-mode - a helper mode for Debian changelogs; debian-control-mode - a helper mode for debian/control files; debian-copyright - major mode for Debian package copyright files; readme-debian - major mode for editing README.Debian files. . See /usr/share/doc/dpkg-dev-el/README.Debian for a short description of all files. Package: dpkg-repack Priority: optional Section: admin Installed-Size: 52 Maintainer: Joey Hess Architecture: all Version: 1.37.4.201403201648 Depends: perl Filename: 4.0-0/all/dpkg-repack_1.37.4.201403201648_all.deb Size: 12408 MD5sum: ea60d888fe6c482dee85a34d6abcc6e5 SHA1: 3ccf26abd7659e4695ad5db99bee637a2f23b0f5 SHA256: 34798ffcedbfe1cff50df02c0786b6537c738915f7b8467c4ec576603e4af5be Description: puts an unpacked .deb file back together dpkg-repack creates a .deb file out of a package that has already been installed. If any changes have been made to the package while it was unpacked (ie, files in /etc were modified), the new package will inherit the changes. . This utility can make it easy to copy packages from one computer to another, or to recreate packages that are installed on your system, but no longer available elsewhere, or to store the current state of a package before you upgrade it. Homepage: http://kitenet.net/~joey/code/dpkg-repack/ Package: dpkg-ruby Priority: optional Section: ruby Installed-Size: 29 Maintainer: Ryan Niebur Architecture: all Source: ruby-debian Version: 0.3.8.4.201403170610 Depends: ruby-debian (>= 0.3.8) Filename: 4.0-0/all/dpkg-ruby_0.3.8.4.201403170610_all.deb Size: 5006 MD5sum: a229c6d96c93d8eba35c5fde85fd07b0 SHA1: 17be5c4cc566694c9753919ea6d7fd14b4e80ec6 SHA256: 23f6da3821b2f6c758446ee31bdb25a7c4ae3bc6d277fd3e3ef7472a9d259bff Description: Transitional package for ruby-debian This is a transitional package to ease upgrades to the ruby-debian package. It can safely be removed. Package: dpkg-sig Priority: optional Section: devel Installed-Size: 157 Maintainer: Marc 'HE' Brockschmidt Architecture: all Version: 0.13.1.4.201403201652 Depends: perl, gnupg, libdigest-md5-perl, libconfig-file-perl Suggests: ssh, libterm-readkey-perl Filename: 4.0-0/all/dpkg-sig_0.13.1.4.201403201652_all.deb Size: 37030 MD5sum: 3b8b22ee6930ac1b16d202f59e100b74 SHA1: 92529df788296fa72410b56f0af74b6afead7107 SHA256: 1761a570b5713bfcc0ed4005052587b736b6b52c3c26e584312072cdbf76fd52 Description: create and verify signatures on .deb-files dpkg-sig is a low-level tool for creation and verification of signature on Debian binary packages (.deb-files). . The created signed packages are strict compatible with dpkg and the apt-utils. . Website is http://dpkg-sig.turmzimmer.net/ Package: dpkg-www Priority: optional Section: doc Installed-Size: 154 Maintainer: Massimo Dal Zotto Architecture: all Version: 2.54+nmu1.4.201403201657 Depends: apt, dwww, info2www, perl | perl5, apache2 | httpd Suggests: dlocate, grep-dctrl, mozilla-firefox | www-browser, man2html, tasksel Filename: 4.0-0/all/dpkg-www_2.54+nmu1.4.201403201657_all.deb Size: 32030 MD5sum: 1f7fb3bd286f6edc8ceddccd2bf9b013 SHA1: 94ebc114fa94ac6e0289972f0b56cb91de547d92 SHA256: 7917acfd8a80ba6a791b2277ad261b84935a4e3d062615562a0b09fa10422949 Description: Web based Debian package browser With the dpkg cgi-bin you can browse Debian packages on a local or remote host using a normal web browser. . You can list packages, show package information and installed files, browse documentation and navigate through the packages dependencies. You can also find all the packages owners of a file or directory or those providing a virtual package. . If you are the system administrator you can also install or remove packages by clicking on the buttons found in the package info page, provided that this feature has been enabled and you have properly configured your web browser. Package: dpsyco-base Priority: extra Section: admin Installed-Size: 120 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9) Conflicts: dpsyco-lib (<< 1.0.9) Filename: 4.0-0/all/dpsyco-base_1.0.36.11.201403201659_all.deb Size: 23376 MD5sum: c59cdb18c7817d40d5565b2b5fa7ad51 SHA1: 9849eddf503f734d93572f1aba151e68f742c4a2 SHA256: 23d591d558e159c32fe56da01b12d08a14791145d789dc92d94254ef5e8b2a2c Description: Base package for the debian packages of system configurations The base package for dpsyco. It makes it possible to create users and groups. It also contains some basic configuration files. . WARNING! Users with UID and GID between 500 and 999 will be automatically administrated by this tool. This means that if you do not have a admin package that set up users these users WILL BE REMOVED. Groups with GID between 300 and 499 will be handled in the same way. YOU HAVE BEEN WARNED! Package: dpsyco-cfengine Priority: extra Section: admin Installed-Size: 65 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), cfengine2 Filename: 4.0-0/all/dpsyco-cfengine_1.0.36.11.201403201659_all.deb Size: 8390 MD5sum: aa828cb94a57dcaa8653615d466850b5 SHA1: 52b81f947535b2bbb5f1fd547e1496c79b4e2118 SHA256: e894219011c9e5a339e3799d445e8cc61e60d4f6080e721f99d58c5e6f36de58 Description: Automate applying of cfengine configs This package contains a tool to automatically apply cfengine configurations to the system. Package: dpsyco-devel Priority: extra Section: admin Installed-Size: 142 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), dpkg-dev, patch, make Suggests: debian-policy, dpkg-repack, dpkg-doc, jablicator, dpkg-dev-el Filename: 4.0-0/all/dpsyco-devel_1.0.36.11.201403201659_all.deb Size: 43626 MD5sum: acca8799e7dc9a6d551bc543f29015a2 SHA1: c31d3e5c71df97d9de5a08dfe6a8b6fc164d8997 SHA256: 699d3e89ac446d46ab25c418e3daa6d1b4da4875eb9eb330e56b08b2a558e9c3 Description: Tools to create configuration packages Tools to create the configuration packages. These tools are similar to the debhelper tools and should be used quite like them, but they lack some options. Package: dpsyco-lib Priority: extra Section: admin Installed-Size: 84 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: rsync, adduser Suggests: patch Conflicts: dpsyco-base (<< 1.0.5), dpsyco-patch (<< 1.0.21) Filename: 4.0-0/all/dpsyco-lib_1.0.36.11.201403201659_all.deb Size: 18906 MD5sum: 7acfc0fa78d5e40d68f28f3a252b0899 SHA1: 6e3a38ed2b2c6e64211f22744c8e5ad9478c88a7 SHA256: 912fd67537244e7dc11b9df7b1a27e1a46959836ea34afefc20c1acf474aa173 Description: Libraries for the debian packages of system configurations It contains a couple of shell functions and other useful tools to make all dpsyco utils work as it should. Package: dpsyco-mysql Priority: extra Section: admin Installed-Size: 59 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), mysql-client Filename: 4.0-0/all/dpsyco-mysql_1.0.36.11.201403201659_all.deb Size: 15236 MD5sum: c285933dde0e55a17416e63cdcdd9466 SHA1: 3c22dd3e0a86a8880a615fb09e9b6e829cf1fcd8 SHA256: cd0a7904c889775ab537414553efd8b64c0a047ddcb5078066a02aac52278642 Description: Automate administration of access to mysql This package contains a tool to automatically give some users or hosts access to a mysql database. . This package is not fully functional though. Package: dpsyco-patch Priority: extra Section: admin Installed-Size: 98 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.23), patch Suggests: dpsyco-skel Filename: 4.0-0/all/dpsyco-patch_1.0.36.11.201403201659_all.deb Size: 11604 MD5sum: a879f54feb09e2b7ca01ec6eed442466 SHA1: 04c59b2f4f4cf6da1398b3cbb6ca2323815670f1 SHA256: 5732784ccb9baadc1b9b256a70160c2d52e046642d7572f6b2b8c25906b4f2d4 Description: Automatically patch the debian file-system Makes it possible to apply patches to the debian file system. It can be useful when a lot of configuration packages want to make changes to the same file. But be aware of that you can cause conflicts if you make changes on two different packages. Package: dpsyco-samba Priority: extra Section: admin Installed-Size: 70 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), samba-common Recommends: samba Suggests: smbclient Filename: 4.0-0/all/dpsyco-samba_1.0.36.11.201403201659_all.deb Size: 14120 MD5sum: 35fbcac0360efae273f45102ee6538be SHA1: d502c84f77abeb5505f5e425fabfd5461fdafcd9 SHA256: 2b1ad872c83e8fefa8e57a2b2df3c34de21b78c2211f491ceee5e800292fa060 Description: Automate administration of access to samba This package contains a tool to automatically give some users or hosts access to a samba server. It is not that easy to administrate yet, but that should change soon. . WARNING! Samba users with UID between 500 and 999 will be automatically administrated by this tool. This means that if you do not have a admin package that set up users correctly, these users WILL BE REMOVED and the user will not be able to log in again. YOU HAVE BEEN WARNED! Package: dpsyco-skel Priority: extra Section: admin Installed-Size: 87 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), rsync Filename: 4.0-0/all/dpsyco-skel_1.0.36.11.201403201659_all.deb Size: 11748 MD5sum: 7721d5a68c062c37cc37d076a35b68cd SHA1: df0b0216e3ca1baf082ac1f85ad72d8a89e4e821 SHA256: 29fb8e1ec5efef4acd35af207ccfa775ab21d9c279eced82524d3ef5252e169e Description: Automatically install a add-on skeleton Makes it possible to create a package that updates the system with the skel installed to /usr/share/dpsyco/skel. . This makes it possible to overwrite files (on top of) the ordinary debian file system. When the file is removed from this skeleton the original file will also be restored. If there were no original file it will be removed. . You can also use Replaces in the control field of a package to make similar functionality of this package. Package: dpsyco-ssh Priority: extra Section: admin Installed-Size: 58 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), ssh (>> 3.4p1) Suggests: xfree86-common, xbase-clients Filename: 4.0-0/all/dpsyco-ssh_1.0.36.11.201403201659_all.deb Size: 9102 MD5sum: c5fa941bfb48b7d72efdc26d1670b9c5 SHA1: 844d5ee98a36fa87c17ca5c3ebfe4be270264a09 SHA256: 401b64461a7a9e5112ab2b35c996b64af5f83309d1f1765472fe04efec283990 Description: Automate administration of access via ssh This package contains a tool to automatically give some users access via ssh. . WARNING! Users with UID < 999 will have its ssh access administrated automatically which means that the authorized_keys file will be removed if there is no admin package installed that gives the user ssh access. YOU HAVE BEEN WARNED! Package: dpsyco-sudo Priority: extra Section: admin Installed-Size: 61 Maintainer: Ola Lundqvist Architecture: all Source: dpsyco Version: 1.0.36.11.201403201659 Depends: dpsyco-lib (>= 1.0.9), sudo Filename: 4.0-0/all/dpsyco-sudo_1.0.36.11.201403201659_all.deb Size: 9940 MD5sum: 17b034b04d7120a4cc65e3a34f488106 SHA1: 4dc0d4ac0e604167f5dbb05e9228d84be673525a SHA256: 80473bd3d3be49a4c2232664f309ed502fccfd932c056e420c26125236666e10 Description: Automate administration of sudo privileges This package contains a tool to automatically give some users sudo privileges. . WARNING! This tool will automatically administrate all sudo permissions so if you do not have a admin package installed that give users sudo privileges they will no longer be able to use sudo. YOU HAVE BEEN WARNED! Package: dpsyco Priority: extra Section: admin Installed-Size: 37 Maintainer: Ola Lundqvist Architecture: all Version: 1.0.36.11.201403201659 Depends: dpsyco-base, dpsyco-lib (>= 1.0.21), adduser Recommends: dpsyco-skel, dpsyco-patch, dpsyco-sudo Suggests: dpsyco-devel, dpsyco-ssh, dpsyco-mysql, debarchiver Filename: 4.0-0/all/dpsyco_1.0.36.11.201403201659_all.deb Size: 12198 MD5sum: 528360e5501f39bc7cc7c07216b048dd SHA1: 2bd2bfc7736db45307bd0fa060801c2e7253e38e SHA256: 227a27ec98ed25d2e53e96a1024c914581b4e424bc52ef9faa3f82d1309429d7 Description: Debian packages of system configurations Dpsyco introduces the concept of configuration packages. It is a special form of debian packages that is applied on top of the original debian packages. With this you can add users, groups, apply a file skeleton, patch things and more. Observe! No such configuration packages should be uploaded to the debian archives. This kind of things are intended to be created and used by the system administrator only. . For more information see http://www.opal.dhs.org/programs/dpsyco/. . This tool is very useful if you have a lot of servers on which you want to have similar configuration (but not identical). If you only have one server (or client) this is probably not useful at all. . WARNING! Users with UID and GID between 500 and 999 will be automatically administrated by this tool. This means that if you do not have a admin package that set up users these users WILL BE REMOVED. Groups with GID between 300 and 499 will be handled in the same way. YOU HAVE BEEN WARNED! Package: dput Priority: optional Section: devel Installed-Size: 158 Maintainer: Y Giridhar Appaji Nag Architecture: all Version: 0.9.6.3+nmu2.5.201403201703 Depends: python (>= 2.5), gnupg Suggests: openssh-client, lintian, mini-dinstall, rsync Filename: 4.0-0/all/dput_0.9.6.3+nmu2.5.201403201703_all.deb Size: 48378 MD5sum: f8e0eb8676c09ccafefd2396cdfde161 SHA1: b71d750f9bee93612d68ada0078a5110ef2c79bd SHA256: 3107ca8469c2c8806e89963f98c272f470c6f12a90fe323c5650d5e2c075f95e Description: Debian package upload tool dput allows you to put one or more Debian packages into the archive. This package also includes a dcut utility which can be used to generate and / or upload a commands file for the Debian FTP archive upload queue. . dput includes some tests to verify that the package is policy-compliant. It offers the possibility to run lintian before the upload. It can also run dinstall in dry-run-mode, when having used an appropriate upload method. This is very useful to see if the upload will pass dinstall sanity checks in the next run. . It is intended mainly for Debian maintainers only, although it can also be useful for people maintaining local apt repositories. Package: draai Priority: optional Section: sound Installed-Size: 127 Maintainer: Joost van Baal Architecture: all Version: 20110603-1.4.201403201705 Depends: mpc, zsh | zsh-beta, at, unsort Suggests: xterm | x-terminal-emulator Filename: 4.0-0/all/draai_20110603-1.4.201403201705_all.deb Size: 54888 MD5sum: f217a69a92346274c9dc5c582276c771 SHA1: 2bd36ed28ace7d863c1afbffbbbd747995300c73 SHA256: 9cd5a1abab734250341f69ff1dbeee128fb7cf2f5bfec8dcc9f70e64b99fe149 Description: A command-line music player for MPD Draai is a wrapper around mpc, making playing music from the commandline more enjoyable. mpc is a client for MPD, the Music Player Daemon. Using draai, one can play an audiofile (ogg, mp3, whatever your MPD offers), play all files in a predefined playlist, view details on current, past and future playing songs, skip to the next song, etc. . The interface is purely command-line. No fancy gui's whatsoever. Draai consists of one zsh shell script, calling mpc. . Next to draai itself, the package installs some extra utilities for dealing with audio files. Enhances: mpc Homepage: http://mdcc.cx/draai/ Package: dracut-network Priority: optional Section: utils Installed-Size: 187 Maintainer: Thomas Lange Architecture: all Source: dracut Version: 020-2.4.201403201714 Depends: dracut, iputils-arping, isc-dhcp-client Recommends: nfs-common, open-iscsi, nbd-client Filename: 4.0-0/all/dracut-network_020-2.4.201403201714_all.deb Size: 35912 MD5sum: bd27399106b9b6413e9db8e62f4073d4 SHA1: ae54cab6b737c15e7aa85ed63c4d0b7873213963 SHA256: 764d8a1570ac78c2a9ff430dcefb0bf8ad04f3cd11cdf27135050952e72147b0 Description: A new initramfs infrastucture Unlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life -- getting the rootfs mounted so that we can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of scripts hard-coded to do various things, we depend on udev to create device nodes for us and then when we have the rootfs's device node, we mount and carry on. Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE with dracut-network. Homepage: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html Package: dracut Priority: optional Section: utils Installed-Size: 668 Maintainer: Thomas Lange Architecture: all Version: 020-2.4.201403201714 Provides: linux-initramfs-tool Depends: cpio, module-init-tools, udev, kpartx, kbd, util-linux (>= 2.20) Recommends: cryptsetup, dmsetup, dmraid, lvm2, mdadm Suggests: dracut-network Conflicts: initramfs-tools Filename: 4.0-0/all/dracut_020-2.4.201403201714_all.deb Size: 140968 MD5sum: 4cd2d120c710ea671e89902a0bf76dcc SHA1: 0e6bfc6b895d3a37b0d48d6a2eac3d4530c56985 SHA256: 4c3dec89ae9a4a76a2e6e4687ad5e5e622ded34be6dee0536ee830e73fd6aac3 Description: A new initramfs infrastructure Unlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life -- getting the rootfs mounted so that we can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of scripts hard-coded to do various things, we depend on udev to create device nodes for us and then when we have the rootfs's device node, we mount and carry on. Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE with dracut-network. Homepage: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html Package: dragbox Priority: optional Section: utils Installed-Size: 134 Maintainer: Ulrik Sverdrup Architecture: all Version: 0.4.0-1.4.201403201724 Depends: python (>= 2.4), python-support (>= 0.90.0), python-gnome2, python-glade2, python-dbus Filename: 4.0-0/all/dragbox_0.4.0-1.4.201403201724_all.deb Size: 26010 MD5sum: 347bb7be23f7e178a291ed25f5877309 SHA1: 56c0bc1dc55844e8586be60478a1c83486affa3c SHA256: 9a9d26cf800c18f83d5c3cf2da4b99e9ed4755a28419184af1cd7957ab5aed46 Description: A command line drag-and-drop tool for GNOME Dragbox is a tool for connecting the command line with the desktop environment. It summons a drag handle in a window when you are managing files or text in the shell, connecting the different workspaces -- desktop and command line. . Dragbox can take items on the command line or from a pipe and put on its shelf. The inverse is also possible: dragged-to items can be output to the shell. Homepage: http://users.student.lth.se/f04us/wiki/dragbox/ Python-Version: 2.6, 2.7 Package: drbdlinks Priority: optional Section: admin Installed-Size: 90 Maintainer: Thierry Randrianiriana Architecture: all Version: 1.19-1.8.201403201805 Depends: python Suggests: drbd8-utils Filename: 4.0-0/all/drbdlinks_1.19-1.8.201403201805_all.deb Size: 16300 MD5sum: 5831485ed02e9f536e47cdd30d486a4f SHA1: e6bf51280573fae13b0bdd3db541265f65220676 SHA256: 4d43629597f0f57fcbf4d021a7a9937c2651c0843ec21f029350ba7426967adc Description: Manages symlinks into a shared DRBD partition Manages symlinks into a DRBD partition which is shared among several machines. A simple configuration file, "/etc/drbdlinks.conf", specifies the links. This can be used to manage links for /etc/apache, /var/lib/pgsql, and other system directories that need to appear as if they are local to the system when running applications after a drbd shared partition has been mounted. . DRBD is a RAID 1 over TCP/IP solution, please have a look at the packages drbd-utils and drbd-module-source for more information. Homepage: http://www.tummy.com/Community/software/drbdlinks/ Package: drbl Priority: extra Section: admin Installed-Size: 7280 Maintainer: Georges Khaznadar Architecture: all Version: 1.10.90-1.2.201403201810 Depends: perl, ash, ipcalc, wakeonlan, syslinux, syslinux-common Filename: 4.0-0/all/drbl_1.10.90-1.2.201403201810_all.deb Size: 2409252 MD5sum: d4b0db5fb6d4e221fd59ec5d670bfbba SHA1: e4d5bfbf59368ebbd868e7b092b02920c518c75d SHA256: eefd59904106d39078d4241bb9ca8d0f7df1521517cbdbf13d0b6aa09fc08ac7 Description: diskless remote boot, and a disk cloning utility DRBL (Diskless Remote Boot in Linux) provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and OpenSuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Symantec Ghost(TM) or True Image(TM). . For more details, check 1. http://drbl.sourceforge.net (English) 2. http://drbl.nchc.org.tw (Chinese Big5 - Taiwan) Homepage: http://drbl.sourceforge.net/ Package: dreampie Priority: optional Section: python Installed-Size: 684 Maintainer: Luca Falavigna Architecture: all Version: 1.1.1-2.4.201403201820 Depends: python (>= 2.6.6-7~), python-gtk2, python-gtksourceview2, python-glade2 Suggests: jython, ironpython Filename: 4.0-0/all/dreampie_1.1.1-2.4.201403201820_all.deb Size: 138236 MD5sum: bb9ffbb58f1cc9d03a9b90a7bce93bd7 SHA1: 5e9f92a21f2c6d8effc2cf5a71a5105b130d9e2c SHA256: 654b8ab457df5c77babd446d1961fbc99f0594144ca8b5f3f45ac1d002be4a2b Description: advanced graphical interactive Python shell This Python shell permits one to work in a more productive way with Python interpreter providing features not yet implemented in standard Python IDE: * automatic completion of attributes and file names * display of function arguments and documentation * result history to execute a given code at a later time * history dump on HTML files for future reference * support for Python 2.5, Python 2.6, Python 3.1, Jython 2.5, IronPython 2.6 Homepage: http://dreampie.sourceforge.net/ Package: drgeo-doc Priority: optional Section: doc Installed-Size: 4087 Maintainer: Francisco Manuel Garcia Claramonte Architecture: all Version: 1.5-7.4.201403201832 Depends: iceweasel | www-browser | x-www-browser Recommends: drgeo Filename: 4.0-0/all/drgeo-doc_1.5-7.4.201403201832_all.deb Size: 2584488 MD5sum: bc4dbc6f4436be3011d765121ac55b7f SHA1: 5dbdac4d5101f1567b00cfa377980778eb0f5137 SHA256: 0b745abc49ba6a3fb84e13680f695e786277116770304c3071c7196c9f8ff540 Description: Dr. Geo online user manual Install this package if you want the on-line help for the Dr. Geo software. The on-line help can be used directly from Dr. Geo. However you may need to instruct Dr. Geo about your preferred browser from the Edit->Preferences menu. . The documentation comes in Dutch, English, French, Italian & Spanish. . Dr. Geo is an interactive geometry software. More information about Dr. Geo can be found at its web site http://www.gnu.org/software/dr_geo/dr_geo.html Homepage: http://www.gnu.org/software/dr_geo/dr_geo.html Package: driconf Priority: optional Section: x11 Installed-Size: 325 Maintainer: Michel Dänzer Architecture: all Version: 0.9.1-2.4.201403201837 Depends: xdriinfo | xbase-clients (>> 6.8.0), python-gtk2 (>> 2.4.0), python (>= 2.3), python-support (>= 0.90.0) Recommends: libgl1-mesa-dri | xlibmesa-gl (>> 6.8.0), libgl1-mesa-dri | xlibmesa-dri (>> 6.8.0) Suggests: mesa-utils | xbase-clients (<< 7.0.0) Filename: 4.0-0/all/driconf_0.9.1-2.4.201403201837_all.deb Size: 95606 MD5sum: 5487b97fbb5692669f369e1f26ec059d SHA1: 353733581ac01931b22f9885370b237072f801b0 SHA256: 061dcd7ff1a2f2abc0dd902241fd293a2a18117ec423d0645dad6cfad2067ab3 Description: DRI configuration applet Driconf is a configuration applet for the Direct Rendering Infrastructure (DRI). It allows customizing performance and visual quality settings of OpenGL drivers on a per-driver, per-screen and/or per-application level. . Driconf is implemented in Python. It uses the GTK+ toolkit bindings and the xdriinfo program (from the xdriinfo or xbase-clients package) to retrieve configuration information from OpenGL drivers. . Homepage: http://dri.freedesktop.org/wiki/DriConf Package: drizzle-dev-doc Priority: extra Section: doc Installed-Size: 278781 Maintainer: Tobias Frost Architecture: all Source: drizzle Version: 1:7.1.36-stable-1.3.201403280840 Depends: libjs-jquery Filename: 4.0-0/all/drizzle-dev-doc_7.1.36-stable-1.3.201403280840_all.deb Size: 38446510 MD5sum: ac9a9bef35ab7278700a829f2984807f SHA1: 80e10f9427dac3912ba09187f988bec435cded91 SHA256: c7d3d5564468e5bb9d33c398c94e58108e8bb27eb409a68b6186080a39361228 Description: API Documentation for drizzle The Drizzle project is building a database optimized for Cloud and Net applications. It is being designed for massive concurrency on modern multi-cpu/core architecture. The code is originally derived from MySQL. . This package includes the doxygen documentation for drizzle's API. Homepage: http://launchpad.net/drizzle Package: drizzle-doc Priority: extra Section: doc Installed-Size: 4702 Maintainer: Tobias Frost Architecture: all Source: drizzle Version: 1:7.1.36-stable-1.3.201403280840 Depends: libjs-jquery, libjs-underscore, libjs-sphinxdoc (>= 1.0) Filename: 4.0-0/all/drizzle-doc_7.1.36-stable-1.3.201403280840_all.deb Size: 1131490 MD5sum: f1f6f3c9cd060765e8b9dc8524d44da2 SHA1: ecc06993993599149202c7e4cc7723dabb4465fe SHA256: e45ebc81bd1035df158ffe4791cd338b892d051af365f923c9a4289395372195 Description: Documentation for Drizzle The Drizzle project is building a database optimized for Cloud and Net applications. It is being designed for massive concurrency on modern multi-cpu/core architecture. The code is originally derived from MySQL. . This package includes the manual for drizzle and its plugins and also the libdrizzle API reference. Homepage: http://launchpad.net/drizzle Package: drobo-utils Priority: extra Section: utils Installed-Size: 293 Maintainer: Chris AtLee Architecture: all Version: 0.6.1+repack-1.4.201403202022 Depends: python (>= 2.5), python-support (>= 0.90.0) Recommends: parted, sudo Suggests: gparted, python-qt4 Filename: 4.0-0/all/drobo-utils_0.6.1+repack-1.4.201403202022_all.deb Size: 132192 MD5sum: b1ad689cedf8a9547cfb597c11b46db1 SHA1: 0a57bda946d206253a3bbb2fc22f6944ebc3402b SHA256: 5a045cba9e8ceae83d1b785937becf32466c6689a0b2b37e2168e3ee2bdec18f Description: manage data robotics storage units (drobos) This package provides a command line interface for managing a Drobo, as well as a graphical dashboard interface. These tools allow you to setup a new Drobo, and monitor the status of connected Drobos. . To enable the graphical interface, please be sure to install the suggested python-qt4 package, as well as gparted. . Data Robotics storage units ("Drobos") are external hard drive enclosures that connect to your PC via USB or Firewire and provide RAID-like features. Drobos provide automatic data redundancy, hotswappable drive bays, and the size of the RAID can be easily expanded. Different sized hard drives can be mixed on the same Drobo. See http://drobo.com for more information. Homepage: http://drobo-utils.sourceforge.net Python-Version: 2.6, 2.7 Package: drpython Priority: optional Section: devel Installed-Size: 1527 Maintainer: William Vera Architecture: all Version: 1:3.11.1-2.4.201403202028 Depends: python, python-support (>= 0.90.0), python-wxgtk2.8 Suggests: python-doc, wx2.8-doc, python-tk Filename: 4.0-0/all/drpython_3.11.1-2.4.201403202028_all.deb Size: 491288 MD5sum: 9f30c920918cad2e66d2eb6da5667f41 SHA1: 5bf75206d909747ed12aca4a8e7f17b4a380064b SHA256: e2bd017c8fbb3c2fbc8f330b905abecf163c90142ccfe451c07df7372ad8fd5c Description: simple and customizable editor for the Python language DrPython is a clean and simple yet powerful and highly customizable editor/environment for developing programs written in Python. . DrPython features: * a high degree of customization through themes, which can change look and feel, behavior, shortcuts and more * DrScript: Write custom Python scripts with access to DrPython internals, and access them from the menu * bookmarks to quickly jump to files and directories * Python debugger support * a class browser * printing support Homepage: http://drpython.sourceforge.net Package: drraw Priority: extra Section: web Installed-Size: 290 Maintainer: Mohammad Ebrahim Mohammadi Panah Architecture: all Version: 2.2b2-4.4.201403202030 Depends: librrds-perl Recommends: httpd | apache2, librcs-perl Suggests: collectd Filename: 4.0-0/all/drraw_2.2b2-4.4.201403202030_all.deb Size: 56116 MD5sum: c19526d16699f27c8e45572a603b9ad3 SHA1: 7d3798852f9ae68acf4d3b567c36710117e48e71 SHA256: 18b10ebe2f3dfa5e1545d957d9bbff86287df0d4813a7b643b029f200dd38ca1 Description: simple web based presentation front-end for RRDtool drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design. A graph definition can be turned into a template which may be applied to many Round Robin Database files. . drraw specializes in providing an easy mean of displaying data stored with RRDtool and does not care about how the data is collected, making it a great complement to other RRDtool front-ends. Homepage: http://web.taranis.org/drraw/ Package: drslib Priority: optional Section: science Installed-Size: 50 Maintainer: Alastair McKinstry Architecture: all Version: 0.3.0a3-3.2.201403202035 Depends: python-drslib, python-pkg-resources, python Conflicts: python-drslib (<= 0.3.0a3-2) Filename: 4.0-0/all/drslib_0.3.0a3-3.2.201403202035_all.deb Size: 5154 MD5sum: 10d0df829837c6eee3f9cb8658da56a2 SHA1: 663d2b2fc08ee0f7bdd1f705bedf7c663e05c6c0 SHA256: 272caeddbb6c283839aad71a6d78d7d2bc0dc1cf54cc5f09d2ed583cc7920e5e Description: Command-line tools for the Data Reference Syntax library This is a set of command-line tools for using the DRSLIB python API. Homepage: http://esgf.org/esgf-drslib-site/ Package: drupal7 Priority: extra Section: web Installed-Size: 12076 Maintainer: Luigi Gangitano Architecture: all Version: 7.14-2.5.201411010412 Depends: debconf (>= 0.5) | debconf-2.0, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, default-mta | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl Recommends: mysql-server | postgresql Filename: 4.0-0/all/drupal7_7.14-2.5.201411010412_all.deb Size: 3187576 MD5sum: 7600f8b0a2132d9d78d17a8b99cbea5b SHA1: e69d5fa743c6256ad69122c0f5a220594e44aff1 SHA256: 419f68ec62840e31659ab762fb11551024b68113dd25aad85f894c2638f1c265 Description: fully-featured content management framework Drupal is a dynamic web site platform which allows an individual or community of users to publish, manage and organize a variety of content, Drupal integrates many popular features of content management systems, weblogs, collaborative tools and discussion-based community software into one easy-to-use package. . This package contains version 7 of Drupal. Homepage: http://www.drupal.org/ Package: drush Priority: optional Section: php Installed-Size: 1345 Maintainer: Antoine Beaupré Architecture: all Version: 5.4-1.4.201403202050 Depends: php5-cli (>= 5.2), php-console-table Recommends: wget | curl, php5-mysql | php5-pgsql Suggests: git, mysql-client Filename: 4.0-0/all/drush_5.4-1.4.201403202050_all.deb Size: 339348 MD5sum: 08ad0eefa4ba2ba72914a059fae82de7 SHA1: 0af06f781d3d13f9aae4dfab213e23172ef5a953 SHA256: b5bf62be78176737b73f43fdd56c98701dbccccd56d665a5ee8de5d79780a440 Description: command line shell and Unix scripting interface for Drupal drush is a command line shell and Unix scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for Drupal power users who spend a lot of time hacking away at the command prompt. . Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes sql queries and DB migrations, and misc utilities like run cron or clear cache. Homepage: http://drupal.org/project/drush Package: dsc-statistics-presenter Priority: optional Section: utils Installed-Size: 524 Maintainer: Debian dsc Maintainer Team Architecture: all Source: dsc-statistics Version: 201203250530-2.2.201403202101 Depends: libcgi-untaint-perl, libfile-flock-perl, libfile-nfslock-perl, libhash-merge-perl, libgeo-ip-perl, libmath-calc-units-perl, libnet-dns-perl, libtext-template-perl, liburi-perl, libproc-pid-file-perl, libxml-simple-perl, ploticus, liblockfile1, adduser, cron Recommends: apache2 | httpd Suggests: rsync, openssh-client Conflicts: dsc-presenter Filename: 4.0-0/all/dsc-statistics-presenter_201203250530-2.2.201403202101_all.deb Size: 296900 MD5sum: 17cca02a47a50f0c9f8ccf8f3cc13688 SHA1: e624c65babe43664c36725713afdd15a5eeabf9a SHA256: 76539df7480c0c9fd6598bd8cbd530b27044fb5e77457396b5a293f38e397627 Description: DNS Statistics Collector - Presenter component dsc (A DNS Statistics Collector) is a system for collecting and exploring statistics from busy DNS servers. It currently has two major components, the Collector and the Presenter, each of which being its own binary package built from the same source. . This package contains the Presenter. A variety of methods moves XML datasets from the hosts running the collector. Next, an extractor process converts them to line-based text files. . To display data in a web browser, dsc uses a CGI script. The interface allows you to change time scales, select particular nodes within a server cluster, and isolate individual dataset keys. Homepage: http://dns.measurement-factory.com/tools/dsc/index.html Package: dsdp-doc Priority: extra Section: doc Installed-Size: 7177 Maintainer: Soeren Sonnenburg Architecture: all Source: dsdp Version: 5.8-9.1.4.201403202131 Recommends: dsdp Filename: 4.0-0/all/dsdp-doc_5.8-9.1.4.201403202131_all.deb Size: 959344 MD5sum: 6f3c8783be35171f24eaa7832203456e SHA1: 41ff3fade1ae6cd6b0f09b8133d969f9593a76ac SHA256: 6304e6a7b8857bcdf8c982c1223da5b3e4bac0bff6383e8b5bd00780e8be729b Description: Software for Semidefinite Programming The DSDP software is a free open source implementation of an interior-point method for semidefinite programming. It provides primal and dual solutions, exploits low-rank structure and sparsity in the data, and has relatively low memory requirements for an interior-point method. It allows feasible and infeasible starting points and provides approximate certificates of infeasibility when no feasible solution exists. The dual-scaling algorithm implemented in this package has a convergence proof and worst-case polynomial complexity under mild assumptions on the data. Furthermore, the solver offers scalable parallel performance for large problems and a well documented interface. Some of the most popular applications of semidefinite programming and linear matrix inequalities (LMI) are model control, truss topology design, and semidefinite relaxations of combinatorial and global optimization problems. . This package contains the documentation and examples. Homepage: http://www-unix.mcs.anl.gov/DSDP/ Package: dspam-doc Priority: optional Section: doc Installed-Size: 178 Maintainer: Debian DSPAM Maintainers Architecture: all Source: dspam Version: 3.10.1+dfsg-11.2.201403202145 Filename: 4.0-0/all/dspam-doc_3.10.1+dfsg-11.2.201403202145_all.deb Size: 128572 MD5sum: b7e1006b30418f3d25b12a51acaa4b44 SHA1: 947d34a133587be6fb1e321e33a7ed5f97d9e129 SHA256: 30ed02aef53fe434e96251002a0c3cc84358da5d9c902b4f32b2628868194ca9 Description: Documentation for DSPAM anti-spam filter DSPAM is a dedicated statistical filter with minimal resources. It includes many new algorithms to fight against spam including: * Concept Identification * Message Inoculation * Advanced de-obfuscation techniques * Bayesian Noise Reduction . This package contains the documentation for DSPAM. Homepage: http://dspam.sourceforge.net Package: dspam-webfrontend Priority: extra Section: mail Installed-Size: 734 Maintainer: Debian DSPAM Maintainers Architecture: all Source: dspam Version: 3.10.1+dfsg-11.2.201403202145 Depends: perl, dspam (>= 3.10.1+dfsg-11.2.201403202145), ucf (>= 0.28), libgd-gd2-perl | libgd-gd2-noxpm-perl, libgd-graph3d-perl, libhtml-parser-perl Suggests: apache2, apache2-suexec (>= 2.2.9-3), libapache2-mod-perl2, libapache2-mod-auth-pam | libapache2-mod-auth-mysql | libapache2-mod-auth-pgsql | libapache2-mod-auth-openid | libapache2-mod-auth-kerb | libapache2-mod-auth-plain | libapache2-mod-auth-radius | libapache2-mod-auth-sys-group, ttf-dejavu-core | ttf-bitstream-vera | ttf-freefont Filename: 4.0-0/all/dspam-webfrontend_3.10.1+dfsg-11.2.201403202145_all.deb Size: 200078 MD5sum: 8af2d19e9a38fa6bd12e750e09950b97 SHA1: bcee1221436b0bc1169c820d02a9fcb7754b98e2 SHA256: 932e22505d5baa19aed0ab4f9c206fc847335af5ef08940673d7c573f4f94f30 Description: Webfrontend for DSPAM anti-spam filter DSPAM is a dedicated statistical filter with minimal resources. It includes many new algorithms to fight against spam including: * Concept Identification * Message Inoculation * Advanced de-obfuscation techniques * Bayesian Noise Reduction . This package includes the webfrontend for DSPAM. This can be used together with several database backends including PostgreSQL, MySQL, and sqlite3. Homepage: http://dspam.sourceforge.net Package: dssi-dev Priority: optional Section: libdevel Installed-Size: 76 Maintainer: Debian Multimedia Maintainers Architecture: all Source: dssi Version: 1.1.1~dfsg0-1.14.201403202152 Depends: ladspa-sdk, libasound2-dev | libdssialsacompat-dev, pkg-config Suggests: libjack-dev Filename: 4.0-0/all/dssi-dev_1.1.1~dfsg0-1.14.201403202152_all.deb Size: 29242 MD5sum: 3e2169ae4a157c29ca05150f54b428d7 SHA1: d4ef87e51dc53b8f7eb18face25d966edbbbb6a5 SHA256: f122fc121006e60a3894613503eb77f72a5c91adcf2106237abc33dfc7a202c2 Description: Header file for compiling DSSI plugins and hosts DSSI is an API for audio plugins, with particular application for software synthesis plugins with native user interfaces. . DSSI is an open specification developed for use in Linux audio applications, although it is portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. . This package contains the header file required for compiling hosts and plugins. Homepage: http://dssi.sourceforge.net/ Package: dstat Priority: optional Section: admin Installed-Size: 343 Maintainer: Andrew Pollock Architecture: all Version: 0.7.2-3.4.201403202209 Depends: python (>= 2.6.6-7~) Conflicts: sleuthkit (<< 1.73-2) Filename: 4.0-0/all/dstat_0.7.2-3.4.201403202209_all.deb Size: 79016 MD5sum: 95992b2942bef111c1f4d255f6c7dccb SHA1: faeb974adeba49fb7c14b70ce61d51aeda6e9fdc SHA256: 605111286d76964bc61fb6d43ce1eea047f45fa9489371cc7856b1d0fc6ee310 Description: versatile resource statistics tool Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations of these programs and adds some extra features. . Dstat allows you to view all of your network resources instantly, you can for example, compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval). . Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. . Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, i.e. you can see the throughput for all the block devices that make up a single filesystem or storage system. . Dstat's output, in its current form, is not suited for post-processing by other tools, it's mostly meant for humans to interpret real-time data as easy as possible. Homepage: http://dag.wieers.com/home-made/dstat/ Package: dtc-xen-firewall Priority: optional Section: web Installed-Size: 59 Maintainer: Thomas Goirand Architecture: all Source: dtc-xen Version: 0.5.17-1.4.201403202225 Depends: debconf (>= 0.5) | debconf-2.0, lsb-base, debconf, iptables Filename: 4.0-0/all/dtc-xen-firewall_0.5.17-1.4.201403202225_all.deb Size: 13496 MD5sum: ab9a8f400fc185069614dd0c7a8b8419 SHA1: 345b20637e2b64e89a7490b6ed8ca0d91bed1e89 SHA256: 18b1dbb32699fdc65fb5a8dada7df9636984443bb8420b08c903126841aee845 Description: small firewall script for your dom0 If running in a production environment, you might want to have a basic firewall running on your dom0 to avoid having DoS attack. This is not the state-of-the-art, but just another attempt to make things a bit more smooth. Comments and contribution are more than welcome! . The main principle of this firewall script is to rate limit connections to both your dom0 and your VPSes. It's principle is NOT block any connection. For example, dtc-xen-firewall denies ssh for 300 seconds after 10 attempts on your dom0, rate limit ping to 5 per seconds on your dom0 and to 50/s globally for all your VPS, and does the same kind of thing for SYN flood attacks. Take care, it also blocks any connection to the port 25, as in a normal dom0, you would install a mail server to send system messages to the administrators, but you don't want to accept any incoming message. Homepage: http://www.gplhost.com/software-dtc-xen.html Package: dtc-xen Priority: optional Section: web Installed-Size: 337 Maintainer: Thomas Goirand Architecture: all Version: 0.5.17-1.4.201403202225 Depends: debconf (>= 0.5) | debconf-2.0, python (>= 2.6.6-7~), apache2-utils, debconf, rrdtool, python-soappy, python-crypto, python-sqlite, openssh-server, m2crypto, debootstrap, openssl, sudo, adduser, sysstat, lsb-base, yum, net-tools, lvm2, ipcalc, makedev Recommends: dtc-xen-firewall, sysfsutils Suggests: xen-utils-common Filename: 4.0-0/all/dtc-xen_0.5.17-1.4.201403202225_all.deb Size: 96136 MD5sum: 21b6554a65dac46d9fba549a45234c97 SHA1: b089ddfa75aa57beb3aa61c3fd6b80f866ca1e7b SHA256: 179b2eeef45ed68c8c5903e38d185a82882bf981c7e3c0015cbf1d8c81f4dd5c Description: SOAP daemon and scripts to allow control panel management for Xen VMs Dtc-xen is a SOAP server running over HTTPS with authentication, so that a web GUI tool can manage, create and destroy domUs under Xen. This package should be used in the dom0 of a Xen server. It integrates itself within the DTC web hosting control panel. Homepage: http://www.gplhost.com/software-dtc-xen.html Package: dtdinst Priority: extra Section: text Installed-Size: 44 Maintainer: Debian XML/SGML Group Architecture: all Source: jing-trang Version: 20091111-5.8.201403220345 Depends: default-jre | java2-runtime, libdtdinst-java Filename: 4.0-0/all/dtdinst_20091111-5.8.201403220345_all.deb Size: 5622 MD5sum: b89cf907cca59e5d3217185f111a4dac SHA1: 867fa4bd7375e372ba80e13e4502ed8612347c3c SHA256: 85f9c3fcab371d6fc502498d6b7379f27ea59a2881f5a8db52c48181f1455d07 Description: XML DTD to XML instance format converter dtdinst converts XML DTDs into XML instance format. The XML instance can be in either a format specific to DTDinst or RELAX NG format. Homepage: http://code.google.com/p/jing-trang/ Package: dtrx Priority: optional Section: utils Installed-Size: 103 Maintainer: Miguelangel Jose Freitas Loreto Architecture: all Version: 6.6-1.5.201411010616 Depends: python (>= 2.4), python-central (>= 0.6.11), bzip2, unzip, cpio, rpm, binutils, p7zip-full, cabextract, unshield, lzma, xz-utils Filename: 4.0-0/all/dtrx_6.6-1.5.201411010616_all.deb Size: 23326 MD5sum: c82096470a483df3e9a77797f916a016 SHA1: 9890afcea5b197982d6c5e73b6676e14d108bcfc SHA256: 64f6810618a84053d8b4882e70e9560e6d9e9de1b8a32013f472b67e2624a673 Description: intelligently extract multiple archive types dtrx is basically the same as tar -zxf or tar -xjf except you don't have to remember the flags for each file. But there's more to it than that. You know those really annoying files that don't put everything in a dedicated directory, and have the permissions all wrong? dtrx takes care of all those problems for you, too. dtrx is simple and powerful. Just use the same command for all your archive files, and they'll never frustrate you again. Homepage: http://brettcsmith.org/2007/dtrx/ Python-Version: >= 2.4 Package: dupload Priority: optional Section: devel Installed-Size: 102 Maintainer: Josip Rodin Architecture: all Version: 2.7.0.4.201403210031 Depends: perl, libnet-perl Recommends: openssh-client | ssh Suggests: lintian, mail-transport-agent Filename: 4.0-0/all/dupload_2.7.0.4.201403210031_all.deb Size: 31254 MD5sum: 2e2b551d4fed4c382be7127a5f04af8b SHA1: d03bc56a4154c49ce42206b85f68fce4ef5247a9 SHA256: cb4033992f4ab7a8fd567ceec0f4b792ea085438a230d5b4f6642a3bd075aecd Description: utility to upload Debian packages dupload will automagically upload Debian packages to a remote host with a Debian upload queue. The default host is configurable, along with the upload method and a lot of other things. All uploads are logged. . It's intended only for Debian package maintainers. Package: duply Priority: optional Section: utils Installed-Size: 101 Maintainer: Joachim Wiedorn Architecture: all Version: 1.5.5.5-1.4.201403210032 Depends: duplicity (>= 0.4.11), gnupg Suggests: openssh-client Filename: 4.0-0/all/duply_1.5.5.5-1.4.201403210032_all.deb Size: 32042 MD5sum: d5a157c5ee6436dbde5806fbcb67ef82 SHA1: 55265bdc8b13716446b16b598bb10215055dadd4 SHA256: eaae105f234e3c038561f34efa71724277d68f2a2a3aac6e094a0c531954006c Description: easy to use frontend to the duplicity backup system duply is a shell front end to duplicity that simplifies the usage by managing settings for each backup job in profiles. It supports executing multiple commands in a batch mode to enable single line cron entries and allows the user to use pre/post backup scripts. All duplicity backends are supported. The previous name of duply was ftplicity. Homepage: http://duply.net Package: durep Priority: optional Section: utils Installed-Size: 146 Maintainer: Eduard Bloch Architecture: all Version: 0.9-2.3.4.201403210034 Depends: perl, debconf (>= 0.5) | debconf-2.0 Recommends: libmldbm-perl Filename: 4.0-0/all/durep_0.9-2.3.4.201403210034_all.deb Size: 34276 MD5sum: 57aa6c8c0c0f5cedea7a5d05b4a4cc67 SHA1: 7dd4679bfd5e48b92ff1f6e5b96f5c800e7e4553 SHA256: a0b86013ac7638ad7dff71ecdfadb9c09b7112d9569e14765cdf4ccdbe3a7ccf Description: create disk usage reports durep is a perl script used for disk usage reports. It can generate text output with bar graphs to allow easy comparisons of disk usage between directories. It can also generate web pages which can be navigated through the directory structure. This allows easy visual monitoring of disk usage. Package: dvcs-autosync Priority: optional Section: utils Installed-Size: 174 Maintainer: Rene Mayrhofer Architecture: all Version: 0.5.2.201403210110 Depends: python, python-support (>= 0.90.0), python-pyinotify, python-xmpp Recommends: python-notify Filename: 4.0-0/all/dvcs-autosync_0.5.2.201403210110_all.deb Size: 36248 MD5sum: 75d26ca6c076be282bbafc83a3234ded SHA1: ce675402f9198f48a1170d8af416c02d25732501 SHA256: 10318e2bef062b2eae00d3caddeeb553915d7ebfab60d55338d110af7e856a32 Description: Automatically synchronize distributed version control repositories dvcs-autosync is an open source replacement for Dropbox/Wuala/Box.net/etc. based on distributed version control systems (DVCS). It offers nearly instantaneous mutual updates when a file is added or changed on one side but with the added benefit of (local, distributed) versioning and that it does not rely on a centralized service provider, but can be used with any DVCS hosting option including a completely separate server. . Synchronization of directories is based on DVCS repositories. Git is used for main development and is being tested most thoroughly as the backend storage, but other DVCS such as Mercurial are also supported. dvcs-autosync is comparable to SparkleShare in terms of overall aim, but takes a more minimalistic approach. A single Python script monitors the configured directory for live changes, commits these changes to the DVCS (such as git) and synchronizes with other instances using XMPP messages. Homepage: http://www.mayrhofer.eu.org/dvcs-autosync Package: dvdisaster-doc Priority: optional Section: doc Installed-Size: 26769 Maintainer: Optical Media Tools Team Architecture: all Source: dvdisaster Version: 0.72.4-1.7.201403210128 Suggests: dvdisaster Filename: 4.0-0/all/dvdisaster-doc_0.72.4-1.7.201403210128_all.deb Size: 18394974 MD5sum: 04269a0507b01faa59185430f4caaa77 SHA1: 2c6d9e7fb5ab9a50b0dd18a79e1b9239104dcf5d SHA256: 720ef7864c64bee9e8345e2c07a843ec3d70ba4bf86c9eefa7e73acad3cbf45f Description: data loss/scratch/aging protection for CD/DVD media (documentation) dvdisaster provides a margin of safety against data loss on CD and DVD media caused by scratches or aging media. It creates error correction data which is used to recover unreadable sectors if the disc becomes damaged at a later time. . This package contains the documentation. Homepage: http://dvdisaster.net/ Package: dvi2ps-fontdata-a2n Priority: optional Section: fonts Installed-Size: 1359 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja, dvi2dvi Conflicts: dvi2ps (<< 3.2j), fontdata-a2n, fontdata-j Filename: 4.0-0/all/dvi2ps-fontdata-a2n_1.0.1-3.4.201403210203_all.deb Size: 432898 MD5sum: 27282e00e985f5d417b0fd82497fa4e2 SHA1: 2670e20a34a2994e8c511b94f406e0c86cd50307 SHA256: bb5c717e99688d9e37e9553c202bb0e6e42dfe664d45bdea057e7824bb45bf4a Description: Font data to convert pTeX's dvi file to jTeX's dvi file Virtual font for converting dvi files of ASCII pTeX to dvi files to NTT jTeX. . If you want to convert pTeX dvi to jTeX dvi, install this package and use dvi2dvi. Package: dvi2ps-fontdata-ja Priority: optional Section: fonts Installed-Size: 3453 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Conflicts: dvi2ps (<< 3.2j), fontdata-j Filename: 4.0-0/all/dvi2ps-fontdata-ja_1.0.1-3.4.201403210203_all.deb Size: 988434 MD5sum: 970acf04a8e6e18cd3f3d7ebbfc9087d SHA1: b629f09e1e16790cde733f64a596d17b9ad79aa2 SHA256: a7cd34b59777590910006c7a9f936869eb49e91e50b0331af4ba3857dc728358 Description: Font data for dvi2ps-j and dvi2dvi Virtual fonts and TFM files for Morisawa fonts, and VFlib. . If you want to convert pTeX dvi and/or jTeX dvi to Postscript using dvi2ps, install this package. Package: dvi2ps-fontdata-n2a Priority: optional Section: fonts Installed-Size: 2041 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja, dvi2dvi Conflicts: dvi2ps (<< 3.2j), fontdata-j, fontdata-n2a Filename: 4.0-0/all/dvi2ps-fontdata-n2a_1.0.1-3.4.201403210203_all.deb Size: 413986 MD5sum: 0f47637d4706ca3b3592a9dd7fddb241 SHA1: f81aa7f19bef5abd84da52652aba90303d6dbc5b SHA256: d63d821d9edf14c02033bdbacfa8712ee690101bbc5ee948b06f43ab3d56eb2a Description: Font data to convert jTeX dvi file to pTeX dvi file Virtual font for converting dvi files of NTT jTeX to dvi files of ASCII pTeX. . If you want to convert jTeX dvi to pTeX dvi, install this package and use dvi2dvi. Package: dvi2ps-fontdata-ptexfake Priority: extra Section: fonts Installed-Size: 40 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja Conflicts: dvi2ps (<< 3.2j), fontdata-j, fontdata-ptex, ptex-base Filename: 4.0-0/all/dvi2ps-fontdata-ptexfake_1.0.1-3.4.201403210203_all.deb Size: 2336 MD5sum: 172f1000245aae5438b690dfb1f1f3b1 SHA1: 6257b92166751e72ed44529af13e265902c90164 SHA256: 392b4cce4c4fedf63e8a1d94fcae0efb5d1300b2da3f3a82ad81618ffd86cd5f Description: Fake pTeX TFM files Monometric TFM files for min and goth fonts of ASCII pTeX. . If you want only to convert pTeX dvi to Postscript and/or to preview pTeX dvi with xdvik-ja, install this package instead of ptex-base. Package: dvi2ps-fontdata-rsp Priority: optional Section: fonts Installed-Size: 3019 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja Conflicts: dvi2ps (<< 3.2j), fontdata-j, fontdata-rsp Filename: 4.0-0/all/dvi2ps-fontdata-rsp_1.0.1-3.4.201403210203_all.deb Size: 902750 MD5sum: 089f7f8c790ca3851daecd1906a30393 SHA1: ff9417d62ecef0c6f34c627deae74bf60becac3e SHA256: 3b0b977b5135e2418894af1d0c67eae0e42eb1f95a75649190aea4f0236afd45 Description: Font data of RICOH SP10 printer Virtual font and TFM files for RICOH SP-10 printer. . If you want to print out to RICOH PC LASER SP-10PS, install this package. Package: dvi2ps-fontdata-tbank Priority: optional Section: fonts Installed-Size: 3019 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja Conflicts: dvi2ps (<< 3.2j), fontdata-j, fontdata-tbank Filename: 4.0-0/all/dvi2ps-fontdata-tbank_1.0.1-3.4.201403210203_all.deb Size: 902942 MD5sum: 2a5edc2d16afca56008dbdfe1ad7dcf5 SHA1: 4079b00258491b63b46184f463bf9d269d0c3452 SHA256: 5a99e4dd087047ab07ee39818ae50291384650847d97d8663f7f658011d500f5 Description: Font data of Typebank font Virtual font and TFM files for Typebank font. . If you want to print out to QMS printer, install this package. Package: dvi2ps-fontdata-three Priority: optional Section: fonts Installed-Size: 2368 Maintainer: OHURA Makoto Architecture: all Source: dvi2ps-fontdata Version: 1.0.1-3.4.201403210203 Depends: dvi2ps-fontdata-ja Conflicts: dvi2ps (<< 3.2j), fontdata-j, fontdata-three Filename: 4.0-0/all/dvi2ps-fontdata-three_1.0.1-3.4.201403210203_all.deb Size: 685176 MD5sum: a5a2f3f3d3bba55ad6c43bd8f024196f SHA1: 4684b9c285b5d01f4815246f34d6c554a464a9a5 SHA256: 45cbb7c31677ed37f9b0a8b8171288c7e6adcc3e1989c64caebdc07582460638 Description: Font data of Adobe Japanese fonts (futomin, futogo, jun101) Virtual font and TFM files for Adobe postscript fonts: FutoMinA101-Bold-H, FutoGoB101-Bold-H, Jun101-Light-H Also style file and fontdesc file for these fonts. Package: dvi2ps-fontdesc-morisawa5 Priority: optional Section: tex Installed-Size: 52 Maintainer: Atsuhito KOHDA Architecture: all Version: 0.5.4.201403210205 Depends: dvi2ps (>= 5.1j), texlive-lang-cjk Recommends: ptex-bin, okumura-clsfiles Filename: 4.0-0/all/dvi2ps-fontdesc-morisawa5_0.5.4.201403210205_all.deb Size: 3534 MD5sum: f379381ce1c88b0b9a213af0d820ba9a SHA1: 9bbbb8ac7c0a41261b6440165f722a2b381c55ae SHA256: 7435997883a4bf3334e5569292f5808504e57eb317c2972c7f6c652c137c88a3 Description: fontdesc files of dvi2ps for Morisawa Basic-5 type faces You can convert DVI file with Morisawa Basic-5 type faces of vfdata-morisawa5 to PS file by dvi2ps with this package. . You should run 'dvi2ps -F morisawa' for Morisawa Basic-5 type faces. Package: dvips-fontdata-n2bk Priority: optional Section: tex Installed-Size: 2040 Maintainer: Atsuhito KOHDA Architecture: all Version: 0.0.2001.12.12-3.4.201403210216 Filename: 4.0-0/all/dvips-fontdata-n2bk_0.0.2001.12.12-3.4.201403210216_all.deb Size: 499040 MD5sum: 3957dc29e3c3502676298af9fd5ab176 SHA1: 33928931f1d177e57db82b97ea6450db287cdbb5 SHA256: 5cb7883cdb0f604722dd7aece3c98826300181a47a88c65bd90f0f96b85f1313 Description: Virtual font data to process dvi files generated by NTT-JTeX This package contains virtual font data to convert Dai-Nippon fonts, which are used in dvi files generated by NTT-JTeX, to Japanese built-in fonts in PostScript printer. Package: dwoo Priority: optional Section: php Installed-Size: 5461 Maintainer: Penny Leach Architecture: all Version: 1.1.1-1.4.201403210256 Depends: php5 | php5-cgi | php5-cli Filename: 4.0-0/all/dwoo_1.1.1-1.4.201403210256_all.deb Size: 471156 MD5sum: 486771058965d831548cc7a84a9676fe SHA1: 73fbe61a3708414f62331475b5180299ffd70b90 SHA256: d76f134f23efc131b85f097e1a35242f12cba1131388ba08a3b25800f436195f Description: PHP5 template engine Dwoo is a PHP5 template engine positioned as an alternative to Smarty. It is (nearly) fully compatible with Smarty's templates and plugins, but it is written from scratch and aimed at going one step further with a cleaner codebase. Homepage: http://dwoo.org/ Package: dx-doc Priority: optional Section: doc Installed-Size: 12297 Maintainer: Daniel Kobras Architecture: all Source: dx Version: 1:4.4.4-4.6.201403210307 Depends: doc-base Recommends: dxsamples Filename: 4.0-0/all/dx-doc_4.4.4-4.6.201403210307_all.deb Size: 4413270 MD5sum: b45795d8e269ba2b610a7d6565129787 SHA1: 6f606bc2549a501e6388ab5fc31578004b8eaef0 SHA256: 7c408b107e767a93c39ea0267b82bdc673f68154042d434f075f65f910b43888 Description: OpenDX (IBM Visualization Data Explorer) - documentation Data Explorer is a system of tools and user interfaces for visualizing data. In general terms the visualization of data can be considered a 3-stage process: 1. Describing and importing data 2. Processing the data through a visualization program 3. Presenting the resulting image. This is the documentation package. It includes online help and html documentation. Homepage: http://www.opendx.org/ Package: dxsamples Priority: optional Section: science Installed-Size: 22260 Maintainer: Daniel Kobras Architecture: all Version: 4.2.0-1.4.201403210334 Recommends: dx, tcsh | c-shell Filename: 4.0-0/all/dxsamples_4.2.0-1.4.201403210334_all.deb Size: 7520184 MD5sum: 3917a8ffcac3693f1da3d717c686636e SHA1: e91e4993f3f14e599e532aa1644233f86d0bd4ff SHA256: de2c31ef4a08b6d9f3768f15f9530ca2fd44edaf015fd86f9f0a5f9331831327 Description: Sample programs for the OpenDX Data Explorer This package contains examples of scripts and networks for the OpenDX Data Explorer. They are referenced in the OpenDX tutorial, but can also be used stand-alone to browse and investigate. Package: dynalogin-client-php Priority: optional Section: web Installed-Size: 31 Maintainer: Debian Authentication Maintainers Architecture: all Source: dynalogin Version: 0.9.14-2.2.201403210344 Filename: 4.0-0/all/dynalogin-client-php_0.9.14-2.2.201403210344_all.deb Size: 2734 MD5sum: f4d34f6db0f1a74764727e68cfd7f728 SHA1: 7b82a1df538c659704e514b38193ffe213a13a3c SHA256: 3efb20957d403fcaa717ef56045a98c7a8fddaf6429b43392546a64debd7f017 Description: two-factor HOTP authentication - PHP client dynalogin is a two-factor authentication framework based on the HOTP (Open Authentication) algorithm. Dynalogin can store credentials in any database supported by UNIXODBC, which makes the solution robust and scalable. It can also store credentials in flat files if desired. dynalogin has been successfully integrated in solutions for OpenID, making it possible to use two-factor authentication with hundreds of other web applications and public web sites. There is a dynalogin soft-token for Android. . This package provides a PHP client for the dynalogin server. It allows PHP applications to validate a user login attempt. It is intended as a foundation for login forms, OpenID providers and similar code. Homepage: http://www.dynalogin.org/ Package: dynare-common Priority: optional Section: math Installed-Size: 3755 Maintainer: Debian Octave Group Architecture: all Source: dynare Version: 4.3.0-2.16.201403210355 Filename: 4.0-0/all/dynare-common_4.3.0-2.16.201403210355_all.deb Size: 841832 MD5sum: 789ecea0bcea6df16eb63284c9331373 SHA1: 162155fb1f6ed612a3195cdd39160e81c8baed6b SHA256: a2bb57b3ad37847dc32cbf615eb768ab21798968e0daf0a6c64d280ae5890bc5 Description: platform for handling a wide class of economic models Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. The models solved by Dynare include those relying on the rational expectations hypothesis, wherein agents form their expectations about the future in a way consistent with the model. But Dynare is also able to handle models where expectations are formed differently: on one extreme, models where agents perfectly anticipate the future; on the other extreme, models where agents have limited rationality or imperfect knowledge of the state of the economy and, hence, form their expectations through a learning process. In terms of types of agents, models solved by Dynare can incorporate consumers, productive firms, governments, monetary authorities, investors and financial intermediaries. Some degree of heterogeneity can be achieved by including several distinct classes of agents in each of the aforementioned agent categories. . Dynare offers a user-friendly and intuitive way of describing these models. It is able to perform simulations of the model given a calibration of the model parameters and is also able to estimate these parameters given a dataset. In practice, the user will write a text file containing the list of model variables, the dynamic equations linking these variables together, the computing tasks to be performed and the desired graphical or numerical outputs. . This package contains the various M-files which can be run under both GNU Octave and MATLAB. Homepage: http://www.dynare.org/ Package: dynare-doc Priority: optional Section: doc Installed-Size: 8265 Maintainer: Debian Octave Group Architecture: all Source: dynare Version: 4.3.0-2.16.201403210355 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/dynare-doc_4.3.0-2.16.201403210355_all.deb Size: 7838902 MD5sum: f929a13c8e433b4c4f45c32a05614b6d SHA1: 56f35f1996527d0e456e30eee4713f5d178cc000 SHA256: a86b099b8b760951eabfe1c2ce036d4a6710108a29965b3bfa21f6df98bc2369 Description: documentation for Dynare Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. The models solved by Dynare include those relying on the rational expectations hypothesis, wherein agents form their expectations about the future in a way consistent with the model. But Dynare is also able to handle models where expectations are formed differently: on one extreme, models where agents perfectly anticipate the future; on the other extreme, models where agents have limited rationality or imperfect knowledge of the state of the economy and, hence, form their expectations through a learning process. In terms of types of agents, models solved by Dynare can incorporate consumers, productive firms, governments, monetary authorities, investors and financial intermediaries. Some degree of heterogeneity can be achieved by including several distinct classes of agents in each of the aforementioned agent categories. . Dynare offers a user-friendly and intuitive way of describing these models. It is able to perform simulations of the model given a calibration of the model parameters and is also able to estimate these parameters given a dataset. In practice, the user will write a text file containing the list of model variables, the dynamic equations linking these variables together, the computing tasks to be performed and the desired graphical or numerical outputs. . This package contains full Dynare documentation, including a user guide and the reference manual. Homepage: http://www.dynare.org/ Package: dynare-matlab Priority: optional Section: contrib/math Installed-Size: 13820 Maintainer: Debian Octave Group Architecture: all Source: dynare Version: 4.3.0-2.16.201403210355 Depends: dynare, libboost-graph-dev (>= 1.36), gfortran, matlab-support, make Filename: 4.0-0/all/dynare-matlab_4.3.0-2.16.201403210355_all.deb Size: 2696924 MD5sum: 31ea439124f9d33dc9695415c5e83df8 SHA1: 64e3d0af9d446161ec89e1b17293c03fd10ba58d SHA256: 44d9ff51b4c61678b08a3992d7c3c7136edfecc5817531266acc7c1ca10c92d6 Description: MATLAB support for Dynare Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. The models solved by Dynare include those relying on the rational expectations hypothesis, wherein agents form their expectations about the future in a way consistent with the model. But Dynare is also able to handle models where expectations are formed differently: on one extreme, models where agents perfectly anticipate the future; on the other extreme, models where agents have limited rationality or imperfect knowledge of the state of the economy and, hence, form their expectations through a learning process. In terms of types of agents, models solved by Dynare can incorporate consumers, productive firms, governments, monetary authorities, investors and financial intermediaries. Some degree of heterogeneity can be achieved by including several distinct classes of agents in each of the aforementioned agent categories. . Dynare offers a user-friendly and intuitive way of describing these models. It is able to perform simulations of the model given a calibration of the model parameters and is also able to estimate these parameters given a dataset. In practice, the user will write a text file containing the list of model variables, the dynamic equations linking these variables together, the computing tasks to be performed and the desired graphical or numerical outputs. . This package is only useful to users having MATLAB installed on their machine. It contains the source of the MEX files and will recompile them using the existing MATLAB installation. Homepage: http://www.dynare.org/ Package: dyndns Priority: optional Section: web Installed-Size: 267 Maintainer: Jari Aalto Architecture: all Version: 2012.0112-1.4.201403210410 Depends: perl, net-tools, libwww-perl, libsys-syslog-perl Filename: 4.0-0/all/dyndns_2012.0112-1.4.201403210410_all.deb Size: 76754 MD5sum: 5c93e068c379722b15dd2938da2790b4 SHA1: 14e2f069ec8308c0be04c5dc738622d36e698d2f SHA256: a0bec2a1d6f35956fbc46d93f0a85282b39f65d9c94eb980917645417c1f7e51 Description: dynamic DNS (DDNS) update client implemented in Perl Map dynamic IP address into your.hostname.example.org. A cross-platform solution for DHCP ISP-connected users to obtain permanent DNS, MX, and Web hosting service from a DDNS provider (e.g. dyndns.org). Works anywhere where Perl is installed. Homepage: http://freshmeat.net/projects/perl-dyndns Package: e2wm Priority: extra Section: lisp Installed-Size: 237 Maintainer: KURASHIKI Satoru Architecture: all Version: 1.2+git20120601-1.2.201403210442 Depends: emacs-window-layout, emacs23 | emacs22 Recommends: imagemagick, wget Suggests: magit Filename: 4.0-0/all/e2wm_1.2+git20120601-1.2.201403210442_all.deb Size: 47550 MD5sum: b89870ff2ffd7692fa312b28ad22078a SHA1: 48bc2e203de3f55fe57b7e1bb35ec3cafdab1e47 SHA256: bc4ca6d39f61d6efd16db0486d78d4931b4eabe3fef9b90b5cb81e5137c7e8ea Description: simple window manager for emacs This is an implementation of introducing window management to Emacs. * Management of list of editable buffers * Assignment of windows for pop-up buffers * Switching window layout like the perspective in eclipse * Plug-in extension . The current implementation has following perspectives: * code : main coding layout * two : side by side layout * doc : reading documentation layout * dashboard : showing plug-ins like dashboard in Mac OSX * array : selecting buffers like expose in Mac OSX Homepage: https://github.com/kiwanami/emacs-window-manager Package: ears Priority: optional Section: sound Installed-Size: 75 Maintainer: Decklin Foster Architecture: all Version: 1.0.1-2.5.201411010629 Depends: python, python-musicbrainz2 Recommends: cdparanoia, vorbis-tools Suggests: lastfmsubmitd Conflicts: lastfmsubmitd (<= 1.0.0) Filename: 4.0-0/all/ears_1.0.1-2.5.201411010629_all.deb Size: 10046 MD5sum: b7fe9cb72c76fde13b7916b237dbf384 SHA1: 9d1805eaab280598cfc9c9cc6b9d166c9e96b82d SHA256: 476072d2146c9fab9b305d426d3a6871c95d1e9aead6215d5795822725d8d9c1 Description: collection of Last.fm clients and CD-ripping tools Ears contains a number of scripts originally distributed with lastfmsubmitd for querying MusicBrainz (mbfind, mbget, mbsubmit) and using that data to send submissions to Last.fm (lastcd) or rip CDs (peel), or both. The unix-pipe design makes it easy to alter data or work offline. . lastfmsubmitd and a Last.fm account are not required; peel functions as a perfectly good CD ripper without them. The author welcomes contributions of additional scripts utilizing the lastfmsubmitd serialization format. Homepage: http://www.red-bean.com/decklin/ears/ Package: easygit Priority: optional Section: vcs Installed-Size: 315 Maintainer: Ryan Niebur Architecture: all Version: 0.99-1.4.201403210514 Depends: perl, git-core, less Filename: 4.0-0/all/easygit_0.99-1.4.201403210514_all.deb Size: 78316 MD5sum: 2b4a16d2d804bf63a197a54a5dee139d SHA1: 90b106344cbcbe908e622ce4e02a7a78fd947110 SHA256: 8a4029629513315190fcfb26ed32f2b4e576dd2b044e93a2f5ee79a5f3eba8ac Description: git for mere mortals In short, Easy GIT is a single-file wrapper script for git, designed to make git easy to learn and use. . Features: * eg focuses on documentation and examples * eg removes many principle-of-least-surprise violations that catch git newbies unaware * eg provides subcommands that are a natural extension of capabilities users know from cvs/svn (eg also takes care to make sure the modifications to its subcommands are easily discoverable and error-avoiding for existing git users as well!) Homepage: http://www.gnome.org/~newren/eg/ Package: easypg Priority: optional Section: utils Installed-Size: 251 Maintainer: OHASHI Akira Architecture: all Version: 0.0.16-2.1.4.201403210537 Depends: emacs | emacsen, gnupg (>= 1.4.3) Filename: 4.0-0/all/easypg_0.0.16-2.1.4.201403210537_all.deb Size: 47954 MD5sum: a2bfe2fdc9859e4b7e98a10c07f613fb SHA1: 4728ae066affc11708c4126c779e2c580baa391f SHA256: 629b53a74fe0512e5031ec653e6b6cd3c7df086d64e92386edf6e17d95bd36c2 Description: yet another GnuPG interface for Emacs EasyPG is an all-in-one GnuPG interface for Emacs. It has two aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a fully functional interface library to GnuPG (EasyPG Library). Package: eb-doc Priority: optional Section: doc Installed-Size: 1329 Maintainer: Tatsuya Kinoshita Architecture: all Source: eb Version: 4.4.3-6.4.201403210558 Suggests: libeb16, w3m | www-browser Filename: 4.0-0/all/eb-doc_4.4.3-6.4.201403210558_all.deb Size: 311200 MD5sum: b82fbe56337279b17acbe97e9e662f7c SHA1: 545ec2e360926182d1eaf2d26e5013f5b4bd695a SHA256: 7c7230f47f52401c0c5dabc59ae3932bd63d3e5368e9c32c7484ac8c0121a94d Description: C library for accessing electronic books (documents) EB Library is a C library for accessing CD-ROM books. . EB Library supports to access CD-ROM books of EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. . This package provides document files of EB Library. Homepage: http://www.sra.co.jp/people/m-kasahr/eb/ Package: ecaccess Priority: optional Section: science Installed-Size: 352 Maintainer: Alastair McKinstry Architecture: all Version: 4.0.0-3.2.201403210632 Depends: debhelper (>= 8.1.3), perl, libclass-inspector-perl, libgetopt-long-descriptive-perl, libnet-http-perl, perl-modules, liburi-encode-perl, libterm-readkey-perl, libterm-readline-perl-perl, libterm-progressbar-perl, libterm-prompt-perl, libnumber-bytes-human-perl, libmime-base64-urlsafe-perl, libcrypt-ssleay-perl, libsoap-lite-perl, libio-socket-inet6-perl, libio-socket-ssl-perl Filename: 4.0-0/all/ecaccess_4.0.0-3.2.201403210632_all.deb Size: 155652 MD5sum: b8a7f5bfd72d010631055a6978bf61f3 SHA1: fcf0c751d67f00ace0e5160a073f33b46ef9fb6a SHA256: 7d85dad14b1544814ef8ec8cb35cd939bc5c57d079243352610cef903911ae25 Description: clients to access ECMWF facilities ecaccess is a suite of client tools to enable access to the computing and data archive facilities of the European Centre for Medium-Range Forecasts (ECMWF). . Strict authentication is performed in a uniform way using SecurID cards and standard (X509) certificates. SSL is used to guarantee the integrity of the application data, the transferred jobs and the monitoring information. Homepage: http://www.ecmwf.int/services/ecaccess Package: ecasound-doc Priority: extra Section: doc Installed-Size: 840 Maintainer: Debian Multimedia Maintainers Architecture: all Source: ecasound Version: 2.9.0-1.2.201403210638 Replaces: ecasound (<< 2.8.0-2) Breaks: ecasound (<< 2.8.0-2) Filename: 4.0-0/all/ecasound-doc_2.9.0-1.2.201403210638_all.deb Size: 716106 MD5sum: ce03710c28bb9143682a4f7c6a46a137 SHA1: bb78f61378ba6a068107994c2eb5a40019fefdc8 SHA256: a50d922d0e82ab60b23afd340bef88f4f9c1e8db269bdfc9f055733b84cda2a0 Description: documentation files for Ecasound Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. . Ecasound supports a wide range of audio inputs, outputs and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. . This package provides the documentation files for ecasound. Homepage: http://www.eca.cx/ecasound/ Package: ecasound-el Priority: extra Section: lisp Installed-Size: 215 Maintainer: Debian Multimedia Maintainers Architecture: all Source: ecasound Version: 2.9.0-1.2.201403210638 Depends: ecasound, emacs23 | xemacs21 | emacsen Filename: 4.0-0/all/ecasound-el_2.9.0-1.2.201403210638_all.deb Size: 88042 MD5sum: 462cd0ed123fc99d99f5d2eba0f0aed1 SHA1: 3c5c5a832db10bb4e5b471826575e42de9703234 SHA256: 50d6637cd80270e32f0681f4ef738cb97772ce26363927d8f766115b33472fb1 Description: multitrack-capable audio recorder and effect processor (emacs) Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. . Ecasound supports a wide range of audio inputs, outputs and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. . This package provides an interactive mode for running ecasound sessions from within Emacs as well as Emacs Lisp bindings to the Ecasound Control Interface. Homepage: http://www.eca.cx/ecasound/ Package: ecb Priority: optional Section: devel Installed-Size: 3585 Maintainer: Mike O'Connor Architecture: all Version: 2.40+cvs20110608-3.5.201403210651 Depends: emacs23 | emacsen, dpkg (>= 1.15.4) | install-info Conflicts: cedet, cedet-common, cogre Filename: 4.0-0/all/ecb_2.40+cvs20110608-3.5.201403210651_all.deb Size: 829992 MD5sum: b59bd9752f00f17bc0bc6aae0088adf9 SHA1: 857f1e30bb82254086c9b686c22d895e6ad56cd3 SHA256: 2aa2f259b304474f39fcc5416c5ece339df647639b46174bfa3e480efb0cb445 Description: code browser for Emacs supporting several languages ECB is source code browser for Emacs. It is a global minor-mode which displays a couple of windows that can be used to browse directories, files and methods. It supports method parsing for Java, C, C++, Elisp etc. Homepage: http://ecb.sourceforge.net Package: echolot Priority: extra Section: mail Installed-Size: 390 Maintainer: Peter Palfrader Architecture: all Version: 2.1.8-8.4.201403210700 Depends: gnupg (>= 1.0.7), postfix | mail-transport-agent, mixmaster, libdigest-md5-perl, libhtml-template-perl, libgnupg-interface-perl (>= 0.33), adduser Filename: 4.0-0/all/echolot_2.1.8-8.4.201403210700_all.deb Size: 90070 MD5sum: 93a423bb292d7387b4dc7e5c782b8ce4 SHA1: fd4d81115e76b2b66001c7c2e3d8445c8df4fadc SHA256: 71c27c7e7340c5103971d3b96a4675a0f71600b59050810977eb020eed508997 Description: Pinger for anonymous remailers such as Mixmaster A Pinger in the context of anonymous remailers is a program that regularly sends messages through remailers to determine their status. Based on the responses, the Pinger calculates reliability statistics which may be used by remailer clients to choose a chain of remailers to use. . Furthermore, Echolot collects configuration parameters and keys of remailers and offers the collected information in a format readable by remailer clients. This helps reduce the administration effort required to use or host remailers. Package: ecl-doc Priority: optional Section: doc Installed-Size: 34 Maintainer: Debian Common Lisp Team Architecture: all Source: ecl Version: 11.1.1+dfsg1-2.19.201403210720 Suggests: ecl Filename: 4.0-0/all/ecl-doc_11.1.1+dfsg1-2.19.201403210720_all.deb Size: 6026 MD5sum: 6b6226c87df68164fd7177effc60c0f9 SHA1: 400e389a1c5d47cd4ca1774fd5852d7e3c00d4aa SHA256: 9912461a38cba2fe761f7f26d1a5549ccda7c16f8990505cd23324f58905e3fe Description: documentation for Embeddable Common-Lisp Contains the Info and HTML documentation. Homepage: http://ecls.sourceforge.net/ Package: eclipse-anyedit Priority: optional Section: devel Installed-Size: 359 Maintainer: Debian Java Maintainers Architecture: all Version: 2.4.2-1.2.201403210800 Depends: eclipse-platform (>= 3.7.0) Suggests: eclipse-jdt Filename: 4.0-0/all/eclipse-anyedit_2.4.2-1.2.201403210800_all.deb Size: 278200 MD5sum: acf7bac5128c3c3ac82608efa5e70bd2 SHA1: 5669c614ff08655fb0650c1cd40da76e9ef2e1e2 SHA256: 34622aea248d286d4858fc6e8cae4e9caa60d88f263188ddfe5a30711193aeb7 Description: Adds additional tools to the context menu of text-based Eclipse editors AnyEdit plugin adds several new tools to the context menu of text-based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also Import/Export working sets wizards. . AnyEdit can: . * show the whitespace (tabs vs. spaces) in editors and may use custom project settings for tab <-> spaces auto-convert-on-save feature. * perform tabs <-> spaces convert on multiple files or entire directories and supports also file exclusion filter for tabs <-> spaces action. * automatically remove trailing whitespaces and/or perform tabs <-> spaces conversion on a "save" action in all text-based Eclipse editors. It can automatically create a new line at the end of the file if the last line was not terminated by new line. . Also adds additional actions to menus and toolbars: . * "Save All", "Open File" and "Show whitespace in editor" buttons to the global Eclipse toolbar. * "Open File", "Open Type" and "Save to file..." actions to supported output consoles and "Save to file..." toolbar button to the Console view. * four new context menu actions to "Compare With" and "Replace With" menus in both editors and files. Homepage: http://andrei.gmxhome.de/anyedit/ Package: eclipse-cdt-autotools Priority: optional Section: devel Installed-Size: 2971 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-cdt Version: 8.1.0+dfsg-2.2.201403210807 Depends: eclipse-cdt (= 8.1.0+dfsg-2.2.201403210807), autoconf, automake Filename: 4.0-0/all/eclipse-cdt-autotools_8.1.0+dfsg-2.2.201403210807_all.deb Size: 2677456 MD5sum: ad591f492be90a88753b53268e53ece7 SHA1: 76b301bf4983edd15d79ce8229f7fa1d2ca21733 SHA256: c21d4d7b655a3dd9af2adabe6151b1905fcc8941d848b2f0ada20954c5685b57 Description: Autotools support for Eclipse CDT The Autotools suite of plugins adds to the CDT a support for building and maintaining C/C++ projects that use Autotools. With this additional support, a vast repository of C/C++ code can be checked out, built, and maintained under the CDT rather easily without having to resort to the command line. . In conjunction with the CDT, the plugin can do the following: * Build a C/C++ project that uses a configure script or an autogen script or a Makefile.cvs script * Create a simple C or C++ hello world Autotools project via a template * Allow configuration parameters to be set via a gui and to rebuild when configuration parameters are changed * Colorized editing of configuration files such as configure.in, configure.ac, Makefile.am, and Makefile.in with full hover help for autoconf/automake macros * Allow specification of multiple build configurations for a single project * Run autotools such as autoconf, automake, or aclocal directly using a gui interface * Includes hover help for autoconf and automake macros in the editors Homepage: http://www.eclipse.org/cdt/ Package: eclipse-cdt-pkg-config Priority: optional Section: devel Installed-Size: 124 Maintainer: Debian Java Maintainers Architecture: all Version: 0.5.4+svn212-1.2.201403210820 Depends: eclipse-cdt (>= 8.0.0) Filename: 4.0-0/all/eclipse-cdt-pkg-config_0.5.4+svn212-1.2.201403210820_all.deb Size: 66390 MD5sum: 018c82647a15e9e38c9d4d00f5546e75 SHA1: 691d8d1b81c5f5f7021776cfa063b1f5610707c2 SHA256: 229d8839ff356d8585a0fc3353e938300c6b5d4ecc0003ea906396c6ef6b5c47 Description: pkg-config support for Eclipse C/C++ development tools The aim of the Eclipse plug-in is to provide automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. . The plug-in will set options and switches automatically that gcc needs to add in the selected packages - specifically the header file paths, the libraries, and some other gcc switches. Homepage: http://code.google.com/p/pkg-config-support-for-eclipse-cdt/ Package: eclipse-cdt-valgrind-remote Priority: optional Section: devel Installed-Size: 145 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-linuxtools Version: 1.0.0-1.2.201403210901 Depends: eclipse-cdt-valgrind, eclipse-rse Filename: 4.0-0/all/eclipse-cdt-valgrind-remote_1.0.0-1.2.201403210901_all.deb Size: 52396 MD5sum: 8f9f3fbf095a0b2bef1f1fdfdba011c8 SHA1: d861b1b8f48ba0c600673d63565dc6fa7e8e8096 SHA256: 25bfdccc73f567f84269b18a50b826f682af11b9cbdf525171163d734f5c981e Description: Valgrind integration for Eclipse CDT (remote launch) The Linux Tools Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. . This package allows one to launch Valgrind on a remote target configured in Eclipse Remote Systems Explorer. Homepage: http://www.eclipse.org/linuxtools/ Package: eclipse-cdt-valgrind Priority: optional Section: devel Installed-Size: 1522 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-linuxtools Version: 1.0.0-1.2.201403210901 Depends: eclipse-cdt, valgrind, libswtchart-java (>= 0.8.0-1.2.201402140135) Filename: 4.0-0/all/eclipse-cdt-valgrind_1.0.0-1.2.201403210901_all.deb Size: 1395412 MD5sum: 300d4de5a613d0205abf782281e990fd SHA1: 911eb7ba3c8c9893683b9300be559c36a704c246 SHA256: 3ff84b9df24fbf3293323c6f42f2bc8a3acf3c231b090756b09e3c9d075d2175 Description: Valgrind integration for Eclipse CDT The Linux Tools Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. . Integration of these tools from Valgrind suite is provided: . * Memcheck * . Memcheck is a tool that detects memory management problems. It is Valgrind's most popular tool and seemingly the most mature. Memcheck's output is rather straight forward - it is a series of errors along with stack trace information. . The Valgrind View presents this output using a TreeViewer with the errors as top-level elements. . The stack trace is presented underneath the error and when a frame is double-clicked an editor will open and go to the line in question. . Markers represent memcheck errors inside the editor and are linked to the Problems View. . Includes an editor for Valgrind suppressions files featuring syntax highlighting, folding and code completion. . * Massif * . Massif is a heap profiling tool. It takes several "snapshots" during execution of your program detailing the various heap allocations throughout. It's output for each snapshot primarily consists the time of the snapshot, how many bytes were allocated that can be used, and how much extra was allocated than was asked. The unit of time can be configured to be instructions, milliseconds or bytes. At specified intervals, "detailed" snapshots are produced. These detailed snapshots contain a tree of heap allocations that comprise that snapshot. Unlike Memcheck, Massif does not yet support XML output. Massif's output is complex and as such requires creative ways of displaying it. Valgrind includes the ms_print program that is used to display Massif's output in a visually appealing manner. ms_print was used as a template for how to display this output. . The default view of the output is with a TableViewer. Snapshots are displayed as tabular data, just as ms_print does. . For detailed snapshots, an icon indicates the snapshot can be double-clicked and the View will display a TreeViewer of the detailed snapshots' heap allocation trees. . ms_print also provides a bar chart of bytes allocated throughout execution. In perhaps a more appropriate style, there is an option to display a detailed line chart of this data. . * Cachegrind * . Cachegrind performs cache and branching profiling. A Cachegrind profile run measures the number of cache misses and branch mispredictions performed by an application. The results of a Cachegrind profile run are displayed in the Valgrind view. These results show Cachegrind's cache/branch data in different levels of granularity. . Double-clicking on any file, function, or line will open the corresponding source file and place the cursor on the appropriate location (if the source can be resolved). . Integration with the CDT's parsed code model provides a user interface that resembles what you see in the Outline view. Homepage: http://www.eclipse.org/linuxtools/ Package: eclipse-cdt Priority: optional Section: devel Installed-Size: 36646 Maintainer: Debian Java Maintainers Architecture: all Version: 8.1.0+dfsg-2.2.201403210807 Depends: eclipse-platform (>= 3.8~), eclipse-rse, eclipse-cdt-jni (>= 8.1.0+dfsg-2.2.201403210807), gcc, make Suggests: g++ Filename: 4.0-0/all/eclipse-cdt_8.1.0+dfsg-2.2.201403210807_all.deb Size: 34771588 MD5sum: 65ea3f48d7ba7698a4a5f721306c92a9 SHA1: e10248abfc2a3d917ca050fe6a34d4767f6ac42e SHA256: ec06c40bc0e978d70f3574fd9fa9c8bc22a79448e773eb6fe6b5a2b81c9d06a6 Description: C/C++ Development Tools for Eclipse The eclipse-cdt package contains Eclipse features and plugins that are useful for C and C++ development. . The current release function includes: * C/C++ Editor (basic functionality, syntax highlighting, code completion, etc.) * C/C++ Debugger (APIs & Default implementation, using GDB) * C/C++ Launcher (APIs & Default implementation, launches and external application) * Parser * Search Engine * Content Assist Provider * Makefile generator Homepage: http://www.eclipse.org/cdt/ Package: eclipse-egit-mylyn Priority: optional Section: devel Installed-Size: 113 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-egit Version: 2.0.0-1.2.201403210826 Depends: eclipse-egit (= 2.0.0-1.2.201403210826), eclipse-mylyn Filename: 4.0-0/all/eclipse-egit-mylyn_2.0.0-1.2.201403210826_all.deb Size: 27044 MD5sum: e1f5944fb082716f49f80c7508862edb SHA1: 88d6428bdaeb3c382aa1d53c29847af1ff08dc18 SHA256: e0892a881ae751bcc6d03ca3a914ac2c01383d1f754e962a905c6f0c0b173c76 Description: Mylyn integration for EGit This plugin allows one to create links between Git commits and Mylyn tasks. It includes these functions: . * Pre-populating of the commit message with name, ID and status of active Mylyn task. * Add files changed in a particular commit into active task's context. * From Git History view, open a task corresponding to a commit. Homepage: http://www.eclipse.org/egit/ Package: eclipse-egit Priority: optional Section: devel Installed-Size: 5562 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0.0-1.2.201403210826 Depends: eclipse-platform (>= 3.7~exp), libjgit-java (>= 2.0.0-2.1.201402041026) Filename: 4.0-0/all/eclipse-egit_2.0.0-1.2.201403210826_all.deb Size: 5260658 MD5sum: e557950504fd11a3cc01593fe84a43e5 SHA1: b252c79db868275cdc1596fd7417b10eba94ce3c SHA256: 3f12098b1d28e7a55fe67126c64980be11191fc740bf78cd69a553eaf78ef91d Description: Eclipse Team provider for the Git version control system The EGit project is implementing Eclipse tooling on top of the JGit Java implementation of Git. Homepage: http://www.eclipse.org/egit/ Package: eclipse-emf-examples Priority: optional Section: java Installed-Size: 953 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-emf Version: 2.5.0-2.9.201403210838 Depends: default-jre | java5-runtime | java6-runtime, eclipse-emf (= 2.5.0-2.9.201403210838), eclipse-xsd (= 2.5.0-2.9.201403210838) Filename: 4.0-0/all/eclipse-emf-examples_2.5.0-2.9.201403210838_all.deb Size: 698202 MD5sum: 17eaf801b66fa949d36120e4fdf3a2b9 SHA1: 7bcac6e0068d58acd1c81a24dde146eaf9c82fdc SHA256: 9a991e2d2f1daa3a32a12998c1bb806570b2b4201aee1d753a75909a62852857 Description: Eclipse EMF/XSD examples Installable versions of the example projects from the SDKs that demonstrate how to use the Eclipse Modeling Framework (EMF) and XML Schema Definition (XSD) plugins. Homepage: http://www.eclipse.org/emf Package: eclipse-emf-sdk Priority: optional Section: java Installed-Size: 5494 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-emf Version: 2.5.0-2.9.201403210838 Depends: default-jre | java5-runtime | java6-runtime, eclipse-emf (= 2.5.0-2.9.201403210838), eclipse-pde (>= 3.5.2) Filename: 4.0-0/all/eclipse-emf-sdk_2.5.0-2.9.201403210838_all.deb Size: 4438944 MD5sum: f926f7b7b78d023c971b230d81814df7 SHA1: 0900908bf233fdbba9b0f949d5119d4ded51ffe5 SHA256: b9b13898d336159d4631a1acc290eb26b5d7be30f1eef513fa61e28a07fece20 Description: Eclipse Modeling Framework (EMF) - (Source/Documentation) The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . Documentation and source for the Eclipse Modeling Framework (EMF). Homepage: http://www.eclipse.org/emf Package: eclipse-emf Priority: optional Section: java Installed-Size: 5321 Maintainer: Debian Java Maintainers Architecture: all Version: 2.5.0-2.9.201403210838 Depends: default-jre | java5-runtime | java6-runtime, eclipse-platform (>= 3.5.2) Filename: 4.0-0/all/eclipse-emf_2.5.0-2.9.201403210838_all.deb Size: 4423574 MD5sum: 1be3e188c9db7d376f988951e0d8e337 SHA1: c56b6940bfa6679e85d80bb454960762789a0177 SHA256: 777313acf76a37f2efc5b5a8c3a420b76c86ecef6b37444b50789cf150dd8e33 Description: Eclipse Modeling Framework (EMF) The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. Homepage: http://www.eclipse.org/emf Package: eclipse-gef-doc Priority: optional Section: doc Installed-Size: 341 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-gef Version: 3.7.1-1.2.201403210852 Depends: eclipse-platform (>= 3.7~exp) Suggests: eclipse-gef Filename: 4.0-0/all/eclipse-gef-doc_3.7.1-1.2.201403210852_all.deb Size: 286756 MD5sum: dd0fc6a1a4650cbfcff3bc20d5c2292e SHA1: 70fe1e9467406cb7664bf7ee418fe8b9fde994a0 SHA256: 25db7d506435c1f6025946036a3e1b41f64d95b9977b1f1f2bea04a74eedd8ee Description: Eclipse Graphical Editing Framework (documentation) The Graphical Editing Framework (GEF) provides technology to create rich graphical editors and views for the Eclipse Workbench UI. It bundles three components: . * Draw2d (org.eclipse.draw2d) - A layout and rendering toolkit for displaying graphics on an SWT Canvas. * GEF (MVC) (org.eclipse.gef) - An interactive model-view-controler (MVC) framework, which fosters the implementation of SWT-based tree and Draw2d-based graphical editors for the Eclipse Workbench UI. * Zest (org.eclipse.zest) - A visualization toolkit based on Draw2d, which enables implementation of graphical views for the Eclipse Workbench UI. . Plugin documentation that can be viewed within Eclipse. Homepage: http://www.eclipse.org/gef/ Package: eclipse-gef Priority: optional Section: devel Installed-Size: 1814 Maintainer: Debian Java Maintainers Architecture: all Version: 3.7.1-1.2.201403210852 Depends: eclipse-platform (>= 3.7~exp) Suggests: eclipse-gef-doc Filename: 4.0-0/all/eclipse-gef_3.7.1-1.2.201403210852_all.deb Size: 1506374 MD5sum: f00f7d6b2a5a2b60b34dc0a7b7705514 SHA1: 5f24802960104cd28c42713d9947f5843aa3d570 SHA256: e132d88963b4d833d4b6460e964eebd220ff5ad0d2288f9acc42b5086a968c4f Description: Eclipse Graphical Editing Framework The Graphical Editing Framework (GEF) provides technology to create rich graphical editors and views for the Eclipse Workbench UI. It bundles three components: . * Draw2d (org.eclipse.draw2d) - A layout and rendering toolkit for displaying graphics on an SWT Canvas. * GEF (MVC) (org.eclipse.gef) - An interactive model-view-controler (MVC) framework, which fosters the implementation of SWT-based tree and Draw2d-based graphical editors for the Eclipse Workbench UI. * Zest (org.eclipse.zest) - A visualization toolkit based on Draw2d, which enables implementation of graphical views for the Eclipse Workbench UI. Homepage: http://www.eclipse.org/gef/ Package: eclipse-jdt Priority: optional Section: devel Installed-Size: 22750 Maintainer: Debian Orbital Alignment Team Architecture: all Source: eclipse Version: 3.8.0~rc4-1.14.201403210730 Replaces: eclipse-jdt-gcj Depends: default-jre | java5-runtime | java6-runtime, eclipse-platform (>= 3.8.0~rc4-1.14.201403210730), junit (>= 3.8.2-4), junit4 (>= 4.10-2), libhamcrest-java (>= 1.1-8~) Recommends: default-jdk | sun-java6-jdk Suggests: eclipse Filename: 4.0-0/all/eclipse-jdt_3.8.0~rc4-1.14.201403210730_all.deb Size: 21218798 MD5sum: dc5863eaef9255da725c9c664ab5a039 SHA1: 06ed5551229703cfd3381b2d677741c13b13f9d6 SHA256: bddee894a30ff095c739078fdbf9de923f1cf7c385ed4671012a82ba9db670d8 Description: Eclipse Java Development Tools (JDT) The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people's tools so seamlessly you can't tell where one tool ends and another starts. . This package provides Java Development Tools, a complete and powerful Java IDE along with several editors, a refactoring engine, Ant and JUnit integration, a debugger, and many more features. Homepage: http://www.eclipse.org/ Package: eclipse-mercurialeclipse Priority: optional Section: devel Installed-Size: 1701 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.4-2.2.201403210910 Depends: eclipse-platform (>= 3.8~), eclipse-mylyn, mercurial Filename: 4.0-0/all/eclipse-mercurialeclipse_1.9.4-2.2.201403210910_all.deb Size: 1485660 MD5sum: 6bce74510e6606ae0ff97ebded11f0f9 SHA1: 3a7ce7de4a05dbd6d4acc0ffaa31a3da1c383360 SHA256: 0a408f8b73a704a4224d10f4f8a5588b52dfd10ecfbe8d00ece08661d368568f Description: Mercurial DVCS integration for Eclipse MercurialEclipse is a plugin providing support for the highly popular Mercurial distributed version control system within the Eclipse IDE. . MercurialEclipse supports: . * cloning repositories and importing them as Eclipse projects * push, pull and convenient syncronization * working with branches (branch, merge and rebase) * tags * undo (backout, rollback and strip) * diffs * histories * patches * Mercurial extensions (mqueue, transplant and such) Homepage: http://www.javaforge.com/project/HGE Package: eclipse-mylyn-builds-hudson Priority: optional Section: devel Installed-Size: 208 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924), libgoogle-gson-java (>= 2.1-2.2.201403200843), libhttpclient-java (>= 4.1.1-2.7.201403192019), libhttpcore-java (>= 4.1.4-2.1.6.201403192027), libjaxme-java (>= 0.5.2+dfsg-6.10.201402032341) Filename: 4.0-0/all/eclipse-mylyn-builds-hudson_3.8.0-2.2.201403210924_all.deb Size: 106778 MD5sum: f295bb1a68581c47b2dab149b5a4e64e SHA1: 00299843f506520386c1ef9c699e674ae3d98df1 SHA256: c8c4f55b11835342cc05509971068ef241c8256060a6116bc869662ce58d1304 Description: Mylyn Hudson/Jenkins Connector Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . This package provides integration with Hudson and Jenkins continuous integration servers. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-context-cdt Priority: optional Section: devel Installed-Size: 165 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924), eclipse-cdt (>= 8.0.0) Filename: 4.0-0/all/eclipse-mylyn-context-cdt_3.8.0-2.2.201403210924_all.deb Size: 72620 MD5sum: 7299a90d831e51d9ce2c47bf0c6405ea SHA1: 862614c75c41210387379b72a10da0cd1fa62a68 SHA256: 868c26476b6f76e3d7f1d432d9789a6e8d5e0d9d7a8fedcbbf003a90aa5f92f9 Description: Mylyn context integration for Eclipse CDT Mylyn context provides usage monitoring, degree-of-interested modeling and the task-focused user extensions implementation for the Eclipse UI, which re-aligns the user experience around tasks and provides features such as workspace focusing and one-click multitasking. . This package provides Mylyn context integration for Eclipse C/C++ Development Tools. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-context-jdt Priority: optional Section: devel Installed-Size: 312 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924), eclipse-jdt (>= 3.7~exp) Filename: 4.0-0/all/eclipse-mylyn-context-jdt_3.8.0-2.2.201403210924_all.deb Size: 199284 MD5sum: 15d4a42acda3024df33bbdd182fb44f7 SHA1: 77f6480cc742215fca2c649313e127bd3152ea31 SHA256: f0b66313f1d90826037caf536cae88036d82a78360765bf466e3fd89e36c0fad Description: Task support for Eclipse JDT Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Mylyn Task-Focused UI extensions for JDT. Provides focusing of Java element views and editors. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-context-pde Priority: optional Section: devel Installed-Size: 161 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-platform (>= 3.7~exp), eclipse-pde (>= 3.7~exp), eclipse-mylyn-context-jdt (= 3.8.0-2.2.201403210924) Filename: 4.0-0/all/eclipse-mylyn-context-pde_3.8.0-2.2.201403210924_all.deb Size: 66510 MD5sum: c972f5ae52a671936c808731e6433611 SHA1: a08275c2ac12b5a854ba6d4c28dcb606beb2190b SHA256: 2d9785671abc6eb34b518a98c7422b75fba8269b62d0ad88eea6f9ca966b0e83 Description: Task support for Eclipse PDE Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Mylyn Task-Focused UI extensions for PDE. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-tasks-bugzilla Priority: optional Section: devel Installed-Size: 594 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924) Filename: 4.0-0/all/eclipse-mylyn-tasks-bugzilla_3.8.0-2.2.201403210924_all.deb Size: 466686 MD5sum: 5d13afd142e8a65a342b274a9975a3a3 SHA1: 4c51e7837627a7824513953697207a1126862452 SHA256: ebd084fef7dc1b2193805b56120b91a89e3cb1654867bccc38722ca20c2162fc Description: Mylyn Bugzilla Connector Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Bugzilla client integrated with Eclipse and Mylyn Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-tasks-trac Priority: optional Section: devel Installed-Size: 317 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924), libgoogle-gson-java (>= 2.1-2.2.201403200843) Filename: 4.0-0/all/eclipse-mylyn-tasks-trac_3.8.0-2.2.201403210924_all.deb Size: 211412 MD5sum: 3ce11880db2ddaa920ebbe3754d4e879 SHA1: e2eddc40142d94ca775984a73ac3a0ae72728c40 SHA256: c8a52ea1822a9f8a2a0bbddc17c0237c8a35187e0631ffd5cdb75e26782424a2 Description: Mylyn Trac Connector Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Trac client integrated with Eclipse and Mylyn; can be used standalone. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-versions-cvs Priority: optional Section: devel Installed-Size: 108 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924) Filename: 4.0-0/all/eclipse-mylyn-versions-cvs_3.8.0-2.2.201403210924_all.deb Size: 19514 MD5sum: 5c187a900561c563c855f05439cb7346 SHA1: d42a64ae9591d2f6bbafa6d6c064c08b92a4795f SHA256: 7341ceb13e144400dd7219bc25045a28bd75b3b1e9b6ecac725daa280e3c794e Description: Mylyn version control integration for CVS Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Mylyn version control integration for CVS. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn-wikitext Priority: optional Section: devel Installed-Size: 2439 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-mylyn Version: 3.8.0-2.2.201403210924 Depends: eclipse-mylyn (= 3.8.0-2.2.201403210924), libjsoup-java (>= 1.6.2-1.1.201402051323) Filename: 4.0-0/all/eclipse-mylyn-wikitext_3.8.0-2.2.201403210924_all.deb Size: 2226904 MD5sum: 0c7e804fdb69e92686b5386066aa42b4 SHA1: 78769c8b50a6007545d399330f1b7b02893e6658 SHA256: e3cc2feeb9f25a34f6cae892a0301f15179bfe1f0515c48da749eceba9b7a13d Description: Mylyn WikiText Mylyn integrates task support into Eclipse. It supports offline editing for certain task repositories and monitors work activity to hide information that is not relevant to the current task. Also included is the Mylyn Focused UI for reducing information overload when working with tasks and the Bugzilla task connector. . Enables parsing and display of lightweight markup (wiki text). Extends the Mylyn task editor to create a markup-aware editor. Homepage: http://www.eclipse.org/mylyn Package: eclipse-mylyn Priority: optional Section: devel Installed-Size: 4841 Maintainer: Debian Java Maintainers Architecture: all Version: 3.8.0-2.2.201403210924 Depends: eclipse-platform (>= 3.7~exp), eclipse-emf, libaxis-java (>= 1.4-16.2.12.201403140533), libcommons-discovery-java (>= 0.5-3.7.201403121249), libcommons-lang-java (>= 2.6-3.7.201403121335), libgnujaf-java (>= 1.1.1-8.12.201403200803), libgnumail-java (>= 1.1.2-7.16.201403200809), libjaxp1.3-java (>= 1.3.05-2.10.201401281911), libjdom1-java (>= 1.1.2+dfsg-2.9.201401282205), librome-java (>= 1.0-3.7.201403161613), libws-commons-util-java (>= 1.0.1-7.2.201403120851), libwsdl4j-java (>= 1.6.2-4.8.201403141406), libxmlrpc3-client-java (>= 3.1.3-5.5.201403122012), libxmlrpc3-common-java (>= 3.1.3-5.5.201403122012) Filename: 4.0-0/all/eclipse-mylyn_3.8.0-2.2.201403210924_all.deb Size: 3938610 MD5sum: 465a523f562bdced87d5cca9e6bdfa97 SHA1: ff364d4e3392665859ec0483cf6a4badd1d7eded SHA256: 37d64224f42108ed9e78fdb1752edd5e7116208e127a80d37eef43e2403f7633 Description: Task-Focused Interface for Eclipse Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA. . Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise. Homepage: http://www.eclipse.org/mylyn Package: eclipse-platform-data Priority: optional Section: devel Installed-Size: 38533 Maintainer: Debian Orbital Alignment Team Architecture: all Source: eclipse Version: 3.8.0~rc4-1.14.201403210730 Replaces: eclipse (<< 3.5.2), eclipse-platform (<< 3.8.0~), eclipse-platform-gcj, eclipse-plugin-cvs Depends: libtomcat7-java Breaks: eclipse-platform (<< 3.8.0~), eclipse-plugin-cvs Filename: 4.0-0/all/eclipse-platform-data_3.8.0~rc4-1.14.201403210730_all.deb Size: 34265120 MD5sum: b216e1691bd4158f1520934de9c8fb7d SHA1: f3e0daf2ac488e40159abf40f6e96943375b1bae SHA256: 0ca57ce9eeb591e186e91a9dae3ebb3a73280760f3addf42ab5e803e0c1a4e71 Description: Eclipse platform without development plug-ins (data) The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people's tools so seamlessly you can't tell where one tool ends and another starts. . This package provides the Eclipse Platform and is the base for all Eclipse development plug-ins, but it does not include any except CVS support for source code management. Other plugins are available in different packages, for example: . * eclipse-jdt Java Development Tools * eclipse-pde Plug-in Development Tools * eclipse-cdt C/C++ Development Tools . This package contains the architecture-independent data files. Homepage: http://www.eclipse.org/ Package: eclipse-rse Priority: optional Section: java Installed-Size: 11904 Maintainer: Debian Orbital Alignment Team Architecture: all Version: 3.1.2-1.9.201403210954 Depends: default-jre | java5-runtime | java6-runtime, eclipse-emf (>= 2.0.8), eclipse-platform (>= 3.5.2), libcommons-net2-java (>= 2.2-2.6.201403121410) Filename: 4.0-0/all/eclipse-rse_3.1.2-1.9.201403210954_all.deb Size: 10402056 MD5sum: 445135c194413d96a0c5c3b2c2de3283 SHA1: 11de630fbd4594a63b823a421de60593a2ddb722 SHA256: 46b34c6c64c84045035b829717f9354d142158e5e649dbcfb2e317070390170c Description: Eclipse Remote System Explorer (RSE) Remote System Explorer is a framework and toolkit in Eclipse Workbench that allows you to connect and work with a variety of remote systems. . RSE is a framework and toolkit in Eclipse Workbench, that allows you to connect and work with a variety of remote systems, including . * remote file systems through SSH, FTP or dstore agents, * remote shell access (compiling with error navigation), * remote process handling through dstore agents, * and remote debugging through CDT / gdb. Homepage: http://www.eclipse.org/dsdp/tm/ Package: eclipse-xsd-sdk Priority: optional Section: java Installed-Size: 2791 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-emf Version: 2.5.0-2.9.201403210838 Depends: default-jre | java5-runtime | java6-runtime, eclipse-emf-sdk (= 2.5.0-2.9.201403210838), eclipse-pde (>= 3.5.2), eclipse-xsd (= 2.5.0-2.9.201403210838) Filename: 4.0-0/all/eclipse-xsd-sdk_2.5.0-2.9.201403210838_all.deb Size: 2510558 MD5sum: ac99ae00f2c94832150d0311aaae230c SHA1: 118dc385a716d9c6a044c20fee7e6707dfa29772 SHA256: ef70814b583ef7807b68999935cc5f3789922523bb64aa60fcfe80a666055834 Description: XML Schema Definition (XSD) for Eclipse - (Source/Documentation) The XML Schema Definition (XSD) plugin is a library that provides an API for manipulating the components of an XML Schema as described by the W3C XML Schema specifications, as well as an API for manipulating the DOM-accessible representation of XML Schema as a series of XML documents. . Documentation and source for the Eclipse XML Schema Definition (XSD) plugin. Homepage: http://www.eclipse.org/emf Package: eclipse-xsd Priority: optional Section: java Installed-Size: 1631 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-emf Version: 2.5.0-2.9.201403210838 Depends: default-jre | java5-runtime | java6-runtime, eclipse-emf (= 2.5.0-2.9.201403210838) Filename: 4.0-0/all/eclipse-xsd_2.5.0-2.9.201403210838_all.deb Size: 1319868 MD5sum: 29df24c2e12922655d6f32b2d0e442a0 SHA1: 1f00b871cc7ee614739ed4fec80f4d29280fd3d5 SHA256: ef868f7972c2ba2907ef227d56beb8444908e71d615fc32cd3d588e59ef644c9 Description: XML Schema Definition (XSD) for Eclipse The XML Schema Definition (XSD) plugin is a library that provides an API for manipulating the components of an XML Schema as described by the W3C XML Schema specifications, as well as an API for manipulating the DOM-accessible representation of XML Schema as a series of XML documents. Homepage: http://www.eclipse.org/emf Package: eclipse Priority: optional Section: devel Installed-Size: 137 Maintainer: Debian Orbital Alignment Team Architecture: all Version: 3.8.0~rc4-1.14.201403210730 Depends: eclipse-jdt (>= 3.8.0~rc4-1.14.201403210730), eclipse-pde (>= 3.8.0~rc4-1.14.201403210730) Filename: 4.0-0/all/eclipse_3.8.0~rc4-1.14.201403210730_all.deb Size: 56156 MD5sum: 62d83aac444a2cccf3352d2aaa80740e SHA1: fc92029117d26d1c453bea8508b6d2fab370fac1 SHA256: 88c37478c82052217cf3615688061f6264074eb278993ef8feda143c93358547 Description: Extensible Tool Platform and Java IDE The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people's tools so seamlessly you can't tell where one tool ends and another starts. . This package provides the whole Eclipse SDK that contains Eclipse Platform, Java development tools and Plug-in Development Environment, including source and both user and programmer documentation. Homepage: http://www.eclipse.org/ Package: edb Priority: optional Section: lisp Installed-Size: 1176 Maintainer: Jari Aalto Architecture: all Version: 1.31-2.4.201403211042 Depends: dpkg (>= 1.15.4) | install-info, emacs23 | emacs22 | emacs-snapshot | emacs, make Filename: 4.0-0/all/edb_1.31-2.4.201403211042_all.deb Size: 418962 MD5sum: ddc7b7c05c8df488552108b48f91be0d SHA1: d4a3e89117cc9da9042090bb77a290420e724f8e SHA256: c696c3798e46289c05f18e963d22a4529d990b516762af4c144165a7255aeeea Description: database program for GNU Emacs EDB is a database program for GNU Emacs. It permits you to manipulate structured (or not-so-structured) data within Emacs and provides many of the usual database features. Homepage: http://www.gnuvola.org/software/edb Package: edict-el Priority: optional Section: lisp Installed-Size: 250 Maintainer: Roland Mas Architecture: all Version: 1.06-9.4.201403211110 Depends: emacs23 | emacsen, edict Filename: 4.0-0/all/edict-el_1.06-9.4.201403211110_all.deb Size: 60146 MD5sum: 0bb5b216d8cf6d0a5388e29e9bd6b2e1 SHA1: cc51d57f4e26cde48598713f18dc06621a6b1f1c SHA256: c79e535dc17f96f9c8a59e305de2a5b5c2165ede244c826ad006d549c2bf721c Description: An Emacs interface to Edict This package provides edict.el and associated files, thus allowing to query the Edict Japanese-English dictionary from within Emacs. . Using the region and couple of keystrokes, edict.el will look up the Japanese key and return all the Edict entries containing that key, in a pop-up buffer. English is even easier, you just put point anywhere in the word you want to look up. Package: edict Priority: optional Section: text Installed-Size: 13436 Maintainer: Ludovic Drolez Architecture: all Version: 2012.05.09-1.8.201403211105 Suggests: lookup | xjdic | sdic-edict Filename: 4.0-0/all/edict_2012.05.09-1.8.201403211105_all.deb Size: 4610642 MD5sum: 4c1c65b8a2813ad8e736d51f5bfeb5eb SHA1: 71db9c3671fe823c07b49d080a5b2c6fdfcefe0f SHA256: 8017dab1ea35942c1e9cba079f8ae23c13e55abfb4031f24ca4349bf1823c79a Description: English / Japanese dictionary The EDICT file is the outcome of a voluntary project to produce a freely available Japanese / English dictionary in machine-readable form. This package also contains the compdic, computing and communications dictionary file. Homepage: http://www.csse.monash.edu.au/~jwb/edict.html Package: editmoin Priority: optional Section: text Installed-Size: 88 Maintainer: Martin Pitt Architecture: all Version: 1.17-1.4.201403211137 Depends: python Suggests: vim-addon-manager Filename: 4.0-0/all/editmoin_1.17-1.4.201403211137_all.deb Size: 14150 MD5sum: 4d138ff57b8eb01edc1592a541522005 SHA1: d486da9bbdaf8cc25b3866c25c8c910237cd46b7 SHA256: c5ddd7c01d2c82103e4c008e3c2ffd36595b257bfac053462d37ffa7ba33e466 Description: edit MoinMoin wiki pages with your favourite editor editmoin allows you to edit pages in MoinMoin wikis with your preferred editor instead of the (usually quite limited) web browser text areas. . It also supports configuration files to define shortcuts for URLs that you edit often. . This package also includes a Vim syntax file. Install vim-addon-manager and use "vim-addons install editmoin" to activate. . However, you can use any other editor by setting the standard $EDITOR environment variable. Homepage: http://labix.org/editmoin Package: editra Priority: extra Section: editors Installed-Size: 8835 Maintainer: Alejandro Garrido Mota Architecture: all Version: 0.6.58-1.8.201403211147 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-wxgtk2.8 Filename: 4.0-0/all/editra_0.6.58-1.8.201403211147_all.deb Size: 2639938 MD5sum: ea3bac91f153891e665084d63190de1a SHA1: 6eaaeb87e0c586b0afab321f9df0f9480568269e SHA256: 30f642100b2639d08eda944642a0aa5e6b1661b82848971e709d7b7cc983c9d5 Description: simple multi-platform text editor Editra is a multi-platform text editor with an implementation that focuses on creating an easy to use interface and features that aid in code development. Currently it supports syntax highlighting and variety of other useful features for over 60 programming languages. Homepage: http://editra.org Package: edos-debcheck Priority: optional Section: devel Installed-Size: 27 Maintainer: Ralf Treinen Architecture: all Version: 1.0-9.4.201403211210 Depends: edos-distcheck (>= 1.4.2-2) Filename: 4.0-0/all/edos-debcheck_1.0-9.4.201403211210_all.deb Size: 3290 MD5sum: eb04583611e7832a85db649db3eea193 SHA1: 85f649dc54901ae6f169b7d304fdeda11bbea2b7 SHA256: fb5d50562ae64232d87d334f7bfec704cd7588924563f50b763a98daed36b311 Description: Check package dependencies (transitional package) This is a transitional package which can be safely removed, its only purpose is to pull in the dependency on edos-distcheck Homepage: http://www.edos-project.org/xwiki/bin/view/Main/debcheck_home Package: edos-rpmcheck Priority: optional Section: devel Installed-Size: 27 Maintainer: Ralf Treinen Architecture: all Source: edos-debcheck Version: 1.0-9.4.201403211210 Depends: edos-distcheck (>= 1.4.2-2) Filename: 4.0-0/all/edos-rpmcheck_1.0-9.4.201403211210_all.deb Size: 3302 MD5sum: 6ce2ee7d204173606e0dddd879a1e5a4 SHA1: fa5b20bdaea801520bf95a555cc2d0c66e4ed544 SHA256: 14b39c407ff9d101221d2bdc23f8ad8b546402864368ae9fdfa96975d4fbb332 Description: Check package dependencies (transitional package) This is a transitional package which can be safely removed, its only purpose is to pull in the dependency on edos-distcheck Homepage: http://www.edos-project.org/xwiki/bin/view/Main/debcheck_home Package: eeepc-acpi-scripts Priority: extra Section: utils Installed-Size: 142 Maintainer: Debian Eee PC Team Architecture: all Version: 1.1.12.4.201403211216 Depends: acpid (>= 1:2.0.0-1), acpi-support-base, acpi-support, initscripts (>= 2.88dsf-13.3), pm-utils, rfkill (>= 0.3-3) Suggests: alsa-utils, libnotify-bin Filename: 4.0-0/all/eeepc-acpi-scripts_1.1.12.4.201403211216_all.deb Size: 26614 MD5sum: b4acc1fa5ae9cc776733f474dda755f1 SHA1: 12e8bb319dfccbff84fb39a191570fb5a70a11da SHA256: 197097fc5e4004af1c7e1cf0c6a07267353a4472b07a8b51174fe7c3963e6e0a Description: Scripts to support suspend and hotkeys on the Asus Eee PC laptop This package adds support to the special features of Asus Eee PC series of laptops. These include sleep (suspend) and hotkeys such as wireless, brightness, mute, volume, video output toggle and the 'soft' keys available in some models. Package: eekboek-db-postgresql Priority: extra Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Source: eekboek Version: 2.00.04-1.4.201403211230 Depends: perl, eekboek (= 2.00.04-1.4.201403211230), libdbd-pg-perl Suggests: postgresql Filename: 4.0-0/all/eekboek-db-postgresql_2.00.04-1.4.201403211230_all.deb Size: 31124 MD5sum: cb7274e708c9f5ecd4d5149718242f61 SHA1: b907909a23ad93d5aace06cb3af546362217b26c SHA256: 5f6fcbab746bfdf3427ccdc0c9320dcd863ee3c0d35d96323d96587cb2507dde Description: PostgreSQL database driver for EekBoek This package includes EB::DB::Postgres, the PostgreSQL database driver for EekBoek. It also makes sure a PostgreSQL database back end is available for EekBoek. Install it if you'd like to use EekBoek with PostgreSQL (instead of the default SQLite). Homepage: http://www.eekboek.nl/ Package: eekboek-gui Priority: extra Section: perl Installed-Size: 108 Maintainer: Debian Perl Group Architecture: all Source: eekboek Version: 2.00.04-1.4.201403211230 Depends: perl, eekboek (= 2.00.04-1.4.201403211230), libwx-perl, libwx-perl-processstream-perl Filename: 4.0-0/all/eekboek-gui_2.00.04-1.4.201403211230_all.deb Size: 62208 MD5sum: bc09c56e5ec6efc864d42be634317f1c SHA1: 04bc8077580358fb85e97c812c1bdc2bee1166f2 SHA256: 2d9b6647eeaf91284100eee836baa0e4fdacb34d04ba0fab3f421dd9deb0ffbd Description: Graphical User Interface for EekBoek This package includes ebwxshell, the EekBoek GUI. It offers an EekBoek browser, useful for viewing the administrative data. It's especially useful for generating, printing and pinpointing reports. Furthermore, it offers a raw interface to the EekBoek Shell. Finally, it offers a Wizard to help configuring new bookkeeping administrations. . Install it if you need a friendly interface to the EekBoek reporting facilities, or if you would like help in configuring EekBoek. However, if you prefer working in pure text mode, or don't like to install the WX graphical packages, you should not install this package. Homepage: http://www.eekboek.nl/ Package: eekboek Priority: extra Section: perl Installed-Size: 1466 Maintainer: Debian Perl Group Architecture: all Version: 2.00.04-1.4.201403211230 Depends: perl, libarchive-zip-perl, libcarp-assert-perl, libdbd-sqlite3-perl, libdbi-perl, libterm-readline-gnu-perl Suggests: eekboek-gui Filename: 4.0-0/all/eekboek_2.00.04-1.4.201403211230_all.deb Size: 464208 MD5sum: ce438ffc7cb0697e9a8ea3529b243deb SHA1: 0f121f1bb79cc300499b210293e2a62055943a2a SHA256: 83c66f984a60a67f9525e75f00f0b678797631c27a7e64e62fc39d07c49c9924 Description: Bookkeeping software for small and medium-size businesses EekBoek is a bookkeeping package for Dutch users; it creates reports such as a balance sheet ("Balans"), a general journal ("Journaal"), a general ledger ("Grootboek") and a VAT report ("BTW-aangifte"). . Unlike other accounting software, EekBoek has a command-line interface: The EekBoek Shell (with tab completion). It uses a database as back end: either PostgreSQL (using the eekboek-db-postgresql package) or SQLite. Interoperability is a key feature of EekBoek: editable text dumps of all your data are possible at any time. EekBoek can generate an "XML Auditfile Financieel" (XAF) as used by Dutch tax office. Furthermore, it has a complete Perl API to create your own custom applications. . The EekBoek documentation is available in Dutch only. . If you'd like to use EekBoek with a PostgreSQL back end (instead of the default SQLite), install the package eekboek-db-postgresql. If you'd like to use the Eekboek GUI, install the suggested package eekboek-gui. Homepage: http://www.eekboek.nl/ Package: eficas Priority: optional Section: science Installed-Size: 12317 Maintainer: Debian Science Team Architecture: all Version: 6.4.0-1-1.1.2.201403211257 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pmw, python-numpy, python-qt4, xpdf, qt-assistant-compat Filename: 4.0-0/all/eficas_6.4.0-1-1.1.2.201403211257_all.deb Size: 2084018 MD5sum: 2b12a9c908e8013726413dbb65c6759a SHA1: 4820a9a5c026b1ba7593b17365b2cfdeefa67d67 SHA256: 8d4280cbfb7de3a7329770a64bf721c4b83658685324edf5ba176617fc1bf50e Description: Graphical editor for Code Aster command files This package provides an application to help the creation of Code Aster command files. Thanks to this graphical user interface, a user can intuitively create a Aster command file without knowing the syntax. . Code Aster is all-purpose Finite Element Method (FEM) simulation software for structural analysis. Homepage: http://www.code-aster.org/ Package: egg Priority: extra Section: utils Installed-Size: 867 Maintainer: ISHIKAWA Mutsumi Architecture: all Version: 4.0.6+0.20041122cvs-19.4.201403211352 Depends: emacs23 | emacs23-lucid | emacs23-nox | emacs22 | emacs22-gtk | emacs22-nox | emacs-snapshot-gtk | emacs-snapshot-lucid | emacs-snapshot | emacs-snapshot-nox Pre-Depends: make Suggests: canna, freewnn-jserver, freewnn-cserver, freewnn-kserver, anthy Conflicts: emacs-dl-wnn Filename: 4.0-0/all/egg_4.0.6+0.20041122cvs-19.4.201403211352_all.deb Size: 172580 MD5sum: 3b748f69ddf312b37876a82c55953312 SHA1: 9d02d265032cdf9febdde0f1fb949a268f53d9c3 SHA256: 56296fc1b8d20a1b11a21b0eac4d8806b64fe46b803461113050bba596649937 Description: Tamago Ver. 4 -- EGG Input Method Architecture for Emacsen Tamago version 4 (aka egg4) is Input Method Architecture for emacsen. All of these is written by elisp (you don't need to modify emacsen). It can use with FreeWnn (jserver, cserver, tserver), Wnn6/Wnn7/Wnn8 jserver, Canna server and Anthy server. Package: eggdrop-data Priority: extra Section: net Installed-Size: 1161 Maintainer: Guilherme de Siqueira Pastore Architecture: all Source: eggdrop Version: 1.6.20-1.6.201403211355 Replaces: eggdrop (>= 1.6.16-2) Filename: 4.0-0/all/eggdrop-data_1.6.20-1.6.201403211355_all.deb Size: 461156 MD5sum: b54725b3e9e9245e8feecaea623bde76 SHA1: a3eabc317a656897f226b618856a6205adb93828 SHA256: 0ed20c20c700af9643a60c18b041190eab90530931fa60980f191db6554aaaf3 Description: Architecture independent files for eggdrop This package contains all the files that eggdrop places on /usr/share. These files are not specific to a single processor architecture once the package is built, so a single package can serve all the archs Debian supports. . This package is not useful at all if eggdrop is not installed. Homepage: http://www.eggheads.org/ Package: eglibc-source Priority: optional Section: devel Installed-Size: 20720 Maintainer: GNU Libc Maintainers Architecture: all Source: eglibc Version: 2.13-38.17.201410221243 Recommends: xz-utils Filename: 4.0-0/all/eglibc-source_2.13-38.17.201410221243_all.deb Size: 13370600 MD5sum: 8d7d6ce0ee2942cbd858f54e42929e75 SHA1: 125a89f9f1be56e876db0c5a665ae40c4badd1f9 SHA256: 431baa64a928c97aa06507d700778dfc7d15bf95d56b75bd43de36c33cc3e381 Description: Embedded GNU C Library: sources This package contains the sources and patches which are needed to build eglibc. Multi-Arch: foreign Homepage: http://www.eglibc.org Package: eiskaltdcpp-common Priority: optional Section: net Installed-Size: 182 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-common-unstable Conflicts: eiskaltdcpp-common-unstable Breaks: eiskaltdcpp (<< 2.1.0) Filename: 4.0-0/all/eiskaltdcpp-common_2.2.6-4.6.201403211807_all.deb Size: 83070 MD5sum: 6d7e958a7bb46c6322b39300dc4820dd SHA1: 8795fddcd8d52f066307c07ab6d09d7d0b473413 SHA256: 1b7196fb792a5dbce8c81b3e1d3d644878e9d0a3e818b2e8248c0e0358abfd2b Description: common files for EiskaltDC++ This package contains the common files for the different EiskaltDC++ versions. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp-emoticons Priority: optional Section: net Installed-Size: 809 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-emoticons-unstable Suggests: php5-cli Conflicts: eiskaltdcpp-emoticons-unstable Filename: 4.0-0/all/eiskaltdcpp-emoticons_2.2.6-4.6.201403211807_all.deb Size: 450768 MD5sum: 6c8810b233f620d4ed47f5dbc3e080fe SHA1: 067ce1dbeb648cf819a3c1f01b074b9fffaa1aa1 SHA256: 8018a6ea8076736f0e0d50ffc9b93d86b38472ed9d519971c0b80efc8ef34fa8 Description: emoticons for EiskaltDC++ This package contains the emoticon packs for EiskaltDC++. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp-gtk-data Priority: optional Section: net Installed-Size: 2265 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-gtk-data-unstable Suggests: php5-cli, eiskaltdcpp-emoticons, eiskaltdcpp-scripts, eiskaltdcpp-sounds Conflicts: eiskaltdcpp-gtk-data-unstable Filename: 4.0-0/all/eiskaltdcpp-gtk-data_2.2.6-4.6.201403211807_all.deb Size: 436558 MD5sum: 2fb3c1f0fbc386338268268360c0bdad SHA1: b1347b910df3a9d16d4eb12c2bb1ccb4796f5e66 SHA256: 89f6f1291093aeed7680d2b973c1bdccbcd2e77880f2d476578501fbe8c51aac Description: data files for EiskaltDC++ Gtk This package contains the data files for EiskaltDC++ Gtk. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp-qt-data Priority: optional Section: net Installed-Size: 2727 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-qt-data-unstable Suggests: php5-cli, eiskaltdcpp-emoticons, eiskaltdcpp-scripts, eiskaltdcpp-sounds Conflicts: eiskaltdcpp-qt-data-unstable Breaks: eiskaltdcpp (<< 2.1.0) Filename: 4.0-0/all/eiskaltdcpp-qt-data_2.2.6-4.6.201403211807_all.deb Size: 1131268 MD5sum: 930be88d3468301e00c82c0704f6abbe SHA1: 7e7c4bb38ae6d2cef5f373ae1ca86cca5e567e7b SHA256: c0d1a7f8faae8a79977dae098b5200fa3f66c0eeb0160130744ccf80ebeb6c62 Description: data files for EiskaltDC++ Qt This package contains the data files for EiskaltDC++ Qt. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp-scripts Priority: optional Section: net Installed-Size: 208 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-scripts-unstable Suggests: php5-cli Conflicts: eiskaltdcpp-scripts-unstable Breaks: eiskaltdcpp (<< 2.1.0) Filename: 4.0-0/all/eiskaltdcpp-scripts_2.2.6-4.6.201403211807_all.deb Size: 57558 MD5sum: bc6aba3631a5e0a05b304141407a1ad5 SHA1: a57d062e7af766e85a4b9d97eba5f2d5b133a56b SHA256: e550e6ec79f7a5f08f3097edfa6a3354659d3e00328710039c9098c48ead3040 Description: scripts examples for EiskaltDC++ This package contains the scripts examples for EiskaltDC++. It used by /sh and /alias chat commands (see man-page or /help in chat). . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp-sounds Priority: optional Section: net Installed-Size: 374 Maintainer: Boris Pek Architecture: all Source: eiskaltdcpp Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-sounds-unstable Conflicts: eiskaltdcpp-sounds-unstable Filename: 4.0-0/all/eiskaltdcpp-sounds_2.2.6-4.6.201403211807_all.deb Size: 230086 MD5sum: bff1d2013ca427a2791aa8ff8d6b513c SHA1: 3e85cb0d931f90a63141af86cf3ed1ccd30ff489 SHA256: b09561a5a028b0fb3b7edbaa2c8c050e45e6ff221d3b1eee7dfc153667319458 Description: sound files for EiskaltDC++ This package contains the sound files for EiskaltDC++. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: eiskaltdcpp Priority: optional Section: net Installed-Size: 53 Maintainer: Boris Pek Architecture: all Version: 2.2.6-4.6.201403211807 Replaces: eiskaltdcpp-unstable Depends: eiskaltdcpp-qt (>= 2.2.6-4.6.201403211807) | eiskaltdcpp-gtk (>= 2.2.6-4.6.201403211807), eiskaltdcpp-emoticons, eiskaltdcpp-scripts, eiskaltdcpp-sounds Conflicts: eiskaltdcpp-unstable Filename: 4.0-0/all/eiskaltdcpp_2.2.6-4.6.201403211807_all.deb Size: 19776 MD5sum: a806c4f34a5178fba9c1f2e6edb77bb8 SHA1: 9ed5c08404f0129a71eee04f3241b07073cea785 SHA256: 6ef9e4f5e7f31931495b61735a710e4efd311efe43530edd79ae040acf1a7a10 Description: EiskaltDC++ meta-package This package installs the most popular and recommended combination of EiskaltDC++ related packages. . EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. Homepage: http://code.google.com/p/eiskaltdc/ Package: ekg2-api-docs Priority: optional Section: doc Installed-Size: 21600 Maintainer: Marcin Owsiany Architecture: all Source: ekg2 Version: 1:0.3.1-3.2.201403211846 Filename: 4.0-0/all/ekg2-api-docs_0.3.1-3.2.201403211846_all.deb Size: 2861692 MD5sum: a1d7476989cd6dbe8f39e4178ed82a62 SHA1: 7ec5ef22ac2e380575ce44625d77d2ae5228533a SHA256: 3f56225b814a6fed64ddafcee6413f2f3cb7e7dcb9fd6bd2b200f122e0b7204a Description: instant messenger and IRC client for UNIX systems - API documentation EKG2 is an open source instant messenger program for UNIX systems. The program has a plugin-based structure, and supports multiple protocols, currently Jabber, ICQ, Gadu-Gadu, IRC, RivChat, PolChat, NNTP and RSS. Also a generic filesystem-based communication mechanism called "xmsg" is supported. . This package contains the API documentation, useful for developers who want to create or improve plugins. Homepage: http://ekg2.org/ Package: el-get Priority: extra Section: editors Installed-Size: 348 Maintainer: Julien Danjou Architecture: all Version: 3.1-1.2.201403211911 Depends: emacs23 | emacsen Filename: 4.0-0/all/el-get_3.1-1.2.201403211911_all.deb Size: 95904 MD5sum: 4a3b77323684e6cd59413138aa0eff4f SHA1: 2809c6ed072d95d7b44077fd6bcc6c02b95e4ef5 SHA256: 15bdccd00dd0c2f0360c84c07e5f45041e9e9b756eb78080821f434f7f10f673 Description: install and manage elisp code for Emacs Allows you to install and manage elisp code for Emacs. It supports lots of differents types of sources and is able to 'install' them, 'update' them and 'remove' them, but more importantly it will 'init' them for you. . That means it will care about requiring the 'features' you need, loading the files, setting the 'Info' paths so that C-h i shows the new documentation you now depend on, and finally call your own :after function for you to setup the extension. Homepage: http://github.com/dimitri/el-get/ Package: elastix-doc Priority: optional Section: doc Installed-Size: 68764 Maintainer: Debian Med Packaging Team Architecture: all Source: elastix Version: 4.5-2.2.201403211914 Filename: 4.0-0/all/elastix-doc_4.5-2.2.201403211914_all.deb Size: 32525280 MD5sum: 89d55b61a13d2e2dbeb543663197a455 SHA1: df8b5d7a14934dd1907d2492576a73a3fe983886 SHA256: 292f9b1815719bddea020509da21de720eb2523e675ec8df61d1c58d81cec64f Description: toolbox for rigid and nonrigid registration of images - docs Image registration based on the well-known Insight Segmentation and Registration Toolkit (ITK). The software consists of a collection of algorithms that are commonly used to solve (medical) image registration problems. The modular design of elastix allows the user to quickly configure, test, and compare different registration methods for a specific application. A command-line interface enables automated processing of large numbers of data sets, by means of scripting. Homepage: http://elastix.isi.uu.nl/ Package: eldav Priority: optional Section: net Installed-Size: 128 Maintainer: TANIGUCHI Takaki Architecture: all Version: 0.8.1-5.4.201403211949 Depends: emacs23 | emacsen, apel (>= 10.4+cvs.2003.05.29-1), nd (>= 0.7.0) Filename: 4.0-0/all/eldav_0.8.1-5.4.201403211949_all.deb Size: 22566 MD5sum: c57f00e5fdb61285f22d5ec37dd169fc SHA1: 77a378121595eca5410e9a68135fd766223aee80 SHA256: 4f12cc9655844436eac53322f5145874257c2b49f07929404b6983a0e124d29b Description: interface to the WebDAV servers for Emacs. WebDAV files can be treated just like a normal file in Emacsen. Emacs/w3 is not required. External program is used for WebDAV access. Package: electric Priority: optional Section: electronics Installed-Size: 11808 Maintainer: Debian Java Maintainers Architecture: all Version: 8.10-2.9.201403211951 Depends: default-jre, bsh, java-wrappers Recommends: libjava3d-java Filename: 4.0-0/all/electric_8.10-2.9.201403211951_all.deb Size: 11235282 MD5sum: ea568a04c55c2c2e8b309ea7ce058518 SHA1: 92b273b20bb7a50cb073229bde1720c6eedabb2f SHA256: 6d077e50f052469d29714b73877dae3824c75203b36026a5f5581a7bfb5bdd47 Description: electrical CAD system Electric is a sophisticated electrical CAD system that can handle many forms of circuit design, including custom IC layout (ASICs), schematic drawing, hardware description language specifications, and electro-mechanical hybrid layout. Homepage: http://www.staticfreesoft.com/productsFree.html Package: elektra-doc Priority: optional Section: doc Installed-Size: 689 Maintainer: Pino Toscano Architecture: all Source: elektra Version: 0.7.1-1.2.201403212005 Filename: 4.0-0/all/elektra-doc_0.7.1-1.2.201403212005_all.deb Size: 205740 MD5sum: 595ec1933425f83f759dcf5495d8a5f5 SHA1: 7279171afcbd0ea1d16a75cc128d1857feeb5b31 SHA256: 448408f57517938a9e67aa9f8d0f33966e8e578819141d2869c11ec5cd09677f Description: elektra configuration store, API documentation Elektra provides a universal and secure framework to store configuration parameters in a hierarchical key-value pair mechanism, instead of each program using its own text configuration files. This allows any program to read and save its configuration with a consistent API, and allows them to be aware of other applications' configurations, permitting easy application integration. While architecturally similar to other OS registries, Elektra does not have most of the problems found in those implementations. . This package contains the API documentation for the Elektra libraries. Homepage: http://www.libelektra.org/ Package: elib Priority: optional Section: lisp Installed-Size: 405 Maintainer: Joerg Jaspert Architecture: all Version: 1.0-11.1.5.201407141553 Depends: emacs21 | emacsen, make Filename: 4.0-0/all/elib_1.0-11.1.5.201407141553_all.deb Size: 103514 MD5sum: bffd62fda37f7fadc0010d9deaec6cd4 SHA1: 1900ba864fe7187f32e945e5c86ba2d2fe0b355d SHA256: 9c5b607b21a98ace6b62847c12786fb8434549017d21200d7aac1c4f72aacf87 Description: Library of commonly-used Emacs functions Elib is designed to be for Elisp programs what libg++ is for C++ programs: a collection of useful routines which don't have to be reinvented each time a new program is written. . Elib contains code for: - container data structures (queues, stacks, AVL trees, etc) - string handling functions missing in standard emacs - minibuffer handling functions missing in standard emacs - routines for handling lists of so called cookies in a buffer. Package: elida Priority: optional Section: devel Installed-Size: 77 Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.4+nmu1.4.201403212038 Depends: bzip2, devscripts, diffstat, lintian, mpack, patchutils, pbuilder, piuparts, sudo Filename: 4.0-0/all/elida_0.4+nmu1.4.201403212038_all.deb Size: 8626 MD5sum: 921aa0b6876f3ce574497594a1378327 SHA1: 9c51a25f72d3f58ed42e6a1c192587a7884fb3c1 SHA256: 345838ea07bb08e38f809fc456d3928760ebb64700b576c3360c68e370e9d3e9 Description: pbuilder mail interface elida accepts the URL of a .dsc file from the subject of a email message and downloads the rest of the files of the corresponding Debian source package. If there is a previous version in Debian, a diff between the old and new source packages is reported. It then runs pbuilder, piuparts, and lintian. The reports are compressed and emailed back to the user. Package: elinks-doc Priority: optional Section: doc Installed-Size: 1263 Maintainer: Y Giridhar Appaji Nag Architecture: all Source: elinks Version: 0.12~pre5-9.40.201403212049 Suggests: elinks Conflicts: elinks (<< 0.11.3-1), elinks-lite (<< 0.11.3-1) Filename: 4.0-0/all/elinks-doc_0.12~pre5-9.40.201403212049_all.deb Size: 626334 MD5sum: 77c9d06746209d8ed66a54a8139386df SHA1: f376987c35d0a4187ac721ea7ab6a0a43f7c1589 SHA256: c10ca361e6d41511907f294e7fe6e1fa8864d795fe98142fa30e26708d7da752 Description: advanced text-mode WWW browser - documentation ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package contains the documentation and manuals for ELinks. Homepage: http://elinks.cz/ Package: elisa Priority: optional Section: oldlibs Installed-Size: 82 Maintainer: Maintainers of GStreamer packages Architecture: all Source: moovida Version: 1.0.9+bzr1614-1.1.7.201403161431 Depends: moovida, python-moovida (= 1.0.9+bzr1614-1.1.7.201403161431), moovida-plugins-good, moovida-plugins-bad Recommends: moovida-plugins-ugly Filename: 4.0-0/all/elisa_1.0.9+bzr1614-1.1.7.201403161431_all.deb Size: 43652 MD5sum: ee40c8c6476e7c4525c6a948d0dfef30 SHA1: 18fb4e2b8378d4519465de9a960a47f2c0deaa3e SHA256: 05ba53a6d44dd99e24f93fc5642324e679c6dfe312057f2c3cb3923ae6d51b62 Description: The Elisa media center application (transitional package) Moovida is much more than a simple media player... it is a cutting edge media center bringing the best of the internet to your TV screen. Automatically creating your own digital library you can browse from your sofa with a remote control. The elegant and easy to use interface automatically displays artwork and fan art throughtout and gives you access to movie synopsis and artist info. . This is a dummy transitional package to ensure clean upgrades from old releases (the package elisa is replaced by moovida). If nothing depends on it, this package can be safely removed after upgrade. Package: elkdoc Priority: optional Section: doc Installed-Size: 522 Maintainer: Sam Hocevar Architecture: all Source: elk Version: 3.99.8-2.4.201403212119 Filename: 4.0-0/all/elkdoc_3.99.8-2.4.201403212119_all.deb Size: 427994 MD5sum: d40aef5d39c90699b1ac3490b1f085cc SHA1: f9d55642ad31fbe163554a3b85901d1639be6e55 SHA256: 9fb59368b6ede2cb37fbf2ffc05748d0a0127091a39d1dc2c70382e046e328c0 Description: documentation for the Extension Language Kit Elk is an implementation of the Scheme programming language, designed specifically as an embeddable, reusable extension language subsystem for applications written in C or C++. . This package contains the Elk documentation. Package: elki Priority: extra Section: science Installed-Size: 5486 Maintainer: Erich Schubert Architecture: all Version: 0.5.0-1.2.201403212125 Depends: openjdk-7-jre | java6-runtime, fop, libtrove3-java, java-wrappers Suggests: openjdk7-jdk | java6-sdk Filename: 4.0-0/all/elki_0.5.0-1.2.201403212125_all.deb Size: 4840376 MD5sum: c8f9a03f7d1bb6349e800604b4d0d40d SHA1: 14ffc7e6a9f4a0e196cb72bcd69c01681db6e534 SHA256: 4d85ee977b3df2454dd7b86a92f38d9672a3d3f9e2fd7fa5fbde39e84b527823 Description: Data mining algorithm development framework ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package also includes the source code, since this software is meant for the rapid development of such algorithms, not so much for end users. Homepage: http://elki.dbs.ifi.lmu.de/ Package: elks-libc Priority: optional Section: devel Installed-Size: 650 Maintainer: Juan Cespedes Architecture: all Source: linux86 Version: 0.16.17-3.1.16.201403131056 Replaces: bcc (<< 0.14.9), linux86 Recommends: bcc (= 0.16.17-3.1.16.201403131056) Conflicts: linux86 Filename: 4.0-0/all/elks-libc_0.16.17-3.1.16.201403131056_all.deb Size: 230756 MD5sum: 297aa996867b8288f822ab115a8956ff SHA1: 9fb0488d511595b44bbf1cf10befa120bfd5ebd7 SHA256: 771f3f999c4c35cd122ef574235745e498d6654435686acbb7f2e8d496d19526 Description: 16-bit x86 C library and include files This is the C library used to compile with bcc. It includes all the headers and static libraries needed to build 16-bit applications, for Linux/8086, Linux/i386 and DOS .COM executables. Package: elmer-common Priority: extra Section: science Installed-Size: 3715 Maintainer: Debian Science Maintainers Architecture: all Source: elmerfem Version: 6.1.0.svn.5396.dfsg2-2.15.201403212130 Depends: ttf-freefont Recommends: elmer (>= 6.1.0.svn.5396.dfsg2-2.15.201403212130) Filename: 4.0-0/all/elmer-common_6.1.0.svn.5396.dfsg2-2.15.201403212130_all.deb Size: 1502382 MD5sum: 2620c374df97dce40b48fbf3127348dd SHA1: 4b763159e69508101a67600c28bff063d350a068 SHA256: 42fc7a559ab0a561b774cd174f99c22f25dbbbed2f739b21d37aa9d8c511a387 Description: finite element multiphysics suite - architecture-independent files The Elmer multiphysics simulation package includes physical models of fluid dynamics, structural mechanics, electromagnetics, heat transfer, and acoustics, among others. These are described by partial differential equations which Elmer solves by the Finite Element Method (FEM). . Elmer uses METIS (or its free counterpart Scotch) for mesh partitioning, and (P)ARPACK, UMFPACK, BLAS/LAPACK, and hypre to solve the sparse linear systems resulting from FEM discretization. It includes pre- and post-processors, and several examples illustrating simulation of various physical phenomena. . Elmer's lead institution is CSC in collaboration with Finnish universities, research institutes, and industry. . This package provides the architecture-independent files for Elmer. Homepage: http://www.csc.fi/elmer/ Package: elscreen Priority: optional Section: utils Installed-Size: 223 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1.4.6-5.4.201403212140 Depends: apel Suggests: speedbar, w3m-el Filename: 4.0-0/all/elscreen_1.4.6-5.4.201403212140_all.deb Size: 42842 MD5sum: 0fc628589d4b7cca3ba98718bea63efc SHA1: 82af5ac51aa7af05582cb0ae7764a3782d07d0df SHA256: d4f0dd5464bf1ce5d4edde2849b0e8b8e92d0c4d31c5aaf6b81edc9ce27d96ae Description: Screen for Emacsen This Emacs Lisp enables you to have multiple screens (window-configuration) on your Emacsen, just like GNU screen does on the shell environment. Homepage: http://www.morishima.net/~naoto/software/elscreen/index.php.en Package: elserv Priority: optional Section: web Installed-Size: 280 Maintainer: Junichi Uekawa Architecture: all Version: 0.4.0+0.20011203cvs-17.1.4.201403212143 Depends: emacs23 | emacsen, flim, ruby Suggests: emacs-wiki, mhc Filename: 4.0-0/all/elserv_0.4.0+0.20011203cvs-17.1.4.201403212143_all.deb Size: 83434 MD5sum: fcf9c7d1e20fbe3051d01589f5260898 SHA1: d0ed001a3cea49b9da4bb764e3e16ec2c8abe2e8 SHA256: da395ff4a3da10ce50878e0d4b14f5a2da30398daed76b213dfdd8c065422112 Description: HTTP server that runs on Emacsen Elserv is an HTTP server which runs on Emacs, as a background process. Since Emacs does not support server sockets, Elserv runs dedicated server process (ruby script) as a backend process and communicate with it to provide a server feature on Emacs. Package: elvis-common Priority: optional Section: editors Installed-Size: 2794 Maintainer: Kapil Hari Paranjape Architecture: all Source: elvis Version: 2.2.0-11.1.4.201403212146 Conflicts: elvis (<< 2.2.0-2) Filename: 4.0-0/all/elvis-common_2.2.0-11.1.4.201403212146_all.deb Size: 677010 MD5sum: 52a79fc78d288bc5221f31b850cf65a8 SHA1: 9daf6f40e736da5287c1c4958e4424b216f9636d SHA256: 2d011c30a10757929dc922b59204462ca5599420a33aa34ff09619279b1860a6 Description: common files for elvis, elvis-console and elvis-tools This package provides the common files (manual, ex scripts, digraph files, etc.) that are needed by the packages elvis, elvis-console and elvis-tools. Homepage: http://elvis.vi-editor.org Package: elyxer Priority: optional Section: text Installed-Size: 1029 Maintainer: Debian LyX Maintainers Architecture: all Version: 1.2.3-1.4.201403212155 Depends: python Filename: 4.0-0/all/elyxer_1.2.3-1.4.201403212155_all.deb Size: 334986 MD5sum: 1ab3e28065ba1ded3ac32ba63c7c5c11 SHA1: ae7022e47dc8698af09a35d4927f860f38ffd8dd SHA256: f257012884ab8f29535e47bbab90c7d27935705b99b028e38f620fd6b81021a5 Description: standalone LyX to HTML converter eLyXer (pronounced elixir) is a standalone LyX to HTML converter written in Python. eLyXer has a focus on flexibility and elegant output. It's not yet possible to convert every LyX document but a lot of document types already work. Homepage: http://www.nongnu.org/elyxer/ Package: elza Priority: optional Section: interpreters Installed-Size: 128 Maintainer: Sebastien Delafond Architecture: all Version: 1.4.3-16.5.201403212158 Depends: perl Suggests: stunnel, libnet-socks-perl (>= 0.03-1) Filename: 4.0-0/all/elza_1.4.3-16.5.201403212158_all.deb Size: 42928 MD5sum: 5440b61d66e83eebaa3433ca3e238d79 SHA1: a3ef56b0111db27143032d2b48025f41ca9cafb2 SHA256: cc8e3bdf6d489e725e818eb994f0fc374d09dd8c042734c1fbb952c6a4122986 Description: Script language for automating HTTP requests Elza is a set of perl scripts which can be used as an interpreter for automating requests on web pages. It can extract dynamic URLs from a page, handle forms, cookies, HTTP authentication, redirects / refreshes, etc. Package: emacs-calfw-howm Priority: extra Section: lisp Installed-Size: 82 Maintainer: KURASHIKI Satoru Architecture: all Source: emacs-calfw Version: 1.3+git20111208-1.2.201403212203 Depends: emacs-calfw (= 1.3+git20111208-1.2.201403212203), howm Suggests: elscreen Filename: 4.0-0/all/emacs-calfw-howm_1.3+git20111208-1.2.201403212203_all.deb Size: 6656 MD5sum: 88b66a9c528048ebd731ba1e19879b05 SHA1: 935c83310e227da6d1880189a7d027da2460fa7b SHA256: bc16ace7c90b9b3154645a1cfe209220b351475ae05913e566736b616f5ed658 Description: calendar framework for Emacs (howm add-on) This program displays a calendar view in the Emacs buffer, which also work with org-agenda, google calendar, and ical. . This sub package provides support for using with howm. Homepage: https://github.com/kiwanami/emacs-calfw/ Package: emacs-calfw Priority: extra Section: lisp Installed-Size: 206 Maintainer: KURASHIKI Satoru Architecture: all Version: 1.3+git20111208-1.2.201403212203 Depends: emacs23 Suggests: org-mode, emacs-calfw-howm Breaks: emacs-calfw-howm (<= 1.2-1) Filename: 4.0-0/all/emacs-calfw_1.3+git20111208-1.2.201403212203_all.deb Size: 39628 MD5sum: 3cb926c6328e456eb1656eaf0e6cb700 SHA1: f5e63e9d3559aa76b55b6b6a0357ee4ff90bf705 SHA256: 0018e76a92400f172d1d9b0a0f9d7e423e706ea78d34d61d6e6af314ca43bafc Description: calendar framework for Emacs This program displays a calendar view in the Emacs buffer, which also work with org-agenda, google calendar, and ical. Homepage: https://github.com/kiwanami/emacs-calfw/ Package: emacs-goodies-el Priority: optional Section: lisp Installed-Size: 3374 Maintainer: Peter S Galbraith Architecture: all Version: 35.2+nmu1.6.201403212209 Replaces: emacs-goodies-extra-el Provides: emacs-goodies-extra-el Depends: emacs23 | emacsen, bash (>= 2.05a) | bash-static, dpkg (>= 1.15.4) | install-info Recommends: dict, wget, perl-doc Filename: 4.0-0/all/emacs-goodies-el_35.2+nmu1.6.201403212209_all.deb Size: 848592 MD5sum: c2f257b207da072ab5e4d7153e791731 SHA1: 2c17ae96df3eafac13fbb51cc1c8ad33521d2d01 SHA256: fd2b342390cd5dc199477fe54eddb666452dd5235deb5cc31015257ca7234c30 Description: Miscellaneous add-ons for Emacs This package contains: align-string - align string components over several lines; all - edit all lines matching a given regexp; apache-mode - major mode for editing Apache configuration files; ascii - ASCII code display for character under point; auto-fill-inhibit - finer grained control over auto-fill-mode; bar-cursor - change your cursor to a bar instead of a block; bm - visible bookmarks in buffers; boxquote - quote texts in nice boxes; browse-huge-tar - browse tar files without reading them into memory; browse-kill-ring - browse, search, modify the kill ring; clipper - save strings of data for further use; coffee - now Emacs can even brew coffee; color-theme - changes the colors used within Emacs; csv-mode - major mode for comma-separated value files; ctypes - enhanced Font lock support for custom defined types; dedicated - make a window dedicated to a single buffer; df - display in the mode line space left on devices; dict - wrapper around the 'dict' command. (Depends on bash and dict) diminish - shorten or erase modeline presence of minor modes; dir-locals - provides directory-wide local variables; edit-env - display, edit, delete and add environment variables; egocentric - highlight your name inside emacs buffers; eproject - assign files to projects, programatically ff-paths - $PATH-like searching in C-x C-f; filladapt - enhances Emacs's built-in adaptive fill; floatbg - slowly modify background color; framepop - display temporary buffers in a dedicated frame; graphviz-dot-mode.el - mode for the dot-language used by graphviz (att). highlight-beyond-fill-column - highlight lines that are too long; highlight-completion - highlight completions in the minibuffer; highlight-current-line - highlight line where the cursor is; home-end - alternative Home and End commands; htmlize - HTML-ize font-lock buffers; initsplit - split customizations into different files; joc-toggle-buffer - fast switching between two buffers; joc-toggle-case - a set of functions to toggle the case of characters; keydef - a simpler way to define key mappings; keywiz - Emacs key sequence quiz; lcomp - list-completion hacks; maplev - major mode for Maple; map-lines - map a command over lines matching a regexp; markdown-mode - major mode for editing Markdown files; marker-visit - navigate through a buffer's marks in order; matlab - major mode for MatLab dot-m files; minibuf-electric - electric minibuffer behavior from XEmacs; minibuffer-complete-cycle - cycle through the *Completions* buffer; miniedit - enhanced editing for minibuffer fields; mutt-alias - lookup and insert the expansion of mutt mail aliases; muttrc-mode - major mode for editing Mutt config files; obfusurl - obfuscate an URL; pack-windows - resize all windows to display as much info as possible; perldoc - show help for Perl functions and modules. (Depends on perl-doc); pod-mode - major mode for editing POD files; pp-c-l - display Control-l characters in a pretty way; projects - create project-based meaningful buffer names; prot-buf - protect buffers from accidental killing; protocols - perform lookups in /etc/protocols; quack - enhanced support for editing and running Scheme code; rfcview - view IETF RFCs with readability-improved formatting; services - perform lookups in /etc/services; session - saves settings between Emacs invocations and visits to a file; setnu - setnu-mode, a vi-style line number mode; shell-command - enables tab-completion for shell-command; show-wspace - highlight whitespaces of various kinds; silly-mail - generate bozotic mail headers; slang-mode.el - a major-mode for editing S-Lang scripts; sys-apropos - interface for the *nix apropos command; tabbar - Display a tab bar in the header line; tail - "tail -f" a file or a command from within Emacs; tc - cite text with proper filling; thinks - quote texts in cartoon-like think bubbles; tlc - major mode for editing Target Language Compiler scripts; tld - explain top-level domain names; todoo - major mode for editing TODO files; toggle-option - easily toggle frequently toggled options; twiddle - mode line hacks to keep you awake; under - underline a region with ^ characters; upstart-mode - mode for editing upstart files; xrdb-mode - mode for editing X resource database files. . See /usr/share/doc/emacs-goodies-el/README.Debian.gz for a short description of all files, or the Info node `emacs-goodies-el' for details. Package: emacs-intl-fonts Priority: optional Section: fonts Installed-Size: 10935 Maintainer: Debian QA Group Architecture: all Source: intlfonts Version: 1.2.1-8.4.201403210037 Depends: emacsen-common Suggests: xfonts-intl-arabic, xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic Filename: 4.0-0/all/emacs-intl-fonts_1.2.1-8.4.201403210037_all.deb Size: 2523628 MD5sum: b2e83a90bd1af7ed193d7b34a8ad66f5 SHA1: b1f76e5da1f1b319b27efbe216c85b4e17ea2e88 SHA256: 45ba9874b07eadc9d0cecc8417a7d2b3b7947788e2060656f75b62676af023eb Description: Fonts to allow multi-lingual PostScript printing from Emacs This package includes BDF fonts to print Amharic, Arabic, Cantonese, Chinese, Czech, Danish, Esperanto, Estonian, Finnish, French, German, Greek, Hebrew, Hindi, Italian, Japanese, Korean, Maltese, Nederlands, Norwegian, Polish, Russian, Slovak, Spanish, Swedish, Thai, Tigrigna, Turkish and Vietnamese text as bit-mapped PostScript. To see these languages in X, you can use the xfonts-intl-* packages (among others). Enhances: emacs21 Package: emacs-jabber Priority: optional Section: net Installed-Size: 657 Maintainer: Debian QA Group Architecture: all Version: 0.8.0-3.4.201403212212 Depends: emacs23 | emacsen | xemacs21-basesupport (>= 2004.02.02), dpkg (>= 1.15.4) | install-info Recommends: xprintidle, gnutls-bin | starttls Filename: 4.0-0/all/emacs-jabber_0.8.0-3.4.201403212212_all.deb Size: 182304 MD5sum: e5d27c0d2c6b84ed59e871b8df650610 SHA1: fc75935bcdcd67819fe859d3c5faa14ab7e9829e SHA256: a74e459bd298a02d5473a5f9541d2440266e5c819013ada0f711e9f51849b469 Description: Jabber client for Emacsen jabber.el (emacs-jabber) is a Jabber client for Emacs and XEmacs. While this is still a development version, it offers all the basic instant messaging functions and is highly customizable. Homepage: http://emacs-jabber.sourceforge.net/ Package: emacs-window-layout Priority: extra Section: lisp Installed-Size: 105 Maintainer: KURASHIKI Satoru Architecture: all Version: 1.1-2.2.201403212217 Depends: emacs23 | emacs22 Filename: 4.0-0/all/emacs-window-layout_1.1-2.2.201403212217_all.deb Size: 11480 MD5sum: 46e0cf9d685331afd7621b6a087274f7 SHA1: c7af967a65723a66937ac8be6a30098967d467e8 SHA256: 2da4fc9c34dc0227b9dd4b1d7d9cc36691ce597994d91e29f6119fe324708801 Description: window layout manager for emacs This elisp library provides functions to split a frame or window into some windows according to a layout recipe. Homepage: https://github.com/kiwanami/emacs-window-layout Package: emacs23-el Priority: optional Section: editors Installed-Size: 13553 Maintainer: Rob Browning Architecture: all Source: emacs23 Version: 23.4+1-4.25.201403250607 Depends: emacs23-common (= 23.4+1-4.25.201403250607) Filename: 4.0-0/all/emacs23-el_23.4+1-4.25.201403250607_all.deb Size: 13795672 MD5sum: d8af74751cedf2a43264993f60bd30f2 SHA1: c733dbcdd10354474345c38b3566a3386a9c1471 SHA256: 8d3067df6ee55e94ed770c49e8042d283cf7dabf2759e14f61e1b2f27055dda4 Description: GNU Emacs LISP (.el) files GNU Emacs is the extensible self-documenting text editor. This package contains the elisp sources for the convenience of users, saving space in the main package for small systems. Homepage: http://www.gnu.org/software/emacs/ Package: emacs Priority: optional Section: editors Installed-Size: 25 Maintainer: Rob Browning Architecture: all Source: emacs-defaults Version: 45.0.2.201403212206 Depends: emacs23 | emacs23-lucid | emacs23-nox Filename: 4.0-0/all/emacs_45.0.2.201403212206_all.deb Size: 1640 MD5sum: 2c6097f34945b50719c64f4236dece69 SHA1: 7980d43270583df4bf4b833158df62cffa161506 SHA256: 4e8cad15fe17e572f1ae418de0560c10a40241cad3e90804fdeb09d7545b2dae Description: GNU Emacs editor (metapackage) GNU Emacs is the extensible self-documenting text editor. This is a metapackage that will always depend on the latest recommended Emacs release. Package: emacspeak Priority: extra Section: editors Installed-Size: 8710 Maintainer: Debian QA Group Architecture: all Version: 29.0-9.4.201403212252 Depends: tclx8.4, tcl8.4, perl, emacsen-common, make, emacs23 | emacs22, adduser, debconf, debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.15.4) | install-info Suggests: emacspeak-ss, psgml, xsltproc, eflite, espeak, w3m-el Conflicts: emacspeak-dt (<= 0.30), emacspeak-ss (<< 1.12-2) Filename: 4.0-0/all/emacspeak_29.0-9.4.201403212252_all.deb Size: 2263234 MD5sum: 98e25bbd05863ffa3faa38f5853c17ee SHA1: 7f06d0ab7bf4386dd90893c5fdfd23b081afbbfc SHA256: 80ba79d5414c7d1d54000ef7bf5d3001bd819ce79b2d74b2dd67a9d0a0166c24 Description: speech output interface to Emacs Emacspeak is a speech output system that will allow someone who cannot see to work directly on a UNIX system. . Emacspeak is built on top of Emacs. Once Emacs is started with Emacspeak loaded, users get spoken feedback for all actions. As Emacs can do everything, they get speech feedback for everything they do. . This package includes speech servers written in Tcl to support the DECtalk Express and DECtalk MultiVoice speech synthesizers. For other synthesizers, look for separate speech server packages such as emacspeak-ss and eflite. Homepage: http://emacspeak.sf.net Package: email-reminder Priority: optional Section: mail Installed-Size: 205 Maintainer: Francois Marier Architecture: all Version: 0.7.6-5.4.201403212256 Depends: perl, debconf (>= 0.5) | debconf-2.0, libxml-dom-perl, libgtk2-perl, libdate-manip-perl, libemail-valid-perl, cron, adduser, debconf Recommends: anacron, exim4 | mail-transport-agent, libemail-mime-encodings-perl, libauthen-sasl-perl, libnet-smtp-ssl-perl Filename: 4.0-0/all/email-reminder_0.7.6-5.4.201403212256_all.deb Size: 51556 MD5sum: 2694a6fe6315b77a2f8796ff49776cf8 SHA1: fecb2d9b25b0aab72dd2e80aee433fff4d05d4b9 SHA256: 6cc1fa09c33a151852771b6c996c350265a9113c9787c4521c613be7ee73cb3e Description: Send event reminders by email Email-reminder allows users to define events that they want to be reminded of by email. Possible events include birthdays, anniversaries and yearly events. Reminders can be sent on the day of the event and/or a few days beforehand. . This package includes the cron job that checks for events and send reminders once a day, and a simple GUI allowing users to edit the reminders they want to receive. . Make sure you install the anacron package if your computer is turned off at night or the reminders will never get sent. Homepage: http://www.email-reminder.org.nz Package: emboss-data Priority: optional Section: science Installed-Size: 305559 Maintainer: Debian Med Packaging Team Architecture: all Source: emboss Version: 6.4.0-2.5.201403212318 Filename: 4.0-0/all/emboss-data_6.4.0-2.5.201403212318_all.deb Size: 39106322 MD5sum: 85eaea85096ab63333098e29d4eb39a0 SHA1: 4f710593815a73b7f71aa5e1524b5ca51c32fd50 SHA256: 9656bf935e6d4689e59f6d3efb4e95e1dfdb1d5047f5e7e7f48591656e9ba1e4 Description: data files for the EMBOSS package This package includes data files needed by EMBOSS, the European Molecular Biology Open Software Suite. Homepage: http://emboss.sourceforge.net Package: emboss-doc Priority: optional Section: doc Installed-Size: 15539 Maintainer: Debian Med Packaging Team Architecture: all Source: emboss Version: 6.4.0-2.5.201403212318 Suggests: pdf-viewer | postscript-viewer Filename: 4.0-0/all/emboss-doc_6.4.0-2.5.201403212318_all.deb Size: 3724494 MD5sum: 0b47da0f626e1137347ed9bb4ae7da38 SHA1: dd68dcc660c78e28003e2c653d45ad33b83aa635 SHA256: 9126258387cd89e08d25638abd619b6b4d56b9c886b051b7ea7f857129913d63 Description: documentation for EMBOSS This package includes non-essential user documentation for EMBOSS, the European Molecular Biology Open Software Suite. Homepage: http://emboss.sourceforge.net Package: emboss-explorer Priority: optional Section: science Installed-Size: 240 Maintainer: Debian-Med Packaging Team Architecture: all Version: 2.2.0-7.4.201403212337 Depends: perl, libmailtools-perl, libemboss-acd-perl, emboss (>= 5.0.0), emboss-data, apache2 | httpd-cgi Recommends: emboss-doc Filename: 4.0-0/all/emboss-explorer_2.2.0-7.4.201403212337_all.deb Size: 46560 MD5sum: 4290cc7f8cefef78dee9373840d37078 SHA1: 4466e01e35cc1c21ece32517f0f3fa8370ba4c2f SHA256: 97fc1104061b22ea91db206505bba9d8f529a0f49388a7f71fc09df62a886294 Description: web-based GUI to EMBOSS EMBOSS explorer is a web-based graphical user interface to the EMBOSS suite of bioinformatics tools. It is written in Perl. . If you use the Apache HTTP server, you will at most have to restart it before using EMBOSS explorer. For other web servers, you will have to do the configuration by yourself. Homepage: http://embossgui.sourceforge.net/ Package: emboss-test Priority: optional Section: misc Installed-Size: 29382 Maintainer: Debian Med Packaging Team Architecture: all Source: emboss Version: 6.4.0-2.5.201403212318 Recommends: tcsh | csh | c-shell Suggests: valgrind Filename: 4.0-0/all/emboss-test_6.4.0-2.5.201403212318_all.deb Size: 4484250 MD5sum: 7c3f98bc19184b16f5e9407eec80c2f2 SHA1: dd2acd1959d3e217c54dece74d86b62dd82479a0 SHA256: 0f8bfa5629af3c094e7348fbe721241a9af5858f978853db665e649592647e4e Description: test files for the EMBOSS package This package includes test files for EMBOSS, the European Molecular Biology Open Software Suite. . It is a good idea to use the data from this package for your bug reports when possible. Homepage: http://emboss.sourceforge.net Package: emdebian-crush Priority: extra Section: utils Installed-Size: 153 Maintainer: Neil Williams Architecture: all Version: 2.2.19.4.201403212348 Replaces: dpkg-cross (<= 2.3.2), emdebian-buildsupport (<= 2.2.2), emdebian-qa (<= 2.2.0), emdebian-tools (<= 2.1.3), libemdebian-tools-perl Provides: emdebian-qa, emdebian-tools, libemdebian-tools-perl Depends: perl, dpkg-dev, emdebian-grip, libconfig-auto-perl, pdebuild-cross, sudo Suggests: svn-buildpackage Conflicts: emdebian-buildsupport, emdebian-qa, emdebian-tools Filename: 4.0-0/all/emdebian-crush_2.2.19.4.201403212348_all.deb Size: 47850 MD5sum: ba1689d23262b756b50d9a9c98b7c666 SHA1: 8ca8056fa6df8eaf4d8320d82c50563e2d417c93 SHA256: 779128b0a51604518cb45ff1e5dc9f52f0bec1eb56705f8ebff646cec0ab2c59 Description: emdebian crossbuilding helpers A collection of scripts and checks to ease cross-building Debian packages for Emdebian to make functional changes that benefit embedded systems and reducing the length of dependency chains. . This package primarily serves to support Emdebian Crush, the cross-built distribution using busybox and lacking perl support. For Emdebian Grip or Emdebian Baked support, see the emdebian-grip package. Homepage: http://www.emdebian.org/crush/ Package: emdebian-grip-server Priority: extra Section: utils Installed-Size: 405 Maintainer: Neil Williams Architecture: all Source: emdebian-grip Version: 3.0.7.8.201403212352 Replaces: emdebian-grip (<= 2.0.1) Depends: perl, debhelper, devscripts, dpkg-dev, emdebian-grip, edos-debcheck, emdebian-tdeb, emdebian-archive-keyring, reprepro, wget, libdebian-packages-compare-perl (= 3.0.7.8.201403212352), liblocale-gettext-perl, libwww-perl Recommends: dctrl-tools, fakeroot Filename: 4.0-0/all/emdebian-grip-server_3.0.7.8.201403212352_all.deb Size: 177066 MD5sum: 5d5c2b84914c2abe498eba7919bc0472 SHA1: 511103990af406b343354c532a4355e09302aa7e SHA256: 6f38879fbcaf31ade72f3d94ee377e35c3b22c44c5f20b644b7ad11113f04d2c Description: server-side support for Emdebian Grip Provides server-side scripts to manage and update the conversion of Debian packages into 'gripped' packages that have no Debian documentation, manpages or infopages. . Includes PHP support to process grip update logs and an example cron script to run on the buildd. . Also includes the grip-config replacements for install-info and update-alternatives to handle gripped packages without errors and a brief guide to preparing the grip-config package to replace the dpkg default scripts. . This package does not depend on the rest of emdebian-tools. Homepage: http://www.emdebian.org/grip/ Package: emdebian-grip Priority: extra Section: utils Installed-Size: 263 Maintainer: Neil Williams Architecture: all Version: 3.0.7.8.201403212352 Replaces: emdebian-grip-server (<= 2.1.0) Depends: perl, apt, debhelper, devscripts, dpkg-dev (>= 1.15.2), emdebian-tdeb, libparse-debian-packages-perl Recommends: fakeroot, libparse-debianchangelog-perl Suggests: deb-gview, meld Filename: 4.0-0/all/emdebian-grip_3.0.7.8.201403212352_all.deb Size: 84732 MD5sum: 0da15eb1c48f9379cdbedaebff90a018 SHA1: f3524e2424852ea977e505e8fadf8057ac00a7fa SHA256: 60e01df0762fb385ad7a0f6b9d33e21a1ec408895948ff8d2d1f46077865c43a Description: support for the Grip flavour of Emdebian Supports on-the-fly conversion of regular Debian packages into 'gripped' packages that have no Debian documentation, manpages or infopages using DEB_BUILD_OPTIONS. . Supports the extension of Emdebian Grip to packages that are not currently available from the Grip repository, by machines already running Emdebian Grip. . This package does not depend on the rest of emdebian-tools. Homepage: http://www.emdebian.org/grip/ Package: emdebian-tdeb Priority: extra Section: utils Installed-Size: 199 Maintainer: Neil Williams Architecture: all Source: emdebian-grip Version: 3.0.7.8.201403212352 Replaces: emdebian-tools (<= 1.4.10) Depends: perl, debhelper, devscripts, dpkg-dev, gettext, libparse-debcontrol-perl Recommends: fakeroot, qt4-linguist-tools Filename: 4.0-0/all/emdebian-tdeb_3.0.7.8.201403212352_all.deb Size: 90496 MD5sum: f47bec390bc22d7f9b1f526d5ef60d20 SHA1: f9765b56f66669b7a57303c1eaa0bf32730d7f9e SHA256: 89c9b0eeb2d920291c323dea140557cd5b11ee855aa435adbd97ee939ebc4812 Description: Debian TDeb handling scripts Experimental scripts to implement TDeb support. . Includes a debhelper wrapper as well as the main script, dpkg-gentdeb which can be configured to generate one or more TDeb packages containing the debconf templates, runtime translations (gettext and linguist) and translated manpages. Homepage: http://www.emdebian.org/grip/ Package: emelfm2-svg-icons Priority: optional Section: x11 Installed-Size: 703 Maintainer: Jari Aalto Architecture: all Version: 20100219-2.4.201403212356 Filename: 4.0-0/all/emelfm2-svg-icons_20100219-2.4.201403212356_all.deb Size: 113510 MD5sum: 44471a9c32046d834e4b8160b191f69e SHA1: aa982e0b4fc66941c045756c23d07c25d4889249 SHA256: c5343020e144f29e94b86d44ac5d9db236d3cfe3630899c1e87432d861213273 Description: icon SVG files from emelfm2 project The scalable vector graphics (SVG) icon sources of the small, memory efficient, GTK+ file manager program. The icons include graphics for open, close, output, terminal, several actions like proceed, add mark, move, split etc. Homepage: http://emelfm2.net/attachment/wiki/OtherDownLoads/emelfm2-svg-icons.tar.bz2 Package: emesene Priority: optional Section: net Installed-Size: 8371 Maintainer: Devid Antonio Filoni Architecture: all Version: 2.12.5+dfsg-1.6.201403220007 Depends: python (>= 2.6.6-7~), python-gtk2 (>= 2.12), python-cairo, python-notify, python-dbus, python-webkit, python-gobject, python-openssl (>= 0.6), python-crypto, python-gst0.10, python-dnspython Recommends: python-gupnp-igd Suggests: python-gtkspell Filename: 4.0-0/all/emesene_2.12.5+dfsg-1.6.201403220007_all.deb Size: 2504746 MD5sum: d573705b5c6c331d4bc9c35a2092f798 SHA1: b3ec993baf77685c7f00bb213f0fe28f8c75a238 SHA256: 3e85764bd8ed5839da90828190ddaaf69940981393a1b33cc3f52379e68fe314 Description: instant messaging client emesene tries to be a simple but feature complete program that allows one to chat using MSN and Jabber based networks. . From it's roots emesene 2 provides a UI that is easy to use by users coming from Windows Live Messenger but doing special focus on consistency and simplicity. Homepage: http://www.emesene.org/ Package: emma Priority: optional Section: gnome Installed-Size: 472 Maintainer: Python Applications Packaging Team Architecture: all Version: 0.6-4.4.201403220012 Depends: python (>= 2.4), python-support (>= 0.90.0), python-mysqldb (>= 1.2.1-p2-2), python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1) Filename: 4.0-0/all/emma_0.6-4.4.201403220012_all.deb Size: 66498 MD5sum: ea2c608beb924eb649dd1c000c96ac3b SHA1: 21c7fb0523beac8c68dc560a6f4fe49be700fbd8 SHA256: 1bff1896fb210c2c5d826ef484e9e8f3967a9e5f4bcb13f3b53c41d2ed1b731f Description: extendable MySQL managing assistant emma is a graphical toolkit for MySQL database developers and administrators, it is the successor of yamysqlfront. . Its main features are: * Dialogs to create/modify MySQL databases, tables and associated indexes * Result sets grouped in tabs * SQL editor: + Tabs + Built-in syntax highlighting + Table and field name tab-completion + Automatic SQL statement formatting * Export to CSV files * Multiple simultaneously opened MySQL connections Homepage: http://www.fastflo.de/projects/emma Package: empathy-common Priority: optional Section: gnome Installed-Size: 12200 Maintainer: Debian Telepathy maintainers Architecture: all Source: empathy Version: 3.4.2.3-2.5.201403220034 Replaces: empathy (<< 2.27.92), empathy-doc, libempathy-common, libempathy-gtk-common Provides: empathy-doc, libempathy-common, libempathy-gtk-common Recommends: yelp Conflicts: empathy-doc, libempathy-common, libempathy-gtk-common Filename: 4.0-0/all/empathy-common_3.4.2.3-2.5.201403220034_all.deb Size: 2448614 MD5sum: ab0835fca35348f957f500f7d01b7af0 SHA1: dcb7a4268dcbb33e341ede7168cd21e09e2ea099 SHA256: 628475a0ca38c175f9b007acd5ae1a1738af5825b8945ed9dc372998e3f47e49 Description: GNOME multi-protocol chat and call client (common files) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, Windows Live (MSN), Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise and ICQ. . This package contains the architecture independent files for Empathy IM application. Homepage: http://live.gnome.org/Empathy Package: enamdict Priority: optional Section: text Installed-Size: 25586 Maintainer: Ludovic Drolez Architecture: all Source: edict Version: 2012.05.09-1.8.201403211105 Filename: 4.0-0/all/enamdict_2012.05.09-1.8.201403211105_all.deb Size: 7462962 MD5sum: b22e2d50388fb935a55dcfca57c44fa6 SHA1: c79eedb928bd4ce6a037df4788e3a60769e41e46 SHA256: 18039702e56b825d7a5ca55c34bb93442815e7d02c35aca9817e8c30417b40fa Description: Dictionary of Japanese proper names The ENAMDICT file contains Japanese proper names; place-names, surnames, given names, (some) company names and product names.. These were originally included in the EDICT file, along with other non-name entries. Homepage: http://www.csse.monash.edu.au/~jwb/enamdict_doc.html Package: enemies-of-carlotta Priority: optional Section: mail Installed-Size: 252 Maintainer: Dave Holland Architecture: all Version: 1.2.6-4.4.201403220211 Depends: python (>= 2.1), procmail, python-support (>= 0.2) Filename: 4.0-0/all/enemies-of-carlotta_1.2.6-4.4.201403220211_all.deb Size: 74928 MD5sum: 80a8929238f0a697eeb794d875e3ccf1 SHA1: 6c1ea8ef72155b4c5f64fefc1633b02b15613f83 SHA256: 7234ce63cc6ec7d5c4e41cc7bc5a51940b3c206a2aac58beffd276475e0fd39f Description: mailing list manager Enemies of Carlotta is a simple manager for mailing lists that mimics the ezmlm (http://www.ezmlm.org/) mail commands, but does not rely on Qmail to work. . Supports English, Finnish, French, Spanish, and Swedish: messages the list manager sends are in one of these languages. Language is configurable per list. Package: engauge-digitizer-doc Priority: optional Section: doc Installed-Size: 4318 Maintainer: Tobias Winchen Architecture: all Source: engauge-digitizer Version: 5.0-3.9.201403220218 Recommends: engauge-digitizer Filename: 4.0-0/all/engauge-digitizer-doc_5.0-3.9.201403220218_all.deb Size: 4228834 MD5sum: 0fc164752c424f012dcdb4f215a09208 SHA1: d06a5105dee874cc01df9a3d021839ddf60a81a0 SHA256: cddfd447c0c2732aaf88f5240ae9010e5390dd1d8f91b132c15930237cbbf843 Description: engauge-digitizer user manual and tutorial engauge-digitizer converts an image file showing a graph or map into numbers. . This package contains the HTML user guide and tutorial, which is accessible from within the main program. Homepage: http://digitizer.sourceforge.net/ Package: enna-theme Priority: optional Section: video Installed-Size: 4925 Maintainer: Davide Cavalca Architecture: all Source: enna Version: 0.4.1~r3557-2.1.2.201403220234 Filename: 4.0-0/all/enna-theme_0.4.1~r3557-2.1.2.201403220234_all.deb Size: 4488536 MD5sum: a758816fca66055d2664229586fe3465 SHA1: 3887901afe686cb8fabbea94ab651398674e10d3 SHA256: 25fbf4e0f3363b33e840ebf6096c270ec786b632ae3f3b2afd8688c35bd96ce9 Description: data files for Enna, a MediaCenter application Enna is a Media Center application. Featuring a simple user interface, Enna allows the user to browse and play music and video files, browse pictures and play photo slideshows, build a database of the available media retrieve information from the Internet (such as covers, fan art, song lyrics, and much more). Enna is based on the powerful Enlightenment Foundations Libraries (EFL) for its graphical user interface and GeeXboX libraries for multimedia playback and information retrieval. . This package contains the Enna user interface theme data files. Homepage: http://enna.geexbox.org Package: ensymble Priority: extra Section: devel Installed-Size: 318 Maintainer: Dominic Hargreaves Architecture: all Version: 0.28-2.4.201403220252 Depends: python, python-central (>= 0.6.11), openssl Filename: 4.0-0/all/ensymble_0.28-2.4.201403220252_all.deb Size: 82450 MD5sum: 11f93be792211ea4293bb74adeacc949 SHA1: 9e14e9410373ceb068abf64a2097f1af650630e2 SHA256: ccece506cb380ba61acf0b81b09702aaf5f7b28465c9c3c0eb4ea797dda23ce2 Description: developer utilities for Symbian OS This is the Ensymble developer utilities for Symbian OS(TM), a collection of Python modules and command line programs for Symbian OS software development. . Current focus of Ensymble development is to provide useful tools for making "Python for S60" (also called PyS60) programs. Supported functions include generation of SIS (installation) packages, merging several SIS packages into one, (re-)signing existing SIS packages and modifying extension DLL headers. Support for other Symbian OS software development tasks will follow. Homepage: http://code.google.com/p/ensymble/ Python-Version: all Package: entagged Priority: optional Section: editors Installed-Size: 1589 Maintainer: Debian Java Maintainers Architecture: all Version: 0.35-4.5.201403220300 Depends: openjdk-6-jre | java6-runtime, libhsqldb-java, squareness Filename: 4.0-0/all/entagged_0.35-4.5.201403220300_all.deb Size: 1376884 MD5sum: dad986300216b0d1cb1493b42b901f54 SHA1: c7a054abfa733fee8cc776cdb478a3aa9553be33 SHA256: 33680add9ce49aa30735bfbfbc14b22e5ceb91c52f166423d16a52afcc3395c0 Description: Java Audio File Tagger Entagged is a audiofile tagger, using the freedb online database for the retrieval of the tags. It supports custom file renaming from tags (with any directory stucture) and vice versa. Supports: mp3, ogg, flac, mpc, ape, wma. Homepage: http://sourceforge.net/projects/entagged Package: eog-dev Priority: optional Section: gnome Installed-Size: 1271 Maintainer: Debian GNOME Maintainers Architecture: all Source: eog Version: 3.4.2-1+build1.10.201403220316 Depends: eog (>= 3.4.2-1+build1.10.201403220316), libgtk-3-dev (>= 3.0.0) Filename: 4.0-0/all/eog-dev_3.4.2-1+build1.10.201403220316_all.deb Size: 243112 MD5sum: 494d5f098b2815de18c1ef76617e8720 SHA1: 4585d2cae4001e0a1bb6e670e00c29c15c946adf SHA256: 3c49080d1a93c469b38c056f4f09cc54e7e5206a07affe64755586e7fb53a9cc Description: Development files for the Eye of GNOME eog or the Eye of GNOME is a graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. . This package contains header files and development information, which is needed to build plugins for the Eye of GNOME. Homepage: http://projects.gnome.org/eog Package: epic4-help Priority: optional Section: net Installed-Size: 1076 Maintainer: Kurt Roeckx Architecture: all Version: 1:2.0+20050315-2.4.201403220354 Suggests: epic4 (>= 1:1.2.8) Conflicts: epic4 (<= 1:1.0.2) Filename: 4.0-0/all/epic4-help_2.0+20050315-2.4.201403220354_all.deb Size: 358204 MD5sum: b92c3dfb4f9942733691bbb70cc1c4b5 SHA1: b3f57717863df49424438730e705c3deb68ccd27 SHA256: 303fb6107cdb1277b41874cff7de4daa6aa9aaf96f050601585c236e62edbd5e Description: help files for epic4 IRC client Documentation for the epic4 irc client. Used from within epic4 with the /help command. Package: epic4-script-lice Priority: optional Section: net Installed-Size: 484 Maintainer: Kurt Roeckx Architecture: all Source: lice Version: 1:4.2.5i-1.4.201403122330 Provides: epic4-script Depends: epic4 (>= 1.1.7.20020907-1) Filename: 4.0-0/all/epic4-script-lice_4.2.5i-1.4.201403122330_all.deb Size: 275310 MD5sum: d6cec37a6cb0c9533a62f3a56e27d979 SHA1: d7fdf01769e943003f97d55ee59ba2b17c932f65 SHA256: 2dde29cad6c856378e0ff2575cbb7bf9dd0656017467b6a2e8841f923e1c2de8 Description: Very functional script for epic LiCe is a script designed for the ircII and EPIC irc clients; it radically improves the usability of these clients, providing features and enhancements that pioneered the way for a whole crowd of imitators. Though there is now much diversity, thousands of LiCe users still declare it the best script ever. Package: epic5-script-lice Priority: optional Section: net Installed-Size: 667 Maintainer: Kurt Roeckx Architecture: all Source: lice5 Version: 1:5.2.3-1.2.201403122332 Provides: epic5-script Depends: epic5 (>= 1.1.2) Filename: 4.0-0/all/epic5-script-lice_5.2.3-1.2.201403122332_all.deb Size: 181880 MD5sum: cf260e7693322f79f4c06c7aa928f7c6 SHA1: b42ceac0682a6c314f85cd6c4d17d45ed21453f5 SHA256: f3dd8fd8df1c53ccab7072f631f1c3475a82a64627a66204d43494fca7898c9c Description: Very functional script for epic LiCe is a script designed for the ircII and EPIC irc clients; it radically improves the usability of these clients, providing features and enhancements that pioneered the way for a whole crowd of imitators. Though there is now much diversity, thousands of LiCe users still declare it the best script ever. Package: epigrass-doc Priority: optional Section: doc Installed-Size: 1063 Maintainer: Debian Med Packaging Team Architecture: all Source: epigrass Version: 2.0.4-3.8.201403220402 Filename: 4.0-0/all/epigrass-doc_2.0.4-3.8.201403220402_all.deb Size: 1064080 MD5sum: 5e493f01d5c4c510b594f5b28f1c2a2e SHA1: 6b1de7b666eb23219e351115bc94459a2bff6fd5 SHA256: 99bee049fdc53dbd2d480838eab99e891c8c5c76e9e8ee73c3ea39543f0c8e8d Description: Documentation for EpiGrass, a network epidemiology tool Epigrass is a software for visualizing, analyzing and simulating of epidemic processes on geo-referenced networks. . EpiGrass can interact with the GRASS GIS from which it can obtain maps and other geo-referenced information. However, EpiGrass does not require an installation of the GRASS GIS for most of its features. . This package contains the documentation. Enhances: epigrass Homepage: http://pypi.python.org/pypi/epigrass/ Package: epigrass Priority: optional Section: science Installed-Size: 1569 Maintainer: Debian Med Packaging Team Architecture: all Version: 2.0.4-3.8.201403220402 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-numpy, python-networkx, python-sqlobject (>= 0.12.4-2), python-visual, python-qt4-gl, python-qwt5-qt4 (>= 5.2.0), python-gdal, python-formencode, python-mysqldb, python-pysqlite2, python-matplotlib, python-pkg-resources Suggests: grass, epigrass-doc Filename: 4.0-0/all/epigrass_2.0.4-3.8.201403220402_all.deb Size: 318068 MD5sum: c9dd1db71241c0dd14c8cfab1e9773ff SHA1: e8ce0115e5feb48f4ca875b45bbe7bddbe8c4c58 SHA256: d80ae3eff6b157339cd178fb327732c44d2a1222bfaa2ab7f61e5eada50b053b Description: scientific tool for simulations and scenario analysis in network epidemiology Epigrass is a software for visualizing, analyzing and simulating of epidemic processes on geo-referenced networks. . EpiGrass can interact with the GRASS GIS from which it can obtain maps and other geo-referenced information. However, EpiGrass does not require an installation of the GRASS GIS for most of its features. Homepage: http://pypi.python.org/pypi/epigrass/ Package: epiphany-browser-data Priority: optional Section: gnome Installed-Size: 11267 Maintainer: Josselin Mouette Architecture: all Source: epiphany-browser Version: 3.4.2-2.1.20.201403220405 Depends: dconf-gsettings-backend | gsettings-backend Recommends: epiphany-browser Filename: 4.0-0/all/epiphany-browser-data_3.4.2-2.1.20.201403220405_all.deb Size: 4331318 MD5sum: ffc7a0fcd9550468638d5fdb08181ee6 SHA1: a6eceec0ec4e278c27e4729d1c870355472269c7 SHA256: 35150d9d5bdd3f5f38e495fb9da6baaa8b51a770907a30ee764612d24ce412d7 Description: Data files for the GNOME web browser Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance. . This package contains the common files, artwork and translations for Epiphany. Homepage: http://www.gnome.org/projects/epiphany/ Package: episoder Priority: optional Section: python Installed-Size: 98 Maintainer: Stefan Ott Architecture: all Version: 0.6.5-1.8.201403220423 Depends: python, python-support (>= 0.90.0), python-beautifulsoup, python-yaml, python-sqlalchemy Suggests: cron Filename: 4.0-0/all/episoder_0.6.5-1.8.201403220423_all.deb Size: 19472 MD5sum: f286c54d8fd50c1aedca8ac49c58b64e SHA1: 1e213db0535aae45d5a46a8f893b4d7ad6f1478a SHA256: 1fbcc026e26e0b848b9952c1b1abb2372c0d6c2bb5c5c0d442508d8bfdc59d99 Description: TV show episode reminder episoder is a tool to tell you about new episodes of your favourite TV shows. It does so by parsing online TV show episode guides. . Currently episoder can parse the tv.com and epguides.com websites thus it tells you whenever a new episode of a show listed on one of those sites is aired. Homepage: http://episoder.googlecode.com/ Package: epoptes-client Priority: extra Section: admin Installed-Size: 149 Maintainer: Epoptes Developers Architecture: all Source: epoptes Version: 0.5.6-1.2.201403220437 Depends: python, bsdmainutils, iproute, librsvg2-common, procps, python-gtk2, screen, socat, x11vnc, xvnc4viewer | ssvnc Recommends: openssl, xterm Filename: 4.0-0/all/epoptes-client_0.5.6-1.2.201403220437_all.deb Size: 30376 MD5sum: e6556406e448a8a16eb082871509228c SHA1: cbb55254eb01be7377b9c0acb7769cf353ecb7a6 SHA256: 47d963f83d7f8bb7c00751657d53b2a5410ffa9a3c89da10032b81528ba770fb Description: Computer lab management tool (client) Epoptes is an open source computer lab management and monitoring tool. It allows for screen broadcasting and monitoring, remote command execution, message sending, imposing restrictions like screen locking or sound muting the clients and much more! . Contains the client daemon and some utilities for getting screenshots etc. Homepage: http://www.epoptes.org Package: epoptes Priority: extra Section: admin Installed-Size: 1935 Maintainer: Epoptes Developers Architecture: all Version: 0.5.6-1.2.201403220437 Depends: python (>= 2.6.6-7~), python (<< 2.8), adduser, librsvg2-common, notification-daemon | xfce4-notifyd, openssl, python-dbus, python-gtk2, python-notify, python-twisted-core, python-vte, xvnc4viewer | ssvnc Recommends: epoptes-client, xterm Filename: 4.0-0/all/epoptes_0.5.6-1.2.201403220437_all.deb Size: 254758 MD5sum: 2f5bae7518fff31a6e75c3670d399ed5 SHA1: 6a6bc7478832caeb45cc680c136f5437e206417b SHA256: e23a02bbfc18d27f7d0019545dbf8e57144fc61d42cdc806806528aa44c70378 Description: Computer lab management tool Epoptes is an open source computer lab management and monitoring tool. It allows for screen broadcasting and monitoring, remote command execution, message sending, imposing restrictions like screen locking or sound muting the clients and much more! . Contains the server daemon and a GUI for controlling client PCs. . It supports LTSP installations, but it also works without LTSP. Homepage: http://www.epoptes.org Package: epson-escpr Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Printing Team Architecture: all Source: epson-inkjet-printer-escpr Version: 1.1.1-2.2.201403220449 Depends: printer-driver-escpr Filename: 4.0-0/all/epson-escpr_1.1.1-2.2.201403220449_all.deb Size: 3934 MD5sum: 51f97eb6a21a03c56dd8f3e5225cd1f2 SHA1: 68aa416328568ffab1b17aeb10fd0c4c2663839c SHA256: f009f0cbe59e84d024a5f27da76eea1889a71fe122ded644fc8df69edd9c2c42 Description: transitional dummy package for epson-escpr printer driver This is a transitional dummy package to transition to uniformly named printer-driver-escpr. Homepage: http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escpr/ Package: epydoc-doc Priority: optional Section: doc Installed-Size: 14114 Maintainer: Kenneth J. Pronovici Architecture: all Source: epydoc Version: 3.0.1+dfsg-1.13.201403220503 Recommends: iceweasel | www-browser Filename: 4.0-0/all/epydoc-doc_3.0.1+dfsg-1.13.201403220503_all.deb Size: 1546130 MD5sum: 2e5fa5b24c0f7205a657c193fe9c46bb SHA1: 431269d3c62cd077d5587a480a05ba50746d3ccd SHA256: 05b4b14bab33fbff4ce6078d2334b2867a33f081b2e3a8f2c7ffb98f765a724b Description: tool for documenting Python modules (documentation) Epydoc is a tool for generating API documentation for Python modules based on their docstrings. A lightweight markup language called epytext can be used to format docstrings and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext. . This package contains the API reference and usage information for Epydoc, all available through the Debian documentation system (dhelp, dwww, doc-central, etc.) in the Devel section. Homepage: http://epydoc.sourceforge.net/ Package: epylog Priority: extra Section: python Installed-Size: 411 Maintainer: Tiago Bortoletto Vaz Architecture: all Version: 1.0.7-1.4.201403220506 Depends: python (>= 2.3), python-support (>= 0.90.0), python-libxml2 Filename: 4.0-0/all/epylog_1.0.7-1.4.201403220506_all.deb Size: 91042 MD5sum: d8176f743a151040795c5b196ddfb6ec SHA1: 7bae71a28f1b856276b01dd4d77351101695df48 SHA256: 9edab1fdaa14535af70379c8c44ac70107ab144af1a0cb8f1cef23a1ec61c1da Description: New logs analyzer and parser This is a syslog parser which runs periodically, looks at your logs, processes some of the entries in order to present them in a more comprehensible format, and then mails you the output. Homepage: https://fedorahosted.org/epylog/ Package: eqonomize-doc Priority: optional Section: doc Installed-Size: 705 Maintainer: Frank S. Thomas Architecture: all Source: eqonomize Version: 0.6-7.4.201403220519 Recommends: eqonomize, khelpcenter4 Filename: 4.0-0/all/eqonomize-doc_0.6-7.4.201403220519_all.deb Size: 601748 MD5sum: d37a64cec85a1cec90383a72d5ace850 SHA1: 6ad057bffb09620f887898178a34983220d0b4b2 SHA256: 0795289595312f97bba13d1cf196f2462def9adacdcb02aed60f33be1dba5186 Description: documentation for the Eqonomize! accounting software Eqonomize! is a personal accounting software for KDE, with focus on efficiency and ease of use for the small household economy. . This package contains the Eqonomize! Handbook. Homepage: http://eqonomize.sourceforge.net/ Package: equivs Priority: extra Section: admin Installed-Size: 85 Maintainer: Peter Samuelson Architecture: all Version: 2.0.9.4.201403220528 Depends: perl, debhelper, dpkg-dev, make, fakeroot Filename: 4.0-0/all/equivs_2.0.9.4.201403220528_all.deb Size: 20790 MD5sum: 98fcaabee6093fc21d81d0b460dcabd8 SHA1: 0a99fd1130152ef27ff25f07b40cf2427dbe3d4d SHA256: e839da55687639ddbc2da226014057fe4660d084d9ddce955ae59a1d654bb9ce Description: Circumvent Debian package dependencies This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do. . One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed. . Another use is to circumvent dependency checking: by letting dpkg think a particular package name and version is installed when it isn't, you can work around bugs in other packages' dependencies. (Please do still file such bugs, though.) Package: erc Priority: optional Section: net Installed-Size: 994 Maintainer: Michael W. Olson (GNU address) Architecture: all Version: 5.3-1.4.201403220532 Replaces: erc-speak Depends: make, emacs22 | xemacs21 | emacsen, emacsen-common (>= 1.4.14) Suggests: speedbar, bbdb, emacspeak, emacs-chess Conflicts: erc-speak Filename: 4.0-0/all/erc_5.3-1.4.201403220532_all.deb Size: 358534 MD5sum: 19e95302c775463a6e9a6d876fcbe481 SHA1: 2fedb603836e1e7f32ee32a0fcdfe313818cc4c3 SHA256: 23cbcd5aa374dd893d40f84c114af4ab32b84c88814ee64fcb713f31a97c1adb Description: an IRC client for Emacs ERC is a powerful, modular, and extensible IRC client for Emacs. It supports multiple channel-buffers, nick completion, keyword highlighting, and more. Package: eric-api-files Priority: optional Section: devel Installed-Size: 6634 Maintainer: Gudjon I. Gudjonsson Architecture: all Source: eric Version: 4.5.3-1.25.201403220557 Depends: eric Filename: 4.0-0/all/eric-api-files_4.5.3-1.25.201403220557_all.deb Size: 951300 MD5sum: 4f9e974fe226a7325d9c3578890d8aa3 SHA1: b52a8a4da94fef841459d403a7e059897c646e35 SHA256: b8850238675b5166ac89cd4bf45dabd6efec78152a07e3650d2174cc41536d6b Description: API description files for use with eric This package contains code completion API files of Python standard modules & builtins, PyQt and PyKDE. . eric is a full featured Python IDE. Homepage: http://eric-ide.python-projects.org/ Package: eric Priority: optional Section: devel Installed-Size: 23631 Maintainer: Gudjon I. Gudjonsson Architecture: all Version: 4.5.3-1.25.201403220557 Depends: python (>= 2.6.6-7~), python-qt4 (<< 4.7.5) | python-qt4 (>= 4.7.6), bicyclerepair (>= 0.9-4.1), python-pygments, python-chardet, python-qscintilla2 (>= 2.4.3) Recommends: eric-api-files Suggests: qt4-designer, qt4-doc-html, pyqt4-dev-tools, qt4-dev-tools, ruby, python-doc, python-qt4-doc, python-kde4-doc, python-profiler, python-qt4-sql Filename: 4.0-0/all/eric_4.5.3-1.25.201403220557_all.deb Size: 6141620 MD5sum: 631d7d364f959d3a1d82607a9f99d2cc SHA1: 06eca1a5ef3d8437aa55c8c3df32a8feca0bed89 SHA256: 79e2030bb1f790a08c5a66faf88f5e4873f474eeba9e09c60bdea6a731705dab Description: full featured Python IDE eric is a full featured Python IDE written in PyQt using the QScintilla editor widget. Some highlights * Any number of editors with configurable syntax highlighting, code folding, auto indenting and brace highlighting. * Integrated Project Management facility to organize your projects. The project browser shows all source files, all forms and all translations each on its own tab. The source browser has built in class browsing capabilities. * Integrated and full featured debuggers for Python and Ruby. * Interactive shells for Python and Ruby. * An explorer window for walking through your directory structure with built in class browsing capabilities for Python files. * Variable windows that display local and global variables in the current scope while debugging a program. * An integrated interface to the Python Module "unittest". * An integrated help viewer to display HTML help files. Alternatively you can choose to use Qt-Assistant to view help files. * Display of the UI in different languages. * The capability to start Qt-Designer and Qt-Linguist from within eric4. * The ability to compile Qt-Designer forms, to produce Qt-Linguist files and release them from within the IDE. Homepage: http://eric-ide.python-projects.org/ Package: erlang-doc Priority: optional Section: doc Installed-Size: 152433 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Replaces: erlang-doc-html Provides: erlang-doc-html Suggests: erlang Conflicts: erlang-base (<< 1:13.b.4), erlang-base-hipe (<< 1:13.b.4), erlang-doc-html Filename: 4.0-0/all/erlang-doc_15.b.1-dfsg-4.7.201406181634_all.deb Size: 13636602 MD5sum: c0ed2a5a3fc95106f95e1ba50fa8c49d SHA1: 0dd8833ddc4c020c14c5248c474d47b1363a7b6d SHA256: b975bf26c2e2f4f048e0671fe922de32a61d9e0081b6d691a768bfb9f2940ee8 Description: Erlang/OTP HTML/PDF documentation Documentation for the Erlang programming language and OTP library in HTML and PDF formats. Homepage: http://www.erlang.org/ Package: erlang-esdl-dev Priority: optional Section: devel Installed-Size: 95 Maintainer: Debian Erlang Packagers Architecture: all Source: esdl Version: 1.2-2.4.201403220721 Depends: erlang-esdl (>= 1.2-2.4.201403220721) Suggests: erlang-esdl-doc Filename: 4.0-0/all/erlang-esdl-dev_1.2-2.4.201403220721_all.deb Size: 19480 MD5sum: a38239d643b4aef62146d814bb99dc29 SHA1: 30c80c303f7b1f4ff784342e2a375890ad5a2c2a SHA256: f930975c354b50491fae0a3d33ce624e8b7465d6c2d5e44a0766053d76e1c984 Description: Erlang bindings to the SDL (development files) ESDL is an Erlang binding to the SDL, and might be used to write multimedia application in Erlang. . This package includes ESDL headers which are necessary to build Erlang applications which use ESDL. Homepage: http://esdl.sourceforge.net Package: erlang-esdl-doc Priority: optional Section: doc Installed-Size: 637 Maintainer: Debian Erlang Packagers Architecture: all Source: esdl Version: 1.2-2.4.201403220721 Suggests: erlang-esdl Filename: 4.0-0/all/erlang-esdl-doc_1.2-2.4.201403220721_all.deb Size: 225476 MD5sum: 24529d7528c805a66ebf70eab497ee77 SHA1: 4fca07b980588af7ef3cc0c3c2c5015815931735 SHA256: 6ff0141cb1883d5af94a1230f3f06b2b5a85decc3fe27b16d449d7c43bfcb7bf Description: Erlang bindings to the SDL (documentation) ESDL is an Erlang binding to the SDL, and might be used to write multimedia application in Erlang. . This package includes ESDL documentation and examples. Homepage: http://esdl.sourceforge.net Package: erlang-examples Priority: optional Section: interpreters Installed-Size: 2625 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Replaces: erlang (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base-hipe (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-dev (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-src (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-x11 (<< 1:15.b.1-dfsg-4.7.201406181634) Depends: erlang-base (>= 1:15.b.1-dfsg-4.7.201406181634) | erlang-base-hipe (>= 1:15.b.1-dfsg-4.7.201406181634), erlang-base (<< 1:15.b.1-dfsg-4.7.201406181634.0) | erlang-base-hipe (<< 1:15.b.1-dfsg-4.7.201406181634.0) Recommends: erlang-asn1, erlang-crypto, erlang-gs, erlang-inets, erlang-megaco, erlang-snmp, erlang-ssh, erlang-ssl, erlang-syntax-tools, erlang-wx Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-examples_15.b.1-dfsg-4.7.201406181634_all.deb Size: 1031798 MD5sum: 5b2864ea1de8908fe44832a74731be5c SHA1: 8b3e41382915246ba9c150d94ca4ce264a31a308 SHA256: 82ea8808de67d4af004c925b1d9d8be82dc6c4eeed2c228c5db78076551e1155 Description: Erlang/OTP application examples The examples, included in the Erlang/OTP system distribution. Homepage: http://www.erlang.org/ Package: erlang-ic-java Priority: optional Section: interpreters Installed-Size: 133 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Replaces: erlang (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base-hipe (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-dev (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-doc (>> 1:15.b.1-dfsg-999), erlang-doc (<< 1:15.b.1-dfsg), erlang-examples (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-src (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-x11 (<< 1:15.b.1-dfsg-4.7.201406181634) Depends: erlang-jinterface, erlang-ic (>= 1:15.b.1-dfsg-4.7.201406181634), erlang-ic (<< 1:15.b.1-dfsg-4.7.201406181634.0) Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-ic-java_15.b.1-dfsg-4.7.201406181634_all.deb Size: 68046 MD5sum: 6939c16fabcb8723bbdcc64cb6bc21cf SHA1: 24f126eb9619617d5b7f70e70cf63bd5046ca21b SHA256: d761581964189d4b41950d86d8bf9c09e5a0a4aca5422e53ce1c9920e375de48 Description: Erlang/OTP IDL compiler (Java classes) The IC application is an Erlang implementation of an IDL (CORBA Interface Definition Language) compiler. Depending on the choice of back-end the code will map to Erlang, C, or Java. The compiler generates client stubs and server skeletons. . This package includes classes for Java-Erlang communication. Homepage: http://www.erlang.org/ Package: erlang-jinterface Priority: optional Section: interpreters Installed-Size: 187 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Depends: default-jre-headless | java2-runtime-headless | java1-runtime-headless | java2-runtime | java1-runtime Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-jinterface_15.b.1-dfsg-4.7.201406181634_all.deb Size: 118852 MD5sum: 43ae6dbfcc4c0645520736b3b15f701a SHA1: 3ef2fa8d48884366bd83f9fcd8e1f24d252d4464 SHA256: 7397d6c6e25a2b8bd34b0c6bfd9485c049a517a801a87ae620a40774e2f6352c Description: Java communication tool to Erlang Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang. Homepage: http://www.erlang.org/ Package: erlang-manpages Priority: optional Section: doc Installed-Size: 1615 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Suggests: erlang, erlang-doc Filename: 4.0-0/all/erlang-manpages_15.b.1-dfsg-4.7.201406181634_all.deb Size: 1599388 MD5sum: f83a32b9cf971a574785db6d360d75c7 SHA1: 61f3364c6241c8661ee9aef91f484714fe38c307 SHA256: 96fafc6817b51ce26c3d3434b9602a80f9047265721ce276d21aa0e8a91e01ff Description: Erlang/OTP manual pages Documentation for the Erlang programming language in `man' format. This documentation can be read using the command `erl -man mod', where `mod' is the name of the module you want documentation on. . This package contains all Erlang/OTP manual pages from sections other than 1. They document Erlang/OTP modules, config files and applications. Homepage: http://www.erlang.org/ Package: erlang-mode Priority: optional Section: interpreters Installed-Size: 483 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Replaces: erlang-base (<< 1:12.b.1-dfsg-2), erlang-base-hipe (<< 1:12.b.1-dfsg-2) Depends: emacsen-common (>= 1.4.14) Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-mode_15.b.1-dfsg-4.7.201406181634_all.deb Size: 96658 MD5sum: e5ed1b2d8d511fb39bbbad19548f3f8d SHA1: d1bca46cfe075b96596c7188ba76daeb69e818e4 SHA256: 7975e8479ca4a5dc000e6e9a791b3893470540ad9154dd163831bb819daf1fbc Description: Erlang major editing mode for Emacs This package includes the mode for editing Erlang programs in GNU Emacs. It is provided with the default Erlang/OTP distribution. It supports sophisticated indentation, syntax highlighting, electric commands, module name verification, comments, skeletons, tags etc. Homepage: http://www.erlang.org/ Package: erlang-nox Priority: optional Section: interpreters Installed-Size: 74 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Depends: erlang-base | erlang-base-hipe, erlang-asn1, erlang-corba, erlang-crypto, erlang-diameter, erlang-edoc, erlang-eldap, erlang-erl-docgen, erlang-eunit, erlang-ic, erlang-inets, erlang-inviso, erlang-mnesia, erlang-odbc, erlang-os-mon, erlang-parsetools, erlang-percept, erlang-public-key, erlang-runtime-tools, erlang-snmp, erlang-ssh, erlang-ssl, erlang-syntax-tools, erlang-tools, erlang-webtool, erlang-xmerl Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-nox_15.b.1-dfsg-4.7.201406181634_all.deb Size: 35342 MD5sum: a5318b7efd4f2532eed438489c93f25e SHA1: 5c63741c0e86559ec0a4242d4cbf57ea5eb6d111 SHA256: 06d371edf40c8bb05679e7580fc0e56ab63c14f40b851a89227ef18950ff8d5b Description: Erlang/OTP applications that don't require X Window System This package is a dummy package which will install all Erlang/OTP applications which do not require X Window System to run. Homepage: http://www.erlang.org/ Package: erlang-src Priority: optional Section: interpreters Installed-Size: 54064 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Replaces: erlang (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-base-hipe (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-dev (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-erl-docgen (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-examples (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:15.b.1-dfsg-4.7.201406181634), erlang-x11 (<< 1:15.b.1-dfsg-4.7.201406181634) Depends: erlang-base (>= 1:15.b.1-dfsg-4.7.201406181634) | erlang-base-hipe (>= 1:15.b.1-dfsg-4.7.201406181634), erlang-base (<< 1:15.b.1-dfsg-4.7.201406181634.0) | erlang-base-hipe (<< 1:15.b.1-dfsg-4.7.201406181634.0) Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-src_15.b.1-dfsg-4.7.201406181634_all.deb Size: 5532670 MD5sum: ff28c6bd7dd3a3641958a21f9671fce2 SHA1: 2d93c45cc5e7681d1d80013ba5d2607c78aec9e1 SHA256: 7197f9c228ed4f70a2b202177a673f000c73e8498ca7e1814a74dbdf85ba6f3f Description: Erlang/OTP applications sources Erlang sources for all the applications in the Erlang/OTP system. They are useful for educational purpose and as a base for creating embedded systems. Homepage: http://www.erlang.org/ Package: erlang-x11 Priority: optional Section: interpreters Installed-Size: 74 Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:15.b.1-dfsg-4.7.201406181634 Depends: erlang-base | erlang-base-hipe, erlang-nox, erlang-appmon, erlang-common-test, erlang-debugger, erlang-dialyzer, erlang-et, erlang-gs, erlang-megaco, erlang-observer, erlang-pman, erlang-reltool, erlang-test-server, erlang-toolbar, erlang-tv, erlang-typer, erlang-wx Suggests: erlang, erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang-x11_15.b.1-dfsg-4.7.201406181634_all.deb Size: 35314 MD5sum: d88cddb7770b27ea4f3a875997c5992b SHA1: bf490811917b392d3e496ff91adcaf9b0da9049f SHA256: 7c0a493a72f5ebeb6b1922f43cd4af8c5ccbae8ab69c32ef92cac8966ed15c49 Description: Erlang/OTP applications that require X Window System This package is a dummy package which will install all Erlang/OTP applications which use graphical interface and therefore require X Window System to run. Homepage: http://www.erlang.org/ Package: erlang Priority: optional Section: interpreters Installed-Size: 74 Maintainer: Debian Erlang Packagers Architecture: all Version: 1:15.b.1-dfsg-4.7.201406181634 Depends: erlang-base | erlang-base-hipe, erlang-dev, erlang-appmon, erlang-asn1, erlang-common-test, erlang-corba, erlang-crypto, erlang-debugger, erlang-dialyzer, erlang-diameter, erlang-edoc, erlang-eldap, erlang-erl-docgen, erlang-et, erlang-eunit, erlang-gs, erlang-ic, erlang-inets, erlang-inviso, erlang-megaco, erlang-mnesia, erlang-observer, erlang-odbc, erlang-os-mon, erlang-parsetools, erlang-percept, erlang-pman, erlang-public-key, erlang-reltool, erlang-runtime-tools, erlang-snmp, erlang-ssh, erlang-ssl, erlang-syntax-tools, erlang-test-server, erlang-toolbar, erlang-tools, erlang-tv, erlang-typer, erlang-webtool, erlang-wx, erlang-xmerl Recommends: erlang-jinterface, erlang-ic-java, erlang-mode, erlang-src, erlang-examples Suggests: erlang-manpages, erlang-doc Filename: 4.0-0/all/erlang_15.b.1-dfsg-4.7.201406181634_all.deb Size: 35734 MD5sum: 1824f9bfd7a3831c40d0cd97cf27eb16 SHA1: a9621d23433fa8195eb006d79314519ba3e5a5f3 SHA256: cd56587c8d2a979b0714ebea0019bf09c8cf07d7b2405c50233ebe14da71ba67 Description: Concurrent, real-time, distributed functional language Open Source Erlang is a functional programming language designed at the Ericsson Computer Science Laboratory. . Some of Erlang main features are: * Clear declarative syntax and is largely free from side-effects; * Built-in support for real-time, concurrent and distributed programming; * Designed for development of robust and continuously operated programs; * Dynamic code replacement at runtime. . The Erlang distribution also includes OTP (Open Telecom Platform) which provides a rich set of libraries and applications. . This package is a dummy package which will install Erlang/OTP runtime, applications, sources, code examples and the Erlang editing mode for Emacs. Homepage: http://www.erlang.org/ Package: erubis-doc Priority: extra Section: oldlibs Installed-Size: 37 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-erubis Version: 2.7.0-2.4.201403170716 Depends: ruby-erubis Filename: 4.0-0/all/erubis-doc_2.7.0-2.4.201403170716_all.deb Size: 11256 MD5sum: 68c229946d4205830d983dd555d382cf SHA1: a92aa9eefd78ba3ac7f5fdcd8e4a4cb9bcd3d1e5 SHA256: 7df25ea9c4db518600469b169bfb00b8c87a2d01820b2dc7be6da0d2e0593e19 Description: Transitional package for ruby-erubis This is a transitional package to ease upgrades to the ruby-erubis package. It can safely be removed. Homepage: http://www.kuwata-lab.com/erubis/ Package: erubis Priority: extra Section: oldlibs Installed-Size: 37 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-erubis Version: 2.7.0-2.4.201403170716 Depends: ruby-erubis Filename: 4.0-0/all/erubis_2.7.0-2.4.201403170716_all.deb Size: 11254 MD5sum: 1ea5ed05f51a93e0241782edca5bd543 SHA1: e4d99ed1abfa994f75231430927d4a987003d88a SHA256: 6deda8ae38a0a1514bbab6902980f97bddd38bf4309941a470c4241343a38998 Description: Transitional package for ruby-erubis This is a transitional package to ease upgrades to the ruby-erubis package. It can safely be removed. Homepage: http://www.kuwata-lab.com/erubis/ Package: esmtp-run Priority: extra Section: mail Installed-Size: 58 Maintainer: Salvatore Bonaccorso Architecture: all Source: esmtp Version: 1.2-10.4.201403220732 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: esmtp Conflicts: mail-transport-agent Filename: 4.0-0/all/esmtp-run_1.2-10.4.201403220732_all.deb Size: 9088 MD5sum: 3897363846a5500a39a2868914e86e99 SHA1: 424e076c02be54e33f13dcf364fc75eeb741d0e4 SHA256: bc88742f7e89bae43c1101b95195cc5f7575263961f92306dce5415094e9ae7b Description: user configurable relay-only MTA - the regular MTA ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail-compatible syntax. It's based on libESMTP supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP extensions. . ESMTP does not receive mail, expand aliases or manage a queue but can deliver mail locally via an MDA. . This package provides the regular MTA programs. Homepage: http://esmtp.sourceforge.net/ Package: esound-common Priority: optional Section: sound Installed-Size: 79 Maintainer: Josselin Mouette Architecture: all Source: esound Version: 0.2.41-10.28.201403241033 Conflicts: libesd-alsa0 Filename: 4.0-0/all/esound-common_0.2.41-10.28.201403241033_all.deb Size: 45388 MD5sum: 36a7a4aec1c01e7d844158f7f0b1df6b SHA1: 63728f362116a9a40aacc6b5107d44d646dacf65 SHA256: 4237dd37b693b950275daa296a5bddac9d50d5f51638311db79f9af884ffc52f Description: Enlightened Sound Daemon - Common files This program is designed to mix together several digitized audio streams for playback by a single device. . This package contains the documentation and configuration files. Multi-Arch: foreign Package: espeak-gui Priority: optional Section: sound Installed-Size: 384 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: all Version: 0.4-3.2.201403220803 Depends: gconf2 (>= 2.28.1-2), python, python-support (>= 0.90.0), python-espeak (>= 0.3), python-gconf, python-gtk2, python-gtksourceview2, python-gtkspell, python-xdg Recommends: libtextcat0 (>= 2.2-8) Filename: 4.0-0/all/espeak-gui_0.4-3.2.201403220803_all.deb Size: 30170 MD5sum: ae37fe8896ee32c8c54148459abfba7e SHA1: 07d44fa30689cfac3782b3dd77295dd40dd6d6d3 SHA256: 48c6c6ef2570feadbf9416cbdc7880ab1880456ee510b743f5f705042a1c3dcc Description: graphical user interface for eSpeak eSpeak is a software speech synthesizer for English, and some other languages. . eSpeak produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . This package provides a graphical user interface for using eSpeak. Homepage: https://launchpad.net/espeak-gui Python-Version: 2.6, 2.7 Package: ess Priority: optional Section: gnu-r Installed-Size: 5243 Maintainer: ESS Debian Maintainers Architecture: all Version: 12.04-4-1.4.201403220853 Depends: dpkg (>= 1.15.4) | install-info, emacs23 | emacs22 | emacs21 | emacsen Suggests: xlispstat, r-base | r-base-core, pspp, jags Conflicts: dhelp (<= 0.3.12) Filename: 4.0-0/all/ess_12.04-4-1.4.201403220853_all.deb Size: 1652388 MD5sum: 821f4764746dc83ec073cc4e85b75041 SHA1: 727e46c08ebd50888df347d1179e54e15a29d367 SHA256: 7a89a9a5f2c9c0868f7f7e557b09a64f7898ea3a5bc355987628afaf176727db Description: Emacs mode for statistical programming and data analysis ESS ("Emacs Speaks Statistics") is a GNU Emacs and XEmacs mode for interactive statistical programming and data analysis. Languages supported are the S family (S 3/4, S-PLUS 3/4/5/6/7, and R), SAS, XLispStat, Stata, and BUGS. . ESS grew out of the desire for bug fixes and extensions to S-mode and SAS-mode as well as a consistent union of their features in one package. Homepage: http://ess.r-project.org Package: etckeeper Priority: optional Section: admin Installed-Size: 243 Maintainer: Joey Hess Architecture: all Version: 0.63.4.201403220934 Depends: git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | darcs, debconf (>= 0.5) | debconf-2.0 Recommends: cron Suggests: sudo (>= 1.7.4p4) Conflicts: bzr (<< 1.5~) Filename: 4.0-0/all/etckeeper_0.63.4.201403220934_all.deb Size: 36506 MD5sum: cf77d9d9501ae946fafe6c60f0cd16ed SHA1: 8914d9f8d01e1658705f78885e7455cd9cca44ee SHA256: ae42cb0499de0bfce4f24f4ec5ac7d69c75eebf997cf147fa0ce77a478702358 Description: store /etc in git, mercurial, bzr or darcs The etckeeper program is a tool to let /etc be stored in a git, mercurial, bzr or darcs repository. It hooks into APT to automatically commit changes made to /etc during package upgrades. It tracks file metadata that version control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with version control. Homepage: http://kitenet.net/~joey/code/etckeeper/ Package: etherboot Priority: optional Section: admin Installed-Size: 31042 Maintainer: Debian Syslinux Maintainers Architecture: all Version: 5.4.4-9.23.201411131122 Recommends: mknbi Filename: 4.0-0/all/etherboot_5.4.4-9.23.201411131122_all.deb Size: 31426858 MD5sum: 2d6be395740aefa580fc4967c8bd9d65 SHA1: a700800194d173dfef944355e17fa47f98729e84 SHA256: 255bf7da83588ef69cd8d439ad02cfd6e37bd941a5d0515b4c0aabe73898ecb1 Description: Bootstrapping for various network adapters Etherboot is a free software package for making boot ROMS for booting Linux and other operating systems on x86 PCs over a network using Internet Protocols, i.e. BOOTP/DHCP and TFTP. Homepage: http://www.etherboot.org/ Package: ethstats Priority: optional Section: net Installed-Size: 43 Maintainer: Peter Pentchev Architecture: all Version: 1.0-5.4.201403221006 Depends: perl Filename: 4.0-0/all/ethstats_1.0-5.4.201403221006_all.deb Size: 5114 MD5sum: 98fb86362402c74bda9297a85cc6aa58 SHA1: 955fa98815f2fd15a73a110b2e99dff49b01b75a SHA256: 36f98166dbff45129adcf611137930a56dda66f03ca68f95ab027c50d4e105c4 Description: script that quickly measures network device throughput ethstats works by parsing the /proc/net/dev file that the Linux kernel maintains, and thus utilizes a negligible amount of CPU time. ethstats shows the throughput of each device in both megabits per second and packets per second. Package: etktab Priority: optional Section: sound Installed-Size: 326 Maintainer: Roland Stigge Architecture: all Version: 3.2-4.4.201403221051 Depends: tk8.4 Filename: 4.0-0/all/etktab_3.2-4.4.201403221051_all.deb Size: 72204 MD5sum: aad8b833a09ecf0f01594a484e2471fc SHA1: b1657435e9f27686ba8ebb5383a795bda3a8bc19 SHA256: 6b68097346968808755538c38a93708bafbd31af061cff0c2ed1b0f7bbcb58f9 Description: ASCII guitar tab editor This program is used to write out guitar tablature in the typical style of ASCII tab, often found around the internet. The code is based on TkTab by Giovanni Chierico. Many of the ideas for the alterations found here came from EMACS tablature mode by Mark R. Rubin. Homepage: https://sourceforge.net/projects/etktab/ Package: etoolbox Priority: extra Section: tex Installed-Size: 310 Maintainer: Debian TeX Task Force Architecture: all Version: 2.1-1.2.201403221106 Depends: texlive-latex-base, dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/etoolbox_2.1-1.2.201403221106_all.deb Size: 221690 MD5sum: 4ee2bf40d1032af6d4695308232c16ca SHA1: 119b08f2c13ffabb56e41cc4cc4b6611536bcd10 SHA256: 8171e0bc995f55a08f150d96c41f5c43ca76721664421eb11710737bd9363ad3 Description: Toolbox for LaTeX class and package authors The etoolbox package is a toolbox of programming facilities geared primarily towards LaTeX class and package authors. It provides LaTeX frontends to some of the new primitives provided by e-TeX as well as some generic tools which are not related to e-TeX but match the profile of this package. The package is work in progress. Note that previous versions of this package were released under the name elatex. Homepage: http://www.ctan.org/tex-archive/help/Catalogue/entries/etoolbox.html Package: etw-data Priority: optional Section: games Installed-Size: 15443 Maintainer: Debian Games Team Architecture: all Source: etw Version: 3.6+svn140-4.3.201403221115 Filename: 4.0-0/all/etw-data_3.6+svn140-4.3.201403221115_all.deb Size: 8047622 MD5sum: 39e221e545efbec97a84f9e37d78a3c8 SHA1: 59561c31e91cc8638991f17de485a900e1673526 SHA256: d6d9471fe10528364d9d715898bed81a1610431817c437c65202e0acc79d0531 Description: graphics and audio data for etw Eat The Whistle is an arcade soccer game similar to famous Amiga titles such as Kick Off or Sensible Soccer. It features several game modes where you can play either as the whole team or as a single player, and you can also manage teams that take part in cups and leagues. There is even an arcade mode with powerups and bonuses, like in the game SpeedBall 2. . This package contains the architecture-independent data for etw. For more information, see the etw package. Homepage: http://www.ggsoft.org/etw/ Package: euler-doc Priority: optional Section: doc Installed-Size: 656 Maintainer: Frank S. Thomas Architecture: all Source: euler Version: 1.61.0-8.5.201411010702 Suggests: euler Filename: 4.0-0/all/euler-doc_1.61.0-8.5.201411010702_all.deb Size: 423660 MD5sum: da754b0d9fde356f541d57d1aa31c521 SHA1: 7d1f6e506e423fbad068dc41be09aa92ce7ebd54 SHA256: 9f17c8770c59fe102c471ebf124d8bde8fefb7186246d24bac20870db17fae6d Description: documentation for the mathematical programming environment Euler Euler is a powerful numerical laboratory with a programming language. The system can handle real, complex and interval numbers, vectors and matrices. It can produce 2D/3D plots. . This package contains documentation for Euler. Homepage: http://euler.sourceforge.net/ Package: evernote-mode Priority: optional Section: lisp Installed-Size: 10247 Maintainer: Youhei SASAKI Architecture: all Version: 0.41-3.2.201403221247 Depends: emacs23 | emacs, ruby | ruby-interpreter Suggests: w3m-el | w3m-el-snapshot Filename: 4.0-0/all/evernote-mode_0.41-3.2.201403221247_all.deb Size: 1025158 MD5sum: 7b05d2199157156af780fb12f6bfcda2 SHA1: e4d96fe59b6ec4c0e30954bb6ee35a5c2a4d7278 SHA256: 9c3d2a90a43f4f254395509d0b860c3df8b358dc5dbf696b08600e1a371262fc Description: Emacs major mode for editing Evernote directly Emacs evernote mode offers functions to refer and edit Evernote notes directly from Emacs. Features: - Open note - Read an existing note to an Emacs buffer. - Tag search is also available - Save note - Update the modified note in an Emacs buffer. - Create note - Create a new note from the current buffer or from scratch. - Edit tags - Change tags attached to the note - Rename note - Delete note - Search notes - by using a query or a saved search Homepage: http://code.google.com/p/emacs-evernote-mode/ Package: evince-common Priority: optional Section: gnome Installed-Size: 14652 Maintainer: Debian GNOME Maintainers Architecture: all Source: evince Version: 3.4.0-3.1.13.201403221300 Depends: dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas Filename: 4.0-0/all/evince-common_3.4.0-3.1.13.201403221300_all.deb Size: 5151690 MD5sum: 9ed2cafecec8e0e8a82ed0a8e7774e3a SHA1: 4f387cf3b633bc728ad83bc2f9639ac9d39812cc SHA256: 548ce98bb8faa0da00a6264e06a2d01fd547d4377be7de3bb8ff1db79768c07c Description: Document (PostScript, PDF) viewer - common files Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . This package contains shared files for evince and evince-gtk packages. Homepage: http://www.gnome.org/projects/evince/ Package: evolution-common Priority: optional Section: gnome Installed-Size: 47480 Maintainer: Debian Evolution Maintainers Architecture: all Source: evolution Version: 3.4.4-3.44.201403280814 Depends: dconf-gsettings-backend | gsettings-backend Recommends: evolution Filename: 4.0-0/all/evolution-common_3.4.4-3.44.201403280814_all.deb Size: 8303676 MD5sum: dc5d6bf886bab8d8e228e9308ad22b2e SHA1: 2076e6a9ae9fe30e8451f5fe3e28e142040797f8 SHA256: 6fb0ad5639193d121d2b38ba43e6e10bb0657ec1120c309f6c886273a6af0e4f Description: architecture independent files for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package contains the architecture independent files needed by the evolution package. Homepage: http://projects.gnome.org/evolution/ Package: evolution-data-server-doc Priority: optional Section: doc Installed-Size: 9795 Maintainer: Debian Evolution Maintainers Architecture: all Source: evolution-data-server Version: 3.4.4-3.26.201403280817 Replaces: libcamel1.2-dev (<< 3.4.2), libebackend1.2-dev (<< 3.4.2), libebook1.2-dev (<< 3.4.2), libecal1.2-dev (<< 3.4.2), libedata-book1.2-dev (<< 3.4.2), libedata-cal1.2-dev (<< 3.4.2), libedataserver1.2-dev (<< 3.4.2), libedataserverui-3.0-dev (<< 3.4.2), libedataserverui1.2-dev Suggests: devhelp Breaks: libcamel1.2-dev (<< 3.4.2), libebackend1.2-dev (<< 3.4.2), libebook1.2-dev (<< 3.4.2), libecal1.2-dev (<< 3.4.2), libedata-book1.2-dev (<< 3.4.2), libedata-cal1.2-dev (<< 3.4.2), libedataserver1.2-dev (<< 3.4.2), libedataserverui-3.0-dev (<< 3.4.2), libedataserverui1.2-dev Filename: 4.0-0/all/evolution-data-server-doc_3.4.4-3.26.201403280817_all.deb Size: 864684 MD5sum: 8a3b68024a3303044ab7461fe8040198 SHA1: 23d02ba5890383a7b058452236ac09fa33b74bc5 SHA256: a1a3a48e86379fbfb7493b26d070961135296d701fb7d5de14b7349300f6771e Description: Documentation files for the Evolution Data Server libraries The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the API documentation for all the individual Evolution Data Server libraries. Homepage: http://www.gnome.org/projects/evolution/ Package: evolver-doc Priority: extra Section: doc Installed-Size: 2373 Maintainer: Adam C. Powell, IV Architecture: all Source: evolver Version: 2.30c.dfsg-3.4.201403221426 Suggests: evolver Filename: 4.0-0/all/evolver-doc_2.30c.dfsg-3.4.201403221426_all.deb Size: 812332 MD5sum: b53c9e0c19d8397544a934c721262782 SHA1: f7ca434dac1db0bbe10471fa8c54967e827b9321 SHA256: 6d348399b7cb9f9a7cd005f37630df82097a89df120189eabdab6d92eb752c15 Description: Surface Evolver documentation and examples The Surface Evolver is an interactive program for the study of surfaces shaped by surface tension and other energies, and subject to various constraints. Package: exabgp Priority: optional Section: net Installed-Size: 395 Maintainer: Henry-Nicolas Tourneur Architecture: all Version: 2.0.7-1.2.201403221451 Depends: python (>= 2.6.6-7~), adduser Filename: 4.0-0/all/exabgp_2.0.7-1.2.201403221451_all.deb Size: 97282 MD5sum: 224a76285df9fc4a93e3fa3133b616c9 SHA1: ab71de301d8730f8cbcf1f38224bc36557a9690d SHA256: 2f78e599adaeb50fa8a30b666180f2e6b83289ea75127d6fd9aee9235f6ce3bc Description: BGP route injector This program is a BGP route injector. The route injector can connect using either IPv4 or IPv6 and announce both IPv4 and IPv6 routes. Potential use are : Injection of service IPs like AS112 announcement Temporary route redirection: more specific routes with different next-hop Injection of flow routes to handle DDOS Homepage: http://code.google.com/p/exabgp/ Package: exaile-plugin-contextinfo Priority: optional Section: sound Installed-Size: 287 Maintainer: Vincent Cheng Architecture: all Source: exaile Version: 0.3.2.2-3.4.201403221502 Depends: exaile (= 0.3.2.2-3.4.201403221502), python-imaging, python-webkit (>= 1.1.2), python (>= 2.6.6-7~) Filename: 4.0-0/all/exaile-plugin-contextinfo_0.3.2.2-3.4.201403221502_all.deb Size: 59648 MD5sum: 8dbef008b455b005b327b2cfdd11721e SHA1: a5539d9ff4f0cb1aefd104bde4fe35b2be6ff817 SHA256: 97a1d59f6d6effe7a6d3e02603f0d25fde066ed9b31425d14b073e2be5994ded Description: Exaile plugin for contextual information This Exaile plugin adds a sidepanel for contextual information based on the Exaile internal tags and statistics, on lyrics plugins, and on the LastFM API. . Exaile is a media player which incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via Wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed). . In addition, Exaile also includes a built-in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm. . Exaile aims to be similar to AmaroK, but uses Python and GTK+. Homepage: http://www.exaile.org/ Package: exaile-plugin-ipod Priority: optional Section: sound Installed-Size: 62 Maintainer: Vincent Cheng Architecture: all Source: exaile Version: 0.3.2.2-3.4.201403221502 Depends: exaile (= 0.3.2.2-3.4.201403221502), python-gpod, python (>= 2.6.6-7~) Filename: 4.0-0/all/exaile-plugin-ipod_0.3.2.2-3.4.201403221502_all.deb Size: 10646 MD5sum: ae6dd69b2d46785963fefc9d0bb7e77b SHA1: 7d7bdbb9dc82abc725e909083956bffb6c8dfc33 SHA256: a6ab1388f6beeef7ab279e7835edfb6d6dd5ffedc4e77f173f1a22ddc2616818 Description: Exaile plugin for iPod support This Exaile plugin adds support for the iPod portable media players in the Exaile device manager. . Exaile is a media player which incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via Wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed). . In addition, Exaile also includes a built-in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm. . Exaile aims to be similar to AmaroK, but uses Python and GTK+. Homepage: http://www.exaile.org/ Package: exaile-plugin-moodbar Priority: optional Section: sound Installed-Size: 89 Maintainer: Vincent Cheng Architecture: all Source: exaile Version: 0.3.2.2-3.4.201403221502 Depends: exaile (= 0.3.2.2-3.4.201403221502), moodbar, python (>= 2.6.6-7~) Filename: 4.0-0/all/exaile-plugin-moodbar_0.3.2.2-3.4.201403221502_all.deb Size: 15210 MD5sum: c1215be8fb2a6ebec49a02ae5a235c13 SHA1: 1cc30d33d8bb81cd6721f0ca434c657b97d88e94 SHA256: 59831ec4cfbfd2e7402818bfa91bc19ba3fdbe8d1aeb22ca51ffa76bb48898d6 Description: Exaile plugin for moodbar This Exaile plugin turns the progress bar of the tracks into a bar which color depends on the tracks' mood. . Exaile is a media player which incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via Wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed). . In addition, Exaile also includes a built-in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm. . Exaile aims to be similar to AmaroK, but uses Python and GTK+. Homepage: http://www.exaile.org/ Package: exaile Priority: optional Section: sound Installed-Size: 4682 Maintainer: Vincent Cheng Architecture: all Version: 0.3.2.2-3.4.201403221502 Depends: gstreamer0.10-plugins-good, librsvg2-common, python (>= 2.6.6-7~), python-dbus, python-gobject (>= 2.18), python-gst0.10, python-gtk2 (>= 2.17), python-mutagen (>= 1.10) Recommends: gstreamer0.10-ffmpeg, python-cddb, python-mmkeys, python-notify Suggests: exaile-plugin-contextinfo, exaile-plugin-ipod, exaile-plugin-moodbar, exfalso, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly, ipython, notify-osd, python-avahi, python-beautifulsoup, python-eggtrayicon, python-pymtp, streamripper Filename: 4.0-0/all/exaile_0.3.2.2-3.4.201403221502_all.deb Size: 1167864 MD5sum: b976c2d69b8656cb4acdc9b111438829 SHA1: d77dca0979231c4be6d45a8d09a14ba85297cbb6 SHA256: 305fbc347560086adc228f3bd81150e93ac044f085e604a73accf54c359174b6 Description: flexible, full-featured audio player Exaile is a media player which incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via Wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed). . In addition, Exaile also includes a built-in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they don't get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm. . Exaile aims to be similar to AmaroK, but uses Python and GTK+. Homepage: http://www.exaile.org/ Package: exfalso Priority: optional Section: sound Installed-Size: 2853 Maintainer: Ondřej Kuzník Architecture: all Source: quodlibet Version: 2.4-1.7.201403150619 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-mutagen (>= 1.14), python-gtk2 (>= 2.12) Recommends: quodlibet-plugins (>= 1:2.3.2) Suggests: python-ctypes, libmodplug1 Filename: 4.0-0/all/exfalso_2.4-1.7.201403150619_all.deb Size: 738200 MD5sum: a34c1f9370359825475e8be0ab2ca597 SHA1: 4da41c7cfb72578867390c093d9ea90c3062f8f8 SHA256: 2b22315f87a4a3a415f081c4e6e3eacabf6f293af398628a62a8a7ced4e4680c Description: audio tag editor for GTK+ Ex Falso displays and edits audio metadata tags. Supported formats include MP3, Ogg Vorbis, FLAC, Musepack (MPC), WavPack, and MOD/XM/IT. . Notable features include: * Freeform tag editing for most supported formats, including ID3v2 * Multiple values for tag keys * Flexible rename-by-tags and tag-by-filename patterns * Extensible using simple Python-based plugins * Edit multiple files in several formats at once Homepage: http://code.google.com/p/quodlibet/ Package: exim4-doc-html Priority: optional Section: doc Installed-Size: 3033 Maintainer: Exim4 Maintainers Architecture: all Source: eximdoc4 Version: 4.80-2.4.201403221616 Replaces: eximdoc4-html Filename: 4.0-0/all/exim4-doc-html_4.80-2.4.201403221616_all.deb Size: 641454 MD5sum: 92219f2b0fc10dac1e543355185affc2 SHA1: 2aa731eaeb565b58f9d2e24b27b17a5376945a59 SHA256: 8c57130005980c5757ae46eb892edf16d4c64c4e95e24655435dc80c6c1b75d4 Description: documentation for the Exim MTA (v4) in html format Contains specification and filtering documentation in HTML format. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a FAQ list. Local information about the way the Debian packages can be configured is can be found in /usr/share/doc/exim4-base/README.Debian.gz. This file has also information about the way the Debian binary packages are built. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users . exim is a drop-in replacement for sendmail/mailq/rsmtp. Homepage: http://www.exim.org/ Package: exim4-doc-info Priority: optional Section: doc Installed-Size: 554 Maintainer: Exim4 Maintainers Architecture: all Source: eximdoc4 Version: 4.80-2.4.201403221616 Replaces: eximdoc4-info Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/exim4-doc-info_4.80-2.4.201403221616_all.deb Size: 540334 MD5sum: 7770974f66ed8c201cc9c70f0b1f7a47 SHA1: 36895ad7a4c1f0e9f06450fd3dbf7806ccd700e3 SHA256: e8687811ce8410e53e3661fa6c7e5ebc0a7cc13af09f64e48c325d7dab951e86 Description: documentation for the Exim MTA (v4) in info format Contains specification and filtering documentation in info format. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a FAQ list. Local information about the way the Debian packages can be configured is can be found in /usr/share/doc/exim4-base/README.Debian.gz. This file has also information about the way the Debian binary packages are built. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users . exim is a drop-in replacement for sendmail/mailq/rsmtp. Homepage: http://www.exim.org/ Package: exmh Priority: optional Section: mail Installed-Size: 2517 Maintainer: Alexander Zangerl Architecture: all Version: 1:2.8.0~rc1-2.4.201403221628 Depends: tk8.5 | wish, tcl8.5 | tclsh, nmh | mh, mime-support, xterm Recommends: recode | metamail Suggests: expect, expectk, pgp, compface, gnupg, file, mh-book Filename: 4.0-0/all/exmh_2.8.0~rc1-2.4.201403221628_all.deb Size: 927000 MD5sum: b28c7b4f138f28cfa796abd1a19a232d SHA1: d1f5866e5f23830944a3fab598d9bb0f7115cf80 SHA256: adeab9a95d1cfe4aedb35351c33ff66abd261f13cf2d729f6e321893501d9535 Description: extensible X user interface for MH mail Exmh uses the regular MH programs to manipulate your mail folders and messages. This means it is compatible with command-line use of MH programs, and its actions should be familiar if you are an experienced MH user. If you are a new MH user, then the details of running MH programs are hidden behind the graphical interface. Homepage: http://www.exmh.org/ Package: expeyes-doc-en Priority: extra Section: doc Installed-Size: 3152 Maintainer: Georges Khaznadar Architecture: all Source: expeyes Version: 2.0.0-3.2.201403221708 Replaces: expeyes-doc (<< 1.0.3) Provides: expeyes-doc Filename: 4.0-0/all/expeyes-doc-en_2.0.0-3.2.201403221708_all.deb Size: 2917192 MD5sum: 465d7a4c68e111b043f3a6a8c3a34844 SHA1: e67b4c5e5d849d4c2f4fbd2a33879d56bfe67e92 SHA256: 95173ceac297d9692d6d2e2d45b15dc6617bc4ea7064e209e05a5b39c1a6c098 Description: User manual for expeyes library, in English language This package provides a full documentation to use the library python-expeyes, which enables to program new experiments using an ExpEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Capable of doing real time measurements and analysing the data in different ways. Analog voltages are measured with 0.025% resolution and time intervals with one microsecond. This project is based on Free and Open Source software, mostly written in Python programming language. The hardware design is also open. Homepage: http://expeyes.in/ Package: expeyes-doc-fr Priority: extra Section: doc Installed-Size: 11351 Maintainer: Georges Khaznadar Architecture: all Source: expeyes Version: 2.0.0-3.2.201403221708 Replaces: expeyes-doc (<< 1.0.3) Provides: expeyes-doc Filename: 4.0-0/all/expeyes-doc-fr_2.0.0-3.2.201403221708_all.deb Size: 11397528 MD5sum: 43ba57f336673fb37845e112a30627d7 SHA1: 6e1a1a477f50e652fbccc969b9341e62baaaf53f SHA256: e80f59275f46cff5b1e1ec495ad5776d3ad4fd61b29fec7beb6a1e1d69104ecc Description: User manual for expeyes library, French translation This package provides a full documentation to use the library python-expeyes, which enables to program new experiments using an ExpEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Capable of doing real time measurements and analysing the data in different ways. Analog voltages are measured with 0.025% resolution and time intervals with one microsecond. This project is based on Free and Open Source software, mostly written in Python programming language. The hardware design is also open. Homepage: http://expeyes.in/ Package: expeyes-firmware-dev Priority: extra Section: devel Installed-Size: 57 Maintainer: Georges Khaznadar Architecture: all Source: expeyes Version: 2.0.0-3.2.201403221708 Recommends: gcc-avr, binutils-avr, uisp Filename: 4.0-0/all/expeyes-firmware-dev_2.0.0-3.2.201403221708_all.deb Size: 11782 MD5sum: 8e400490e03647ec4f6d4e2fb0f4df5f SHA1: 45f0b2f91a465e9f95bf414d19d9de9632b48781 SHA256: 9b84ac673ad168f1eb1970c5296bfc17ba54c75172d56f5ad128b39a09cf38a8 Description: hardware & software framework for developing science experiments This package provides high level interfaces for making science experiments with an ExpEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Capable of doing real time measurements and analysing the data in different ways. Analog voltages are measured with 0.025% resolution and time intervals with one microsecond. This project is based on Free and Open Source software, mostly written in Python programming language. The hardware design is also open. Homepage: http://expeyes.in/ Package: expeyes Priority: extra Section: science Installed-Size: 672 Maintainer: Georges Khaznadar Architecture: all Version: 2.0.0-3.2.201403221708 Depends: python (>= 2.6.6-7~), python-expeyes, python-imaging-tk, tix, python-tk Recommends: python-numpy, python-scipy Filename: 4.0-0/all/expeyes_2.0.0-3.2.201403221708_all.deb Size: 477434 MD5sum: dfe84779734b11803f0fbb455d3cfa0c SHA1: 85ef7c912ccdd63d5ab64e85e6ce953a12ab8b42 SHA256: e95d2c2dcc31011a01e87e296e10150fd474aeb7e76229fef97fe658fe4c91d5 Description: hardware & software framework for developing science experiments This package provides high level interfaces for making science experiments with an ExpEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Capable of doing real time measurements and analysing the data in different ways. Analog voltages are measured with 0.025% resolution and time intervals with one microsecond. This project is based on Free and Open Source software, mostly written in Python programming language. The hardware design is also open. Homepage: http://expeyes.in/ Package: extplorer Priority: optional Section: web Installed-Size: 1284 Maintainer: Thomas Goirand Architecture: all Version: 2.1.0b6+dfsg.3-4.6.201406181738 Depends: libapache2-mod-php5 | php5-cgi, libjs-edit-area, libjs-extjs, libjs-yui, php-pear, php-net-ftp, php-auth-http, php-auth, php-geshi, php-compat, php-mail-mime, php-mail-mimedecode, php-http-webdav-server, php-services-json, php-mime-type Filename: 4.0-0/all/extplorer_2.1.0b6+dfsg.3-4.6.201406181738_all.deb Size: 345830 MD5sum: 16750ab6b9f9ed68d8c22198125e43b5 SHA1: 5eecb92a2f880631ad37b81f48de9cb4bf0841d7 SHA256: 2d602567522b32a018d7e9c3c946710e262757558c402e6179203e0edf3b5949 Description: web file explorer and manager using Ext JS a web-based File Manager. You can use it to: * browse directories & files on the server and * edit, copy, move, delete files, * search, upload and download files, * create and extract archives, * create new files and directories, * change file permissions (chmod) and much more... . You can even use eXtplorer to login to the FTP server (like net2ftp) and work as if you were using an FTP client. Access via WebDAV is also possible (requires some extra work and a database!). . eXtplorer is released under a dual-license: You can choose wether you want to use eXtplorer under the Mozilla Public License (MPL 1.1) or under the GNU General Public License (GNU/GPL). Note that if you decide to distribute/use eXtplorer under the MPL, you are not allowed to use the ExtJS Javascript library. Homepage: http://extplorer.sourceforge.net/ Package: extra-xdg-menus Priority: optional Section: misc Installed-Size: 137 Maintainer: Peter Clifton Architecture: all Version: 1.0-4.4.201403221806 Replaces: hamradiomenus Conflicts: hamradiomenus (<< 1.2) Filename: 4.0-0/all/extra-xdg-menus_1.0-4.4.201403221806_all.deb Size: 12700 MD5sum: 703de142d224abff6ed4ffc95dcb27dc SHA1: fb398566d4740aad4d37661af2421da6297c6690 SHA256: 4e8383a97112c2277e4184f1e8c8f879803d9af2601cc9a035c6faa585b059ca Description: Extra menu categories for applications under GNOME and KDE This package installs various optional extra desktop menus for grouping applications on GNOME, KDE and other XDG menu-spec compliant desktop environments. The extra menus may be enabled or disbled on a system or per-user basis with the supplied scripts, exmenen and exmendis. Package: extrema-doc Priority: optional Section: doc Installed-Size: 3420 Maintainer: Christine Spang Architecture: all Source: extrema Version: 4.4.5.dfsg-3.4.201403221810 Filename: 4.0-0/all/extrema-doc_4.4.5.dfsg-3.4.201403221810_all.deb Size: 3463722 MD5sum: 5a5f54598a3c97bf05e3200dbb0cc45a SHA1: af23aa83d9e05aa020732164cb7a82235c65d081 SHA256: 085c369840be1a386eb7a5a216e071774f3fb01a89a34d36786d5253b93ddf4f Description: Documentation for extrema This package contains additional documentation in PDF format for the extrema software package. Homepage: http://exsitewebware.com/extrema/ Package: eyed3 Priority: optional Section: sound Installed-Size: 97 Maintainer: Alexander Wirt Architecture: all Version: 0.6.18-1.5.201403221838 Depends: python-eyed3 (= 0.6.18-1.5.201403221838), python Filename: 4.0-0/all/eyed3_0.6.18-1.5.201403221838_all.deb Size: 23878 MD5sum: d4857e514a3e88ec1752da28bdea0a54 SHA1: b5fde351af88db9ac98a34f63ab2de08dac932db SHA256: c1615d7739bbb0e9fd51110bf4755f258db11905911732fa1353ab8e3014434d Description: Display and manipulate id3-tags on the command-line A command-line editor to add/edit/remove ID3-tags on mp3 files. It supports version 1.0,1.1,2.3 and 2.4 of the ID3 standard. Additionally it displays several information about the file such as length and bitrate from an MP3 file. Homepage: http://eyed3.nicfit.net/ Package: ezgo-accessories Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: convertall, gcalctool, gedit, gnome-utils, gtkwhiteboard, lxterminal, stardict, tomboy, xournal Filename: 4.0-0/all/ezgo-accessories_0.7.1.8.201403221845_all.deb Size: 3946 MD5sum: 8b1f33d532be4e4563c94414fd66fe81 SHA1: 372345a4d2df0e461a763c64df2c9b2f793eda95 SHA256: 989fcdf387c1d1b93715a3f1041ffe3b0275faf95e359e5819fbae020aef9d6b Description: EzGo Accessories The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of Accessories. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-education Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: avogadro, bkchem, celestia, drgeo, gchempaint, gcompris, gcu-bin, ghemical, kalgebra, kalzium, kanagram, kbruch, kgeography, khangman, kig, klettres, kmplot, kstars, ktouch, kturtle, kwordquiz, marble, parley, pymol, stellarium, step, wxmaxima Suggests: kayali, scratch Filename: 4.0-0/all/ezgo-education_0.7.1.8.201403221845_all.deb Size: 4058 MD5sum: 26985a40d5554d5c2d9dae2168c10364 SHA1: f9e59d0d7d4dd391f83661819eb18bc6126a3a9e SHA256: c0219f678e6b4e9ebe1fd1a84d127614b94dd3a4060cc833ab0ebb9b261a3da6 Description: EzGo Education The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of education tools. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-games Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: frozen-bubble, gnome-games, kblocks, knetwalk, kolf, ktuberling, lbreakout2, pinball, pingus, supertux, supertuxkart, torcs, tuxmath, tuxpuck, tuxtype Suggests: planetpenguin-racer Filename: 4.0-0/all/ezgo-games_0.7.1.8.201403221845_all.deb Size: 3992 MD5sum: 461041c102ce11bc7ec70073fa19643f SHA1: 204be56512ca0ea3e03b00c0639cb732cfb95da9 SHA256: 6bb1e9444da17b6b6725e544679dfad7d8ee4f634b3cdb168aeffa8de74b8352 Description: EzGo Games The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of games. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-imaging Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: blender, cheese, digikam, eog, f-spot, gimp, gpaint, gwenview, inkscape, kolourpaint4, ktoon, qcad, scribus, tuxpaint Suggests: pencil Filename: 4.0-0/all/ezgo-imaging_0.7.1.8.201403221845_all.deb Size: 3972 MD5sum: 25b03c5485cc2e505bbd44b3e0e578e0 SHA1: 3055c9e2f0e3d53f492dd437892cacccdf56344e SHA256: 7a1303c46bd25293836621959ce106577c2716137e0ee92a3b9b43900fc753ff Description: EzGo imaging The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of image tools. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-multimedia Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: amarok, audacious, audacity, brasero, gnome-media, gtk-recordmydesktop, k3b, kdenlive, mplayer, oggconvert, rhythmbox, rosegarden, smplayer, sound-juicer, totem, tuxguitar, vlc Suggests: kino, xvidcap Filename: 4.0-0/all/ezgo-multimedia_0.7.1.8.201403221845_all.deb Size: 4014 MD5sum: 42cd828ba32708a7e05d6012d7063e7a SHA1: 5cf675794294012c415e1bd4ee886a126a72a536 SHA256: d18ece8e32ee7fe1e2e58d78d110c88d8db7e258b8946d69824bee3ee3225b0f Description: EzGo multimedia The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of multimedia packages. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-network Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: ekiga, emesene, evolution, filezilla, gftp, icedove, iceweasel, kompozer, kopete, pcmanx-gtk2, pidgin, transmission, tsclient, vinagre Suggests: exe Filename: 4.0-0/all/ezgo-network_0.7.1.8.201403221845_all.deb Size: 3984 MD5sum: 2b5d2d4169d233714f0d9ff6caf3d1a6 SHA1: ce4c9170355bd9e1072d396800a63cb88870ff5a SHA256: 23f1b0558149aaa3dd2182ddc482f7cbfe3717f9396fec26103146e75e2c9f60 Description: EzGo network The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of networking related packages. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-office Priority: extra Section: misc Installed-Size: 44 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: ezgo-tasks (= 0.7.1.8.201403221845) Recommends: dia, okular, openclipart, openoffice.org-base, openoffice.org-calc, openoffice.org-draw, openoffice.org-impress, openoffice.org-writer, pdfedit, planner Suggests: ganttproject, xmind Filename: 4.0-0/all/ezgo-office_0.7.1.8.201403221845_all.deb Size: 3958 MD5sum: 291fbdd291421e8c34260c74904a375d SHA1: c9899187a7cac262b5468f61ae56e089027572d5 SHA256: 0d941ddd9bf1432c049811357979709acccce26a5497e92df1a4a4272bc21c5f Description: EzGo Office The EzGo is a LiveCD created by OSS Application Consulting Centre(OSSACC) which is a Ministry of Education Taiwan funded project, and it's executive by the Software Liberty Association of Taiwan(SLAT). . It is a set of free software collection aims to promote the usage of free software on teaching and self-learning. . This is the selection of office tools. Homepage: http://wiki.debian.org/DebianEzGo Package: ezgo-tasks Priority: extra Section: misc Installed-Size: 38 Maintainer: Debain EzGo Packaging Team Architecture: all Source: ezgo Version: 0.7.1.8.201403221845 Depends: tasksel Filename: 4.0-0/all/ezgo-tasks_0.7.1.8.201403221845_all.deb Size: 2956 MD5sum: 322882e6e2d362d202865f1571f228e9 SHA1: d8aa201bf179dbb76b05f35a3d715720568add2c SHA256: 30e2891b43c90c954e761bd5663540f9e4895dc52ebdc380e243896e86c37d97 Description: EzGo tasks for tasksel This package provides EzGo tasks in tasksel. . These tasks are described in detail at http://blends.alioth.debian.org/ezgo/tasks Homepage: http://wiki.debian.org/DebianEzGo Package: facter Priority: optional Section: admin Installed-Size: 214 Maintainer: Puppet Package Maintainers Architecture: all Version: 1.6.10-1.5.201403221930 Depends: ruby | ruby-interpreter, ruby-json, net-tools, bind9-host | host Recommends: pciutils, dmidecode Filename: 4.0-0/all/facter_1.6.10-1.5.201403221930_all.deb Size: 68424 MD5sum: 474dd0b62232bf9397286d93dc4ad1bf SHA1: 21f62d57df8d226b7b9ae0c6338f186923478d4f SHA256: 3b3249c266cab6068e2f9a824d908aebad19dce4f77ea935d93820df92e9cc2a Description: collect and display facts about the system A cross-platform Ruby library for retrieving facts from operating systems. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys. . It is easy to extend Facter to include your own custom facts or to include additional mechanisms for retrieving facts. Homepage: http://projects.puppetlabs.com/projects/facter Ruby-Versions: ruby1.8 ruby1.9.1 Package: fadecut Priority: extra Section: sound Installed-Size: 74 Maintainer: Marco Balmer Architecture: all Version: 0.1.1-1.2.201403221937 Depends: vorbis-tools | lame, sox, libsox-fmt-mp3, streamripper, bash (>= 3.2-4), id3v2 Filename: 4.0-0/all/fadecut_0.1.1-1.2.201403221937_all.deb Size: 15740 MD5sum: d6f294def505de769b129cf606d19952 SHA1: 3188f9135b99d5f0a6c38053e96202c7c1e466ef SHA256: d974f7a0e501e849db5278c6ca7699812dbf69388cdc6f404c1378c5cc8d87a2 Description: toolset to rip audiostreams, cut, fade in/out and tag the resulting audiofiles fadecut is a script to rip audio files from a livestream and to process them automatically. Beginning and ending fo the audio files will be cut and faded in/out. So logos and advertising of radio stations will be automatically removed. . In streaming mode fadecut is ripping audio files using streamripper. The downloaded audio files are cutted using silence detection and then faded in and out. Subsequently, the files are encoded to either ogg or mp3 and tagged with tags (title, artist, genre and comment provided). . In file mode fadecut is just processing already ripped audio files. . An audio file which has already been processed is detected and will not be processed again. Not desired songs can be stored in a separate directory. This files are not processed anymore too. Homepage: http://github.com/micressor/fadecut Package: fai-client Priority: extra Section: admin Installed-Size: 303 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Depends: perl, file, libapt-pkg-perl, iproute Recommends: debconf-utils, libgraph-perl Suggests: logtail Filename: 4.0-0/all/fai-client_4.0.8.5.201403221942_all.deb Size: 136000 MD5sum: 670c6711bda1bc3eca03f404210fc5ff SHA1: e35c07d40267e635518a0f7adcbcea96ebbfb515 SHA256: 9aa90e0b740c78419a022126b568a4db461c0a25e6c8ecd773a442e436488e87 Description: Fully Automatic Installation client package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This is the client package for FAI. It contains the parts necessary to run the softupdate functionality on already installed systems, and is needed for the dirinstall functionality and others on a FAI server. Homepage: http://fai-project.org Package: fai-doc Priority: extra Section: doc Installed-Size: 1118 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Filename: 4.0-0/all/fai-doc_4.0.8.5.201403221942_all.deb Size: 808366 MD5sum: d3d9f05313e5b2a828e5275cdacc4df9 SHA1: b9ee625366172e7824f0c8b4d396ae1b3d48f923 SHA256: 38d2eaa45d3abfc4620713cb0abd5236ce353b41e411fbf8ce4a37f128e12cca Description: Documentation for FAI FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This is the documentation for FAI in various formats. Homepage: http://fai-project.org Package: fai-nfsroot Priority: extra Section: admin Installed-Size: 157 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Depends: fai-client, fai-setup-storage, syslinux-common | syslinux Filename: 4.0-0/all/fai-nfsroot_4.0.8.5.201403221942_all.deb Size: 76044 MD5sum: a0c33fe4033f5d1f65ff77750fe405fc SHA1: 41d959cfd867b120b0875a45b379c255771324d5 SHA256: 65a84994811a06cccd3f2af389f4973ef1a679623c7a18d598353f6a1c5aa78e Description: Fully Automatic Installation nfsroot package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This package contains the software that is only needed in the FAI nfsroot. Do not install this package on a normal machine. Homepage: http://fai-project.org Package: fai-quickstart Priority: extra Section: admin Installed-Size: 31 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Depends: fai-server, fai-doc, isc-dhcp-server, nfs-kernel-server, tftpd-hpa | atftpd, reprepro, genisoimage, openbsd-inetd | inet-superserver Filename: 4.0-0/all/fai-quickstart_4.0.8.5.201403221942_all.deb Size: 1996 MD5sum: 5cc8588dc47ee1a2ad88b862bc33fc4c SHA1: 5982d6a10a79e009fb86f56fe2f3b93d0b2df340 SHA256: 6764ca777f112f63d9dd62faa410289035dbacad7ac87b7b2f3cf67ea38f0550 Description: Fully Automatic Installation quickstart package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. This package setups an install server with some basic examples. It should be removed when creating your own config space. Homepage: http://fai-project.org Package: fai-server Priority: extra Section: admin Installed-Size: 214 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Depends: fai-client, debootstrap Recommends: nfs-kernel-server, isc-dhcp-server, tftpd-hpa | atftpd, openssh-server, openssh-client, openbsd-inetd | inet-superserver, libproc-daemon-perl Suggests: debmirror, reprepro, genisoimage, grub, aptitude, perl-tk Filename: 4.0-0/all/fai-server_4.0.8.5.201403221942_all.deb Size: 65818 MD5sum: 05526da01a03d401046cc700f937d11d SHA1: 0deeea3e44200d4fd60ad411304bc418ee6bc410 SHA256: f0b6866a456ab95edc45f8dd0b5b5f90bc58a14b41ee4e76b3f15659c941eb29 Description: Fully Automatic Installation server package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . It's a tool for mass unattended Linux installation. You can take one or more virgin systems, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary. . This package is needed for setting up a FAI install server for network installations, for running the dirinstall in a chroot environment, and to build installation CD/DVD's and USB sticks. Homepage: http://fai-project.org Package: fai-setup-storage Priority: extra Section: admin Installed-Size: 319 Maintainer: Thomas Lange Architecture: all Source: fai Version: 4.0.8.5.201403221942 Depends: perl, libparse-recdescent-perl, liblinux-lvm-perl, parted Recommends: lvm2, mdadm Suggests: dmsetup, cryptsetup, dosfstools, jfsutils, ntfsprogs, reiserfsprogs, xfsprogs Conflicts: fai-client (<< 3.4~) Filename: 4.0-0/all/fai-setup-storage_4.0.8.5.201403221942_all.deb Size: 120152 MD5sum: a3f6d5f64ff4fe87a38565097e7c58db SHA1: ecff5d5975f4607164a84147b77aba79c557e664 SHA256: 342286ce6d225ea78a69c72c1f8d519c12d6a129495b71cb431c680de0334d27 Description: automatically prepare storage devices Using FAI disk_config files, setup-storage computes effective partition and volume sizes and executes the necessary commands to configure storage devices. It manages disk drives as well as RAID and LVM volumes. It handles all file systems supported by parted(8) as well as ntfs but is flexible enough to be extended to further types as well. Once the storage devices are prepared, an appropriate fstab(5) file is generated. . This package provides the setup-storage utility as separate package so it can be used independent from FAI as well. Homepage: http://fai-project.org Package: fail2ban Priority: optional Section: net Installed-Size: 416 Maintainer: Yaroslav Halchenko Architecture: all Version: 0.8.6-3.7.201411010420 Depends: python (>= 2.4), python-central (>= 0.6.11), lsb-base (>= 2.0-7) Recommends: iptables, whois, python-gamin Suggests: mailx Filename: 4.0-0/all/fail2ban_0.8.6-3.7.201411010420_all.deb Size: 104652 MD5sum: 44b3691cdb469ac13b9d91bf6d9d7e9e SHA1: fc425a3bbf51ab0cade46b3029cb6ff2f2d42422 SHA256: 0b7cb005733502cdf13761a784c09d88ecb496b6aa2bb50a8bdfccdb355507eb Description: ban hosts that cause multiple authentication errors Fail2ban monitors log files (e.g. /var/log/auth.log, /var/log/apache/access.log) and temporarily or persistently bans failure-prone addresses by updating existing firewall rules. Fail2ban allows easy specification of different actions to be taken such as to ban an IP using iptables or hostsdeny rules, or simply to send a notification email. . By default, it comes with filter expressions for various services (sshd, apache, qmail, proftpd, sasl etc.) but configuration can be easily extended for monitoring any other text file. All filters and actions are given in the config files, thus fail2ban can be adopted to be used with a variety of files and firewalls. Homepage: http://www.fail2ban.org Python-Version: current, >= 2.4 Package: fake-hwclock Priority: extra Section: admin Installed-Size: 58 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: all Version: 0.5.2.201403222011 Suggests: cron, ntp Filename: 4.0-0/all/fake-hwclock_0.5.2.201403222011_all.deb Size: 5470 MD5sum: 9ca95626eec7702097324c6a240ea796 SHA1: 87226a893fb8e5ed3990efd5bab873d6cea8e37a SHA256: 73d8e08db8d0aafe03f2f23e660ab32a8943aa9c2ac8ddb6986e901817c2f817 Description: Save/restore system clock on machines without working RTC hardware Some machines don't have a working realtime clock (RTC) unit, or no driver for the hardware that does exist. fake-hwclock is a simple set of scripts to save the kernel's current clock periodically (including at shutdown) and restore it at boot so that the system clock keeps at least close to realtime. This will stop some of the problems that may be caused by a system believing it has travelled in time back to 1970, such as needing to perform filesystem checks at every boot. . On top of this, use of NTP is still recommended to deal with the fake clock "drifting" while the hardware is halted or rebooting. Package: fakechroot Priority: optional Section: utils Installed-Size: 101 Maintainer: Piotr Roszatycki Architecture: all Version: 2.16-1.13.201403222015 Depends: libfakechroot (>= 2.16-1.13.201403222015), libfakechroot (<< 2.16-1.13.201403222015.1~) Filename: 4.0-0/all/fakechroot_2.16-1.13.201403222015_all.deb Size: 26192 MD5sum: 9f25de9a73e4001af3736c1fcde4fd36 SHA1: 0c5be30059ee6fdf6afa804f210019f2d7537a13 SHA256: ab349060842395b01b6c3f548176d26e2b5d89dd72dd9a41696cf04ddd128a72 Description: gives a fake chroot environment - utilities The fakechroot preloads a library which overrides libc functions, so it is possible to use root-specific tools without root privileges. . In fake chroot you can install i.e. Debian bootstrap, create developer's environment and build packages inside chroot'ed system using standard non-root user account. Homepage: http://fakechroot.alioth.debian.org/ Package: famfamfam-flag-gif Priority: extra Section: localization Installed-Size: 126 Maintainer: Dmitry E. Oboukhov Architecture: all Source: famfamfam-flag Version: 0.1-2.4.201403222110 Filename: 4.0-0/all/famfamfam-flag-gif_0.1-2.4.201403222110_all.deb Size: 91728 MD5sum: 5e1715d537c49e13a99621220c1a3ffe SHA1: afc4f037bc2c3c5454128326fba72d099140794c SHA256: 1f41707e4127f3f95c27c3ab1d14710a483afa2c490f82b32cc3d955ddbfa39f Description: Free collection of countries' flags All flags which are contained in this package are named using the ISO3166-1 alpha-2 country codes where appropriate. . This package contains flags in GIF format. Homepage: http://www.famfamfam.com/lab/icons/flags/ Package: famfamfam-flag-png Priority: extra Section: localization Installed-Size: 166 Maintainer: Dmitry E. Oboukhov Architecture: all Source: famfamfam-flag Version: 0.1-2.4.201403222110 Filename: 4.0-0/all/famfamfam-flag-png_0.1-2.4.201403222110_all.deb Size: 110422 MD5sum: 5c5ddac28440fef3d71b279eb161140a SHA1: bd22080febf4f8cef4fad792003fa12412c14abe SHA256: 5353953210311e72575db1e4e07125d5c8764e9c97e5a0ed72bb42b9d112a8c0 Description: Free collection of countries' flags All flags which are contained in this package are named using the ISO3166-1 alpha-2 country codes where appropriate. . This package contains flags in PNG format. Homepage: http://www.famfamfam.com/lab/icons/flags/ Package: fancontrol Priority: extra Section: utils Installed-Size: 112 Maintainer: Aurelien Jarno Architecture: all Source: lm-sensors Version: 1:3.3.2-2.23.201403131441 Replaces: lm-sensors (<< 1:3.1.1-6) Depends: lsb-base (>= 3.2-13) Conflicts: lm-sensors (<< 1:3.1.1-6) Filename: 4.0-0/all/fancontrol_3.3.2-2.23.201403131441_all.deb Size: 43582 MD5sum: 1e04bf72be6497085cbc1a209dfd52a3 SHA1: 73e4311a6e4946a1b1b6c5f8b2c9f1aed5076c99 SHA256: ce8d10948a696c5f8b37efdac644f7ec2a1ffd7e5aa4df5240f917587e3ea423 Description: utilities to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This package contains a daemon that calculates fan speeds from temperatures and sets the corresponding PWM outputs to the computed values. Homepage: http://www.lm-sensors.org Package: fastjet-doc Priority: optional Section: doc Installed-Size: 15046 Maintainer: Debian Science Maintainers Architecture: all Source: fastjet Version: 3.0.2+dfsg-2.2.201403222235 Depends: libjs-jquery Filename: 4.0-0/all/fastjet-doc_3.0.2+dfsg-2.2.201403222235_all.deb Size: 3310770 MD5sum: f6e5b19471a87ff5545b0c1f665a7481 SHA1: 1bf8bf6592b5db303f54c0405cec167d23c511f5 SHA256: d7b609d67242d202a73bb618af309c70a2283ccbe4de030afd0e40067f82debf Description: Documentation of FastJet The FastJet package provides a fast implementation of several longitudinally invariant sequential recombination jet algorithms, in particular the longitudinally invariant kt jet algorithm, the inclusive longitudinally invariant version of the Cambridge/Aachen jet-algorithm, and the inclusive anti-kt algorithm. . FastJet also provides a uniform interface to external jet finders via a plugin mechanism, and tools for calculating jet areas and performing background (pileup/UE) subtraction. . This package provides documentation of FastJet. Homepage: http://fastjet.fr/ Package: fastjet-examples Priority: optional Section: devel Installed-Size: 637 Maintainer: Debian Science Maintainers Architecture: all Source: fastjet Version: 3.0.2+dfsg-2.2.201403222235 Depends: libfastjetplugins-dev (>= 3.0.2+dfsg-2.2.201403222235), libfastjettools-dev (>= 3.0.2+dfsg-2.2.201403222235), libfastjet-dev (>= 3.0.2+dfsg-2.2.201403222235) Filename: 4.0-0/all/fastjet-examples_3.0.2+dfsg-2.2.201403222235_all.deb Size: 617990 MD5sum: 72ad00788b6049a8101eb63179f417ff SHA1: 42ea2b1addc37795d24955ce6aefe95be13fe1a9 SHA256: e708b1e1eeeb09c6609308dd7a9268cff25af010fa59637c0ab39ab32061290f Description: Example source files of FastJet The FastJet package provides a fast implementation of several longitudinally invariant sequential recombination jet algorithms, in particular the longitudinally invariant kt jet algorithm, the inclusive longitudinally invariant version of the Cambridge/Aachen jet-algorithm, and the inclusive anti-kt algorithm. . FastJet also provides a uniform interface to external jet finders via a plugin mechanism, and tools for calculating jet areas and performing background (pileup/UE) subtraction. . This package provides example source files of FastJet. Homepage: http://fastjet.fr/ Package: fastlink-doc Priority: optional Section: doc Installed-Size: 556 Maintainer: Debian Med Packaging Team Architecture: all Source: fastlink Version: 4.1P-fix95-3.4.201403222245 Suggests: fastlink Filename: 4.0-0/all/fastlink-doc_4.1P-fix95-3.4.201403222245_all.deb Size: 539856 MD5sum: 430c68c346162f05fecc9b280158c323 SHA1: 5c7ad6d244f416f85bcba5de914ee654df9362ef SHA256: a01f6b3ff9fda3f817840926b2be930750d01908c9612b3a52e24803235bc201 Description: Some papers about fastlink Genetic linkage analysis is a statistical technique used to map genes and find the approximate location of disease genes. There was a standard software package for genetic linkage called LINKAGE. FASTLINK is a significantly modified and improved version of the main programs of LINKAGE that runs much faster sequentially, can run in parallel, allows the user to recover gracefully from a computer crash, and provides abundant new documentation. FASTLINK has been used in over 1000 published genetic linkage studies. . You do not really need these papers about fastlink but it is highly recommended to study this documentation before starting with the tools of the fastlink package. Homepage: http://www.ncbi.nlm.nih.gov/CBBResearch/Schaffer/fastlink.html Package: fatrat-data Priority: optional Section: net Installed-Size: 1090 Maintainer: Cristian Greco Architecture: all Source: fatrat Version: 1.1.3-5.17.201403222340 Recommends: fatrat Filename: 4.0-0/all/fatrat-data_1.1.3-5.17.201403222340_all.deb Size: 623230 MD5sum: c38bb041cbaf1c562b20823239bedb02 SHA1: 46deccedcae4e2f5ea0f4c9aab22ee1a873b879d SHA256: 913b7262bff9ba9661287c62c1470c5e4d28dc8878ff5d667e89fab53def19e4 Description: data files for fatrat FatRat is a feature rich download manager written in C++ and built on top of Qt4 library. It supports a lot of download and file exchange protocols and is continuously extended. It also includes a plugin system. . This package contains data files for FatRat such as images, help and locales. Homepage: http://fatrat.dolezel.info Package: fatrat-dev Priority: optional Section: devel Installed-Size: 89 Maintainer: Cristian Greco Architecture: all Source: fatrat Version: 1.1.3-5.17.201403222340 Depends: libqt4-dev (>= 4.4.0), libcurl4-gnutls-dev Filename: 4.0-0/all/fatrat-dev_1.1.3-5.17.201403222340_all.deb Size: 12976 MD5sum: dc36f0e0075c1498fec66bf507f88f46 SHA1: 1f700801dc3605a26560fa0eeb4cb78c6905e3b6 SHA256: 30bc44e3bb9534278bf3d1ad8aa602aad00288f7cc36a72066b2f9a842046ed3 Description: development files for fatrat FatRat is a feature rich download manager written in C++ and built on top of Qt4 library. It supports a lot of download and file exchange protocols and is continuously extended. It also includes a plugin system. . This package contains FatRat source header files used to compile a plugin or to develop your own one. Homepage: http://fatrat.dolezel.info Package: faumachine-data Priority: optional Section: otherosfs Installed-Size: 2801 Maintainer: FAUmachine Team Architecture: all Source: faumachine Version: 20110812-1.2.4.201403230032 Recommends: faumachine Filename: 4.0-0/all/faumachine-data_20110812-1.2.4.201403230032_all.deb Size: 703312 MD5sum: 9658d94a489fd619ea8cbdaaa8e79c57 SHA1: 4877723875cb3c0aa4142cd1b26eb4a755315a7a SHA256: c5e22cdb87595897b7762ab2251e8a69974f072ebada9443335b0010aa132cbe Description: Virtual machine running in user mode -- data files FAUmachine is a virtual machine that can simulate PC hardware like QEMU. Its main focus is to simulate the real hardware as close as possible. . FAUmachine comes with the ability to inject faults to different hardware simulators, e.g. to inject intermittent or transient faults to the simulated disk or the simulated memory. . FAUmachine also comes with an experiment controller, with which automated tests, like installing an operating system from an iso image, can be run. . This package contains the architecture independent data files. Homepage: http://www.faumachine.org Package: fbbdoc Priority: optional Section: doc Installed-Size: 489 Maintainer: Debian Hamradio Maintainers Architecture: all Version: 1:1999-2.1.4.201403230122 Filename: 4.0-0/all/fbbdoc_1999-2.1.4.201403230122_all.deb Size: 138766 MD5sum: 67d5371d7bc66893b2b03f0fc3973430 SHA1: 077d17864af27f956e7a4816da8e6fefc61b5be4 SHA256: deb71759fdb5dbd60d2792aa168c624991b8b882afc45af84f1ffe65552b4e3c Description: Documentation for fbb, the packet radio mailbox This package provides documentation on setting up a packet radio mailbox with fbb. Package: fccexam Priority: extra Section: hamradio Installed-Size: 2129 Maintainer: Debian Hamradio Maintainers Architecture: all Version: 1.0.3-1.2.201403230222 Depends: eog Filename: 4.0-0/all/fccexam_1.0.3-1.2.201403230222_all.deb Size: 1039746 MD5sum: 7c6a8134f28b6a0d390adc4291e2ae6b SHA1: e0d85d8e8f1b1fc94ecb03112ddbff4eb4edf175 SHA256: ae105af11e6d75f4a87b5de555d4849ba7a048f181a13ceece531fb8b414e60c Description: Study tool for USA FCC commercial radio license exams. fccexam is an interactive study guide for USA FCC commercial radio exams. question pool choices: T1 First Class Radiotelegraph: elements 1, 5, 6. T2 Second Class Radiotelegraph: elements 1, 5, 6. T3 Third Class Radiotelegraph: elements 1, 5. GROL General Radiotelephone Operator License: elements 1, 3. GROL+ General Radiotelephone Operator License + Radar: elements 1, 3, 8. MROP Marine Radio Operator Permit: element 1. GMDSS Global Maritime Distress Safety System Radio Operator: elements 1, 7. GMDSS+ GMDSS Radio Maintainer + Radar: elements 1, 7, 8, 9. RGMDSS Restricted GMDSS Radio Operator: elements 1, 7R. Questions are chosen randomly from the selected pool. Incorrect answers cause the question to be asked again later. Licenses are issued by the FCC, but exams are conducted by COLEM Examiners. For more information about FCC commercial radio licensing: http://wireless.fcc.gov/commoperators/index.htm?job=home Package: fcheck Priority: optional Section: admin Installed-Size: 151 Maintainer: Francois Marier Architecture: all Version: 2.7.59-18.4.201403230230 Depends: file, bsd-mailx | mailx Filename: 4.0-0/all/fcheck_2.7.59-18.4.201403230230_all.deb Size: 35678 MD5sum: 65b34f3011ef221d953991e1fb30acf8 SHA1: 86d6f100a440620962e3f98514ecc8d68cf09188 SHA256: 648ebc93d568dc802e2e9b326bd9f21e9842d519ce49cc0996d9f9bb64375329 Description: IDS filesystem baseline integrity checker The fcheck utility is an IDS (Intrusion Detection System) which can be used to monitor changes to any given filesystem. . Essentially, fcheck has the ability to monitor directories, files or complete filesystems for any additions, deletions, and modifications. It is configurable to exclude active log files, and can be run as often as needed from the command line or cron making it extremely difficult to circumvent. Homepage: http://web.archive.org/web/20050415074059/www.geocities.com/fcheck2000/ Package: fcitx-config-common Priority: optional Section: utils Installed-Size: 49 Maintainer: IME Packaging Team Architecture: all Source: fcitx-configtool Version: 0.4.4-1.2.201403230253 Filename: 4.0-0/all/fcitx-config-common_0.4.4-1.2.201403230253_all.deb Size: 4108 MD5sum: 32173b4b001d743b992eac66c34c1e32 SHA1: 2f15cbff1796bccc91d9ac1cedfdd6e50d92fe4d SHA256: 5524aea45eab11d65eb94bbf6001824cccb2277e8c2fb76929b88fa8091ccf9c Description: graphic Fcitx configuration tool - common files Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It is an ideal choice for the vast majority. Many of its features make users of Unix-like platforms have a fully modern input experience for the first time. It has also greatly lower the threshold for developers, making the development of extended funtions much easier than ever before. . This package provides common files for the graphic configuration tool. Homepage: http://code.google.com/p/fcitx Package: fcitx-data Priority: optional Section: utils Installed-Size: 398 Maintainer: IME Packaging Team Architecture: all Source: fcitx Version: 1:4.2.4.1-7.2.201403230233 Replaces: fcitx (<< 1:4.2.0) Recommends: fcitx-bin Suggests: fcitx (>= 1:4.2.0) Breaks: fcitx (<< 1:4.2.0) Filename: 4.0-0/all/fcitx-data_4.2.4.1-7.2.201403230233_all.deb Size: 136730 MD5sum: 761fec42cd8d837cc86e9b2d5474351f SHA1: 7b990bbccdbc428e7d1cdb372200977544a61cca SHA256: c08cc37d6a89ce9de2f7c2a7af26ac1e803bc564017e484edbf1fc65c9fac12d Description: Flexible Input Method Framework - essential data files Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the essential data files. If you are looking for a working input experience, please install the package "fcitx" instead. Multi-Arch: foreign Homepage: http://code.google.com/p/fcitx/ Package: fcitx-frontend-all Priority: optional Section: utils Installed-Size: 50 Maintainer: IME Packaging Team Architecture: all Source: fcitx Version: 1:4.2.4.1-7.2.201403230233 Recommends: fcitx-frontend-gtk2, fcitx-frontend-gtk3, fcitx-frontend-qt4 Filename: 4.0-0/all/fcitx-frontend-all_4.2.4.1-7.2.201403230233_all.deb Size: 23656 MD5sum: c4f2862ba76ddd19499e074c4483f85a SHA1: 0940ab88c646c6c76be8d076981b3f958d46c11b SHA256: 802c70e6dea347d4fd1450d643737d52f955c6d2ad8903d4c54fb3ec93965c46 Description: Flexible Input Method Framework - frontends metapackage Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage pulls in the following frontends: * XIM protocol client * GTK+ 2/3 IM Module * QT 4 IM Module Homepage: http://code.google.com/p/fcitx/ Package: fcitx-table-all Priority: optional Section: utils Installed-Size: 50 Maintainer: IME Packaging Team Architecture: all Source: fcitx Version: 1:4.2.4.1-7.2.201403230233 Recommends: fcitx-table-bingchan, fcitx-table-cangjie, fcitx-table-dianbaoma, fcitx-table-erbi, fcitx-table-wanfeng, fcitx-table-wbpy, fcitx-table-wubi, fcitx-table-ziranma Filename: 4.0-0/all/fcitx-table-all_4.2.4.1-7.2.201403230233_all.deb Size: 23708 MD5sum: 68af3cadbe45a64bd3d0c84bb68ad00c SHA1: d171deab94b07f86560efef77a564856165afaf3 SHA256: 8476400449f5979c7662ff1d6010023ac358e8da02a3000be664ce55779dbeaa Description: Flexible Input Method Framework - tables metapackage Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage pulls in tables shipped with Fcitx main program: * Cangjie * Dianbaoma * Erbi * Bingchan * Wanfeng * WubiPinyin * Wubi * Ziranma Homepage: http://code.google.com/p/fcitx/ Package: fcitx Priority: optional Section: utils Installed-Size: 69 Maintainer: IME Packaging Team Architecture: all Version: 1:4.2.4.1-7.2.201403230233 Depends: fcitx-bin, fcitx-data, fcitx-modules Recommends: fcitx-config-gtk | kde-config-fcitx, fcitx-frontend-all | fcitx-frontend-fbterm, fcitx-ui-classic | fcitx-ui-light, im-config (>= 0.5) | im-switch Suggests: fcitx-tools, fcitx-m17n Filename: 4.0-0/all/fcitx_4.2.4.1-7.2.201403230233_all.deb Size: 25358 MD5sum: 131559e121b09553a5c0a170d13a7946 SHA1: edf3ddda122b5bc306492ba17943b0ff4aa6e6fc SHA256: 929a1f0dcf7ee3ebfe5ecae7312407b19305203ac32d4e75cd87fed64533a4e3 Description: Flexible Input Method Framework Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This metapackage pulls in a set of components recommended for most desktop users. Homepage: http://code.google.com/p/fcitx/ Package: fckeditor Priority: optional Section: web Installed-Size: 3812 Maintainer: Frank Habermann Architecture: all Version: 1:2.6.6-3.11.201403230346 Recommends: aspell Suggests: php5, perl, python Filename: 4.0-0/all/fckeditor_2.6.6-3.11.201403230346_all.deb Size: 989122 MD5sum: 405e36b0148b2b6a901d804bb2cc5059 SHA1: ccf1b6fa9cb757ca6ec0ae4e7c09235c95f7ff91 SHA256: 8fdb0f059077f117e6dc80e2dcdb5431a09a8c1a90eafc469b0694e475f10f0c Description: rich text format javascript web editor FCKeditor is an HTML/DHTML editor for PHP, Java, Perl, Python, ASP, ASP.NET, ColdFusion, PHP, and JavaScript that brings to the Web much of the powerful functionality of known desktop editors like Word. It's very lightweight, and doesn't require any kind of installation on the client computer. Homepage: http://www.fckeditor.net Package: fdpowermon-icons Priority: extra Section: x11 Installed-Size: 55 Maintainer: Wouter Verhelst Architecture: all Source: fdpowermon Version: 1.5.2.201403230417 Conflicts: oxygen-icon-theme Filename: 4.0-0/all/fdpowermon-icons_1.5.2.201403230417_all.deb Size: 14294 MD5sum: c74756323417b085ab65db2be83fdce9 SHA1: 1b6845a26ff31698b8a510d66b685ddfe0da0256 SHA256: bfcfbe33ac48fbb32aba4c7090f08189b2a0fb6ad035b929f79078543ab1d49b Description: icons for fdpowermon fdpowermon is a simple perl script that installs an icon in a system tray compatible with the freedesktop.org specification. . By default, it uses an icon set from the 'oxygen' icon theme. However, that icon set is fairly large (several tens of megabytes), which is a waste if the oxygen-icon-theme package is not installed for other reasons. Therefore, this package contains just those icons from the oxygen-icon-theme package that are needed by fdpowermon, and nothing more. Package: fdpowermon Priority: extra Section: x11 Installed-Size: 44 Maintainer: Wouter Verhelst Architecture: all Version: 1.5.2.201403230417 Depends: libgtk2-perl, acpi, perl, fdpowermon-icons | oxygen-icon-theme Filename: 4.0-0/all/fdpowermon_1.5.2.201403230417_all.deb Size: 5178 MD5sum: d33608dc6b21a6553101fa62feb3620e SHA1: 447870b9c5898931f6ccb6091adb8d4112eb7d47 SHA256: 3e79d2587c61938aa1e4387a61ad75c8ff3aba1eb8b627c84a1ae71aaa1f9f1f Description: simple battery power monitor for laptops with ACPI fdpowermon is a simple perl script that installs an icon in a system tray compatible with the freedesktop.org specification. . Every three seconds, fdpowermon calls acpi to find out what the current battery level is. It will set the output of the acpi command as a tooltip text, and will update the used icon as appropriate. . It has no other 'features' like trying to manage your processor speed or display backlight for you, preferring to let other subsystems (or none at all) do that for you. Package: feed2imap Priority: optional Section: net Installed-Size: 233 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.0-2.7.201403230518 Depends: ruby1.8, librmail-ruby1.8, ruby-feedparser Suggests: imap-client, imap-server Filename: 4.0-0/all/feed2imap_1.0-2.7.201403230518_all.deb Size: 53366 MD5sum: e5a414e4b23cd634cdcd36367c4fa02b SHA1: e0164b0dd78dde9b7aa9496c5a2baf00cff6e0af SHA256: 7211fef9805012d370c0d99f792bd53f6416b9e83c71047aeff4284c9a85138f Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server Feed2Imap is an RSS/Atom feed aggregator. After Downloading feeds (over HTTP or HTTPS), it uploads them to a specified folder of an IMAP mail server. The user can then access the feeds using a mail reader like Mutt, Evolution, Mozilla Thunderbird or even a webmail. . The main advantage over rss2email is that feed2imap uploads emails itself to a specified folder. You don't have to play with procmail or your MUA's filtering rules to classify mails. Homepage: http://home.gna.org/feed2imap/ Ruby-Versions: ruby1.8 Package: feed2omb Priority: optional Section: net Installed-Size: 90 Maintainer: Raphaël Hertzog Architecture: all Version: 0.9.2-1.2.201403230523 Depends: python-configobj, python-feedparser, python Recommends: python-xmpp Filename: 4.0-0/all/feed2omb_0.9.2-1.2.201403230523_all.deb Size: 23108 MD5sum: 9b24a43c029b6b60a8cd67900a6cbf58 SHA1: 00ba9470461b249af86214e593098ebc60f68493 SHA256: 20faf39caf14c9d82d8990d45c85979b233d914ffa6fdb28fe9b97cc24b15514 Description: Announces new articles in a feed to an open microblogging service feed2omb is a simple tool that takes input from Atom or RSS feeds and posts updates to the open microblogging service of your choice. . Features: * Flexible processing of multiple feeds * Various ways of forming the message from the feed content * Ability to apply regular expressions to the message - RegEx * Include links or not * Support for various URL-shortening services - UrlShortening * Auto-generation of hashtags from feed categories - HashTags * Configurable rate limiting - FloodControl * Support for sending to XMPP as well/instead - XMPP Homepage: http://projects.ciarang.com/p/feed2omb/ Package: felix-latin-data Priority: extra Section: misc Installed-Size: 113466 Maintainer: Georges Khaznadar Architecture: all Source: felix-latin Version: 2.0-3.1.2.201403230608 Filename: 4.0-0/all/felix-latin-data_2.0-3.1.2.201403230608_all.deb Size: 98852494 MD5sum: d595b494a713fbd10c8e0f55023ac589 SHA1: 128d4fa3fbf507444f475a07e4b11813484f9aa3 SHA256: 35b2865c690b4b2a5e4afdeb6779a0b197155f48746219dd0372fb8d5140da8e Description: Scanned pages of Felix Gaffiot's Latin-French dictionary Félix Gaffiot was born in 1870 in Liesle (Doubs, France) and is dead in 1937, he is a philologue and a teacher of French, he authored a reference Latin-French dictionary. . this package provides the data for the program "felix". Felix allows to search easily in the Latin-French dictionary. You type a Latin word, and you get an image scanned from the dictionary. The graphic interface allows to zoom and pan this image easily. Homepage: http://home.gna.org/felix/ Package: felix-main Priority: optional Section: java Installed-Size: 82 Maintainer: Debian Java Maintainers Architecture: all Version: 4.0.1-2.3.201403230616 Depends: libfelix-bundlerepository-java, libfelix-gogo-command-java, libfelix-gogo-runtime-java, libfelix-gogo-shell-java, libfelix-main-java (= 4.0.1-2.3.201403230616) Suggests: libfelix-main-java-doc Filename: 4.0-0/all/felix-main_4.0.1-2.3.201403230616_all.deb Size: 8446 MD5sum: 074d03b36575e1af62ec1554ae6a6618 SHA1: c0534136a03b7bd850c81c5ec24aa4b0a1dfcaf5 SHA256: 566a116073b837b5fb13e397534360f765e9c003124bded7b6ac192f4c7e1faa Description: Execution environment for OSGi Felix Framework The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. . This package contains bootstrap tools to run Felix Framework. Homepage: http://felix.apache.org/site/ Package: fenics Priority: extra Section: math Installed-Size: 34 Maintainer: Debian Science Team Architecture: all Version: 1:1.0.0-1.2.201403230653 Depends: libdolfin1.0-dev (>= 1.0.0), python-dolfin (>= 1.0.0), dolfin-doc (>= 1.0.0), dolfin-bin (>= 1.0.0), python-ferari (>= 1.0.0), python-ffc (>= 1.0.0), python-fiat (>= 1.0.0), python-instant (>= 1.0.0), ufc (>= 2.0.5), python-ufc (>= 2.0.5), ufc-doc (>= 2.0.5), python-viper (>= 1.0.0), python-ufl (>= 1.0.0), python-ufl-doc (>= 1.0.0), libsyfi1.0-dev (>= 1.0-beta), python-syfi (>= 1.0-beta), syfi-doc (>= 1.0-beta), sfc (>= 1.0-beta) Recommends: python-scitools Filename: 4.0-0/all/fenics_1.0.0-1.2.201403230653_all.deb Size: 2908 MD5sum: 87d451a91f08786709329ab935c01d06 SHA1: a08e90b7dc6667f5cc55917c3136ff52e6ba113c SHA256: c15d759fcd8ee99042d3754b29b0ff73a479558d939cad190768372a53874305 Description: automation of computational mathematical modeling The vision of FEniCS is to set a new standard in Computational Mathematical Modeling (CMM), which is the Automation of CMM (ACMM), towards the goals of generality, efficiency and simplicity, concerning mathematical methodology, implementation and application. FEniCS is organized as a collection of sub projects/components, including DOLFIN, FErari, FFC, FIAT, Instant, SyFi UFC, UFL, and Viper. Homepage: http://fenicsproject.org Package: ferm Priority: optional Section: net Installed-Size: 317 Maintainer: Alexander Wirt Architecture: all Version: 2.1-5.4.201403230700 Depends: perl (>= 5.6), iptables (>= 1.3), debconf (>= 1.2.0), lsb-base (>= 3.0-6) Recommends: libnet-dns-perl Filename: 4.0-0/all/ferm_2.1-5.4.201403230700_all.deb Size: 112936 MD5sum: 925b94ffbde906688548f90ad6c1ebcf SHA1: 1fbfaa6e6a0dd3b59ff05bbeaa495afaa1f63ea5 SHA256: 0e4ec5c70de51096d4b9ca045a64406898709eaf4fa49074abeda97932dbb57f Description: maintain and setup complicated firewall rules ferm is a frontend for iptables. It reads the rules from a structured configuration file and calls iptables(8) to insert them into the running kernel. . ferm's goal is to make firewall rules easy to write and easy to read. It tries to reduce the tedious task of writing down rules, thus enabling the firewall administrator to spend more time on developing good rules than the proper implementation of the rule. . To achieve this, ferm uses a simple but powerful configuration language, which allows variables, functions, arrays, blocks. It also allows you to include other files, allowing you to create libraries of commonly used structures and functions. . ferm, pronounced "firm", stands for "For Easy Rule Making". Homepage: http://ferm.foo-projects.org/ Package: ferret Priority: optional Section: misc Installed-Size: 1102 Maintainer: Fernando Ike de Oliveira Architecture: all Version: 0.6-3.4.201403230704 Depends: tk8.4 | wish (>= 8.4), bwidget (>= 1.7.0) Suggests: postgresql | mysql-server Filename: 4.0-0/all/ferret_0.6-3.4.201403230704_all.deb Size: 297834 MD5sum: 001e82ecf29a76f941dcf511d174d90d SHA1: 7ebdd870c6197f0a6f17553aba699a6b73a2db41 SHA256: 463a7b85a32dc6344cc86556699003b8207338350cd59fbe2573becf663f0be3 Description: CASE tool for data model editing GNU Ferret (Free Entity Relationship and Reverse Engineering Tool) servers to edit data models. These can be implemented whitin a range of relational databases such as Postgresql or Mysql. . Homepage: http://www.gnu.org/software/ferret/project/what.html Package: festival-czech Priority: optional Section: sound Installed-Size: 156 Maintainer: Milan Zamazal Architecture: all Version: 0.3-2.4.201403230714 Depends: festival Recommends: festvox-czech-ph Filename: 4.0-0/all/festival-czech_0.3-2.4.201403230714_all.deb Size: 43416 MD5sum: ee7eb93859d84d97a9cb7cdc75f08fd6 SHA1: 8ec356336b5486078795668575d6d69fd8e799bb SHA256: f17795551443aab8602f98998a934c73311b6d86a435194f418d6a3eafd29cd1 Description: Czech support for Festival speech synthesis system General Czech language support for Festival, necessary to make Festival speak Czech. This package does not contain Czech Festival voice data, you must additionally install the voice-czech-ph package or another Czech voice. Homepage: http://www.freebsoft.org/festival-czech Package: festival-doc Priority: optional Section: doc Installed-Size: 908 Maintainer: Kartik Mistry Architecture: all Version: 1.4.2-8.4.201403230718 Depends: doc-base (>= 0.8.4) Filename: 4.0-0/all/festival-doc_1.4.2-8.4.201403230718_all.deb Size: 513548 MD5sum: 8e8f240a55e99528f37c20402aed409f SHA1: 153b62a20f2f083e97656c8472052b87d06e7d89 SHA256: 0eaeab01f3c4d1f0bfaba005108d5c60d245542fb6d7c288ec0e1f262924fa4c Description: Documentation for Festival This package contains the pre-built HTML and Postscript versions of the documentation for Festival. . Note that the info document for festival is included in the main festival package. Homepage: http://www.cstr.ed.ac.uk/projects/festival/manual/ Package: festival-freebsoft-utils Priority: optional Section: sound Installed-Size: 157 Maintainer: Milan Zamazal Architecture: all Version: 0.10-3.4.201403230721 Depends: festival, dpkg (>= 1.15.4) | install-info Recommends: sox Conflicts: speech-dispatcher (<= 0.2-5) Filename: 4.0-0/all/festival-freebsoft-utils_0.10-3.4.201403230721_all.deb Size: 49694 MD5sum: 6fa8bc384b22b0cee70792f65a769e17 SHA1: 81f178710ac7d821838e1a13b856e94845d98953 SHA256: dcffed6c0e08e5fc77b88e9226f267f13d6e5500a40483b73bcf2e7b6d71c561 Description: Festival extensions and utilities Miscellaneous Festival utilities, providing especially the following features: Generalized concept of input events, including ability to play sounds within the synthesized text and to map logical input events to other events; replacing given words in the synthesized text by events; spelling; capital letter signalization; punctuation reading modes; miscellaneous Festival Scheme functions. . Primary focus of festival-freebsoft-utils is on Festival cooperation with Speech Dispatcher, but they may be used together with other speech frontends or for other purposes as well. Homepage: http://www.freebsoft.org/festival-freebsoft-utils Package: festival-hi Priority: optional Section: sound Installed-Size: 104 Maintainer: Debian-IN Team Architecture: all Version: 0.1-9.4.201403230725 Depends: festival (>= 1.4.3), festvox-hi-nsk Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/festival-hi_0.1-9.4.201403230725_all.deb Size: 18262 MD5sum: 75539d3a8429f64c2956bf1bea1e7fc2 SHA1: a30bf24c1f459963dd820003fc3385583342163d SHA256: 6d98218ffb008bfadeb0328c869d234c09e02a3d3d2602abfbcd32de516afba9 Description: festival text to speech synthesizer for Hindi language This package provides the modules required to synthesize speech in Hindi (hi) language using the Festival text-to-speech synthesizer. Given text represented in Unicode (UTF-8 encoding), it uses the festival synthesizer to generate speech in Hindi. Homepage: http://janabhaaratii.org.in:9673/indicbhaaratii Package: festival-mr Priority: optional Section: sound Installed-Size: 109 Maintainer: Debian-IN Team Architecture: all Version: 0.1-9.4.201403230734 Depends: festival (>= 1.4.3), festvox-mr-nsk Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/festival-mr_0.1-9.4.201403230734_all.deb Size: 18486 MD5sum: 9c75b0d04fb73662f47319eb14f04b50 SHA1: dea61a02b3f40b1cef03e7102ca05d2eab71a5c0 SHA256: f83ab6bcdb696809227fb519914ede47af9916e44c9c0b250bf2ca9a699759c9 Description: festival text to speech synthesizer for Marathi language This package provides the modules required to synthesize speech in Marathi (mr) language using the Festival text-to-speech synthesizer. Given text represented in Unicode (UTF-8 encoding), it uses the festival synthesizer to generate speech in Marathi. Homepage: http://janabhaaratii.org.in:9673/indicbhaaratii Package: festival-te Priority: optional Section: sound Installed-Size: 102 Maintainer: Debian-IN Team Architecture: all Version: 0.3.3-4.4.201403230739 Depends: festival (>= 1.4.3), festvox-te-nsk Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/festival-te_0.3.3-4.4.201403230739_all.deb Size: 18054 MD5sum: 8299faab79c83649740bdb04027b11c7 SHA1: 7b409d67b1c75af3e81e0421a12485e06a5c08c9 SHA256: 5817e01031c6364113be4beb351471e94988a8bfa40debd36024af863423235d Description: festival text to speech synthesizer for Telugu (te) language This package provides the modules required to synthesize speech in Telugu language using the Festival text-to-speech synthesizer. Given text represented in Unicode (UTF-8 encoding), it uses the festival synthesizer to generate speech in Telugu. Homepage: http://sourceforge.net/projects/festival-te/ Package: festlex-cmu Priority: optional Section: sound Installed-Size: 5998 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-6.4.201403230743 Depends: festival (>= 1.4.3-9) Filename: 4.0-0/all/festlex-cmu_1.4.0-6.4.201403230743_all.deb Size: 881184 MD5sum: 77aa89448877c1c13b3c07a4fdeb4a62 SHA1: 0680141ae855089de01adc77e2854112d0739423 SHA256: 492f19fb21377ddd77e8f10b85a8b39d1a46e7bb8cd544f548b61cd41374d19c Description: CMU dictionary for Festival This is the CMU dictionary in Festival form. It is required for American English voices. Package: festlex-ifd Priority: optional Section: sound Installed-Size: 32058 Maintainer: Giuseppe Iuculano Architecture: all Source: festival-it Version: 2.0+debian0-3.4.201403230730 Replaces: festival-italian (<= 1.0-6) Provides: festival-italian Depends: festival (>= 1.4.3-9) Recommends: festvox-itapc16k, festvox-italp16k Conflicts: festival-italian (<= 1.0-6) Filename: 4.0-0/all/festlex-ifd_2.0+debian0-3.4.201403230730_all.deb Size: 3368294 MD5sum: 1bf71a84dbcf4cba8497e68bf3f0c2fe SHA1: 28900b58a79c17b96c91c7f32c9ea5fc88fd2286 SHA256: 9cb4a7e3b04088fcc6c3a8a2a4a52cc3e6f052b1f84deb25f24a8a5eb6458930 Description: Italian support for Festival Italian Festival is a set of modules for the Festival text-to-speech system which allow it to synthesize speech in Italian. . This package includes a dictionary that permits festival pronounce Italian text. It also features modules for textual/linguistic analysis and prosodic analysis. Homepage: http://www2.pd.istc.cnr.it/TTS/ItalianFESTIVAL Package: festlex-poslex Priority: optional Section: sound Installed-Size: 1368 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-5.4.201403230747 Depends: festival (>= 1.4.3-9) Filename: 4.0-0/all/festlex-poslex_1.4.0-5.4.201403230747_all.deb Size: 235208 MD5sum: 0dfb61c79be9f7023faab068e617ffed SHA1: 2f362803c446bb4755777430b81927513c656390 SHA256: e2dec74e9a8bf005bfca1b075b625b24aafd716ad437dc135b5e99209dde5484 Description: Part of speech lexicons and ngram from English This package is required by all British and American English voices in the Festival speech synthesis system. Package: festvox-czech-dita Priority: optional Section: sound Installed-Size: 11478 Maintainer: Boris Dušek Architecture: all Version: 1.0.0-2.2.201403230750 Depends: festival, festival-czech Filename: 4.0-0/all/festvox-czech-dita_1.0.0-2.2.201403230750_all.deb Size: 9030874 MD5sum: a70c064ff0ca47ffca9952e172bf2f31 SHA1: bcdfd7139e719bc324ce8531c8b855157986a589 SHA256: 2ee41e35ee8b616f0486b41ee1d4a807574c1525e6576f0c294d9a87eff8c4e9 Description: Czech adult female speaker "dita" for Festival This is a native Festival Czech adult female diphone voice "dita", developed by the Free(b)soft project. Homepage: http://devel.freebsoft.org/festival-czech-diphone-database Package: festvox-czech-krb Priority: optional Section: sound Installed-Size: 13268 Maintainer: Boris Dušek Architecture: all Version: 1.0.0-2.2.201403230755 Depends: festival, festival-czech Filename: 4.0-0/all/festvox-czech-krb_1.0.0-2.2.201403230755_all.deb Size: 10586990 MD5sum: 498a3c346a58047a1c2017db08289b9b SHA1: 2f56b06fd64f3265d7396afa0891e0487afceb28 SHA256: d6054cfc46e4a3093418ea4e2662edb42168de87c532d71de3f0ea9884f9766a Description: Czech child male speaker "krb" for Festival This is a native Festival Czech child male diphone voice "krb", developed by the Free(b)soft project. Homepage: http://devel.freebsoft.org/festival-czech-diphone-database Package: festvox-czech-machac Priority: optional Section: sound Installed-Size: 9859 Maintainer: Boris Dušek Architecture: all Version: 1.0.0-2.2.201403230800 Depends: festival, festival-czech Filename: 4.0-0/all/festvox-czech-machac_1.0.0-2.2.201403230800_all.deb Size: 7082058 MD5sum: fb4ea939c7b4648362f6ae0c80297b13 SHA1: 29a73713992809ea8c80dff7e9296764840e7b21 SHA256: 3606262b2d297b29c91cfe321f93097a6749f318736644ae93315edba1955145 Description: Czech adult male speaker "machac" for Festival This is a native Festival Czech adult male diphone voice "machac", developed by the Free(b)soft project. Homepage: http://devel.freebsoft.org/festival-czech-diphone-database Package: festvox-czech-ph Priority: optional Section: sound Installed-Size: 15917 Maintainer: Milan Zamazal Architecture: all Version: 0.1-3.4.201403230806 Depends: festival, festival-czech Filename: 4.0-0/all/festvox-czech-ph_0.1-3.4.201403230806_all.deb Size: 11344924 MD5sum: a11da61f0c4d371d4dd7d3d3b878ae12 SHA1: 15ab9a4d9dc4716598ab75140ea20f2fa71eb6c5 SHA256: 0feb44e64dd084afa0e7c773c684726dafba4e5cc61dd1e80febbfa89575dd89 Description: Czech male speaker for Festival This is a native Festival Czech diphone voice, developed by the Free(b)soft project. Homepage: http://www.freebsoft.org/festival-czech-diphone-database Package: festvox-hi-nsk Priority: optional Section: sound Installed-Size: 11882 Maintainer: Debian-IN Team Architecture: all Source: festival-hi Version: 0.1-9.4.201403230725 Provides: festival-voice Pre-Depends: dpkg (>= 1.15.6~) Recommends: festival-hi Filename: 4.0-0/all/festvox-hi-nsk_0.1-9.4.201403230725_all.deb Size: 7541132 MD5sum: e52a42f5566a9b97ace16be7c1596f6b SHA1: 68901cadb2a436d3ffb04cc35150ccf8254e469f SHA256: ffd5596e961bf6432b0ec5b717c1e91e93d0283d1c59a24166a0080c360fd02e Description: Hindi male speaker for festival This is a diphone database to be used with Hindi Festival. It provides a male speaker for synthesizing Hindi speech. The package consists of a speech database along with the voice definition. Homepage: http://janabhaaratii.org.in:9673/indicbhaaratii Package: festvox-italp16k Priority: optional Section: sound Installed-Size: 6453 Maintainer: Giuseppe Iuculano Architecture: all Source: festival-it Version: 2.0+debian0-3.4.201403230730 Replaces: festvox-italp11k (<= 1.0-6) Provides: festival-voice Depends: festlex-ifd Conflicts: festvox-italp11k (<= 1.0-6) Filename: 4.0-0/all/festvox-italp16k_2.0+debian0-3.4.201403230730_all.deb Size: 4831148 MD5sum: 11b1d8a530a589179f0d9a662271de32 SHA1: 4ee31af9616db6a8f340b969f99710944d613218 SHA256: d26573c80e83d9f1802baacb4c196edbe54c476f7672a0c4c3f22b6df33c3bd5 Description: Italian female speaker for Festival This package provides a Italian female voice using a Residual excited LPC diphone synthesis method. The lexicon is provided by a set of letter to sound rules producing pronunciation accents and syllabification. The durations, intonation and prosodic phrasing are minimal but are acceptable for simple examples. Homepage: http://www2.pd.istc.cnr.it/TTS/ItalianFESTIVAL Package: festvox-itapc16k Priority: optional Section: sound Installed-Size: 5827 Maintainer: Giuseppe Iuculano Architecture: all Source: festival-it Version: 2.0+debian0-3.4.201403230730 Replaces: festvox-itapc11k (<= 1.0-6) Provides: festival-voice Depends: festlex-ifd Conflicts: festvox-itapc11k (<= 1.0-6) Filename: 4.0-0/all/festvox-itapc16k_2.0+debian0-3.4.201403230730_all.deb Size: 4167300 MD5sum: a3452a59327c557d5b7661b4a0e02814 SHA1: 60762af4798163f53b15bd7b2eccb252b8f4c73d SHA256: 59247a6b43e266b33471eac32ce4d83835ff96d71e3ddeea4e6ea2bd5cbc75c9 Description: Italian male speaker for Festival This package provides a Italian male voice using a Residual excited LPC diphone synthesis method. The lexicon is provided by a set of letter to sound rules producing pronunciation accents and syllabification. The durations, intonation and prosodic phrasing are minimal but are acceptable for simple examples. Homepage: http://www2.pd.istc.cnr.it/TTS/ItalianFESTIVAL Package: festvox-kallpc16k Priority: extra Section: sound Installed-Size: 6090 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-5.4.201403230811 Replaces: festvox-kallpc8k Provides: festival-voice Depends: festival (>= 1.4.3-9), festlex-poslex (>= 1.3.0), festlex-cmu (>= 1.3.0) Conflicts: festvox-kallpc8k Filename: 4.0-0/all/festvox-kallpc16k_1.4.0-5.4.201403230811_all.deb Size: 4095156 MD5sum: 504cd0ee5360f95008eacf4a1b1be07b SHA1: dce210acdfdb2471e84f625bdd47feb696428c08 SHA256: 204d995bd3df5c1009a003fabd7bdd31d9b6686f31e05a6fd1a3ad713bc891ec Description: American English male speaker for festival, 16khz sample rate This is a diphone database for festival that uses 16k samples for high quality sound output. This is a large database (6 MB), and festival will convert text to speech more slowly using it, so you might want to install festvox-kallpc8k instead if you have low disk space or a slow computer. . The voice contained in this database is an American English male speaker. A different American English voice can be found in the festvox-kdlpc16k package if you dislike this one. Package: festvox-kallpc8k Priority: optional Section: sound Installed-Size: 3564 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-4.4.201403230815 Replaces: festvox-kallpc16k Provides: festival-voice Depends: festival (>= 1.4.3-9), festlex-poslex (>= 1.3.0), festlex-cmu (>= 1.3.0) Conflicts: festvox-kallpc16k Filename: 4.0-0/all/festvox-kallpc8k_1.4.0-4.4.201403230815_all.deb Size: 2361278 MD5sum: d559e6682b330d0219db863c3ffd4fd7 SHA1: c63b84ef7c1e8371b176d709dc46f52957a370e4 SHA256: cafe3b01fa5ecb83238f655d466e0965f1af5d32ed5f29fd715e2ab2a3f5ede4 Description: American English male speaker for festival, 8khz sample rate This is a diphone database for festival that uses 8k samples so it takes up a minimum of disk space. Using this diphone database, festival also converts text to speech faster than with the 16k version. However, the sound quality is not as good. . The voice contained in this database is an American English male speaker. A different American English voice can be found in the festvox-kdlpc16k package if you dislike this one. Package: festvox-kdlpc16k Priority: extra Section: sound Installed-Size: 5595 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-5.4.201403230819 Replaces: festvox-kdlpc8k Provides: festival-voice Depends: festival (>= 1.4.3-9), festlex-poslex (>= 1.3.0), festlex-cmu (>= 1.3.0) Conflicts: festvox-kdlpc8k Filename: 4.0-0/all/festvox-kdlpc16k_1.4.0-5.4.201403230819_all.deb Size: 4221846 MD5sum: ca5bc2e83a42069fdbd0186a0a2921d8 SHA1: 687d7dd19d4907586e19f6ab9587e2116fcf6c1f SHA256: 2cbe14890b194dd266ef5a6a78b3256a7fe379c88917a00dca8227e7be1f46f0 Description: American English male speaker for festival, 16khz sample rate This is a diphone database for festival that uses 16k samples for high quality sound output. This is a large database (9 MB), and festival will convert text to speech more slowly using it, so you might want to install festvox-kdlpc8k instead if you have low disk space or a slow computer. . The voice contained in this database is an American English male speaker. A different American English voice can be found in the festvox-kallpc16k package if you dislike this one. Package: festvox-kdlpc8k Priority: extra Section: sound Installed-Size: 3104 Maintainer: Matthias Urlichs Architecture: all Version: 1.4.0-5.4.201403230822 Replaces: festvox-kdlpc16k Provides: festival-voice Depends: festival (>= 1.4.3-9), festlex-poslex (>= 1.3.0), festlex-cmu (>= 1.3.0) Conflicts: festvox-kdlpc16k Filename: 4.0-0/all/festvox-kdlpc8k_1.4.0-5.4.201403230822_all.deb Size: 2318260 MD5sum: 98641fada45e836a92872e570d3c8bf6 SHA1: 831de737ef4d8af5bdf50a5e352b63426150aa96 SHA256: ce6977794bad44c361da08701af2cbe8a5d5b3760b3a164334dafda19b22faca Description: American English male speaker for festival, 8khz sample rate This is a diphone database for festival that uses 8k samples so it takes up a minimum of disk space. Using this diphone database, festival also converts text to speech faster than with the 16k version. However, the sound quality is not as good. . The voice contained in this database is an American English male speaker. A different American English voice can be found in the festvox-kallpc8k package if you dislike this one. Package: festvox-mr-nsk Priority: optional Section: sound Installed-Size: 11883 Maintainer: Debian-IN Team Architecture: all Source: festival-mr Version: 0.1-9.4.201403230734 Provides: festival-voice Pre-Depends: dpkg (>= 1.15.6~) Recommends: festival-mr Filename: 4.0-0/all/festvox-mr-nsk_0.1-9.4.201403230734_all.deb Size: 7539606 MD5sum: dcefedef3c009ad55efcc6498c0065a7 SHA1: f5a7ec703158c4a2be77934ec208bf627743c553 SHA256: 22397e3842cebe728a2c16168d855b139ca92140f4d2098e63c8b11a37c0e5c4 Description: Marathi male speaker for festival This is a diphone database to be used with Marathi Festival. It provides a male speaker for synthesizing Marathi speech. The package consists of a speech database along with the voice definition. Homepage: http://janabhaaratii.org.in:9673/indicbhaaratii Package: festvox-ru Priority: optional Section: sound Installed-Size: 241607 Maintainer: Sergey B Kirpichev Architecture: all Version: 0.5-5.4.201403230826 Depends: festival (>= 1.96~beta-10) Filename: 4.0-0/all/festvox-ru_0.5-5.4.201403230826_all.deb Size: 195522696 MD5sum: c3711e142f2c2f3f9835992d626241f5 SHA1: 6f234876dc5f69c5bae2ec168ff578ef01299c1f SHA256: aba423758f378dc4ca2eb915b4b7d690eb3a18a9b7a5dadaf73888bf1d61fb95 Description: Russian male speaker for Festival This package provides Russian support to Festival speech synthesis system. Homepage: http://festlang.berlios.de/docu/doku.php?id=russian Package: festvox-suopuhe-common Priority: extra Section: sound Installed-Size: 220 Maintainer: Niko Tyni Architecture: all Source: festvox-suopuhe-lj Version: 1.0g-20051204-3.4.201403230833 Filename: 4.0-0/all/festvox-suopuhe-common_1.0g-20051204-3.4.201403230833_all.deb Size: 58938 MD5sum: 544b1cc5d592dd6942f40593aad7fc1b SHA1: 25e9881568ff2c47e37be28f7c8e165c0a223edf SHA256: 93440e7968c203ffa556d4ad18a34276cf0185f988ca539b99ff4eca6dbe6963 Description: Common files for Festival Finnish speakers This package contains the common files between the two Finnish Festival speech synthesis speakers, festvox-suopuhe-mv and festvox-suopuhe-lj. Homepage: http://phon.joensuu.fi/suopuhe/ Package: festvox-suopuhe-lj Priority: extra Section: sound Installed-Size: 7439 Maintainer: Niko Tyni Architecture: all Version: 1.0g-20051204-3.4.201403230833 Provides: festival-voice Depends: festival (>= 1.4.3-9), festvox-suopuhe-common Recommends: festvox-suopuhe-mv Filename: 4.0-0/all/festvox-suopuhe-lj_1.0g-20051204-3.4.201403230833_all.deb Size: 5866314 MD5sum: a4ace70c3bef850474b1bff05e56223a SHA1: a14722aa7543d5828265c59b96f0642a3904affd SHA256: b1bedf443c5d46cdba124b139e220c64e1167c99c411bba9ebfed16bf2dfc258 Description: Finnish female speaker for Festival This is a Finnish female speaker for the Festival speech synthesis system. It was developed as part of the Suopuhe project at the universities of Helsinki and Joensuu. Homepage: http://phon.joensuu.fi/suopuhe/ Package: festvox-suopuhe-mv Priority: extra Section: sound Installed-Size: 5699 Maintainer: Niko Tyni Architecture: all Version: 20041119-1.4.201403230838 Provides: festival-voice Depends: festival (>= 1.4.3-9), festvox-suopuhe-common Filename: 4.0-0/all/festvox-suopuhe-mv_20041119-1.4.201403230838_all.deb Size: 3609460 MD5sum: b35995fd143febfe7af2f6a7e0473e9a SHA1: 56d0497ac3cf355b8ca7702ed1a89935e2634947 SHA256: 4278f0d861d541c6e6e9f406ed35e17f0413c53973f067f937c781ec951228be Description: Finnish male speaker for festival This is a Finnish male speaker for the Festival speech synthesis system. It was developed as part of the Suopuhe project at the universities of Helsinki and Joensuu. Package: festvox-te-nsk Priority: optional Section: sound Installed-Size: 11889 Maintainer: Debian-IN Team Architecture: all Source: festival-te Version: 0.3.3-4.4.201403230739 Provides: festival-voice Pre-Depends: dpkg (>= 1.15.6~) Recommends: festival-te Filename: 4.0-0/all/festvox-te-nsk_0.3.3-4.4.201403230739_all.deb Size: 7540976 MD5sum: 07651947f283b7a579f96f78291b30b9 SHA1: 0aae0a1fa45de8f838920fd1b3b90defd7f2d050 SHA256: c684f4b2cf1eba3e307a9754944ffd36d374c35df013d43ef97224b9f68d017e Description: Telugu (te) male speaker for festival This is a diphone database to be used with Telugu Festival. It provides a male speaker for synthesizing Telugu speech. The package consists of a speech database along with the voice definition. Homepage: http://sourceforge.net/projects/festival-te/ Package: fetch-crl Priority: optional Section: net Installed-Size: 164 Maintainer: Mattias Ellert Architecture: all Version: 3.0.8-1.4.201403230858 Depends: perl, libwww-perl, openssl Filename: 4.0-0/all/fetch-crl_3.0.8-1.4.201403230858_all.deb Size: 39962 MD5sum: f1ecbe064261bfbd2c639a643acd7033 SHA1: 5481b88013f62f8576e86d6f413998671cd5d860 SHA256: 874c4941af3aa8d1d967434af355aa93431b36aac64f865ddc13c4f87adda189 Description: Downloads Certificate Revocation Lists This tool and associated cron entry ensure that Certificate Revocation Lists (CRLs) are periodically retrieved from the web sites of the respective Certification Authorities. . The fetch-crl tool finds all *.crl_url files in the configured CRL directory, downloads the CRLs listed in those files and saves them in the same directory. The default configuration uses /etc/grid-security/certificates as the CRL directory. Homepage: http://www.nikhef.nl/grid/gridwiki/index.php/FetchCRL3 Package: fetchmailconf Priority: optional Section: mail Installed-Size: 186 Maintainer: Fetchmail Maintainers Architecture: all Source: fetchmail Version: 6.3.21-4.38.201408151520 Depends: fetchmail (>= 6.3.21-4.38.201408151520), python-tk, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/fetchmailconf_6.3.21-4.38.201408151520_all.deb Size: 65662 MD5sum: 63aafac0ee86fffaaf18bf2b963cb3dd SHA1: 9528ff12adc731a63e0c5beaaf87e8bbe5b5c66e SHA256: 15f81090b55cfd4562aed511b778e08014961c3412b3995116aed17787b52e7c Description: fetchmail configurator A GUI wrapper to configure fetchmail's .fetchmailrc, suitable for end-users. It assists end-users in setting up and editing fetchmail configuration files. See fetchmail package for more information. Homepage: http://www.fetchmail.info Package: fetchyahoo Priority: optional Section: mail Installed-Size: 183 Maintainer: Don Armstrong Architecture: all Version: 2.14.7-1.4.201403230906 Depends: perl, libhtml-parser-perl, libwww-perl, libio-socket-ssl-perl, liburi-perl, libcrypt-ssleay-perl, libmime-tools-perl Recommends: libterm-readkey-perl Suggests: procmail, spamassassin | bogofilter Filename: 4.0-0/all/fetchyahoo_2.14.7-1.4.201403230906_all.deb Size: 53624 MD5sum: df31f43a218569779414edd183dc8a60 SHA1: 5f8f4c5515647b274988ba9dab571e4b1b7c4505 SHA256: bf8161722249f682c4a42f92f38bf958b908e16c33628cce141a968d0e233092 Description: Retrieve mail from Yahoo!'s webmail service FetchYahoo is a Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail. It is meant to replace fetchmail for people using Yahoo! mail since Yahoo!'s POP and email forwarding services are no longer free. It includes all parts and attachments within the email. It can also forward the email to a specified address. Homepage: http://fetchyahoo.sourceforge.net/ Package: feynmf Priority: optional Section: tex Installed-Size: 625 Maintainer: Thorsten Alteholz Architecture: all Version: 1.08-8.6.201403230927 Depends: dpkg (>= 1.14.18), tex-common (>= 3), perl, texlive-latex-base, texlive-font-utils, texlive-extra-utils Suggests: texlive-metapost Filename: 4.0-0/all/feynmf_1.08-8.6.201403230927_all.deb Size: 423240 MD5sum: ace7c70c045c71c04dd4c1d800ba1ff9 SHA1: c7b535746aca97ccc3c955bfc63a03a8ccd0d136 SHA256: 035f4a08ad5410ff84f9ab9443cbfa75d506c595f79722141e5b633ff1c63675 Description: set of LaTeX macros for creating Feynman diagrams FeynMF is a LaTeX package for easy drawing of professional-quality Feynman diagrams, illustrations that depict the fundamental interactions of subatomic particles. The diagrams may be created using either the Metafont or MetaPost programs. FeynMF lays out most diagrams satisfactorily from the structure of the graph without any need for manual intervention. Nevertheless all the power of Metafont or MetaPost is available for more obscure cases. . Note that you will need the texlive-metapost package in order to use the MetaPost-based version of FeynMF. Homepage: http://xml.web.cern.ch/XML/textproc/feynmf.html Package: ffado-mixer-qt4 Priority: optional Section: sound Installed-Size: 1710 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libffado Version: 2.0.99+svn2171-2.4.201403191107 Depends: ffado-dbus-server (>= 2.0.99+svn2171-2.4.201403191107), ffado-tools (>= 2.0.99+svn2171-2.4.201403191107), python, python-dbus, python-qt4, python-qt4-dbus, python-support (>= 0.90.0) Filename: 4.0-0/all/ffado-mixer-qt4_2.0.99+svn2171-2.4.201403191107_all.deb Size: 111668 MD5sum: 53d68eb106ce33e561e93d767fe74d75 SHA1: a108e45997467c66ff6ca4552abd7a419645b331 SHA256: 69cd720119f46759f9532b38b5dea86e47f4ab8762156d8c542703b9091fd6a0 Description: FFADO D-Bus mixer applets (QT4) FFADO is a Linux driver for FireWire (IEEE1394) audio devices. . The FFADO library permits discovering and configuring such devices and provides an API for streaming clients. . This package holds the mixer and control applications that communicate with ffado-dbus-server. (Qt4 version) Homepage: http://www.ffado.org Package: ffdiaporama-data Priority: extra Section: graphics Installed-Size: 16173 Maintainer: Debian Multimedia Maintainers Architecture: all Source: ffdiaporama Version: 1.3-1.2.201403230938 Filename: 4.0-0/all/ffdiaporama-data_1.3-1.2.201403230938_all.deb Size: 12963232 MD5sum: 8d30a5ca3fd737a305018fd2aec7a126 SHA1: 8de216ac8b560cbeb4c34d021b23e98a2600a1a3 SHA256: 4be8b05de71c2e800b0c275ef08fb1de255a3782683ad7f2ab61438cce0b9970 Description: Data files for ffDiaporama ffDiaporama is an application for creating video sequences consisting of * titles, fixed or animated. * images or photos, fixed or animated. * movie clips * music . This package provides the data files for ffdiaporama. Homepage: http://ffdiaporama.tuxfamily.org/ffdiaporama/ Package: ffmpeg-dbg Priority: extra Section: oldlibs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libav-dbg Filename: 4.0-0/all/ffmpeg-dbg_0.8.16-1.5.201411010453_all.deb Size: 54354 MD5sum: ab47b2f67f53b9239697a14c18c0713a SHA1: 02a0aca4db8977466d2ed68ce02346b6d45e3cd3 SHA256: 1f83e133600d44c93e5cc7d68bb73b17162c1460671dfa7dcf69a7f126ec8d9d Description: Debug symbols for Libav related packages (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package serves as a transitional package to libav-dbg. Homepage: http://libav.org/ Package: ffmpeg-doc Priority: extra Section: oldlibs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libav-doc Filename: 4.0-0/all/ffmpeg-doc_0.8.16-1.5.201411010453_all.deb Size: 54428 MD5sum: 16eb85cbe129e3296b02c5c87443e41a SHA1: eb3f1387382d5c7660ed085248edbc0354db90e5 SHA256: 6135de29cf79c67d5cc160c359f27e0b724e49d43a21ee3bf4aaa1ced9d90174 Description: Documentation of the Libav API (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. . This package is only used for transitional purposes and can be safely removed. Homepage: http://libav.org/ Package: fftw-docs Priority: extra Section: oldlibs Installed-Size: 685 Maintainer: Debian Science Team Architecture: all Source: fftw Version: 2.1.5-1.4.201403231015 Depends: dpkg (>= 1.15.4) | install-info Suggests: fftw2 Conflicts: fftw-dev (<< 2.1.3-15), k6fftwgel (<< 1.1-8), k7fftwgel (<< 1.2-6), p4fftwgel-dev (<< 1.2-5) Filename: 4.0-0/all/fftw-docs_2.1.5-1.4.201403231015_all.deb Size: 246632 MD5sum: 6beffedc767b3a27abcf05b34119d337 SHA1: 8ccc40f7517942f68e6b24394c87ca82589faa5a SHA256: f523227f80c94cca90b612ce19c443916cd8ce6cfd575061b6cd09311e90bf5a Description: documentation for fftw This package contains the documentation and test programs for fftw, a Fast Fourier Transform library. Homepage: http://fftw.org Package: fiaif Priority: optional Section: net Installed-Size: 435 Maintainer: Bastian Kleineidam Architecture: all Version: 1.22.1-1.4.201403231056 Depends: iptables (>= 1.2.6a), bash (>= 2.04), sed (>= 3.02), grep (>= 2.4.2), coreutils (>= 4.5.1), net-tools, debconf (>= 1.0.32) | debconf-2.0, debianutils (>= 1.16), dnsutils | djbdns, cron | anacron, logtail, wget Suggests: iproute, ulogd, linux-image-2.6 | linux-image-2.4 Conflicts: firewall-easy, ipmasq, knetfilter, shorewall Filename: 4.0-0/all/fiaif_1.22.1-1.4.201403231056_all.deb Size: 200220 MD5sum: 24319d979a6920a68237b7ea8a3280ed SHA1: c203ec3e43db2788c67c6d4c7212803783d1ff06 SHA256: 8a9a343baf8db71f5e09de96b92ab697eac4534d26f3c758a16fe92e70e1f6e9 Description: An easy to use, yet complex firewall Fiaif is an Intelligent Firewall. . The Goal of FIAIF is to provide a highly customizable script for setting up an iptables based firewall. . Unlike many other scripts, FIAIF can be truly customized allowing multiple interfaces (or rather zones). There is no limit on the number of zones. All configuration is done through configuration files. No need to understand the script behind it all. . The script makes heavy use of state-full firewalling, and all RELATED and ESTABLISHED packets are accepted on all chains. If you wish to block something out, don't accept it in the first place. . The script is written in BASH. Though this is not the optimal program to use, it means that you do not need to install extra interpreters on your firewall. This allows you to have a minimalistic installation on your firewall. . Install this package if your machine is ever on the internet. Homepage: http://www.fiaif.net/ Package: fig2ps Priority: optional Section: tex Installed-Size: 79 Maintainer: Vincent Fourmond Architecture: all Version: 1.5-1.4.201403231126 Replaces: texmacs (<= 1.0.3-6) Depends: perl-base (>= 5.14.2-21.71.201402101601), transfig, texlive-latex-base | tetex-bin (>= 2.0.2-11), texlive-latex-recommended | tetex-extra, texlive-fonts-recommended | tetex-extra, perl-modules, texlive-latex-extra | tetex-extra, texlive-extra-utils | tetex-extra, ghostscript Recommends: gv Suggests: cm-super | lmodern, xfig Filename: 4.0-0/all/fig2ps_1.5-1.4.201403231126_all.deb Size: 18918 MD5sum: 1f41922b9cbfb70eff8eef943698560d SHA1: 98aa23c590d716da2c5890a97b01f3b92d2c5875 SHA256: 3e68d30b95592a67fe0432ce1620148885c5aaa97c5844b1912fec0503d5c5c6 Description: Converts xfig files into ps, eps or pdf files using LaTeX for processing text This perl script takes into advantage the pstex and pstex_t export formats of fig2dev (xfig) to separate special text and the rest of a xfig file. Then, the text is processed separately using LaTeX, and everything is put back together at the end, to make a nice wonderful figure with the text formatted exactly the same way as the article you are typing ! PDF output is also available. . Though gv is strictly speaking not necessary for conversion, it can be called directly by fig2ps depending on the options you choose. For nice PDF output, you should install Type 1 fonts, such as lmodern or cm-super. Enhances: transfig Homepage: http://sourceforge.net/projects/fig2ps Package: figtree Priority: optional Section: science Installed-Size: 968 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.3.1-1.2.201403231218 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, jarwrapper (>= 0.5), libfreehep-export-java, libfreehep-graphics2d-java, libfreehep-graphicsio-emf-java, libfreehep-graphicsio-java, libfreehep-graphicsio-pdf-java, libfreehep-graphicsio-ps-java, libfreehep-graphicsio-svg-java, libfreehep-graphicsio-swf-java, libitext5-java, libjam-java, libjebl2-java Filename: 4.0-0/all/figtree_1.3.1-1.2.201403231218_all.deb Size: 873860 MD5sum: 0e4f103907086a40f8e9688260a578f9 SHA1: 5443c1823c3b54d0936ccc5f3a5537a6ae81f36b SHA256: 514cb85904d6cd4f591d1dcf7cd9c684969844c99aa534cbfc22935c41534093 Description: graphical phylogenetic tree viewer FigTree is designed as a graphical viewer of phylogenetic trees and as a program for producing publication-ready figures. In particular it is designed to display summarized and annotated trees produced by BEAST. Homepage: http://tree.bio.ed.ac.uk/software/figtree/ Package: file-rc Priority: extra Section: admin Installed-Size: 139 Maintainer: file-rc maintainers Architecture: all Version: 0.8.15.4.201403231251 Replaces: sysv-rc, sysvinit (<< 2.85-3) Depends: insserv (>= 1.14.0-4) Conflicts: ash (<< 0.3.5-1) Breaks: insserv (<< 1.14.0-4) Filename: 4.0-0/all/file-rc_0.8.15.4.201403231251_all.deb Size: 41366 MD5sum: 6f564579c66a4d1cddd1b5ef3fafd763 SHA1: c6d72f08b39c568878b1f36212d4e6f9eb9e073d SHA256: 8436c32706cf075056e390e804864e2dccf5ffec22ed59d85415211a632be37f Description: Alternative boot mechanism using a single configuration file This package provides an alternative mechanism to boot the system, to shut it down and to change runlevels. The /etc/rc?.d/* links will be converted into one single configuration file /etc/runlevel.conf instead, which is easier to administrate than symlinks, and is also more flexible. . The package will automatically convert your existing symlinks into the file method on installation, and convert the file back into symlinks on removal. Both mechanisms are compatible through /etc/init.d/rc, /etc/init.d/rcS, /usr/sbin/update-rc.d, and /usr/sbin/invoke-rc.d scripts. Package: filepp Priority: optional Section: text Installed-Size: 276 Maintainer: Christoph Haas Architecture: all Version: 1.8.0-3.4.201403231315 Filename: 4.0-0/all/filepp_1.8.0-3.4.201403231315_all.deb Size: 70394 MD5sum: 8bfaaf89249c10b6659ca0014167ebe7 SHA1: c318caf3e1b198a40fb3d36e713ddc518eae232e SHA256: 9ce4c1db080ebf8322c8f050704ba8144e33cf7a0b243b7c827b53261faefc23 Description: A generic perl-based file pre-processor filepp is a pre-processor similar to cpp just that it can process any kind of text file. Package: filetraq Priority: optional Section: admin Installed-Size: 66 Maintainer: Sergio Talens-Oliag Architecture: all Version: 0.2-14.4.201403231326 Filename: 4.0-0/all/filetraq_0.2-14.4.201403231326_all.deb Size: 7704 MD5sum: e459088141b59a4b42c45c961129b990 SHA1: fbe1d9fcd23c11ae8fef875ac90ce34e3476e6bf SHA256: 45c2297fc45bd612d3d52bd4d595ef2fbb5b6c9c014ba949462c985a42b51c27 Description: Small utility to keep track of changes in config files FileTraq is just a shell script that reads a list of files to watch, runs diff against each file and its backup, and reports any discrepancies, along with keeping a dated backup of the original. It's designed to be run as a cron job. Package: filezilla-common Priority: optional Section: net Installed-Size: 8504 Maintainer: Adrien Cunin Architecture: all Source: filezilla Version: 3.5.3-2.5.201403231330 Replaces: filezilla (<< 3.2.7.1-1), filezilla-locales Conflicts: filezilla-locales Filename: 4.0-0/all/filezilla-common_3.5.3-2.5.201403231330_all.deb Size: 3019234 MD5sum: 1b8b77eb64e667cbff0192f3075da68d SHA1: 1261ad63cba30d057f71c1087bad2f66ffae0f48 SHA256: 5c13aa82fc7149249b202fc9e91740d9383b4a6af37397306210ba802570a907 Description: Architecture independent files for filezilla FileZilla is a full-featured FTP client with an easy-to-use GUI. . It is written in C++ and uses the wxWidgets library. . See the filezilla package description for the full list of features. . This package contains architecture independent files such as images and translations. Homepage: http://filezilla-project.org/ Package: finch-dev Priority: optional Section: devel Installed-Size: 339 Maintainer: Ari Pollak Architecture: all Source: pidgin Version: 2.10.9-1.10.201406191207 Depends: finch, pkg-config, libpurple-dev, libglib2.0-dev, libncursesw5-dev Filename: 4.0-0/all/finch-dev_2.10.9-1.10.201406191207_all.deb Size: 141366 MD5sum: b0a3d5ef6b8bfea1dce66da780a62ba7 SHA1: bacf1abd62a39e3e8071cebbbca57fc203429f42 SHA256: d212dc5f7ec6b970f38879eae3400ca0ebec845cfbfa6d777e9b1afe8ca2792a Description: text-based multi-protocol instant messaging client - development This package contains the headers and other development files not included in the main finch package. Install this if you wish to compile your own plugins, or would like to compile programs that use the libgnt library. Homepage: http://www.pidgin.im Package: firebird2.5-common-doc Priority: optional Section: doc Installed-Size: 778 Maintainer: Debian Firebird Group Architecture: all Source: firebird2.5 Version: 2.5.2.26540.ds4-1.15.201404011445 Filename: 4.0-0/all/firebird2.5-common-doc_2.5.2.26540.ds4-1.15.201404011445_all.deb Size: 639042 MD5sum: db0622605791240e2715ec274264d742 SHA1: bb65a6c00fbe1ccdb82d405105a12807a647047e SHA256: f831c597a85243dc8542494c72dd29ab0859aba4e15d33d636f47b1ce4670b47 Description: copyright, licnesing and changelogs of firebird2.5 This is an (otherwise) empty package contains the copyright and licensing information of firebird2.5, as well as the upstream changelog. . Due to the size of the upstream change log and copyright/licensing summary, keeping them in a separate package saves space on mirrors and when installing firebird2.5 packages. . Please refer to the firebird2.5-super, firebird2.5-classic or firebird2.5-superclassic packages for more information about Firebird database in general. Multi-Arch: foreign Homepage: http://firebirdsql.org/ Package: firebird2.5-common Priority: optional Section: database Installed-Size: 551 Maintainer: Debian Firebird Group Architecture: all Source: firebird2.5 Version: 2.5.2.26540.ds4-1.15.201404011445 Depends: firebird2.5-common-doc Filename: 4.0-0/all/firebird2.5-common_2.5.2.26540.ds4-1.15.201404011445_all.deb Size: 95776 MD5sum: dc5a698b928d71b779317b2a1607a979 SHA1: 58dcededf9d52a69b46601b152e7978085800656 SHA256: 9848bd73a0d386a2dfc7467a729d84771a4fe2f30839d24f8e5233e5838587f5 Description: common files for firebird 2.5 servers and clients Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains files common to both servers and clients for both super and classic flavours. . These include the message file (firebird.msg), support scripts as well as configuration files in /etc/firebird/2.5. . Please refer to the firebird2.5-super or firebird2.5-classic packages for more information about Firebird in general. Multi-Arch: foreign Homepage: http://firebirdsql.org/ Package: firebird2.5-doc Priority: optional Section: doc Installed-Size: 530 Maintainer: Debian Firebird Group Architecture: all Source: firebird2.5 Version: 2.5.2.26540.ds4-1.15.201404011445 Depends: firebird2.5-common-doc Filename: 4.0-0/all/firebird2.5-doc_2.5.2.26540.ds4-1.15.201404011445_all.deb Size: 172692 MD5sum: 756b128a42994db4fe22bb08b2aaf3cb SHA1: 7304ce43455cbddc36c2676e1878939b6bb8114f SHA256: fdee8293c429872c11b6df2e5122c8976f7bc45a4e19437093b61a824bbf58e7 Description: Documentation files for firebird database version 2.5 Various documents for firebird 2.5. These include the list of enhancements from previous versions, description of ISQL enhancements and various API or SQL functions that might be of interest for advanced users and developers. . This package does not include the release notes, the quick start guide and the upgrade guide, which are distributed only as PDF files upstream, with no accompanying sources, and therefore cannot be included in Debian. Homepage: http://firebirdsql.org/ Package: firebird2.5-examples Priority: optional Section: doc Installed-Size: 281 Maintainer: Debian Firebird Group Architecture: all Source: firebird2.5 Version: 2.5.2.26540.ds4-1.15.201404011445 Depends: firebird2.5-common-doc Recommends: firebird-dev Filename: 4.0-0/all/firebird2.5-examples_2.5.2.26540.ds4-1.15.201404011445_all.deb Size: 164788 MD5sum: 6a3f552fa95aeec2879fa4b09933d978 SHA1: 29008ec8a81cf06bec33cacb855a6df0ef9358ec SHA256: 65f16ff90aa7c5e3503a4729fc15f31ab641dbcdc91f2b727af38ff39510dbf4 Description: Examples for Firebird - an RDBMS based on InterBase 6.0 code The examples included in this package are provided as samples and are also used by Firebird's testing suite (TCS). The examples are in the form of .h, .c, .e, .fdb and .gbk files. . Please refer to the firebird2.5-super and firebird2.5-classic packages for more information about Firebird in general. Homepage: http://firebirdsql.org/ Package: firefox-sage Priority: optional Section: web Installed-Size: 29 Maintainer: Mozilla Extension Packaging Team Architecture: all Source: sage-extension Version: 1.4.12-3.4.201403180937 Depends: xul-ext-sage Filename: 4.0-0/all/firefox-sage_1.4.12-3.4.201403180937_all.deb Size: 4736 MD5sum: 05d36947cc72822013ccd8c0a1940a23 SHA1: c0cb661c529d52b5476c7ad11420137473643abf SHA256: 9c4d93fc1a983411d775609e2003709c7a9aa026433d6c96e591eab96657a958 Description: transitional dummy package This is a transitional dummy package to ease the migration from the firefox-sage to the new xul-ext-sage package. You can remove it safely. Homepage: http://sagerss.com/ Package: firehol Priority: optional Section: net Installed-Size: 713 Maintainer: Alexander Wirt Architecture: all Version: 1.273-1.4.201403231504 Depends: iptables (>= 1.2.4), iproute, net-tools, bash (>= 2.04), lsb-base Recommends: modutils | module-init-tools, wget | curl, aggregate Suggests: ulogd Filename: 4.0-0/all/firehol_1.273-1.4.201403231504_all.deb Size: 171538 MD5sum: 5184e9c13b44f4c809d85c7badea64f3 SHA1: 3a69974ab3d746af0561d20e13c4f0aa4d21444d SHA256: db50ea03adf0b594be16205e5e55a21afa58417d98c13cdd8a63394f2a99d430 Description: An easy to use but powerful iptables stateful firewall Generates generic firewalls with an extremely simple but powerful configuration language, enabling you to design any kind of local or routing stateful packet filtering firewall with ease. . Firehol does not support ipv6. Package: fishpoke Priority: optional Section: net Installed-Size: 49 Maintainer: Fabrizio Regalli Architecture: all Source: fishpoll Version: 0.1.6-4.2.201403231536 Depends: python (>= 2.4) Filename: 4.0-0/all/fishpoke_0.1.6-4.2.201403231536_all.deb Size: 5776 MD5sum: c65410697b0fe501942208bbc992c32a SHA1: 24d72719709589e457817cffba17b522e883aa39 SHA256: c5926e1b22a307242ec448d9f9d172651d3803f60e2150350a0aeb16b8cc21e7 Description: client for the Fishpoll server The fishpoke program is used to trigger a poll immediately instead of waiting for the configured polling interval. Homepage: http://git.fishsoup.net/cgit/fishpoll/ Package: fishpolld Priority: optional Section: net Installed-Size: 70 Maintainer: Fabrizio Regalli Architecture: all Source: fishpoll Version: 0.1.6-4.2.201403231536 Depends: python (>= 2.4) Filename: 4.0-0/all/fishpolld_0.1.6-4.2.201403231536_all.deb Size: 9310 MD5sum: 1cb15831b0e5c3bcea2d4026507f4040 SHA1: 35852c52f9ddcc2b890cdfd2977d5e491a5f8124 SHA256: 2f60bb31809b45660cd7160de3218dd149362d7f5fd0fbd315cdbb45103ab22c Description: daemon that allows remote script's execution when triggered from the network Fishpoll is meant to deal with a common situation. You have a data source (a version control repository, a database, etc). You have something built from that data source (a web site, say). When the data source changes, you want them to rebuild against the latest commits. Homepage: http://git.fishsoup.net/cgit/fishpoll/ Package: fitscheck Priority: optional Section: python Installed-Size: 67 Maintainer: Debian Python Modules Team Architecture: all Source: pyfits Version: 1:3.0.8-2.4.201403112334 Replaces: python-pyfits (<< 1:3.0.7-2~) Depends: python, python-numpy, python-pyfits Breaks: python-pyfits (<< 1:3.0.7-2~) Filename: 4.0-0/all/fitscheck_3.0.8-2.4.201403112334_all.deb Size: 28334 MD5sum: dfa4d5e5b4754822846e456a86c8d6d2 SHA1: 749efd4aace09aecb6a4e977fd036cf83c7f25e8 SHA256: ed986856da8571d334158a47530fc09495fc39cbf9af975706afbd2de4f6a725 Description: script to detect and fix FITS standards violations FITS (Flexible Image Transport System) is a data format most used in astronomy. PyFITS is a Python module for reading, writing, and manipulating FITS files. The module uses Python's object-oriented features to provide quick, easy, and efficient access to FITS files. The use of Python's array syntax enables immediate access to any FITS extension, header cards, or data items. . This package provides a script a command line script based on pyfits for verifying and updating the CHECKSUM and DATASUM keywords of FITS files. It can also detect and often fix other FITS standards violations. Homepage: http://www.stsci.edu/resources/software_hardware/pyfits Package: fizmo-common Priority: extra Section: games Installed-Size: 229 Maintainer: Christoph Ender Architecture: all Source: fizmo Version: 0.7.2-2.2.201403231547 Filename: 4.0-0/all/fizmo-common_0.7.2-2.2.201403231547_all.deb Size: 103726 MD5sum: fc20ea752bbd2e845e37054123fb3e99 SHA1: 32b3a0225e1e585b78f2b8fda78fc795d0b33de5 SHA256: cfbba86058a3773cf53ca344851d03938453709b2bab740b220c08b8c0fa5485 Description: Provides localization data from all default fizmo-related libraries: libfizmo, libcellif, libsndifsdl, libdrilbo and libglkif. This package will be required by fizmo-related frontends like fizmo-ncursesw or fizmo-console. Homepage: http://spellbreaker.org/~chrender/fizmo Package: fizmo Priority: extra Section: oldlibs Installed-Size: 52 Maintainer: Christoph Ender Architecture: all Version: 0.7.2-2.2.201403231547 Depends: fizmo-ncursesw | fizmo-console Filename: 4.0-0/all/fizmo_0.7.2-2.2.201403231547_all.deb Size: 26402 MD5sum: 085b524b158851a0c2f7c8db9ee5be72 SHA1: b05997def7e66a127da08cbc7bf8874319e69252 SHA256: dcba925d994bfe833d40df8423e73243dea73eb1e5534cda1539dd1e639ee4ad Description: Z-machine interpreter for Infocom/Inform games fizmo is a Z-Machine interpreter. It is used to play old Infocom text adventures (except version 6) and modern interactive fiction as created by the Inform compiler. For more information about interactive fiction -- and to download many storyfiles -- see http://www.ifarchive.org. This is a transitional package, ensuring that when fizmo is upgraded from old-style-packaging before version 0.7 either fizmo-ncursesw or fizmo-console is installed. Homepage: http://spellbreaker.org/~chrender/fizmo Package: fizsh Priority: optional Section: shells Installed-Size: 119 Maintainer: Guido van Steen Architecture: all Version: 1.0.2-1.2.201403231553 Depends: zsh (>= 4.3.9) Filename: 4.0-0/all/fizsh_1.0.2-1.2.201403231553_all.deb Size: 17732 MD5sum: ae26b67fd3adec9fb880e0add4001e95 SHA1: 45cf585f8195bb130e011e774aac953f770e160f SHA256: 48dcf0169763e8e1eea6ae32b724120893b20a2bcce972de1296a5bf3b255997 Description: Friendly Interactive ZSHell Fizsh is a frontend to Zsh. It provides the user with interactive syntax highlighting and a Matlab-like history search facility. At the same time it can handle Bourne syntax. Homepage: http://sourceforge.net/projects/fizsh/ Package: flamethrower Priority: optional Section: admin Installed-Size: 127 Maintainer: dann frazier Architecture: all Version: 0.1.8-3.4.201403231631 Depends: perl, udpcast, libappconfig-perl Filename: 4.0-0/all/flamethrower_0.1.8-3.4.201403231631_all.deb Size: 17478 MD5sum: 745bad2051572ca4faa33de2656ef6c8 SHA1: 8eefb6dda7ff4703d7704e0b048372fc2d652348 SHA256: aee3befe7ddc9f385072a36143792545ad50d3a228f78f4d2694f023da7b638e Description: Multicast file distribution utility Flamethrower is intended to be an easy to use multicast file distribution system. It was created to add multicast install capabilities to SystemImager, but was designed to be fully functional as a stand-alone package. . Notable characteristics: 1) Works with entire directory hierarchies of files, not just single files. 2) Uses a server configuration file that takes module entries that are similar to those used by rsyncd.conf. 3) Flamethrower is an on-demand system. The multicast of a module is initiated when a client connects, but waits MIN_WAIT (conf file) for other clients to connect. If other clients try to connect after a cast has been initiated, they simply wait until that cast has finished, and catch the next one when it begins. 4) The udpcast package is used as the multicast transport, and offers a gob and a half of tuning parameters. Package: flann-doc Priority: optional Section: doc Installed-Size: 304 Maintainer: Debian Science Team Architecture: all Source: flann Version: 1.7.1-4.2.201403231639 Depends: doc-base Filename: 4.0-0/all/flann-doc_1.7.1-4.2.201403231639_all.deb Size: 282688 MD5sum: cab51815cbc61a1e6ef19d9493e12cb3 SHA1: ad216e7020c22e3750f1d5d38ba99aafba7e60fe SHA256: 35244d6f60027d4172b8a9526ec51df1c97995db4eb9b91e9379100d60276c51 Description: Fast Library for Approximate Nearest Neighbors - documentation FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset. . This package contains the documentation for FLANN. Homepage: http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN Package: flashbake Priority: optional Section: vcs Installed-Size: 163 Maintainer: Abhishek Dasgupta Architecture: all Version: 0.26.2-4.8.201403231649 Depends: python (>= 2.5), python-support (>= 0.90.0), python-enum (>= 0.4.3), python-feedparser (>= 4.1), python-setuptools, git-core | git (>= 1:1.7) Filename: 4.0-0/all/flashbake_0.26.2-4.8.201403231649_all.deb Size: 32234 MD5sum: cf3858118c0b1a486ec4084fb6b1649b SHA1: 06a414fa4af2f25d78d4cb4d59470c372a0f5ce3 SHA256: 6890916cedcef4a65abe64fe958eb0a5e17b15ad6219b8af6b67bd5359ebb9f6 Description: automated snapshots with git Flashbake is a tool which watches files and automatically checks them in to a git repository. There is an option to wait for a quiescent period before committing the files. Various plugins which capture the current context, like the weather or the currently playing song can be used to customise the commit message to produce a more meaningful history. . Thus it simplifies life for the user by taking off the burden of manually committing changes and allowing one to focus on the work. Homepage: http://bitbucketlabs.net/flashbake/ Python-Version: 2.6, 2.7 Package: flashybrid Priority: extra Section: admin Installed-Size: 86 Maintainer: Debian QA Group Architecture: all Version: 0.17.4.201403231703 Depends: debconf (>= 0.5) | debconf-2.0, rsync Filename: 4.0-0/all/flashybrid_0.17.4.201403231703_all.deb Size: 21992 MD5sum: bb592a3da907a4d2860751c8a9b4f6f2 SHA1: 3643da0ee4c9f22ad2c9f3191fb725756fa8976e SHA256: 7d8e662d1c968df4e4b8d93534d072b2e3d3611732ba066e3bf3e77aced70439 Description: automates use of a flash disk as the root filesystem Flashybrid is a system to help in setting up and managing hybrid flash/disk/ram based Debian systems which can run most of the time using only a small flash disk for their root filesystem and do a useful, but limited task (such as being a router, or a PDA, or a rescue system on a USB keydrive). The flash can be as small as 32 mb, though 64 to 256 mb is more comfortable. . To use this package, you will need a 2.4 or greater version of the Linux kernel, with tmpfs support built in. Homepage: http://www.xorcom.com/rapid/ Package: flawfinder Priority: optional Section: utils Installed-Size: 156 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 1.27-3.4.201403231722 Depends: python Filename: 4.0-0/all/flawfinder_1.27-3.4.201403231722_all.deb Size: 55872 MD5sum: a0b48ff54c88d1cf6527dabc45784997 SHA1: 74d2b05823e484d40b0773356ca25524514f6da6 SHA256: a4ae8ef38d28449244d0df721890fdc78e16e995d961b3276c039f941bd8d518 Description: examines source code and looks for security weaknesses Flawfinder searches through C/C++ source code looking for potential security flaws and produces a report describing the potential flaws found in source code, ranking them by likely severity. . Like RATS, Flawfinder reports are not a direct indication of a vulnerability, but provide a reasonable starting point for performing manual security audits in source code. . Flawfinder can also generate differential reports by pointing it to a patch (diff) file describing the code changes. This way it can be used to determine if the potential flaws found in code have increased or decreased after a commit to a source code management system like CVS or Subversion. Homepage: http://www.dwheeler.com/flawfinder/ Package: flex-doc Priority: optional Section: doc Installed-Size: 1121 Maintainer: Manoj Srivastava Architecture: all Source: flex Version: 2.5.35-10.28.201411010741 Filename: 4.0-0/all/flex-doc_2.5.35-10.28.201411010741_all.deb Size: 203120 MD5sum: 21050b81be080e9b88619610ac1da196 SHA1: 9c5dd92a4fe77f3ced18018c26671570fcde03a2 SHA256: b12dfe72eb7c02e35a4f4d54f5b36a372353abbd932f303ed537af06fef8dfde Description: Documentation for flex (a fast lexical analyzer generator). Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates as output a C source file, lex.yy.c, which defines a routine yylex(). This file is compiled and linked with the -lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code. . This package contains the HTML documentation for flex. Homepage: http://flex.sf.net/ Package: flex-old-doc Priority: extra Section: doc Installed-Size: 293 Maintainer: Tommi Vainikainen Architecture: all Source: flex-old Version: 2.5.4a-10.15.201403231743 Filename: 4.0-0/all/flex-old-doc_2.5.4a-10.15.201403231743_all.deb Size: 76636 MD5sum: bdb3c1cad5c90bd22d4672a54bb9e94f SHA1: 2f321be95b40eee25edb7cff278cc1ed6fb675a6 SHA256: 22f87567c0d54c9f9173c290974cc5ea389477c037e5785be3508702bcac7609 Description: Documentation for an old flex (a fast lexical analyzer generator) This package contains the HTML documentation for the old 2.5.4a version of flex, which is no longer being developed upstream. You should normally chose flex-doc, unless you have legacy lexer files that do not work with a modern flex, and need to use the old flex. The upstream source code can be found at the FTP site: http://flex.sourceforge.net/ Homepage: http://flex.sourceforge.net/ Package: flexbackup Priority: optional Section: admin Installed-Size: 291 Maintainer: Kurt B. Kaiser Architecture: all Version: 1.2.1-6.5.201411010737 Depends: perl, cpio | mt-st Recommends: dump | star | pax | zip | sharutils | binutils | lzma (>= 4.43-2) | rsync | afio, buffer Suggests: ssh, lha Filename: 4.0-0/all/flexbackup_1.2.1-6.5.201411010737_all.deb Size: 77826 MD5sum: ebbf10eacfa17d77590805987443370d SHA1: f229ee9129d1b0fdeeb03dad16508480bfd0875a SHA256: d5dc7595b3ef7cb0beba1537f9ede562733e800b90c3276b0e11a44630a5314e Description: Flexible backup tool for small to medium sized installations Flexbackup is a flexible backup tool that works well for small to medium sized tasks for which solutions like amanda are overkill. . It features: * Easy configuration * Uses afio, dump, GNU tar, cpio, star, pax, lha, or zip archivers * Full and numbered levels of incremental backup (similar to "dump") * Compression and buffering options for all backup types * Handles remote filesystems with ssh/rsh; no special services required * Writes to tapes, on-disk archive files, or on-disk directory trees * Keeps a table of contents so you know what archives are on each tape * Extensive logging options Homepage: http://www.edwinh.org/flexbackup/ Package: flickrbackup Priority: optional Section: utils Installed-Size: 51 Maintainer: Tiago Bortoletto Vaz Architecture: all Version: 0.2-3.2.201403231807 Depends: python, python-pyexiv2 Filename: 4.0-0/all/flickrbackup_0.2-3.2.201403231807_all.deb Size: 6640 MD5sum: 24c785680365bf1b85b2e90019a4719e SHA1: 24489e1874b7d40fc94ed42c78894c91bb18baf9 SHA256: 826600b968580ed2e48c0e82c70661c04f0c5912a5aec60e855111d0e9640779 Description: Simple tool to perform a backup of your photos in flickr flickrbackup is a simple python script which make a local copy of all your pictures hosted in flickr.com. . It downloads the pictures and organize them using your set names. flickrbackup is also able to store title, description, tags and other metadata from flickr sets as EXIF data. Package: flickrfs Priority: optional Section: utils Installed-Size: 135 Maintainer: Varun Hiremath Architecture: all Version: 1.3.9.1-9.5.201411010748 Depends: python (>= 2.4), python-central (>= 0.6.11), python-fuse Recommends: imagemagick, www-browser Filename: 4.0-0/all/flickrfs_1.3.9.1-9.5.201411010748_all.deb Size: 34314 MD5sum: f5671d7a60e22894281a80279397197a SHA1: c1c1d4c9c04635d71269441f16ab4de06947c3d9 SHA256: c5512a9355feea6e106feb19744abfce48ed498d54811a51ecc723b81ad5f8ba Description: virtual filesystem for flickr online photosharing service Flickrfs is a virtual filesystem which mounts on your machine like any other partition. Once mounted it retrieves information about your photos hosted on your flickr account, and shows them as files. You can easily copy photos from your local machine to this mount and it will automatically upload them to your flickr account. Similarly you can copy the files from your mount to the local machine and it will download your images from flickr. . Flickrfs uses FUSE (Filesystem in USErspace) which is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . All the files in the mount have an associated meta file, which provides access to title, description, tags and license information. Modifiying any of these fields and saving the meta file will cause them to be updated on the server also. . Flickrfs also includes a syncing mechanism. This allows for automatic synchronisation of changes done online directly to your local mountpoint. Homepage: http://manishrjain.googlepages.com/flickrfs Python-Version: >= 2.4 Package: flim Priority: optional Section: mail Installed-Size: 626 Maintainer: Tatsuya Kinoshita Architecture: all Version: 1:1.14.9+0.20110516-1.6.201403231822 Replaces: flim1.13 Depends: emacs | emacsen, apel (>= 10.7), dpkg (>= 1.15.4) | install-info Suggests: xemacs21-bin, semi, wl | wl-beta Conflicts: flim1.13, semi-gnus (<< 1:6.10.13), tm Filename: 4.0-0/all/flim_1.14.9+0.20110516-1.6.201403231822_all.deb Size: 230014 MD5sum: 6ca3a0765e8f3c55d0482edad4da77fe SHA1: ebd2eecba20a4307d2cff878fbe6ec622904b70e SHA256: 7bb60416d4495bdf104cf04e9c02abb5e0cf1a00dd4cea112c459c6564be874a Description: library about internet message for emacsen FLIM (Faithful Library about Internet Message) is a library to provide basic functions about message representation and encoding for emacsen. It consists of following modules: . std11.el STD 11 (RFC 822) parser and utility mime.el to provide various services about MIME-entities mime-def.el Definitions about MIME format mime-parse.el MIME parser mel.el MIME encoder/decoder mel-b-dl.el base64 (B-encoding) encoder/decoder (for Emacs 20 with dynamic loading support) mel-b-ccl.el base64 (B-encoding) encoder/decoder (using CCL) mel-b-en.el base64 (B-encoding) encoder/decoder (for other emacsen) mel-q-ccl.el quoted-printable and Q-encoding encoder/decoder (using CCL) mel-q.el quoted-printable and Q-encoding encoder/decoder mel-u.el unofficial backend for uuencode mel-g.el unofficial backend for gzip64 eword-decode.el encoded-word decoder eword-encode.el encoded-word encoder Homepage: http://kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/ Package: flowscan-cuflow Priority: optional Section: net Installed-Size: 107 Maintainer: Russell Stuart Architecture: all Version: 1.7-6.4.201403231911 Depends: flowscan Recommends: flowscan-cugrapher Filename: 4.0-0/all/flowscan-cuflow_1.7-6.4.201403231911_all.deb Size: 25830 MD5sum: 85e84f0c49d76f6779bc17172237d5c0 SHA1: c1ab388377b64915001baaaf021505f333d2cf77 SHA256: b37ab8d6968f14ee214c85712f5588251d3b4c5c40a21e173fc2944b8139e873 Description: Flowscan module combining CampusIO and SubNetIO CUFlow is a FlowScan module designed to combine the features of CampusIO and SubNetIO and to process data more quickly. CUFlow allows you to differentiate traffic by protocol, service, TOS, router, and network and then generate TopN reports over 5 minutes periods and over an extended period of time. Homepage: http://www.columbia.edu/acis/networks/advanced/CUFlow/ Package: flowscan-cugrapher Priority: optional Section: net Installed-Size: 88 Maintainer: Russell Stuart Architecture: all Source: flowscan-cuflow Version: 1.7-6.4.201403231911 Depends: flowscan-cuflow Filename: 4.0-0/all/flowscan-cugrapher_1.7-6.4.201403231911_all.deb Size: 12336 MD5sum: f6edbfd0917bf62a2fd848ad22db853f SHA1: 70ffbcf3bb8ba3e06bc6da2afa43c30e42c3ee96 SHA256: 3b5953ea8b50d34bc7b50670df99848dc1e8b96bdc3ef61b571f6359925bffa9 Description: CGI interface for flowscan-cuflow CUGrapher is a Web CGI program which generates images on the fly based on user input with data supplied by CUFlow. Thus it generates graphs of traffic flows over your network. Homepage: http://www.columbia.edu/acis/networks/advanced/CUFlow/ Package: flowscan Priority: extra Section: net Installed-Size: 369 Maintainer: Guillaume Delacour Architecture: all Version: 1.006-13.6.201411031357 Depends: perl (>= 5.6.1), rrdtool, librrds-perl, libboulder-perl, libnet-patricia-perl (>= 1.010), libconfigreader-perl, libcflow-perl (>= 1.024), libhtml-table-perl, flow-tools, debconf (>= 0.5) | debconf-2.0, ksh | mksh | pdksh | zsh, libperl4-corelibs-perl | perl (<< 5.12.3-7) Suggests: fprobe Filename: 4.0-0/all/flowscan_1.006-13.6.201411031357_all.deb Size: 138920 MD5sum: f2d0f157b031d273b5ccb47ebfde2451 SHA1: 23093840302f051d5b70f0b236ad13eb5bd24157 SHA256: ae1be2a0008c9ba875f43e8a4eee42c86222c0a36db4793a4ab65442d6b8b0e1 Description: flow-based IP traffic analysis and visualization tool FlowScan is a freely-available network traffic analysis and visualization tool which uses IP flow data to provide a continuous near real-time view of a network's IP traffic. . FlowScan is a tool to monitor and graph flow information from Cisco and Riverstone routers in near real-time. You can also use FlowScan with flow information generated by programs like fprobe. Homepage: http://net.doit.wisc.edu/~plonka/FlowScan/ Package: fltk1.1-doc Priority: optional Section: doc Installed-Size: 3002 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.1 Version: 1.1.10-14.12.201403231918 Filename: 4.0-0/all/fltk1.1-doc_1.1.10-14.12.201403231918_all.deb Size: 2287252 MD5sum: 6ee851e9db2edbf20569b5f1bb7d3a40 SHA1: 78c05ed4111893587ebe879577681bda7b26a981 SHA256: bdb885c19821bd49817be3f3fdad3ce12157a58b3d6bd24b1b82af58505634d6 Description: Fast Light Toolkit - documentation This package provides documentation for FLTK, including a chapter on its user interface designer (fluid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Homepage: http://www.fltk.org/ Package: fltk1.3-doc Priority: optional Section: doc Installed-Size: 36592 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.3 Version: 1.3.0-8.2.201403231925 Filename: 4.0-0/all/fltk1.3-doc_1.3.0-8.2.201403231925_all.deb Size: 9804318 MD5sum: 09bce062cb2f66e4b73ea825ae7fdfb6 SHA1: 8559d9a337ff10aa1149fbdbb65b55110de0a01e SHA256: 1c295714d60d177309b434e6e010031e206552736395f76339afed44ee930c3f Description: Fast Light Toolkit - documentation This package provides documentation for FLTK, including a chapter on its user interface designer (fluid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Multi-Arch: foreign Homepage: http://www.fltk.org/ Package: fluid-soundfont-gm Priority: optional Section: sound Installed-Size: 145194 Maintainer: Toby Smithe Architecture: all Source: fluid-soundfont Version: 3.1-5.4.201403231954 Suggests: fluid-soundfont-gs, fluidsynth, timidity Filename: 4.0-0/all/fluid-soundfont-gm_3.1-5.4.201403231954_all.deb Size: 118557950 MD5sum: 9aa6dac22a1b30154e150299e695fedf SHA1: cb6a5624fc0f2eaf46495799ce94f070dab20270 SHA256: 6b9337fdd320fc0922df5bc27a1965956ca72dbadc09965d6c9be21fad5fd495 Description: Fluid (R3) General MIDI SoundFont (GM) This is a GM SoundFont, for use with any modern MIDI synthesiser: hardware (like the emu10k1 sound card), or software (like FluidSynth). . This package provides the larger GM sound set, without the Roland Sound Canvas extensions. Package: fluid-soundfont-gs Priority: optional Section: sound Installed-Size: 3176 Maintainer: Toby Smithe Architecture: all Source: fluid-soundfont Version: 3.1-5.4.201403231954 Recommends: fluid-soundfont-gm Suggests: fluidsynth, timidity Filename: 4.0-0/all/fluid-soundfont-gs_3.1-5.4.201403231954_all.deb Size: 2560182 MD5sum: baf4197d3342a9b29b3501630af48943 SHA1: 727e028afa64bef2bcb1d574be45949b041e5429 SHA256: e5909a821423c0ab48150eb628563571afd8512f5dedf94ea14ed9ae58b96700 Description: Fluid (R3) General MIDI SoundFont (GS) This is a GS SoundFont, for use with any modern MIDI synthesiser: hardware (like the emu10k1 sound card), or software (like FluidSynth). . This package provides the smaller GS sound set of Roland Sound Canvas extensions. Package: focalinux-html Priority: optional Section: doc Installed-Size: 6428 Maintainer: Gleydson Mazioli da Silva Architecture: all Source: focalinux Version: 2010-09-3.4.201403232126 Suggests: dc Filename: 4.0-0/all/focalinux-html_2010-09-3.4.201403232126_all.deb Size: 1437780 MD5sum: 29491dfc8cd704e8727408e33b7f9330 SHA1: 1fbdaedf61697e341166a8ba21c08637550e4cff SHA256: 1d4daef14871b212aaf55984ed8e56f7e6f007256f0b3dc32cff861eec10cefe Description: A full GNU/Linux Portuguese guide (html format) The Foca GNU/Linux is a Portuguese Linux guide that is split in three learning levels: Beginner, Intermediary and Advanced and is based in the Debian GNU/Linux distribution. . This package contains the html version of all learning levels of the guide: http://www.guiafoca.org/ Package: focalinux-text Priority: optional Section: doc Installed-Size: 736 Maintainer: Gleydson Mazioli da Silva Architecture: all Source: focalinux Version: 2010-09-3.4.201403232126 Filename: 4.0-0/all/focalinux-text_2010-09-3.4.201403232126_all.deb Size: 693908 MD5sum: 0e338ac484db73a4eb984c097d2eac69 SHA1: 9c3c4ea6fced47d32b97675b887bd81ffe082d4e SHA256: c07d0bab945867da9ed871a04b9b2744f69d71bc36c8b4c1bbad35abc948b061 Description: A full GNU/Linux Portuguese guide (text format) The Foca GNU/Linux is a Portuguese Linux guide that is split in three learning levels: Beginner, Intermediary and Advanced and is based in the Debian GNU/Linux distribution. . This package contains the text version of all learning levels of the guide: http://www.guiafoca.org/ Package: folks-common Priority: optional Section: libs Installed-Size: 507 Maintainer: Debian Telepathy maintainers Architecture: all Source: folks Version: 0.6.9-1.2.201403232134 Filename: 4.0-0/all/folks-common_0.6.9-1.2.201403232134_all.deb Size: 221118 MD5sum: 0bc381438e763915bc2b400ffd5dcfed SHA1: 0e784a03960be109dd8208d9b7039189f30677fe SHA256: 986aa491ac5c94a9f04f0eee255d813d5167488ba209c07e1faf61b4b8d23d3f Description: library to aggregates people into metacontacts (common files) libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. . This package contains common files (translations) used by folks components. Homepage: http://telepathy.freedesktop.org/wiki/Folks Package: font-hosny-amiri Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-hosny-amiri Version: 0.103-1.2.201403240211 Depends: fonts-hosny-amiri Filename: 4.0-0/all/font-hosny-amiri_0.103-1.2.201403240211_all.deb Size: 4802 MD5sum: 359b2f304ab289088fa79938ae43a5c5 SHA1: a1ec7d2e629128b7abfcc9013c41a634833caddf SHA256: 90db4a6e10b6dc82dda055cf9830c807c1c7d83e4e9f29748877b7979696f4af Description: Arabic Naskh style typographically oriented font (transitional package) Amiri is a classical Arabic typeface in Naskh style for typesetting books and other running text. . Its design is a revival of the beautiful typeface pioneered in early 20th century by Bulaq Press in Cairo, also known as Amiria Press, after which the font is named. . Amiri font covers the full Unicode 6.0 Arabic and Arabic Supplement blocks, as well as the compatibility Arabic Presentation Forms-A and B blocks. . This is a dummy transitional package that will ensure a proper upgrade path. This package may be safely removed after upgrading. Homepage: http://www.amirifont.org Package: fontforge-doc Priority: optional Section: doc Installed-Size: 5442 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.0.20100429-1.4.201403232221 Replaces: fontforge (<= 0.0.20081224) Conflicts: fontforge (<= 0.0.20081224) Filename: 4.0-0/all/fontforge-doc_0.0.20100429-1.4.201403232221_all.deb Size: 3507216 MD5sum: 6549a4121bc910ff0260bb1ebc8cb67c SHA1: 03a0d11600fb961218d79a9c03ddf6af3807b33b SHA256: 1ae0f918a0d00e7400435b9d245cb2ed6bf094737ada340264125e59419a0c50 Description: Documentation for FontForge FontForge allows you to create or edit outline and bitmap fonts. It is also a font format converter and can convert among PostScript (ASCII & binary Type 1, some Type 3s, some Type 0s), TrueType, and OpenType (Type2), CID-keyed, SVG, CFF and multiple-master fonts. . This package contains the documentation in HTML format. Homepage: http://fontforge.sourceforge.net/ Package: fonts-aoyagi-kouzan-t Priority: extra Section: fonts Installed-Size: 2085 Maintainer: Debian Fonts Task Force Architecture: all Version: 20051011-9.2.201403232239 Replaces: ttf-aoyagi-kouzan-t (<< 20051011-3) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-aoyagi-kouzan-t (<< 20051011-3) Filename: 4.0-0/all/fonts-aoyagi-kouzan-t_20051011-9.2.201403232239_all.deb Size: 1187772 MD5sum: af21e169628f4b1a54c15065c813e4da SHA1: 7d88e50d001dd7cab7dfaa404c0d933769ad645b SHA256: 7fcceea3283aa179f1f0949730891d87978a3056a48a8042d3393b1b78ff9d6d Description: Brush-style Japanese font AoyagiKouzanFontT is Brush-style Japanese font, made by Kouzan Aoyagi. It contains about 3,000 glyphs. . It is suitable for printing Haiku, New Year's card or so. Homepage: http://musashi.or.tv/aoyagikouzanfontt.htm Package: fonts-aoyagi-soseki Priority: extra Section: fonts Installed-Size: 5396 Maintainer: Debian Fonts Task Force Architecture: all Version: 20070207-8.2.201403232242 Replaces: ttf-aoyagi-soseki (<< 20070207-3) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-aoyagi-soseki (<< 20070207-3) Filename: 4.0-0/all/fonts-aoyagi-soseki_20070207-8.2.201403232242_all.deb Size: 3118428 MD5sum: d1a1431d4d430949c1485b9790afd40c SHA1: 4dc69d26180b00b28efceef281289b50f4a4f2ed SHA256: 2dad631c5e21b24d10a7b668a593d7c497e01862a1412bedbc503bc19162267d Description: Brush-style Japanese font, Aoyagi-Soseki AoyagiSoseki is Brush-style Japanese font, made by Soseki Aoyagi and Kouzan Aoyagi. It contains about 6,000 glyphs. . It is suitable for printing Haiku, New Year's card or so. Homepage: http://musashi.or.tv/aoyagikouzanfontt.htm Package: fonts-arabeyes Priority: optional Section: fonts Installed-Size: 5350 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1-3.2.201403232245 Replaces: ttf-arabeyes (<< 2.1-3) Provides: ttf-arabeyes Conflicts: ttf-arabeyes (<< 2.1-3) Filename: 4.0-0/all/fonts-arabeyes_2.1-3.2.201403232245_all.deb Size: 2308248 MD5sum: 2737647db82dbedd842195d3fe266d91 SHA1: 567579f87f6e14b4d796ca61d0d06513aa905bc2 SHA256: 6ba79c6666b0f0055c6031fc55257505254bdc1a6110fbdd19ab6ff685ae8e83 Description: Arabeyes GPL TrueType Arabic fonts This is a set of TrueType Arabic fonts released under the GNU General Public License by the Arabeyes Project. Homepage: http://www.arabeyes.org/project.php?proj=Khotot Package: fonts-arphic-gkai00mp Priority: optional Section: fonts Installed-Size: 4612 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.11-12.2.201403232309 Replaces: ttf-arphic-gkai00mp (<< 2.11-10) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-arphic-gkai00mp (<< 2.11-10) Filename: 4.0-0/all/fonts-arphic-gkai00mp_2.11-12.2.201403232309_all.deb Size: 2293452 MD5sum: 1af1aa58245c36c5045cbf9fce91ebe9 SHA1: cb5698d6f553edeb17073801ea6c764b13585798 SHA256: 411731edc0137f7587430aa222a9f45781da3b9c412ecd7b601e83ec6c21ff1e Description: "AR PL KaitiM GB" Chinese TrueType font by Arphic Technology "AR PL KaitiM GB" is a high-quality Chinese TrueType font (gkai00mp.ttf) generously provided by Arphic Technology to the Free Software community under the "Arphic Public License". . You also need to install the "tfm-arphic-gkai00mp" package for typesetting with Omega or with CJK for LaTeX (cjk-latex). Homepage: http://www.arphic.com.tw/ Package: fonts-arphic-ukai Priority: optional Section: fonts Installed-Size: 17279 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.2.20080216.2-3.2.201403232313 Replaces: ttf-arphic-ukai (<< 0.2.20080216.1-2), ttf-arphic-ukai-mbe (<< 0.2.20080216.1-2) Provides: ttf-arphic-ukai, ttf-arphic-ukai-mbe Conflicts: ttf-arphic-ukai (<< 0.2.20080216.1-2), ttf-arphic-ukai-mbe (<< 0.2.20080216.1-2) Filename: 4.0-0/all/fonts-arphic-ukai_0.2.20080216.2-3.2.201403232313_all.deb Size: 10276198 MD5sum: b6772e461e46fee3343be7328413b723 SHA1: 9cf816c59293679184cc6d5852c9fc928a5ddb62 SHA256: 3bb1b8e46289d312b7e8f12aac8865a9e9e3f037b66cae1fe01f40fa2fae29a6 Description: "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style "AR PL UKai" is a high-quality Chinese Unicode TrueType font collection (ukai.ttc) derieved from the original "AR PL KaitiM Big5" and "AR PL KaitiM GB" fonts generously provided by Arphic Technology to the Free Software community under the "Arphic Public License". . It has been extended from the original "AR PL KaitiM Big5" and "AR PL KaitiM GB" fonts with additional glyphs now covering ISO8859-1,2,3,4,9,10,13,14,15, BIG5, GB2312-80 and HKSCS-2004. It also includes Bopomofo Extensions for Hakka and Minnan according to the Unicode 5.0 standard and MBE variants of those glyphs. . Support for CNS 11643, GBK, GB 18030, Japanese and Korean is under heavy development. Users who need more Han glyphs than provided by GB2312 and Big5 or who need support for Chinese minority languages may want to install this font package. . This font is an alternative to the fonts-arphic-bkai00mp and fonts-arphic-gkai00mp font packages. . Original author: Arphic Technology Co., Ltd. URL: http://www.arphic.com.tw/ Modified by Arne Goetje URL: http://www.freedesktop.org/wiki/Software/CJKUnifonts Homepage: http://www.freedesktop.org/wiki/Software/CJKUnifonts Package: fonts-arphic-uming Priority: optional Section: fonts Installed-Size: 21045 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.2.20080216.2-4.2.201403232318 Replaces: ttf-arphic-uming (<< 0.2.20080216.2-1), ttf-arphic-uming-mbe Provides: ttf-arphic-uming Depends: debconf | debconf-2.0 Pre-Depends: dpkg (>= 1.15.7.2) Conflicts: fonts-arphic-uming-mbe Breaks: ttf-arphic-uming (<< 0.2.20080216.2-1) Filename: 4.0-0/all/fonts-arphic-uming_0.2.20080216.2-4.2.201403232318_all.deb Size: 7939264 MD5sum: 5e2537d2c83beda35fe59443555e1597 SHA1: e28c4108b81687e7195344494b8baae316773667 SHA256: 1285d4ee4c6dc75d3549526eb220b2ab996f350d7eb1c443bce8b855d92ffca9 Description: "AR PL UMing" Chinese Unicode TrueType font collection Mingti style "AR PL UMing" is a high-quality Chinese Unicode TrueType font collection (uming.ttc) derieved from the original "AR PL Mingti2L Big5" and "AR PL SungtiL GB" fonts generously provided by Arphic Technology to the Free Software community under the "Arphic Public License". . It has been extended from the original "AR PL Mingti2L Big5" and "AR PL SungtiL GB" fonts with additional glyphs now covering ISO8859-1,2,3,4,9,10,13,14,15, BIG5, GB2312-80 and HKSCS-2004. It also includes Bopomofo Extensions for Hakka and Minnan according to the Unicode 5.0 standard and their MBE variants. . Support for CNS 11643, GBK, GB 18030, Japanese and Korean is under heavy development. Users who need more Han glyphs than provided by GB2312 and Big5 or who need support for Chinese minority languages may want to install this font package. . This font also includes Firefly's bitmap characters for better rendering in small fontsizes (Big5 and GB2312 only). . This font is an alternative to the fonts-arphic-bsmi00lp and fonts-arphic-gbsn00lp font packages. . Original author: Arphic Technology Co., Ltd. URL: http://www.arphic.com.tw/ Modified by Arne Goetje (arne@ubuntu.com) URL: http://www.freedesktop.org/wiki/Software/CJKUnifonts Homepage: http://www.freedesktop.org/wiki/Software/CJKUnifonts Package: fonts-baekmuk Priority: optional Section: fonts Installed-Size: 27984 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.2-7.2.201403232321 Replaces: baekmuk-ttf, ttf-baekmuk (<< 2.2-4) Pre-Depends: dpkg (>= 1.15.6~) Conflicts: baekmuk-ttf, ttf-baekmuk (<< 2.2-4) Filename: 4.0-0/all/fonts-baekmuk_2.2-7.2.201403232321_all.deb Size: 8665086 MD5sum: 0ee7e354818952e66d81dd9262acb71d SHA1: 54788d6f4081291368bc172e58b311a43816c389 SHA256: 58e1d6a4967baf0c9dd3e0331250d2314d1e134e30c0330ca141157dde784ed0 Description: Baekmuk series Korean fonts This is a set of Korean TrueType fonts, which contains 4 font families; Dotum, Batang, Gulim and Headline. Homepage: http://kldp.net/projects/baekmuk Package: fonts-beng-extra Priority: optional Section: fonts Installed-Size: 900 Maintainer: Debian-IN Team Architecture: all Version: 1.0-2.2.201403232328 Replaces: ttf-bengali-fonts Recommends: fonts-lohit-beng-bengali, fonts-lohit-beng-assamese Breaks: ttf-bengali-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-beng-extra_1.0-2.2.201403232328_all.deb Size: 365706 MD5sum: 11f6944d884118b5172a371c9453a541 SHA1: 9d378814b240fec7119f8b270fabe588b6d00f0a SHA256: 7c041572ef7439bea06a57c1163da5690a3efa0473d301ba54087b89a53ef779 Description: TrueType fonts for Bengali language This package provides TrueType fonts for Bengali language which is primarily spoken in the Indian state of West Bengal, Assam, Tripura and in the country Bangladesh. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-beng Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403232324 Replaces: ttf-bengali-fonts Depends: fonts-lohit-beng-bengali, fonts-lohit-beng-assamese, fonts-beng-extra Breaks: ttf-bengali-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-beng_1.1.2.201403232324_all.deb Size: 2818 MD5sum: 9dbdb4457dd7d963d5e5950d0519f97e SHA1: 724558b5ffb21a704f5f3ef336df4ed8b1e245db SHA256: 76a8fd38992340379d444fdf2cc33eb4aff5e3069c5f90a1693532d0d9fc0b6d Description: Metapackage to install Bengali and Assamese fonts This package allows you to install all available Bengali and Assamese fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-beteckna Priority: optional Section: fonts Installed-Size: 142 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.4-5.2.201403232331 Replaces: ttf-beteckna (<< 0.4-4) Provides: ttf-beteckna Conflicts: ttf-beteckna (<< 0.4-4) Filename: 4.0-0/all/fonts-beteckna_0.4-5.2.201403232331_all.deb Size: 52984 MD5sum: c355dc36fce02de7526bfcaf8d61a11a SHA1: b8a6ccec43732bfa848315be604761119bd38472 SHA256: 76e054e28e25597c88ddfaadcacf28144e3362e1064281e61dc76512515acbcc Description: geometric Futura-like sans-serif TrueType font This package provide a geometric sans-serif font, similar to the popular Futura one. Homepage: http://gnu.ethz.ch/linuks.mine.nu/beteckna/ Package: fonts-bpg-georgian Priority: optional Section: fonts Installed-Size: 562 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.5.a-6.5.201411031216 Replaces: ttf-bpg-georgian-fonts (<= 0.5a-2) Provides: ttf-bpg-georgian-fonts Pre-Depends: dpkg (>= 1.15.7.2~) Breaks: ttf-bpg-georgian-fonts (<= 0.5a-2) Filename: 4.0-0/all/fonts-bpg-georgian_0.5.a-6.5.201411031216_all.deb Size: 350368 MD5sum: b94cd054ed023b10e4e5edfc35865fc8 SHA1: 1b88a8ab9d4a21d8c955696577de51c0810f21cb SHA256: 35a5b80c3a66eb2a1ef89ab5585b084e1922469f8057b94fd256bb8e89307d4c Description: BPG Georgian fonts This package provides a collection of three Georgian fonts, provided by BPG-InfoTech. Package: fonts-breip Priority: optional Section: fonts Installed-Size: 173 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0-7.2.201403232338 Replaces: ttf-breip (<< 1.0-7) Provides: ttf-breip Suggests: fontforge Conflicts: ttf-breip (<< 1.0-7) Filename: 4.0-0/all/fonts-breip_1.0-7.2.201403232338_all.deb Size: 72828 MD5sum: a473e0d08f505b6c134555711958ab82 SHA1: d9f9574384703f57a10596b9973322da362e2804 SHA256: 0f15e31400ed16e708ec83548e47e61b99b39cec0edb0ff7188479bce5fb8bea Description: Informal handwriting font This is an informal handwriting font based on the handwrite of a friend of Adam (the author of this). . Quoting the author: "It's hard to describe", but in short it is a freestyle sans serif kind of font. Homepage: http://helloalan.com/projects/breip/ Package: fonts-cabin Priority: optional Section: fonts Installed-Size: 447 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.5-1.2.201403232342 Filename: 4.0-0/all/fonts-cabin_1.5-1.2.201403232342_all.deb Size: 238814 MD5sum: 26e4cb64e58c5f5b4012c72e6bd4db9d SHA1: b6c2cd10482df9a3f82f3f371ce2f6d2bb0ac631 SHA256: 32f19704071aa23abd7bd40b7f62111da25ea7303a6a1f2bea84d215d7903407 Description: humanist sans serif font The Cabin font comes in 8 styles: Regular, Medium, Semibold, and Bold, with their corresponding italics. . It is inspired by Edward Johnston's and Eric Gill's typefaces, with a touch of modernism. Cabin incorporates modern proportions, optical adjustments, and some elements of the geometric sans. . The weight distribution is almost monotone, although top and bottom curves are slightly thin. Counters of the b, g, p and q are rounded and optically adjusted. The curved stem endings have a 10 degree angle. E and F have shorter center arms. M is splashed. Homepage: http://www.impallari.com/cabin/ Package: fonts-cabinsketch Priority: optional Section: fonts Installed-Size: 508 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.02-1.2.201403232345 Filename: 4.0-0/all/fonts-cabinsketch_1.02-1.2.201403232345_all.deb Size: 285094 MD5sum: 9d23817a0345a41e2c44bc647554e811 SHA1: b2e60aae678aff8014b13266f6bf58000f4404a5 SHA256: 3b5ae7fad4a30b77aaa240bba80be2d8ad00c9c0e615baa3ea211af731446545 Description: playful sister of the Cabin font family Cabin Sketch has 2 weights, Regular and Bold. . The thing with sketch fonts is that they have a lot of nodes, and their file sizes are usually big. But Cabin Sketch has been manually and carefully cleaned up to keep the file size as small as possible, and to make it render fast. Homepage: http://www.impallari.com/cabinsketch/ Package: fonts-cantarell Priority: optional Section: fonts Installed-Size: 203 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.0.9-1.2.201403232348 Depends: fontconfig Filename: 4.0-0/all/fonts-cantarell_0.0.9-1.2.201403232348_all.deb Size: 103944 MD5sum: a917ca1462f1bfdf666153f718f4a003 SHA1: 16f165e6115c07195bd943f7a95e9526d01b2405 SHA256: 6ff22593bdca033ea6bd9ee04f26497ebb75f9e93e3ea88e6ad78281caaa460b Description: sans serif font family designed for on-screen readability The Cantarell font family is designed as a contemporary Humanist sans serif and is particularly designed for on-screen reading on mobile devices at small sizes, such as phones and tablets. . This is the open font officially chosen by default for the GNOME 3 desktop and for Fedora branding materials. . Regular and bold weights are provided for now. Italics are planned. . Each font file currently contains 391 glyphs, and fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. Homepage: http://live.gnome.org/CantarellFonts Package: fonts-century-catalogue Priority: optional Section: fonts Installed-Size: 95 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.001-5.2.201403232351 Filename: 4.0-0/all/fonts-century-catalogue_001.001-5.2.201403232351_all.deb Size: 34900 MD5sum: 2cc53a0df8ad94a7394bc438fa314c61 SHA1: 90257866e8200d91efaae6eb8f2bf971abab9e98 SHA256: 2f0c2167d2a911e42dbe2ee97bdefb28810d268ca28d3a42e28d49c1c953a7c5 Description: century-style font revival This font is currently the closest to release, with a decent glyph complement. It's a straightforward revival of a somewhat forgotten, but handsome and utilitarian, font from the ATF collection. It's obviously very similar to the familiar Century Oldstyle, but with more refined proportions and stroke. This version is based on the 18pt from the 1923 catalog. Homepage: http://www.levien.com/type/myfonts/ofl.html Package: fonts-circos-symbols Priority: optional Section: fonts Installed-Size: 63 Maintainer: Debian Med Packaging Team Architecture: all Source: circos Version: 0.61-3.2.201403170320 Replaces: otf-symbols-circos (<< 0.61-2) Provides: otf-symbols-circos Pre-Depends: dpkg (>= 1.15.6) Conflicts: otf-symbols-circos (<< 0.61-2) Filename: 4.0-0/all/fonts-circos-symbols_0.61-3.2.201403170320_all.deb Size: 22450 MD5sum: 3bf389b69bf53bcfdb0ec4720f0c9bb5 SHA1: 96d3212f7c53e4a3c4347f7cb5c4184eff54d9df SHA256: cfd718589d085465a2fc8991cab7885499e27e295f5f1ac5b6e3b2e8d5cc3913 Description: plotter for visualizing data - standard fonts Circos visualizes data in a circular layout — ideal for exploring relationships between objects or positions, and creating highly informative publication-quality graphics. . This package provides a set of fonts used by default with Circos. Homepage: http://circos.ca/ Package: fonts-cmu Priority: optional Section: fonts Installed-Size: 14928 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.7.0-2.2.201403232355 Filename: 4.0-0/all/fonts-cmu_0.7.0-2.2.201403232355_all.deb Size: 7584220 MD5sum: fe6f3e85278d0a7dc4bc9267669fb774 SHA1: 6d9ffa7de7b4b3027f65947254441d729b7112ac SHA256: 2291c63d66a8a87ae7103020b2e9632e2558ecf0740d89eeacc0b3b8974658a5 Description: sets the computer modern unicode fonts Provides a set of Computer Modern Unicode fonts. It provides OpenType files. . They are based on the METAFONT version of the Computer fonts and contain many additional characters. . The fonts contain glyphs from Latin1, Cyrillic and Greek code sets. Homepage: http://sourceforge.net/projects/cm-unicode/ Package: fonts-comfortaa Priority: optional Section: fonts Installed-Size: 546 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.5-2.2.201403232358 Replaces: ttf-comfortaa (<< 1.5-2) Provides: ttf-comfortaa Conflicts: ttf-comfortaa (<< 1.5-2) Filename: 4.0-0/all/fonts-comfortaa_1.5-2.2.201403232358_all.deb Size: 272226 MD5sum: a72188e4464a3c70b8a98a4b1fb97e62 SHA1: b9c865a78119e1b61012a335c63a689f02e419c9 SHA256: 5a702430905e6516548beb2d471264fb5afeeab6fe20cd5da8f839cab4a164c5 Description: stylish, modern true type font This is a geometric, rounded, sans serif font which reminds of bauhaus, but a bit more modern. The font comes in three weights, namely light, regular, and bold. Homepage: http://aajohan.deviantart.com/art/Comfortaa-font-105395949 Package: fonts-cwtex-docs Priority: optional Section: doc Installed-Size: 458 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Filename: 4.0-0/all/fonts-cwtex-docs_1.0-2.2.201403240001_all.deb Size: 437724 MD5sum: 7dc80fe2775e6e58537be65036ebb586 SHA1: 40bc329a36976f5b512513dae995907e0ab39758 SHA256: b3cce6090f3092282807156167ec001ce9cbf5b5469c155eb9a14c613237f119 Description: TrueType Font from cwTeX - example documents These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. . This package provides preview documents for the fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-cwtex-fs Priority: optional Section: fonts Installed-Size: 9166 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Suggests: fonts-cwtex-docs (= 1.0-2.2.201403240001) Filename: 4.0-0/all/fonts-cwtex-fs_1.0-2.2.201403240001_all.deb Size: 6362612 MD5sum: dfa210c63abc064b6a78a400d81f1408 SHA1: 22cdccc95ae3d4e4764a3c4d77bd72f2a5a333e6 SHA256: e56d9c3a3e7da60b3d4cfb956b02f8cbf56397dcb1b3618afc55e7538dae6755 Description: TrueType Font from cwTeX - FangSong These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-cwtex-heib Priority: optional Section: fonts Installed-Size: 5364 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Suggests: fonts-cwtex-docs (= 1.0-2.2.201403240001) Filename: 4.0-0/all/fonts-cwtex-heib_1.0-2.2.201403240001_all.deb Size: 3528128 MD5sum: 0f4a83eee0b1c4c1572457d9e1a32a05 SHA1: c3da69a5b046334298eeee827c7945a10f7de5d2 SHA256: 46fbcb94ad813733b722f63f22ac3679ba3529629e45817796af8fb498ad1ef5 Description: TrueType Font from cwTeX - HeiBold These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-cwtex-kai Priority: optional Section: fonts Installed-Size: 10451 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Suggests: fonts-cwtex-docs (= 1.0-2.2.201403240001) Filename: 4.0-0/all/fonts-cwtex-kai_1.0-2.2.201403240001_all.deb Size: 6925456 MD5sum: 50eb8f33e8cef4a7dc4523d723d3bb09 SHA1: c99cafe43e46d98c09e3659557948afe2911f078 SHA256: fecd1c0e08594f426ef7913412228298720d984579b928e0b113b34584c98a24 Description: TrueType Font from cwTeX - Kai These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-cwtex-ming Priority: optional Section: fonts Installed-Size: 11686 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Suggests: fonts-cwtex-docs (= 1.0-2.2.201403240001) Filename: 4.0-0/all/fonts-cwtex-ming_1.0-2.2.201403240001_all.deb Size: 7661966 MD5sum: 926ded3d7bae4d3e315c10df72a33008 SHA1: b97b910b35d7b7d8f67bf62aa0ae334c855c0d8d SHA256: e8d79d2d5b3cc00553a20fc50ce71f054c2ffbc3a5e4de34f18a4316c433c827 Description: TrueType Font from cwTeX - Ming These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-cwtex-yen Priority: optional Section: fonts Installed-Size: 7709 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-cwtex Version: 1.0-2.2.201403240001 Suggests: fonts-cwtex-docs (= 1.0-2.2.201403240001) Filename: 4.0-0/all/fonts-cwtex-yen_1.0-2.2.201403240001_all.deb Size: 5274432 MD5sum: 071d0fa7c3533c0069e6f9a8c967ad38 SHA1: 90eaeae1b5dff5683a069697e35154ef529e77ca SHA256: a3a6cd66c58dc095bdaa4b839db8a4e7a1beb328fb05977432fa3f456a5c3ffe Description: TrueType Font from cwTeX - Yen These cwttf TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts, and merge Alexej Kryukov's CM-LGC font and Koanughi Un's Un-Fonts. Homepage: http://cle.linux.org.tw/fonts/cwttf/ Package: fonts-dancingscript Priority: optional Section: fonts Installed-Size: 106 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-1.2.201403240005 Filename: 4.0-0/all/fonts-dancingscript_1.1-1.2.201403240005_all.deb Size: 43274 MD5sum: 99ed2a6d276ecdf089586ac5027b69dc SHA1: 6a4a89ab60701d1456a181d7888e7937e4b3cd17 SHA256: 6da38944c31d34cc9c044a82912ff2cfea48201abb98874ce9c1baa4d01d2969 Description: lively casual script with bouncing letters and size changes Dancing Script references popular scripts typefaces from the 50's. It relates to Murray Hill (Emil Klumpp. 1956) in its weight distribution, and to Mistral (Roger Excoffon. 1953) in its lively bouncing effect. . Use it when you want a friendly, informal and spontaneous look. Homepage: http://www.impallari.com/dancing/ Package: fonts-dejima-mincho Priority: optional Section: fonts Installed-Size: 4044 Maintainer: Debian Fonts Task Force Architecture: all Version: 227-9.2.201403240008 Replaces: ttf-dejima-mincho (<< 227-3) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-dejima-mincho (<< 227-3) Filename: 4.0-0/all/fonts-dejima-mincho_227-9.2.201403240008_all.deb Size: 2121618 MD5sum: 623ee2544373578962e85bfa33a6ed61 SHA1: 48f163fa1b912f106f05bf673eda86f7500bd4b5 SHA256: c89b5acaf96518e534430c2f9603bff712bc8bdbe1e12aa7c610df404c6529e7 Description: antique-looking Japanese TrueType Mincho font Dejima Mincho is Japanese TrueType Mincho font. . Its Kanji part is based on "Tsukiji 3gou" and Kana is based on "Tsukiji 4gou", these are known as "Tsukiji-tai" font, in Meiji-era. These old fonts are already under public domain. Homepage: http://code.google.com/p/dejima-fonts/ Package: fonts-deva-extra Priority: optional Section: fonts Installed-Size: 3659 Maintainer: Debian-IN Team Architecture: all Version: 2.0-2.2.201403240014 Replaces: ttf-devanagari-fonts Breaks: ttf-devanagari-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-deva-extra_2.0-2.2.201403240014_all.deb Size: 1149270 MD5sum: f1c519552314163202240526e989cf73 SHA1: 42bb550654221edaa706b88cc5569afe7b2e9479 SHA256: 5189f17444f4ca3e8bd850c2e64d41217cb70d1c76bf0548021650f20de83afe Description: Free fonts for Devanagari script This package provides free fonts for Devanagari script. This script is used by languages such as Hindi, Kashmiri, Konkani, Marathi, Maithili, Nepali, Sanskrit, and Sindhi languages. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-deva Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240011 Replaces: ttf-devanagari-fonts Depends: fonts-lohit-deva, fonts-sahadeva, fonts-nakula, fonts-deva-extra Breaks: ttf-devanagari-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-deva_1.1.2.201403240011_all.deb Size: 2790 MD5sum: 01cd0c16d7bd840b517bc12dea59f229 SHA1: 00e227a5e3e1d974f171e057cf2cacb832da251d SHA256: 0658338ca4fbb472c68ec2637c19d7bb78cddcfa8592e89190741727e2457919 Description: Meta package to install all Devanagari fonts This package allows you to install all available Devanagari fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-dkg-handwriting Priority: optional Section: fonts Installed-Size: 342 Maintainer: Daniel Kahn Gillmor Architecture: all Source: dkg-handwriting Version: 0.15-1.2.201403200718 Replaces: ttf-fifthhorseman-dkg-handwriting (<< 0.14) Provides: ttf-fifthhorseman-dkg-handwriting Recommends: fontconfig Conflicts: ttf-fifthhorseman-dkg-handwriting (<< 0.14) Filename: 4.0-0/all/fonts-dkg-handwriting_0.15-1.2.201403200718_all.deb Size: 221614 MD5sum: 74f6b046159d59d7e8974950e108a018 SHA1: 83fbc714a5203464b4b3c4934355816f2dc1c1b7 SHA256: f39eba9ea3624606e72d2029f78559efdb8c63012d1131dde5ca20aacb607391 Description: font that imitates Daniel Kahn Gillmor's handwriting This is a goofy TrueType font that mimics Daniel Kahn Gillmor's handwriting. It covers charset ISO-8859-1 plus some extra characters, and it includes bold, italic, and bold italic variants. Homepage: http://cmrg.fifthhorseman.net/wiki/fonts Package: fonts-dosis Priority: optional Section: fonts Installed-Size: 442 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.7-1.2.201403240017 Filename: 4.0-0/all/fonts-dosis_1.7-1.2.201403240017_all.deb Size: 260006 MD5sum: ed33b8f951b092858eaf2e177494425a SHA1: f38442f118ce488510c1534e746414d3b08024df SHA256: 68f997951d747700b88a9950f1e3c7c0481f2c27e6f8707b3cf781c8ee67ea46 Description: very simple, rounded, sans serif font family The Dosis font comes in 7 incremental weights: ExtraLight, Light, Book, Medium, Semibold, Bold & ExtraBold. The lighter weights are minimalist. The bolder weights have more personality. The medium weight is nice and balanced. The overall result is a family that's clean and modern, and can express a wide range of voices & feelings. Homepage: http://www.impallari.com/dosis/ Package: fonts-dustin Priority: optional Section: fonts Installed-Size: 1161 Maintainer: Debian Fonts Task Force Architecture: all Version: 20030517-9.2.201403240023 Replaces: ttf-dustin (<< 20030517-8) Provides: ttf-dustin Conflicts: ttf-dustin (<< 20030517-8) Filename: 4.0-0/all/fonts-dustin_20030517-9.2.201403240023_all.deb Size: 621854 MD5sum: c285461f813e49cec251838b11c66a06 SHA1: 5d387ba59e989755c767d7aed2614aef88256d1a SHA256: 77ecbf5e27f51ae495443bb01a2b354bfd819c6bd3323db200413c8a12b73bd0 Description: Various TrueType fonts from dustismo.com This package contains various fonts from dustismo.com licensed under the GPL. . Dustismo and Dustismo Roman are general purpose Sans Serif and Roman TrueType fonts (with bold, italic and bold-italic variations), and contain all the European Latin characters. . The other fonts are beautiful for special decorations and headlines, but they are limited to subsets of ASCII... Package: fonts-dzongkha Priority: optional Section: fonts Installed-Size: 2276 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.3-7.2.201403240026 Replaces: ttf-dzongkha (<< 0.3-7) Provides: ttf-dzongkha Conflicts: ttf-dzongkha (<< 0.3-7) Filename: 4.0-0/all/fonts-dzongkha_0.3-7.2.201403240026_all.deb Size: 844266 MD5sum: c0ff7d598dbfc261a6334b9e2a5561cb SHA1: dbf4f884e4e9395be8172100ccf01380c82a6189 SHA256: 585cf7f021a02dafaf670bf52bf2103c993954bf682e420eaf1cc943e85ff63c Description: TrueType fonts for Dzongkha language This package includes fonts that are suitable for the display of the Dzongkha language (national language of Bhutan). Package: fonts-ecolier-court Priority: optional Section: fonts Installed-Size: 110 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.00-4.2.201403240029 Replaces: ttf-ecolier-court (<< 1.00-4) Provides: ttf-ecolier-court Conflicts: ttf-ecolier-court (<< 1.00-4) Filename: 4.0-0/all/fonts-ecolier-court_1.00-4.2.201403240029_all.deb Size: 33516 MD5sum: e399d5f9507c9b1c9c7373c171bb8670 SHA1: 83b34da0b33ffedaa2184da4fe8ee8269696d52a SHA256: 78457ce24d3578799f2dbd6ce20a109a1a4ab78fdbdb25bd3e9b28a8d027063b Description: cursive roman font with small descenders This package provides a cursive font covering the basic latin range with a ink and dip pen style. This version includes small descenders. Such fonts are widely used in education settings. Homepage: http://perso.orange.fr/jm.douteau/ Package: fonts-ecolier-lignes-court Priority: optional Section: fonts Installed-Size: 122 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.00-5.2.201403240033 Replaces: ttf-ecolier-lignes-court (<< 1.00-4) Provides: ttf-ecolier-lignes-court Conflicts: ttf-ecolier-lignes-court (<< 1.00-4) Filename: 4.0-0/all/fonts-ecolier-lignes-court_1.00-5.2.201403240033_all.deb Size: 38484 MD5sum: 186d127363ba5b84615ae154561e9b47 SHA1: b9a038373c34033e54f51fd7715f814b109b9c90 SHA256: 687d48f69867b50487250eb7e27cf24166befaae91c0b14f25fdd52a819117b3 Description: cursive roman font (with réglure Seyès and small descenders) This package provides a cursive font covering the basic latin range with a ink and dip pen style. This version includes réglure Seyès and small descenders. Such fonts are widely used in education settings. Homepage: http://perso.orange.fr/jm.douteau/ Package: fonts-eeyek Priority: optional Section: fonts Installed-Size: 52 Maintainer: Debian-IN Team Architecture: all Version: 1.0-1.2.201403240036 Filename: 4.0-0/all/fonts-eeyek_1.0-1.2.201403240036_all.deb Size: 12394 MD5sum: c860754f6ea81826045c8496afdb7edf SHA1: c2bd15130c2db0cecdacafd745fb8b21145b88a3 SHA256: a2601b9c676c2f1df60d2880f43e9dd5df26145563446667fecc88d7acd7c675 Description: Eeyek TrueType font for Meetei Mayek script Eeyek TrueType is font for Meetei Mayek script which was used to write Manipuri till the 18th century. Recent research has resurrected this script, and it is now being given its due place. Homepage: http://tabish.freeshell.org/eeyek/ Package: fonts-evertype-conakry Priority: optional Section: fonts Installed-Size: 342 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.002+source-2.2.201403240039 Replaces: ttf-evertype-conakry (<< 0.002+source-1) Provides: ttf-evertype-conakry Suggests: libgraphite3, pango-graphite Conflicts: ttf-evertype-conakry (<< 0.002+source-1) Filename: 4.0-0/all/fonts-evertype-conakry_0.002+source-2.2.201403240039_all.deb Size: 100546 MD5sum: 0330d98f5223df209c53443ebf3712cf SHA1: f8df74a9b14826cc838a423fb5036f271f1bd77a SHA256: dcd09d6f4d591ae3253cb22e44a7ca96ffff2b76f64ff323f29c9b85069158b4 Description: smart Graphite font for N'Ko The Conakry font is a smart font using a Graphite description for the N'Ko script used by Mande Language communities from West Africa. Homepage: http://www.evertype.com/fonts/nko/ Package: fonts-f500 Priority: optional Section: fonts Installed-Size: 51 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0-3.2.201403240042 Replaces: ttf-f500 (<< 1.0-2) Provides: ttf-f500 Conflicts: ttf-f500 (<< 1.0-2) Filename: 4.0-0/all/fonts-f500_1.0-3.2.201403240042_all.deb Size: 8876 MD5sum: 3e7b58cc7edfb1cac86ced7eafd6c232 SHA1: 7c4f067c0d831e37e3bc41ced4619cc33837a4fb SHA256: 13f5f6749374193a3c9ff42137ec2ca1ea1131a66cf7858cb413760af89d40d6 Description: Wipeout 3 Font This is the font similar to the one used in the Sony PlayStation video game "Wip3out". Package: fonts-fanwood Priority: optional Section: fonts Installed-Size: 478 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-2.2.201403240045 Replaces: ttf-fanwood (<< 1.1-2) Provides: ttf-fanwood Conflicts: ttf-fanwood (<< 1.1-2) Filename: 4.0-0/all/fonts-fanwood_1.1-2.2.201403240045_all.deb Size: 246740 MD5sum: 2fd8ddcaec22515ce1d17bdc7a4e1c28 SHA1: 12cfcc21956bebf8951b9220ca293a26577fd171 SHA256: f826fe6f27517d5f6ba9f4e0d7d85f5219fda091d446c206f6f8726a6516a689 Description: font similar to the Fairfield font This is an old style serif typeface. Its design is rooted in the forms of Venetian Old Face types. Homepage: http://crudfactory.com/font/show/fanwood Package: fonts-farsiweb Priority: optional Section: fonts Installed-Size: 294 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.4.dfsg-11.2.201403240048 Replaces: ttf-farsiweb (<< 0.4.dfsg-10) Provides: ttf-farsiweb Conflicts: ttf-farsiweb (<< 0.4.dfsg-10) Filename: 4.0-0/all/fonts-farsiweb_0.4.dfsg-11.2.201403240048_all.deb Size: 137618 MD5sum: 40168cc8422e83236ccefbd711da94ea SHA1: 3e230307d6188e108ddd2f5dbd29eda4018ff0a4 SHA256: f3145cb383fe4bd6760aafa35ff5c2913ef476ad69e8339fc32bda558987f7d8 Description: free TrueType fonts for Persian language The package provides a standard set of Unicode Persian (Farsi) fonts, including Titr, Nazli, Nazli Bold, and Homa. Package: fonts-freefarsi Priority: optional Section: fonts Installed-Size: 280 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0.0~beta1-6.2.201403240052 Replaces: ttf-gfs-artemisia (<< 1.0.0~beta1-5) Provides: ttf-gfs-artemisia Conflicts: ttf-gfs-artemisia (<< 1.0.0~beta1-5) Filename: 4.0-0/all/fonts-freefarsi_1.0.0~beta1-6.2.201403240052_all.deb Size: 169096 MD5sum: 3f568ba5158c0282a4c9ba79721a3c15 SHA1: 59c5f9677fc61fcb9fc785362739e37dd0347249 SHA256: ade9db9ad1a0e32e78808f56ef98ac133a7e06b8f4ae094a18c77986f9f74f1b Description: FreeFarsi TrueType Persian fonts FPF project aims to provide a free TrueType Persian font covering its part of ISO 10464/Unicode UCS (Universal Characters Set). Homepage: http://fpf.sourceforge.net Package: fonts-freefont-otf Priority: optional Section: fonts Installed-Size: 6962 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-freefont Version: 20120503-1.2.201403240104 Replaces: otf-freefont (<< 20120503-1) Provides: otf-freefont Breaks: otf-freefont (<< 20120503-1) Filename: 4.0-0/all/fonts-freefont-otf_20120503-1.2.201403240104_all.deb Size: 4428408 MD5sum: e9b0264446d5b79f77495e51062baeb1 SHA1: 4f46129b7d5c398f0281d208e7ba2bafe934bbf6 SHA256: e8c60475d4ca6c157d66e37ad81c120d87f0175714d6c22f4b7fefa35540c173 Description: Freefont Serif, Sans and Mono OpenType fonts Freefont is a set of free high-quality OpenType fonts covering the UCS character set. These fonts are similar to the widely known Helvetica, Times and Courier fonts. Homepage: http://savannah.gnu.org/projects/freefont/ Package: fonts-gfs-artemisia Priority: optional Section: fonts Installed-Size: 564 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240111 Replaces: ttf-gfs-artemisia (<< 1.1-3) Provides: ttf-gfs-artemisia Conflicts: ttf-gfs-artemisia (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-artemisia_1.1-4.2.201403240111_all.deb Size: 339588 MD5sum: 05060d3129b1548637cfce8daa3d92ad SHA1: bd7333947c25fc771326dedecab5ea5994ff2329 SHA256: f9638b554dd3cd962a7bc37c403389332257d0696b4c3053b80821cc137e9f12 Description: greek font (Times Greek-like) The type family GFS Artemisia was designed by the painter-engraver Takis Katsoulidis and reflects his style and typographic acumen. It is largely his effort to offer, from a different perspective, a type face which, like Times Greek, would be applicable to a wide spectrum of uses and equally agreeable and legible. The typeface has been digitised by George D. Matthiopoulos. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-baskerville Priority: optional Section: fonts Installed-Size: 131 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240114 Replaces: ttf-gfs-baskerville (<< 1.1-3) Provides: ttf-gfs-baskerville Conflicts: ttf-gfs-baskerville (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-baskerville_1.1-4.2.201403240114_all.deb Size: 49470 MD5sum: e32d1f3c13fc3179994ae064a1c99b19 SHA1: a88e69e38ef3cce9d2df5c250bb5027d745d2ee7 SHA256: 853ececbc1fb0735c44c195f94689da21ec114036a02f358d5f7e1e37eb431ca Description: ancient Greek font revival John Baskerville (1706-1775) got involved in typography late in his career but his contribution was significant. He was a successful entrepreneur and possessed an inquiring mind which he applied to produce many aesthetic and technical innovations in printing. He invented a new ink formula, a new type of smooth paper and made various improvements in the printing press. He was also involved in type design which resulted in a latin typeface which was used for the edition of Virgil, in 1757. The quality of the type was admired throughout of Europe and America and was revived with great success in the early 20th century. Baskerville was also involved in the design of a Greek typeface which he used in an edition of the New Testament for Oxford University, in 1763. He adopted the practice of avoiding the excessive number of ligatures which Alexander Wilson had started a few years earlier but his Greek types were rather narrow in proportion and did not win the sympathy of the philologists and other scholars of his time. They did influence, however, the Greek types of Giambattista Bodoni. and through him Didot's Greek in Paris. The typeface has been digitally revived as GFS Baskerville Classic by Sophia Kalaitzidou and George D. Matthiopoulos and is now available as part of GFS' type library. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-bodoni-classic Priority: optional Section: fonts Installed-Size: 131 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240117 Replaces: ttf-gfs-bodoni-classic (<< 1.1-3) Provides: ttf-gfs-bodoni-classic Conflicts: ttf-gfs-bodoni-classic (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-bodoni-classic_1.1-4.2.201403240117_all.deb Size: 54682 MD5sum: a50b29a687ae380d7867e53b32aa7a2d SHA1: a4414bb3e09f5fe2d90357eb2d2324bd05d72843 SHA256: fa94bc7b078307bb82f846d49e69b8134bbfdbc7c6ef7de14af5aa9d2ef08682 Description: smart greek typeface revival Giambattista Bodoni was the most prolific Italian typecutter of the 18th century. He was among the first European typecutters to move away from the byzantine cursive tradition with the numerous ligatures which was the norm until then. His Greek types influenced many subsequent designers, yet they fell in disuse by the middle of the 19th century. GFS presented Bodoni's original Greek typeface in the commemorative edition of Pindar's Olympian Odes (2004), in digital version by George D. Matthiopoulos, and is now available for the general public. In the OpenType features, under ligatures, one may alternately use diphthongs with the accents placed in between the characters, as Giambattista Bodoni did when setting greek texts. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-complutum Priority: optional Section: fonts Installed-Size: 121 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-5.2.201403240120 Replaces: ttf-gfs-complutum (<< 1.1-4) Provides: ttf-gfs-complutum Conflicts: ttf-gfs-complutum (<< 1.1-4) Filename: 4.0-0/all/fonts-gfs-complutum_1.1-5.2.201403240120_all.deb Size: 48422 MD5sum: ef5ef47768b5cfc0ba89701f12058000 SHA1: ca7e5a88e71bb85291e253d9ca67f4443371ae3f SHA256: 0903dee7747721921d6e5a1e326d4b3b5c1b46b91786d2161830a68fcc539080 Description: ancient Greek font revival from the University of Alcalá, Spain Greek Font Society incorporated Brocar's famous and distinctive type in the commemorative edition of Pindar's Odes for the Athens Olympics (2004) and the type with a new set of capitals, revived digitaly by George D. Matthiopoulos, is now available for general use. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-didot-classic Priority: optional Section: fonts Installed-Size: 126 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240126 Replaces: ttf-gfs-didot-classic (<< 1.1-3) Provides: ttf-gfs-didot-classic Conflicts: ttf-gfs-didot-classic (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-didot-classic_1.1-4.2.201403240126_all.deb Size: 52268 MD5sum: 38f78dff7dee997ad5c3063454d8a6aa SHA1: cc003dcbc7e0f955268dffb27eee1a459fce8dd3 SHA256: 09ecde0454f7dc1563e9978e8fe1f583918d708a375b8b8447cf7eb40750a78e Description: greek font family (Classic Didot revival) Under the influence of the neoclassical ideals of the late 18th century, the famous French typecutter Firmin Didot in Paris designed a new Greek typeface (1805) which was immediately used in the publishing programme of Adamantios Korai, the prominent intellectual figure of the Greek diaspora and leading scholar of the Greek Enlightenment. The typeface eventually arrived in Greece, with the field press which came with Didot’s grandson Ambroise Firmin Didot, during the Greek Revolution in 1821. . Since then the typeface has enjoyed an unrivaled success as the type of choice for almost every kind of publication until the last decades of the 20th century. Didot's original type design, as it is documented in publications during the first decades of the 19th century, was digitized and revived by George D. Matthiopoulos in 2006 for a project of the Department of Literature in the School of Philosophy at the University of Thessaloniki, and is now available for general use. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-didot Priority: optional Section: fonts Installed-Size: 597 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-5.2.201403240123 Replaces: ttf-gfs-didot (<< 1.1-3) Provides: ttf-gfs-didot Conflicts: ttf-gfs-didot (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-didot_1.1-5.2.201403240123_all.deb Size: 371862 MD5sum: 5316b6d2bf573b960a94f85a3d45e752 SHA1: 257188a8fd9f876a5679e41dc28c2543b258b30c SHA256: 6ebdef6af3a25845bdd3525ddf00c11819eb73a6fdc8fc16db4cc9c4ca2a9687 Description: greek font family (Didot revival) Didot's type was the base for a new font, GFS Didot (1994) which was designed by Takis Katsoulidis, and digitised by George Matthiopoulos. The typeface is accompanied by a matching latin alphabet based on Hermann Zapf's Palatino. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-gazis Priority: optional Section: fonts Installed-Size: 115 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240129 Replaces: ttf-gfs-gazis (<< 1.1-3) Provides: ttf-gfs-gazis Conflicts: ttf-gfs-gazis (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-gazis_1.1-4.2.201403240129_all.deb Size: 52358 MD5sum: 45f5df0fa2d5f1cf0bf9c618233d8f24 SHA1: fd95c9193d05f8ebeaec62436ae79dd3926f4f45 SHA256: af588979cab5fbe16c37fc6f7d30b04edbdabe4197ac8d56298002a505154ecf Description: ancient Greek font (Byzantine cursive hand style) During the whole of the 18th century the old tradition of using Greek types designed to conform to the Byzantine cursive hand with many ligatures and abbreviations - as it was originated by Aldus Manutius in Venice and consolidated by Claude Garamont (Grecs du Roy) - was still much in practice, although clearly on the wane. GFS Gazis is a typical German example of this practice as it appeared at the end of that era in the 1790's. Its name pays tribute to Anthimos Gazis (1758-1828), one of the most prolific Greek thinkers of the period, who was responsible for writing, translating and editing numerous books, including the editorship of the important Greek periodical Ερμής ο Λόγιος (Litterary Hermes) in Wien. GFS Gazis has been digitally designed by George D. Matthiopoulos. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-neohellenic Priority: optional Section: fonts Installed-Size: 471 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240132 Replaces: ttf-gfs-neohellenic (<< 1.1-3) Provides: ttf-gfs-neohellenic Conflicts: ttf-gfs-neohellenic (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-neohellenic_1.1-4.2.201403240132_all.deb Size: 282896 MD5sum: 9857e1000e645b605f07aaffa84c2da6 SHA1: b2b47f1253f0832e4bc62a0dbc70de47b6eaf083 SHA256: 96953990e2b24a91d81f9b7560ddea0ce245762e8f66e298f0814f6b02829628 Description: new Greek font family with matching Latin The design of new Greek typefaces always followed the growing needs of the Classical Studies in the major European Universities. Furthermore, by the end of the 19th century bibliology had become an established section of Historical Studies, and, as John Bowman commented, the prevailing attitude was that Greek types should adhere to a lost idealized, yet undefined, greekness of yore. Especially in Great Britain this tendency remained unchallenged in the first decades of the 20th century, both by Richard Proctor, curator of the incunabula section in the British Museum Library and his successor Victor Scholderer. In 1927, Scholderer, on behalf of the Society for the Promotion of Greek Studies, got involved in choosing and consulting the design and production of a Greek type called New Hellenic cut by the Lanston Monotype Corporation. He chose the revival of a round, and almost monoline type which had first appeared in 1492 in the edition of Macrobius, ascribable to the printing shop of Giovanni Rosso (Joannes Rubeus) in Venice. New Hellenic was the only successful typeface in Great Britain after the introduction of Porson Greek well over a century before. The type, since to 1930’s, was also well received in Greece, albeit with a different design for Ksi and Omega. GFS digitized the typeface (1993-1994) funded by the Athens Archeological Society with the addition of a new set of epigraphical symbols. Later (2000) more weights were added (italic, bold and bold italic) as well as a latin version. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-olga Priority: optional Section: fonts Installed-Size: 89 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-3.2.201403240135 Filename: 4.0-0/all/fonts-gfs-olga_1.1-3.2.201403240135_all.deb Size: 36696 MD5sum: e3f000fe569da32cdab1070b6134e36c SHA1: 07a2dcf8f92949d53302fd2165f9ff733b764dab SHA256: 083b7d80d559d668af8f7a6d3fbc749bb17f96cb929ca606db5c4d06582e34a3 Description: ancient Greek oblique font revival (companion to GFS Didot) In Greece the terms italic and oblique have the same meaning since they are borrowed from the latin typographic practice without any real historical equivalent in Greek history. Until the end of the 19th century Greek typefaces were cut and cast independently, not as members of a typefamily. The mechanisation of typecutting allowed the transformation of upright Greek typefaces to oblique designs. Nonetheless, the typesetting practice of a cursive Greek font to complement an upright one did not survive the 19th century. The experimental font GFS Olga (1995) attempts to revive this lost tradition. The typeface was designed and digitised by George Matthiopoulos, based on the historical Porson Greek type (1803) with the intention to be the companion of the upright GFS Didot font whenever there is a need for an italic alternative. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-porson Priority: optional Section: fonts Installed-Size: 88 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-5.2.201403240138 Replaces: ttf-gfs-porson (<< 1.1-4) Provides: ttf-gfs-porson Conflicts: ttf-gfs-porson (<< 1.1-4) Filename: 4.0-0/all/fonts-gfs-porson_1.1-5.2.201403240138_all.deb Size: 36752 MD5sum: e9f1e736069d74df0335260fb16e1008 SHA1: 2b4853f55be489c636fca54fcdd497df87acedd2 SHA256: 7f8da87c9a7cbb07d7865605e385250afe431660460ad66938df9c1e6e07036a Description: Greek font (Porson revival) In England, during the 1790's, Cambridge University Press decided to procure a new set of Greek types. The university’s great scholar of Classics, Richard Porson was asked to produce a typeface based on his handsome handwriting and Richard Austin was commissioned to cut the types. The type was completed in 1808, after the untimely death of Porson the previous year. Its success was immediate and since then the classical editions in Great Britain and the U.S.A. use it, almost invariably. In 1913, Monotype released the typeface with some corrections, notably replacing the upright capitals suggested by Porson with inclined ones. In Greece the typeface was used under the name Pelasgika type. GFS Porson is based on the Monotype version, though using upright capitals, as in the original. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-solomos Priority: optional Section: fonts Installed-Size: 106 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240142 Replaces: ttf-gfs-solomos (<< 1.1-3) Provides: ttf-gfs-solomos Conflicts: ttf-gfs-solomos (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-solomos_1.1-4.2.201403240142_all.deb Size: 46698 MD5sum: a6eede4f12e1bd6e2f9482f25d93b729 SHA1: e509aabb0258a1ef33b6d1bc402ef37231908af1 SHA256: 1cf2d718c5ef27d0af833b5beb3c9f57d73f639ff9317598b4e1d4cad1554e14 Description: ancient Greek oblique font From the middle of the 19th century an italic font with many calligraphic overtones was introduced into Greek printing. Its source is unknown, but it almost certainly was the product of a German or Italian foundry. In the first type specimen printed in Greece by the typecutter K. Miliadis (1850), the font was listed anonymously along others of 11pts and in the Gr. Doumas' undated specimen appeared as «11pt Greek inclined». For most of the second half of the century the type was used extensively as an italic for emphasis in words, sentences or exerpts. In 1889, the folio size Type Specimen of Anestis Konstantinidis' publishing, printing and type founding establishment also included the type as «Greek inclined [9 & 12 pt]». . Nevertheless, the excessively calligraphic style of the characters, combined with the steep and uncomfortable obliqueness of the capitals, was out of favour in the 20th century and the type did not survive the conformity of the mechanical type cutting and casting. The font has been digitally revived, as part of our typographic tradition, by George D. Matthiopoulos and is part of GFS' type library under the name GFS Solomos, in commemoration of the great Greek poet of the 19th century, Dionisios Solomos. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gfs-theokritos Priority: optional Section: fonts Installed-Size: 201 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240144 Replaces: ttf-gfs-theokritos (<< 1.1-3) Provides: ttf-gfs-theokritos Conflicts: ttf-gfs-theokritos (<< 1.1-3) Filename: 4.0-0/all/fonts-gfs-theokritos_1.1-4.2.201403240144_all.deb Size: 73744 MD5sum: 674bd94050371ada7fd467699c7db3aa SHA1: 61c8da09b76f8c50b1a17b792a7efed28bf88a94 SHA256: ddab6743bacda4994054b4da01dc5c9f43759b090082ea2cf0dd83b8e8db1c6f Description: decorative Greek font In the late 50's Yannis Kefallinos (1894-1958) designed and published an exquisite book with engraved illustrations of the ancient white funerary pottery in Attica in collaboration with Varlamos, Montesanto, Damianakis. . Its complex and heavily decorative design does point to aesthetic codes which preoccupied his artistic expression and, although impractical for contemporary text setting, it remains an original display face, or it can be used as initials. The book design workshop of the Fine Arts School of Athens has been recently reorganised, under the direction of professor Leoni Vidali, and with her collaboration George D. Matthiopoulos has redesigned digitaly this historical font which is now available as GFS Theokritos. Homepage: http://www.greekfontsociety.gr/ Package: fonts-gubbi Priority: optional Section: fonts Installed-Size: 182 Maintainer: Debian-IN Team Architecture: all Version: 1.0-3.2.201403240148 Filename: 4.0-0/all/fonts-gubbi_1.0-3.2.201403240148_all.deb Size: 54336 MD5sum: 2aae1406cccd7ea433a65730c2b0c589 SHA1: 50de2577a3ae5282259ec351f49e21924f9c61a0 SHA256: 9b153fd0c29ebb777e5cf5d9d245288d2e6e1bb3c5492731102770cdae022ab3 Description: Gubbi Kannada font This package provides a font for Kannada script (kn) which is primarily used in the Indian state of Karnataka. Homepage: https://github.com/aravindavk/Gubbi Package: fonts-gujr-extra Priority: optional Section: fonts Installed-Size: 417 Maintainer: Debian-IN Team Architecture: all Version: 1.0-2.2.201403240154 Replaces: ttf-gujarati-fonts Breaks: ttf-gujarati-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-gujr-extra_1.0-2.2.201403240154_all.deb Size: 198144 MD5sum: 84b41a60777d4dfe204e001bcf7dc98e SHA1: 585f9c2166942ae77738fd5cb57b4e9adf6d6cba SHA256: a7d189a2ba5f2baa16d69feaca18e9bd760697ac5adc532c50c4795b14e0f60f Description: Free fonts for Gujarati script This package provides free fonts for Gujarati script which is primarily used in the Indian state of Gujarat. . It includes following fonts: * Aakar * Padmaa * Rekha Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-gujr Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240151 Replaces: ttf-gujrati-fonts Depends: fonts-lohit-gujr, fonts-samyak-gujr, fonts-gujr-extra Breaks: ttf-gujrati-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-gujr_1.1.2.201403240151_all.deb Size: 2762 MD5sum: bc02efd13289fe069bcf3d3d9ef6b9a6 SHA1: e29b2ce0f1a86371ea44925b7b8096107471a1ed SHA256: 5a2635755817793cf90dbddd0b2fd62f4234fff7992e2b3ff4f79758f414f36a Description: Meta package to install all Gujarati fonts This package allows you to install all available Gujarati fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-guru-extra Priority: optional Section: fonts Installed-Size: 168 Maintainer: Debian-IN Team Architecture: all Version: 2.0-2.2.201403240201 Replaces: ttf-punjabi-fonts Breaks: ttf-punjabi-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-guru-extra_2.0-2.2.201403240201_all.deb Size: 52754 MD5sum: 689fa986ef885f52232f42fce10ca26c SHA1: 1e867df4cb26528fb54a02f0ed1629c34c64114a SHA256: 096f529b84291ab6cce8afdf398b547c6540cd5871eadea5d4f6e9f91fe1a9a8 Description: Free fonts for Punjabi language Fonts for the Punjabi language which is spoken in the Punjab region of India and Pakistan. Fonts in this package use the Gurmukhi script. In Pakistan, Punjabi is written using Arabic script. The Devanagari script is also sometimes used in India. . Currently only font in this package is, Saab. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-guru Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240157 Replaces: ttf-punjabi-fonts Depends: fonts-lohit-guru, fonts-guru-extra Breaks: ttf-punjabi-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-guru_1.1.2.201403240157_all.deb Size: 2784 MD5sum: 47033c88230079c64e92cbff5270dc1c SHA1: d85de19500ba5ca6579280840221af0cef78511a SHA256: 0d806d495e96b6ee71586f7d1cb623b2583cf7d448479a7d83d780d7030e0bd3 Description: Meta package to install all Punjabi fonts This package allows you to install all available Punjabi fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-hanazono Priority: optional Section: fonts Installed-Size: 42156 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120421-1.1.2.201403240204 Replaces: ttf-hanazono (<< 20110516-2) Provides: ttf-japanese-mincho Conflicts: ttf-hanazono (<< 20110516-2) Filename: 4.0-0/all/fonts-hanazono_20120421-1.1.2.201403240204_all.deb Size: 16989872 MD5sum: e228552700ce83d9c3c8044f20592a22 SHA1: 5aea87acfacb4621a48662132a66bff9dc748b06 SHA256: 68a58fee753077e6bc25bb0042c9825953ddbf79050b01e2edd307bf623c00b8 Description: Japanese TrueType mincho font by KAGE system and FontForge This font is Japanese KANJI free font. The KAGE system and FontForge are used for the generation of this font. Collected glyph uses all the data registered in glyphwiki. Homepage: http://fonts.jp/hanazono/ Package: fonts-horai-umefont Priority: optional Section: fonts Installed-Size: 86489 Maintainer: Debian Fonts Task Force Architecture: all Version: 440-3.2.201403240207 Replaces: ttf-umefont (<< 426-1) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-umefont (<< 426-1) Filename: 4.0-0/all/fonts-horai-umefont_440-3.2.201403240207_all.deb Size: 5910170 MD5sum: b471697c9f4443ea47fcf5871038b436 SHA1: b2a38263bcb787164301fce6feedbd32fdd710a9 SHA256: 1496d85c7fb872947e068d2229e731a74d0b353e76f8089d951fc16be59828a5 Description: Japanese TrueType font, Ume-font Umefont is Japanese TrueType font, it consists of below 18 fonts * Ume Gothic (Original, O5, C4, C5, S4, S5) * Ume P Gothic (Original, O5, C4, C5, S4, S5) * Ume UI Gothic (Original, O5) * Ume Mincho (Original, S3) * Ume P Mincho (Original, S3) Homepage: http://sourceforge.jp/projects/ume-font/wiki/FrontPage Package: fonts-hosny-amiri Priority: optional Section: fonts Installed-Size: 2502 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.103-1.2.201403240211 Replaces: font-hosny-amiri (<< 0.009) Provides: font-hosny-amiri Filename: 4.0-0/all/fonts-hosny-amiri_0.103-1.2.201403240211_all.deb Size: 617532 MD5sum: 781c9e0f059319ab2d3649184d5a1bbb SHA1: 65c5114f475676a93802727ae7877fc9f89bde1a SHA256: 2dd3bb23d6af1583277dd7275cd4b8ad84b48e60fefeee2066bbb912007def70 Description: Arabic Naskh style typographically oriented font Amiri is a classical Arabic typeface in Naskh style for typesetting books and other running text. . Its design is a revival of the beautiful typeface pioneered in early 20th century by Bulaq Press in Cairo, also known as Amiria Press, after which the font is named. . Amiri font covers the full Unicode 6.0 Arabic and Arabic Supplement blocks, as well as the compatibility Arabic Presentation Forms-A and B blocks. Homepage: http://www.amirifont.org Package: fonts-hosny-thabit Priority: optional Section: fonts Installed-Size: 542 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.02-1.2.201403240216 Filename: 4.0-0/all/fonts-hosny-thabit_0.02-1.2.201403240216_all.deb Size: 243508 MD5sum: 5081938283a84a932dae74e3811d737d SHA1: 00e5ad007af2c2e5fce602248260782a7d80caca SHA256: d2e57138dd4e2e1ddeb66ce2be1b7ce706e7907211a1fd11303df06ec96e18a3 Description: fixed width OpenType Arabic fonts Thabit (from Arabic ثابت; fixed) is a fixed width OpenType font family that is supports Arabic script. It is developed by Arabeyes.org as part of Khotot project. . Currently supported languages: * Arabic (basic Arabic, no Quranic support yet) * Pashto * Farsi Homepage: http://www.arabeyes.org/project.php?proj=Khotot Package: fonts-inconsolata Priority: optional Section: fonts Installed-Size: 135 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.010-4.2.201403240219 Replaces: ttf-inconsolata (<< 001.010-3) Provides: ttf-inconsolata Conflicts: ttf-inconsolata (<< 001.010-3) Filename: 4.0-0/all/fonts-inconsolata_001.010-4.2.201403240219_all.deb Size: 66532 MD5sum: 3fdfc380f81cf041e1c03e8370f2a17f SHA1: eb3429ed56d50fcd6b2fbe7012dfe5b6d66dd961 SHA256: f0828582590d64e1c93a81f0f42a1e41ce62379b6b1f008a693a3a4bc0a3d9f6 Description: monospace font for pretty code listings and for the terminal Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering. . The Fontforge .sfd and the Spiro .plate extended sources are available on the upstream website and in the source package. A Type1 version of the font is also available. . This is work in progress. It is released under the SIL Open Font License. Completion of this font is being generously sponsored by the TeX Users Group Development Fund. If you like this font and want to see more sponsored and released freely, please consider donating to TUG's Libre Font Fund. Homepage: http://www.levien.com/type/myfonts/inconsolata.html Package: fonts-indic Priority: optional Section: metapackages Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240222 Replaces: ttf-indic-fonts Depends: fonts-beng, fonts-deva, fonts-gujr, fonts-guru, fonts-knda, fonts-mlym, fonts-orya, fonts-pagul, fonts-taml, fonts-telu Breaks: ttf-indic-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-indic_1.1.2.201403240222_all.deb Size: 2978 MD5sum: 11746dc5d4bfb4bacddeaaadb434c625 SHA1: deab2e2daee200ec6473bf9a54e56d6bca02ceca SHA256: 8cd360bacabf7bdb239bc254fa8c22e474abd5ad91a923a187cb130acc5f5a66 Description: Meta package to install all Indian language fonts This metapackage merely depends on the various free Indian language font packages available in Debian. Use this if you want fonts for every Indian language. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-ipafont-gothic Priority: optional Section: fonts Installed-Size: 12257 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-ipafont Version: 00303-10.1.2.201403240229 Replaces: otf-ipafont-gothic (<< 00303-1) Provides: fonts-japanese-gothic Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-ipafont-mincho Breaks: otf-ipafont (<= 00301-4), otf-ipafont-gothic (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: 4.0-0/all/fonts-ipafont-gothic_00303-10.1.2.201403240229_all.deb Size: 3523910 MD5sum: 32af75ebe49508d451b1e93f67d63b6f SHA1: 3409e3d3746bc876366ac16a18a914ee773e3b54 SHA256: e447d597e225439ffcbb1c499d735eb95c33b3552d4e8146887aa078739a96cf Description: Japanese OpenType font set, IPA Gothic font IPAfont is a Japanese OpenType, a scalable font which was developed to supersede both the TrueType and the Type 1 ("PostScript") font formats, font set that is provided by Information-technology Promotion Agency, Japan (IPA). . IPAfont is an outline font set suitable for both display and printing. . It comes with 2 styles in it. Equal-width and propotional styles are provided for Gothic (san-serif) styles. It is known for its quality and formal style and consists of IPA Gothic and IPA P Gothic. . It covers practically every characters used in Japanese business environments, i.e. about 11,000 characters based on JIS X 0213:2004. Homepage: http://ossipedia.ipa.go.jp/ipafont/index.html Package: fonts-ipafont-mincho Priority: optional Section: fonts Installed-Size: 15793 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-ipafont Version: 00303-10.1.2.201403240229 Replaces: otf-ipafont-mincho (<< 00303-1) Provides: fonts-japanese-mincho Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-ipafont-gothic Breaks: otf-ipafont (<= 00301-4), otf-ipafont-mincho (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: 4.0-0/all/fonts-ipafont-mincho_00303-10.1.2.201403240229_all.deb Size: 4728160 MD5sum: 969184f8c36d355b252d6a722412e017 SHA1: bd1daaeb28a6e378fcd2d844e08122e65ad82e06 SHA256: 3213ccd0eb85d02a56387cf43edbc058233c9740836c4293ba758bd368bb7a5d Description: Japanese OpenType font set, IPA Mincho font IPAfont is a Japanese OpenType, a scalable font which was developed to supersede both the TrueType and the Type 1 ("PostScript") font formats, font set that is provided by Information-technology Promotion Agency, Japan (IPA). . IPAfont is an outline font set suitable for both display and printing. . It comes with 2 styles in it. Equal-width and propotional styles are provided for Mincho (serif) style. It is known for its quality and formal style and consists of IPA Mincho and IPA P Mincho. . It covers practically every characters used in Japanese business environments, i.e. about 11,000 characters based on JIS X 0213:2004. Homepage: http://ossipedia.ipa.go.jp/ipafont/index.html Package: fonts-ipafont Priority: optional Section: fonts Installed-Size: 50 Maintainer: Debian Fonts Task Force Architecture: all Version: 00303-10.1.2.201403240229 Replaces: otf-ipafont (<< 00303-1) Depends: fonts-ipafont-gothic, fonts-ipafont-mincho Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-ipafont (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: 4.0-0/all/fonts-ipafont_00303-10.1.2.201403240229_all.deb Size: 11698 MD5sum: 8a17d60e383dead738d49f0a46ae4559 SHA1: 95a2c3f3cf3099526fc24617d4c8a2b2d0577e00 SHA256: a19049d15f2fb1ea5fed0bc88bb87b87d987cf33f14a2ca6199d1853f4fb704a Description: Japanese OpenType font set, IPAfont IPAfont is a Japanese OpenType, a scalable font which was developed to supersede both the TrueType and the Type 1 ("PostScript") font formats, font set that is provided by Information-technology Promotion Agency, Japan (IPA). . IPAfont is an outline font set suitable for both display and printing. . This is metapackage that depends on gothic and mincho font packages. Homepage: http://ossipedia.ipa.go.jp/ipafont/index.html Package: fonts-ipamj-mincho Priority: optional Section: fonts Installed-Size: 45255 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.01-3.2.201403240233 Filename: 4.0-0/all/fonts-ipamj-mincho_001.01-3.2.201403240233_all.deb Size: 31030732 MD5sum: 01731c7101454691dab9f90cb3e45d0d SHA1: 52802dcdff3242e3ba58dfc33ef43411d7968ee8 SHA256: 6b95eb606369acd096389be21c1468e845dd44c6d315c69dc6844421116f7415 Description: Japanese OpenType font, IPAmj Mincho font IPAmj Mincho font is an OpenType font of the TrueType base based on ISO/IEC10646. Homepage: http://ossipedia.ipa.go.jp/ipamjfont/index.html Package: fonts-johnsmith-induni Priority: optional Section: fonts Installed-Size: 1979 Maintainer: Debian Fonts Task Force Architecture: all Version: 20101012-4.2.201403240236 Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/fonts-johnsmith-induni_20101012-4.2.201403240236_all.deb Size: 792550 MD5sum: 565ca6d88aca086674b3323c57c42ca2 SHA1: c1e9583bacdf98c7871178432e45ffb5c8d882b8 SHA256: ce3a18d144ca500c697b437b5d546dc98b09e0965d93f9d6acac10a1ef940410 Description: OTF fonts with exhaustive set of Roman characters This package contains OpenType fonts with exhaustive set of Roman characters used by Indologists. . This package provides following set fonts 1. Induni-C - contains fonts based on URW++'s Courier-lookalike 2. Induni-H - contains fonts based on URW++'s Helvetica-lookalike 3. Induni-N - contains fonts based on URW++'s New Century Schoolbook-lookalike 4. Induni-P - contains fonts based on URW++'s Palatino-lookalike 5. Induni-T - contains fonts based on URW++'s Times-lookalike Homepage: http://bombay.indology.info/software/fonts/induni/ Package: fonts-junicode Priority: optional Section: fonts Installed-Size: 2306 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.7.6-1.2.201403240239 Replaces: ttf-junicode (<< 0.6.17+20110525-1) Provides: ttf-junicode Recommends: fontconfig Suggests: fontforge Conflicts: ttf-junicode (<< 0.6.17+20110525-1) Filename: 4.0-0/all/fonts-junicode_0.7.6-1.2.201403240239_all.deb Size: 1010208 MD5sum: 56f385ecf3b8d14b467ec4cece6f2fa3 SHA1: 858871b414103ff5bd4a8d98d5a25791e7c39720 SHA256: 26b9a9e895b887cd64fbc7013354484a79454324e222611501006e8419679d4f Description: Unicode font for medievalists (Latin, IPA and Runic) This is a TrueType Unicode font targeted at medievalists, but including the full range of characters for languages written in the Latin script, International Phonetic Alphabet, Uralic Phonetic Alphabet and Runic. It has regular, italic, bold and bold-italic fonts. Homepage: http://junicode.sourceforge.net/ Package: fonts-jura Priority: optional Section: fonts Installed-Size: 1433 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.6.1-1.2.201403240243 Replaces: ttf-jura (<< 2.6-1) Provides: ttf-jura Conflicts: ttf-jura (<< 2.6-1) Filename: 4.0-0/all/fonts-jura_2.6.1-1.2.201403240243_all.deb Size: 537668 MD5sum: 2d5315f1f65fa551147dfe2aba4568b5 SHA1: d2bbc8427d1cf561034cb61174e1944e72368a31 SHA256: 42b94dbbbc935a2daba5d651241d79faef52a8940cf5ee40d3e0de8be4c08288 Description: monospaced, sans-serif font This font remembers of a typewrite font without the serifs. The latin letters assume pretty much of a "Swiss" feel, so the font was named after the Jura region on the border between France and Switzerland. . Almost all of the Latin-1 range is represented (omitting only superscript numerals, fractions, and the pilcrow). Homepage: http://io.debian.net/~danielj/jura/ Package: fonts-kacst-one Priority: optional Section: fonts Installed-Size: 145 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.0+svn11846-6.2.201403240249 Replaces: ttf-kacst-one (<< 5.0-1) Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-kacst Breaks: ttf-kacst (<< 2.01+mry), ttf-kacst-one (<< 5.0-1) Filename: 4.0-0/all/fonts-kacst-one_5.0+svn11846-6.2.201403240249_all.deb Size: 50820 MD5sum: 80fd3e2e58ccd171ee805098de4b8b0f SHA1: 7163f9a262901b9ab5c1d332d8cbee578f67214b SHA256: 3c684900ea7013dd8ca67c2aa23d3c3803c91bd1db6fc3a2589f77b0ecffe123 Description: TrueType font designed for Arabic language This package provides a TrueType font designed for Arabic by the King Abdulaziz City for Science and Technology (KACST), Saudi Arabia. Homepage: http://projects.arabeyes.org Package: fonts-kacst Priority: optional Section: fonts Installed-Size: 1008 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.01+mry-6.2.201403240247 Replaces: ttf-kacst (<< 2.01+mry-2) Provides: ttf-kacst Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-kacst-one Breaks: ttf-kacst (<< 2.01+mry-2) Filename: 4.0-0/all/fonts-kacst_2.01+mry-6.2.201403240247_all.deb Size: 306334 MD5sum: c2557bf12ecf2c9f6f1dfda8752bd438 SHA1: 053749e7c0543b00ad1b9b76ddc324e63baf0663 SHA256: 6423f11c027dc30e3fe3696cd84441889b0dd92313cd65df3e6933298c197334 Description: KACST free TrueType Arabic fonts This is a set of TrueType Arabic fonts released by the King Abdulaziz City for Science and Technology (KACST). Homepage: http://www.kacst.edu.sa/en/ Package: fonts-kanjistrokeorders Priority: optional Section: fonts Installed-Size: 17567 Maintainer: Debian Fonts Task Force Architecture: all Version: 3.000-dfsg-2.2.201403240253 Replaces: ttf-kanjistrokeorders (<< 2.016-1) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-kanjistrokeorders (<< 2.016-1) Filename: 4.0-0/all/fonts-kanjistrokeorders_3.000-dfsg-2.2.201403240253_all.deb Size: 6976836 MD5sum: cfdd8186dabaf8596dbb711923ad87de SHA1: d1991c5bfdff9ba127d67e38ece3cb8442fd18e3 SHA256: d80e2d4a5021932d40e419bf218aeb97e6b9d0ef4e8cbfdbc7954928cc92f271 Description: font to view stroke order diagrams for Kanji, Kana and etc This font will assist people who are learning kanji, and will help teachers of Japanese in the preparation of classroom material. . In the parts of your document where you want the kanji to be annotated with stroke order numbers simply set your document's font to KanjiStrokeOrders. You will need to set the size of the font to be large to allow the stroke order numbers to show up: 100pt seems to be the minimum usable size. Homepage: http://sites.google.com/site/nihilistorguk/ Package: fonts-kaushanscript Priority: optional Section: fonts Installed-Size: 130 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.02-1.2.201403240256 Filename: 4.0-0/all/fonts-kaushanscript_1.02-1.2.201403240256_all.deb Size: 59610 MD5sum: 51dfef2e5710bf5587edbcb9bd5ee92c SHA1: 22b454b9143b66c328cf3cbbebc51eeaad8aced1 SHA256: ea2962c23e98daa3024b449bade44eb162dfeaffb7474b645b2e0e557a83dd05 Description: script font that feels like writing quickly with an inked brush When making digital typefaces, the more you refine the shapes of the letters, the more energy you take away from them. Because of that, Kaushan Script is unrefined - and carries a lot of energy. . By avoiding typographical sophistication, it stays more natural. The angles of the vertical strokes varies and the baseline jumps around, giving it a more rustic and natural feeling. . And while most script fonts look too small when used at regular sizes on the web, Kaushan Script is optimized to keep it readable when used as small as 16 pixels. Homepage: http://www.impallari.com/kaushan/ Package: fonts-khmeros Priority: optional Section: fonts Installed-Size: 2581 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.0-5.2.201403240300 Replaces: ttf-khmeros (<< 5.0-4) Provides: ttf-khmeros Conflicts: ttf-khmeros (<< 5.0-4) Filename: 4.0-0/all/fonts-khmeros_5.0-5.2.201403240300_all.deb Size: 943690 MD5sum: 1e407bff3209b7e95163ee52c6689962 SHA1: c7674fe5dfc96d89a794fcdce5ec58741fa70a23 SHA256: 45fef425c560a5fe3ed63d434e57d76d4a7c3148b9136f42332b5d5b170ba150 Description: KhmerOS Unicode fonts for the Khmer language of Cambodia Free fonts for the Khmer language, used in Cambodia, developed by the Khmer Software Iniative, part of the Open Forum of Cambodia. . This package contains standard, decorative, screen and other fonts. Homepage: http://www.khmeros.info Package: fonts-kiloji Priority: optional Section: fonts Installed-Size: 22485 Maintainer: Debian Fonts Task Force Architecture: all Version: 1:2.1.0-18.2.201403240303 Replaces: ttf-kiloji (<< 1:2.1.0-13) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-kiloji (<< 1:2.1.0-13) Filename: 4.0-0/all/fonts-kiloji_2.1.0-18.2.201403240303_all.deb Size: 7437572 MD5sum: 37780498aebc667dae042ddbd4ce8cf1 SHA1: e3d75974ca7c43f03700d3040f46ea6d73ee34f2 SHA256: af84faabc20e4e80832746684205fb0ca50cc1eddb0b0bbe2c3a1435b5a4b7d2 Description: Japanese Truetype font like longhand made by "kilo" kilo-ji, "kilo" is the author name of these fonts and "ji" means "characters" in Japanese. . This package consists of four fonts. - kiloji.ttf - kiloji_p.ttf (kiloji Proportional) - kiloji_b.ttf (kiloji Bold) - kiloji_d.ttf (kiloji Diet) Homepage: http://www.ez0.net/distribution/font/kiloji/ Package: fonts-knda-extra Priority: optional Section: fonts Installed-Size: 904 Maintainer: Debian-IN Team Architecture: all Version: 1.0-2.2.201403240310 Replaces: ttf-kannada-fonts Recommends: fonts-lohit-knda Breaks: ttf-kannada-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-knda-extra_1.0-2.2.201403240310_all.deb Size: 461860 MD5sum: da44b31d55339db4f53db95af4411f13 SHA1: 9986ac9e5d2e640730539b25cee26c8d6f2e4669 SHA256: 00cf3fa4f50ac50608a1dd9773719522e75845fb2fc836c92c118d548e0b08bf Description: Fonts for Kannada language This package provides fonts for Kannada script (kn) which is used primarily in the Indian state of Karnataka. . This package contains following fonts set: * Kedage * Malige Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-knda Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240307 Replaces: ttf-kannada-fonts Depends: fonts-lohit-knda, fonts-knda-extra, fonts-gubbi, fonts-navilu Breaks: ttf-kannada-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-knda_1.1.2.201403240307_all.deb Size: 2738 MD5sum: f068a2624cd06fc5313685c3296abb74 SHA1: 29e6bd7e6cefe3cd427aba02a7a22dcd3e19f665 SHA256: 8d7cc74aae8046ee0c2230f2a4c2bbe803388b7eaa696631e63ce0cbed9d5a04 Description: Meta package for Kannada fonts This package allows you to install all the Kannada fonts available in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-komatuna Priority: optional Section: fonts Installed-Size: 6155 Maintainer: Debian Fonts Task Force Architecture: all Version: 20101113-6.2.201403240313 Replaces: ttf-komatuna (<< 20101113-2) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-komatuna (<< 20101113-2) Filename: 4.0-0/all/fonts-komatuna_20101113-6.2.201403240313_all.deb Size: 1471160 MD5sum: f22d4e621fca6eb640bfbc34ee806973 SHA1: d734ea4b31b81f1266c144650324daa0b86cbcc2 SHA256: 1d3cfab4b48febaef8451def9d06d7c2fdb514ea2e772d7328fadf0649c916c2 Description: modified Konatu and M+fonts, Komatuna Komatuna font is based on two font families - Kanji for Konatu font and Alphabet/Hiragana/Katakana and Full width alphabet for M+ fonts. . It consists of * Komatuna * Komatuna P Homepage: http://www.geocities.jp/ep3797/modified_fonts_01.html Package: fonts-konatu Priority: optional Section: fonts Installed-Size: 17717 Maintainer: Debian Fonts Task Force Architecture: all Version: 26-9.2.201403240316 Replaces: ttf-konatu (<< 26-3) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-konatu (<< 26-3) Filename: 4.0-0/all/fonts-konatu_26-9.2.201403240316_all.deb Size: 2986326 MD5sum: 509c96eeb2bcc91f43cc9e0b4f052aaa SHA1: b7fda144c96864875fedfa34edca89ab6de039b8 SHA256: 3759578e9b660d3f604af839f9fd72e5beaca5e0148566ff549cf15ca7c1378f Description: TrueType Font originally for BeOS Konatu is created as BeOS (ZETA) bitmap font (Be Bitmap Font), and also made as TrueType font. You can see screenshots in author's website. Homepage: http://www.masuseki.com/index.php?u=be/konatu.htm Package: fonts-kouzan-mouhitsu Priority: extra Section: fonts Installed-Size: 19323 Maintainer: Debian Fonts Task Force Architecture: all Version: 20090806-8.2.201403240319 Replaces: ttf-kouzan-mouhitsu (<< 20090806-4) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-kouzan-mouhitsu (<< 20090806-4) Filename: 4.0-0/all/fonts-kouzan-mouhitsu_20090806-8.2.201403240319_all.deb Size: 11025894 MD5sum: a1c1ff6a5a89313ffb0ed09756b04e1f SHA1: 9118990853d2d79985b7bd0b89274d4fbb04fc19 SHA256: 97528c6ffed6fc356ee50e19b699b372a666b4473ecd5e29e28e8a1591c0af88 Description: Brush-style Japanese font, Kouzan-Mouhitsu Kouzan-Mouhitsu font is Brush-style Japanese font, made by Kouzan Aoyagi. It contains about 13,000 glyphs. . It is suitable for printing Haiku, New Year's card or so. Homepage: http://musashi.or.tv/kouzanmouhitufont.htm Package: fonts-lao Priority: optional Section: fonts Installed-Size: 131 Maintainer: Christian Perrier Architecture: all Version: 0.0.20060226-8.2.201403240323 Filename: 4.0-0/all/fonts-lao_0.0.20060226-8.2.201403240323_all.deb Size: 54164 MD5sum: 4b6f19b3cd9a036c6105be851a9c95df SHA1: 5794e4da77628a9128948e288794581b681e81d8 SHA256: bcbd5c8fb0d6c35aa2743df0c656dd2d05497663534ae718a13fc9ec902e4c7e Description: TrueType font for Lao language This package includes fonts that are suitable for the display of the Lao language. Package: fonts-lato Priority: optional Section: fonts Installed-Size: 1143 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.104-2.2.201403240326 Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/fonts-lato_1.104-2.2.201403240326_all.deb Size: 244218 MD5sum: 862c2f41fc779a29354ad78c5637e212 SHA1: ae3e002021273d6303de8d4d905e33411b5c53d0 SHA256: 861080608f7039f3f46be839c8caa936e5720d3147e0c622680f16e7a11ed041 Description: sans-serif typeface family font This package provides sans-serif typeface family font designed by Lukasz Dziedzic. ("Lato" means "Summer" in Polish). These fonts are published by author's foundry tyPoland under terms of Open Font License. Homepage: http://www.latofonts.com Package: fonts-levien-museum Priority: optional Section: fonts Installed-Size: 382 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.002-3.2.201403240329 Replaces: ttf-levien-museum (<< 001.002-3) Provides: ttf-levien-museum Conflicts: ttf-levien-museum (<< 001.002-3) Filename: 4.0-0/all/fonts-levien-museum_001.002-3.2.201403240329_all.deb Size: 212122 MD5sum: b504dc3b901260233107b40c3e62533d SHA1: 1835af774ec5bab47ee8b7c6908b5b48692b7d18 SHA256: 536dfeb6d92403a0ca398a2a095b97e2ac725d5794876bb7c95534bf8cddb5b1 Description: metal Centaur fonts revival family Museum Sixty is based on 60 point metal Monotype Centaur. The source for A-Z& is the specimen page opening American Proprietary Typefaces, ed. David Pankow. The primary source for the lowercase is the original Centaur specimen booklet by Lanston Monotype, London, 1929. . Museum Fourteen is based on 14 point metal Monotype Centaur. The primary source is the text of Americal Proprietary Typefaces. . Museum Bible is based on 18 point metal Bible Centaur. The source is the booklet, "An Account of the Making of the Oxford Lectern Bible", Lanston Monotype, Philadelphia, 1936. . Museum Foundry is based on the 14 point original foundry version of Centaur, as cut by Robert Wiebking of Chicago. The source is "Amycus et Célestin", printed at the Museum Press in New York, 1916. Homepage: http://www.levien.com/type/myfonts/ofl.html Package: fonts-levien-typoscript Priority: optional Section: fonts Installed-Size: 114 Maintainer: Debian Fonts Task Force Architecture: all Version: 000.001-3.2.201403240333 Replaces: ttf-levien-museum (<< 000.001-3) Provides: ttf-levien-museum Conflicts: ttf-levien-museum (<< 000.001-3) Filename: 4.0-0/all/fonts-levien-typoscript_000.001-3.2.201403240333_all.deb Size: 55274 MD5sum: 560fcecbbc54a50e1b0c9b59519d2929 SHA1: ff126a8ee02fdfc44b4cc5b569fcdd53b8966fd4 SHA256: 8425199bd764894e722f86eba4c889f3f6416ef48daccb475001dc43461d6836 Description: classic ATF Typo Script revival font Math typesetting requires an ornate capital script font for symbols such as script-H (Hilbert space), script-P (powerset), and so on. The most commonly used such font in TeX is rsfs (Ralph Smith's Formal Script), which is based on the classic ATF Typo Script. Many of the ATF script fonts have been professionally digitized, but not this one. . The lines of the Typo Script digitization are much more delicate and refined, largely because they're based on the 18pt metal, while rsfs is designed for a 10pt normal and 7pt subscript size. Thus, this draft can't really be used as a drop-in replacement, as the hairlines will simply be too light to reproduce well. At some point, the digital adaptation of the ATF optical scaling technology will be working, allowing to produce more robust versions suitable for use in text-sized mathematical setting. Homepage: http://www.levien.com/type/myfonts/ofl.html Package: fonts-lg-aboriginal Priority: optional Section: fonts Installed-Size: 6670 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0-5.2.201403240337 Replaces: ttf-lg-aboriginal (<< 1.0-5) Provides: ttf-lg-aboriginal Conflicts: ttf-lg-aboriginal (<< 1.0-5) Filename: 4.0-0/all/fonts-lg-aboriginal_1.0-5.2.201403240337_all.deb Size: 2984872 MD5sum: 6f11192bfb2509f0998a616d855967ec SHA1: f49c25c5be288a3bc91b29be866fbbfed1374c56 SHA256: da40a7f9c98ed8b1e62349e9b2a8ccd98191b81b636e3d1c13755a3bbfd6c638 Description: unicode fonts for North-American Aboriginal languages This package contains fonts that can be used to read and write in many North-American Aboriginal Languages, too often neglected by the world at large. . It is hoped that the availability of quality open fonts can help these languages prosper far into the future. . The Aboriginal font family includes support for Syllabics (Cree, Ojibway, Naskapi, Inuktitut, Dakelh, Blackfoot, Dene), Cherokee and Roman Orthographies (Secwepemctsin, Statlimx, Siouan). Homepage: http://www.languagegeek.com Package: fonts-lindenhill Priority: optional Section: fonts Installed-Size: 242 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.2-2.2.201403240343 Replaces: ttf-lindenhill (<< 1.2-2) Provides: ttf-lindenhill Conflicts: ttf-lindenhill (<< 1.2-2) Filename: 4.0-0/all/fonts-lindenhill_1.2-2.2.201403240343_all.deb Size: 103036 MD5sum: 60a5e4b32ab416e378aa821f3d44b36e SHA1: 5510e2efb6d143155c0633410af854da426e973f SHA256: f9ab83975b5c22829b887008cac701fd71d31d90f501dc70692b443d13e278cd Description: Regular and italic serif font A font similar to the Deepdene font. Homepage: http://crudfactory.com/font/show/lindenhill Package: fonts-linex Priority: optional Section: fonts Installed-Size: 6939 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.2-6.2.201403240347 Replaces: ttf-linex (<< 2.2-5) Provides: ttf-linex Conflicts: ttf-linex (<< 2.2-5) Filename: 4.0-0/all/fonts-linex_2.2-6.2.201403240347_all.deb Size: 3083848 MD5sum: 751fe243e208392b811b458c6f3fc91e SHA1: 236d04d4dced79556a9a5b6002bd867407e9e2fe SHA256: 03d1c3d276802fbab26f91f909f3367ef50c11bd303e642ec565b5ba525a31b3 Description: Fonts suitable for education and institutional use These fonts include hand writing simulation typographies, ancient Greek and Roman typographies, the institutional fonts for use by the regional government of Extremadura and some other elegant fonts. This is the list of the included fonts: * Abecedario: Small children handwritten simulation * Elegante: Elegant handwritten simulation font * BABEL Unicode: specifically designed to type Latin, Ancient greek, Hebrew, Sanskrit, Runic, Ogham and Old English * Alfa-Beta: Ancient Greek typography * Emerita Latina: Roman typography * API PHONÉTIQUE: Designed to phonetically transcript French texts * IPA PHONETICS: Designed to phonetically transcript English texts * Ellenike: Classical Greek encoding * Jara: Institutional font used by the regional government of Extremadura * Quercus: Institutional font used by the regional government of Extremadura . These fonts have been developed, donated and GPL licensed by Juan José Marcos for their use in the gnuLinEx project. Homepage: http://gata.linex.org/trac/browser/fonts-linex/ Package: fonts-linuxlibertine Priority: optional Section: fonts Installed-Size: 23540 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.1.3-1.2.201403240350 Replaces: ttf-linux-libertine (<< 5) Provides: ttf-linux-libertine Breaks: ttf-linux-libertine (<< 5) Filename: 4.0-0/all/fonts-linuxlibertine_5.1.3-1.2.201403240350_all.deb Size: 12794156 MD5sum: 8eb945a95e1c878cb72eccbf3744c18b SHA1: 23cc60e4605066c3bc7f05c78a0309fc68337db4 SHA256: a9e001d028f649870791d1f349dde3c926a8c6b661e69b960b53d76424d86db7 Description: Linux Libertine family of fonts The Linux Libertine fonts is a set of typefaces containing both a Serif version ("Linux Libertine") and a Sans Serif ("Linux Biolinum") designed to be used together as an alternative for Times/Times New Roman (and, in part, Helvetica/Arial). . The Serif typeface comes in two shapes and two weights (that is, the usual Regular, Italic, Bold, and Bold Italic), and an Small Capitals version of the regular typeface. Linux Biolinum, the Sans Serif typeface, is available in both Regular and Bold weights. . This package contains OpenType versions (i.e., with cubic Bézier splines) of the fonts, with large support of OpenType features. Homepage: http://linuxlibertine.sourceforge.net/ Package: fonts-lklug-sinhala Priority: optional Section: fonts Installed-Size: 344 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.6-2.2.201403240356 Replaces: sinhala-font-lklug, ttf-sinhala-lklug (<< 0.5.4-1) Provides: sinhala-font-lklug, ttf-sinhala-lklug Conflicts: sinhala-font-lklug, ttf-sinhala-lklug (<< 0.5.4-1) Filename: 4.0-0/all/fonts-lklug-sinhala_0.6-2.2.201403240356_all.deb Size: 105710 MD5sum: faef687f782fedc25083208aa104a9f1 SHA1: 56d3a88751362af06686f0fc26364b8e46c6b441 SHA256: 9c97b7178f99a166919b18b58603cda573a0e9e745690b52922898cbe868d853 Description: Unicode Sinhala font by Lanka Linux User Group This package provides the Unicode Sinhala font developed by the Lanka Linux User Group (LKLUG) Homepage: http://www.lug.lk/fonts/lklug Package: fonts-lobster Priority: optional Section: fonts Installed-Size: 122 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-lobstertwo Version: 2.0-1.2.201403240400 Filename: 4.0-0/all/fonts-lobster_2.0-1.2.201403240400_all.deb Size: 47676 MD5sum: 278b99d3f5ddcc63d3b14aa0ec06cf02 SHA1: 22eea660a664db5aaa766b36b34d327fbc7b431a SHA256: 7a9eaa4e7de2b039f233b2a96fc2ee4ebfc97b4e8a27fee966637693d8c99bc5 Description: bold condensed script with many ligatures and alternates The beauty of real hand-drawn lettering is that the lettering artists subtly modify the shape of letters so they connect with the next ones. These linked letters-pairs are called "ligatures". Thus, in order to provide a smooth hand-written look, the Lobster font provides a large number of ligatures, as well as terminal forms (i.e. glyphs that are used for word endings). Homepage: http://www.impallari.com/lobstertwo/ Package: fonts-lobstertwo Priority: optional Section: fonts Installed-Size: 276 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.0-1.2.201403240400 Depends: fonts-lobster Filename: 4.0-0/all/fonts-lobstertwo_2.0-1.2.201403240400_all.deb Size: 131596 MD5sum: ac0e59bd12d13494ebb978ce61749dd0 SHA1: 7c7dbd5c81f3004b10cf7170fa8c8310bf2d2e7d SHA256: 65d971733d290caf11fbf96a3958aa60c6615b53e80bce959a1a27cde7b61278 Description: updated and improved family version of the Lobster font Lobster Two is the updated and improved family version of The Lobster Font, featuring a new lighter weight and the two new upright variants. . The Original Lobster is now the LobsterTwo Bold Italic. Homepage: http://www.impallari.com/lobstertwo/ Package: fonts-lohit-beng-assamese Priority: optional Section: fonts Installed-Size: 195 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240403 Replaces: ttf-bengali-fonts (<= 1:0.5.12) Recommends: fonts-lohit-beng-bengali Breaks: ttf-bengali-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-beng-assamese_2.5.1-1.2.201403240403_all.deb Size: 77896 MD5sum: 2aa80b7b177dcf363b9ffb02f09e7336 SHA1: 26de8f01532c162e05d4b217e5a29a6882fe2cb2 SHA256: 78db12e1939eca70afff57d713883041f017cf83e4e77569c7d44aad597b3640 Description: Lohit TrueType font for Assamese Language This package provides Lohit TrueType font for Assamese language which is primarily used in Indian state of Assam. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-beng-bengali Priority: optional Section: fonts Installed-Size: 195 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240407 Replaces: ttf-bengali-fonts (<= 1:0.5.12) Recommends: fonts-lohit-beng-assamese Breaks: ttf-bengali-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-beng-bengali_2.5.1-1.2.201403240407_all.deb Size: 77846 MD5sum: f5b24d7864588636dbb6bbe45a7197b5 SHA1: 80f2827bd6e411d7d16c11a9f3f6f090fb3494e5 SHA256: 6d47622967b025e520dc61b02eaf05742d36f31c1f676ba593a37e68168b9f97 Description: Lohit TrueType font for Bengali Language This package provides Lohit TrueType font for Bengali language which is primarily used in Indian state of Bengal. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-deva Priority: optional Section: fonts Installed-Size: 130 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240411 Replaces: ttf-devanagari-fonts (<= 1:0.5.12) Breaks: ttf-devanagari-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-deva_2.5.1-1.2.201403240411_all.deb Size: 47700 MD5sum: dee9008f33745bb6ba6aa04b8dddd634 SHA1: a96a62eb0beda7d3ef7371eae9774cd184340b8f SHA256: 2d9867a98dd1bff7db6a5927a4b7817ff79196932b9b887f4880d09ee32c5624 Description: Lohit TrueType font for Devanagari script This package provides Lohit TrueType font for Devanagari script which is used for writing Hindi, Kashmiri, Konkani, Marathi, Maithili, Nepali, Sanskrit, and Sindhi languages. Homepage: https://fedorahosted.org/lohit Package: fonts-lohit-gujr Priority: optional Section: fonts Installed-Size: 118 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240421 Replaces: ttf-gujarati-fonts (<= 1:0.5.12) Breaks: ttf-gujarati-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-gujr_2.5.1-1.2.201403240421_all.deb Size: 37660 MD5sum: 7ed11ebfab4a4c6db3e2f7bd0c1ec9b2 SHA1: aa16322f371f1a4080669892ff14dcae5d2e79cf SHA256: 2bfc0ace1ebc11d0e8ad1c3b31024658cb3b7803021068a105d71151b08aec32 Description: Lohit TrueType font for Gujarati Language This package provides Lohit TrueType font for Guajrati language which is primarily used in Indian state of Gujarat. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-guru Priority: optional Section: fonts Installed-Size: 83 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240425 Replaces: ttf-punjabi-fonts (<= 1:0.5.12) Breaks: ttf-punjabi-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-guru_2.5.1-1.2.201403240425_all.deb Size: 21876 MD5sum: 48df6fd9f73b1de9cc45517c174c1ca6 SHA1: 08112335770a38f2eee6c229389800de4a25c620 SHA256: 77d30652b572a736fa109ea92eeb0238b33f6ef8c22abf0fdf6df71ce567100c Description: Lohit TrueType font for Punjabi Language This package provides Lohit TrueType font for Punjabi language which is primarily used in Indian and Pakistani state of Punjab. Homepage: https://fedorahosted.org/lohit Package: fonts-lohit-knda Priority: optional Section: fonts Installed-Size: 252 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240429 Replaces: ttf-kannada-fonts (<= 1:0.5.12) Breaks: ttf-kannada-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-knda_2.5.1-1.2.201403240429_all.deb Size: 58004 MD5sum: e0cc9cbc2d37215433db6d304c72c563 SHA1: 906c0adca0b7fade0c70ee6154bf1fc88736b5e4 SHA256: 6b0406c83ca4ab497737fb009a8484c9c2ce3b40a7ef852f066edcf0a65c556c Description: Lohit TrueType font for Kannada Language This package provides Lohit TrueType font for Kannada language (kn) which is primarily used in the Indian state of Karnataka. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-mlym Priority: optional Section: fonts Installed-Size: 127 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240433 Replaces: ttf-malayalam-fonts (<= 1:0.5.12) Breaks: ttf-malayalam-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-mlym_2.5.1-1.2.201403240433_all.deb Size: 42256 MD5sum: ddc81c5d0861d396327a35dd033644ee SHA1: 4d0e83d5e0721239b773ff91b3a1337d9e91ecc6 SHA256: 2f93a2c5a382b74feca939e7530dc194f5e9e3766b980501cc07889ab8593035 Description: Lohit TrueType font for Malayalam Language This package provides Lohit TrueType font for Malayalam language (ml), which is primarily spoken in the Indian state of Kerala. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-orya Priority: optional Section: fonts Installed-Size: 155 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240436 Replaces: ttf-oriya-fonts (<= 1:0.5.12) Breaks: ttf-oriya-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-orya_2.5.1-1.2.201403240436_all.deb Size: 58290 MD5sum: 767230363a1a31cc7b9799059708e5a2 SHA1: 0543ac3fba62e5b944a75c6737a238e7e7a3cdff SHA256: c63c9b475875902e2ff93a2274673f92182fbd517a64c3eebab6023e4209a732 Description: Lohit TrueType font for Oriya Language This package provides Lohit TrueType font for Oriya language which is primarily used in Indian state of Orissa. Homepage: https://fedorahosted.org/lohit/ Package: fonts-lohit-taml Priority: optional Section: fonts Installed-Size: 121 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-1.2.201403240440 Replaces: ttf-tamil-fonts (<= 1:0.5.12) Breaks: ttf-tamil-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-taml_2.5.1-1.2.201403240440_all.deb Size: 36280 MD5sum: 7c2078e9c9e4f3515fa2618f71ae828c SHA1: 41ab747eaec6732584a21a21dee5a337e10b582f SHA256: ef0336a312c74256fb61d004b525ec25f1dd662cff17541854d8bc25b5807b66 Description: Lohit TrueType font for Tamil Language This package provides Lohit TrueType font for Tamil language (ta) which is primarily used in the Indian state of TamilNadu. Homepage: https://fedorahosted.org/lohit Package: fonts-lohit-telu Priority: optional Section: fonts Installed-Size: 226 Maintainer: Debian-IN Team Architecture: all Version: 2.5.1-2.2.201403240444 Replaces: ttf-telugu-fonts (<= 1:0.5.12) Breaks: ttf-telugu-fonts (<= 1:0.5.12) Filename: 4.0-0/all/fonts-lohit-telu_2.5.1-2.2.201403240444_all.deb Size: 67404 MD5sum: ff049b0291d8bc1bf3c43c5b884465b5 SHA1: 2b5c018b054ac75d54bf2efd2fd9826fe93b6a41 SHA256: 245889b4891cf14fff82c5e98c07102a2e7e0731ea050f578a70e44b62438d30 Description: Lohit TrueType font for Telugu Language This package provides Lohit TrueType font for Telugu language which is primarily used in Indian state of Andhra Pradesh. Homepage: https://fedorahosted.org/lohit/ Package: fonts-manchufont Priority: optional Section: fonts Installed-Size: 1377 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.007.svn0068-2.2.201403240448 Replaces: ttf-manchufont (<< 2.007.svn0068-2) Provides: ttf-manchufont Conflicts: ttf-manchufont (<< 2.007.svn0068-2) Filename: 4.0-0/all/fonts-manchufont_2.007.svn0068-2.2.201403240448_all.deb Size: 1166278 MD5sum: 4004c56f86d54e1c801e3ae27877df47 SHA1: bf6ae4f53ea500e5fc0cd1a2c26e42ac22181774 SHA256: 3f254637b219f0aa7f939f6c20448515e5cc4b4a8ef38be64f1b688147c35f0a Description: Smart OpenType font for Manchu script Manchu Font is a TrueType favored OpenType font for Mac and PC. It contains Manchu characters in Unicode range start from #1800, extend glyphs which are missing from the Unicode standard, ligature features, substitution features and hinting. Homepage: http://sourceforge.net/projects/manchufont/ Package: fonts-mgopen Priority: optional Section: fonts Installed-Size: 1913 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-8.2.201403240451 Replaces: ttf-mgopen (<< 1.1-6) Provides: ttf-mgopen Conflicts: ttf-mgopen (<< 1.1-6) Filename: 4.0-0/all/fonts-mgopen_1.1-8.2.201403240451_all.deb Size: 893528 MD5sum: 7e71200b4d1a6f5b98798970a28f04c2 SHA1: 1751a08b8f2e4d5951a8e20cd48d62438499d435 SHA256: b0f3a862529f575174acd5749d9088c722efab472125d69b31156263c66ac49d Description: Magenta MgOpen TrueType fonts This package provides a collection of TrueType font families by Magenta Inc. They contain mostly Latin-1 and Modern Greek glyphs. . The following families are provided: . * MgOpenCanonica (BoldItalic, Bold, Italic, Regular) * MgOpenCosmetica (BoldOblique, Bold, Oblique, Regular) * MgOpenModata (BoldOblique, Bold, Oblique, Regular) * MgOpenModerna (BoldOblique, Bold, Oblique, Regular) Homepage: http://www.magenta.gr/ Package: fonts-migmix Priority: optional Section: fonts Installed-Size: 68102 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120411-2.2.201403240454 Filename: 4.0-0/all/fonts-migmix_20120411-2.2.201403240454_all.deb Size: 5783624 MD5sum: 82881e003d5028951b333416d02bc920 SHA1: 1161e75092576fdeb38d0622ea7cd8d7da17c41c SHA256: e6143ed9cfdeb395836bd253fd93aff698451423b3b1eee9ff41753d2a12ae70 Description: High quality Japanese font base M+ fonts and IPA fonts The MigMix and Migu fonts are based on M+ fonts and supplemented by IPA fonts, provides standard Japanese character set and JIS X 0212:1990, JIS X 0213:2000 character . This package provides these fonts: - Proportional: Migu 1P, Migu 1C, MigMix 1P, MigMix 2P, Migu 1VS, Migu 2DS - Monospace: Migu 1M, Migu 2M, MigMix 1M, MigMix 2M Homepage: http://mix-mplus-ipa.sourceforge.jp/ Package: fonts-misaki Priority: optional Section: fonts Installed-Size: 340 Maintainer: Debian Fonts Task Force Architecture: all Version: 11-20080603-13.2.201403240458 Replaces: ttf-misaki (<< 11-20080603-10) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-misaki (<< 11-20080603-10) Filename: 4.0-0/all/fonts-misaki_11-20080603-13.2.201403240458_all.deb Size: 58048 MD5sum: b62cbe305a45bc3dda0d7ac4dc925d48 SHA1: 9095f18b5c0d918fda34489bd7a6c3c6d36d0b21 SHA256: 72e5e53893a1a1601e0dd1c121e83f0c20e61b31f020097f08713f10579c6e8b Description: Japanese Gothic and Mincho font from "Misaki" bitmap font Originally, Misaki font was created as Japanese 8x8 bitmap font for small computer PC-E500, so it was small, beautiful and easily readable font. And now, it is converted to TrueType font. . It's beta quality yet, but useful for some situation. Homepage: http://www.geocities.jp/littlimi/misaki.htm Package: fonts-mlym Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240502 Replaces: ttf-malayalam-fonts Depends: fonts-lohit-mlym, fonts-smc Breaks: ttf-malayalam-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-mlym_1.1.2.201403240502_all.deb Size: 2752 MD5sum: 8ad960db726c72411981f6c9374a1f39 SHA1: 2f47ba092bbfa50767e0185473f1e5a2a8141289 SHA256: 5d1920c20407ca6677806e88e0082b97f0599c04aed3fae324539873de4f128f Description: Meta package to install all Malayalam fonts This package allows you to install all available Malayalam fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-mmcedar Priority: optional Section: fonts Installed-Size: 4396 Maintainer: Debian Fonts Task Force Architecture: all Version: 20101113a-2.2.201403240527 Filename: 4.0-0/all/fonts-mmcedar_20101113a-2.2.201403240527_all.deb Size: 1331582 MD5sum: 87073ea0976b4ecaf4c3ccfd69b4e8a8 SHA1: 18c645e7d10bfafaca19a04b91427fa37483fed2 SHA256: 96e1f2a1e51cb110652480835edcee6ac080f03f69088b76a91db23abc30467f Description: MMCedar is a combined font that uses Motoya L Cedar and M+ fonts. This package provides combined font that uses Motoya L Cedar and M+ fonts, named MMCedar, MMCedar-P. The Motoya L Cedar fonts are lacking some characters, so these characters are compensated by M+ fonts. And line spacing of those fonts was adjusted for programming. Homepage: http://www.geocities.jp/ep3797/modified_fonts_01.html Package: fonts-mona Priority: optional Section: fonts Installed-Size: 2813 Maintainer: Nobuhiro Iwamatsu Architecture: all Source: xfonts-mona Version: 2.90-7.4.201403151637 Replaces: ttf-mona (<< 2.90-7) Provides: ttf-japanese-gothic Conflicts: ttf-mona (<< 2.90-7) Filename: 4.0-0/all/fonts-mona_2.90-7.4.201403151637_all.deb Size: 1711826 MD5sum: 74d93ebce25af85960d908525ba15f69 SHA1: bb4da3170dfd0a079e3e0904ebfbe5cfc77fb275 SHA256: bedf833a294b2f2ef3533d78e8694bf1f1e26e6a2c1dfe4b737505c956920f2b Description: Japanese TrueType font for 2ch ASCII art These fonts are suitable for some ASCII arts like mona, gikoneko and so on. This package provides TrueType font. Package: fonts-monapo Priority: optional Section: fonts Installed-Size: 2683 Maintainer: Debian Fonts Task Force Architecture: all Version: 20090423-8.2.201403240541 Replaces: ttf-monapo (<< 20090423-5) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-monapo (<< 20090423-5) Filename: 4.0-0/all/fonts-monapo_20090423-8.2.201403240541_all.deb Size: 1497824 MD5sum: 62443344e77130a786524ae8cbd562f1 SHA1: 153557f8526939811697fabafde910a6066694e9 SHA256: c0677f3a6882a4d4648294d8a47e6faf44bfa65e3794db12cf29c1822f40f164 Description: Japanese TrueType font, Monapo Monapo font is a combined font, that uses IPAfont and monafont. It has almost same width as MS P Gothic, so it can show Japanese Ascii Art properly. Homepage: http://www.geocities.jp/ep3797/modified_fonts_01.html Package: fonts-motoya-l-cedar Priority: optional Section: fonts Installed-Size: 1916 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.00-6.2.201403240544 Replaces: ttf-motoya-l-cedar (<< 1.00-4), ttf-motoya-l-ceder Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-motoya-l-cedar (<< 1.00-4), ttf-motoya-l-ceder Filename: 4.0-0/all/fonts-motoya-l-cedar_1.00-6.2.201403240544_all.deb Size: 1139870 MD5sum: 8c35c5c6ea51649040143f5b92ab7fa2 SHA1: fa2a71ad0d680d2c7d1c261a9f74cb33bcaf2d62 SHA256: 9f26b66c7ecb5cccba12d96d24b887e6ded5c7cf22287e8d56aa46a43e91e756 Description: Japanese Truetype font, Motoya L Cedar Motoya font was created in 1950s, it aims beauty and readability. . This package provides "MotoyaLCedar W3 mono" - Gothic that images Japanese cedar, straight and thick tree. Homepage: http://www.motoya.co.jp/ Package: fonts-motoya-l-maruberi Priority: optional Section: fonts Installed-Size: 2839 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.00-5.2.201403240547 Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/fonts-motoya-l-maruberi_1.00-5.2.201403240547_all.deb Size: 1455340 MD5sum: f162389d066fc1240fdfbb7d891ea395 SHA1: 57e7eb9a51e0a000901b95e7f1e5cfa42ba77f95 SHA256: ec3815cc2da893d8a94badae87f00f5babe78a07c270c2ca3b489ad18cdff7b8 Description: Japanese Truetype font, Motoya L Maruberi Motoya font was created in 1950s, it aims beauty and readability. . This package provides MotoyaLMaru W3 mono - Rounded Gothic, "Maruberi" font Homepage: http://www.motoya.co.jp/ Package: fonts-mph-2b-damase Priority: optional Section: fonts Installed-Size: 878 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.000.dfsg.2+ds1-4.2.201403240550 Replaces: ttf-mph-2b-damase (<< 001.000.dfsg.2+ds1-3) Provides: ttf-mph-2b-damase Conflicts: ttf-mph-2b-damase (<< 001.000.dfsg.2+ds1-3) Filename: 4.0-0/all/fonts-mph-2b-damase_001.000.dfsg.2+ds1-4.2.201403240550_all.deb Size: 473948 MD5sum: 1690a0b9d39b2cbee4b0b9ad036aa0b9 SHA1: 11eaba521a7f1bb8dd412917e9334c8d5b41e6e3 SHA256: bf5a8a343b12e6c4cdfcb0b1334750cd119e1321797261173040474a1c0a6010 Description: font with character ranges from Unicode 4.1 MPH 2B Damase is a SuperUnicode font, including ranges in Plane 1 and ranges added in the latest release of the Unicode standard (4.1). Some ranges added in the 4.1 release of the Unicode Standard. These ranges cover Tifinagh, Kharosthi, hPhags-pa, Old Persian Cuneiform, etc. . The support for some scripts is not complete because the font lacks contextual substitution (via OpenType tables) and composite glyphs, which are required to support Kharosthi and other scripts fully. Please read the Debian README for a fuller discussion of the problems this may cause. Homepage: http://web.archive.org/web/fixedsys.org/~node_ue/fonts/ Package: fonts-mplus Priority: optional Section: fonts Installed-Size: 56230 Maintainer: Debian Fonts Task Force Architecture: all Version: 049-1.2.201403240553 Replaces: ttf-mplus (<< 042-1) Provides: ttf-mplus Conflicts: ttf-mplus (<< 042-1) Filename: 4.0-0/all/fonts-mplus_049-1.2.201403240553_all.deb Size: 8228416 MD5sum: 3d8eefb631eda82dcc920cd371f357cc SHA1: d25eed8c35a10df3b4c25682e167607cb54fe15a SHA256: fe36a0395e69311898f0d37f3319d2279ea223e2c42f7c15ab4ec4db40d552dd Description: M+ sans serif fonts with different weights This is a collection of sans serif fonts with different weights, including Japanese glyphs. . All fonts were completed with Basic Latin, Latin-1 Supplement, and Latin Extended-A. And most of extended glyphs and symbols were prepared too. So the fonts are in conformity with ISO-8859-1, 2, 3, 4, 7, 9, 10, 13, 14, 15, 16, windows-1252, and T1 encoding. . In addition, proportional M+ P Type-1 and M+ P Type-2 fonts were completed with Latin Extended-B, Latin Extended Additional, and ISO-8859-5. And many Greek, Cyrillic, IPA Extensions glyphs, and symbols were expanded. Those additional glyphs are included in M+ C provisionality. Homepage: http://mplus-fonts.sourceforge.jp/ Package: fonts-nafees Priority: optional Section: fonts Installed-Size: 306 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.2-4.2.201403240557 Replaces: ttf-nafees (<< 1.2-4) Provides: ttf-nafees Conflicts: ttf-nafees (<< 1.2-4) Filename: 4.0-0/all/fonts-nafees_1.2-4.2.201403240557_all.deb Size: 88430 MD5sum: 95f6c59e0b0e3375aade482aca505f01 SHA1: 025bdf7e2b91a44747ed411d09163c57fac83f79 SHA256: 61bf58e8bff168a91523b21ecf20d8e9f0813d7c691654e3098b917a67db4bbe Description: nafees free OpenType Urdu fonts This is a free OpenType Urdu font (Nafees Web Naskh), designed and developed by the Center for Research in Urdu Language Processing (CRULP, http://www.crulp.org/) at National University of Computer and Emerging Sciences (http://www.nu.edu.pk/). Package: fonts-nakula Priority: optional Section: fonts Installed-Size: 370 Maintainer: Debian-IN Team Architecture: all Version: 1.0-2.2.201403240600 Replaces: ttf-devanagari-fonts Suggests: fonts-sahadeva Breaks: ttf-devanagari-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-nakula_1.0-2.2.201403240600_all.deb Size: 167270 MD5sum: 799765126a43ead8d4ccccc68a702a52 SHA1: 1ae6a5e9077e1cb84510f33bb0953beb7b3229ca SHA256: c57191896602c95eface74bf243c42843d569ef64b88400fe8fd68c0e3d3021d Description: Free Unicode compliant Devanagari font This package provides font for Devanagari script which is used for writing Hindi, Marathi and Sanskrit languages. . Nakula follows the Mumbai style of Devanagari, with rounded glyphs and little thin/thick variation. Homepage: http://bombay.indology.info/software/fonts/devanagari/index.html Package: fonts-nanum-coding Priority: optional Section: fonts Installed-Size: 4515 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.0-4.2.201403240606 Replaces: ttf-nanum-coding (<< 2.0-2) Conflicts: ttf-nanum-coding (<< 2.0-2) Filename: 4.0-0/all/fonts-nanum-coding_2.0-4.2.201403240606_all.deb Size: 2021956 MD5sum: e1d218f0daa12b3844bd43c18f7cbc44 SHA1: dd247958396787117e2f501e94eb572a933368af SHA256: dbfa46844c71cd21556da2262edd6007411aa01df3d7ed3825aa1f41b4312890 Description: Nanum Coding fixed width Korean TrueType font This package contains one Korean fixed width font family. This is especially designed for programmer's editors. Homepage: http://dev.naver.com/projects/nanumfonts Package: fonts-nanum-eco Priority: optional Section: fonts Installed-Size: 56550 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.000-2.2.201403240610 Pre-Depends: dpkg (>= 1.15.6~) Suggests: fonts-nanum Filename: 4.0-0/all/fonts-nanum-eco_1.000-2.2.201403240610_all.deb Size: 14023886 MD5sum: a00ada75c0d0b1e8124b54b69762db26 SHA1: 34592deff41c04c810b65eb8f354cbd578d08dd6 SHA256: 117d3b3f62fe5b76c905a10a8c8d4fb2388dfa5063c50115eb04b623dc6fcd25 Description: Nanum Eco Korean font Nanum font families are Korean font families which are intended for use on computer screens. These fonts are good with computer LCD monitors because they have used rich hinting techniques like subpixel rendering. . Nanum Eco font is said to be environmentally friendly because its glyphs have been designed to be printed with less printer ink. The glyphs have many and tiny halls inside their strokes. Homepage: http://hangeul.naver.com/eco Package: fonts-nanum-extra Priority: optional Section: fonts Installed-Size: 15892 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-nanum Version: 3.020-1.2.201403240603 Replaces: ttf-nanum (<< 3.010-1), ttf-nanum-extra (<< 3.010-2) Conflicts: ttf-nanum-extra (<< 3.010-2) Filename: 4.0-0/all/fonts-nanum-extra_3.020-1.2.201403240603_all.deb Size: 4583464 MD5sum: ce12709c51a0223d8d1ed5f371e786b4 SHA1: 1cb688ec99efe81e2e928644b52e48a6c46139fd SHA256: d75ad1f5d0704ebfaacdc9dfa7e8688f8e6e5ef5759f6fb0c46ebc22486914f3 Description: Additional Nanum Korean fonts Nanum font families are Korean font families which are intended for use on computer screens. These fonts are good with computer LCD monitors because they have used rich hinting techniques like subpixel rendering. . This package includes additional handwriting font families and extra-bold forms of the Nanum Myeongjo and Gothic families. Homepage: http://hangeul.naver.com/nanum.nhn Package: fonts-nanum-gothic-light Priority: optional Section: fonts Installed-Size: 1546 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.000-2.2.201403240614 Pre-Depends: dpkg (>= 1.15.6~) Suggests: fonts-nanum Filename: 4.0-0/all/fonts-nanum-gothic-light_1.000-2.2.201403240614_all.deb Size: 366988 MD5sum: 76510af5e56ea740e7b1ef8b2f6e8128 SHA1: 6810e9f2efcd7caca15e2795758938fb20ec6e9a SHA256: 06b39620dea4c8f19387ff77046a9452e9fc45c62598e359b8a22b89910dc603 Description: Nanum Gothic Light Korean font Nanum font families are Korean font families which are intended for use on computer screens. These fonts are good with computer LCD monitors because they have used rich hinting techniques like subpixel rendering. . Nanum Gothic Light provides very thin glyphs which are useful for graphic designs in some cases. Homepage: http://hangeul.naver.com/light Package: fonts-nanum Priority: optional Section: fonts Installed-Size: 16739 Maintainer: Debian Fonts Task Force Architecture: all Version: 3.020-1.2.201403240603 Replaces: ttf-nanum (<< 3.010-2) Conflicts: ttf-nanum (<< 3.010-2) Filename: 4.0-0/all/fonts-nanum_3.020-1.2.201403240603_all.deb Size: 5598654 MD5sum: fd1307e64c390cdb6ac6f8a01e087979 SHA1: c998b1b8e63fe97c0fdf5c919bc9bdb364c4eb12 SHA256: c92f07950d4b15c921d6cbfc0d8956fbbd09dc1994ec16b9f9ad59499dfce94e Description: Nanum Korean fonts Nanum font families are Korean font families which are intended for use on computer screens. These fonts are good with computer LCD monitors because they have used rich hinting techniques like subpixel rendering. . This package contains commonly-used Myeongjo and Gothic Korean font families. Homepage: http://hangeul.naver.com/nanum.nhn Package: fonts-navilu Priority: optional Section: fonts Installed-Size: 175 Maintainer: Debian-IN Team Architecture: all Version: 1.1-1.2.201403240617 Filename: 4.0-0/all/fonts-navilu_1.1-1.2.201403240617_all.deb Size: 74932 MD5sum: 76fe21ee4fad1132c30119474de468a8 SHA1: b9e1dcc862a5e38d267d47400c83801bfd4dc69a SHA256: f5edf1d8041821a325e3990e32d420a00dead85e483e52d95b9ca72419bf7333 Description: Handwriting font for Kannada This package provides handwriting font for Kannada script (kn) which is primarily used in the Indian state of Karnataka. Homepage: https://github.com/aravindavk/Navilu Package: fonts-ocr-a Priority: optional Section: fonts Installed-Size: 139 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0-4.2.201403240621 Replaces: ttf-ocr-a (<< 1.0-3) Provides: ttf-ocr-a Conflicts: ttf-ocr-a (<< 1.0-3) Filename: 4.0-0/all/fonts-ocr-a_1.0-4.2.201403240621_all.deb Size: 45858 MD5sum: 3c5e3202c915dd47fddaa03b5c714931 SHA1: 4d3cccd91343cc4c43e03deec6b45b12e2dca114 SHA256: a72108110868fd419dd3fe80ebece1587cc6ce1075811600c75a13283877cc24 Description: ANSI font readable by the computers of the 1960s This font was developed by the American National Standards Institute (ANSI) to be readable by the computers of the 1960s. The OCR-A font is still used commercially in payment advice forms so that a lockbox company can determine the account number and amount owed on a bill when processing a payment. A site license for the OCR-A font is very expensive, so this free font was created. Homepage: http://sourceforge.net/projects/ocr-a-font Package: fonts-oflb-asana-math Priority: optional Section: fonts Installed-Size: 449 Maintainer: Debian Fonts Task Force Architecture: all Version: 000.907-4.2.201403240625 Replaces: ttf-oflb-asana-math (<< 000.907-4) Provides: ttf-oflb-asana-math Recommends: texlive-xetex Conflicts: ttf-oflb-asana-math (<< 000.907-4) Filename: 4.0-0/all/fonts-oflb-asana-math_000.907-4.2.201403240625_all.deb Size: 297398 MD5sum: 1ee079c55ea1787ec45abcf6697a911a SHA1: 7e9b6625e907eb3c7c98666cf012d262b03c4645 SHA256: 9f464f4b482b87bc444fd5dae44fb0aedeecc1a89acbb81d0a3e8dbd7e2cefcf Description: extended smart Unicode Math font Asana Math provides rich Unicode coverage of the Maths-related blocks and support for the MATH Opentype table which means that it can be used to typeset documents with complex mathematical requirements using tools like XeTeX. Homepage: http://www.openfontlibrary.org Package: fonts-oflb-euterpe Priority: optional Section: fonts Installed-Size: 133 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-4.2.201403240628 Replaces: ttf-oflb-euterpe (<< 1.1-4) Provides: ttf-oflb-euterpe Conflicts: ttf-oflb-euterpe (<< 1.1-4) Filename: 4.0-0/all/fonts-oflb-euterpe_1.1-4.2.201403240628_all.deb Size: 57048 MD5sum: feadc98fce2484078e281fc0cc6a2944 SHA1: 096dc6ce9fe26adcddf077e897cd3241ad0b1fb6 SHA256: d5a6fe97dc2a886d3f0dd7bb947ad44c3975d67a2ce25426504dcfa656ab5d3f Description: unicode musical font This package provides a font which covers the whole musical symbols block of Unicode. Some extra glyphs can be found in the Private Use Area, some of them may be accessed through OpenType features, like ligatures and glyph substitutions. . The font sources (Fontforge .sfd) are available on the upstream website and in the source package. . In Greek mythology, Euterpe is the muse of lyric poetry. Homepage: http://openfontlibrary.org/media/files/Eimai/191 Package: fonts-okolaks Priority: optional Section: fonts Installed-Size: 378 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.5-5.2.201403240632 Replaces: ttf-okolaks (<< 0.5-5) Provides: ttf-okolaks Conflicts: ttf-okolaks (<< 0.5-5) Filename: 4.0-0/all/fonts-okolaks_0.5-5.2.201403240632_all.deb Size: 175386 MD5sum: f3579a395299f49b6e95711a3dfec227 SHA1: 826ff410546e7708a5b436f631b8725717dd5152 SHA256: bc334b9bff211ac03022a7ab777bb6fb1f39a95b7e9f01665908c79b3cd5875a Description: decorative, sans serif font This package provides is a decorative, sans serif font by Gluk. Homepage: http://openfontlibrary.org/media/files/gluk/241 Package: fonts-oldstandard Priority: optional Section: fonts Installed-Size: 1223 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.2really-2.2.201403240636 Replaces: ttf-oldstandard (<< 2.2really-1) Provides: ttf-oldstandard Conflicts: ttf-oldstandard (<< 2.2really-1) Filename: 4.0-0/all/fonts-oldstandard_2.2really-2.2.201403240636_all.deb Size: 634408 MD5sum: 30f997dff43ce427e6769c27ec1c7bce SHA1: e87b088ee1a4cbf4421eaa44f3409719b3a3ae57 SHA256: ecc9904667fe2e2a3e14afd5a632adab8ab89677690369c05177ea591c6b75d0 Description: smart font with wide range of Latin, Greek and Cyrillic characters The Old Standard font family is an attempt to revive a specific type of modern (classicistic) antiqua, very commonly used in various editions printed in the late 19th and early 20th century, but almost completely abandoned later. . The full font sources (fontforge .sfd and xgridfit .xdf) and extensive documentation are also available. Homepage: http://www.thessalonica.org.ru/en/fonts.html Package: fonts-opendin Priority: optional Section: fonts Installed-Size: 57 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.1-3.2.201403240640 Replaces: ttf-opendin (<< 0.1-2) Provides: ttf-opendin Conflicts: ttf-opendin (<< 0.1-2) Filename: 4.0-0/all/fonts-opendin_0.1-3.2.201403240640_all.deb Size: 12830 MD5sum: b3db0fb9eeab72a70124646a3cc50a8b SHA1: 03316bf722988d1ddf917d4c90700ca3272c8784 SHA256: ba654a6f1fdf34b88de31dc27e9845332138ad958cc6147540580183e53f1adf Description: Open DIN font The idea of this open typeface is being the most close as possible from the Prussian Railways master drawing (public domain license, afaik), and its applications. . This typeface were made using open-source tools, like Fontforge and Inkscape, also for helping their development from using them. Homepage: http://www.kde-look.org/content/show.php/Open+Din+Schriften+Engschrift?content=107153 Package: fonts-orya-extra Priority: optional Section: fonts Installed-Size: 209 Maintainer: Debian-IN Team Architecture: all Version: 2.0-2.2.201403240648 Replaces: ttf-oriya-fonts Breaks: ttf-oriya-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-orya-extra_2.0-2.2.201403240648_all.deb Size: 84980 MD5sum: 0cb9ea7a2876be03c0879a3b8f5c5d49 SHA1: 83e7b6b8e9b14c03603c37fb0a0fe0668a25c155 SHA256: db6f864e904c979f4b6ddd6624d769e950443be4939abf7b8b558bb31aee5073 Description: Free fonts for Oriya script This package provides free fonts for Oriya script (or) which is primarily used in the Indian state of Orissa. . This package contains following font: * Utkal Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-orya Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240643 Replaces: ttf-oriya-fonts Depends: fonts-lohit-orya, fonts-orya-extra Breaks: ttf-oriya-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-orya_1.1.2.201403240643_all.deb Size: 2784 MD5sum: 2372266d688e07299d7e6b8988f8dd35 SHA1: f77aa4c4c9a59a2fa6b2b8baf3be10775f2a7a24 SHA256: de07bfb2f841acdbb928934f7bfa746c43f3f479099d79f74cac4d52fce4dc64 Description: Meta package to install all Oriya fonts This package allows you to install all available Oriya fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-pagul Priority: extra Section: fonts Installed-Size: 243 Maintainer: Debian-IN Team Architecture: all Version: 1.0-5.2.201403240650 Filename: 4.0-0/all/fonts-pagul_1.0-5.2.201403240650_all.deb Size: 75650 MD5sum: 5efb802b63fb408defd0526a12382f87 SHA1: 85bb9fbb70e2576fd32de0fb019489cb0a438211 SHA256: 94f078f04472c53b339400febc4ecc646ef873fb7b38c397c24b5d627c94a7a6 Description: Free TrueType font for the Sourashtra language Pagul TrueType font for the Sourashtra (saz_IN) language which is primarily spoken in the Indian state of Tamil Nadu. Homepage: https://sourceforge.net/projects/pagul/ Package: fonts-paktype Priority: optional Section: fonts Installed-Size: 2003 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.0svn20121225-1.2.201403240656 Replaces: ttf-paktype (<< 0.0-9) Provides: ttf-paktype Conflicts: ttf-paktype (<< 0.0-9) Filename: 4.0-0/all/fonts-paktype_0.0svn20121225-1.2.201403240656_all.deb Size: 834064 MD5sum: b0b5ffef965bb0f5a190360485786633 SHA1: c2d209fc5b64de94cd087f03a434611fafa5d867 SHA256: 10209b40dd149e815d4c986e1803f803644e1a644333b16c4a50b7bd31de39f2 Description: PakType free OpenType Urdu fonts These are two free OpenType Urdu fonts (Naqsh and Tehreer), designed and developed by the PakType volunteers. Package: fonts-pecita Priority: optional Section: fonts Installed-Size: 484 Maintainer: Debian Fonts Task Force Architecture: all Version: 3.3-1.2.201403240701 Filename: 4.0-0/all/fonts-pecita_3.3-1.2.201403240701_all.deb Size: 298582 MD5sum: c062ef53705aa7f53dd7802a1e2d1adb SHA1: 173e1faa1b2e70ac536ca60257d414193644d542 SHA256: cfdfb5d3680a663225b3a515132452b194d2375f8ba5e6bd527781630828978f Description: OpenType hand-written font whose letters are connected Pecita is a hand-written font that give a natural rendition. It includes all of the full Language support for Afrikaans, Archaic Greek Letters, Baltic, Basic Greek, Basic Latin, Catalan, Central European, Chess Symbols, Dutch, Euro, Igbo Onwu, IPA, Latin Ligatures, Mathematical Operators, Pan African Latin, Pinyin, Polytonic Greek, Romanian, Turkish, Vietnamese, Western European. It implements the OpenType features Contextual Alternates, Standard Ligatures, Randomize, Small Capitals, Subscript and Superscript. Homepage: http://pecita.eu Package: fonts-play Priority: optional Section: fonts Installed-Size: 762 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.002+20111215.1+ds2-1.2.201403240703 Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/fonts-play_1.002+20111215.1+ds2-1.2.201403240703_all.deb Size: 194734 MD5sum: c46cd5b8961766733d0444ce2a0e0934 SHA1: fc1b4446141718cfb92d7609d21f5db5ce5d6f2a SHA256: efdd353d15f57dd6e619f0a305132f7189fe74cd870802136344e91d5ad2bb49 Description: minimalistic sans serif typeface Play is a minimalistic sans serif typeface designed by Jonas Hecksher, Type Director of Playtype™ Type Foundry. All letters in Play derive from the 'O' – square and circular at the same time. Play is designed with large, open counters, ample lowercase x-heights and a corporate, yet friendly appearance. The combination of these qualities give Play both a high legibility and readability. Homepage: http://code.google.com/p/googlefontdirectory/ Package: fonts-prociono Priority: optional Section: fonts Installed-Size: 121 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.3-2.2.201403240707 Replaces: ttf-prociono (<< 2.3-2) Provides: ttf-prociono Breaks: ttf-prociono (<< 2.3-2) Filename: 4.0-0/all/fonts-prociono_2.3-2.2.201403240707_all.deb Size: 58230 MD5sum: 29ca8c63aa2040602d9dc15d5e955950 SHA1: dc937b8c9ab9fe51e8386f8962dc83561bb444ad SHA256: 3c4f481afa0838085bb041d003b1a54859de1cf01858d8bcf7e4922944f89f2c Description: font similar to the one used for the Debian logo This is a font that could be used if you need to write Debian as in the logo. An old looking serif font. Some use it for running text. Homepage: http://crudfactory.com/font/show/prociono Package: fonts-quattrocento Priority: optional Section: fonts Installed-Size: 98 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-1.2.201403240713 Filename: 4.0-0/all/fonts-quattrocento_1.1-1.2.201403240713_all.deb Size: 38044 MD5sum: 22eb3e2e26eef2f7bf1782057697bf6d SHA1: 5780ab12d5ba0cd271bc5fe6b810562f986a71c5 SHA256: 262a170a7105d8010f66c33d7ed53e72fd4f22ff1925c462b4218322d71d0ebe Description: classic, elegant, sober and strong Roman typeface Its wide and open letterforms, and great x-height, make it very legible for body text at small sizes, while its tiny details that only show up at bigger sizes make it also great for display use. Homepage: http://www.impallari.com/quattrocento/ Package: fonts-rufscript Priority: optional Section: fonts Installed-Size: 71 Maintainer: Debian Fonts Task Force Architecture: all Version: 010-3.2.201403240723 Replaces: ttf-rufscript (<< 010-3) Conflicts: ttf-rufscript (<< 010-3) Filename: 4.0-0/all/fonts-rufscript_010-3.2.201403240723_all.deb Size: 18544 MD5sum: 116addbba03380b31ce13c45636510fd SHA1: 03a1e03128f66c52bd96f2f21ee96080e5c0842b SHA256: ddebfd15d1e6b1c2a1bc9ec98b39e4cba9dcd0dff541b4241fe307f4334f450d Description: handwriting-based font for Latin characters Rufscript is a handwriting-based Unicode font containing basic Latin characters and is created using only FOSS tools (Fontforge - Inkscape - GIMP). Homepage: http://hiran.in/blog/rufscript-font Package: fonts-sahadeva Priority: optional Section: fonts Installed-Size: 387 Maintainer: Debian-IN Team Architecture: all Version: 1.0-2.2.201403240724 Replaces: ttf-devanagari-fonts Suggests: fonts-nakula Breaks: ttf-devanagari-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-sahadeva_1.0-2.2.201403240724_all.deb Size: 169550 MD5sum: e1624735f648e74659a0f44981e62e4b SHA1: c65a1981ff758c488bc69b10ae3c4e2526c3f047 SHA256: fd0c1511399adb5f53bb7bd187d5a3ad3d86eacc2b0ac8d6a4af3bb0f09e21be Description: Free Unicode compliant Devanagari font This package provides font for Devanagari script which is used for writing Hindi, Marathi and Sanskrit languages. . This font is in the Kolkata style, with more angular glyphs and greater contrast between thin and thick strokes. Homepage: http://bombay.indology.info/software/fonts/devanagari/index.html Package: fonts-samyak-deva Priority: optional Section: fonts Installed-Size: 166 Maintainer: Debian-IN Team Architecture: all Source: fonts-samyak Version: 1.2.2-3.2.201403240726 Replaces: ttf-devanagari-fonts (<< 2:1.0) Breaks: ttf-devanagari-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-samyak-deva_1.2.2-3.2.201403240726_all.deb Size: 66084 MD5sum: 6ed1a35f4986727158e300e4dbfc743c SHA1: d583563ea46ccb913974ee1528bf7ba2458fa965 SHA256: ba8bd250b20f90128fee2220ed1d568dd8f1db7302b36b26a1f84c2755daa2eb Description: Samyak TrueType font for Devanagari script This package provides Samyak TrueType font for Devanagari Script which is used as script for following Indian languages: * Sanskrit * Hindi * Kashmiri * Konkani * Marathi * Maithili * Nepali * Sindhi Homepage: http://samyak.sarovar.org/ Package: fonts-samyak-gujr Priority: optional Section: fonts Installed-Size: 139 Maintainer: Debian-IN Team Architecture: all Source: fonts-samyak Version: 1.2.2-3.2.201403240726 Replaces: ttf-gujarati-fonts (<< 2:1.0) Breaks: ttf-gujarati-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-samyak-gujr_1.2.2-3.2.201403240726_all.deb Size: 52728 MD5sum: 5a03195b64345db4ca85b1a0db6cba2e SHA1: a44707cd91ff7df99c22e49770f5b6ef6748ba0d SHA256: 811dd59fe2f4fa8ecb2aa5758156ca80f06fe051c719c1ac9d6fb9ec66edb985 Description: Samyak TrueType font for Gujarati language This package provides Samyak TrueType font for Gujarati language (gu) which is primarily used in the Indian state of Gujarat. Homepage: http://samyak.sarovar.org/ Package: fonts-samyak-mlym Priority: optional Section: fonts Installed-Size: 86 Maintainer: Debian-IN Team Architecture: all Source: fonts-samyak Version: 1.2.2-3.2.201403240726 Replaces: ttf-malayalam-fonts (<< 2:1.0) Breaks: ttf-malayalam-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-samyak-mlym_1.2.2-3.2.201403240726_all.deb Size: 29694 MD5sum: 4432821a3821497f1837674805b8f36b SHA1: 056830c01d2c8d96fa2b7df6c138ffad26cd87ae SHA256: 2b5b7bc6e6da0aaca9038df5dc5387421fd44ca88167c9554100048c559b0730 Description: Samyak TrueType font for Malayalam language This package provides Samyak TrueType font for Malayalam language (ml) which is primarily used in the Indian state of Kerala. Homepage: http://samyak.sarovar.org/ Package: fonts-samyak-orya Priority: optional Section: fonts Installed-Size: 160 Maintainer: Debian-IN Team Architecture: all Source: fonts-samyak Version: 1.2.2-3.2.201403240726 Replaces: ttf-oriya-fonts (<< 2:1.0) Breaks: ttf-oriya-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-samyak-orya_1.2.2-3.2.201403240726_all.deb Size: 65914 MD5sum: d0833dc02a4f01039730d3ab526152bf SHA1: 42a59467dc6097c4d3ffa8e29f91530c2dae97b7 SHA256: 4ceb8fb02da98dcc2329da665f7fb046c710339b9761b31a5ea55dfacff85775 Description: Samyak TrueType font for Oriya language This package provides Samyak TrueType font for Oriya language (or) which is primarily used in the Indian state of Orissa. Homepage: http://samyak.sarovar.org/ Package: fonts-samyak-taml Priority: optional Section: fonts Installed-Size: 88 Maintainer: Debian-IN Team Architecture: all Source: fonts-samyak Version: 1.2.2-3.2.201403240726 Replaces: ttf-tamil-fonts (<< 2:1.0) Breaks: ttf-tamil-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-samyak-taml_1.2.2-3.2.201403240726_all.deb Size: 25630 MD5sum: 50f4bda0b84c7540557a4936ab0dd551 SHA1: 41971fdffdf2a205c1cc55c306d36a0f7edc6d99 SHA256: f6fe9746bd79c279562551fafc89fd9954bcad39863e6e52400f58adfeba3178 Description: Samyak TrueType font for Tamil language This package provides Samyak TrueType font for Tamil language (ta) which is primarily used in the Indian state of TamilNadu. Homepage: http://samyak.sarovar.org/ Package: fonts-samyak Priority: optional Section: fonts Installed-Size: 30 Maintainer: Debian-IN Team Architecture: all Version: 1.2.2-3.2.201403240726 Depends: fonts-samyak-mlym (= 1.2.2-3.2.201403240726), fonts-samyak-gujr (= 1.2.2-3.2.201403240726), fonts-samyak-deva (= 1.2.2-3.2.201403240726), fonts-samyak-orya (= 1.2.2-3.2.201403240726), fonts-samyak-taml (= 1.2.2-3.2.201403240726) Filename: 4.0-0/all/fonts-samyak_1.2.2-3.2.201403240726_all.deb Size: 4696 MD5sum: 8cf49e037f74070056e229aebbf574fe SHA1: 3030c68df64730b15c283e096f700ef3531e2f62 SHA256: 767dddccc85b2b4c83253821fa92c2b7b8b9483facead2621fd991a47566068d Description: Samyak TrueType fonts for Indian languages This package provides Samyak TrueType fonts for following Indian languages: * Gujarati * Tamil * Devanagari * Oriya * Malayalam Homepage: http://samyak.sarovar.org/ Package: fonts-sawarabi-gothic Priority: optional Section: fonts Installed-Size: 1403 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120615-1.2.201403240731 Replaces: ttf-sawarabi-gothic (<< 20110815-1) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-sawarabi-gothic (<< 20110815-1) Filename: 4.0-0/all/fonts-sawarabi-gothic_20120615-1.2.201403240731_all.deb Size: 734810 MD5sum: 0b05b97026eb6190eded49f2ed259051 SHA1: 192b2bc4a4acc169f6a4ad7c0d9a9699a6db391d SHA256: 79a1e993f278489b73df621711a8269d1c89e859240beb1202e5674e4e458764 Description: gothic font for Japanese Sawarabi Gothic is an original sans serif font including kanji, kana and Latin characters. At present it has at least 3200 glyphs. . Sawarabi, Japanese word, means "newborn bracken", so this font has only tiny glyph set now, but grows up like bracken. Homepage: http://sourceforge.jp/projects/sawarabi-fonts Package: fonts-sawarabi-mincho Priority: optional Section: fonts Installed-Size: 211 Maintainer: Debian Fonts Task Force Architecture: all Version: 20110220-5.2.201403240734 Replaces: ttf-sawarabi-mincho (<< 20110220-3) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-sawarabi-mincho (<< 20110220-3) Filename: 4.0-0/all/fonts-sawarabi-mincho_20110220-5.2.201403240734_all.deb Size: 78282 MD5sum: 629ed9e0b0becc8fd256670d201de3ed SHA1: 6c4478676c32235fa07c370b6378cdb6e479251c SHA256: 91f806b38aa9302e617904fb8aa5a51bd35ba77c0965852fdd8e660fcbebb774 Description: Japanese mincho font - Sawarabi Mincho font Sawarabi Mincho is an original serif font including kanji, kana and Latin characters. At present it has only about 300 glyphs. Homepage: http://sourceforge.jp/projects/sawarabi-fonts Package: fonts-senamirmir-washra Priority: extra Section: fonts Installed-Size: 2530 Maintainer: Sebastian Bator Architecture: all Version: 4.1-6.2.201403240738 Filename: 4.0-0/all/fonts-senamirmir-washra_4.1-6.2.201403240738_all.deb Size: 1258082 MD5sum: bae91e83713535326cf248537e23f97b SHA1: 9089591f60a70abea37ee218a41863939e45310b SHA256: 7b165d4987788d96289a99124877e9236b2d69f87443bc15ef36f5880c737611 Description: collection of unicode fonts for the Ethiopic script WashRa is, simply, a set of eleven Ethiopic fonts. All of them support the Ethiopic standard included in Unicode 3.0. The fonts are: Ethiopia Jiret, Ethiopic Zelan, Ethiopic WashRa Bold, Ethiopic WashRa SemiBold, Ethiopic Yigezu Bisrat Gothic, Ethiopic Hiwua, Ethiopic Fantuwua, Ethiopic Yebse, Ethiopic Wookianos, Ethiopic Tint, Ethiopic Yigezu Bisrat Goffer. . These fonts were developed by Abass Alamnehe of the Senamirmir Project (http://www.senamirmir.com). . The WashRa fonts are released under the SIL Open Font License and for more information please visit http://scripts.sil.org/OFL. Homepage: http://www.senamirmir.org/projects/typography/washra.html Package: fonts-sil-abyssinica Priority: optional Section: fonts Installed-Size: 1090 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.200-3.2.201403240741 Replaces: ttf-sil-abyssinica (<< 1.200-1) Provides: ttf-sil-abyssinica Suggests: fontconfig, libgraphite3, pango-graphite Conflicts: ttf-sil-abyssinica (<< 1.200-1) Filename: 4.0-0/all/fonts-sil-abyssinica_1.200-3.2.201403240741_all.deb Size: 755570 MD5sum: 0c10c7041020a73726dbcd3f294e4af6 SHA1: b9e8c355add4362e763aa26dd52c6e11e571a422 SHA256: 93522c36befed08418f8725e3f13c4df21e937ef1891e1a0d0571feb7fbd79a1 Description: smart Unicode font for Ethiopian and Erythrean scripts (Amharic et al.) The Ethiopic script is used for writing many of the languages of Ethiopia and Eritrea. Ethiopic (U+1200..U+137F) was added to Unicode 3.0. Ethiopic Supplement (U+1380..U+139F) and Ethiopic Extended (U+2D80..U+2DDF) were added to Unicode 4.1. Abyssinica SIL supports all Ethiopic characters which are in Unicode including the Unicode 4.1 extensions. Some languages of Ethiopia are not yet able to be fully represented in Unicode and, where necessary, we have included non-Unicode characters in the Private Use Area. . Please read the documentation to see what ranges are supported and for more about the various features of the font. . Abyssinica SIL is a TrueType font with "smart font" capabilities added using the Graphite, OpenType(r), and AAT font technologies. This means that complex typographic issues such as the placement of multiple diacritics or the formation of ligatures are handled by the font, provided you are running an application that provides an adequate level of support for one of these smart font technologies. . This release is a regular typeface, with no bold or italic version available or planned. . More font sources are available in the source package and on the project website. Webfont versions and examples are also available. Homepage: http://scripts.sil.org/AbyssinicaSIL Package: fonts-sil-andika Priority: optional Section: fonts Installed-Size: 2017 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.002-2.2.201403240744 Replaces: ttf-sil-andika (<< 1.000-developer-1) Provides: ttf-sil-andika Conflicts: ttf-sil-andika (<< 1.000-developer-1) Filename: 4.0-0/all/fonts-sil-andika_1.002-2.2.201403240744_all.deb Size: 1056186 MD5sum: 31c78dca9cab4571451da6c53a7e3c12 SHA1: 16c320c84a3cdb7af3607d06dfda153dd19e137d SHA256: ac0291cd79f2170851ae9ce2e0e36b88019ebed8326f40f1f4bfe5053a19f0b8 Description: extended smart Unicode Latin/Greek font family for literacy Andika ("Write!" in Swahili) is a sans serif, Unicode-compliant font designed especially for literacy use, taking into account the needs of beginning readers. The focus is on clear, easy-to-perceive letterforms that will not be easily confused with one another. . A sans serif font is preferred by some literacy personnel for teaching people to read. Its forms are simpler and less cluttered than some serif fonts can be. For years, literacy workers have had to make do with fonts that were available but not really suitable for beginning readers and writers. In some cases, literacy specialists have had to tediously cobble together letters from a variety of fonts in order to get the all of characters they need for their particular language project, resulting in confusing and unattractive publications. Andika addresses those issues. . After receiving many insightful comments on the Design Review and Basic fonts, Andika's final letterforms have been refined with alternate shapes still available for some characters. This font now contains the same character set as Charis SIL and Doulos SIL. . It provides OpenType and Graphite features like smart code for diacritic placement. It supports recent additions to Unicode and the SIL PUA, and character assignments are updated to conform to Unicode 5.1 Homepage: http://scripts.sil.org/Andika Package: fonts-sil-charis Priority: optional Section: fonts Installed-Size: 6391 Maintainer: Debian Fonts Task Force Architecture: all Version: 4.106-5.2.201403240749 Replaces: ttf-sil-charis (<< 4.106-5) Provides: ttf-sil-charis Suggests: libgraphite3, pango-graphite Conflicts: ttf-sil-charis (<< 4.106-5) Filename: 4.0-0/all/fonts-sil-charis_4.106-5.2.201403240749_all.deb Size: 2261372 MD5sum: 1b9204eef267df347e781bcf35af2ba8 SHA1: df63ab0730d072a926290d031e5a436d69ea85ad SHA256: 3faebd9b2aeda13cff935ef2f78b317d42208f4db3e7c2be78ea3e9e4a1dc98f Description: smart Unicode font family for Roman or Cyrillic-based writing systems The goal for Charis SIL is to provide a single Unicode-based font family that would contain a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. . The Charis SIL font contains near-complete coverage of all the characters defined in Unicode 5.1 for Latin and Cyrillic. In total, over 2,200 glyphs are included, providing support for over 1,500 graphic or control characters as well as a large number of ligated character sequences (e.g., contour tone letters used in phonetic transcription of tonal languages). . Four fonts from this typeface family are included in this release: * Charis SIL Regular * Charis SIL Bold * Charis SIL Italic * Charis SIL Bold Italic . Charis SIL is a TrueType font with "smart font" capabilities added using the Graphite, OpenType(r), and AAT font technologies. This means that complex typographic issues such as the placement of multiple diacritics or the formation of ligatures are handled by the font, provided you are running an application that provides an adequate level of support for one of these smart font technologies. . Charis SIL is a trademark of SIL International. . See the FONTLOG for information on this and previous releases. Homepage: http://scripts.sil.org/CharisSILfont Package: fonts-sil-dai-banna Priority: optional Section: fonts Installed-Size: 909 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1-5.2.201403240752 Replaces: ttf-sil-dai-banna (<< 2.1-4) Provides: ttf-sil-dai-banna Conflicts: ttf-sil-dai-banna (<< 2.1-4) Filename: 4.0-0/all/fonts-sil-dai-banna_2.1-5.2.201403240752_all.deb Size: 572790 MD5sum: 4366c287898739a070d2d793fc7bd1f1 SHA1: 3ad1a660130b28678f9684ab220fea03048a438c SHA256: 79009cbf3b2262f95b05180e2577ac5a3da752e55452028bd1a4313dea615be2 Description: smart Unicode font for Dai Banna (Xishuangbanna Dai) This package provides the Dai Banna SIL fonts which are a Unicode rendering of the New Tai Lue (Xishuangbanna Dai) script. Version 2.000 is the first Unicode release. (Version 1.0 was released under the name of 'SIL Dai Banna' in legacy encoding.) Two font families, differing only in weight, allow for a wide range of uses. . The New Tai Lue script is used by approximately 300,000 people who speak the Xishuangbanna Dai language in Yunnan, China. It is a simplification of the Tai Tham (Old Tai Lue) script as used for this language for hundreds of years. . The Dai Banna SIL fonts are smart fonts using a Graphite description. The source package includes the source GDL code for the description. The features of the fonts are: . - complete coverage of the New Tai Lue script - Graphite smarts for re-ordrant vowels and line-breaking . Extended Font sources (Graphite .gdl and FontLab .vfb) are available in the source package and on the project website. Homepage: http://scripts.sil.org/DaiBannaSIL Package: fonts-sil-doulos Priority: optional Section: fonts Installed-Size: 1756 Maintainer: Debian Fonts Task Force Architecture: all Version: 4.106-4.2.201403240754 Replaces: ttf-sil-doulos (<< 4.106-4) Provides: ttf-sil-doulos Suggests: libgraphite3, pango-graphite Conflicts: ttf-sil-doulos (<< 4.106-4) Filename: 4.0-0/all/fonts-sil-doulos_4.106-4.2.201403240754_all.deb Size: 616598 MD5sum: de449789bc9e221bebd6cbbc53bf8323 SHA1: 0d56366f697b69c8b7ea115ba193d18d20bc3fc8 SHA256: 641355c0ba42209c47bd14c5989b98d7d6dddb736bb26af0c8138165ae1deca2 Description: smart Unicode font for Latin and Cyrillic scripts The goal for the Doulos SIL font is to provide a single Unicode-based font family that would contain a comprehensive inventory of glyphs needed for almost any Roman- or Cyrillic-based writing system, whether used for phonetic or orthographic needs. In addition, there is provision for other characters and symbols useful to linguists. . The Doulos SIL font contains near-complete coverage of all the characters defined in Unicode 5.1 for Latin and Cyrillic. In total, over 2,200 glyphs are included, providing support for over 1,500 graphic or control characters as well as a large number of ligated character sequences (e.g., contour tone letters used in phonetic transcription of tonal languages). . Doulos SIL is a TrueType font with "smart font" capabilities added using the Graphite, OpenType(r), and AAT font technologies. This means that complex typographic issues such as the placement of multiple diacritics or the formation of ligatures are handled by the font, provided you are running an application that provides an adequate level of support for one of these smart font technologies. . Doulos SIL is a trademark of SIL International. . See the FONTLOG for information on this and previous releases. Homepage: http://scripts.sil.org/DoulosSILfont Package: fonts-sil-ezra Priority: optional Section: fonts Installed-Size: 428 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.51-7.2.201403240756 Replaces: ttf-sil-ezra (<< 2.51-7) Provides: ttf-sil-ezra Conflicts: ttf-sil-ezra (<< 2.51-7) Filename: 4.0-0/all/fonts-sil-ezra_2.51-7.2.201403240756_all.deb Size: 200662 MD5sum: c57ca03ca412d4d8c40156b91a44476c SHA1: 086e27d5223fcb3c2fbe76ef9b3d5ecf4c71f5d9 SHA256: 920f6f754ae8df4604707c25c1a977ce4ae8b460eb643efcc976050d2910b11a Description: smart Unicode font for Hebrew Ezra SIL is the same typeface as SIL Ezra and is fashioned after the square letter forms of the typography of the Biblia Hebraica Stuttgartensia (BHS), a beautiful Old Testament volume familiar to biblical Hebrew scholars. The Ezra SIL font is an OpenType 'smart' font. . Two fonts from this typeface family are included in this release: . - Ezra SIL version 2.51 (Containing the basic set of Unicode characters needed for Biblical Hebrew texts following the typeface and traditions of the Biblia Hebraica Stuttgartensia.) - Ezra SIL SR version 2.51 (Containing the same set of Unicode characters as above but with a different style of cantillation.) . See the changelog (FONTLOG) for information on this and previous releases. Homepage: http://scripts.sil.org/EzraSIL_Home Package: fonts-sil-galatia Priority: optional Section: fonts Installed-Size: 369 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1-4.2.201403240758 Replaces: ttf-sil-galatia (<< 2.1-4) Provides: ttf-sil-galatia Conflicts: ttf-sil-galatia (<< 2.1-4) Filename: 4.0-0/all/fonts-sil-galatia_2.1-4.2.201403240758_all.deb Size: 166478 MD5sum: 7522b5ba3be8df0d11cfcd4455baefa2 SHA1: 6dfafa4f1693858cb5fe702b8d565ad338b2b486 SHA256: e75a8807f397b33a6dd346dec9bbf1689dffe07588d3f96b2bae663257d7a23d Description: font family for Latin-1 and Greek (polytonic support) The Galatia SIL Greek Unicode Fonts are a new version of the SIL Galatia font released by SIL in 1997. . The Latin-1 codepage ("A-Z", "a-z" plus some punctuation, etc.) is included in the font. This is to assist with viewing Latin or Roman text. The Macintosh character set for US Roman and the 850 WE/Latin-1 encodings are also included. . Polytonic Greek is supported but Coptic is not. There is no automatic formation of the final sigma. Homepage: http://scripts.sil.org/SILgrkuni Package: fonts-sil-gentium Priority: optional Section: fonts Installed-Size: 1398 Maintainer: Debian Fonts Task Force Architecture: all Version: 20081126:1.02-12.2.201403240802 Replaces: fonts-gentium, ttf-sil-gentium (<< 20081126:1.02-12) Provides: ttf-sil-gentium Conflicts: fonts-gentium, ttf-sil-gentium (<< 20081126:1.02-12) Filename: 4.0-0/all/fonts-sil-gentium_1.02-12.2.201403240802_all.deb Size: 685320 MD5sum: 69f0fd95a2abcaa2cfa5e62a0e873d8e SHA1: 34cb3ed17b9a97169b30c6f2ec9b7d85906d45cd SHA256: 431c58cde191bbe368b14170c609b0c27baa8b0617093e0e11175ad72363bb33 Description: extended Unicode Latin font ("a typeface for the nations") Gentium ("belonging to the nations" in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. The design is intended to be highly readable, reasonably compact, and visually attractive. Gentium has won a "Certificate of Excellence in Typeface Design" in two major international typeface design competitions: bukva:raz! (2001) and TDC2003 (2003). . Gentium provides glyphs for a wide range of Latin and Greek characters. The additional 'extended' Latin letters are designed to naturally harmonize with the traditional 26 ones. Diacritics are treated with careful thought and attention to their use. Gentium also supports both ancient and modern Greek, including a number of alternate forms. It currently supports the following ranges of Unicode 3.0 (completely unless noted): . Range Description . U+0020-U+007F Basic Latin U+00A0-U+00FF Latin-1 Supplement U+0100-U+017F Latin Extended-A U+0180-U+021F Latin Extended-B U+0222-U+0233 Latin Extended-B (continued) U+0250-U+02AD IPA Extensions U+02B0-U+02FF Spacing Modifier Letters U+0300-U+036F Combining Diacritical Marks U+0370-U+03D5 Greek (not including archaic or Coptic) U+1E00-U+1EFF Latin Extended Additional U+1F00-U+1FFF Greek Extended U+2000-U+203A General Punctuation (partial) U+2070-U+209F Superscripts and Subscripts U+20A0-U+20CF Currency Symbols (partial) U+2100-U+214F Letterlike Symbols (only a couple) . Gentium Regular also includes some Cyrillic glyphs, but they are only early drafts. A future version will include a completely revised set, including italic, and will expand the support for Latin, Greek and Cyrillic to Unicode 4.1. . GentiumAlt is an alternate font with flatter diacritics, specifically designed for languages using multiple accents. . The extended sources (Fontlab .vfb) for this font family are available in the source package and on the project website. Homepage: http://scripts.sil.org/Gentium Package: fonts-sil-nuosusil Priority: optional Section: fonts Installed-Size: 569 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1.1-7.2.201403240809 Replaces: fonts-sil-yi (<< 2.1.1-1), ttf-sil-nuosusil (<< 2.1.1-7) Provides: fonts-sil-yi, ttf-sil-nuosusil Conflicts: fonts-sil-yi (<< 2.1.1-1), ttf-sil-nuosusil (<< 2.1.1-7) Filename: 4.0-0/all/fonts-sil-nuosusil_2.1.1-7.2.201403240809_all.deb Size: 256146 MD5sum: 379e42713134e36a1b0a5a6a364bd17f SHA1: 3cae553a84c8ba301add9ced59bdfdb1e00eda42 SHA256: 6c910342ca9b8214072639b61a2bda4f0b55ca47544dd870e68aad79edfaa3b3 Description: Unicode font for Yi (a script used in southwestern China) The Nuosu SIL font was originally named SIL Yi and developed in 2000 as a single Unicode font for the standardized Yi script used by a large ethnic group in southwestern China. . The traditional Yi scripts have been in use for centuries, and have a tremendous number of local variants. The script was standardized in the 1970's by the Chinese government. In the process of standardization, 820 symbols from the traditional scripts of the Liangshan region were chosen to form a syllabary. . The syllable inventory of a speech variety from Xide County, Sichuan was used as the phonological basis for standardization. For the most part there is one symbol per phonologically-distinct syllable and vice-versa. The direction of writing and reading was standardized as left-to-right. Punctuation symbols were borrowed from Chinese, and a diacritic was incorporated into the system to mark one of the tones. Homepage: http://scripts.sil.org/SILYi_Home Package: fonts-sil-padauk Priority: optional Section: fonts Installed-Size: 848 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.61-4.2.201403240814 Suggests: libgraphite3, pango-graphite Filename: 4.0-0/all/fonts-sil-padauk_2.61-4.2.201403240814_all.deb Size: 266578 MD5sum: eff8e34ddafd57b93f30cc51eea8d59e SHA1: cae93d52489450249c929edefa43e1dc1c869937 SHA256: b0a3f40936dcd4adff726c6d4764b7e47f9978fc28cd11cc5b7abcf51f8ac9ad Description: smart Unicode font for languages in Myanmar Padauk is a Myanmar font covering all currently used characters in the Myanmar block as specified in Unicode 5.1 . The font is a smart font using a Graphite description. . The GDL source code for the description and the corresponding documentation is available on the website or in the source package (simply type "apt-get source" to download it). In addition OpenType tables have been added. . The features of the font are complete coverage of Myanmar script (excluding unused characters U+1050..U+1059), Graphite smarts including line breaking rules, OpenType tables for use on Windows. . Two fonts from this typeface family are included in this release: * Padauk * Padauk Bold Homepage: http://scripts.sil.org/Padauk Package: fonts-sil-scheherazade Priority: optional Section: fonts Installed-Size: 322 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.001-8.2.201403240816 Replaces: ttf-sil-scheherazade (<< 1.001-7) Provides: ttf-sil-scheherazade Conflicts: ttf-sil-scheherazade (<< 1.001-7) Filename: 4.0-0/all/fonts-sil-scheherazade_1.001-8.2.201403240816_all.deb Size: 137794 MD5sum: f7a8ed44f1449fd88c284ff6f5803df9 SHA1: d169a58010fa2d9e6a4a8eb545f5b534df06faba SHA256: e3d7afe58d3d85f541e18b7e7557b9cfcd58675e93ea88a23ad75a5027201f27 Description: smart Unicode font for Arabic Scheherazade, named after the heroine of the classic Arabian Nights tale, is designed in a similar style to traditional typefaces such as Monotype Naskh, extended to cover the full Unicode Arabic repertoire. . The goal for this product was to provide a single Unicode-based font family that would contain a comprehensive inventory of glyphs needed for almost any Arabic-based writing system. This font makes use of state-of-the-art font technologies to support complex typographic issues. . This font provides a simplified rendering of Arabic script, using basic connecting glyphs but not including a wide variety of additional ligatures or contextual alternates (only the required lam-alef ligatures). This simplified style is often preferred for clarity, especially in non-Arabic languages, but may be considered unattractive in more traditional and literate communities. . One font from this typeface family is included in this release: - Scheherazade Regular . This release supports virtually all of the Unicode 5.0 Arabic character repertoire (excluding the Arabic Presentation Forms blocks, which are not recommended for normal use). Font smarts are implemented using OpenType technology. Homepage: http://scripts.sil.org/ArabicFonts Package: fonts-sil-sophia-nubian Priority: optional Section: fonts Installed-Size: 500 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.000-5.2.201403240821 Replaces: ttf-sil-sophia-nubian (<< 1.000-5) Provides: ttf-sil-sophia-nubian Conflicts: ttf-sil-sophia-nubian (<< 1.000-5) Filename: 4.0-0/all/fonts-sil-sophia-nubian_1.000-5.2.201403240821_all.deb Size: 202758 MD5sum: 150f0ac1ece78bf1ce3d18605115b27b SHA1: b05d769c875c8f7f12eb2dc7dfb0720f430345c1 SHA256: f79ecf75df235e7c7298d793e88ff7be5ad219dd0b06bef1d91df85efdb53b96 Description: smart Unicode font family for Nubian languages using Coptic Sophia Nubian is a sans serif, Unicode-compliant font based on the SIL Sophia (similar to Univers) typeface. Its primary purpose is to provide adequate representation for Nubian languages which use the Coptic Unicode character set. Since Nubian languages do not use casing, uppercase characters are not included in this font. A basic set of Latin glyphs is also provided. . OpenType and Graphite smart code are available for Nubian macrons and "u" vowel. . Extended font sources are available. Homepage: http://scripts.sil.org/SophiaNubian Package: fonts-sil-zaghawa-beria Priority: optional Section: fonts Installed-Size: 120 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.000-2.2.201403240826 Replaces: ttf-sil-zaghawa-beria (<< 1.000-2) Provides: ttf-sil-zaghawa-beria Conflicts: ttf-sil-zaghawa-beria (<< 1.000-2) Filename: 4.0-0/all/fonts-sil-zaghawa-beria_1.000-2.2.201403240826_all.deb Size: 43616 MD5sum: 5e2b8c23b3f08c2c94d905fa380a44f1 SHA1: f191a93fefb7a9c53005cf53476afa2a2538d1db SHA256: e7b60ff102190ee83e84c92d02786580cb8fad7e81d2fbefd556af276126ca34 Description: font for Zaghawa Beria (script used in western Sudan and eastern Chad) This alphabet is built around a sampling of the markings on livestock (especially camels) within the Zaghawa Beria language region of western Sudan and eastern Chad. It is an idea that has its origins in the work of a Sudanese schoolteacher, who developed the first version of this over 25 years ago. The script has since been better adapted to the Zaghawa Beria language by Siddik Adam Issa, and he has found a great enthusiasm by the people for what he has put together. . Note that this font is not encoded according to The Unicode Standard, as the Zaghawa Beria script has not yet been accepted into the standard. Homepage: http://scripts.sil.org/ZaghawaBeria_Home Package: fonts-sipa-arundina Priority: optional Section: fonts Installed-Size: 1128 Maintainer: Theppitak Karoonboonyanan Architecture: all Version: 0.2.0-5.2.201403240828 Replaces: ttf-thai-arundina (<< 0.1.3) Breaks: ttf-thai-arundina (<< 0.1.3) Filename: 4.0-0/all/fonts-sipa-arundina_0.2.0-5.2.201403240828_all.deb Size: 438438 MD5sum: 719bf1b59c810155f0a3a18f48d6d377 SHA1: 2fa862041e74d18a56816ca08534ab4851941ec1 SHA256: 676447c224db34627756253d81a685dfd5228c9f59ae07c8e72d3ee0784372b5 Description: Thai DejaVu-compatible fonts Arundina fonts for Thai script. . The fonts are designed to be compatible with Bitstream Vera or DejaVu fonts. Serif, sans-serif and monospace type faces are included. Homepage: http://linux.thai.net/projects/fonts-sipa-arundina Package: fonts-smc Priority: optional Section: fonts Installed-Size: 2414 Maintainer: Debian-IN Team Architecture: all Version: 5.0.1-2.2.201403240833 Replaces: ttf-malayalam-fonts Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-malayalam-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-smc_5.0.1-2.2.201403240833_all.deb Size: 800770 MD5sum: 69a949752dc346e886decad6ad3213bf SHA1: d01327fab5b84bf91e985ac31dbb82e17131467d SHA256: e9a5ef656054f63345988ceec8e469a91e6c08b85c477fefe423f1e606f3b587 Description: Various TrueType fonts for Malayalam Language This package provides various TrueType fonts for Malayalam script which is primarily used in the state of Kerala. These fonts are developed by SMC community. Following fonts are shipped with this package: * AnjaliOldLipi * Dyuti * Kalyani * Meera * Rachana * RaghuMalaylamSans * Suruma Homepage: http://savannah.nongnu.org/projects/smc Package: fonts-stix Priority: extra Section: fonts Installed-Size: 1358 Maintainer: Atsuhito KOHDA Architecture: all Version: 1.1.0-1.2.201403240837 Replaces: otf-stix (<= 1.1.0~beta1-1) Provides: otf-stix Conflicts: otf-stix (<= 1.1.0~beta1-1) Filename: 4.0-0/all/fonts-stix_1.1.0-1.2.201403240837_all.deb Size: 768216 MD5sum: ef10c40f7bc7df73c8b3f19bb820a3a0 SHA1: 2aa75421f815b25bfb8abd19b34f85683519c0da SHA256: 9acc0cf3b7373d819790b3a9f9ad230483367d9f455ed73e9db3e8c33614a093 Description: Scientific and Technical Information eXchange fonts The mission of the Scientific and Technical Information Exchange (STIX) font creation project is the preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats. Homepage: http://www.stixfonts.org Package: fonts-takao-gothic Priority: optional Section: fonts Installed-Size: 18120 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-takao Version: 003.02.01-7.1.2.201403240839 Replaces: ttf-takao-gothic (<< 003.02.01-5) Provides: fonts-japanese-gothic Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-takao-gothic (<< 003.02.01-5) Filename: 4.0-0/all/fonts-takao-gothic_003.02.01-7.1.2.201403240839_all.deb Size: 4937428 MD5sum: b3a30479666a75ef3f4edd85b5793b37 SHA1: 3a6edc686d53485619b28d33c20aef5f219c6f04 SHA256: 255af8556216c765cfe457faa141da924986e831f7ae3d9f7f46b42aced90339 Description: Japanese TrueType font set, Takao Gothic Fonts Takao Fonts are Japanese gothic and mincho scalable fonts. They are suitable for both display and printing. This package provides them in TrueType format. . Takao Fonts are based on IPA Fonts and IPAex Fonts. Takao's purpose is to make it possible to maintain and release the fonts by the community with changing their names. . This package includes Takao Gothic, Takao P Gothic and Takao Ex Gothic. Homepage: https://launchpad.net/takao-fonts Package: fonts-takao-mincho Priority: optional Section: fonts Installed-Size: 23393 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-takao Version: 003.02.01-7.1.2.201403240839 Replaces: ttf-takao-mincho (<< 003.02.01-5) Provides: fonts-japanese-mincho Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-takao-mincho (<< 003.02.01-5) Filename: 4.0-0/all/fonts-takao-mincho_003.02.01-7.1.2.201403240839_all.deb Size: 6349498 MD5sum: 7519709496eac5c22eb0c384af03d500 SHA1: 0666d46945cbbaa60c992cc18d728a498a72f82a SHA256: b6cf8b2b6fa32373503c6a45defcc175feae45ddb6a6bd6d8558396611b5e203 Description: Japanese TrueType font set, Takao Mincho Fonts Takao Fonts are Japanese gothic and mincho scalable fonts. They are suitable for both display and printing. This package provides them in TrueType format. . Takao Fonts are based on IPA Fonts and IPAex Fonts. Takao's purpose is to make it possible to maintain and release the fonts by the community with changing their names. . This package includes Takao Mincho, Takao P Mincho and Takao Ex Mincho. Homepage: https://launchpad.net/takao-fonts Package: fonts-takao Priority: optional Section: fonts Installed-Size: 49 Maintainer: Debian Fonts Task Force Architecture: all Version: 003.02.01-7.1.2.201403240839 Replaces: ttf-takao (<< 003.02.01-5) Depends: fonts-takao-gothic, fonts-takao-mincho Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-takao (<< 003.02.01-5) Filename: 4.0-0/all/fonts-takao_003.02.01-7.1.2.201403240839_all.deb Size: 10436 MD5sum: 977f9e331db96d6fd82ceb4d25541fc6 SHA1: 5f0d8060e462644316200fb4e111614840009a07 SHA256: 7e0d2d3e4ead52398f2d1e7235cd674740bff3641dfe54feff475a29f9376052 Description: Japanese TrueType font set, Takao Fonts Takao Fonts are Japanese gothic and mincho scalable fonts. They are suitable for both display and printing. This package provides them in TrueType format. . Takao Fonts are based on IPA Fonts and IPAex Fonts. Takao's purpose is to make it possible to maintain and release the fonts by the community with changing their names. . This is metapackage, depends on fonts-takao-{mincho,gothic} packages. Homepage: https://launchpad.net/takao-fonts Package: fonts-taml-tamu Priority: optional Section: fonts Installed-Size: 339 Maintainer: Debian-IN Team Architecture: all Version: 1.0-1.2.201403240849 Filename: 4.0-0/all/fonts-taml-tamu_1.0-1.2.201403240849_all.deb Size: 179136 MD5sum: 60b8159f38870c229260cfa7315e1b5c SHA1: 89fefb795f0d743b2123fe596ab3a2c7c33e0d4a SHA256: da058bfd1cc6f8a05102ed8f82c7809744d4482f70c8a93c363cbb335fbf706a Description: TAMu family of non Unicode fonts for Tamil script This package provides following TAMu family of non Unicode fonts for Tamil script: . * TAMu_Kadampari * TAMu_Kalyani * TAMu_Maduram . Tamil is widely spoken language in the Indian state of TamilNadu and Sri Lanka. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-taml-tscu Priority: optional Section: fonts Installed-Size: 402 Maintainer: Debian-IN Team Architecture: all Version: 1.0-1.2.201403240851 Filename: 4.0-0/all/fonts-taml-tscu_1.0-1.2.201403240851_all.deb Size: 189572 MD5sum: f5dfae5251493184d24eac3915d6afb5 SHA1: 8e1ea93b36eb9ad805a8a4a31f836919c0214e30 SHA256: 4d19f24ed146556b94ff1d1dd083bb7a22b70ae5bddc7076bc4c7c061fba84a5 Description: TSCu family of non Unicode fonts for Tamil script This package provides following TSCu family of non Unicode fonts * TSCu_Comic * TSCu_Paranar * TSCu_Times * TSCu_paranarb * TSCu_paranari Tamil is the widely used language in the Indian state of TamilNadu and Sri Lanka. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-taml Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.2.2.201403240844 Replaces: ttf-tamil-fonts Depends: fonts-lohit-taml, fonts-samyak-taml Breaks: ttf-tamil-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-taml_1.2.2.201403240844_all.deb Size: 2824 MD5sum: 9aa555eab75aa54b153a172fe4d23037 SHA1: d6e0e874d33d384792c17ee2546d49a28a1b299d SHA256: 4ee274945c7ed71dbbf2a31a1f4a9314e8fdd203025d0d50a01bcd5aed443915 Description: Meta package to install all Tamil fonts This package allows you to install all available Tamil fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-telu-extra Priority: optional Section: fonts Installed-Size: 454 Maintainer: Debian-IN Team Architecture: all Version: 2.0-2.2.201403240908 Replaces: ttf-telugu-fonts Breaks: ttf-telugu-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-telu-extra_2.0-2.2.201403240908_all.deb Size: 216944 MD5sum: b627b742945986139c5860bcff9d4593 SHA1: a7c7ce89485c6b13f8d6040d260a9ef3b1c72ce0 SHA256: 6e9835054a175bad8cdb0d5ce1e5b8e2828a92f572991c3c363017ee76f2c6f6 Description: Free fonts for Telugu script This package provides free fonts for Telugu script (te) which is widely used in the Indian state of Andhra Pradesh. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-telu Priority: optional Section: fonts Installed-Size: 27 Maintainer: Debian-IN Team Architecture: all Version: 2:1.1.2.201403240904 Replaces: ttf-telugu-fonts Depends: fonts-lohit-telu, fonts-telu-extra Breaks: ttf-telugu-fonts (<< 2:1.0) Filename: 4.0-0/all/fonts-telu_1.1.2.201403240904_all.deb Size: 2750 MD5sum: 3c6444a1717a659c66e0324f6ebc52e6 SHA1: a070224624b4cbf577dbf66ce72a64bcfce31360 SHA256: ea899c3952877a6be97e349d91f36880455b6c4ff000b44929d15b0fd326b274 Description: Meta package to install all Telugu fonts This package allows you to install all available Telugu fonts in Debian. Homepage: http://alioth.debian.org/projects/debian-in Package: fonts-thai-tlwg Priority: optional Section: fonts Installed-Size: 66 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Depends: fonts-tlwg-garuda, fonts-tlwg-kinnari, fonts-tlwg-loma, fonts-tlwg-mono, fonts-tlwg-norasi, fonts-tlwg-purisa, fonts-tlwg-sawasdee, fonts-tlwg-typewriter, fonts-tlwg-typist, fonts-tlwg-typo, fonts-tlwg-umpush, fonts-tlwg-waree Filename: 4.0-0/all/fonts-thai-tlwg_0.5.0-5.2.201403240918_all.deb Size: 39244 MD5sum: 80388f8420076fffd376098ed2ec7bfd SHA1: 82d25e1fe2cb9de83735c6af4dab8e024bf92423 SHA256: 8d8664591ebd3c185063e0d765c9baddca64c1a67de449b78da9e9d4de453ec1 Description: Thai fonts maintained by TLWG (meta package) Shortcut for installing all Thai fonts that are collected, enhanced and maintained by Thai Linux Working Group (TLWG). . Most modern desktop users who want to use Thai language should install this package. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tibetan-machine Priority: optional Section: fonts Installed-Size: 4449 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.901b-4.2.201403240913 Replaces: ttf-tmuni (<< 1.901b-3) Provides: ttf-tmuni Conflicts: ttf-tmuni (<< 1.901b-3) Filename: 4.0-0/all/fonts-tibetan-machine_1.901b-4.2.201403240913_all.deb Size: 1630338 MD5sum: 28c090aafa4c6e14ac09000feb34b452 SHA1: 887cec3811444f21ae73ae289c266c09a27d45b4 SHA256: ef5ea29376e6645c1d729134708c596406110226caec39b6c1316ae874bc5395 Description: font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode) This package provides the Tibetan Machine Unicode font from the THDL project (http://www.thdl.org/). The font contains around 5,100 glyphs and can generate over 20,000 different combinations with full support for the Sanskrit combinations found in 'chos skad' texts. Package: fonts-tlwg-garuda Priority: optional Section: fonts Installed-Size: 408 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-garuda_0.5.0-5.2.201403240918_all.deb Size: 181528 MD5sum: cf099eb4a4aa67fc5ed7f0e8e287c8ae SHA1: b44e8a61f7d7c88c6ca5b291334ce53e4010456d SHA256: 11c5474d65ede86429e557afed10301610a66b63710c9d8f2bd2405afee882d5 Description: Thai Garuda font This package provides Thai Garuda font, code-named "NF2", from the National Font Project. . The font provides Arial-compatible Thai monoweight glyphs traditionally used in school books and official documents. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-kinnari Priority: optional Section: fonts Installed-Size: 645 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-kinnari_0.5.0-5.2.201403240918_all.deb Size: 290308 MD5sum: 5e4eb340a98a6c80bd41e75c4c5ad6ae SHA1: 68c828beb95748d1338956b2f54d1ce1d5670a53 SHA256: 44a8943e707e766a95aff8934a94f3ea7db25e63bdcb6861066901e6850282f5 Description: Thai Kinnari font This package provides Thai Kinnari font, code-named "NF1", from the National Font Project. . The font provides Times-compatible Thai glyphs traditionally used in school books and official documents. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-loma Priority: optional Section: fonts Installed-Size: 426 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-loma_0.5.0-5.2.201403240918_all.deb Size: 180922 MD5sum: c56ad369b889c7e6694807a589b95fef SHA1: f00b2beab607873baa13fa94238af9a7a2e6dfb5 SHA256: c8fec97ab8736d45dd44e28588d60debbcd1a4a24addd185bf07ddb0b48e76ac Description: Thai Loma font This package provides Thai Loma UI font from NECTEC. . The font provides Arial-compatible Thai glyphs with metrics optimized for on-screen user interface. For example, line spacing is reduced from regular typographic designs to allow more lines displayed on screen. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-mono Priority: optional Section: fonts Installed-Size: 491 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-mono_0.5.0-5.2.201403240918_all.deb Size: 193876 MD5sum: 7944ee1a8741458e02f540f6dca77475 SHA1: 5aa78d0452acb37fe235d994cc39acce98da8486 SHA256: fd143944ed3fbba703d4036c4cb397d1a7b812f3452874b63b4944e70b2218b0 Description: Thai TlwgMono font This package provides Thai TlwgMono monospace font from TLWG. . The font provides Thai purely monospace font, i.e. all glyphs are of the same width, even for combining characters. . The glyph shapes are designed to look like Thai X bitmap font for terminal. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-norasi Priority: optional Section: fonts Installed-Size: 743 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-norasi_0.5.0-5.2.201403240918_all.deb Size: 326524 MD5sum: e78fda6855f9a1bc65a365435bb048bc SHA1: 5886514c3a884bc7c3e8025e3e0672c973a20cd9 SHA256: 90ff855854b768c6c25aa5ec21b27d86d02f53bdcdde027c9c81c4acfcbd179b Description: Thai Norasi font This package provides Thai Norasi font, code-name "NF3", from the National Font Project. . The font provides Times-compatible Thai glyphs with a rich set of Latin glyphs for typesetting books. It was originally created for the Omega (Unicode-based TeX kernel) project. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-purisa Priority: optional Section: fonts Installed-Size: 666 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-purisa_0.5.0-5.2.201403240918_all.deb Size: 320928 MD5sum: 8d6d08e6218d2288e8e95296b8308ef2 SHA1: 0dcfd6724a4e4c8e55ea2ec4030b34703c7de025 SHA256: 3d93de3b996e6b47caf6837bb1c877c18ceb80b418099d29eeb4a6025b966e34 Description: Thai Purisa font This package provides Thai Purisa handwriting font from TLWG. . The font provides handwriting Thai glyphs. Latin handwriting glyphs are also available. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-sawasdee Priority: optional Section: fonts Installed-Size: 438 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-sawasdee_0.5.0-5.2.201403240918_all.deb Size: 179498 MD5sum: 6a95e2ba69bb38f1babd8b9142a01ea5 SHA1: 18ad270f447a5f058bd151fb84482dcc65576bab SHA256: 7a21b5f821b79c5d7021be60efa69b49d7f6574ae6406a72426fdb8a99037f44 Description: Thai Sawasdee font This package provides Thai Sawasdee decorative font from TLWG. . The font provides round-shaped Thai glyphs for decoration. It can also be used in stylish body text. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-typewriter Priority: optional Section: fonts Installed-Size: 487 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-typewriter_0.5.0-5.2.201403240918_all.deb Size: 195478 MD5sum: 8bcb72464ffcfc666cc2898428551de6 SHA1: ade68c6451379f4b10e10e926bc6e45ef28dd80d SHA256: 5ace90d0ccba450082d08671f9695a2a81e86f958df30cbd674a3e4a9b60bd17 Description: Thai TlwgTypewriter font This package provides Thai TlwgTypewriter monospace font from TLWG. . The font provides Thai semi-monospace font, i.e. all glyphs are of the same width, except combining characters. . The glyph shapes are designed to look like Thai X bitmap font for terminal. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-typist Priority: optional Section: fonts Installed-Size: 490 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-typist_0.5.0-5.2.201403240918_all.deb Size: 195226 MD5sum: 712811b5a63f0c22d68d1998b00f182e SHA1: 4e8685f850da502c082754b15afdae07dcd467d2 SHA256: 6385b45a23875c1620c61069dcef093e45d4629548e36072db86082652444b90 Description: Thai TlwgTypist font This package provides Thai TlwgTypist monospace font from TLWG. . The font provides Thai semi-monospace font, i.e. all glyphs are of the same width, except combining characters. . The glyph shapes are designed to look like Thai electric typewriters. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-typo Priority: optional Section: fonts Installed-Size: 490 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-typo_0.5.0-5.2.201403240918_all.deb Size: 194718 MD5sum: 6818d6520061ce72d555ce5a4e0b9776 SHA1: e48d84e892a86d9e2d8b72460de96f194840c2a0 SHA256: 8b7e873cd3a705a5dbc015c8aa5c8c555fb8b2dd4b21a9cd93ba2565c7c70b1e Description: Thai TlwgTypo font This package provides Thai TlwgTypo monospace font from TLWG. . The font provides Thai purely monospace font, i.e. all glyphs are of the same width, even for combining characters, but with some rules in the font to combine them to base characters. . The glyph shapes are designed to look like Thai electric typewriters. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-umpush Priority: optional Section: fonts Installed-Size: 590 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-umpush_0.5.0-5.2.201403240918_all.deb Size: 238906 MD5sum: dc22f9e50e7aa5ae4ce59feb46fb4a52 SHA1: 6bf9faf7aa784e8ac9b63b8240fdbfa81fee5063 SHA256: e4afae4bfa317fcc3b9bbca7c11d28862fc25e9b9ee4cea34869c8dba76e25ce Description: Thai Umpush font This package provides Thai Umpush font from TLWG. . The font provides arch-shaped Thai glyphs similar to Cordia. The style is mostly used in pocket books or semi-official documents. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tlwg-waree Priority: optional Section: fonts Installed-Size: 450 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: ttf-thai-tlwg (<< 1:0.4.16) Breaks: ttf-thai-tlwg (<< 1:0.4.16) Filename: 4.0-0/all/fonts-tlwg-waree_0.5.0-5.2.201403240918_all.deb Size: 186566 MD5sum: 0e4aec65da98d19e4bb6cefb8beb1ac9 SHA1: 8c969083ba917fe8834b790b8b0c6dfcf5cee94f SHA256: 1a801fb5a4058228e0ff6dde98f83add53432d23b9d18a7ab0ef679c97576061 Description: Thai Waree font This package provides Thai Waree font from TLWG. . The font provides DejaVu-compatible Thai glyphs with metrics optimized for on-screen user interface. For example, line spacing is reduced from regular typographic designs to allow more lines displayed on screen. Homepage: http://linux.thai.net/projects/fonts-tlwg Package: fonts-tomsontalks Priority: optional Section: fonts Installed-Size: 158 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-3.2.201403240924 Replaces: ttf-tomsontalks (<< 1.1-3) Provides: ttf-tomsontalks Conflicts: ttf-tomsontalks (<< 1.1-3) Filename: 4.0-0/all/fonts-tomsontalks_1.1-3.2.201403240924_all.deb Size: 66412 MD5sum: ff13ad417a3fd841a83ec6f25f747d5e SHA1: 2225bd2fbf8b6e2dd90f83db15587fea2d3da03b SHA256: 190b988aa05809dadfe84aac2c0c72a1f501dc3ee2dd10569b966be238fa15ad Description: comic lettering font This package provides a comic lettering font created with online comics in mind. It is named for the character Police Inspector Benedict Tomson from the comic Unusual Murders. Homepage: http://frabru.de/c.php/resource/font/TomsonTalks/ Package: fonts-tuffy Priority: optional Section: fonts Installed-Size: 588 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120614-1.2.201403240928 Replaces: ttf-tuffy (<< 20110822-1) Provides: ttf-tuffy Conflicts: ttf-tuffy (<< 20110822-1) Filename: 4.0-0/all/fonts-tuffy_20120614-1.2.201403240928_all.deb Size: 294920 MD5sum: 9e37c5c2e6cc2ee93b22b00c647c5d57 SHA1: 2efdac1f9aab1ec03612e33f6ae6a783f628af0a SHA256: 7e01849eb0ccd88466c44f57cbd6d41e37c894ed0a225e61b0eac4139ee6ed2b Description: The Tuffy Truetype Font Family Thatcher Ulrich's first outline font design. He started with the goal of producing a neutral, readable sans-serif text font. There are lots of "expressive" fonts out there, but he wanted to start with something very plain and clean, something he might want to actually use. Homepage: http://tulrich.com/fonts/ Package: fonts-ubuntu-title Priority: extra Section: fonts Installed-Size: 79 Maintainer: Debian Fonts Task Force Architecture: all Version: 1:0.3-1.2.201403240934 Replaces: ttf-ubuntu-title (<< 1:0.3-1) Conflicts: ttf-ubuntu-title (<< 1:0.3-1) Filename: 4.0-0/all/fonts-ubuntu-title_0.3-1.2.201403240934_all.deb Size: 18116 MD5sum: 76df43a976f6091f6f9871cdee5fccbe SHA1: 40c77078378961f5717388a9537ddb60b971f999 SHA256: 82b830d0a8cdfde9d6ff29d1e71e57d70c06b7ae32b4987754f5db52846c6f96 Description: font used to create the Ubuntu logo (2004‒2010) This font was used to create the lettering of the Ubuntu logo, it was made available by Canonical under the OFL 1.1 and the GPL 2 with font exception to make rebranding of Ubuntu easier and to provide LoCos (Language communities) with a font to create material related to Ubuntu in their own language. . It is no longer used in the Ubuntu logo. It was in use between 2004 and 2010. Homepage: https://launchpad.net/ubuntutitle/ Package: fonts-ukij-uyghur Priority: optional Section: fonts Installed-Size: 20627 Maintainer: Debian Fonts Task Force Architecture: all Version: 20110217-2.2.201403240936 Filename: 4.0-0/all/fonts-ukij-uyghur_20110217-2.2.201403240936_all.deb Size: 9440868 MD5sum: d2ae39411e43661ba76ef6c9e2c6bbf0 SHA1: e91e5bd9f2c80acaa2bea248a98f765de3fdca78 SHA256: 047397c2394798c6796703fe87ac6bddff272b007785dda28d307d52d652fce9 Description: fonts for Uyghur language This package provides a set of fonts designed to fully support the Uyghur language. . These fonts are designed and assembled by the Uyghur Kompyutér Illimi Jem'iyiti (Uyghur Computer Science Association). Homepage: http://ukij.org/fonts/ Package: fonts-umeplus Priority: optional Section: fonts Installed-Size: 9536 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120403-3.2.201403240941 Replaces: ttf-umeplus (<< 20110130-2) Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-umeplus (<< 20110130-2) Filename: 4.0-0/all/fonts-umeplus_20120403-3.2.201403240941_all.deb Size: 2045718 MD5sum: efc7e834a1e2760016e8b83555a043cf SHA1: 83375944c7fab15e78878556dc51cc6704f1326d SHA256: 74a2924ebfd961b3bd304c342d2615c7efb6bd143fdb09115f214b0ba468a875 Description: Japanese TrueType gothic fonts, based on Umefont and M+Font UmePlus is Japanese TrueType gothic font, mixed Umefont and M+Font. It consists of * UmePlus Gothic * UmePlus P Gothic . And also, Umeplus is the default Japanese font for Mandriva Linux. Homepage: http://www.geocities.jp/ep3797/modified_fonts_01.html Package: fonts-unfonts-core Priority: optional Section: fonts Installed-Size: 33494 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0.2-080608-6.2.201403240945 Replaces: ttf-unfonts (<< 1.0.1-7), ttf-unfonts-core (<< 1.0.2-080608-4) Conflicts: ttf-unfonts (<< 1.0.1-7), ttf-unfonts-core (<< 1.0.2-080608-4) Filename: 4.0-0/all/fonts-unfonts-core_1.0.2-080608-6.2.201403240945_all.deb Size: 14822002 MD5sum: acb96b234566a0f9253fa9d0d93ca1c2 SHA1: b3966a5de193015fc88c2617a4bf1a598eb52e2d SHA256: 7040e83fc426b161a58a34676b5623c989b80b338091af00d274f4efba812b49 Description: Un series Korean TrueType fonts This is a set of Korean TrueType fonts. These fonts were made from the HLaTeX's PostScript fonts and modified slightly. . This package has only the most common font families (UnBatang, UnDotum, Ungraphic, Unpilgi, and UnGungseo). Install fonts-unfonts-extra for additional fonts. Homepage: http://kldp.net/projects/unfonts Package: fonts-unfonts-extra Priority: optional Section: fonts Installed-Size: 20866 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0.2-080608-5.2.201403110854 Replaces: ttf-unfonts (<< 1.0.1-7), ttf-unfonts-core (<< 1.0.2-080608-3) Recommends: fonts-unfonts-core Conflicts: ttf-unfonts (<< 1.0.1-7), ttf-unfonts-core (<< 1.0.2-080608-3) Filename: 4.0-0/all/fonts-unfonts-extra_1.0.2-080608-5.2.201403110854_all.deb Size: 6915824 MD5sum: da55b071cc0c1f83f263203fbb7fa958 SHA1: bf1cd0502cfb9b661bc7932ff8f8497674ebc1b9 SHA256: eb5032ae5e80e3350f700b481ad51dc02d3d99ce5f66acaf942dcac3f8bc2f60 Description: Un series Korean TrueType fonts (extra) This is a set of Korean TrueType fonts. These fonts were made from the HLaTeX's PostScript fonts and modified slightly. . They package has the less common font families. In most cases, ttf-unfonts-core package is enough for daily use. Homepage: http://kldp.net/projects/unfonts Package: fonts-unikurdweb Priority: optional Section: fonts Installed-Size: 115 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.0-4.2.201403110856 Replaces: ttf-unikurdweb (<< 1.0-4) Provides: ttf-unikurdweb Conflicts: ttf-unikurdweb (<< 1.0-4) Filename: 4.0-0/all/fonts-unikurdweb_1.0-4.2.201403110856_all.deb Size: 36568 MD5sum: bc4cf1b9d705d5e5a7631a65d14834b8 SHA1: cd0771b7c249deb204822ea1e81e7a9042bf2686 SHA256: 6c8958d8e27382647b23b97e5063802303d0eb3cc399a50ea20de854b87c6971 Description: Unikurd Web free Kurdish font This is a free TrueType Kurdish font (UnikurdWeb). It contains all glyphs for Kurdish in the Latin and Arabic script, namely the necessary addtional glyphs for Soranî. Homepage: http://ferheng.org/en/?Fonts Package: fonts-uralic Priority: optional Section: fonts Installed-Size: 1403 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.0.20040829-4.2.201403110901 Replaces: ttf-uralic (<< 0.0.20040829-3) Provides: ttf-uralic Conflicts: ttf-uralic (<< 0.0.20040829-3) Filename: 4.0-0/all/fonts-uralic_0.0.20040829-4.2.201403110901_all.deb Size: 685332 MD5sum: 5a2ea0c14e827682641527446a0501ad SHA1: e798778a672e4b4d1df7bf81f1e40df46183d314 SHA256: 80433706e6ae8f25186aff42b59163cce85e357e0e53c08096ef4160f4393e67 Description: Truetype fonts for Cyrillic-based Uralic languages The Uralic fonts contain additional letters used in most Uralic languages with Russian-based writing systems - Khanty (all dialects), Komi, Mansi (without marking long vowels), Mari, Nenets, Selkup and Udmurt. The fonts also support Altai, Chukchi, Even, Evenki, Koryak and Nanai. . Font list: * Bookman Uralic (regular, bold, italic) * Chancery Uralic - Decorative calligraphic font * Gothic Uralic (regular, bold) - Futura-like sans serif * Mono Uralic (regular) - Courier-like fixed width font * Palladio Uralic (regular, bold, italic) - Palatino-like typeface * Roman Uralic (regular, bold, italic) - Times-like typeface * Sans Uralic (regular, bold, italic, bold italic) - Helvetica-like sans serif typeface * Sans Condensed Uralic (regular, bold) - Narrow version of Sans Uralic * Schoolbook Uralic (regular, bold, italic) . These fonts cover the ISO10646-1 and CP1251 charsets. Package: fonts-vlgothic Priority: optional Section: fonts Installed-Size: 7652 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120629-2.2.201403110903 Replaces: ttf-vlgothic (<< 20110414-1) Provides: fonts-japanese-gothic Pre-Depends: dpkg (>= 1.15.6~) Breaks: ttf-vlgothic (<< 20110414-1) Filename: 4.0-0/all/fonts-vlgothic_20120629-2.2.201403110903_all.deb Size: 2159588 MD5sum: 50c1f766442ce1c9888f267a76ea0dda SHA1: 77413f28ecd239a7aacc07c479dd7eec4aadfcf4 SHA256: b441d06454cb01c8fb65eab568dcac718a2ae9566676491a5009f24b2ad3bdb2 Description: Japanese TrueType font from Vine Linux VL Gothic is beautiful Japanese free Gothic TrueType font, developed by Project Vine. . It is based on Sazanami Gothic (by Electronic Font Open Laboratory) and M+1C/M+1M font (by M+ FONTS PROJECT). Homepage: http://dicey.org/vlgothic/ Package: fonts-vollkorn Priority: optional Section: fonts Installed-Size: 293 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1-1.2.201403110908 Filename: 4.0-0/all/fonts-vollkorn_2.1-1.2.201403110908_all.deb Size: 140192 MD5sum: 17cc91887ec4381a11ed39b589f5cf9d SHA1: 5f1a696fbd057576afa70802f57469f0cb36536e SHA256: 5b38754bdde7377372035a9755342b74a3f3df83b163e3087b7f63eefaa1125c Description: serif body text type This is a body text type face that includes symbols for many European languages and fonts of regular and bold weight and italic variants. Homepage: http://friedrichalthausen.de/?page_id=411 Package: fonts-yanone-kaffeesatz Priority: optional Section: fonts Installed-Size: 801 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.20100525-4.2.201403110911 Replaces: ttf-yanone-kaffeesatz (<< 0.20100525-3) Provides: ttf-yanone-kaffeesatz Conflicts: ttf-yanone-kaffeesatz (<< 0.20100525-3) Filename: 4.0-0/all/fonts-yanone-kaffeesatz_0.20100525-4.2.201403110911_all.deb Size: 357290 MD5sum: 12cc01abf6094c289b883ccb329d3b39 SHA1: a7405575b50ed98c14f5b5e30a86f43e6fa15850 SHA256: 8fb365195ad66c9d86aa1e17b4143e60fdb03a0fc7fc67ada59275c0ef25727a Description: Font in four weights Yanone Kaffeesatz was first published in 2004. Its Bold is reminiscent of 1920s coffee house typography, while the rather thin fonts bridge the gap to present times. You can witness Kaffeesatz use on German fresh-water gyms, Dubai mall promos and New Zealand McDonalds ads. And of course on coffee and foodstuff packaging and cafe design around the globe. . In 2010 it was decided to be re-released under the SIL Open Font License to make it possible to include in software bundles or web font services like Googles Font Directory. Homepage: http://www.yanone.de/typedesign/kaffeesatz/ Package: fonts-yozvox-yozfont-antique Priority: extra Section: fonts Installed-Size: 80338 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-yozvox-yozfont Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont-antique (<< 13.07-dfsg-2) Provides: otf-yozvox-yozfont-antique Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<= 12.18~beta26-dfsg1-1), otf-yozvox-yozfont-antique (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont-antique_13.09-dfsg-2.2.201403110915_all.deb Size: 7978836 MD5sum: 941e511043790bedf574b0f0172f4844 SHA1: f4901430f408ad07d1d4d9ab1afbd13f833ead28 SHA256: a8c45df99b3b84774c58c89b2964d4cfeb1a2aa55cfd64fff9cacb0e3c6a6f4c Description: Japanese proportional Handwriting OpenType font (antique kana) YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . It includes "YOzFontA (antique kana) / YOzFontA Bold" Homepage: http://yozvox.web.fc2.com/ Package: fonts-yozvox-yozfont-cute Priority: extra Section: fonts Installed-Size: 55882 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-yozvox-yozfont Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont-cute (<< 13.07-dfsg-2) Provides: otf-yozvox-yozfont-cute Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<= 12.18~beta26-dfsg1-1), otf-yozvox-yozfont-cute (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont-cute_13.09-dfsg-2.2.201403110915_all.deb Size: 7991970 MD5sum: 6da416b80ab7cd703757c2c182045d98 SHA1: 798360891956ca39139d34db3598e8f94dad27af SHA256: 2e82976ec7059a41fb4cc4419b024ea3e2265fc49c9c147f87d4963f5f9faeea Description: Japanese proportional Handwriting OpenType font (cute kana) YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . It includes "YOzFontC (cute kana) / YOzFontC Bold" Homepage: http://yozvox.web.fc2.com/ Package: fonts-yozvox-yozfont-edu Priority: extra Section: fonts Installed-Size: 56700 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-yozvox-yozfont Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont-edu (<< 13.07-dfsg-2) Provides: otf-yozvox-yozfont-edu Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<= 12.18~beta26-dfsg1-1), otf-yozvox-yozfont-edu (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont-edu_13.09-dfsg-2.2.201403110915_all.deb Size: 7896456 MD5sum: 8112b22d228a79e4f84e1c4a3989a6e5 SHA1: 7be51a98924affc783614956a90228eb6ae5992b SHA256: 8558b16df202d182289d265c2215bfbb4f18c5fcfa910708489c40a0ccb93446 Description: Japanese proportional Handwriting OpenType font (educational cana) YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . It includes "YOzFontE (educational kana) / YOzFontE Bold" Homepage: http://yozvox.web.fc2.com/ Package: fonts-yozvox-yozfont-new-kana Priority: extra Section: fonts Installed-Size: 56688 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-yozvox-yozfont Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont-new-kana (<< 13.07-dfsg-2) Provides: otf-yozvox-yozfont-new-kana Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<= 12.18~beta26-dfsg1-1), otf-yozvox-yozfont-new-kana (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont-new-kana_13.09-dfsg-2.2.201403110915_all.deb Size: 7896894 MD5sum: 5f48b0d3d700a56cc2d4d3354534a803 SHA1: a458c3e659e7a4f86c6cdd460dafdc27289b8b25 SHA256: 7e44a2cffadce7c2df54f342b291f1f87a0353313de896d0f712d1ab096a8a76 Description: Japanese proportional Handwriting OpenType font (new kana) YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . It includes "YOzFontN (new kana) / YOzFontN Bold" Homepage: http://yozvox.web.fc2.com/ Package: fonts-yozvox-yozfont-standard-kana Priority: extra Section: fonts Installed-Size: 80319 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-yozvox-yozfont Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont-standard-kana (<< 13.07-dfsg-2) Provides: otf-yozvox-yozfont-standard-kana Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<= 12.18~beta26-dfsg1-1), otf-yozvox-yozfont-standard-kana (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont-standard-kana_13.09-dfsg-2.2.201403110915_all.deb Size: 8238084 MD5sum: 5a02ff2a0892d2ec8c03cf066e3ade7b SHA1: f7845adffcf230ce56490204d3aea2a1d875651e SHA256: 7dc3e69ab5edbb987cd4727cf295042e14c5e20794fbdfc0a9198a4e767e4ac9 Description: Japanese proportional Handwriting OpenType font (standard kana) YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . It includes "YOzFont (standard kana) / YOzFont Bold" Homepage: http://yozvox.web.fc2.com/ Package: fonts-yozvox-yozfont Priority: extra Section: fonts Installed-Size: 41 Maintainer: Debian Fonts Task Force Architecture: all Version: 13.09-dfsg-2.2.201403110915 Replaces: otf-yozvox-yozfont (<< 13.07-dfsg-2) Depends: fonts-yozvox-yozfont-new-kana, fonts-yozvox-yozfont-standard-kana, fonts-yozvox-yozfont-antique, fonts-yozvox-yozfont-cute, fonts-yozvox-yozfont-edu Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-yozvox-yozfont (<< 13.07-dfsg-2) Filename: 4.0-0/all/fonts-yozvox-yozfont_13.09-dfsg-2.2.201403110915_all.deb Size: 6078 MD5sum: a991858b028f0719d329e756a05be807 SHA1: f40fc719418bef2e393cb2596d2e44242ef3256d SHA256: a4965580761121080a5901f96eefbab10b293a39ef3b4f8fed932a620a11f2f2 Description: Japanese proportional Handwriting OpenType font YOzFont is Handwriting Japanese font that standards to "JIS X 0213:2004" and contains the 10000 or more characters (includes hiragana, katakana and kanji). . This is "meiryo compatible" - similar to Microsoft Meiryo font, proportional (without Japanese character) and Wide line pitch . This is metapackage, it pulls all YOzFont packages. Homepage: http://yozvox.web.fc2.com/ Package: fonttools Priority: optional Section: fonts Installed-Size: 1428 Maintainer: Paul Wise Architecture: all Version: 2.3-1.4.201403110925 Depends: python, python-support (>= 0.90.0), python-numpy Recommends: fonttools-eexecop (>= 2.3-1.4.201403110925) Filename: 4.0-0/all/fonttools_2.3-1.4.201403110925_all.deb Size: 338328 MD5sum: ddcf995461074ccbcd7bf28f5fa9c508 SHA1: 514f204ecb2a9893e4fe05c0b6a896111b97a795 SHA256: 3fccd4ff6b68ae0e9abfca2bcd697e1c7f95fc4b37c9b7c525ee89133eef3168 Description: Converts OpenType and TrueType fonts to and from XML FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. It also contains a tool called "TTX" which converts TrueType/OpenType fonts to and from an XML-based format. Homepage: http://sourceforge.net/projects/fonttools/ Package: fonty-rg Priority: optional Section: fonts Installed-Size: 159 Maintainer: Radovan Garabík Architecture: all Version: 0.5.4.201403110927 Suggests: fonty Filename: 4.0-0/all/fonty-rg_0.5.4.201403110927_all.deb Size: 64892 MD5sum: e2adbbffa8b3d1fee87afcada3d728d6 SHA1: d2a0a33605c01e6b6e153f249581ccc96bafec79 SHA256: d2cb217cde145e4c259ebe611b93c7b5e25381f4b4f04e038fd4570863f30ed1 Description: Linux console fonts in various encodings fonty-rg contains fonts for linux console, including fonts for ISO-8859-1,2,3,4,5,6,7,8,9,10,11,13,14,15,16, KOI8-R,U,C, CP1250, CP1251, CP1252 codepages, as well as two Unicode fonts with wide coverage, and an ISO-8859-16 ACM file. Package: fontypython Priority: optional Section: fonts Installed-Size: 733 Maintainer: Kartik Mistry Architecture: all Version: 0.4.4-1.8.201403110930 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-imaging, python-wxgtk2.8 Filename: 4.0-0/all/fontypython_0.4.4-1.8.201403110930_all.deb Size: 341102 MD5sum: 1f77d99626a8ab191cb8b3eab94d933b SHA1: 0d421a1c57ae8a71362c746951f651c75dc40dc0 SHA256: feb062b0dfcee0ad2c135856b535d6b746204d40c860c2f54b9fd82354e3dfab Description: Find, view and manage font files of all kinds You can quickly view and filter arbitrary TTF, TTC, OTF or Type1 font files and then gather them together into 'pogs' which can be installed or removed as needed. In this way you control which fonts are installed on a per-project basis. It is written in Python and WxWidgets. Homepage: https://savannah.nongnu.org/projects/fontypython Package: foo2zjs Priority: extra Section: oldlibs Installed-Size: 52 Maintainer: Debian Printing Team Architecture: all Version: 20120510dfsg0-1.14.201403110943 Depends: printer-driver-foo2zjs Filename: 4.0-0/all/foo2zjs_20120510dfsg0-1.14.201403110943_all.deb Size: 28770 MD5sum: c3d7a5b06c1051045e37b39196e2b50e SHA1: 8a4b664e1ec21117b7fd808545765cd14107a5f2 SHA256: b9045b5371de91177ea24e3145de555c7aeabfd819e8b15c258ec6c47fdcebe1 Description: transitional dummy package for foo2zjs printer driver This is a transitional dummy package to transition to uniformly named printer-driver-foo2zjs. Homepage: http://foo2zjs.rkkda.com/ Package: fookebox Priority: optional Section: web Installed-Size: 308 Maintainer: Stefan Ott Architecture: all Version: 0.6.1-1.2.201403110955 Depends: python (>= 2.6.6-7~), python-pylons, python-mpd, libjs-prototype, libjs-scriptaculous, python-sqlalchemy Recommends: mpd, libapache2-mod-wsgi | httpd-wsgi Filename: 4.0-0/all/fookebox_0.6.1-1.2.201403110955_all.deb Size: 65948 MD5sum: 5d22ec10b7d712213ddb0b3b171ed4f6 SHA1: 12d828dd17faae719b4beb56a3e39cc3601e49ca SHA256: 3aa49a91dc91208441110414089259bcb9b23783cae45f26762438399b3d5025 Description: web-based jukebox frontend to mpd fookebox is a jukebox-style web-frontend to mpd. It can serve as a keyboard-less jukebox or as a generic mpd frontend, depending on your preferences. Homepage: http://fookebox.googlecode.com/ Package: foomatic-db-compressed-ppds Priority: optional Section: text Installed-Size: 857 Maintainer: Debian Printing Group Architecture: all Source: foomatic-db Version: 20120523-1.13.201403111003 Replaces: foomatic-db, foomatic-db-hpijs Provides: foomatic-db Depends: python, xz-utils Recommends: foomatic-db-engine, foomatic-filters (>= 4.0), printer-driver-all (>= 0.20111206), ghostscript, cups, cups-client, hpijs Suggests: hplip, hplip-cups, ghostscript-cups, openprinting-ppds, cjet Conflicts: foomatic-db, foomatic-db-hpijs Breaks: cups (<< 1.5.0-3~), foomatic-db Filename: 4.0-0/all/foomatic-db-compressed-ppds_20120523-1.13.201403111003_all.deb Size: 680362 MD5sum: 5ae4e4d961efe18a4ebc626b1218b93c SHA1: b75a88df5d0426a90f67053c7b2da11de4848301 SHA256: 9f490b62e7f673482111236e49ffc392dfc34aa96f1bba5b4695d34eef58d3d1 Description: OpenPrinting printer support - Compressed PPDs derived from the database Foomatic is a printing system designed to make it easier to set up common printers for use with Debian (and other operating systems). It provides the "glue" between a print spooler (like CUPS or lpr) and your actual printer, by telling your computer how to process files sent to the printer. . This package contains all PPD files which can be generated from the Foomatic database as one small compressed archive. This reduces the disk space consumption compared to the Foomatic XML database vastly and in addition makes listing of all available PPDs and extracting the needed PPD much faster than using the Foomatic XML database. Homepage: http://www.openprinting.org/ Package: foomatic-db-gutenprint Priority: optional Section: text Installed-Size: 123254 Maintainer: Debian Printing Group Architecture: all Source: gutenprint Version: 5.2.9-1.12.201403170447 Depends: foomatic-db, ijsgutenprint (>= 5.2.9-1.12.201403170447) Filename: 4.0-0/all/foomatic-db-gutenprint_5.2.9-1.12.201403170447_all.deb Size: 6963638 MD5sum: bf98ab75c4408ea40733412b7144e22f SHA1: a961cd3c8de62f5ae323fc4874d635331ea65b92 SHA256: 268322f5fef3562c69bc15b09a95685e2258979813de9058521a761f336a1022 Description: OpenPrinting printer support - database for Gutenprint printer drivers Foomatic is a printing system designed to make it easier to set up common printers for use with Debian (and other operating systems). It provides the "glue" between a print spooler (like CUPS or lpr) and your actual printer, by telling your computer how to process files sent to the printer. . This package includes support for printers using the Gutenprint printer driver suite. . Home Page: http://www.openprinting.org/ . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Package: foomatic-db Priority: optional Section: text Installed-Size: 6973 Maintainer: Debian Printing Group Architecture: all Version: 20120523-1.13.201403111003 Recommends: foomatic-db-engine, foomatic-filters (>= 4.0), printer-driver-all (>= 0.20111206), ghostscript, cups, cups-client, hpijs Suggests: hplip, hplip-cups, ghostscript-cups, openprinting-ppds, cjet Breaks: cups (<< 1.5.0-3~) Filename: 4.0-0/all/foomatic-db_20120523-1.13.201403111003_all.deb Size: 1265384 MD5sum: 50701c0540888bf7385680123fb7c77d SHA1: ee9e8b266d1a7ea30565c49a9b691df35116f83f SHA256: 2ff73274385cdefa6157432ca300a3760cc308c0e35b5403f401726205c8e938 Description: OpenPrinting printer support - database Foomatic is a printing system designed to make it easier to set up common printers for use with Debian (and other operating systems). It provides the "glue" between a print spooler (like CUPS or lpr) and your actual printer, by telling your computer how to process files sent to the printer. . This package contains the printer database distributed by OpenPrinting for most common drivers. You will probably need the foomatic-db-engine package for this package to be useful. Homepage: http://www.openprinting.org/ Package: fop-doc Priority: optional Section: doc Installed-Size: 62061 Maintainer: Debian Java Maintainers Architecture: all Source: fop Version: 1:1.0.dfsg2-6.13.201403111014 Replaces: libfop-java-doc Filename: 4.0-0/all/fop-doc_1.0.dfsg2-6.13.201403111014_all.deb Size: 5403808 MD5sum: d7817efdeb70b1ed629132d8135fd993 SHA1: d032949e8b3f7012a61d8c7dbfa61184d931f09c SHA256: 69d36081064fea985c0701c11d71d7ceb1a4a2636b9e966848c44d1dfe5f4c9c Description: XML formatter driven by XSL Formatting Objects (doc) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the documentation. Homepage: http://xmlgraphics.apache.org/fop/ Package: fop Priority: optional Section: text Installed-Size: 90 Maintainer: Debian Java Maintainers Architecture: all Version: 1:1.0.dfsg2-6.13.201403111014 Depends: default-jre-headless | java2-runtime-headless, libfop-java Recommends: libsaxon-java Suggests: fop-doc, libservlet2.5-java Filename: 4.0-0/all/fop_1.0.dfsg2-6.13.201403111014_all.deb Size: 22678 MD5sum: 253fa4e09832aa38f85f5e28348ddfcd SHA1: 346175fc01b3844ce0d6edd71ed1ed6fb89a9d89 SHA256: 58364105ad93c1f2030f94a95ad44a67010d02527de8bdc5a28aff4a9beae2e6 Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop command line tool Homepage: http://xmlgraphics.apache.org/fop/ Package: forg Priority: optional Section: net Installed-Size: 339 Maintainer: John Goerzen Architecture: all Version: 0.5.1-7.4.201403111045 Depends: python, python-central (>= 0.6.11), python-tk, python-pmw, python-imaging-tk Filename: 4.0-0/all/forg_0.5.1-7.4.201403111045_all.deb Size: 76750 MD5sum: 7ed33a116c776b9be9d7c841f293f95a SHA1: 246e364d78bcedda343dba3608caf6f9851bda5d SHA256: 92fd09ced42d7ef0b158b7894efaba91e97f12b0fcb036e5a184ebd26fcdb242 Description: Graphical Gopher Browser forg is a new graphical browser for gopher written in python. It will let you browse the world-wide gopherspace and handles various types of media, including HTML and video. Python-Version: all Package: fort77 Priority: optional Section: devel Installed-Size: 47 Maintainer: Mark Brown Architecture: all Version: 1.15-8.4.201403111103 Provides: fortran77-compiler Depends: perl | perl5, f2c, cpp Filename: 4.0-0/all/fort77_1.15-8.4.201403111103_all.deb Size: 7712 MD5sum: 3c4f0a73024885b488d66590532f6835 SHA1: c80a2edfa29d92c78b7625632b2919408e006bd9 SHA256: 3459c1a3f3da1ddb0eec9b9b5625086ff91583f7bb92e7e6b7f0bbe1d0c3c374 Description: Invoke f2c like a real compiler The fort77 script invokes the f2c command transparently, so it can be used like a real Fortran compiler. It can be used to compile Fortran, C and assembler code, and to link it with the f2c libraries. Package: fortunes-min Priority: optional Section: games Installed-Size: 163 Maintainer: Joshua Kwan Architecture: all Source: fortune-mod Version: 1:1.99.1-4.8.201403170922 Replaces: fortunes (<= 9708-6) Provides: fortune-cookie-db Recommends: fortune-mod (>= 9708-12) Filename: 4.0-0/all/fortunes-min_1.99.1-4.8.201403170922_all.deb Size: 72772 MD5sum: 4d6bdfbd8b0d3f126f958e5f318c29b4 SHA1: 2a6a8d49b805f52bc49f6e66bd9cba212ed533da SHA256: 72c8dbc8266e1fc9d1ffa754fa6a18460398f6d1d056f7d06af5ac36aac4c86d Description: Data files containing fortune cookies This package contains a small number of 'fortune cookies' for the bandwidth conscious. There are over 15000 different 'fortune cookies' in the fortunes package. You'll need the fortune-mod package to display the cookies. Package: fortunes-off Priority: optional Section: games Installed-Size: 1837 Maintainer: Joshua Kwan Architecture: all Source: fortune-mod Version: 1:1.99.1-4.8.201403170922 Replaces: fortunes (<= 9708-0.1) Provides: fortune-cookie-db Depends: fortunes Recommends: fortune-mod (>= 9708-12) Filename: 4.0-0/all/fortunes-off_1.99.1-4.8.201403170922_all.deb Size: 777464 MD5sum: 765587135d0922afc8c90605282d1c21 SHA1: 61a531e60b19a1b61e6b1cd0d986c945da09c191 SHA256: ddfda7cb6a48c8bd2afae4051a0bfb4b741d2d97bde94f1e08b63a781a6d36f5 Description: Data files containing offensive fortune cookies This package contains 'fortune cookies' which some may consider to be offensive. Please do not install this package if you or your users are easily offended. You'll need the fortune-mod package to display the cookies. Package: fortunes Priority: optional Section: games Installed-Size: 2534 Maintainer: Joshua Kwan Architecture: all Source: fortune-mod Version: 1:1.99.1-4.8.201403170922 Provides: fortune-cookie-db Depends: fortunes-min Recommends: fortune-mod (>= 9708-12) Filename: 4.0-0/all/fortunes_1.99.1-4.8.201403170922_all.deb Size: 1113406 MD5sum: f2c9fe78591eb75b94f792ab130e0c99 SHA1: e97b817cc21fa3a4fc87b473bc470dc10831ac9d SHA256: 995aabf3308c4b53d5be0458a52d90aa6868ae65eae6cb4eb21818a6a9f262cb Description: Data files containing fortune cookies There are far over 15000 different 'fortune cookies' in this package. You'll need the fortune-mod package to display the cookies. Package: foxyproxy Priority: optional Section: web Installed-Size: 29 Maintainer: Georg Koppen Architecture: all Version: 3.4-1.1.5.201403111150 Depends: xul-ext-foxyproxy-standard Filename: 4.0-0/all/foxyproxy_3.4-1.1.5.201403111150_all.deb Size: 4666 MD5sum: 6997dffe83793b448a100797692b62a9 SHA1: ba1a66b90ef29be502f431620b4610aa82c775e9 SHA256: fde0d7b5464459e857138e7431655ea3cc25991ee519644cec39b541249c6ff7 Description: advanced proxy management tool for Iceweasel - transitional dummy package This is a transitional dummy package to ease the migration from the old foxyproxy to the new xul-ext-foxyproxy-standard package. You can safely remove it. Homepage: http://getfoxyproxy.org/ Package: fp-docs-2.6.0 Priority: optional Section: doc Installed-Size: 40142 Maintainer: Carlos Laviola Architecture: all Source: fpc Version: 2.6.0-9.8.201403111153 Replaces: fp-docs (<= 2.4.0-3) Provides: fp-docs Breaks: fp-docs (<= 2.4.0-3) Filename: 4.0-0/all/fp-docs-2.6.0_2.6.0-9.8.201403111153_all.deb Size: 2168648 MD5sum: 7f894c956cc6b59bbd7081a3f9e59338 SHA1: 875d9a29e26be8f11926780a322605a274381e4a SHA256: e66dfaffde751ff51e090858ed7adf33d1280ff33661a7c338b39c401e15de71 Description: Free Pascal - documentation The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package provides documentation for the Free Pascal Compiler in HTML format. Homepage: http://www.freepascal.org/ Package: fp-docs Priority: optional Section: doc Installed-Size: 38 Maintainer: Carlos Laviola Architecture: all Source: fpc Version: 2.6.0-9.8.201403111153 Depends: fp-docs-2.6.0 (= 2.6.0-9.8.201403111153) Filename: 4.0-0/all/fp-docs_2.6.0-9.8.201403111153_all.deb Size: 14444 MD5sum: 83224b87b5dd8cbdeb0c055e8adee0bd SHA1: 95a2efca62685759cc83e69b9badd936a633cf78 SHA256: dea1f82b9dd954cdd562bf78484cb49d3d58d5479eb2a13964325fb6a10af341 Description: Free Pascal - documentation dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing documentation for the Free Pascal Compiler in HTML format. Homepage: http://www.freepascal.org/ Package: fpc-2.6.0 Priority: optional Section: devel Installed-Size: 38 Maintainer: Carlos Laviola Architecture: all Source: fpc Version: 2.6.0-9.8.201403111153 Replaces: fpc (<= 2.4.0-3) Provides: fpc Depends: fp-units-rtl-2.6.0 (>= 2.6.0-9.8.201403111153), fp-compiler-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-base-2.6.0 (>= 2.6.0-9.8.201403111153), fp-ide-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-fcl-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-fv-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-gtk-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-gtk2-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-gnome1-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-db-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-gfx-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-net-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-misc-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-multimedia-2.6.0 (>= 2.6.0-9.8.201403111153), fp-units-math-2.6.0 (>= 2.6.0-9.8.201403111153) Recommends: fp-utils-2.6.0 Suggests: lazarus, fp-docs-2.6.0 (>= 2.6.0) Breaks: fpc (<= 2.4.0-3) Filename: 4.0-0/all/fpc-2.6.0_2.6.0-9.8.201403111153_all.deb Size: 14708 MD5sum: 94a936b935f0f6985443dd605d043a47 SHA1: 5cfab15f17e39875453d2908f6001b98dfe09403 SHA256: 542d18df5aacfe65354b0d46cd854ea06fe1740d9ecc02d1ebde8b3747d77305 Description: Free Pascal - SDK-2.6.0 suite The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This metapackage pulls in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: http://www.freepascal.org/ Package: fpc-source-2.6.0 Priority: optional Section: devel Installed-Size: 96528 Maintainer: Carlos Laviola Architecture: all Source: fpc Version: 2.6.0-9.8.201403111153 Replaces: fpc-source (<= 2.4.0-3) Provides: fpc-source Breaks: fpc-source (<= 2.4.0-3) Filename: 4.0-0/all/fpc-source-2.6.0_2.6.0-9.8.201403111153_all.deb Size: 14237210 MD5sum: 675b958f9d0268a095252b3d23ce9be6 SHA1: a9dfacee74ae22c55324249640527fa6bd0b69d6 SHA256: 133b93ae20073bf2e9abfc452f4839d2ee405d280fac21d96619574dc3c9a1a6 Description: Free Pascal - SDK source code The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Homepage: http://www.freepascal.org/ Package: fpc-source Priority: optional Section: devel Installed-Size: 38 Maintainer: Carlos Laviola Architecture: all Source: fpc Version: 2.6.0-9.8.201403111153 Depends: fpc-source-2.6.0 (= 2.6.0-9.8.201403111153) Filename: 4.0-0/all/fpc-source_2.6.0-9.8.201403111153_all.deb Size: 14466 MD5sum: 340e4efbaff731a2642432c018f0db5b SHA1: a3420df2a0a7943c0a99610e4d84cb5e9e0e1990 SHA256: 02dfd2b7f87e1dbe1ee0e519c26a36e457383e53d72ff3d37033cdd055c529ea Description: Free Pascal - SDK source code dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Homepage: http://www.freepascal.org/ Package: fpc Priority: optional Section: devel Installed-Size: 38 Maintainer: Carlos Laviola Architecture: all Version: 2.6.0-9.8.201403111153 Depends: fpc-2.6.0 (= 2.6.0-9.8.201403111153) Recommends: fp-utils-2.6.0 Filename: 4.0-0/all/fpc_2.6.0-9.8.201403111153_all.deb Size: 14608 MD5sum: e3da2f843d8d27d5da13c11f6b878bd2 SHA1: 764089e27640aa065eeaf3542b8d01e5b0abf05f SHA256: db082e865bd7e8784b69dff1af9fc92a938cc9f2ae65c8b712a4a2309803ab54 Description: Free Pascal - SDK suite dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the metapackage pulling in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: http://www.freepascal.org/ Package: fpdns Priority: optional Section: net Installed-Size: 50 Maintainer: Thorsten Alteholz Architecture: all Source: net-dns-fingerprint Version: 0.9.3-4.4.201403180240 Depends: libnet-dns-fingerprint-perl, libio-socket-inet6-perl Filename: 4.0-0/all/fpdns_0.9.3-4.4.201403180240_all.deb Size: 9006 MD5sum: 75db8cb855fe7144c26b804e3712c233 SHA1: 64b6ce43ebf0feccfc5066d26b9ab3b659452912 SHA256: f8509dab433387e11afbed57f7377aa7126389c3120f101ad2eb4cf0760f951a Description: remotely determine DNS server version A nameserver basically responds to a query. Interoperability is an obvious requirement here. The standard protocol behaviour of different DNS implementations is expected to be the same. . The reality is quite different though. fpdns uses a series of borderline DNS queries to determine the vendor, product and version of a nameserver. Homepage: http://code.google.com/p/fpdns/ Package: fprintd-doc Priority: extra Section: doc Installed-Size: 115 Maintainer: FingerForce Team Architecture: all Source: fprintd Version: 0.4.1-5-g73edad0-3.2.201403111236 Suggests: fprintd (>= 0.4.1-5-g73edad0-3.2.201403111236), libpam-fprintd (>= 0.4.1-5-g73edad0-3.2.201403111236) Filename: 4.0-0/all/fprintd-doc_0.4.1-5-g73edad0-3.2.201403111236_all.deb Size: 21652 MD5sum: f68e3ab12db64b6b24bff776fbd4ab26 SHA1: e9f545598d91261adb4f467bdddd24cbf93a4195 SHA256: ffe298a6e2753e8635e2b976069e5c26ced04886bddbb30f6e3cdf8245c93c11 Description: development documentation for fprintd fprintd is a D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus. By adding this daemon layer above libfprint, various problems related to multiple applications simulatenously competing for fingerprint readers get solved. . This package contains the GTK-Doc API documentation of fprintd. Homepage: http://www.freedesktop.org/wiki/Software/fprint/fprintd Package: fprobe-ng Priority: optional Section: net Installed-Size: 35 Maintainer: Radu Spineanu Architecture: all Source: fprobe Version: 1.1-7.3.4.201403111241 Depends: fprobe Filename: 4.0-0/all/fprobe-ng_1.1-7.3.4.201403111241_all.deb Size: 9280 MD5sum: cb0a7d66910e4a1ad38a61acb6438697 SHA1: cc636e7824109c21a3aa24f1709d054726660114 SHA256: 5ed863f151374668c9948ea56687b1fcd5b173be99797f24d00897a72f82a2e1 Description: export captured traffic to remote NetFlow Collector (meta) This program is a libpcap-based utility which collects network traffic and emits it as NetFlow towards a specified collector. . This is a meta package that depends on fprobe. Package: fragmaster Priority: extra Section: tex Installed-Size: 184 Maintainer: Agustin Martin Domingo Architecture: all Version: 1.6-3.4.201403111337 Depends: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-extra-utils, texlive-font-utils, ghostscript, perl Filename: 4.0-0/all/fragmaster_1.6-3.4.201403111337_all.deb Size: 120306 MD5sum: 331a264fc7c055868ba0066f2b0a26d9 SHA1: a1aca896ebefe366ed8ce0fee86f5cbe29f7b057 SHA256: ffdf8e51ced6727ec26f44c2ac2d06869fd97713ee53784ae0690f6e8fa52054 Description: use of psfrag constructs with pdflatex psfrag is a LaTeX package which allows one to replace text elements in included EPS graphics by arbitrary LaTeX output. Because psfrag uses Postscript for making the replacements, in principle you can't use psfrag with pdflatex which doesn't have any interfaces to postscript. . This package contains the Perl script fragmaster that produces a new EPS from your original EPS which already contains all those psfrag replacements. This new EPS graphic actually can be converted to PDF including all replacements. The resulting "encapsulated" PDF then can be used with pdflatex. Homepage: http://www.ctan.org/tex-archive/support/fragmaster/ Package: freebirth-data Priority: extra Section: sound Installed-Size: 2812 Maintainer: Paul Brossier Architecture: all Source: freebirth Version: 0.3.2-8.2.201403111401 Conflicts: freebirth (<< 0.3.2-5) Filename: 4.0-0/all/freebirth-data_0.3.2-8.2.201403111401_all.deb Size: 2307822 MD5sum: 4a4c84400b6bda4d518d83bb57b05276 SHA1: a48fd6016a623f3bda3c1c7cb63bbd7e418ddb09 SHA256: ef136c0c5550a54163ffbff49fac224101e7e31e9fcde4fe5bddbeecc6b4e654 Description: Bass synthesizer/sample player/sequencer -- sound samples This package contains sound samples for freebirth. . Freebirth is a free software bass synthesizer / step sequencer / sample player similar to Rebirth. The bass synthesizer resembles the 303 but also has other capabilities such as . - Three oscillators (saw, sin, sqr) - Phase offsets for each oscillator - Separate filter and amplitude envelopes - Separate tuning for each oscillator - Two effects busses (reverb and delay). Package: freebsd-glue Priority: extra Section: devel Installed-Size: 125 Maintainer: GNU/kFreeBSD Maintainers Architecture: all Version: 0.0.4.2.201403111416 Replaces: freebsd-buildutils (<< 9.0-10) Depends: original-awk, make, libbsd-dev (>= 0.4.0-1~), libexpat-dev Recommends: freebsd-buildutils Conflicts: kfreebsd-kernel-headers (<< 0.80) Breaks: freebsd-buildutils (<< 9.0-10) Filename: 4.0-0/all/freebsd-glue_0.0.4.2.201403111416_all.deb Size: 20254 MD5sum: 9211ef5cb5264ef36c06892b5ddc53c4 SHA1: 15763350be457dab446e848b94e55149fe2cb56c SHA256: 6c206ee0537d916df78e09fd4b4042cb26eb23b759887ea3f02b652dba7f13cc Description: Emulate a FreeBSD build environment This package provides a set of glue headers and symbolic links to emulate a FreeBSD build environment. . Its goal is to make it as easy as possible to build source code written for FreeBSD on Debian, by adding the necessary glue so that equivalent interfaces in packages like freebsd-buildutils, libbsd-dev or libexpat-dev are directly available to pristine FreeBSD code. . freebsd-glue strives for bug-for-bug compatibility and will even attempt to accommodate for unspecified features (such as implicit header inclusion), as long as this doesn't cause breakage in other areas. Package: freebsd-manpages Priority: optional Section: doc Installed-Size: 7260 Maintainer: GNU/kFreeBSD Maintainers Architecture: all Version: 8.2-1.4.201403111418 Suggests: man-browser Filename: 4.0-0/all/freebsd-manpages_8.2-1.4.201403111418_all.deb Size: 6829050 MD5sum: a73610ea06482866d9e5b2cd58d5589c SHA1: a6a91ef074011e34be6661cdc02ccea543573342 SHA256: e6e13bd1633850eb4f40c3c64f75ac999c8c49d3b465854a9a3140c3660d97a1 Description: Manual pages for a GNU/kFreeBSD system This package contains a selection of manual pages from FreeBSD that are useful on a GNU/kFreeBSD system: 2 = System calls (functions provided by the kernel) 4 = Special files (usually found in /dev) 9 = Kernel routines Package: freebsd-sendpr Priority: extra Section: utils Installed-Size: 89 Maintainer: GNU/kFreeBSD Maintainers Architecture: all Version: 3.113+8.2-1.8.201403111420 Depends: mailutils | bsd-mailx, dpkg (>= 1.15.4) | install-info Conflicts: gnats, gnats-user Filename: 4.0-0/all/freebsd-sendpr_3.113+8.2-1.8.201403111420_all.deb Size: 33558 MD5sum: 08db07dd581334ffd494e90a429ca24e SHA1: db776795f1c3262fa9263c24df662f56c50182bf SHA256: c59108f66cb92acac1056cea87af76204f5335a6a9d51e028b5bf3e3715e363b Description: FreeBSD fork of send-pr (from GNU GNATS) send-pr is a client utility for sending problem reports to a remote GNATS database. This is the FreeBSD version of send-pr, which contains a number of enhancements, and is primarily targeted at sending reports to the FreeBSD PR database. . It is useful for Debian maintainers (or even users) of software originated in FreeBSD, as it provides an easy way to send patches or feedback to upstream. Package: freedesktop-sound-theme Priority: optional Section: sound Installed-Size: 70 Maintainer: Debian GNOME Maintainers Architecture: all Source: sound-theme-freedesktop Version: 0.7.pristine-2.4.201403201313 Depends: sound-theme-freedesktop Filename: 4.0-0/all/freedesktop-sound-theme_0.7.pristine-2.4.201403201313_all.deb Size: 11528 MD5sum: 1025ce1fadb5f1dcfdc234bb4801a1cf SHA1: 9d10b0feeb4d3242764d13fd9f0c560c24a65ffa SHA256: 5ee28d07545288520774c09ea6714e8728322bd6fbdf7cfc8d02df427dcc14d9 Description: Transitional package for sound-theme-freedesktop This is a transitional package to ease upgrades to the sound-theme-freedesktop package. It can safely be removed. Homepage: http://www.freedesktop.org/ Package: freediams-doc-en Priority: optional Section: doc Installed-Size: 4126 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Provides: freediams-doc Filename: 4.0-0/all/freediams-doc-en_0.7.6-1.2.201403111752_all.deb Size: 3076774 MD5sum: 68680a7fdb89cd9a6058419d357edbe5 SHA1: 47545046e2d20c7b90d4ecea1518daa2159fa370 SHA256: ea822ce5e6d46809f600d9fdcf8d5330786912afd63c3e3f680c2f5c44b55951 Description: FreeDiams english documentation The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . FreeDiams is a pharmaceutical drug prescriptor assistant. It can be used to creation complex prescription and to manage drugs interactions. . This package contains the English documentation of freediams. Enhances: freediams Homepage: http://www.freemedforms.com/ Package: freediams-doc-fr Priority: optional Section: doc Installed-Size: 5766 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Provides: freediams-doc Filename: 4.0-0/all/freediams-doc-fr_0.7.6-1.2.201403111752_all.deb Size: 4344922 MD5sum: e5924928ea83365c347e7d33b1f2edf7 SHA1: d448dbd4b0b7d83b78c0122e1f4f60a8a18c3a86 SHA256: d9674408177135c2e55848e71cc24edef6bd402646817153bd9a03eb301953fc Description: FreeDiams french documentation The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . FreeDiams is a pharmaceutical drug prescriptor assistant. It can be used to creation complex prescription and to manage drugs interactions. . This package contains the French documentation of freediams. Enhances: freediams Homepage: http://www.freemedforms.com/ Package: freefem++-doc Priority: optional Section: doc Installed-Size: 9665 Maintainer: Debian Science Maintainers Architecture: all Source: freefem++ Version: 3.19.1-1.2.201403111446 Filename: 4.0-0/all/freefem++-doc_3.19.1-1.2.201403111446_all.deb Size: 9538098 MD5sum: 3cee8afcd279c1fd035b8472dc8efc9d SHA1: 82cb86d078c3aeda4b0f39eecdbf15259a4af47c SHA256: 1b2425754ec35360ff506a274360e13473fe116015373a845520f6cfbf17c3bd Description: Provides the documentation of the FreeFem++ FE suite FreeFem++ is an implementation of a language dedicated to the finite element method. It enables you to solve Partial Differential Equations (PDE) easily. . Problems involving PDE from several branches of physics such as fluid-structure interactions require interpolations of data on several meshes and their manipulation within one program. FreeFem++ includes a fast quadtree-based interpolation algorithm and a language for the manipulation of these data on multiple meshes. It contains also a powerful mesh generation and adaption tool integrated seamlessly in FreeFem++ called bamg. . FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom allowing for a smooth learning curve. . This package contains the documentation files of FreeFem++. Homepage: http://www.freefem.org/ff++/ Package: freefem-doc Priority: optional Section: doc Installed-Size: 525 Maintainer: Debian Science Team Architecture: all Source: freefem Version: 3.5.8-5.4.201403111438 Suggests: pdf-viewer Filename: 4.0-0/all/freefem-doc_3.5.8-5.4.201403111438_all.deb Size: 386678 MD5sum: e72103e5df3f0cafde747cb5d6a30de3 SHA1: bb36875e2240d70137cee5c1f641e6194cd4436c SHA256: 0ca99a80f42394d3fedebd9776d1ba3c98b230b307767d71294e278a210bf0ad Description: Documentation for FreeFEM (html and pdf) FreeFEM is a language adapted to Partial Differential equation. The underlying method used is the Finite Element Method. This tool has been successfully used as a teaching tool and even as a research tool. Homepage: http://kfem.sourceforge.net Package: freefem-examples Priority: optional Section: math Installed-Size: 52 Maintainer: Debian Science Team Architecture: all Source: freefem Version: 3.5.8-5.4.201403111438 Depends: freefem Filename: 4.0-0/all/freefem-examples_3.5.8-5.4.201403111438_all.deb Size: 16518 MD5sum: b27e044f708a0fcf64deb0ac9589f275 SHA1: 6fe181229297cb86fb42ea5a0065d056828e05ba SHA256: a224a36734a2fad71af886e6774c99bdc3fcf738815fe6a6575472bac8a7bde4 Description: Example files for FreeFEM FreeFEM is a language adapted to Partial Differential equation. The underlying method used is the Finite Element Method. This tool has been successfully used as a teaching tool and even as a research tool. Homepage: http://kfem.sourceforge.net Package: freeipmi Priority: extra Section: admin Installed-Size: 21 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.1.5-3.5.201403111719 Depends: freeipmi-common, freeipmi-tools, freeipmi-ipmidetect, freeipmi-bmc-watchdog Filename: 4.0-0/all/freeipmi_1.1.5-3.5.201403111719_all.deb Size: 926 MD5sum: d6ffb8ab0d8d02cbabccb99a1630d760 SHA1: 2339e664c295efe6a087c9ad5688603c48b0f038 SHA256: 85f3492c795a5258c558ab4c4e4f425e66ceb2e4ae5d5afbb9da637dba5da973 Description: GNU implementation of the IPMI protocol FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This meta-package depends on all separate modules of freeipmi. Homepage: http://www.gnu.org/software/freeipmi/ Package: freemat-data Priority: optional Section: math Installed-Size: 5826 Maintainer: Debian Science Maintainers Architecture: all Source: freemat Version: 4.0-5.4.201403111728 Recommends: freemat Filename: 4.0-0/all/freemat-data_4.0-5.4.201403111728_all.deb Size: 4721370 MD5sum: 2a52f5fbcaf3b45159073194cb1c8de7 SHA1: 4645b6c15e4635b2ed1b23b3cd6bae467891b714 SHA256: 31d63272062e0492b6412d010738c97a2df65bf47d45727e13e9bea443b29daf Description: freemat data files FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. . This package install freemat data files Homepage: http://freemat.sourceforge.net Package: freemat-help Priority: optional Section: math Installed-Size: 6388 Maintainer: Debian Science Maintainers Architecture: all Source: freemat Version: 4.0-5.4.201403111728 Recommends: freemat Filename: 4.0-0/all/freemat-help_4.0-5.4.201403111728_all.deb Size: 4498254 MD5sum: 31cc5f99a77b01ff3e2920bed1572765 SHA1: 5e78516e0c409465f19a1a7e2b7a30861d530e7d SHA256: 2b96395f5a0f667e6c5fe4f64b416d2147be878e83d91c8c2cb51cb9e7c33b50 Description: freemat help files FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. . This package install freemat help files Homepage: http://freemat.sourceforge.net Package: freemedforms-common-resources Priority: optional Section: science Installed-Size: 1541 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Depends: freemedforms-theme (= 0.7.6-1.2.201403111752), freemedforms-i18n (= 0.7.6-1.2.201403111752) Filename: 4.0-0/all/freemedforms-common-resources_0.7.6-1.2.201403111752_all.deb Size: 693852 MD5sum: f3a25305ee507e731bdff1a3e798956f SHA1: b9a1134415d727a41f85eaf12c690f2df89b7592 SHA256: 40411b7479e879386e8a9ddc6746be47f0b19b303db84cfd8e665f2ed54f4021 Description: common data for the FreeMedForms project applications The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This metapackage contains the architecture independent data. Homepage: http://www.freemedforms.com/ Package: freemedforms-emr-doc-en Priority: optional Section: doc Installed-Size: 2007 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Provides: freemedforms-emr-doc Filename: 4.0-0/all/freemedforms-emr-doc-en_0.7.6-1.2.201403111752_all.deb Size: 1618976 MD5sum: fdbe219df3d508f06f8ef93e05ebcdf7 SHA1: e3e8dc654cc6b51caa1edc4192d769baaddb3770 SHA256: 19e2583553094b9f29edc6d8b1315b2315d9d1d15923c0aec5f9e2cbf0e78841 Description: FreeMedForms EMR english documentation The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This package contains the English documentation of FreeMedForms EMR. Enhances: freemedforms-emr Homepage: http://www.freemedforms.com/ Package: freemedforms-emr-doc-fr Priority: optional Section: doc Installed-Size: 5279 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Provides: freemedforms-emr-doc Filename: 4.0-0/all/freemedforms-emr-doc-fr_0.7.6-1.2.201403111752_all.deb Size: 3959034 MD5sum: 82ce6745e660f11b016cb2f5a21efddb SHA1: fc246c0f26e3cd7a60df7ff7610354a15911631a SHA256: 9d7461a567c2b8d14c6708a47d8426ce50883e80ae7489e7c211d40d3dfb24cf Description: FreeMedForms EMR french documentation The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This package contains the French documentation of FreeMedForms EMR. Enhances: freemedforms-emr Homepage: http://www.freemedforms.com/ Package: freemedforms-emr-resources Priority: optional Section: science Installed-Size: 2139 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Suggests: freemedforms-freedata (= 0.7.6-1.2.201403111752) Filename: 4.0-0/all/freemedforms-emr-resources_0.7.6-1.2.201403111752_all.deb Size: 1291262 MD5sum: 460a82ff9fa0791364ebd4daed489584 SHA1: 3797ba103f194e5b43f0e747b2914deab3791328 SHA256: 95d0fb4208f1899159588db741e56fd89d83c419906b6cd0b8c5340af5e977ef Description: data for the FreeMedForms EMR The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This package contains the architecture independent data specific to the FreeMedForms EMR. Homepage: http://www.freemedforms.com/ Package: freemedforms-freedata Priority: optional Section: science Installed-Size: 14680 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Replaces: freemedforms-emr-resources (<< 0.7.4) Conflicts: freemedforms-emr-resources (<< 0.7.4) Breaks: freemedforms-emr-resources (<< 0.7.4) Filename: 4.0-0/all/freemedforms-freedata_0.7.6-1.2.201403111752_all.deb Size: 4147422 MD5sum: 7c13a12ac696ad53ba27ccd9b6580f13 SHA1: 0efb5d015a08e10e4d168e0e3363230ee2f22c88 SHA256: e3791d54f41f2506e4995754cb2a8b436535138095a7917d162bf7096a46e8e3 Description: free extra-data for the FreeMedForms project The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This package contains the architecture independent free extra-data (like free drugs database). Homepage: http://www.freemedforms.com/ Package: freemedforms-i18n Priority: optional Section: localization Installed-Size: 2181 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Filename: 4.0-0/all/freemedforms-i18n_0.7.6-1.2.201403111752_all.deb Size: 586650 MD5sum: 3553a4dae891f4325fa7ea736a7213b8 SHA1: a9e423bfcd67b9cb6a4ec51130b37c6ca4179377 SHA256: 1734ad6dd5032d9e8310e091893966b60581b9b46f66436f433fe20d3c764532 Description: translations of the FreeMedForms project The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This package contains the translations of the project. Homepage: http://www.freemedforms.com/ Package: freemedforms-project Priority: optional Section: science Installed-Size: 35 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.7.6-1.2.201403111752 Depends: freemedforms-emr (>= 0.7.6-1.2.201403111752), freediams (>= 0.7.6-1.2.201403111752), freeaccount (>= 0.7.6-1.2.201403111752) Filename: 4.0-0/all/freemedforms-project_0.7.6-1.2.201403111752_all.deb Size: 6830 MD5sum: 1ee10bdd6f5f9274505be177f2d86693 SHA1: e16171cbc0a995eb32bc9aecac7ccd1c9834719a SHA256: 62618e74787915b46e13ce81352d88f8f477612a4e9a61019e3122d1dca2cc9a Description: FreeMedForms project The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . This metapackage installs all applications belonging to FreeMedForms project. Homepage: http://www.freemedforms.com/ Package: freemedforms-theme Priority: optional Section: science Installed-Size: 2517 Maintainer: Debian Med Packaging Team Architecture: all Source: freemedforms-project Version: 0.7.6-1.2.201403111752 Filename: 4.0-0/all/freemedforms-theme_0.7.6-1.2.201403111752_all.deb Size: 1356526 MD5sum: 101b78472819645b8c677aa5634b5751 SHA1: 4359aa9175f9b0d1f86c4832f9b129e724249077 SHA256: 34b3d1153e77868b6e539ed55bb467ef44439e99608e5addddf2b9535d448f6a Description: theme for the FreeMedForms project The FreeMedForms project provides a set of medical applications to help health professionals in their day-to-day practice. It is developed by an international community of medical doctors and computer specialists. . Default theme for the FreeMedForms project applications. Homepage: http://www.freemedforms.com/ Package: freemind-browser Priority: optional Section: editors Installed-Size: 1235 Maintainer: Debian Java Maintainers Architecture: all Source: freemind Version: 0.9.0+dfsg-2.16.201403111822 Recommends: thttpd | httpd Suggests: freemind Filename: 4.0-0/all/freemind-browser_0.9.0+dfsg-2.16.201403111822_all.deb Size: 1055732 MD5sum: 5a322199ff2623b9c32dc7ad24dff1f9 SHA1: ae8816a209220c903b220a254ce7447da4f7c101 SHA256: 95f43dd7ac58161ad6c5c7a8aebb689f70734077e449e9fb4473315c471f1da0 Description: Java Applet for publishing Mindmaps produced with FreeMind This package contains a java applet as well as an example of an HTML file to publish FreeMind maps using a standard web server. Homepage: http://freemind.sourceforge.net/ Package: freemind-doc Priority: optional Section: doc Installed-Size: 2226 Maintainer: Debian Java Maintainers Architecture: all Source: freemind Version: 0.9.0+dfsg-2.16.201403111822 Recommends: evince | openoffice.org-writer | abiword | kword | pdf-viewer Suggests: freemind Filename: 4.0-0/all/freemind-doc_0.9.0+dfsg-2.16.201403111822_all.deb Size: 1083568 MD5sum: 37338d3ab6cad05dde7c6f7fd67f2541 SHA1: c0264a445b09da449d5a563233f66dc34e2666da SHA256: 8db5b1c706841d6379d291db463702493341f73b8e22584d72cffb67378a7286 Description: Documentation for FreeMind This package contains on one hand the FreeMind Documentation Mindmap as accessed through the menu 'Help -> Documentation', on the other hand the FreeMind Key Mapping reference, either in PDF (accessible through the menu 'Help -> Key Documentation PDF') or in OpenDocument format (editable). Homepage: http://freemind.sourceforge.net/ Package: freemind-plugins-help Priority: optional Section: editors Installed-Size: 371 Maintainer: Debian Java Maintainers Architecture: all Source: freemind Version: 0.9.0+dfsg-2.16.201403111822 Depends: freemind (= 0.9.0+dfsg-2.16.201403111822), javahelp2 Filename: 4.0-0/all/freemind-plugins-help_0.9.0+dfsg-2.16.201403111822_all.deb Size: 331648 MD5sum: 5c102fd7b7690aab923b6c4a008f6cbc SHA1: dd3423b71d279de0edc6be22c0e478f233fdff6e SHA256: acfa7d006cd911295157f69d8abec69dcb4a6f95950530f43257962583f509e5 Description: Java Plugin for FreeMind to show an extended online help This plugin will add a menu point 'Help -> Online Help'. Homepage: http://freemind.sourceforge.net/ Package: freemind-plugins-script Priority: optional Section: editors Installed-Size: 95 Maintainer: Debian Java Maintainers Architecture: all Source: freemind Version: 0.9.0+dfsg-2.16.201403111822 Depends: freemind (= 0.9.0+dfsg-2.16.201403111822), groovy Filename: 4.0-0/all/freemind-plugins-script_0.9.0+dfsg-2.16.201403111822_all.deb Size: 49624 MD5sum: b73b74b8cd6efa0d3880bfd478a48ad8 SHA1: 55fd08baa83863fa98f5fd55516bc18aaf90649f SHA256: 5b4422ada7a66e376f0f1bd4f5af07f36d249cee37b8a6e701884206b2c86e58 Description: Java Plugin for FreeMind to add scripting capabilities This plugin will add the menu points 'Tools -> Evaluate' and 'Tools -> Script Editor...'. Homepage: http://freemind.sourceforge.net/ Package: freemind-plugins-svg Priority: optional Section: editors Installed-Size: 60 Maintainer: Debian Java Maintainers Architecture: all Source: freemind Version: 0.9.0+dfsg-2.16.201403111822 Depends: freemind (= 0.9.0+dfsg-2.16.201403111822), libbatik-java (>= 1.6), rhino Recommends: fop Filename: 4.0-0/all/freemind-plugins-svg_0.9.0+dfsg-2.16.201403111822_all.deb Size: 16898 MD5sum: 2b90c9d13ad78d5c7a275e4165c0fa3b SHA1: f73859161e4f4187644578f255486d97b9732fc2 SHA256: 90f51e189bbbce60e7f8b2475735ad493358b415876e16f38a5c4d89a93bd0f5 Description: Java Plugin for FreeMind to export Mindmaps to SVG and PDF This plugin will add two menu points 'File -> Export -> SVG-Export' and 'File -> Export -> PDF-Export'. The PDF export won't work without the recommended fop being installed. Homepage: http://freemind.sourceforge.net/ Package: freemind Priority: optional Section: editors Installed-Size: 3365 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.0+dfsg-2.16.201403111822 Replaces: freemind-plugins-time Depends: default-jre | sun-java6-jre, libjgoodies-forms-java, libjibx1.1-java | libjibx-java (>= 1.1), libjibx1.1-java | libjibx-java (<< 1.2), simplyhtml (>> 0.13) Recommends: freemind-doc, xdg-utils, java-wrappers Suggests: freemind-plugins-help, freemind-plugins-svg, freemind-plugins-script, freemind-browser Conflicts: freemind-plugins-time (<< 0.9.0+dfsg-2.16.201403111822) Filename: 4.0-0/all/freemind_0.9.0+dfsg-2.16.201403111822_all.deb Size: 2808736 MD5sum: e40021f5257744d798bb4d0a34421f27 SHA1: 73bc5b44b0d85a37c94c7840fab9146751600417 SHA256: 92898051b646d8d1974bcaf34fad1e11d611724b699766c7266e99a99b29414f Description: Java Program for creating and viewing Mindmaps Taking the Concept-Mapping approach to Human-Computer Interface design. A mind mapper, and at the same time an easy-to-operate hierarchical editor with strong emphasis on folding. These two are not really two different things, just two different descriptions of a single application. Often used for knowledge and content management. . FreeMind doesn't work with classpath based Java implementations. Use OpenJDK (or Sun's Java), and check freemind(1) for more information. Homepage: http://freemind.sourceforge.net/ Package: freepats Priority: optional Section: sound Installed-Size: 32601 Maintainer: Henrique de Moraes Holschuh Architecture: all Version: 20060219-1.4.201403111830 Filename: 4.0-0/all/freepats_20060219-1.4.201403111830_all.deb Size: 28968978 MD5sum: 3f0f3ea11708796826033cdc15b7c639 SHA1: f8c59d49ede5fd11fb008370582d19d17a219bbd SHA256: 770caf3c33b29e3273d82628bd3a13ef81a41aeca2e2360afacb0b30b5456211 Description: Free patch set for MIDI audio synthesis Freepats is a free patch set suitable for MIDI audio synthesis. It is not complete, nor comprehensive yet, and most, if not all patches are in the old and limited GUS patch format. . It is, however, the sole DFSG-compliant patch set in existence so far. New patches (including those in better formats, such as SF2 SoundFont banks) are welcome. Package: freeplane Priority: extra Section: editors Installed-Size: 9626 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.3-2.9.201403111832 Depends: default-jre | sun-java6-jre, javahelp2, groovy, libcommons-lang-java, libjgoodies-forms-java, simplyhtml, libbatik-java, rhino, fop, libxerces2-java, libxml-commons-external-java, libjaxp1.3-java, libjlatexmath-java, libknopflerfish-osgi-framework-java, libjortho-freeplane-java (= 1.1.3-2.9.201403111832) Recommends: xdg-utils, java-wrappers Filename: 4.0-0/all/freeplane_1.1.3-2.9.201403111832_all.deb Size: 7205370 MD5sum: a5ae93ace093cd240c1afa7a0934802c SHA1: 4ae4e87ce0bfb2b471066c8ddc58105612433fb4 SHA256: 53c08b032f5a451018f1492fca0afa07a4898e27843d118c17b8cda6b96829d1 Description: Java program to create and edit mind maps. Freeplane is a free, open source software application for creating mind maps (diagrams of connections between ideas), and electronic outlines. . New features of Freeplane include: . * Export to PNG, JPEG, SVG (in addition to HTML / XHTML and PDF) * Find / Replace in all open maps * Paste HTML as node structure * Outline mode * Scripting via Groovy * Spell Checker Homepage: http://freeplane.org/ Package: freeplayer Priority: extra Section: sound Installed-Size: 138 Maintainer: Vincent Danjean Architecture: all Version: 20070531+dfsg.1-3.4.201403111836 Depends: vlc (>= 0.8.6b) Filename: 4.0-0/all/freeplayer_20070531+dfsg.1-3.4.201403111836_all.deb Size: 21924 MD5sum: fb66ab4b10ca902df87c77291220f6b2 SHA1: 19ed5dd6b6c442da714a42f917416bbe14debfe3 SHA256: 3f75a1e2d7ce349e95d39c4604c1d4e4aacfb9a92b6ea3e329e8275200102963 Description: wrapper around vlc for French ADSL FreeBox Freeplayer is a helper tool to allow the French ADSL FreeBox to use vlc and play/display the content of your computer on the TV linked to the FreeBox. . This package is useless without a FreeBox, ie the modem of the French ADSL IP provider "Free" (http://www.free.fr) Homepage: http://adsl.free.fr/multimedia/freeplayer/ Package: freepops-doc Priority: optional Section: doc Installed-Size: 908 Maintainer: Enrico Tassi Architecture: all Source: freepops Version: 0.2.9-7.5.201403111838 Filename: 4.0-0/all/freepops-doc_0.2.9-7.5.201403111838_all.deb Size: 796514 MD5sum: bd7ee881552e46dd3b21934aa0d3a196 SHA1: 2bbcad50cf3b71f9445fbea18462e361abeb37ba SHA256: 5da566c0d7bd55c3e4a70593ab084d51d4511ca7d0840f57b64c8254f6376a74 Description: FreePOPs user/developer manual FreePOPs is a POP3 daemon that translates local POP3 commands to remote HTTP requests to the supported webmail sites. . FreePOPs can also be used as RSS aggregator and POP3 proxy. . This package includes the PDF manual for the software. Homepage: http://www.freepops.org Package: freepwing Priority: optional Section: utils Installed-Size: 433 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1.5-1.4.201403111849 Depends: make, perl Filename: 4.0-0/all/freepwing_1.5-1.4.201403111849_all.deb Size: 83400 MD5sum: 238df3704afae6eabd94cf7dbb599d72 SHA1: 1a978bdeffd2d1b78b5a442bf8325c7c18732656 SHA256: b4e9ba56773520c3481c7245429153a0664ac77d9e7c229231af888336d91dc3 Description: EB to JIS X 4081 converter This program translates data in various "Electric Book" (popular in Japan) formats into a single JIS X 4081 format. JIS X 4081 is a subset of the EPWING V1, which is the standardized format for electric publishing. Thus after conversion, you can read such data with your favorite EPWING viewer without worrying which formats your data originally were. Package: freeradius-dialupadmin Priority: optional Section: net Installed-Size: 544 Maintainer: Josip Rodin Architecture: all Source: freeradius Version: 2.1.12+dfsg-1.2.80.201409251629 Depends: php5 | libapache2-mod-php5 | php5-cgi, apache2-mpm-prefork | httpd Suggests: php5-mysql | php5-pgsql, php5-ldap, libdate-manip-perl Filename: 4.0-0/all/freeradius-dialupadmin_2.1.12+dfsg-1.2.80.201409251629_all.deb Size: 137384 MD5sum: 88c91c27efc205298cb0069ea6987c04 SHA1: 2bf07d6cc24e4f9382b6279b96ad0bc0b21a4119 SHA256: 970eefe4e24b2706eb38d6875442c8ce6e94afa2983e807a177392ccbab8afcf Description: set of PHP scripts for administering a FreeRADIUS server These scripts provide a web-based interface for administering a FreeRADIUS server which stores authentication information in either SQL or LDAP. Homepage: http://www.freeradius.org/ Package: freespeak Priority: optional Section: utils Installed-Size: 463 Maintainer: Debian QA Group Architecture: all Version: 0.3.0-5.4.201403111907 Depends: gconf2 (>= 2.28.1-2), python (>= 2.6.6-7~), python (<< 2.8), python-dbus (>= 0.80), python-gtk2 (>= 2.10), python-gnome2 (>= 2.12.4), python-webkit, python-gtkspell, python-lxml (>= 2.1.1), python-xlib (>= 0.14) Filename: 4.0-0/all/freespeak_0.3.0-5.4.201403111907_all.deb Size: 101976 MD5sum: efb373d3d2f14c0236ee90e72be055b5 SHA1: 63de0907f9c61045abb3bed5364bbdba902d63f7 SHA256: 7d868a0743995c955510636788a088985066a7d5e34d0606ac5f863ce088e369 Description: GNOME frontend to online translator engines With this program you can translate text, web pages and request suggestions using online translation engines. Currently supported translators are Google, Yahoo, Open-Tran and FreeTranslation. Features include tabbed consulting, automatically copy and paste from/to clipboard, expandible in a very easy way by writing translator modules, easy to use and to configure, localized (currently English, Italian), good integration with free desktop environments (mostly in GNOME). Homepage: http://freespeak.berlios.de Package: freetable Priority: optional Section: web Installed-Size: 79 Maintainer: Felipe Augusto van de Wiel (faw) Architecture: all Version: 2.3-4.4.201403111914 Depends: perl Filename: 4.0-0/all/freetable_2.3-4.4.201403111914_all.deb Size: 21844 MD5sum: 89490803d4e6c9fc7e0c2f4cc6ff993a SHA1: e00b369c41718ee7d594257378bac538b4a890ea SHA256: ed4eb853f1c16c5c9eb2184a9b4b8a1b1c1ca00716783e04e65943f7977650f0 Description: Facilitates production of HTML tables Freetable is a perl script that aims to make the production of HTML tables a little easier. This script works as a filter, reading stdin and writing to stdout. . The input syntax is as roughly follows: . initial text (e.g. ... ). (X, Y) options for cell (X, Y) text for cell (X,Y)... ((X,Y)) options for header cell X,Y text for header cell (X,Y)... . Rows and cells may be specified in any order, numbering starts at 1. X and/or Y may be replaced by regular expression, explicit range or even arbitrary Perl code to indicate rows or columns. Options or text (or both) may be omitted for cells. Cells may be omitted completely if they are empty or fall under the rowspan/colspan specifications of another cell. Cells may contain arbitrary HTML text, including other freetable tables. Package: freetds-common Priority: optional Section: libs Installed-Size: 120 Maintainer: Steve Langasek Architecture: all Source: freetds Version: 0.91-2.14.201403111921 Replaces: libct3, libct4 (<< 0.82-1) Filename: 4.0-0/all/freetds-common_0.91-2.14.201403111921_all.deb Size: 58642 MD5sum: f15422f130c47a4795a972f88f56d8bb SHA1: f1dec03b1124724344c4b4e288e9e9d970249357 SHA256: 68a49a165a1f71a5ac9af7a9cb990d22177738da43b9372be1ada5f81e0f0b4c Description: configuration files for FreeTDS SQL client libraries FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package manages the configuration files that are common to all of the TDS client library implementations (CT-Lib, DB-Lib, and ODBC), stored in /etc/freetds/. Multi-Arch: foreign Homepage: http://www.freetds.org/ Package: freetts Priority: optional Section: java Installed-Size: 12897 Maintainer: Bdale Garbee Architecture: all Version: 1.2.2-3.2.201403111929 Depends: default-jre | java2-runtime Filename: 4.0-0/all/freetts_1.2.2-3.2.201403111929_all.deb Size: 9472602 MD5sum: 6e25ad55a9318a8a27974482ecb0ebc7 SHA1: 2e25f9382366128b6863c553b187d48b804784de SHA256: 52192ab8c7f4736c3f78a689c53fb44f728c9af94c4b526f1c018f4908d1dd9d Description: speech synthesis system FreeTTS is a speech synthesis system written entirely in the Java(TM) programming language. It is based upon Flite, a small run-time speech synthesis engine developed at Carnegie Mellon University. Flite in turn is derived from the Festival Speech Synthesis System from the University of Edinburgh and the FestVox project from Carnegie Mellon University. Homepage: http://freetts.sourceforge.net Package: freevo-data Priority: optional Section: video Installed-Size: 30110 Maintainer: Freevo Debian Dream Team Architecture: all Source: freevo Version: 1.9.2b2-4.2.5.201403111946 Depends: ttf-dejavu, ttf-bitstream-vera Recommends: freevo (= 1.9.2b2-4.2.5.201403111946) Conflicts: freevo-common (<< 1.8.0rc2), freevo-media Filename: 4.0-0/all/freevo-data_1.9.2b2-4.2.5.201403111946_all.deb Size: 23046386 MD5sum: 16dfcf6b469ead64e2d972d8a64ce2ff SHA1: a1ae250e1f39b86776a4fd5f844cbe8b5f0fb9e3 SHA256: 3de75b6c5cb4a5f1f12b5f9d5cbf6887d9113884982b700acf54645d2d3d0856 Description: home theater framework - themes and data Freevo is a complete home theater framework. It can operate as a Personal Video Recorder system for saving television input to disk, but can also browse and play pictures, music, games, and movies either from the hard disk or from CDs and DVDs. Freevo can be used to build a dedicated home theater system with a TV (plus remote), or can simply be run on a regular desktop computer with a monitor, mouse, and keyboard. . This package contains themes, fonts, and other data for Freevo. Homepage: http://freevo.org/ Package: freevo-doc Priority: optional Section: doc Installed-Size: 335 Maintainer: Freevo Debian Dream Team Architecture: all Source: freevo Version: 1.9.2b2-4.2.5.201403111946 Recommends: freevo Filename: 4.0-0/all/freevo-doc_1.9.2b2-4.2.5.201403111946_all.deb Size: 125102 MD5sum: b9a6d098cb8e73f0517f5c5745b29a9d SHA1: 84e6ab0800e7c17434eeab369460a9d44fb84468 SHA256: b0180345f4af9b431fb76a6da2256b878f827f68e480599f0b1fc5e2ba9134f8 Description: home theater framework - documentation Freevo is a complete home theater framework. It can operate as a Personal Video Recorder system for saving television input to disk, but can also browse and play pictures, music, games, and movies either from the hard disk or from CDs and DVDs. Freevo can be used to build a dedicated home theater system with a TV (plus remote), or can simply be run on a regular desktop computer with a monitor, mouse, and keyboard. . This package contains documentation for Freevo in HTML. Homepage: http://freevo.org/ Package: freevo-lirc Priority: optional Section: video Installed-Size: 62 Maintainer: Freevo Debian Dream Team Architecture: all Source: freevo Version: 1.9.2b2-4.2.5.201403111946 Depends: freevo (= 1.9.2b2-4.2.5.201403111946), python-pylirc, lirc Filename: 4.0-0/all/freevo-lirc_1.9.2b2-4.2.5.201403111946_all.deb Size: 34758 MD5sum: d45a7fb032e2889209591b82f7cd005a SHA1: a5bec583ca6874e2b61de362ecb840160a45d552 SHA256: 716624345d27196f2924fea8b820cad7821dce7515db2147c483e56ab91dcf12 Description: home theater framework - LIRC support Freevo is a complete home theater framework. It can operate as a Personal Video Recorder system for saving television input to disk, but can also browse and play pictures, music, games, and movies either from the hard disk or from CDs and DVDs. Freevo can be used to build a dedicated home theater system with a TV (plus remote), or can simply be run on a regular desktop computer with a monitor, mouse, and keyboard. . This package integrates Linux Infra-red Remote Control support for Freevo. Homepage: http://freevo.org/ Package: freevo Priority: optional Section: video Installed-Size: 5515 Maintainer: Freevo Debian Dream Team Architecture: all Version: 1.9.2b2-4.2.5.201403111946 Replaces: freevo-doc (<< 1.9.2b2) Depends: debconf (>= 0.5) | debconf-2.0, python (>= 2.6.6-7~), python-freevo (= 1.9.2b2-4.2.5.201403111946), freevo-data (= 1.9.2b2-4.2.5.201403111946), mplayer, lsdvd, console-tools | kbd, debconf, adduser, xinit Recommends: cdparanoia, xine-ui, xmltv-util, libxmltv-perl Suggests: mencoder, libdvdcss2, lame, ttf-liberation | ttf-mscorefonts-installer, fbxine, flac, vorbis-tools, fbset, matrox-tools, nvram-wakeup, youtube-dl Breaks: freevo-doc (<< 1.9.2b2) Filename: 4.0-0/all/freevo_1.9.2b2-4.2.5.201403111946_all.deb Size: 1787036 MD5sum: 74cfa81f41ccaf0b0f0477c5b36dc796 SHA1: bbf61dd0a4bbc3e51f43c516c67dc5c63390f136 SHA256: d4e5d143de2663d99ea8a83896e01667ade04b955300353a61a215ebb726ea00 Description: home theater framework - binaries Freevo is a complete home theater framework. It can operate as a Personal Video Recorder system for saving television input to disk, but can also browse and play pictures, music, games, and movies either from the hard disk or from CDs and DVDs. Freevo can be used to build a dedicated home theater system with a TV (plus remote), or can simply be run on a regular desktop computer with a monitor, mouse, and keyboard. . This package provides Freevo binaries and servers. Homepage: http://freevo.org/ Package: freewnn-common Priority: optional Section: utils Installed-Size: 134 Maintainer: Keita Maehara Architecture: all Source: freewnn Version: 1.1.1~a021+cvs20100325-6.4.201403112004 Replaces: wnn-common Conflicts: freewnn-jserver (<< 1.1.0+1.1.1-a017-4), wnn-common Filename: 4.0-0/all/freewnn-common_1.1.1~a021+cvs20100325-6.4.201403112004_all.deb Size: 45822 MD5sum: d3b07bdb1ca104226f96645e53487cba SHA1: 716a1e11d636c88ac85f15cd1413783052adfe6c SHA256: ebb2cedcf259ed178e2e51856eee0ee3c295b9a34bccc03b8dfee739c347ce63 Description: Files shared among the FreeWnn packages FreeWnn is a network-extensible Japanese/Chinese/Korean input system. It was jointly developed and released by the Software Research Group of Kyoto University Research Institute for Mathematical Science, OMRON Corporation and Astec, Inc. and now maintained by the FreeWnn Project. . This package contains files that are shared among the FreeWnn packages. Homepage: http://sourceforge.jp/projects/freewnn/ Package: frei0r-plugins-doc Priority: optional Section: doc Installed-Size: 195 Maintainer: Luca Bigliardi Architecture: all Source: frei0r Version: 1.1.22git20091109-1.2.4.201403112020 Replaces: frei0r-doc Conflicts: frei0r-doc (<= 1.1.22) Filename: 4.0-0/all/frei0r-plugins-doc_1.1.22git20091109-1.2.4.201403112020_all.deb Size: 30906 MD5sum: 5070352cbe4c14a2cce72ff09f4d7fa7 SHA1: d11e231032362330b243b052991ac1a3029e331c SHA256: 593560c45ba28e3456ce481e7c65c058819becf49b92f42e46fb6f4d94266f94 Description: minimalistic plugin API for video effects, API documentation frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. . frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). . This package contains the API documentation. Homepage: http://www.piksel.org/frei0r Package: frescobaldi Priority: optional Section: editors Installed-Size: 4450 Maintainer: Ryan Kavanagh Architecture: all Version: 2.0.5+ds1-1.4.201403112038 Depends: python (>= 2.6.6-7~), python (<< 2.8), lilypond, python-poppler-qt4, python-qt4, python-pypm, tango-icon-theme Suggests: lilypond-doc, hyphen-hyphenation-patterns Filename: 4.0-0/all/frescobaldi_2.0.5+ds1-1.4.201403112038_all.deb Size: 1326046 MD5sum: 511a91be7e4385075106b6cece5f1ae3 SHA1: c945bee1f3c31186b1030caf0db62244bc264815 SHA256: 88f9ad16b0c59465bd241ca3b39bfee4a8448a904dbb5ebfc6925316ceb9d7b0 Description: Qt4 LilyPond sheet music editor Frescobaldi is a LilyPond sheet music editor, with the following features: * Enter LilyPond scores, then build and preview them with a mouseclick * Powerful text editor with syntax highlighting and automatic completion * Point-and-click support: click on notes or on error messages to jump to the corresponding position in the LilyPond file * Midi player to proof-listen LilyPond-generated MIDI files * Powerful Score Wizard to quickly setup a music score * Snippet Manager to store and apply text snippets, templates or scripts * Use multiple versions of LilyPond, automatically selects the correct version * Built-in LilyPond documentation browser and built-in Frescobaldi User Guide * Translated into Dutch, English, French, German, Italian, Czech, Russian, Spanish, Galician, Turkish and Polish Frescobaldi also includes the following music functions: * Transpose music * Change music from relative to absolute and vice versa * Change the language used for note names * Change the rhythm (double, halve, add/remove dots, copy, paste) etc * Hyphenate lyrics using word-processor hyphenation dictionaries * Add spanners, dynamics, articulation easily using the Quick Insert panel * Update LilyPond syntax using convert-ly, with display of differences . In order to use lyric hyphenation, please install your languages' appropriate hyphenation packages, e.g. hyphen-fr for French, hyphen-ca for Catalan, etc. . Frescobaldi is the Qt4 successor of LilyKDE, a Kate plugin for KDE3. Homepage: http://www.frescobaldi.org/ Package: fritzing-data Priority: optional Section: electronics Installed-Size: 49388 Maintainer: Enrique Hernández Bello Architecture: all Source: fritzing Version: 0.6.3b+dfsg-3.1.2.201403112051 Filename: 4.0-0/all/fritzing-data_0.6.3b+dfsg-3.1.2.201403112051_all.deb Size: 5233246 MD5sum: 234fed39e8b3911f0a6e33c22a6650c9 SHA1: c93b2e4539ff15f62ad4a2576e671ccbc8e3aebe SHA256: c18634297b45fb6a7bdb07bf181ef8e7f1d35c3b71ddd8c5538933479f904161 Description: Easy-to-use electronic design software (data files) Fritzing is an open source project designed to help one transition from a prototype to a finished project. Aimed at users who want to produce or document circuits and experiments, one starts by building a physical prototype, then recreating it with Fritzing’s graphical editor. From there one can generate a schematic, PCB artwork, and PCB production files. . This package contains the architecture independent data files for Fritzing. Homepage: http://fritzing.org Package: frogdata Priority: extra Section: science Installed-Size: 100347 Maintainer: Debian Science Team Architecture: all Version: 0.3-2.2.201403112108 Replaces: frog (<< 0.12.15) Filename: 4.0-0/all/frogdata_0.3-2.2.201403112108_all.deb Size: 19859686 MD5sum: ff7ca3306daddaac5ca047035f8b25c4 SHA1: eddc848965ed33f160202b95511a2a2b41493b92 SHA256: ea91b2bb988bfa7e69b77c8561648e98a033138bf701ead4048ca144a7d3309f Description: Data files for Frog Frog is a modular system integrating a morphosyntactic tagger, lemmatizer, morphological analyzer, and dependency parser for the Dutch language. . This package provided necessary datafiles for running Frog. . Frog is a product of the ILK Research Group (Tilburg University, The Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium). Homepage: http://ilk.uvt.nl/frog/ Package: frogr-data Priority: optional Section: graphics Installed-Size: 3075 Maintainer: Alberto Garcia Architecture: all Source: frogr Version: 0.7-2.2.201403112113 Replaces: frogr (<< 0.7) Recommends: frogr Breaks: frogr (<< 0.7) Filename: 4.0-0/all/frogr-data_0.7-2.2.201403112113_all.deb Size: 2506870 MD5sum: ea8a03b961bea87308bbb5c65e22762c SHA1: 22d5f4e079487c2fbde1ed4962c8f953c2b253f4 SHA256: 5b8df091a3e1e89c2d772ea4cdcc2de0a6fd269ff03f8b947b8e1d6642a9ee65 Description: Flickr Remote Organizer for GNOME - data files Frogr is a small application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website. It supports all the basic tasks, including uploading pictures, adding descriptions, setting tags and managing sets. . This package contains the architecture-independent data files. Homepage: http://live.gnome.org/Frogr Package: frontaccounting Priority: optional Section: web Installed-Size: 4284 Maintainer: Michael C. Schultheiss Architecture: all Version: 2.2.10-3.1.4.201403112124 Depends: apache2 | httpd, libapache2-mod-php5 | php5-cgi | php5, mysql-client, php5-mysql | php5-mysqli, debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28), ttf-bitstream-vera, wwwconfig-common (>= 0.0.37) Suggests: mysql-server Filename: 4.0-0/all/frontaccounting_2.2.10-3.1.4.201403112124_all.deb Size: 969858 MD5sum: a23a93c7d7d99fe386a111b3692b707b SHA1: adff36febae21d421e7293f2e800f2c5928d9b55 SHA256: f16f38eb6ea586e32b16c4d32e165e34b7f43c86e52a8643b0c118011af7ca02 Description: web-based double-entry accounting and ERP program This package provides a simple but powerful system for the entire Enterprise Resource Planning (ERP) chain, covering: . * Purchase orders; * Goods receivable notes; * Supplier invoices/Credit notes; * Payments; * Allocations; * Accounts payable; * Items and inventory; * Stock; * Manufacturing; * Sales orders; * Customer invoices/Credit notes; * Deposits; * Allocations; * Accounts receivable; * Dimensions; * General ledger with budget; * Languages; * Currencies; * Several companies. Homepage: http://frontaccounting.com Package: frown-doc Priority: optional Section: doc Installed-Size: 1148 Maintainer: Debian Haskell Group Architecture: all Source: frown Version: 0.6.1-13.4.201403112127 Suggests: doc-base Filename: 4.0-0/all/frown-doc_0.6.1-13.4.201403112127_all.deb Size: 573140 MD5sum: e53db655767dd547df8d280966abc010 SHA1: 7f094c072744b35ceac894d1437413fb3ae0d9f6 SHA256: 3afbb089e7fef6f6c2ae27ed618dd711fe08c9bdf115917b2fbe75d96367f2b1 Description: Manual of the frown parser generator for Haskell 98 The manual and examples of the frown LALR(k) parser generator. , Frown is inspired by the parser generator Happy and uses a syntax quite simular as the syntax used by Happy. Happy only handles LALR(1) grammars while Frown can use more extensive LALR(k) grammars and the parsers generated by Frown are also faster than the parsers generated by Happy. . The salient features of Frown are: - The generated parsers are time and space efficient. On the downside, the parsers are quite large. - Frown generates four different types of parsers. As a common characteristic, the parsers are genuinely functional (ie 'table-free'); the states of the underlying LR automaton are encoded as mutually recursive functions. Three output formats use a typed stack representation, one format due to Ross Paterson (code=stackless) works even without a stack. - Encoding states as functions means that each state can be treated individually as opposed to a table driven-approach, which necessitates a uniform treatment of states. For instance, look-ahead is only used when necessary to resolve conflicts. - Frown comes with debugging and tracing facilities; the standard output format due to Doaitse Swierstra (code=standard) may be useful for teaching LR parsing. - Common grammatical patterns such as repetition of symbols can be captured using rule schemata. There are several predefined rule schemata. - Terminal symbols are arbitrary variable-free Haskell patterns or guards. Both terminal and nonterminal symbols may have an arbitrary number of synthesized attributes. - Frown comes with extensive documentation; several example grammars are included. . Furthermore, Frown supports the use of monadic lexers, monadic semantic actions, precedences and associativity, the generation of backtracking parsers, multiple start symbols, error reporting and a weak form of error correction. Package: fslint Priority: optional Section: admin Installed-Size: 746 Maintainer: Pádraig Brady Architecture: all Version: 2.42-2.4.201403112147 Depends: python (>= 2.3), python-gtk2 (>= 2.4), python-glade2, findutils (>= 4.1.1) Filename: 4.0-0/all/fslint_2.42-2.4.201403112147_all.deb Size: 129320 MD5sum: dc4c582928f97687313e42c32a5455b1 SHA1: 5a3017b7ff413765925db57b79904bfa2ac29e04 SHA256: e92856be8a5881c9297093b988fe95b5e0debac66c3e4019844bfc67fbe7f0e1 Description: Utility collection to find and fix common errors in file storage FSlint is a toolkit to clean filesystem lint. It includes a GTK+ GUI as well as a command line interface and can be used to reclaim disk space. It has an interface for uninstalling packages, and it can find things like: . - Duplicate files - Problematic filenames - Temporary files - Bad symlinks - Empty directories - Nonstripped binaries Homepage: http://www.pixelbeat.org/fslint/ Package: fso-frameworkd Priority: extra Section: misc Installed-Size: 1739 Maintainer: Debian freesmartphone.org Team Architecture: all Version: 0.9.5.9+git20110512-4.4.201403112219 Replaces: frameworkd, fso-frameworkd-wireless-glue Provides: frameworkd Depends: python (>= 2.6.6-7~), python (<< 2.8), python-serial, python-yaml, python-dbus, dbus, python-phoneutils Recommends: fso-sounds, fso-usaged, python-alsaaudio, python-rtc Conflicts: frameworkd, fso-config-gta01, fso-config-gta02, fso-frameworkd-wireless-glue, openmoko-panel-plugin (<= 0.8-1), python2.5 (<< 2.5.2-13), zhone (<< 0-git20090202) Filename: 4.0-0/all/fso-frameworkd_0.9.5.9+git20110512-4.4.201403112219_all.deb Size: 291878 MD5sum: b167455e44f0a62cdfe45e836145522f SHA1: d46c3ec2c5e28e4e2aa7d03fffd285180e3554c6 SHA256: 1facbe050adcd1d0fc85d20c5e7b9bfd80069084a3855709e985c72acdb04d7c Description: freesmartphone.org Framework Daemon This package provides the backend daemon of the freesmartphone.org software stack. It provides all telephone related features, such as accepting and making calls, receiving and sending SMS and other hardware specifics via a D-Bus interface to the user interface programs. . This package is part of the freesmartphone.org software stack and it is targeted for smartphones. Homepage: http://freesmartphone.org/ Package: fso-sounds-yue-base Priority: extra Section: misc Installed-Size: 453 Maintainer: Debian freesmartphone.org Team Architecture: all Source: yue-sounds-fso Version: 20081031-2.4.201403162346 Provides: fso-sounds Depends: gstreamer0.10-plugins-base Suggests: fso-sounds-yue-full, fso-frameworkd Conflicts: fso-frameworkd (<< 0.2.0-git20080909-7) Filename: 4.0-0/all/fso-sounds-yue-base_20081031-2.4.201403162346_all.deb Size: 355146 MD5sum: d4bbdabba8ec5821d0aabd9c99dbe981 SHA1: ba83beb9c4876c96cb8d203657200a1962c77ec3 SHA256: 360e644cb475682c62226e2053ac38cfa05b452266f9169dc83367460d135f03 Description: Yue base ringtones for the freesmartphone.org frameworkd This package provides the default ring- and message-tone files produced by Yue and to be used mainly with the freesmartphone.org frameworkd. . This package is not part of the freesmartphone.org software stack, nevertheless it is targeted for smartphones. Homepage: http://www.yue.it/ Package: fso-sounds-yue-full Priority: extra Section: misc Installed-Size: 1220 Maintainer: Debian freesmartphone.org Team Architecture: all Source: yue-sounds-fso Version: 20081031-2.4.201403162346 Depends: fso-sounds-yue-base Filename: 4.0-0/all/fso-sounds-yue-full_20081031-2.4.201403162346_all.deb Size: 1124514 MD5sum: 775d46145d43fbb91007b13ec2bc07b2 SHA1: 5cd8488bfdfa6008af1734dc049be15ebc139546 SHA256: 34067f6c99fcfff9355f442874a08b5f21fbdb7e43acf987b58417f51b8444da Description: Yue full ringtones for the freesmartphone.org frameworkd This package provides the whole set of ringtone files produced by Yue and to be used mainly with the freesmartphone.org frameworkd. . This package is not part of the freesmartphone.org software stack, nevertheless it is targeted for smartphones. Homepage: http://www.yue.it/ Package: fso-specs Priority: extra Section: devel Installed-Size: 422 Maintainer: Debian FreeSmartphone.Org Team Architecture: all Version: 2012.05.24.1-1.4.201403112234 Filename: 4.0-0/all/fso-specs_2012.05.24.1-1.4.201403112234_all.deb Size: 74596 MD5sum: 0d2467493c732e9fde87a7555b738d53 SHA1: f359acb391ebd7d88f7737b23f806df88542e518 SHA256: 95207ba06e368abfa87b639837bafea32c2fd7203fcc30a7a48f10ed7bc52558 Description: freesmartphone.org D-Bus XML specification & documentation The Desktop-Bus prepares applications to communicate with another by the sending of predefined signals. The process is agnostic about programming languages, but the collaborating tools need to agree on a common set of signals and their interpretation. This package provides the DBus specifications of the freesmartphone.org software stack that is targeted for smartphones. Process these with a D-Bus binding generator to create stubs for your program. Homepage: http://freesmartphone.org/ Package: fsprotect Priority: extra Section: admin Installed-Size: 175 Maintainer: Stefanos Harhalakis Architecture: all Version: 1.0.6.4.201403112252 Depends: initramfs-tools Filename: 4.0-0/all/fsprotect_1.0.6.4.201403112252_all.deb Size: 79680 MD5sum: 45ac23b9bf065fe879a412184d4ca0c6 SHA1: 796dff95910993b26787fce32c16eecde99c8b4e SHA256: 3d9e4fca0a6c6a035067fd88e629c26f5da7c122a150044887fc899e7fdcd70e Description: Helper scripts to make filesystems immutable This is a set of scripts that make immutable the root and other filesystems. Using aufs they pack a tmpfs filesystem and the filesystem forcing changes to be written to the tmpfs. . The root filesystem is protected by an initramfs script. Other filesystems are protected by an init script. All protected filesystems become read-only ensuring their immutability even on power-offs. . This can be used for public computers to prevent damage or changes. Homepage: http://www.v13.gr/ Package: fsviewer-icons Priority: extra Section: x11 Installed-Size: 1235 Maintainer: Jari Aalto Architecture: all Version: 1.0-6.4.201403112306 Filename: 4.0-0/all/fsviewer-icons_1.0-6.4.201403112306_all.deb Size: 514544 MD5sum: 272725922bb87d0e21c735ff421094b4 SHA1: 3081711d3130eba2d627f6f387b7240cda7b529c SHA256: 6d7b340a5e106c0b26beebc75f055e6829142608f608813ec8eb0ef0a67fbc97 Description: icons for fsviewer to make it look more like the NeXT FileViewer Some nice XPM icons to provide fsviewer with a more NeXT-like look, although fsviewer does run without them. . These icons are only useful if used with fsviewer, which is a lightweight standalone (no need for openstep) filemanager based on the one included with NeXTSTEP. It integrates well with Window Maker but can be used with any WM. Features include Browser mode, DND and file operations. . Icon source files are included in TIFF format. Package: fte-docs Priority: optional Section: editors Installed-Size: 191 Maintainer: Debian QA Group Architecture: all Source: fte Version: 0.50.2b6-1.4.201403112321 Replaces: fte-cfgdocs (<< 0.49.13-3) Recommends: fte (= 0.50.2b6-1.4.201403112321) Filename: 4.0-0/all/fte-docs_0.50.2b6-1.4.201403112321_all.deb Size: 34058 MD5sum: b96c571b1349a079a5153151b23d3fc1 SHA1: e2521e44bc6eede9aeca17b9c63801a6fa860b86 SHA256: 3a64e6e4bf2c7353b55bab178ec62347dc46e3739978ec7a683ca3525681fd68 Description: Documentation and examples for the FTE editor FTE is a text editor for programmers. Some of its features are smart indentation for C, C++, Java, Perl; color syntax highlighting for many more languages; multiple file/window editing; column blocks; configurable menus and keyboard bindings; mouse support; undo/redo; regular expression search and replace; folding; background compiler execution. . This package contains HTML documentation and sample configuration files. Homepage: http://fte.sourceforge.net/ Package: ftgl-dev Priority: optional Section: devel Installed-Size: 69 Maintainer: Sam Hocevar Architecture: all Source: ftgl Version: 2.1.3~rc5-4.4.201403112328 Depends: libftgl-dev Filename: 4.0-0/all/ftgl-dev_2.1.3~rc5-4.4.201403112328_all.deb Size: 46432 MD5sum: 43dce886ebc2867ae3479f7981f5c55a SHA1: 756e4d7f90b3bd37ee73f643a3d09fb9aba3b11e SHA256: c4dbbe80fb5fcb0ce5d273c49b3c88460cccbbda322106881836bb8b7c2b2a67 Description: transitional dummy package This is a transitional dummy package. If nothing depends on it, this package can be safely removed. Package: ftp-proxy-doc Priority: optional Section: doc Installed-Size: 156 Maintainer: Roberto Lumbreras Architecture: all Source: proxy-suite Version: 1.9.2.4-8.8.201403111146 Depends: ftp-proxy Filename: 4.0-0/all/ftp-proxy-doc_1.9.2.4-8.8.201403111146_all.deb Size: 105964 MD5sum: 2509bfd2f4200f0a94df641857fb9ed0 SHA1: 7fc483b796b3d76d54603bdb1e616f0cfddb7969 SHA256: 77b607dd7bd7cb3d2e19fab62c9dc708daac579ef2509862f4442e504b0f4372 Description: documentation for ftp-proxy FTP-Proxy is a transparent, application-level proxy server for FTP connections, designed to protect FTP servers against attacks based on the FTP protocol. It is the first (and currently only) component of the SuSE Proxy Suite, a set of programs to enhance firewall security. . This package contains the documentation in PDF and HTML for ftp-proxy. Package: ftp-upload Priority: optional Section: net Installed-Size: 59 Maintainer: Roderick Schertler Architecture: all Version: 1.5.4.201403112347 Depends: perl, libnet-perl Filename: 4.0-0/all/ftp-upload_1.5.4.201403112347_all.deb Size: 13870 MD5sum: 1c025baafc6eda1925d98f838eaf1430 SHA1: 6ee46e2fe467aca5a7bb046a7c6aa26933289123 SHA256: 4684f49106bf6636458dc682d58ace3c2ff5f590fb1497df6db16d7b0f1e4e0c Description: put files with FTP from a script ftp-upload transfers local files to another machine using FTP. It's meant to be used by scripts and such rather than interactively. There's no user interface, the program is controlled strictly via the command line. It is disciplined with its exit status. Package: ftphs-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ftphs-doc Filename: 4.0-0/all/ftphs-doc_8.4.201403172026_all.deb Size: 4192 MD5sum: 090f56f9c24f0a1772e998ea9595ab99 SHA1: 3432727e5b6d508f97ab22000f6a597d534dc391 SHA256: d7641afd630b0565216f4e3b43354e2a9569f331d52ef638d4266bfb6d5d152e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ftpwatch Priority: extra Section: net Installed-Size: 43 Maintainer: Hakan Ardo Architecture: all Version: 1.21.4.201403120015 Depends: perl, libnet-perl Filename: 4.0-0/all/ftpwatch_1.21.4.201403120015_all.deb Size: 5798 MD5sum: f50c10bacc8f90352f73796fba1fa6bf SHA1: 3ee2ce11a0130f4d50b9b7f4a4d311780cd17610 SHA256: 2e8ed3a39c31b7171cb47c8aeae70352483287cfce6b0e1e5e5a5d53663a3352 Description: Notifies you of changes on remote ftp servers This package should be installed as a cron job (for interested users) which every week makes a ftp connection to a list of sites and studies a set of files or directories and report any changes it finds by email. . Every user can have his own set of sites and directories to watch. Package: fts-clacks Priority: optional Section: utils Installed-Size: 79 Maintainer: Cajus Pollmeier Architecture: all Source: fts Version: 1.1-1.1.4.201403120027 Depends: python (>= 2.6.6-7~), python (<< 2.8), fts Recommends: clacks-common Filename: 4.0-0/all/fts-clacks_1.1-1.1.4.201403120027_all.deb Size: 5922 MD5sum: 1f601586bd278af1eee0909bbba0c0c9 SHA1: 091fc9d307437dc96bfec017755050b5d4e5a876 SHA256: c4387551db4b216d0c643b41ee51ec6d953a5269418ababb4182d14aa160c374 Description: Clacks module for the TFTP/Fuse supplicant FTS is a modular fuse-tftp-supplicant which allows one to create pxelinux configurations for different types of clients using external modules on the fly. . This package provides the Clacks module for FTS. Homepage: https://github.com/gonicus/fts Package: fts-fai-ldap Priority: optional Section: utils Installed-Size: 85 Maintainer: Cajus Pollmeier Architecture: all Source: fts Version: 1.1-1.1.4.201403120027 Depends: python (>= 2.6.6-7~), python (<< 2.8), fts, python-ldap Filename: 4.0-0/all/fts-fai-ldap_1.1-1.1.4.201403120027_all.deb Size: 7412 MD5sum: 0be453d1884aeee9be5a02852d50610e SHA1: 57bdf0b908b618fa5f7fad9eb384c203bf0160d4 SHA256: 64698ec16dc924e2e7f4a4036317176bcba639c09083a26a24df9b0008393365 Description: LDAP FAI module for the TFTP/Fuse supplicant FTS is a modular fuse-tftp-supplicant which allows one to create pxelinux configurations for different types of clients using external modules on the fly. . This package provides the FAI module for FTS which is using the LDAP backend in conjunction with GOsa and GOto to generate client configurations. Homepage: https://github.com/gonicus/fts Package: fts-ltsp-ldap Priority: optional Section: utils Installed-Size: 84 Maintainer: Cajus Pollmeier Architecture: all Source: fts Version: 1.1-1.1.4.201403120027 Depends: python (>= 2.6.6-7~), python (<< 2.8), fts, python-ldap Filename: 4.0-0/all/fts-ltsp-ldap_1.1-1.1.4.201403120027_all.deb Size: 7194 MD5sum: f9fba331c4c4e12214109f2728661daf SHA1: 51f8cf01608e0a2b27a43c060b8e4f00bac8bed2 SHA256: de2763575c4e4e7b4ca2f568d8697f7dafa78f0df926a4ba7cea630c6e77203a Description: LDAP LTSP module for the TFTP/Fuse supplicant FTS is a modular fuse-tftp-supplicant which allows one to create pxelinux configurations for different types of clients using external modules on the fly. . This package provides the LTSP5 module for FTS which is using the LDAP backend in conjunction with GOsa and GOto to generate client configurations. Homepage: https://github.com/gonicus/fts Package: fts-opsi Priority: optional Section: utils Installed-Size: 81 Maintainer: Cajus Pollmeier Architecture: all Source: fts Version: 1.1-1.1.4.201403120027 Depends: python (>= 2.6.6-7~), python (<< 2.8), fts, python-ldap Filename: 4.0-0/all/fts-opsi_1.1-1.1.4.201403120027_all.deb Size: 6576 MD5sum: 71197b02e44a4c5a02cf920b31eafaa3 SHA1: c850c2a400255207a55abd64d27d5ece21cc1839 SHA256: fb04fdfda53194b9094dbf8d0ea95b902407a34bf295cc2a31f9b5295e8597cf Description: LDAP LTSP module for the TFTP/Fuse supplicant FTS is a modular fuse-tftp-supplicant which allows one to create pxelinux configurations for different types of clients using external modules on the fly. . This package provides the OPSI module for FTS. Homepage: https://github.com/gonicus/fts Package: fts Priority: optional Section: utils Installed-Size: 181 Maintainer: Cajus Pollmeier Architecture: all Version: 1.1-1.1.4.201403120027 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-fuse, debconf (>= 0.5) | debconf-2.0, fuse, python-argparse, ucf, python-pkg-resources Pre-Depends: adduser Recommends: tftpd | atftpd | tftpd-hpa Filename: 4.0-0/all/fts_1.1-1.1.4.201403120027_all.deb Size: 19142 MD5sum: bd6e4591de6120631204692e27b9618d SHA1: d424fe2d7410e15976451c72d14c3fe355f01457 SHA256: 9bd3f3bee830517c5d7c7e48ba4d8e3e21ea87044de4ca791b2d5d8300ceade4 Description: Modular TFTP/Fuse supplicant FTS is a modular fuse-tftp-supplicant which allows one to create pxelinux configurations for different types of clients using external modules on the fly. . It ships with modules for FAI (Fully automated install), OPSI (OpenPc integration), LTSP5 (Linux Terminal server project) and the clacks infrastructure daemon. . This package provides the main FUSE filesystem. Homepage: https://github.com/gonicus/fts Package: funcoeszz Priority: optional Section: misc Installed-Size: 177 Maintainer: Eder L. Marques Architecture: all Version: 8.3-2.4.201403120034 Depends: lynx Filename: 4.0-0/all/funcoeszz_8.3-2.4.201403120034_all.deb Size: 56908 MD5sum: 3b56604f2eef30728ba13c98eadbf4ad SHA1: 058cd763fbf03ddcb0cd544d5a57e83b7aaf1826 SHA256: 680476c39f80fced4c9e5d26fbe218b8b07e26b696cd4a6d21881da452c9dac0 Description: script with 65 useful mini applications Funcoes ZZ is a bash script that contains 65 useful applications, ready to run from command line on UNIX systems (Linux, BSD, Cygwin, Mac OS X, and others). This functions includes: Conversions and calculations (dates, hours, measure units, CPF, CNPJ) File manipulation (change name, extension, content) Data manipulation (statistics, filters, password generators) Internet site queries (dictionaries, translators, news, searches) Homepage: http://funcoeszz.net/ Package: funkload Priority: extra Section: web Installed-Size: 595 Maintainer: Toni Mueller Architecture: all Version: 1.13.0-1.9.201411010805 Depends: python, python-support (>= 0.90.0), python-pkg-resources, python-webunit (>= 1:1.3.10), python-docutils Recommends: tcpwatch-httpproxy, gnuplot (>= 4.2) Filename: 4.0-0/all/funkload_1.13.0-1.9.201411010805_all.deb Size: 151668 MD5sum: 188b68419a1d77736e63b8d699898300 SHA1: 79fdbb48a1ebce9b23e685e851c491af4f3d4c58 SHA256: 2abe1959d9aa4dc5b66a79f61a2e0b1bc10c4621aed28585c90efca69dddf2e9 Description: web testing tool This web testing tool is designed to allow testing the functionality and performance of web applications in the same spirit as Perl's WWW::Mechanize. The tool supports recording clicks through a website, saving them into a Python class which you can later modify, and playing them back later. This allows you to script your web applications. 'funkload' also supports performance and load testing your applications. Package: funnelweb-doc Priority: optional Section: doc Installed-Size: 1431 Maintainer: Yann Dirson Architecture: all Version: 3.2d-3.5.201403120750 Suggests: funnelweb Filename: 4.0-0/all/funnelweb-doc_3.2d-3.5.201403120750_all.deb Size: 225094 MD5sum: 71db567d18c307c5e04c5296e0a6c866 SHA1: da1dd8fe86e94a11146ea8b779f2a9b8ee4cf8cc SHA256: efe28e72bfe6da92ba559594710bc04612b48a01562d56b3123b3f516eb93103 Description: Documentation for funnelweb This package includes the HTML manuals for the funnelweb litterate-programming system. These are the Tutorial Manual, the Reference Manual, and the Developer Manual. Package: funny-manpages Priority: optional Section: doc Installed-Size: 77 Maintainer: Pawel Wiecek Architecture: all Version: 1.3-5.4.201403120052 Suggests: asr-manpages (>= 1.3-4) Filename: 4.0-0/all/funny-manpages_1.3-5.4.201403120052_all.deb Size: 31024 MD5sum: 18e0182a2c2b4c98f6e59879eb00aeb5 SHA1: 74759f7296f02f4ba9894d69d5086337ece2d062 SHA256: 690a4f488501573b5b27484fd0bf4ba1d0e4a1b34d6a6e192c77bab2e73bc5aa Description: more funny manpages A set of miscellaneous humorous manpages (don't take them too seriously!). Includes, amongst others, rtfm (1). Warning! Some of these manpages might be treated offensive. You've been warned. Package: furiusisomount Priority: optional Section: otherosfs Installed-Size: 444 Maintainer: Alessio Treglia Architecture: all Version: 0.11.3.1~repack1-0.1.4.201403120101 Depends: python (>= 2.6.6-7~), fuseiso, fuseiso9660, python-gtk2, python-glade2, nautilus Suggests: brasero Filename: 4.0-0/all/furiusisomount_0.11.3.1~repack1-0.1.4.201403120101_all.deb Size: 79714 MD5sum: 6d02c88df74159de9865f81fdcf894bb SHA1: 9c268b3b60022e32f45f8fc92c35d455887be21f SHA256: 34922535a6c5aa69c388b7a555a9884c8a980b235bc46a68b1cabeefc8f76401 Description: ISO, IMG, BIN, MDF and NRG image management utility Furius ISO Mount is a simple application for mounting ISO, IMG, BIN, MDF and NG image files even without burning them to disk. . It provides the following features: - Automatically Mounts ISO, IMG, BIN, MDF and NRG image files. - Automatically creates a mount point in your home directory. - Automatically Unmounts the Image files. - Automatically removes the mount directory to return your home directory to its previous state. - Automatically saves the history of the last 10 images mounted. - Mounts multiple images. - Burn ISO and IMG Files to optical disk. - Generate Md5 and SHA1 checksums. - Automatically retrieves any previously unmounted images. - Automatically generates a log file of all commands needed to mount and unmount images manually. Homepage: https://launchpad.net/furiusisomount Package: fuse-emulator-common Priority: optional Section: otherosfs Installed-Size: 152 Maintainer: Alberto Garcia Architecture: all Source: fuse-emulator Version: 1.0.0.1a+dfsg1-4.2.201403120112 Replaces: fuse-emulator (<< 1.0.0+dfsg1-1) Depends: opense-basic | spectrum-roms Recommends: fuse-emulator-gtk | fuse-emulator-sdl Suggests: spectrum-roms, fuse-emulator-utils Breaks: fuse-emulator (<< 1.0.0+dfsg1-1) Filename: 4.0-0/all/fuse-emulator-common_1.0.0.1a+dfsg1-4.2.201403120112_all.deb Size: 80168 MD5sum: 2f672185e1e6dcb960bd4ce6d1e2e1df SHA1: b1dbfe642c32441e55531696d3607028de8fdb73 SHA256: b1b4d6191b374ca8c65605c75bdd7366edb6e49e95659fe0da60ac35fe125e01 Description: The Free Unix Spectrum Emulator (common files) Fuse is a Sinclair ZX Spectrum emulator. It supports several models (including 16K/48K/128K/+2/+2A/+3 and some clones), with quite faithful emulation of the display and sound. . Its features include: * Accurate Spectrum 16K/48K/128K/+2/+2A/+3 emulation. * Working Spectrum +3e and SE, Timex TC2048, TC2068 and TS2068, Pentagon 128, "512" (Pentagon 128 with extra memory) and 1024 and Scorpion ZS 256 emulation. * Runs at true Speccy speed on any computer you're likely to try it on. * It can load Z80, SZX and SNA snapshots, TAP and TZX virtual-tape files (including accelerated loading), MDR microdrive images and DSK floppy disk images, among many others. * Sound. * Emulation of most of the common joysticks used on the Spectrum (including Kempston, Sinclair and Cursor joysticks). * Emulation of some of the printers you could attach to a Spectrum. * Support for the RZX input recording file format, including rollback and 'competition mode'. * Emulation of the DivIDE, Interface I, Kempston mouse, Spectrum +3e, ZXATASP, ZXCF, Beta 128, Opus Discovery and +D interfaces. . This package provides files common to all versions of the emulator. To get the actual emulator, install fuse-emulator-gtk or fuse-emulator-sdl. Homepage: http://fuse-emulator.sourceforge.net/ Package: fusil Priority: extra Section: devel Installed-Size: 518 Maintainer: Pierre Chifflier Architecture: all Version: 1.4-1.4.201403120215 Depends: python (>= 2.5), python-support (>= 0.90.0), python-ptrace (>= 0.5) Recommends: python-xlib, gcc Filename: 4.0-0/all/fusil_1.4-1.4.201403120215_all.deb Size: 133578 MD5sum: 2e73740975bd89608807975dd9f4ff1d SHA1: 433c814a146b7adcbb75df0844a68b75e28a67d4 SHA256: 4bf4e3805e22e9c68f5f274134c1696587e29687552c630ca32c26196daf79b7 Description: Fuzzing program to test applications Fusil is a fuzzing framework designed to expose bugs in software by changing random bits of its input. . It helps to start process with a prepared environment (limit memory, environment variables, redirect stdout, etc.), start network client or server, and create mangled files. Fusil has many probes to detect program crash: watch process exit code, watch process stdout and syslog for text patterns (eg. "segmentation fault"), watch session duration, watch cpu usage (process and system load), etc. . Fusil is based on a modular architecture. It computes a session score used to guess fuzzing parameters like number of injected errors to input files. Homepage: http://fusil.hachoir.org/ Python-Version: 2.6, 2.7 Package: fuss-launcher Priority: optional Section: gnome Installed-Size: 161 Maintainer: Enrico Zini Architecture: all Version: 0.5-1.8.201403120224 Depends: python (>= 2.4), python-support (>= 0.90.0), python-gtk2, python-gconf, python-xapian, python-xdg, apt-xapian-index (>= 0.35), app-install-data Filename: 4.0-0/all/fuss-launcher_0.5-1.8.201403120224_all.deb Size: 22262 MD5sum: c8ee363e8868f6dfc040d587ed88718d SHA1: 6cc35aa0b2c94d25b0b50d8d3dad32a71a892429 SHA256: 131bd2109fc06000d0f7cbfff3d551c1263da17e06f335ad7e6239a3d926ccee Description: a simple application launcher This panel applet provides an application launcher developed by the FUSS project, which uses apt-xapian-index to find applications given a few keywords. . Since the index also contains Debian package information, keyword search is not limited to the application name and short description provided by desktop files. . You can also drag a file into Fuss Launcher to see the applications that can open it. Fuss Launcher also remembers frequently used applications and allows to build a quick-launch list of user favourites. Homepage: https://devel.fuss.bz.it/wiki/FussLauncher Python-Version: 2.6, 2.7 Package: fuzzyocr Priority: extra Section: mail Installed-Size: 348 Maintainer: Francois Marier Architecture: all Version: 3.6.0-7.4.201403120234 Depends: spamassassin, tesseract-ocr-eng, gocr, ocrad, netpbm, giflib-tools, gifsicle, libstring-approx-perl, libdigest-md5-perl, libmldbm-sync-perl, libtie-cache-perl, libdbd-mysql-perl Filename: 4.0-0/all/fuzzyocr_3.6.0-7.4.201403120234_all.deb Size: 134040 MD5sum: 22681884547489ad066be2d99770d0b4 SHA1: a36c3da2f2c8b67b55229889329afc8401dcdf46 SHA256: 258051407782be402187541f0bd6d38be27cd3ab3f97862d91cadeba9b77e748 Description: spamassassin plugin to check image attachments This Spamassassin plugin checks for specific keywords in image/gif, image/jpeg or image/png attachments, using gocr (an optical character recognition program). This plugin can be used to detect spam that puts all the real spam content in an attached image, while the mail itself is only random text and random html, without any URL's or identifiable information. Additionally to the normal OcrPlugin, it can do approximate matches on words, so errors in recognition or attempts to obfuscate the text inside the image will not cause the detection to fail. . This is a development version from SVN. Currently, this SVN version is the only one that works with spamassassin 3.2. Homepage: http://fuzzyocr.own-hero.net/ Package: fvwm-crystal Priority: optional Section: x11 Installed-Size: 6141 Maintainer: Vincent Bernat Architecture: all Version: 3.0.5.dfsg-5.4.201403120244 Provides: x-window-manager Depends: python, python-support (>= 0.90.0), fvwm (>= 1:2.5.13) | fvwm-gnome (>= 1:2.5.13), rxvt-unicode | x-terminal-emulator, imagemagick, trayer | stalonetray, habak | hsetroot Recommends: rox-filer, xscreensaver, audacious | mpd | cdcd | quodlibet, mpc Suggests: sudo, menu, nautilus Filename: 4.0-0/all/fvwm-crystal_3.0.5.dfsg-5.4.201403120244_all.deb Size: 3886744 MD5sum: 040e0743dab2f4d21d633837e5e5719c SHA1: 7d15302d3153331d06b54f0d60fd53fd3b836029 SHA256: 3c2017df7eb787665906afa85ccd230e538d4e8975ba14c00dd7f4d6159282f0 Description: Pretty Desktop Environment based on fvwm FVWM-crystal creates an easy to use desktop environment using fvwm2 as its window manager and main core. From another point of view its just a very powerful fvwm configuration. . A file manager may be optionally used to display desktop icons, ROX-filer and nautilus are supported for this task. FVWM-crystal furthermore has UI integration for various music players, among them audacious and mpd. . There is also a very powerful menu system that has an extensive default configuration but may be customized and extended by each user to fit personal requirements. Homepage: http://fvwm-crystal.org/ Package: fvwm-icons Priority: optional Section: x11 Installed-Size: 1650 Maintainer: Jari Aalto Architecture: all Version: 20070101-1.4.201403120247 Replaces: fvwm-common Pre-Depends: x11-common (>= 1:7.0.0) Conflicts: fvwm-common Filename: 4.0-0/all/fvwm-icons_20070101-1.4.201403120247_all.deb Size: 373636 MD5sum: 64c484bb3b24afd62cab12b696665e5e SHA1: 595d2c820ec1ac4b318b578f7cd9b3b301b0131d SHA256: 0bda03a257ebc9c98bc0876d05c63dc9661c07be36b4dec4f088182f1c9d6ccc Description: icon *.xpm files from fvwm development site This package contains small icons for use with window manager menus. The icons include generic symbols (balls, books, hexagons) and descriptive icons for programs (file manager, netscape logo etc.). Note, that these icons are quite basic and do not include any shadow effects. . Originally the icons were for FVWM which is a small memory footprint ICCCM2 compliant multiple virtual desktop window manager. Homepage: http://fvwm.org/download/icons.php Package: fwanalog Priority: optional Section: net Installed-Size: 414 Maintainer: Emanuele Rocca Architecture: all Version: 0.6.9-6.2.4.201403120256 Depends: debconf (>= 0.5) | debconf-2.0, perl, analog (>= 5.21), mailutils | mailx, adduser Suggests: iptables Filename: 4.0-0/all/fwanalog_0.6.9-6.2.4.201403120256_all.deb Size: 141370 MD5sum: 81c8ee8a08b53d1cda592826e946dbba SHA1: f9d3517b11964d35394453066d2d23dd53553c2d SHA256: e96dacde77aa975f75754bbbb7855081418b32384acbc820580f8114e802b3be Description: firewall log-file report generator (using analog) fwanalog is a shell script that parses and summarizes firewall logfiles. It is able to work on firewall logs from ipchains (Linux 2.2), iptables (Linux 2.4), ipf (OpenBSD, FreeBSD and NetBSD) and some ZyXEL/NetGear routers. . It uses analog to generate the log-files, which includes daily statistics and such, and is both formatted in html and text (for online perusing, and a daily email, for instance). Package: fwbuilder-common Priority: optional Section: net Installed-Size: 1206 Maintainer: Sylvestre Ledru Architecture: all Source: fwbuilder Version: 5.1.0-3.4.201403120258 Filename: 4.0-0/all/fwbuilder-common_5.1.0-3.4.201403120258_all.deb Size: 350642 MD5sum: 34aa6ae2627553b1328d95c3511c7505 SHA1: ffa2abcc17b802663a8ee6f71373e24399434ad0 SHA256: 9aef11b145b649f0395e685e76734c8bb260bc25f8b6dfe783f756276af57fa0 Description: Firewall administration tool GUI (common files) Firewall Builder consists of an object-oriented GUI and a set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps the user maintain a database of objects and allows policy editing using simple drag-and-drop operations. . This is the arch independent common parts of fwbuilder Homepage: http://www.fwbuilder.org/ Package: fwbuilder-doc Priority: optional Section: doc Installed-Size: 1412 Maintainer: Sylvestre Ledru Architecture: all Source: fwbuilder Version: 5.1.0-3.4.201403120258 Filename: 4.0-0/all/fwbuilder-doc_5.1.0-3.4.201403120258_all.deb Size: 1070512 MD5sum: f3aeb6bfb51b51cf0ef5456a3a1a8c86 SHA1: 600b9aee4cd55baf2359302297066cd6175dd723 SHA256: 8442973d5d6c317968c19546ac37b7f405da07e257f49d994c6c672483988268 Description: Firewall administration tool GUI documentation Firewall Builder consists of an object-oriented GUI and a set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps the user maintain a database of objects and allows policy editing using simple drag-and-drop operations. . This is the documentation of fwbuilder Homepage: http://www.fwbuilder.org/ Package: fweb-doc Priority: optional Section: doc Installed-Size: 1633 Maintainer: Yann Dirson Architecture: all Source: fweb Version: 1.62-11.5.201411010822 Replaces: fweb (<= 1.62-8) Depends: dpkg (>= 1.15.4) | install-info Suggests: doc-base, fweb Filename: 4.0-0/all/fweb-doc_1.62-11.5.201411010822_all.deb Size: 512752 MD5sum: a545023f621fbde9918ed00dbf9af300 SHA1: 558e6d183b097fc4d1c6b37fb734a999eda0fa20 SHA256: a8b6a5a1e6e3bef4bf7b465d2919802b284f9b5ac287010ae7283cb63e2fa308 Description: Documentation for literate-programming tool Fweb Literate-programming allows the programmer to write a program's code and its code's documentation, with equal importance accorded to both. This helps producing a well-documented code. . This is the documentation for the F in HTML, info, and texinfo formats. Homepage: http://freshmeat.net/projects/fweb Package: fwsnort Priority: optional Section: admin Installed-Size: 263 Maintainer: Franck Joncourt Architecture: all Version: 1.6.2-1.4.201403120335 Depends: perl, debconf (>= 0.5) | debconf-2.0, iptables, libnet-ip-perl, libiptables-parse-perl Recommends: snort-rules-default Filename: 4.0-0/all/fwsnort_1.6.2-1.4.201403120335_all.deb Size: 66506 MD5sum: ef282b1aa6064b07300d4eb84abb09c9 SHA1: 3664539e50b218769ee420070a500557eda22b1f SHA256: 93c04cada96e440ba55c07036df02474259c33cac7689efee20a1d2827619ab2 Description: Snort-to-iptables rule translator Fwsnort translates Snort rules into equivalent iptables rules and generates a shell script that implements the resulting iptables commands. . This allows network traffic that matches Snort signatures to be logged and/or dropped by iptables directly without putting any interface into promiscuous mode or queuing packets from kernel to user space. Homepage: http://www.cipherdyne.org/fwsnort/ Package: g++-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: g++-mingw-w64-i686, g++-mingw-w64-x86-64, gcc-mingw-w64-base Filename: 4.0-0/all/g++-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 936 MD5sum: 83932b7d9b36b99155e0267fcb747cf1 SHA1: 2e86b866d8902ad7fd104e27db888d4ad432baec SHA256: d2adf01924c4351ad908dbbca0156033a8c0f8b9eca0ca1aa92f5e8b3ad4d208 Description: GNU C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: g-wrap Priority: optional Section: lisp Installed-Size: 232 Maintainer: Andreas Rottmann Architecture: all Version: 1.9.14-1.1.4.201403120358 Depends: guile-1.8, guile-library (>= 0.1.1), dpkg (>= 1.15.4) | install-info Recommends: indent, libgwrap-runtime-dev (>= 1.9.14-1.1.4.201403120358) Conflicts: guile-g-wrap (<< 1.9.9-1), libgwrapguile-dev Filename: 4.0-0/all/g-wrap_1.9.14-1.1.4.201403120358_all.deb Size: 70020 MD5sum: ad6ce283443f0479ed4f281a818ab86b SHA1: 63bb3e2a5a3903da86bc4cab39b80763fa5d8021 SHA256: f62b5850c3ec5af480b094ef1afa895bd953f61946c9ddb426ce36a5b3299a08 Description: scripting interface generator for C G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . G-Wrap takes a set of interface declarations (written in Scheme) and wraps the described interface for Guile. Homepage: http://www.nongnu.org/g-wrap/ Package: g2p-sk Priority: extra Section: text Installed-Size: 286 Maintainer: Ďoďo Ivanecký Architecture: all Version: 0.4.2-1.4.201403120442 Depends: perl, sylseg-sk (>= 0.3) Suggests: konwert Filename: 4.0-0/all/g2p-sk_0.4.2-1.4.201403120442_all.deb Size: 81928 MD5sum: 8a416ac1a0279f69f5e56667157a2026 SHA1: 494509530596a2cd76641c88588e8695b605a517 SHA256: 0b3898dfc14b9c0f47be0501c3d8bac7d0a410751b87944da0162fe26eebcf3f Description: Phonetic transcription for Slovak language g2p-sk implements rule based approach for the phonetic transcription. Each input word represented by the sequence of the graphemes is transcribed to the sequence of of the phones in the SAMPA coding. Package: gadfly Priority: optional Section: interpreters Installed-Size: 58 Maintainer: Matthias Klose Architecture: all Version: 1.0.0-15.1.8.201403120517 Depends: python, python-gadfly (= 1.0.0-15.1.8.201403120517) Filename: 4.0-0/all/gadfly_1.0.0-15.1.8.201403120517_all.deb Size: 27336 MD5sum: d7c67f7ad04cfe2e931263383f26b3df SHA1: aa85a3aa206dd09d5ebc86d31085e3112d254d7d SHA256: 749dc65dce05446cfe841cd88884f7e7f49b3a0071ac92a1fc3f2f5429159efc Description: Server and interactive shell for Gadfly SQL database Gadfly is a relational database management system which uses a large subset of very standard SQL as its query language. The underlying engine consists of Python modules. Gadfly stores the active database in memory, with logging to a file system for recovery from system or software failures (but not for disk failures). . This package contains an interactive shell and a server for use with the Gadfly SQL database. Package: gadmin-tools Priority: optional Section: admin Installed-Size: 27 Maintainer: Debian QA Group Architecture: all Source: gadmintools-meta Version: 10.4.201403120610 Depends: gadmintools Filename: 4.0-0/all/gadmin-tools_10.4.201403120610_all.deb Size: 2928 MD5sum: 8045d25241baa7d8fc21a87711da5c59 SHA1: 923c25dd09c1c385940ca681cfd43203bc3fd5ae SHA256: 684a5c6246738846f381eb22727332246ee63caa1721e0642b30780cbb21b514 Description: GTK+ server administration tools (transitional package) Package to ease upgrading from older gadmin-tools packages to the new gadmintools package. . This package can be purged at anytime once the gadmintools package has been installed. Homepage: http://www.gadmintools.org/ Package: gadmintools Priority: optional Section: admin Installed-Size: 27 Maintainer: Debian QA Group Architecture: all Source: gadmintools-meta Version: 10.4.201403120610 Replaces: gadmin-tools Depends: gadmin-bind, gadmin-openvpn-client, gadmin-openvpn-server, gadmin-proftpd, gadmin-rsync, gadmin-samba Breaks: gadmin-tools (<< 6) Filename: 4.0-0/all/gadmintools_10.4.201403120610_all.deb Size: 3020 MD5sum: 4b593ff999c131ba00c2903914de8626 SHA1: 7c02d76759aa5df88f115f327fcc74cc50c15b25 SHA256: 759b71a8eec9132c85b62f019effafa5fc6095389d056fd675af69688a23b3c7 Description: GTK+ server administration tools (meta-package) Gadmintools consists of several easy to use GTK+ server administration tools for the following programs: . * gadmin-bind - ISC BIND DNS server * gadmin-openvpn-client - OpenVPN client * gadmin-openvpn-server - OpenVPN Server * gadmin-proftpd - Proftpd FTP server * gadmin-rsync - Rsync server * gadmin-samba - Samba SMB server Homepage: http://www.gadmintools.org/ Package: gaduhistory Priority: extra Section: misc Installed-Size: 140 Maintainer: Marcin Owsiany Architecture: all Version: 0.5-2.2.201403120615 Depends: python-central (>= 0.6.11), python (>= 2.6) Filename: 4.0-0/all/gaduhistory_0.5-2.2.201403120615_all.deb Size: 18484 MD5sum: 588c132f15b765fb136cc24da298dd11 SHA1: bb9b89b49bb188cfec3376c8af37193b7417b05a SHA256: 0be5373caa3d972ffbb09bbee464d3395f369364e088de9a450174e185d4c07b Description: EKG history viewer This program lets you view Gadu-Gadu chat history of the EKG and EKG2 programs in an ncurses-based text interface. It uses SQLite databases internally for fast access. Enhances: ekg, ekg2-core Homepage: http://projects.socek.org/index.php/p/gaduhistory/ Package: gaim-extendedprefs Priority: optional Section: net Installed-Size: 28 Maintainer: Arjan Oosting Architecture: all Source: pidgin-extprefs Version: 0.7-2.5.201403260207 Depends: pidgin-extprefs Filename: 4.0-0/all/gaim-extendedprefs_0.7-2.5.201403260207_all.deb Size: 3952 MD5sum: ad5cc35dc9b1bb84d2b9f98fa5bc5a49 SHA1: b310bc8dd7cc508c993c77ea325e83b5a4ebfbfb SHA256: 206dd40136d0a0b1031b54fbe43f99db0c47cff97e24e70ab7d8b4b5ff6c95c8 Description: plugin for the instant messenger pidgin (transitional package) The Pidgin Extended Preferences Plugin adds additional preferences that have been commonly called for in the past from Pidgin that are either already implemented and hidden, or trivial to implement via a plugin. . Homepage: http://gaim-extprefs.sourceforge.net/ . This is a transitional dummy package to ensure clean upgrades from old releases. It can be safely removed after upgrade. Package: gaim-hotkeys Priority: optional Section: net Installed-Size: 27 Maintainer: Ivan Yat-Cheung Wong Architecture: all Source: pidgin-hotkeys Version: 0.2.4-1.2.6.201403260240 Depends: pidgin-hotkeys Filename: 4.0-0/all/gaim-hotkeys_0.2.4-1.2.6.201403260240_all.deb Size: 3562 MD5sum: cf0d201ccdd090c15d071af69042410f SHA1: cdaa9b17be8a615373b716588fa99b6241196959 SHA256: eb4b82d0ed5158c15366ae5ad2f0bb2a898731766b7c679a680ea93e1e88f1c3 Description: Configurable global hotkeys for pidgin gaim-hotkeys is a dummy package that eases the transition to pidgin and depends on pidgin-hotkeys. It can be removed safely. Package: gaim-librvp Priority: extra Section: net Installed-Size: 28 Maintainer: Devin Carraway Architecture: all Version: 0.9.5-3.4.201403120624 Depends: pidgin-librvp Filename: 4.0-0/all/gaim-librvp_0.9.5-3.4.201403120624_all.deb Size: 3574 MD5sum: 33433a615386f95b41dca7cc12214cb5 SHA1: 3cfdee3447551dd4c309cbfb46f7275e739238f3 SHA256: 99f7f6b93f1a7c9f32a1a58d6367f98ae0041f58312ffb64fa2d59a5b0bbc282 Description: MS Exchange RVP instant messaging plugin for GAIM - transitional librvp is a plugin for GAIM which implements the RVP protocol used by Microsoft Exchange and its Windows Messenger client. . This is not an MSN Messenger protocol plugin; for that, see the main GAIM package. . This package has been superseded by pidgin-librvp, and can be safely removed. Package: gaim-themes Priority: optional Section: net Installed-Size: 26 Maintainer: Martin Braure de Calignon Architecture: all Version: 0.2-1.4.201403120629 Depends: pidgin-themes Filename: 4.0-0/all/gaim-themes_0.2-1.4.201403120629_all.deb Size: 2246 MD5sum: b25499ac7ef0bacd214e5b13dca54865 SHA1: 7f6b363e86d8c865cb384fccc60c66ce35198d54 SHA256: f9976cead7cedfb5379402c4eba23b79f97b020f65f0c4b86d5a1a8dc5f86566 Description: Transitional dummy package This is a dummy package to ease transition from previous versions of gaim-themes. . It can be safely removed from your system. Package: gaim-thinklight Priority: optional Section: net Installed-Size: 28 Maintainer: Joachim Breitner Architecture: all Source: pidgin-blinklight Version: 0.11.1-1.5.201403260150 Depends: pidgin-blinklight Filename: 4.0-0/all/gaim-thinklight_0.11.1-1.5.201403260150_all.deb Size: 4130 MD5sum: 2810bf29102cf00e4853ef6a6804e481 SHA1: 53a282033198f79659696c0c36ab997e580c6caf SHA256: 0dbb9ed58cf2cf66aba134664f67f1eef9fa624e19a0fbb69d6fcaa80d57b74d Description: Transitional package to pidgin-thinklight This is a transitional dummy package, to make sure that users have a seamless upgrade from the gaim-thinklight to the new pidgin-blinklight package. It can safely be removed afterwards. Package: gajim Priority: optional Section: net Installed-Size: 13505 Maintainer: Yann Leboulanger Architecture: all Version: 0.15.1-4.1.6.201403120632 Depends: python (>= 2.6.6-7~), python-gtk2 (>= 2.22.0), dnsutils Recommends: dbus, python-dbus, notification-daemon, python-openssl (>= 0.12), python-crypto, python-pyasn1 Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farstream, gstreamer0.10-plugins-ugly, python-pycurl, python-gupnp-igd Filename: 4.0-0/all/gajim_0.15.1-4.1.6.201403120632_all.deb Size: 4831564 MD5sum: feccbda7ef3f737c2715b2da16481bda SHA1: bd7ca2379a37e5f44144d7923ecc679c9f1a0cc9 SHA256: 5497ffc43ecdefa90a6d6697da1673386850c0f60e39252f6be81fec5dc3e37b Description: Jabber client written in PyGTK Gajim is a Jabber client. It has a tabbed user interface with normal chats, group chats, and has many features such as, TLS, GPG, SSL, multiple accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts. Homepage: http://www.gajim.org Package: galax-doc Priority: optional Section: doc Installed-Size: 28413 Maintainer: Debian OCaml Maintainers Architecture: all Source: galax Version: 1.1-10.9.201403120639 Suggests: galax, libgalax-ocaml-dev Filename: 4.0-0/all/galax-doc_1.1-10.9.201403120639_all.deb Size: 1873470 MD5sum: d9492a10f8a94000b2bd60badf594e4f SHA1: 04bb49d47b1da9ebc2906b91e54d11870cd6953d SHA256: 08eea8e66bd4a42337d775e746566841768834da4fcccd1b9975e1bc9502ef0c Description: XQuery implementation with static typing - documentation Galax is an implementation of XQuery, the W3C XML Query Language. . Galax implements XQuery 1.0 as specified by the W3C, as well as XPath 2.0, which is subset of XQuery 1.0. . Galax is a Schema-aware implementation of XQuery and supports static typing. Also thanks to that, Galax is a really fast implementation of the language. . Galax supports some advanced XQuery features, such as XML Schema validation, XML updates, XQuery optimization and projection, applications of XQuery to Web services. . This package contains the Galax documentation. User's and reference manuals are provided, as well as the OCaml API reference for the Galax library. Homepage: http://galax.sourceforge.net/ Package: gallery-uploader Priority: optional Section: graphics Installed-Size: 330 Maintainer: Pietro Battiston Architecture: all Version: 2.4-1.4.201403120716 Depends: python (>= 2.6.6-7~), python-gtk2, python-gobject (>= 2.15), python-gnome2, python-galleryremote, python-xdg, python (>= 2.7) | python-argparse Recommends: python-gnomekeyring, python-m2crypto Filename: 4.0-0/all/gallery-uploader_2.4-1.4.201403120716_all.deb Size: 47272 MD5sum: ef8b7cfd6c30fcbd34410066a66550b0 SHA1: c15683f1c6407ed394ee1dff2157811472c91cdc SHA256: cc8c64d93c213ed76315fb3d45da1e649a346d4b6032ab8bd0116945e76c2b90 Description: graphical tool to upload pictures and videos to Gallery Gallery-uploader is a program which makes it immediate to upload pictures and videos to Gallery installations; Gallery (http://gallery.menalto.com/) is an advanced web photo album organizer. . Gallery-uploader can be used in two ways: * as a standalone program, which allows the user to browse for files to upload * as a script for Nautilus (the default GNOME file manager): for this to work, the single user must enable it (see the manual for more info). . This program is currently only able to work with installations of Gallery version 2.*, not 1.*. Homepage: http://www.pietrobattiston.it/gallery_uploader Package: gallery Priority: optional Section: web Installed-Size: 4722 Maintainer: Michael C. Schultheiss Architecture: all Version: 1.5.10.dfsg-1.5.201411010834 Depends: apache2 | httpd, php5 | php5-cgi | libapache2-mod-php5 | php4 | php4-cgi | libapache2-mod-php4, netpbm (>= 9.20), debconf (>= 0.5) | debconf-2.0 Recommends: imagemagick, jhead, unzip, libjpeg-progs Filename: 4.0-0/all/gallery_1.5.10.dfsg-1.5.201411010834_all.deb Size: 1713842 MD5sum: 527187e39ff2167e92c5b799355fac47 SHA1: c5e4aa5a461a707ab326d16800d8b5d5209f69f0 SHA256: 658b8fae00598725d1ec5c3de78f0128b5ca222d3b25f2b6c52446b918ae7305 Description: a web-based photo album written in php Gallery is a web-based photo album with multiple user support. It provides users with the ability to create and maintain their own albums via an intuitive web interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more. Albums can have read, write and caption permissions per individual authenticated user for an additional level of privacy. . Created in an effort to prevent well meaning folks from sending obscenely large photos by email, Gallery provides an easy place for friends and relatives to create and maintain their own photo albums. . The upstream web site is: http://gallery.sf.net Package: galternatives Priority: optional Section: admin Installed-Size: 222 Maintainer: Ryan Niebur Architecture: all Version: 0.13.5+nmu2.8.201403120729 Depends: python (>= 2.4), python-support (>= 0.90.0), python-glade2 Recommends: gksu Conflicts: gksu (<< 0.8.0) Filename: 4.0-0/all/galternatives_0.13.5+nmu2.8.201403120729_all.deb Size: 29830 MD5sum: 93332f14c714da30175260524a1339b4 SHA1: bba244376d9e2564f4ad68234ec1476e8de0b2f8 SHA256: 392449e6b5a45c8be835e57948e416a4973eff5199020441437e1c9d90e654b5 Description: graphical setup tool for the alternatives system A GUI to help the system administrator to choose what program should provide a given service. . This is a graphical front-end to the update-alternatives program shipped with dpkg. Package: gambas3-examples Priority: optional Section: devel Installed-Size: 5450 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Filename: 4.0-0/all/gambas3-examples_3.1.1-2.2.201403120738_all.deb Size: 3017592 MD5sum: e0ccbae8c112702541aeb8498ca8a58b SHA1: 5e17564841c098f29f28e6212602920294bdd301 SHA256: 7f6638cec95153ebdb3dff59ca701b760bfb1c3e2acfbd40b6ae0a8adeb88fa2 Description: Gambas examples Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the examples. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-chart Priority: optional Section: libdevel Installed-Size: 128 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-gui (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-chart_3.1.1-2.2.201403120738_all.deb Size: 38842 MD5sum: c3bf5c77dd8d034d93ca9ecc7345a8ef SHA1: 360fb8f2d1b6a679db8612dd17abd928e0fb5d20 SHA256: 486bf04170110bc8af35b285afd55b48de036604a3ab78c0b1eb38f83e9b570f Description: Gambas charting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component to draw charts. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-db-form Priority: optional Section: libdevel Installed-Size: 174 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-db (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-db-form_3.1.1-2.2.201403120738_all.deb Size: 54052 MD5sum: 1a31dbc524095cd7bdf6c653495f9e86 SHA1: 3e540209c5b6033c5ebdc59905667292e7e33fd5 SHA256: 095b037f994d4d816d0f6ef24946e64be3d08cca6830ce59b5b204516bd14bbe Description: Gambas database bound controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements data bound controls. It provides the following new controls: DataSource, DataBrowser, DataView, DataControl and DataCombo. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-eval-highlight Priority: optional Section: libdevel Installed-Size: 68 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-eval-highlight_3.1.1-2.2.201403120738_all.deb Size: 18270 MD5sum: fd0de3142e2c097f1b8e86dc78789923 SHA1: 06d14e7ab49f3c28c6008aef69d6cf8c0ab48752 SHA256: 604b6ecfdeabe434d1a01f000e4a5b040f6a238b00b0de20b62f7923016ec827 Description: Gambas syntax highlighting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for syntax highlighting. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-form-dialog Priority: optional Section: libdevel Installed-Size: 51 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-form-dialog_3.1.1-2.2.201403120738_all.deb Size: 9854 MD5sum: ceccd4e14d12a08174f8148209d8d17d SHA1: 3f63b96c7d7674cc2d15458a8910f71b91a64752 SHA256: 44dc495104a86e431bf10fff4e64157e01573679230251198f05e6317e634bd9 Description: Gambas native mdi form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace control. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-form-mdi Priority: optional Section: libdevel Installed-Size: 253 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-form-mdi_3.1.1-2.2.201403120738_all.deb Size: 141954 MD5sum: 8b70db721a6a56a7d7a8e1ab63ec164a SHA1: 30fe4943962352c6c10f950200e1875a9c528b08 SHA256: 44fc8736a5d56057d5b5b87e22408f67b74ac6976c41f6ea1913c5ed458efc86 Description: Gambas native mdi form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace control. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-form-stock Priority: optional Section: devel Installed-Size: 3479 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-gb-form (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-form-stock_3.1.1-2.2.201403120738_all.deb Size: 840856 MD5sum: 8780c66297972d55093a8363b68c6c02 SHA1: 43044de3082c49e15edc59931f719715486e0e17 SHA256: 4d6ab0985983dafea12f112b16f216dda51b80d4554f2357d0860e806ee12b63 Description: Gambas form stock icons Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes support for stock form icons. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-form Priority: optional Section: libdevel Installed-Size: 782 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-gui (>= 3.1.1-2.2.201403120738), gambas3-gb-settings (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-form_3.1.1-2.2.201403120738_all.deb Size: 273176 MD5sum: d5e0bd2d58ee6c155ca5b51b6ac6ae67 SHA1: 73773133823b66ed6ce971e581827c57ba510946 SHA256: 5a639759d68dc05f9be45b42195e9aeec6d2c8f4e517a85c412e9c998195e741 Description: Gambas native form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component to serve as base for graphic components. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-report Priority: optional Section: libdevel Installed-Size: 270 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4 (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738), gambas3-gb-db (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-report_3.1.1-2.2.201403120738_all.deb Size: 84798 MD5sum: aa52ffccb6d87ed1ff49f2b3c90c610b SHA1: 4ddd7ca57ed7fb2c9370bb5c3b3861740c0b469a SHA256: f422ea3c78afb2f4dbb9a650653d99aa534a144991c18af7185c52140f22ae57 Description: Gambas report component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component gives the tools and methods to create reports using Gambas. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-settings Priority: optional Section: libdevel Installed-Size: 48 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-settings_3.1.1-2.2.201403120738_all.deb Size: 10538 MD5sum: e379d2f73128f8a52b3cb0f283fa88d8 SHA1: 68955d08835d2e4e46840321e2b28af07692e30c SHA256: d4feb72f500d474f1f7aff62bb20d8e50d0d0f40dae4d27950c271531a9166b4 Description: Gambas utilities class Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component made in gambas providing several utilities. Homepage: http://gambas.sourceforge.net Package: gambas3-gb-web Priority: optional Section: libdevel Installed-Size: 73 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: gambas3-runtime (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3-gb-web_3.1.1-2.2.201403120738_all.deb Size: 18276 MD5sum: a5f16b4b8fe958cd1a2f62a77c8fd34d SHA1: 0f1288deef4742fd8ffd2cb0eb63703b40b43e60 SHA256: a4bcc7a9550f71e475b6f74aef791137d45eb599f8a729c8230afbb9238a1927 Description: Gambas CGI for web applications component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component for making CGI web applications using gambas, with an ASP-like interface. Homepage: http://gambas.sourceforge.net Package: gambas3-ide Priority: optional Section: devel Installed-Size: 3578 Maintainer: Gambas Debian Maintainers Architecture: all Source: gambas3 Version: 3.1.1-2.2.201403120738 Depends: debhelper, fakeroot, gambas3-gb-image-effect (>= 3.1.1-2.2.201403120738), gambas3-dev (>= 3.1.1-2.2.201403120738), gambas3-gb-db-form (>= 3.1.1-2.2.201403120738), gambas3-gb-form-stock (>= 3.1.1-2.2.201403120738), gambas3-gb-form (>= 3.1.1-2.2.201403120738), gambas3-gb-form-dialog (>= 3.1.1-2.2.201403120738), gambas3-gb-form-mdi (>= 3.1.1-2.2.201403120738), gambas3-gb-db (>= 3.1.1-2.2.201403120738), gambas3-gb-desktop (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4 (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4-ext (>= 3.1.1-2.2.201403120738), gambas3-gb-settings (>= 3.1.1-2.2.201403120738), gambas3-runtime (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4-webkit (>= 3.1.1-2.2.201403120738), gambas3-gb-eval-highlight (>= 3.1.1-2.2.201403120738) Recommends: gambas3-examples, rpm Filename: 4.0-0/all/gambas3-ide_3.1.1-2.2.201403120738_all.deb Size: 1562584 MD5sum: 0c02817f9445c93203a1857ccad8ffb8 SHA1: 403903774968b487ae37f72fccfcc3ec29ebfa7e SHA256: f787fe77f7f0bc99a35c7f1241ec9374eba30ac1cfc53ea600b059ddfe97be92 Description: Visual development environment for the Gambas programming language Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas Development Environment. Homepage: http://gambas.sourceforge.net Package: gambas3 Priority: optional Section: devel Installed-Size: 8 Maintainer: Gambas Debian Maintainers Architecture: all Version: 3.1.1-2.2.201403120738 Depends: gambas3-gb-cairo (>= 3.1.1-2.2.201403120738), gambas3-gb-dbus (>= 3.1.1-2.2.201403120738), gambas3-examples (>= 3.1.1-2.2.201403120738), gambas3-gb-form-stock (>= 3.1.1-2.2.201403120738), gambas3-gb-chart (>= 3.1.1-2.2.201403120738), gambas3-gb-compress-bzlib2 (>= 3.1.1-2.2.201403120738), gambas3-gb-compress-zlib (>= 3.1.1-2.2.201403120738), gambas3-gb-crypt (>= 3.1.1-2.2.201403120738), gambas3-gb-db-form (>= 3.1.1-2.2.201403120738), gambas3-gb-db-mysql (>= 3.1.1-2.2.201403120738), gambas3-gb-db-postgresql (>= 3.1.1-2.2.201403120738), gambas3-gb-db-odbc (>= 3.1.1-2.2.201403120738), gambas3-gb-db-sqlite3 (>= 3.1.1-2.2.201403120738) | gambas3-gb-db-sqlite2 (>= 3.1.1-2.2.201403120738), gambas3-gb-desktop (>= 3.1.1-2.2.201403120738), gambas3-gb-form-dialog (>= 3.1.1-2.2.201403120738), gambas3-gb-form-mdi (>= 3.1.1-2.2.201403120738), gambas3-gb-gui (>= 3.1.1-2.2.201403120738), gambas3-gb-image-effect (>= 3.1.1-2.2.201403120738), gambas3-gb-image-imlib (>= 3.1.1-2.2.201403120738), gambas3-gb-image-io (>= 3.1.1-2.2.201403120738), gambas3-gb-net-curl (>= 3.1.1-2.2.201403120738), gambas3-gb-net-smtp (>= 3.1.1-2.2.201403120738), gambas3-gb-opengl-glsl (>= 3.1.1-2.2.201403120738), gambas3-gb-opengl-glu (>= 3.1.1-2.2.201403120738), gambas3-gb-pcre (>= 3.1.1-2.2.201403120738), gambas3-gb-pdf (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4-ext (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4-webkit (>= 3.1.1-2.2.201403120738), gambas3-gb-qt4-opengl, gambas3-gb-report (>= 3.1.1-2.2.201403120738), gambas3-gb-sdl-sound (>= 3.1.1-2.2.201403120738), gambas3-gb-settings (>= 3.1.1-2.2.201403120738), gambas3-gb-vb, gambas3-gb-v4l (>= 3.1.1-2.2.201403120738), gambas3-gb-web, gambas3-gb-xml-rpc (>= 3.1.1-2.2.201403120738), gambas3-gb-xml-xslt (>= 3.1.1-2.2.201403120738), gambas3-ide (>= 3.1.1-2.2.201403120738), gambas3-gb-mysql (>= 3.1.1-2.2.201403120738), gambas3-gb-option (>= 3.1.1-2.2.201403120738) Filename: 4.0-0/all/gambas3_3.1.1-2.2.201403120738_all.deb Size: 4378 MD5sum: ecd23920798372d9eafc84357221a023 SHA1: c3c709d1353c8818c9edba66c7fd2798f08f8d55 SHA256: f450a84e224ba16114311b62ec155cb3180984dcfa2b4c6e9c91d61795365cbe Description: Complete visual development environment for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package doesn't include anything: it is a metapackage to install the IDE and all the available gambas components... Homepage: http://gambas.sourceforge.net Package: gambc-doc Priority: optional Section: doc Installed-Size: 4128 Maintainer: Kurt B. Kaiser Architecture: all Source: gambc Version: 4.2.8-1.1.4.201403120803 Suggests: r5rs-doc Filename: 4.0-0/all/gambc-doc_4.2.8-1.1.4.201403120803_all.deb Size: 3254812 MD5sum: db5953447e3bba1304211021d6e942dd SHA1: 690a1c112a162ec933e06cdc09a3d71c8ed34ea9 SHA256: aa81f86f9e3aff4803a5fb46479abb958f9470829468a69c30b4e6751ac67a6a Description: documentation for the Gambit-C interpreter and compiler The package includes info, .pdf, and text versions of the Gambit-C manual, a 200+ page document containing a complete description of the interpreter and compiler suite. Also included are numerous examples, benchmark code, and an implementation of syntax-case for Gambit-C. Homepage: http://www.iro.umontreal.ca/~gambit/ Package: gameconqueror Priority: extra Section: utils Installed-Size: 348 Maintainer: WANG Lu Architecture: all Source: scanmem Version: 0.12-2.4.201403181812 Depends: gksu, python (>= 2.6.6-3~), python-gtk2, scanmem (>= 0.12) Filename: 4.0-0/all/gameconqueror_0.12-2.4.201403181812_all.deb Size: 67656 MD5sum: 576d07711ec58d4970a541e329dc9a17 SHA1: 4f5c10a85a41e08f7f078fa36d5b3b23fce35a46 SHA256: 6e68ef07c6e700a149d6c0b27ba136dd5d3c2b64a8838c579c68e7f704a59a4b Description: GUI for scanmem, a game hacking tool Scanmem is a simple interactive debugging utility for Linux, used to locate the address of a variable in a running process. This can be used for the analysis or modification of a hostile process on a compromised machine, for reverse engineering, or as a "pokefinder" to cheat at video games. . GameConqueror is a GUI for scanmem, aims to provide more features than scanmem, and CheatEngline-alike user-friendly interface. Homepage: http://code.google.com/p/scanmem/ Package: gamera-doc Priority: optional Section: doc Installed-Size: 3980 Maintainer: Jakub Wilk Architecture: all Source: gamera Version: 3.3.3-2.4.201403120819 Pre-Depends: dpkg (>= 1.15.6) Suggests: python-gamera, gamera-gui Filename: 4.0-0/all/gamera-doc_3.3.3-2.4.201403120819_all.deb Size: 2771320 MD5sum: d6defd5a3b60ade2291f2748fef35868 SHA1: 2bac93656ed7daeb09ff83939a2410387e3038f4 SHA256: 9e43024cac8d7323389c6839c9880e7ae882ea15881c9a5373da01067864e7d0 Description: documentation for the Gamera framework The Gamera framework is a Python library for building custom applications for document analysis and recognition. . This package contains documentation for Gamera. Homepage: http://gamera.sourceforge.net/ Package: gamera-gui Priority: optional Section: python Installed-Size: 1091 Maintainer: Jakub Wilk Architecture: all Source: gamera Version: 3.3.3-2.4.201403120819 Depends: python (>= 2.4), python-support (>= 0.90.0), python-gamera (>= 3.3.3-2.4.201403120819), python-gamera (<= 3.3.3-2.4.201403120819.0~), python-wxgtk2.8 Pre-Depends: dpkg (>= 1.15.6) Recommends: python-matplotlib, python-docutils Suggests: gamera-doc Filename: 4.0-0/all/gamera-gui_3.3.3-2.4.201403120819_all.deb Size: 361494 MD5sum: aa1a40451fcc6ed38af1ad136b3198d4 SHA1: 1d2a6cc9d446eb4979608fa7321711f324e71fad SHA256: 30b8aec687451ce95b9c9d026a040858b8cdd78b6625351736b9d4e50b7617af Description: GUI for the Gamera framework The Gamera framework is a Python library for building custom applications for document analysis and recognition. . This package contains GUI for Gamera. Homepage: http://gamera.sourceforge.net/ Package: games-thumbnails Priority: extra Section: misc Installed-Size: 30897 Maintainer: Debian Games Team Architecture: all Version: 20120227.4.201403120856 Filename: 4.0-0/all/games-thumbnails_20120227.4.201403120856_all.deb Size: 31641710 MD5sum: d8d4d50221f5f80b98e97ee6f91dbbc4 SHA1: 25aaf1b2db03e1c64b3a38ed0fff18f221d51a1d SHA256: 490914d9f024987adde440837ead36e4c898d6557294d8b7dfdccb1a01d632af Description: thumbnails of games in Debian This package contains thumbnails of different games in Debian. The images intend to show something visually representative from the game, and are derived from real screenshots. They are stored in .png and .jpg graphic formats with a 320x240 pixels resolution. Package: gamgi-data Priority: optional Section: science Installed-Size: 6007 Maintainer: Debichem Team Architecture: all Source: gamgi Version: 0.15.8-1.4.201403120904 Suggests: perl Filename: 4.0-0/all/gamgi-data_0.15.8-1.4.201403120904_all.deb Size: 807964 MD5sum: 897f899abfd7d22eeef218ea30397d74 SHA1: 57ee66e1f2fe494c72883ce06ecaf29b3f2fe823 SHA256: 8eadbc03b73806c394a1180fa73fe24748a0167295e581879e6d4e35151378f2 Description: General Atomistic Modelling Graphic Interface (data) The General Atomistic Modelling Graphic Interface (GAMGI) provides a graphical interface to build, view and analyze atomic structures. . This package contains various data, example and script files. Enhances: gamgi Homepage: http://www.gamgi.org/ Package: gamgi-doc Priority: optional Section: doc Installed-Size: 1913 Maintainer: Debichem Team Architecture: all Source: gamgi Version: 0.15.8-1.4.201403120904 Filename: 4.0-0/all/gamgi-doc_0.15.8-1.4.201403120904_all.deb Size: 517186 MD5sum: 3a8b44f8aa813796a5b3378a6018f3ba SHA1: 9aef4e4fcdf2f36ca18bf2ddd370cacf99156f47 SHA256: 2dfee1a2134bc1e40822693d5569b1a7257a4bc934875decb67c997b6d33e8f0 Description: General Atomistic Modelling Graphic Interface (documentation) The General Atomistic Modelling Graphic Interface (GAMGI) provides a graphical interface to build, view and analyze atomic structures. . This package contains the HTML documentation. Enhances: gamgi Homepage: http://www.gamgi.org/ Package: gammu-doc Priority: optional Section: doc Installed-Size: 3518 Maintainer: Michal Čihař Architecture: all Source: gammu Version: 1.31.90-1.7.201403120917 Replaces: python-gammu-doc Depends: libjs-sphinxdoc Suggests: python-gammu (>= 1.31.90-1.7.201403120917) Filename: 4.0-0/all/gammu-doc_1.31.90-1.7.201403120917_all.deb Size: 669016 MD5sum: 5538a928cbb402a644d58cf6cdb64425 SHA1: ef412a2cc0a7b8760ba798d20b3e9c8ed26c45d0 SHA256: ff03e4f25cc77b7e5598bf397a245bf5dbb60d197881931718dfa0385bc99739 Description: Gammu Manual This provides gammu module, that can work with any phone Gammu supports - many Nokias, Siemens, Alcatel, ... . This package contains The Gammu Manual, comprehensive documentation covering Gammu command line utilities, Gammu SMS Daemon, Python bindings for Gammu and libGammu library API. Homepage: http://www.gammu.org Package: ganeti-instance-debootstrap Priority: extra Section: admin Installed-Size: 112 Maintainer: Debian Ganeti Team Architecture: all Version: 0.11-1.4.201403120941 Depends: debootstrap, dump, kpartx, initscripts Breaks: ganeti (<< 1.2.7) Filename: 4.0-0/all/ganeti-instance-debootstrap_0.11-1.4.201403120941_all.deb Size: 16448 MD5sum: 4311eb63c21e62d9118c7e69e2593d76 SHA1: 1398fb7e6c877335dc922bc7b625c77da7d5e83d SHA256: 56e5947e20eaa1aa259760ad1e5b856a45209f59dfa07eb67f4c7f5f91b34338 Description: debootstrap-based instance OS definition for ganeti Ganeti is a virtual server cluster management software tool built on top of the Xen virtual machine monitor and other Open Source software. After setting it up it will provide you with an automated environment to manage highly available virtual machine instances. . This package provides an OS definition for ganeti that will allow installation of Debian (and possibly Unbuntu) instances via debootstrap. Enhances: ganeti Homepage: http://code.google.com/p/ganeti/ Package: ganeti2 Priority: extra Section: admin Installed-Size: 5078 Maintainer: Debian Ganeti Team Architecture: all Source: ganeti Version: 2.5.2-1.5.201403120936 Depends: python (>= 2.4), python-support (>= 0.90.0), lvm2, openssh-client, openssh-server, bridge-utils, iproute, iputils-arping, openssl, python-simplejson, python-pyparsing, python-openssl, python-pyinotify, python-pycurl, python-paramiko, socat, libjs-jquery Recommends: drbd8-utils (>= 8.0.7), qemu-kvm | xen-linux-system-2.6.32-5-xen-amd64 | xen-linux-system-2.6.32-5-xen-686, ganeti-instance-debootstrap, ndisc6 Suggests: drbd8-module-source (>= 8.0.7) Conflicts: ganeti Breaks: ganeti-htools (<< 0.3) Filename: 4.0-0/all/ganeti2_2.5.2-1.5.201403120936_all.deb Size: 1393210 MD5sum: 0cc5f65ee3fa91c2a6bd6c2a18d46d90 SHA1: 76e3cd96078934a1c1e2a818a52ec7c115273350 SHA256: 6021cc1b778627fb192c5d32e892ed2f9d935b9807ca19bf563cde8afa26dc2d Description: Cluster-based virtualization management software Ganeti is a virtual server cluster management software tool built on top of the Xen virtual machine monitor and other Open Source software. After setting it up it will provide you with an automated environment to manage highly available virtual machine instances. . It has been designed to facilitate cluster management of virtual servers and to provide fast and simple recovery after physical failures using commodity hardware. . It will take care of operations such as redundant disk creation and management, operating system installation (in cooperation with OS-specific install scripts), startup, shutdown, failover of instances between physical systems. Homepage: http://code.google.com/p/ganeti/ Package: ganglia-monitor-python Priority: optional Section: net Installed-Size: 306 Maintainer: Stuart Teasdale Architecture: all Source: ganglia Version: 3.3.8-1+nmu1.5.201403120947 Depends: python, ganglia-monitor (>= 3.3.8-1+nmu1.5.201403120947) Filename: 4.0-0/all/ganglia-monitor-python_3.3.8-1+nmu1.5.201403120947_all.deb Size: 58370 MD5sum: 57612d4b530375d99ac9b2d285de6917 SHA1: 8245ac20336d6c9a330553a4561669ce0d40437b SHA256: 7a32b36ccea4e193a276f13ae81c806fc5139df0ee55268ba6c5552dae15c6b2 Description: cluster monitoring toolkit - python modules Ganglia is a scalable, real-time cluster monitoring environment that collects cluster statistics in an open and well-defined XML format. . This package contains the monitor core python plugins. Homepage: http://www.ganglia.info/ Package: ganglia-webfrontend Priority: optional Section: net Installed-Size: 2588 Maintainer: Stuart Teasdale Architecture: all Source: ganglia Version: 3.3.8-1+nmu1.5.201403120947 Depends: debconf (>= 0.5), apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php5 | php5-cgi | libapache2-mod-php5, rrdtool, libgd2-noxpm | libgd2-xpm Recommends: gmetad, php5-gd Filename: 4.0-0/all/ganglia-webfrontend_3.3.8-1+nmu1.5.201403120947_all.deb Size: 665160 MD5sum: b117b0983148481b26cf469f93d68c7e SHA1: 7d210285c75104ac7983bdffa657708e2e0d52bd SHA256: 7306ba742753a2848f3b4ce4d1bd747e6dbe6cdf295cbc7242416633b496e7c0 Description: cluster monitoring toolkit - web front-end Ganglia is a scalable, real-time cluster monitoring environment that collects cluster statistics in an open and well-defined XML format. . This package contains the PHP-based web front-end, which displays information gathered by 'gmetad'. Homepage: http://www.ganglia.info/ Package: gant Priority: optional Section: devel Installed-Size: 387 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.7-1.5.201403121000 Depends: default-jre-headless | java2-runtime-headless, groovy, ant Recommends: maven2, libmaven-ant-tasks-java Filename: 4.0-0/all/gant_1.9.7-1.5.201403121000_all.deb Size: 321658 MD5sum: ab9d23e6d2f387cd465834935004470a SHA1: cb749912d3ff0dfbfad00f061cd782e4a55aac15 SHA256: fe193f9a87699e5a2f6d05598e9e65741d3d0212880d5bb49a13744fdc777840 Description: Groovy build framework based on scripting Ant tasks Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build specification is a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant uses Ant tasks for many of the actions, so Gant is really an alternative way of doing builds using Ant, but using a programming language rather than XML to specify the build rules. Homepage: http://gant.codehaus.org/ Package: ganyremote Priority: extra Section: gnome Installed-Size: 472 Maintainer: Philipp Huebner Architecture: all Version: 5.13-1.4.201403121026 Depends: anyremote (>= 5.4.1), libgtk2.0-0, python, python-bluez (>= 0.9.1), python-gtk2 (>= 2.10) Filename: 4.0-0/all/ganyremote_5.13-1.4.201403121026_all.deb Size: 83286 MD5sum: 3b4ca9de43f63dfbadea213e343b20f4 SHA1: 456baf6b62c11333e1db9a608f714956aea81afb SHA256: c149a7b274be6f692d32c16600c77f0550a57090931f497d108134ffb5fef690 Description: GTK+ frontend for anyRemote gAnyRemote package is GTK+ GUI frontend for anyRemote (http://anyremote.sourceforge.net/). The overall goal of this project is to provide remote control service on Linux through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection. Homepage: http://anyremote.sourceforge.net/ Package: gap-character-tables Priority: optional Section: math Installed-Size: 3769 Maintainer: Bill Allombert Architecture: all Source: gap-ctbllib Version: 1r1p3-5.4.201403121041 Provides: gap-pkg-ctbllib Suggests: gap-table-of-marks Filename: 4.0-0/all/gap-character-tables_1r1p3-5.4.201403121041_all.deb Size: 3358430 MD5sum: a58bb458d84b465db293b70810b67778 SHA1: baf674dfbfc3ff62ab18ae3c5ac58348569de382 SHA256: 7230b0741b2b7f426e32fb624e2b15cd3c9f26a3dd00099b01ea4b35d3c867cd Description: GAP Library of character tables GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the Character Table Library by Thomas Breuer. . Homepage: http://www.gap-system.org Package: gap-doc Priority: optional Section: doc Installed-Size: 5626 Maintainer: Bill Allombert Architecture: all Source: gap Version: 4r4p12-2.4.201403121031 Suggests: gap Filename: 4.0-0/all/gap-doc_4r4p12-2.4.201403121031_all.deb Size: 5591470 MD5sum: b52710435c8996fb9289c44b9f0d70e5 SHA1: 05caa872d7ba2659b4304a0f615488f0c62ebfd1 SHA256: 80505aad17dc54684f0118a07ab79b7032386143c692adaf6a24120d043da71e Description: GAP computer algebra system, documentation GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the documentation in DVI and PDF formats. Homepage: http://www.gap-system.org/ Package: gap-libs Priority: optional Section: math Installed-Size: 15550 Maintainer: Bill Allombert Architecture: all Source: gap Version: 4r4p12-2.4.201403121031 Filename: 4.0-0/all/gap-libs_4r4p12-2.4.201403121031_all.deb Size: 3128052 MD5sum: c56de83ed1b1d5cb2fd9e63a2e1f9678 SHA1: 19a4a82be4ebab703aa0bb6c533aad33b1a94894 SHA256: cb23236a0707a9262a9edb6e39f77bce04fd919db0cfe355949e129766cd4244 Description: GAP computer algebra system, essential GAP libraries GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the essential GAP libraries (lib and grp). Homepage: http://www.gap-system.org/ Package: gap-online-help Priority: optional Section: math Installed-Size: 3558 Maintainer: Bill Allombert Architecture: all Source: gap Version: 4r4p12-2.4.201403121031 Depends: gap-core Filename: 4.0-0/all/gap-online-help_4r4p12-2.4.201403121031_all.deb Size: 1013904 MD5sum: 959219a71ea2d4c6fa0205f856bad501 SHA1: 8b19a7a00b6a4146eff742e7644cfa825075be0f SHA256: ee4a8e6093e1b7959b5baf4ef11741f46b84a9e9af64b91e3372146085206727 Description: GAP computer algebra system, online help GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the documentation in TeX format needed for the online help system. Homepage: http://www.gap-system.org/ Package: gap-prim-groups Priority: optional Section: math Installed-Size: 7639 Maintainer: Bill Allombert Architecture: all Source: gap-gdat Version: 4r4p10-1.4.201403121050 Provides: gap-prim Filename: 4.0-0/all/gap-prim-groups_4r4p10-1.4.201403121050_all.deb Size: 7344118 MD5sum: 460c033265ff3c4586a4f9ad48392b76 SHA1: 41d8ce7f0ddf748e6f62350fea3599b67fa8b354 SHA256: 5e5f63975c50492fb1255037645b9c3ac2f838f1035fe60ec02688d05d9d6900 Description: Database of primitive groups for GAP GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the database of primitive groups. . Homepage: Package: gap-small-groups-extra Priority: optional Section: math Installed-Size: 14804 Maintainer: Bill Allombert Architecture: all Source: gap-gdat Version: 4r4p10-1.4.201403121050 Provides: gap-small Depends: gap-small-groups Filename: 4.0-0/all/gap-small-groups-extra_4r4p10-1.4.201403121050_all.deb Size: 15122300 MD5sum: edf57cf54889036df6e0f0406e54e6e4 SHA1: f159010620bae1bc0f5d3cb8e26faef65ab8cd71 SHA256: 2dc2301e8ee86b47fcf21418ecff902435f540835e0ad1e933ee379797db73fa Description: Large database of small groups for GAP GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . The Small Groups Library is a catalogue of groups of `small' order. This package contains the groups data and identification routines for groups . * of order at most 2000 except 1024. * of cubefree order at most 50 000. * of order p^n for n <= 6 and all primes p. * of squarefree order. * whose order factorises in at most 3 primes. * of order q^n * p for q^n dividing 2^8, 3^6, 5^5, 7^4 and p prime different to q . The Small Groups Library provides access to these groups and a method to identify the catalogue number of a given group. . Homepage: Package: gap-small-groups Priority: optional Section: math Installed-Size: 3731 Maintainer: Bill Allombert Architecture: all Source: gap-gdat Version: 4r4p10-1.4.201403121050 Suggests: gap-small-groups-extra Filename: 4.0-0/all/gap-small-groups_4r4p10-1.4.201403121050_all.deb Size: 3717478 MD5sum: e047a09e18f9f40674718415f526bcd2 SHA1: 0b386d8f2fecebe6ca65ff8ced23685546ce0d40 SHA256: c486ef844f5f29980d6906b29ccd42a316413ae5c81e07dc4e57c02da9ae8574 Description: Database of small groups for GAP GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . The Small Groups Library is a catalogue of groups of `small' order. This package contains the groups data and identification routines for groups of order up to 1000 except 512, 768 and groups whose order factorises in at most 3 primes. . Note that data for order 512, 768 and between 1000 and 2000 except 1024 are available separately in the gap-small-groups-extra packages. . Homepage: Package: gap-table-of-marks Priority: optional Section: math Installed-Size: 14073 Maintainer: Bill Allombert Architecture: all Source: gap-tomlib Version: 1r1p4-1.4.201403121057 Provides: gap-pkg-tomlib Depends: gap-libs (>= 4r4) Suggests: gap-character-tables Filename: 4.0-0/all/gap-table-of-marks_1r1p4-1.4.201403121057_all.deb Size: 14270210 MD5sum: f31764c35369a82803e5f49ec69ad895 SHA1: fddd136ae720b1ce98c95938652554d1cb11640d SHA256: bde0267478cff57b666aa70733fd8b75d596ded815a09dff6bc5a2cdb7d6dd6a Description: GAP table of marks library GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the table of marks library by G. Pfeiffer and Th. Merkwitz. Homepage: http://www.gap-system.org/ Package: gap-trans-groups Priority: optional Section: math Installed-Size: 3079 Maintainer: Bill Allombert Architecture: all Source: gap-gdat Version: 4r4p10-1.4.201403121050 Provides: gap-trans Filename: 4.0-0/all/gap-trans-groups_4r4p10-1.4.201403121050_all.deb Size: 3121556 MD5sum: 990d3a57bc0a135315e85997a8542799 SHA1: 7bbc68d4877de55f968443bc5833a4370d2b431a SHA256: 8809851d64cd0962d62ae64ff24deeb7c2ec1b3badb543fc079382a3cedeee01 Description: Database of transitive groups for GAP GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the database of transitive groups. . Homepage: Package: gap Priority: optional Section: math Installed-Size: 58 Maintainer: Bill Allombert Architecture: all Version: 4r4p12-2.4.201403121031 Depends: gap-core, gap-libs, gap-online-help Recommends: gap-doc, gap-dev, gap-trans-groups, gap-prim-groups, gap-small-groups Suggests: gap-small-groups-extra, gap-character-tables, gap-table-of-marks Filename: 4.0-0/all/gap_4r4p12-2.4.201403121031_all.deb Size: 32656 MD5sum: d6ba6de6e2e247b2c05fc83c58cce40c SHA1: 69302a5b27e74c70e7a79cbd8966c77be5f04c20 SHA256: e8ed9bd648d075721b008b70504614aa908f20049ca4de54bc379d7ac26aa55c Description: Groups, Algorithms and Programming computer algebra system GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This is a dummy package that depends on the standard GAP components. Homepage: http://www.gap-system.org/ Package: gaphor Priority: optional Section: devel Installed-Size: 2157 Maintainer: Dmitry Borodaenko Architecture: all Version: 0.17.0-1.8.201403121114 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gaphas (>= 0.6.0), python-etk.docking, python-zope.component, python-pkg-resources, python-cairo, python-gnome2, python-gtk2, python-gobject, python-simplegeneric Filename: 4.0-0/all/gaphor_0.17.0-1.8.201403121114_all.deb Size: 383622 MD5sum: bd91219574608e06f030cb098428daac SHA1: 9485dd418f91e7bcfc5fedd1860e988004662db3 SHA256: 2faf1d7601319e33739e7e559054363ca91223ca5ef5d7bae480e6d91a6b3197 Description: UML modeling tool This program is an easy to use UML (Unified Modeling Language) modeling environment. It allows you to create UML diagrams for documentation and to assist you with design decisions. Homepage: http://github.com/amolenaar/gaphor Package: garlic-doc Priority: optional Section: doc Installed-Size: 1323 Maintainer: Debichem Team Architecture: all Version: 1.6-1.4.201403121136 Recommends: garlic Filename: 4.0-0/all/garlic-doc_1.6-1.4.201403121136_all.deb Size: 990416 MD5sum: 7d2e2e6a7e855d62748256da90a78e7f SHA1: 81762d42bf3c52ec9db51ec39444928a0f0b816d SHA256: a169141de8210425a933f76d59a84e35606ef702eb419584719a1edfb6bac6dc Description: [Chemistry] a molecular visualization program - documents This is the documentation package for Garlic. . Garlic is probably the most portable molecular visualization program in the Unix world. It's written for the investigation of membrane proteins. It may be used to visualize other proteins, as well as some geometric objects. The name should has something to do with the structure and operation of this program. This version of garlic recognizes PDB format version 2.1. Garlic may also be used to analyze protein sequences. . Features include (but not limited to): o The slab position and thickness are visible in a small window. o Atomic bonds as well as atoms are treated as independent drawable objects. o The atomic and bond colors depend on position. Five mapping modes are available (as for slab). o Capable to display stereo image. o Capable to display other geometric objects, like membrane. o Atomic information is available for atom covered by the mouse pointer. No click required, just move the mouse pointer over the structure! o Capable to load more than one structure. o Capable to draw Ramachandran plot, helical wheel, Venn diagram, averaged hydrophobicity and hydrophobic moment plot. o The command prompt is available at the bottom of the main window. It is able to display one error message and one command string. Homepage: http://www.zucic.org/garlic/ Package: gastables Priority: optional Section: python Installed-Size: 99 Maintainer: Varun Hiremath Architecture: all Version: 0.3-2.4.201403121157 Depends: python (>= 2.4), python-central (>= 0.6.11), python-gastables, python-wxgtk2.8, python-matplotlib Filename: 4.0-0/all/gastables_0.3-2.4.201403121157_all.deb Size: 14738 MD5sum: 957f7664c105a4162fc4a3845253f05f SHA1: c64da52d290d7a96769dd29df26c28d723a60e4b SHA256: 34a4ccdbc23f28ee8aa10468a03985919705e4f512c273e4cbc4b129808c4fd7 Description: graphical user interface for compressible flow gas table modules Gas Tables include modules for compressible gas flow calculations. The main modules currently included are: - Isentropic Relations - Normal Shock Relations - Oblique Shock Relations - Fanno Flow - Isothermal Flow - Rayleigh Flow - Prandtl Meyer Functions Homepage: http://code.google.com/p/python-gastables/ Python-Version: >= 2.4 Package: gauche-doc Priority: optional Section: doc Installed-Size: 1141 Maintainer: Debian Gauche Maintainers Architecture: all Source: gauche Version: 0.9.1-5.1.4.201403121207 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/gauche-doc_0.9.1-5.1.4.201403121207_all.deb Size: 1138446 MD5sum: 986dd928f753a2a9ed72a5463c222594 SHA1: 701d8520047e08f40d3f57d69f2f40dd1e5bfd75 SHA256: c10f9d377e0ef63770754ff19f2e22e54fc67752cfb2d728b282c7def4644704 Description: Reference manual of Gauche Gauche is a Scheme implementation developed to be a handy script interpreter, which allows programmers and system administrators to write small to large scripts for their daily chores. Quick startup, built-in system interface, native multilingual support are some of the author's goals. . This package contains info documents of the reference manual of Gauche (English, Japanese). Homepage: http://practical-scheme.net/gauche/ Package: gaupol Priority: optional Section: gnome Installed-Size: 1206 Maintainer: Piotr Ożarowski Architecture: all Version: 0.19.2-1.4.201403121225 Depends: python (>= 2.6.6-7~), python-aeidon (>= 0.19.2), python-gtk2 (>= 2.16), python-gobject (>= 2.12.3-2+b1) Recommends: python-enchant (>= 1.1.5-2), iso-codes, python-chardet, python-gtkspell Suggests: vlc | mplayer, python-gst0.10 Filename: 4.0-0/all/gaupol_0.19.2-1.4.201403121225_all.deb Size: 155784 MD5sum: 91d90a6db527d3edb94dc969e99fcb1e SHA1: d449e7111a896a396745c6ff0576fbf585d04d34 SHA256: 4c6a5ce4e60caa70e68cede80ad86c2b42f8a284d34b76081b965f745f14e672 Description: subtitle editor for text-based subtitle files Text-based subtitles are commonly used with DivX video. Gaupol supports multiple subtitle file formats and provides means of text corrections and time manipulations. Gaupol's user interface is designed with attention to batch processing of multiple documents and convenient translating. . Supported formats are: * Advanced Sub Station Alpha (.ssa) * MicroDVD (.sub) * MPL2 (.txt) * MPsub (.sub) * SubRip (.srt) * Sub Station Alpha (.ssa) * SubViewer2 (.sub) * TMPlayer (.txt) . VobSubs (image-based subtitles used in DVDs) are NOT supported. Homepage: http://home.gna.org/gaupol/ Package: gausssum Priority: optional Section: science Installed-Size: 393 Maintainer: Debichem Team Architecture: all Version: 2.2.5-2.4.201403121232 Depends: gnuplot, python-cclib, python-imaging-tk, python-numpy, python-tk, python (>= 2.7), python (<< 2.8) Filename: 4.0-0/all/gausssum_2.2.5-2.4.201403121232_all.deb Size: 148412 MD5sum: a67b5d8584d250164c31eaedb73f9c9b SHA1: d6560a27772d2366a588d3a38aa25d14060f4fd6 SHA256: 1323da9eaa7609176ca36da793ffd789d05cc6a3f6157dece54bae294c88353a Description: parse and display Gaussian, GAMESS, and etc's output GaussSum parses the output files of ADF, GAMESS, GAMESS-UK, Gaussian, Jaguar and PC GAMESS calculations to extract useful information. . GaussSum uses GNUPlot to display the progress of geometry optimisations, density of states spectrum, UV-VIS spectra, IR spectra, Raman spectra, and electron density difference maps. It can also display all lines containing an arbitrary phrase and more. Homepage: http://gausssum.sourceforge.net Package: gbackground Priority: optional Section: gnome Installed-Size: 97 Maintainer: Alejandro Garrido Mota Architecture: all Version: 1.3-1.4.201403121246 Depends: perl, libglib-perl, libgtk2-gladexml-perl, libgtk2-perl, libproc-pid-file-perl, libui-dialog-perl, libyaml-perl Filename: 4.0-0/all/gbackground_1.3-1.4.201403121246_all.deb Size: 14354 MD5sum: 3d2cdd70c5e137babc338b70ba955ab8 SHA1: 258c302fd8acdbc264cfdba0a8ff08d9c82b46f4 SHA256: 4f6e8099ae65b3ea33289cd224f3a8633e4217cb000b95a171bc8b0c2dc95e35 Description: interval-based gnome background changer Gbackground allows to change periodically the GNOME background in intervals of a second, it uses the GNOME tools to do this. The user indicates the source directory of the images. Homepage: http://www.mogaal.com/gbackground Package: gbirthday Priority: extra Section: gnome Installed-Size: 310 Maintainer: Rolf Leggewie Architecture: all Version: 0.6.6-2.4.201403121316 Depends: python (>= 2.6), python-gtk2 (>= 2.10), python-support (>= 0.90.0) Recommends: python-evolution, evolution-data-server Filename: 4.0-0/all/gbirthday_0.6.6-2.4.201403121316_all.deb Size: 52876 MD5sum: 22fafea9a90ea56edf06f0bd513e9b0f SHA1: 14444ed3f5a36900f027ca0f51567cff912bbde7 SHA256: ef7f7f460d6c9214d2c4c6573a51efcf20979f9ed7030d2655485922338b8776 Description: birthday reminder applet GBirthday is an applet to help you remember your friends' and contacts' birthdays. It uses the notifcation area for alerts. Data can be stored in a number of address book formats, flat file CSV and MySQL database. Homepage: http://gbirthday.sf.net/ Python-Version: 2.6, 2.7 Package: gbonds-data Priority: optional Section: gnome Installed-Size: 1948 Maintainer: Richard Laager Architecture: all Source: gbonds Version: 2.0.3-2.1.4.201403121325 Replaces: gbonds (<< 2.0.3-1) Breaks: gbonds (<< 2.0.3-1) Filename: 4.0-0/all/gbonds-data_2.0.3-2.1.4.201403121325_all.deb Size: 684612 MD5sum: 536ad66688454d8b82ba37bf7fc9fb36 SHA1: c6e9ea0548db8a0cf4d7fa961f1767260459dfb6 SHA256: a131c023626b634d9a30136e921bad3a58751d2f463c83d65adbc130a8348ebb Description: GBonds data files This package contains architecture-independent supporting data files required for use with GBonds, such as documentation, icons, and the Savings Bond redemption data files. Package: gbrowse-data Priority: optional Section: science Installed-Size: 11753 Maintainer: Debian Med Packaging Team Architecture: all Source: gbrowse Version: 2.48~dfsg-1.2.201403121348 Recommends: gbrowse Filename: 4.0-0/all/gbrowse-data_2.48~dfsg-1.2.201403121348_all.deb Size: 7569392 MD5sum: cc9477d67b4edba32fb74ba195645882 SHA1: a9720f38ee9b2ea9f2edf24f227ef8edabe92738 SHA256: 409904c3c848bdd3b01befb14c198269af047f7f79d96b68ff9506fcb4a06f06 Description: Sample data to use GBrowse This package contains sample data to test the gbrowse tool with the Yeast genome. Homepage: http://www.gbrowse.org/ Package: gbrowse Priority: optional Section: science Installed-Size: 6709 Maintainer: Debian Med Packaging Team Architecture: all Version: 2.48~dfsg-1.2.201403121348 Depends: perl, bioperl (>= 1.6.901), libbio-graphics-perl (>= 2.26), libcgi-session-perl (>= 4.02), libgd-gd2-noxpm-perl (>= 2.07) | libgd-gd2-perl (>= 2.07), libio-string-perl, libjson-perl, libstatistics-descriptive-perl, libwww-perl, libhttp-daemon-perl, perl (>= 5.10.0) | libextutils-cbuilder-perl, libterm-readkey-perl, sqlite3, libdbd-sqlite3-perl, libjs-prototype (>= 1.7), libjs-scriptaculous (>= 1.9) Suggests: gbrowse-data, gbrowse-calign, libfile-nfslock-perl Filename: 4.0-0/all/gbrowse_2.48~dfsg-1.2.201403121348_all.deb Size: 2708940 MD5sum: ad365d8250522afd3bf237f658f54ff8 SHA1: 387adaac3affd4c6e25bb10090a1d078b1e95de2 SHA256: d7c2e81277a6e5b863d43c0170e63bb502a64fff14cc3b86a33a7369d6759db4 Description: GMOD Generic Genome Browser Generic Genome Browser is a simple but highly configurable web-based genome browser. It is a component of the Generic Model Organism Systems Database project (GMOD). Some of its features: * Simultaneous bird's eye and detailed views of the genome; * Scroll, zoom, center; * Attach arbitrary URLs to any annotation; * Order and appearance of tracks are customizable by administrator and end-user; * Search by annotation ID, name, or comment; * Supports third party annotation using GFF formats; * Settings persist across sessions; * DNA and GFF dumps; * Connectivity to different databases, including BioSQL and Chado; * Multi-language support; * Third-party feature loading; * Customizable plug-in architecture (e.g. run BLAST, dump & import many formats, find oligonucleotides, design primers, create restriction maps, edit features). Homepage: http://www.gbrowse.org/ Package: gcal-common Priority: optional Section: utils Installed-Size: 2002 Maintainer: Thorsten Alteholz Architecture: all Source: gcal Version: 3.6.1-2.4.201403121357 Replaces: gcal (<= 3.01.1-9) Recommends: gcal (>= 3.6.1-2.4.201403121357) Filename: 4.0-0/all/gcal-common_3.6.1-2.4.201403121357_all.deb Size: 749822 MD5sum: a41f5febfd97711b2a76ab980091e797 SHA1: 38924ecec9c3ca8ccc9d2e7c445761d287116a76 SHA256: 15614d9206292683620c79c291d8c52457932f44aa42126b617022c797c32173 Description: gcal architecture independent files This package contains architecture independent files needed for gcal to run properly. Therefore, unless you have 'gcal' package installed, you will hardly find this package useful. Homepage: http://directory.fsf.org/project/gcal/ Package: gcalcli Priority: extra Section: utils Installed-Size: 93 Maintainer: Yaroslav Halchenko Architecture: all Version: 2.1-2.4.201403121407 Depends: python, python-gdata (>= 1.0.7), python-dateutil Recommends: gxmessage Filename: 4.0-0/all/gcalcli_2.1-2.4.201403121407_all.deb Size: 17904 MD5sum: 372803ea79b6d63c9b4c011dc3bcc0ed SHA1: 211d6a017df8257332f89b9e661d788b1400f042 SHA256: bc0894fc1f014180fa68f6be2b0c03d30b4517d9ecd93c586e62e8f400ec81f1 Description: Google Calendar Command Line Interface gcalcli is a Python application that allows you to access your Google Calendar from a command line. It's easy to get your agenda, search for events, and quickly add new events. Additionally gcalcli can be used as a reminder service to execute any application you want. Homepage: http://code.google.com/p/gcalcli/ Package: gcap Priority: extra Section: web Installed-Size: 52 Maintainer: TANIGUCHI Takaki Architecture: all Version: 0.1.1-1.2.201403121418 Depends: perl, libxml-dom-perl, libgetopt-argvfile-perl Filename: 4.0-0/all/gcap_0.1.1-1.2.201403121418_all.deb Size: 11230 MD5sum: c8b5d4b523cd60c37bd1370fd0c6bed9 SHA1: f20e1c1b255b889a936cd8835573ccf07482ba26 SHA256: c5e20bef0b40a22ca4e154eba519ddb19045c9fee7d4e2c4f67710cd9e82c41c Description: YouTube closed caption retriever gcap is a command line tool for retrieving YouTube closed captions. The retrieved closed captions are saved in SubRip (srt) file format. Homepage: http://code.google.com/p/gcap/ Package: gcc-4.4-locales Priority: optional Section: localization Installed-Size: 7493 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.4 Version: 4.4.7-2.8.201403121445 Depends: gcc-4.4-base (>= 4.4.6-15), cpp-4.4 (>= 4.4.6-15) Recommends: gcc-4.4 (>= 4.4.6-15) Filename: 4.0-0/all/gcc-4.4-locales_4.4.7-2.8.201403121445_all.deb Size: 2290870 MD5sum: f4ce74b0a7d3df2485059c85fd4c52a1 SHA1: 7fecf8142faf8e20fc729a7bd67d57f41bf4de5f SHA256: 84eb77142efd360ef43677874d8d7917d8fe1f7042f57b490503ab6bf218dca1 Description: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Homepage: http://gcc.gnu.org/ Package: gcc-4.4-source Priority: optional Section: devel Installed-Size: 54966 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.4 Version: 4.4.7-2.8.201403121445 Depends: make (>= 3.81), autoconf2.59, automake1.9, quilt, patchutils Filename: 4.0-0/all/gcc-4.4-source_4.4.7-2.8.201403121445_all.deb Size: 51277566 MD5sum: b365bef48e40dfaf5a47f494f94d4d17 SHA1: ce68716bc20eb8150414360f82c67487d6b5e915 SHA256: fd5cb51d3edd5f1a6417145b5362a9637c02420906e2b24bc77dc2a9c66d3bbe Description: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: gcc-4.6-locales Priority: optional Section: localization Installed-Size: 8580 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.6 Version: 4.6.3-14.7.201403121553 Depends: gcc-4.6-base (>= 4.6.3-1), cpp-4.6 (>= 4.6.3-1) Recommends: gcc-4.6 (>= 4.6.3-1) Filename: 4.0-0/all/gcc-4.6-locales_4.6.3-14.7.201403121553_all.deb Size: 2626154 MD5sum: 86d9880ec126eea3a6ff62796ee9f357 SHA1: 04c08d92523efe2f05b7bde80820a86390b28df4 SHA256: 55fa01774261cbf078f9ce1cc5a90227751202397be5b10ab9e20a9c872ea7f7 Description: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Homepage: http://gcc.gnu.org/ Package: gcc-4.6-source Priority: optional Section: devel Installed-Size: 61229 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.6 Version: 4.6.3-14.7.201403121553 Depends: make (>= 3.81), autoconf2.64, automake, quilt, patchutils, gawk Filename: 4.0-0/all/gcc-4.6-source_4.6.3-14.7.201403121553_all.deb Size: 58104994 MD5sum: 274b175811dca809a8a92399b9e7d084 SHA1: dd0ebb9fd429fe9abb3fafd38fe51c5e9c0f2ac2 SHA256: f0813138d493bdeaf98f1c2e8764c2f4df79f44e9e5f31de32ece1e9a97681cd Description: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: gcc-4.7-locales Priority: optional Section: localization Installed-Size: 8888 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.7 Version: 4.7.2-5.9.201403121731 Depends: gcc-4.7-base (>= 4.7.2), cpp-4.7 (>= 4.7.2) Recommends: gcc-4.7 (>= 4.7.2) Filename: 4.0-0/all/gcc-4.7-locales_4.7.2-5.9.201403121731_all.deb Size: 2709724 MD5sum: 1dfa1f40001946b84a69b11a069cb4c1 SHA1: 2e912d3dc8464ec65751e40f6f28347c83655429 SHA256: 0b5961a8b50f272146f0c818b9fae1c24ed817db176a7d493805b8ac5dd3a1f7 Description: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Homepage: http://gcc.gnu.org/ Package: gcc-4.7-source Priority: optional Section: devel Installed-Size: 67375 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-4.7 Version: 4.7.2-5.9.201403121731 Depends: make (>= 3.81), autoconf2.64, automake, quilt, patchutils, gawk Filename: 4.0-0/all/gcc-4.7-source_4.7.2-5.9.201403121731_all.deb Size: 64446178 MD5sum: ffacd5488dcccdb449a3290aa8371582 SHA1: e9d12bae98ff54c8cf76a53aa0f019870538f855 SHA256: d94e892f3c47f86ac9d20caa37031052b7fe8ccb0ad16cc230c8330fcb690aeb Description: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Package: gcc-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: gcc-mingw-w64-i686, gcc-mingw-w64-x86-64, gcc-mingw-w64-base Recommends: g++-mingw-w64, gfortran-mingw-w64, gnat-mingw-w64 Filename: 4.0-0/all/gcc-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 1106 MD5sum: 504d5328ccc285156d8e9b50ec5d7c77 SHA1: 4d17e3041887f5d963b139f7c508b91c98182bb1 SHA256: 7950f1827f713a2380130c085862ea9ad3f9cb50332bb9f3f15cb05778ab0182 Description: GNU C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: gcc-mingw32 Priority: extra Section: devel Installed-Size: 43 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: binutils-mingw-w64-i686, binutils-mingw-w64-x86-64, gcc-mingw-w64-i686, gcc-mingw-w64-x86-64, g++-mingw-w64-i686, g++-mingw-w64-x86-64, gfortran-mingw-w64-i686, gfortran-mingw-w64-x86-64, gcc-mingw-w64-base Conflicts: mingw32-binutils Filename: 4.0-0/all/gcc-mingw32_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 2812 MD5sum: e2b3b1fd40ddd73b48241c187e79b1fb SHA1: 2c9725d9b18581f4c33586a9d709949771f7b25f SHA256: fb705057d6919a7f083894cb1a182be24744263ddd5d68f64c654373fd2c7741 Description: GNU Compiler Collection for MinGW32 (transition package) MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This transition package replaces the old gcc-4.4.4-based gcc-mingw32 package and allows building software using the amd64-mingw32msvc and i586-mingw32msvc triplets. It also includes compatibility symlinks for amd64-mingw32msvc and i586-mingw32msvc binutils binaries. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: gcin-data Priority: optional Section: utils Installed-Size: 228 Maintainer: IME Packaging Team Architecture: all Source: gcin Version: 2.7.6.1+dfsg-1.7.201403122052 Replaces: gcin (<< 2.7.2+dfsg-1) Breaks: gcin (<< 2.7.2+dfsg-1) Filename: 4.0-0/all/gcin-data_2.7.6.1+dfsg-1.7.201403122052_all.deb Size: 168894 MD5sum: 4a77596237af070824dbbf31b58b456e SHA1: fce40d7e48bfa01d086a485aae4a34e3e00963ad SHA256: 4ea49c08c97c1bc28b8fbdc2ed262efeb7cb34d689f1300f194716dce5f20849 Description: icons and scripts for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains icons, scripts and other architecture-independent things. Homepage: http://hyperrate.com/dir.php?eid=67 Package: gcin-dev Priority: optional Section: devel Installed-Size: 125 Maintainer: IME Packaging Team Architecture: all Source: gcin Version: 2.7.6.1+dfsg-1.7.201403122052 Depends: gcin (>= 2.7.6.1+dfsg-1.7.201403122052) Filename: 4.0-0/all/gcin-dev_2.7.6.1+dfsg-1.7.201403122052_all.deb Size: 86186 MD5sum: d7af591da8dd146e114976ef3a2294d0 SHA1: 356e6a22505ba210365b75a207492fc287879e32 SHA256: 2fe8b2e1db7312614b804e19cd729edf6a8325c365b36154561a393a7df799ea Description: GTK+ based input method platform - development files gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package provides header files of gcin. Homepage: http://hyperrate.com/dir.php?eid=67 Package: gcipher Priority: optional Section: utils Installed-Size: 150 Maintainer: Jeremy T. Bouse Architecture: all Version: 1.1-1.4.201403122105 Depends: python, python-support (>= 0.90.0), python-gnome2, python-glade2 Filename: 4.0-0/all/gcipher_1.1-1.4.201403122105_all.deb Size: 22012 MD5sum: f23f4ade619987a5daefce1f0be67838 SHA1: b756747bd0281e8c72c5181b4b81543525385745 SHA256: e2a6c8d27708995f2403505385e5c38fce5645d4d49b03ba6d6226702cb25d20 Description: A simple "encryption" tool This is a simple "encryption" tool to work with common simple encryption algorithms (ROT13, Caesar, Vigenère, ...) . Gcipher does not provide any strong encryption and should not be used to encrypt any private data. . Gcipher can run as either a GUI, a command-line application, or a network proxy. Homepage: http://gcipher.sourceforge.net/ Package: gcj-4.6-jre-lib Priority: optional Section: java Installed-Size: 11209 Maintainer: Debian GCC Maintainers Architecture: all Source: gcj-4.6 Version: 4.6.3-1.3.201403122108 Depends: gcj-4.6-base (>= 4.6.1-9), libgcj12 (>= 4.6.1-9) Filename: 4.0-0/all/gcj-4.6-jre-lib_4.6.3-1.3.201403122108_all.deb Size: 10486592 MD5sum: e10f95e9d3c3be63d34295042436b93f SHA1: edc081c5288d1f986e399bf4c70c40346e7c0b3a SHA256: a35621109b1f893789508651484f090a33687402a93d86c29b37bf9b5c414c9d Description: Java runtime library for use with gcj (jar files) This is the jar file that goes along with the gcj front end to gcc. Homepage: http://gcc.gnu.org/ Package: gcj-4.6-source Priority: optional Section: java Installed-Size: 12655 Maintainer: Debian GCC Maintainers Architecture: all Source: gcj-4.6 Version: 4.6.3-1.3.201403122108 Depends: gcj-4.6-base (>= 4.6.1-9), gcj-4.6-jdk (>= 4.6.1-9) Filename: 4.0-0/all/gcj-4.6-source_4.6.3-1.3.201403122108_all.deb Size: 12302136 MD5sum: 05243c9efef2827aacbccb6ff561024e SHA1: 7809fa6d6c3c0648b8711c4d2c6088a712c118ae SHA256: 63dd926ce6362cfc77421298d3020f3691b45037cce9202618e1b2b27b8fed9c Description: GCJ java sources for use in IDEs like eclipse and netbeans These are the java source files packaged as a zip file for use in development environments like eclipse and netbeans. Homepage: http://gcc.gnu.org/ Package: gcj-4.7-jre-lib Priority: optional Section: java Installed-Size: 11210 Maintainer: Debian GCC Maintainers Architecture: all Source: gcj-4.7 Version: 4.7.2-3.3.201403122141 Depends: gcj-4.7-base (>= 4.7.2), libgcj13 (>= 4.7.2) Filename: 4.0-0/all/gcj-4.7-jre-lib_4.7.2-3.3.201403122141_all.deb Size: 10486632 MD5sum: 207d8240e20faef1392aaf22062aa954 SHA1: 4b9f375ebc8825d3425dd6108b25fb29e351c982 SHA256: 717baf0de58cc82a896cc7510fd4079c7ed2a73bd5c0afc471fdf79f77b54923 Description: Java runtime library for use with gcj (jar files) This is the jar file that goes along with the gcj front end to gcc. Homepage: http://gcc.gnu.org/ Package: gcj-4.7-source Priority: optional Section: java Installed-Size: 12655 Maintainer: Debian GCC Maintainers Architecture: all Source: gcj-4.7 Version: 4.7.2-3.3.201403122141 Depends: gcj-4.7-base (>= 4.7.2), gcj-4.7-jdk (>= 4.7.2) Filename: 4.0-0/all/gcj-4.7-source_4.7.2-3.3.201403122141_all.deb Size: 12302182 MD5sum: 28d73dabd87f49914a722fbc07b92d09 SHA1: 0b6b08a873c9c2abf6ccba6c82f7bb7bb91cbbcd SHA256: 09d45f39a4e4a758148b295813d3716325780e0a231818f68d8e8cc70555277b Description: GCJ java sources for use in IDEs like eclipse and netbeans These are the java source files packaged as a zip file for use in development environments like eclipse and netbeans. Homepage: http://gcc.gnu.org/ Package: gcl-doc Priority: optional Section: doc Installed-Size: 680 Maintainer: Camm Maguire Architecture: all Source: gcl Version: 2.6.7+dfsga-1.4.201403122232 Replaces: gclinfo Depends: dpkg (>= 1.15.4) | install-info Conflicts: gclinfo Filename: 4.0-0/all/gcl-doc_2.6.7+dfsga-1.4.201403122232_all.deb Size: 611362 MD5sum: 3e878c6235d33a708e30be2202b84540 SHA1: 6d467eca2a7e0ff5d4a2077946781e7d216ca661 SHA256: d58cc932fbffa4cdd85a0979862c0a0756fddc4de4640f47c6d96b4caf5dc401 Description: Documentation for GNU Common Lisp GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter implemented in C, and complying mostly with the standard set forth in the book "Common Lisp, the Language I". It attempts to strike a useful middle ground in performance and portability from its design around C. . This package contains Documentation in info format of both the system internals, as well as the graphical interface currently implemented in Tcl/Tk. Package: gco Priority: extra Section: gnome Installed-Size: 260 Maintainer: Sam Hocevar (Debian packages) Architecture: all Version: 0.5.0-6.6.201403122253 Depends: python, python-support (>= 0.90.0), python-libxml2, python-gtk2, python-gnome2, python-glade2 Filename: 4.0-0/all/gco_0.5.0-6.6.201403122253_all.deb Size: 31236 MD5sum: db1e86910004da4501b209a2750ea04d SHA1: c5c432cd5c4884278419fdf603c6a1662d3cb93e SHA256: 1d3c18201e262410b81a3bca18edb2393e4c35252baffb1906e90270200c1a1a Description: comics organizer GCO is a database for keeping track of your comics collection. It supports titles, publishers, types, writers, pencilers, inkers, cover prices, current prices, comments, and much more. It also allows you to sort the list in various ways. Package: gcom Priority: optional Section: net Installed-Size: 21 Maintainer: Andreas "Jimmy" Gredler Architecture: all Source: comgt Version: 0.32-2.4.201403172318 Depends: comgt Filename: 4.0-0/all/gcom_0.32-2.4.201403172318_all.deb Size: 786 MD5sum: fc7299657c1d33a40efedc1b0dbcb0a2 SHA1: e09e3ce44635d4b26e90d32bae271764191ac2c1 SHA256: a592f16b7b67d9e375a760e5a111fc33b1bb6dcea2d2458c7b766d5f1ff1bff4 Description: datacard control tool - transitional package This is a transitional package from gcom to comgt, because there was a name change for trademark reasons. It can be safely removed. Homepage: http://www.pharscape.org/ Package: gcp Priority: extra Section: utils Installed-Size: 94 Maintainer: Thomas Preud'homme Architecture: all Version: 0.1.3-2.2.201403122343 Depends: python (>= 2.6), python-gobject, python-dbus Recommends: python-progressbar Filename: 4.0-0/all/gcp_0.1.3-2.2.201403122343_all.deb Size: 18798 MD5sum: 4cdd6ece3dcb7af1a52fa062879f166c SHA1: 1235de529288f4f9c939df6a3b4b3edd0b691c64 SHA256: fba5413b2af7c998508422455822f17b50669f1abe8e2144e0e6fc5783605a4a Description: advanced command line file copy system gcp is an advanced command line file copy system with an interface similar to that of cp. It features: - transfer progression indication - continuous copying on error (skip to next file) - copy status logging - name mangling to handle target filesystem limitations - forced copy serialization - transfer lists management Homepage: http://wiki.goffi.org/wiki/Gcp/en Package: gcstar Priority: optional Section: x11 Installed-Size: 9456 Maintainer: Alexander Wirt Architecture: all Version: 1.6.2-1.4.201403130001 Replaces: gcfilms Provides: gcfilms Depends: libgtk2-perl, libwww-perl, libarchive-tar-perl, libxml-simple-perl, libxml-parser-perl, libarchive-zip-perl, libmp3-tag-perl, libogg-vorbis-header-pureperl-perl, ttf-liberation, perl Recommends: libgtk2-spell-perl, libnet-freedb-perl, libdatetime-format-strptime-perl, libmp3-info-perl Conflicts: gcfilms (<= 6.4) Filename: 4.0-0/all/gcstar_1.6.2-1.4.201403130001_all.deb Size: 4343216 MD5sum: 53ef3069bdf0a2037c74efd8116be623 SHA1: 0344caff4b45ae21b27eb8edc6406e952f3212cf SHA256: 3bb806ca0c10b5314d776758fdebe6de0083c4738b4ce6f2d7c81ceba3251946 Description: Manage your collections of movies, games, books, music and more GCstar is an application for managing your collections. It supports many types of collections, including movies, books, games, comics, stamps, coins, and many more. You can even create your own collection type for whatever unique thing it is that you collect. . Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you've lent it to. You may also search and filter your collection by many criteria. . GCstar is the successor GCfilms and is compatible to its databases. As GCfilms isn't developed any more GCstars replaces GCfilms. Homepage: http://www.gcstar.org/ Package: gdb-mingw-w64-target Priority: extra Section: devel Installed-Size: 1904 Maintainer: Stephen Kitt Architecture: all Source: gdb-mingw-w64 (5.3.201403131018) Version: 7.4.1+dfsg-0.1.25.201403130106+5.3.201403131018 Replaces: gdb-mingw-w64 (<< 7.3) Breaks: gdb-mingw-w64 (<< 7.3) Filename: 4.0-0/all/gdb-mingw-w64-target_7.4.1+dfsg-0.1.25.201403130106+5.3.201403131018_all.deb Size: 744486 MD5sum: ab6aab91e7a7ca249516af8ea1f91872 SHA1: 0037b3dec42e2713c47cc580c84c6e342521949c SHA256: fccb7db70c92f7abd321cff18caf9227ad1d5a5f72fcbc3de889598e9e56ab4f Description: Cross-debugger server for Win32 and Win64 using MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit Windows applications using the GNU Compiler Collection (gcc). . This package contains gdbserver and gdbreplay for 32- and 64-bit Windows. Built-Using: gdb (= 7.4.1+dfsg-0.1.25.201403130106) Homepage: http://www.gnu.org/software/gdb/ Package: gdb-source Priority: optional Section: devel Installed-Size: 20016 Maintainer: Hector Oron Architecture: all Source: gdb Version: 7.4.1+dfsg-0.1.25.201403130106 Depends: gdb Filename: 4.0-0/all/gdb-source_7.4.1+dfsg-0.1.25.201403130106_all.deb Size: 20311642 MD5sum: 113381c93d4c0afdb7952f96370bdd70 SHA1: cd77358394cf810fb503e2d5e6be5989d79ea4a9 SHA256: 27b4a81f8bcf4b21f5370086e7a79c93e3db80909870dba87a649b6af2407ef1 Description: The GNU Debugger (source) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, and Ada. A must-have for any serious programmer. . This package contains the sources and patches which are needed to build GDB. Homepage: http://www.gnu.org/s/gdb/ Package: gdcm-doc Priority: optional Section: doc Installed-Size: 42717 Maintainer: Debian Med Packaging Team Architecture: all Source: gdcm Version: 2.2.0-14.1.17.201403130219 Depends: vtk-doc, doc-base Filename: 4.0-0/all/gdcm-doc_2.2.0-14.1.17.201403130219_all.deb Size: 11019156 MD5sum: ffa021023ee0bceb63b570267555557a SHA1: a284c2a0186d33d8207124ab19029cacf88cc2c6 SHA256: 24980b39e25648db3aa294f8e3069ffb00c10ad688b0dc506995f999748a2f69 Description: Grassroots DICOM documentation Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . This is the documentation for gdcm and vtkgdcm Homepage: http://gdcm.sourceforge.net/ Package: gdebi-core Priority: optional Section: admin Installed-Size: 1197 Maintainer: Ubuntu Developers Architecture: all Source: gdebi Version: 0.8.7.9.201403130255 Depends: python (>= 2.6.6-7~), python-apt (>= 0.7.97), python-debian (>= 0.1.15), file Suggests: xz-utils | xz-lzma Filename: 4.0-0/all/gdebi-core_0.8.7.9.201403130255_all.deb Size: 179390 MD5sum: 2f7d97b4119420703e65e56574b83139 SHA1: 0d7e545a98faa783cf12999abeb8d623eb728574 SHA256: 523ba96bec09ca024c8117dd304039a36c7063a0b9b4a84156c528369b2bc593 Description: simple tool to install deb files gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the libraries and command-line utility. Package: gdebi-kde Priority: optional Section: admin Installed-Size: 131 Maintainer: Ubuntu Developers Architecture: all Source: gdebi Version: 0.8.7.9.201403130255 Depends: python (>= 2.6.6-7~), gdebi-core (= 0.8.7.9.201403130255), python-kde4, kdebase-runtime | kde-runtime | kdesudo Recommends: shared-mime-info Filename: 4.0-0/all/gdebi-kde_0.8.7.9.201403130255_all.deb Size: 29412 MD5sum: d87726fa2b0340986746cac12c049b7e SHA1: 22fb1981bf39d94c43345d3e1ba0771e9b0ef374 SHA256: 8a5a495c451aa9f33db2c06c9b3b051824af4c678ab39a2d53397e46f8b39adf Description: simple tool to install deb files - KDE GUI gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the KDE user interface. Package: gdebi Priority: optional Section: admin Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.7.9.201403130255 Depends: python (>= 2.6.6-7~), gdebi-core (= 0.8.7.9.201403130255), gir1.2-gtk-3.0, gir1.2-vte-2.90, python-gi, gksu, gnome-icon-theme Recommends: libgtk2-perl, shared-mime-info Filename: 4.0-0/all/gdebi_0.8.7.9.201403130255_all.deb Size: 41446 MD5sum: 4c9fe6039fbbdf02a713c20635f1f487 SHA1: a2d69daa9bfebd2cf4529735994e7fd67f51ce0c SHA256: e4923566f149478a669e2d8f2c7a58723bf3f4e4d3a2ccd72fa925df5b035c07 Description: simple tool to install deb files - GNOME GUI gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the graphical user interface. Package: gdeskcal Priority: optional Section: x11 Installed-Size: 915 Maintainer: Sebastien Bacher Architecture: all Version: 0.57.1-2.1.4.201403130300 Depends: python, python-central (>= 0.6.11), python-gtk2 (>= 1.99.17-2) Recommends: gdesklets Filename: 4.0-0/all/gdeskcal_0.57.1-2.1.4.201403130300_all.deb Size: 186198 MD5sum: 8cc6b93c92c57f03e69e4d956fe08ed3 SHA1: 67b3b0b32d6a7c829ada5fc81592ab2d0fc885b5 SHA256: 1ffd186931070de0444b48d60b4a60556c486ba76d16797d95e26e8426645c65 Description: A desktop calendar featuring transparency with smooth alpha-blending gDeskCal is a cute little eye-candy calendar for your desktop. It features transparency with smooth alpha-blending and its appearance can be changed completely by using skins. . Author: Martin Grimme Homepage: http://www.pycage.de/software_gdeskcal.html Python-Version: all Package: gdevilspie Priority: extra Section: gnome Installed-Size: 148 Maintainer: Debian QA Group Architecture: all Version: 1:0.5-2.4.201403130316 Depends: python, python-support (>= 0.90.0), python-wnck, python-glade2 Recommends: python-xdg, devilspie Filename: 4.0-0/all/gdevilspie_0.5-2.4.201403130316_all.deb Size: 22196 MD5sum: 85baa0e1068768ebb8b9a438ce47e231 SHA1: 39ac80f7f1011205da0e6eb2d85baf1b81ee3606 SHA256: 34ca346827f695177834e847435088f0a5df01617ac668ca9b9866251bae9841 Description: User friendly interface for devilspie gDevilspie is a graphical front-end for editing the Devilspie configuration file which allows you to run a particular application within a particular workspace in the GNOME panner in a particular manner. . gDevilspie also allows you to start and stop the Devilspie daemon. Homepage: http://code.google.com/p/gdevilspie/ Package: gdis-data Priority: optional Section: science Installed-Size: 3819 Maintainer: Debichem Team Architecture: all Source: gdis Version: 0.90-4.4.201403130325 Replaces: gdis (<< 0.90-2) Breaks: gdis (<< 0.90-2) Filename: 4.0-0/all/gdis-data_0.90-4.4.201403130325_all.deb Size: 817286 MD5sum: c59bb65cde6dd0850dce53ecf5f862c3 SHA1: d24d2aba1047cbf907ef32944ade05f916505136 SHA256: 7c28f32cc2398c0b95a4a89c066194ae45583eb1a9faf87465503e9bce07df23 Description: molecular and crystal model viewer (data files) A GTK+ based program for the display and manipulation of isolated molecules, periodic systems and crystalline habits. It is in development, but is nonetheless fairly functional. . This package contains the GDIS data files. Homepage: http://gdis.sourceforge.net Package: gdpc-examples Priority: optional Section: science Installed-Size: 2385 Maintainer: Debian Med Packaging Team Architecture: all Source: gdpc Version: 2.2.5-2.4.201403130405 Recommends: gdpc (>= 2.2.5-2.4.201403130405) Filename: 4.0-0/all/gdpc-examples_2.2.5-2.4.201403130405_all.deb Size: 2330400 MD5sum: 69d7b85f392391b969eaf4439f3a756f SHA1: f102e7e0a4947d1a6b4aa8ed0ff0814ae394b1c8 SHA256: 950eacc99a02c996b880506db7c8083e6942ce3d47e46fadfe4ff6365e97fb79 Description: example files for the gdpc program gpdc is a graphical program for visualising output data from molecular dynamics simulations. It reads input in the standard xyz format, as well as other custom formats, and can output pictures of each frame in JPG or PNG format. . This package contains examples to be used by the gdpc program. Homepage: http://www.frantz.fi/software/gdpc.php Package: geant321-data Priority: optional Section: science Installed-Size: 32270 Maintainer: Debian Science Maintainers Architecture: all Source: geant321 Version: 1:3.21.14.dfsg-10.2.201403130415 Depends: cernlib-base Filename: 4.0-0/all/geant321-data_3.21.14.dfsg-10.2.201403130415_all.deb Size: 9166880 MD5sum: 9619670ee996e524d3acc0759af49a23 SHA1: e70e514e43c17631465ed67da869d565a7082537 SHA256: 187cf28587a88666973ef7c26e22252ba9ff387cf1034e8d0f581d12acebf704 Description: [Physics] Data for GEANT 3.21 detector simulator GEANT is a framework for simulating the passage of subatomic particles through matter, for instance, particle detectors. For maximum flexibility, GEANT simulations are performed by linking FORTRAN code supplied by the user with the GEANT library, then running the resulting executable. . This package includes neutron cross-section data for use by GEANT. Homepage: http://wwwasd.web.cern.ch/wwwasd/geant/index.html Package: geant321-doc Priority: optional Section: doc Installed-Size: 109 Maintainer: Debian Science Maintainers Architecture: all Source: geant321 Version: 1:3.21.14.dfsg-10.2.201403130415 Depends: cernlib-base Filename: 4.0-0/all/geant321-doc_3.21.14.dfsg-10.2.201403130415_all.deb Size: 68434 MD5sum: 12bc26945497ecad130ed1ec9f8d2363 SHA1: fa7c0c5b9fdaef338817d0e9d2d027b49cc3fa72 SHA256: 319c1e5fd5804fbfe118661bd27c19da6d56ae9e68150c604ef60b19a2aee42d Description: [Physics] Documentation for GEANT 3.21 GEANT is a framework for simulating the passage of subatomic particles through matter, for instance, particle detectors. For maximum flexibility, GEANT simulations are performed by linking FORTRAN code supplied by the user with the GEANT library, then running the resulting executable. . This package includes some documentation in text format about GEANT 3.21. Homepage: http://wwwasd.web.cern.ch/wwwasd/geant/index.html Package: geant321 Priority: optional Section: science Installed-Size: 200 Maintainer: Debian Science Maintainers Architecture: all Version: 1:3.21.14.dfsg-10.2.201403130415 Depends: libgeant321-2-dev (>= 1:3.21.14.dfsg-7), cernlib-base-dev (>= 2006.dfsg.2-7), gfortran Suggests: geant321-doc Filename: 4.0-0/all/geant321_3.21.14.dfsg-10.2.201403130415_all.deb Size: 52922 MD5sum: 5a9d93861c3e741a024d8ff8d1414137 SHA1: a9325f088201c49e7e45937190177572a8808afe SHA256: 1a2b402b2cb6de807333d495fa59eedb5681bcdc5b1af268840ac8aa5ed49c8b Description: [Physics] Particle detector description and simulation tool GEANT is a framework for simulating the passage of subatomic particles through matter, for instance, particle detectors. For maximum flexibility, GEANT simulations are performed by linking FORTRAN code supplied by the user with the GEANT library, then running the resulting executable. . This package includes gxint, a script that makes this linking step more convenient. Homepage: http://wwwasd.web.cern.ch/wwwasd/geant/index.html Package: geany-common Priority: optional Section: devel Installed-Size: 6188 Maintainer: Geany Packaging Team Architecture: all Source: geany Version: 1.22+dfsg-2.5.201403240649 Replaces: geany (<< 0.21-1~) Breaks: geany (<< 0.21-1~) Filename: 4.0-0/all/geany-common_1.22+dfsg-2.5.201403240649_all.deb Size: 2336682 MD5sum: 772736dcec7a696a710deb87b6879c37 SHA1: 0dc103e91b0fe6f889543b92bbb41800f0f9cb94 SHA256: 9b044a74862a1f9f1f5676e91dff0e121d7fc96e8052f9c9a98ba9d6d291e6e7 Description: fast and lightweight IDE -- common files Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation . This package contains arch independent files. Homepage: http://www.geany.org Package: geany-plugins-common Priority: optional Section: devel Installed-Size: 842 Maintainer: Geany Packaging Team Architecture: all Source: geany-plugins Version: 0.21.1.dfsg-4.4.201403130440 Depends: geany (>= 1.22) Breaks: geany-plugin-addons (<< 0.19), geany-plugin-doc (<< 0.19), geany-plugin-gdb (<< 0.19), geany-plugin-latex (<< 0.19), geany-plugin-lipsum (<< 0.19), geany-plugin-lua (<< 0.19), geany-plugin-prj (<< 0.19), geany-plugin-sendmail (<< 0.19), geany-plugin-shiftcolumn (<< 0.19), geany-plugin-spellcheck (<< 0.19), geany-plugin-vc (<< 0.19) Filename: 4.0-0/all/geany-plugins-common_0.21.1.dfsg-4.4.201403130440_all.deb Size: 277944 MD5sum: 26bfbfbdfb662e684a385d0d156d406e SHA1: ac6336656b86b168b244c0f88ee376d3633c7ebf SHA256: de13af2f0f3f21c3a9d57dbfc3c343173a5fc047b4a30e90b9cd75116cdc34ba Description: set of plugins for Geany (translations) This package contains translations for the Geany Plugins. You probably do not want to install this package directly, but instead install one of the other plugins packages. Homepage: http://plugins.geany.org Package: geany-plugins Priority: optional Section: devel Installed-Size: 34 Maintainer: Geany Packaging Team Architecture: all Version: 0.21.1.dfsg-4.4.201403130440 Depends: geany-plugin-addons (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-codenav (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-debugger (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-doc (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-extrasel (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-gdb (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-gendoc (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-gproject (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-insertnum (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-latex (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-lipsum (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-lua (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-macro (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-numberedbookmarks (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-pg (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-prj (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-sendmail (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-tableconvert (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-vc (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-prettyprinter (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-shiftcolumn (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-spellcheck (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-treebrowser (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-updatechecker (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-webhelper (>= 0.21.1.dfsg-4.4.201403130440), geany-plugin-xmlsnippets (>= 0.21.1.dfsg-4.4.201403130440) Filename: 4.0-0/all/geany-plugins_0.21.1.dfsg-4.4.201403130440_all.deb Size: 5916 MD5sum: 8212b00384d6e62dcf48a98c4288b540 SHA1: 58d047a7a2996dda824c2deef8f953901bb2c3ce SHA256: 3bf16eda6a6d249d9b9af26e2af060ef0fa9c3b7cb178e68f16c927b549f1cef Description: set of plugins for Geany This is a metapackage which installs the whole set of plugins for Geany. . Geany is a fast and lightweight IDE. Enhances: geany Homepage: http://plugins.geany.org Package: gearman-server Priority: optional Section: perl Installed-Size: 124 Maintainer: Debian Perl Group Architecture: all Version: 1.11-2.4.201403130454 Depends: perl, libgearman-client-perl, libdanga-socket-perl Filename: 4.0-0/all/gearman-server_1.11-2.4.201403130454_all.deb Size: 30514 MD5sum: a6e70233404fced1a4714bbb0a537ac1 SHA1: 59b460497b0dc5172a5bb254f22dff8e20489b01 SHA256: 739f5b05feeaa9dec6851fee55083d945e99a686b88030dfd95be9f88046a088 Description: Gearman distributed job server and Perl interface Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or even to call functions between languages. . This package contains both the Gearman server as well as the corresponding Perl bindings. Homepage: http://search.cpan.org/dist/Gearman-Server/ Package: gearman Priority: extra Section: misc Installed-Size: 37 Maintainer: Stig Sandbeck Mathisen Architecture: all Source: gearmand Version: 0.33-2.4.201403130459 Depends: gearman-tools, gearman-job-server Filename: 4.0-0/all/gearman_0.33-2.4.201403130459_all.deb Size: 11398 MD5sum: d38acf2c170128c07373f3780b2b5f28 SHA1: 8d88b7f89e9302abea2522e9d47c9610f318ba93 SHA256: ce6d0e642f874665abaefec0231b7c99e018394d895e728959de6e6e13e0005c Description: Distributed job queue Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. . This package is an empty package that depends on both the client and the server. Homepage: http://launchpad.net/gearmand Package: gecrit Priority: optional Section: editors Installed-Size: 737 Maintainer: Vincent Cheng Architecture: all Version: 2.8.3-1.2.201403130541 Depends: exuberant-ctags, python-enchant, python-wxgtk2.8 Filename: 4.0-0/all/gecrit_2.8.3-1.2.201403130541_all.deb Size: 206530 MD5sum: 17394a87abac344271cee183043e93d4 SHA1: a45b4e28ac50c5178e7a147efb546a632e05608a SHA256: f57eb830fdd964c9d3af8e630adc20bee363820783bd1bdc1f90b1794d9f2a81 Description: simple, easy-to-use Python IDE gEcrit is a Python IDE, with a focus on simplicity and ease of use. Some of its features include: * Editor geared towards Python, supporting indentation, code folding, syntax highlighting/checking, auto-completion, and bad brace checking * Integrated Python shell * Source tree browser * Autosaving * Multiple tabs * Printing * Spell-checking * Word searching/replacement * Pastebin.com integration Homepage: http://sourceforge.net/projects/gecrit/ Package: geda-doc Priority: optional Section: doc Installed-Size: 4931 Maintainer: Debian Electronics Team Architecture: all Source: geda-gaf Version: 1:1.6.2-4.3.7.201403130543 Filename: 4.0-0/all/geda-doc_1.6.2-4.3.7.201403130543_all.deb Size: 2674284 MD5sum: 5aa74129c48902e11e20e8175b3ddc15 SHA1: dd4f328f62de48aaac665c78f51ae4e124c82f0a SHA256: d82ac0429b7b77c5a65085f83273db70d3f54dc3b9aab9f821ea3051237e9835 Description: GPL EDA -- Electronics design software (documentation) The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. . This package contains the documentation. Homepage: http://geda.seul.org/ Package: geda-examples Priority: optional Section: electronics Installed-Size: 527 Maintainer: Debian Electronics Team Architecture: all Source: geda-gaf Version: 1:1.6.2-4.3.7.201403130543 Recommends: geda Filename: 4.0-0/all/geda-examples_1.6.2-4.3.7.201403130543_all.deb Size: 190748 MD5sum: 83540e169ffd8be6ede6982057ee81bc SHA1: 70aac7ee4411a341c198bb970e79684e81b2e984 SHA256: 0fe04bf2f5a81ec23c85e0a17066c00d2be123eefaf022b9b34c3aff6c3ae4e1 Description: GPL EDA -- Electronics design software (example designs) The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. . This package contains example designs created with gEDA. Homepage: http://geda.seul.org/ Package: geda-symbols Priority: optional Section: electronics Installed-Size: 4428 Maintainer: Debian Electronics Team Architecture: all Source: geda-gaf Version: 1:1.6.2-4.3.7.201403130543 Conflicts: libgeda20, libgeda29 Filename: 4.0-0/all/geda-symbols_1.6.2-4.3.7.201403130543_all.deb Size: 590632 MD5sum: b609113e1eb1b3d3f95519b6045fdcd1 SHA1: dc02ff9b5b4dea2f5b75cb45c51d4cdfa438169a SHA256: 042623425dfee672799857e681929f403dfa6ea708501ed0f8bad1c517631629 Description: GPL EDA -- Electronics design software (symbols library) The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. . This package includes the device symbols files for gschem. Homepage: http://geda.seul.org/ Package: geda-xgsch2pcb Priority: optional Section: electronics Installed-Size: 289 Maintainer: Debian Electronics Team Architecture: all Version: 0.1.3-2.6.201403130552 Depends: python (>= 2.4), python-support (>= 0.90.0), geda-utils, geda-gschem, geda-gattrib, pcb, python-gtk2 (>= 2.8), python-gobject | python-gtk2 (<< 2.10), python-dbus Filename: 4.0-0/all/geda-xgsch2pcb_0.1.3-2.6.201403130552_all.deb Size: 48520 MD5sum: dc87948d5a0f9e23c999d8195f3fe2e3 SHA1: 8a7c4d74e0367fa6055b18076d043655d7501db0 SHA256: 410476728d60d7f09f2bcd4cdb0bf78128fb3fa8404eea8ccdb0d987e39d6cad Description: GPL EDA -- Electronics design software -- gschem -> PCB workflow GUI ``xgsch2pcb`` provides an intuitive, user-friendly graphical interface to the ``gsch2pcb`` command-line tool, part of the gEDA suite, which is used to generate and update a PCB layout. It works with schematics created by ``gschem``, part of the gEDA suite, and layouts created by ``pcb``, a PCB layout system commonly used with gEDA. Homepage: http://gpleda.org/tools/xgsch2pcb/index.html Package: geda Priority: optional Section: electronics Installed-Size: 21 Maintainer: Debian Electronics Team Architecture: all Source: geda-gaf Version: 1:1.6.2-4.3.7.201403130543 Depends: geda-doc (= 1:1.6.2-4.3.7.201403130543), geda-gschem, geda-gnetlist Recommends: geda-gsymcheck, geda-gattrib Suggests: geda-utils, geda-examples, gerbv, pcb Filename: 4.0-0/all/geda_1.6.2-4.3.7.201403130543_all.deb Size: 1318 MD5sum: 54168bb469280dbed962f646189a1ad2 SHA1: a4d0a1655b33dbbe9e3f540f124a6c2f2c3c058a SHA256: d4fce3017ef2770433feef3604fbb8c8bc990ce878dc6ff353385c447a668c33 Description: GPL EDA -- Electronics design software (metapackage) The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. . This is a metapackage which depends on the components required for a typical gEDA installation. Homepage: http://geda.seul.org/ Package: gedit-common Priority: optional Section: gnome Installed-Size: 12174 Maintainer: Debian GNOME Maintainers Architecture: all Source: gedit Version: 3.4.2-1.16.201403181442 Depends: dconf-gsettings-backend | gsettings-backend Recommends: gedit Filename: 4.0-0/all/gedit-common_3.4.2-1.16.201403181442_all.deb Size: 1593896 MD5sum: d0c9a3768886e73f4d76867a7040db2b SHA1: 9aea8b3c706450a063a112dfb106c476ff18d109 SHA256: 114afa5b3f30c393fbdd5120a5d4e10e61ac2e8c0d26791da37d057fc68fef7e Description: official text editor of the GNOME desktop environment (support files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. . This package contains gedit's architecture-independent support files. Homepage: http://www.gnome.org/projects/gedit/ Package: gedit-dev Priority: optional Section: devel Installed-Size: 1073 Maintainer: Debian GNOME Maintainers Architecture: all Source: gedit Version: 3.4.2-1.16.201403181442 Depends: gedit (>= 3.4), gedit (<< 3.5), libgtksourceview-3.0-dev, libpeas-dev Filename: 4.0-0/all/gedit-dev_3.4.2-1.16.201403181442_all.deb Size: 252352 MD5sum: 0072a129c77c34e1c7d23ff69068d264 SHA1: c14820e5a017a0852b379e9a98731b39c3ec298a SHA256: f55d55fd81439bb5cb15989c0c5f4ff4b903acaec4b18d68efa2ba45f5e73b33 Description: official text editor of the GNOME desktop environment (development files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI). . gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support. . gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. . This package is required to build plugins for gedit. Homepage: http://www.gnome.org/projects/gedit/ Package: gedit-latex-plugin Priority: extra Section: gnome Installed-Size: 1142 Maintainer: Andrea Gasparini Architecture: all Version: 3.4.0-1.4.201403130606 Depends: dconf-gsettings-backend | gsettings-backend, gedit (>= 3.0.6), rubber, python-dbus, python (>= 2.6.6-3~) | python-multiprocessing, python-glade2, gvfs-bin Recommends: texlive, python-enchant Filename: 4.0-0/all/gedit-latex-plugin_3.4.0-1.4.201403130606_all.deb Size: 231824 MD5sum: 207e8a1c390cd8bcd842a45db0c8701d SHA1: 36589acfdfce195e0b02a3ab9664ac7f2016b05c SHA256: e13fbd76795438555e22720cdd2268dc1993e1d3a5eb9f9e9be5044c4d60b620 Description: gedit plugin for composing and compiling LaTeX documents This plugin assist you in a number of task: - Code Completion: if you type a prefix it shows you all matching commands and the structure and meaning of their arguments. If possible it shows options for the argument the cursor is in. - Assistants: there are several assistants for frequent tasks like creating the body of a new LaTeX file, inserting a graphics, inserting a table or a matrix, inserting source code listings, inserting BibTeX entries. - BibTeX Integration: an outline view is created for BibTeX files and the LaTeX completion is aware of bibliographies included per \bibliography and proposes their entries at the \cite command. BibTeX entries may be inserted with the help of a dialog. - Build System: The build system uses profiles like "PDF", "DVI" or "PostScript". Per default the plugin uses rubber for automated document compiling, but you may create your own profiles invoking the LaTeX command chain directly. Homepage: http://live.gnome.org/Gedit/LaTeXPlugin Package: gedit-r-plugin Priority: extra Section: gnome Installed-Size: 1640 Maintainer: Tobias Hansen Architecture: all Version: 0.7.1.2-Gtk3-1.4.201403130620 Depends: gedit (>= 3.0.0), python-vte, python, gir1.2-vte-2.90 Recommends: r-base-core Filename: 4.0-0/all/gedit-r-plugin_0.7.1.2-Gtk3-1.4.201403130620_all.deb Size: 1088518 MD5sum: efe14176e940548db5e9afe160afbf33 SHA1: e32e24bbe5bc51ae36cb4c9850f917bbe93d44ca SHA256: 423c9dfb1fe73d003352e2307edf22d87468e5bb4e53a79a82c790569c4ec1f4 Description: Gedit plugin for R statistical computing language This plugin serves as a lightweight IDE for R. In addition to standard gedit functionality such as syntax highlighting the additional features are: - bottom panel containing one or more different R consoles - executing predefined blocks of code - generating customized R code Homepage: http://rgedit.sourceforge.net/ Package: gedit-source-code-browser-plugin Priority: optional Section: gnome Installed-Size: 124 Maintainer: Pietro Battiston Architecture: all Version: 3.0.3-2.2.201403130622 Depends: dconf-gsettings-backend | gsettings-backend, python (>= 2.6.6-7~), ctags, gedit (>= 3.0) Filename: 4.0-0/all/gedit-source-code-browser-plugin_3.0.3-2.2.201403130622_all.deb Size: 17508 MD5sum: 14fd66bc7343482692428e9fe862392a SHA1: 33b5936b98a031cc2af8c12153610be17e2705a9 SHA256: fc51b25e660b069f19685c532a1c8c94e9be523bdf7476f60fc323936e23736b Description: source code class and function browser plugin for Gedit This plugin will add a new tab to the side pane in the Gedit text editor which shows symbols (functions, classes, variables, etc.) for the active document. Clicking a symbol in the list will jump to the line on which that symbol is defined. Enhances: gedit Homepage: https://github.com/Quixotix/gedit-source-code-browser Package: geeqie-common Priority: optional Section: graphics Installed-Size: 3328 Maintainer: Michal Čihař Architecture: all Source: geeqie Version: 1:1.0-10.1.4.201403130634 Replaces: geeqie (<< 1:1.0~beta2-7) Recommends: geeqie Breaks: geeqie (<< 1:1.0~beta2-7) Filename: 4.0-0/all/geeqie-common_1.0-10.1.4.201403130634_all.deb Size: 871578 MD5sum: 3e2045f282193ed6348e5ae6d8340975 SHA1: eb3fd3b20d630160b0aafb05095574f48ed39d21 SHA256: ea816950891d815e41c545d686a89df7ba63484119c4427a8519bdbf712bcfff Description: data files for Geeqie Geeqie is a browser for graphics files offering single click viewing of your graphics files. It includes thumbnail view, zoom, filtering features and external editor support. . This package contains data files for Geeqie such as documentation or locales. Homepage: http://geeqie.sourceforge.net/ Package: geiser Priority: optional Section: lisp Installed-Size: 451 Maintainer: David Bremner Architecture: all Version: 0.1.4-2.2.201403130700 Depends: emacsen-common, emacs23 (>= 23.2) | emacs23-nox (>= 23.2) | emacs23-lucid (>= 23.2), install-info Suggests: racket Filename: 4.0-0/all/geiser_0.1.4-2.2.201403130700_all.deb Size: 165886 MD5sum: 651cace049d2cf6dda7a5e6fb3f4f3e4 SHA1: ca0558cd54f1860a246202cf3497061864a101da SHA256: f5a75659bac37f79b71d790d27d0f52790224ad7e96b95d966e2db42e2203b30 Description: enhanced Scheme interaction mode for Emacs Geiser features an enhanced REPL and a set of minor modes improving Emacs' basic scheme major mode. The main functionalities provided are: - Evaluation of forms in the namespace of the current module. - Macro expansion. - File/module loading. - Namespace-aware identifier completion (including local bindings, names visible in the current module, and module names). - Autodoc: the echo area shows information about the signature of the procedure/macro around point automatically. - Jump to definition of identifier at point. - Access to documentation (including docstrings when the implementation provides it). - Listings of identifiers exported by a given module. - Listings of callers/callees of procedures. - Rudimentary support for debugging (list of evaluation/compilation error in an Emacs' compilation-mode buffer). . Currently supports Racket, or Guile 2.0 Homepage: http://www.nongnu.org/geiser/ Package: gem-dev Priority: optional Section: libdevel Installed-Size: 1231 Maintainer: Paul Brossier Architecture: all Source: gem Version: 1:0.93.3-5.7.201403130714 Depends: puredata-dev | puredata (<< 0.43), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libftgl-dev Recommends: gem Suggests: pkg-config Filename: 4.0-0/all/gem-dev_0.93.3-5.7.201403130714_all.deb Size: 309360 MD5sum: 9c7cdc72352175eb2b2d2204dd4948ad SHA1: 9b75f57646186bdf8f1b65d0911ac72057125e7d SHA256: e9570bfaa40836b271f29fd06b5506eb083193ea6721304428eb907614244532 Description: Graphics Environment for Multimedia (development files) Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides the header-files for compiling externals (plugins) for Gem. Homepage: http://gem.iem.at/ Package: gem-doc Priority: optional Section: doc Installed-Size: 4455 Maintainer: Paul Brossier Architecture: all Source: gem Version: 1:0.93.3-5.7.201403130714 Replaces: gem (<< 1:0.93) Recommends: gem Breaks: gem (<< 1:0.93) Filename: 4.0-0/all/gem-doc_0.93.3-5.7.201403130714_all.deb Size: 3445060 MD5sum: 850be0449307cf76e79febda047bfe03 SHA1: 08e46755d489214287b5cb85146d280df444abc3 SHA256: 524ed0e05526e4853fce3cc07c383be80a50e236d10474b5909fe65e736d57cc Description: Graphics Environment for Multimedia (documentation) Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package includes the documentation for Gem. Homepage: http://gem.iem.at/ Package: gem2deb Priority: optional Section: ruby Installed-Size: 183 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 0.3.0.2.201403130732 Depends: ruby | ruby-interpreter, ruby1.8, rubygems (>= 1.8.12-1~), ruby1.8-dev, ruby1.9.1 (>= 1.9.3.0-1~), ruby1.9.1-dev (>= 1.9.3.0-1~), build-essential, devscripts, debhelper (>= 7.0.50~), perl Filename: 4.0-0/all/gem2deb_0.3.0.2.201403130732_all.deb Size: 44116 MD5sum: b1047e6252fb64ea27de8cf962565304 SHA1: c97853e906f12c63904ee1cac4542f1161ccb6f7 SHA256: 5cd156980a8adc1fd7b1aeec4c53653f252ebe681dbc1eb7e9ae136941df5247 Description: Debian Ruby packaging suite gem2deb is a set of tools to create Debian package from ruby software distributed with Rubygems. gem2tgz converts the .gem file to a tar archive, then dh-make-ruby creates a Debian source package from that archive. That Debian package uses the included Debhelper7 helper, dh_ruby, to generate a proper Debian package. Both pure-ruby and native packages are supported. Package: genbackupdata Priority: optional Section: devel Installed-Size: 93 Maintainer: Lars Wirzenius Architecture: all Version: 1.6-1.2.201403130749 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-cliapp (>= 0.9), python-ttystatus Filename: 4.0-0/all/genbackupdata_1.6-1.2.201403130749_all.deb Size: 10176 MD5sum: 563acbbb7d3d64bcdaba0f96ae02d63f SHA1: 5c56cf38d9b08a4b15e63cb131f4f1feaa62cc5c SHA256: 949def74c6789eaf4e9de370952e0858edf02350333f191a1504d925638cc3de Description: generate test data sets for backup software genbackupdata creates or modifies directory trees in ways that simulate real filesystems sufficiently well for performance testing of backup software. For example, it can create files that are a mix of small text files and big binary files, with the binary files containing random binary junk which compresses badly. This can then be backed up, and later the directory tree can be changed by creating new files, modifying files, or deleting or renaming files. The backup can then be run again. Homepage: http://braawi.org/genbackupdata/ Package: gendarme Priority: optional Section: devel Installed-Size: 932 Maintainer: Debian Mono Group Architecture: all Source: mono-tools Version: 2.10-6.10.201403171032 Replaces: mono-tools-devel (<< 2.0) Depends: mono-runtime (>= 1.1.8.1), libmono-cecil-private-cil (>= 2.6.3), libmono-corlib2.0-cil (>= 2.6.3), libmono-sharpzip2.84-cil (>= 1.0), libmono-system-web2.0-cil (>= 2.10.3), libmono-system2.0-cil (>= 2.10.3), libmono-winforms2.0-cil (>= 2.4) Conflicts: mono-tools-devel (<< 2.0) Filename: 4.0-0/all/gendarme_2.10-6.10.201403171032_all.deb Size: 354608 MD5sum: 489ba22d3020afdcd587d911d701d3aa SHA1: 8bded7db011cfdf3e7dbe00e2baf7db5a91cb3be SHA256: 76b19ad617337103d2db4169654f0c9329b7bff80466e8b2d08125c2208dad86 Description: extensible rule-based checker for CLI assemblies Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked. Homepage: http://www.mono-project.com/Gendarme Package: geogebra-gnome Priority: extra Section: education Installed-Size: 75 Maintainer: Debian Java Maintainers Architecture: all Source: geogebra Version: 4.0.34.0+dfsg1-1.7.201403130946 Depends: geogebra, imagemagick Filename: 4.0-0/all/geogebra-gnome_4.0.34.0+dfsg1-1.7.201403130946_all.deb Size: 16662 MD5sum: b1124fa852f978672a0f12fc26be5620 SHA1: ed9e3d8adf3955301e98acb3d0cc049bbe11c5fa SHA256: 4fedd9d17155a1651f6dbfad906704b17c66e49b4fe9468be4c221ef263c7ef5 Description: GNOME integration layer for GeoGebra GeoGebra is a dynamic geometry system. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many elementary calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. . This package contains the GNOME thumbnailer for the GeoGebra file format. Homepage: http://www.geogebra.org/ Package: geogebra Priority: extra Section: education Installed-Size: 5904 Maintainer: Debian Java Maintainers Architecture: all Version: 4.0.34.0+dfsg1-1.7.201403130946 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, icedtea-netx-common, libcollections15-java, libcommons-math-java, libfreehep-graphics2d-java, libfreehep-graphicsio-emf-java (>= 2.1.1-emfplus+dfsg1-2), libfreehep-graphicsio-java, libfreehep-graphicsio-pdf-java, libfreehep-graphicsio-svg-java, libfreehep-io-java, libfreehep-util-java, libfreehep-xml-java, libjfugue-java, libjlatexmath-java, librhino-java (>= 1.7R3-5), mathpiper (>= 0.81f+svn4469+dfsg3) Suggests: cups Filename: 4.0-0/all/geogebra_4.0.34.0+dfsg1-1.7.201403130946_all.deb Size: 5326562 MD5sum: 941052d61b897e9cbe354cec4a8d2d94 SHA1: e3aedf4429266272d7dbbc1911e92d04de892e22 SHA256: 666fa1ab0e242900fcb05372a8d22f82268cef218d25c9692723a96f1368c665 Description: Dynamic mathematics software for education GeoGebra is a dynamic geometry program. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. Homepage: http://www.geogebra.org/ Package: geoip-database Priority: optional Section: net Installed-Size: 4698 Maintainer: Patrick Matthäi Architecture: all Version: 20130213-1.2.201403131022 Pre-Depends: dpkg (>= 1.15.6~) Recommends: libgeoip1 Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: 4.0-0/all/geoip-database_20130213-1.2.201403131022_all.deb Size: 1467134 MD5sum: 158819aa7808ec2ff35259b2603cad06 SHA1: bfaa828ae42a09dd84a9b8a8b7335500c4a24d89 SHA256: 3f589ad232bb54eecc9412d71221e17a0e1784588ef5337a4aa27896e527b2ea Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Homepage: http://www.maxmind.com/ Package: geotranz-doc Priority: optional Section: doc Installed-Size: 11893 Maintainer: Roberto Lumbreras Architecture: all Source: geotranz Version: 3.1-2.1.5.201403131057 Filename: 4.0-0/all/geotranz-doc_3.1-2.1.5.201403131057_all.deb Size: 4298134 MD5sum: 9b20fa013731c5c11ae57e92904a601d SHA1: 44ce6b520cfeb2b7d322d01c61daed4cbadbdf96 SHA256: f95baebdb82c4c26608f0d275371015cfc053faf7df4fc577bcd31381950a4c9 Description: GEOgraphic coordinates TRANslator (documentation) GEOTRANZ (Geographic Translator) is an application program which allows you to easily convert geographic coordinates among a wide variety of coordinate systems, map projections, and datums. Currently, twenty-five different coordinate systems, map projections, grids, and coding schemes, and over two hundred different datums, are supported. . GEOTRANZ is the Debian name of GEOTRANS, a product of the National Geospatial-Intelligence Agency (NGA) and U.S. Army Engineering Research and Development Center. . This package contains a lot of documentation and examples. Homepage: http://earth-info.nga.mil/GandG/geotrans/ Package: geotranz-help Priority: optional Section: doc Installed-Size: 2258 Maintainer: Roberto Lumbreras Architecture: all Source: geotranz Version: 3.1-2.1.5.201403131057 Filename: 4.0-0/all/geotranz-help_3.1-2.1.5.201403131057_all.deb Size: 1274222 MD5sum: e09f34a34f293542ab1de462adb09a33 SHA1: 13962fcce8c77e9ea5cd576be0c186f79a2f198d SHA256: 400d7176adf2d09e35f6949a085c7c632451423b184dfb7318ab0eb46adf5fc5 Description: GEOgraphic coordinates TRANslator (help files) GEOTRANZ (Geographic Translator) is an application program which allows you to easily convert geographic coordinates among a wide variety of coordinate systems, map projections, and datums. Currently, twenty-five different coordinate systems, map projections, grids, and coding schemes, and over two hundred different datums, are supported. . GEOTRANZ is the Debian name of GEOTRANS, a product of the National Geospatial-Intelligence Agency (NGA) and U.S. Army Engineering Research and Development Center. . This package contains the help files for the GEOTRANZ graphical interface. Homepage: http://earth-info.nga.mil/GandG/geotrans/ Package: geotranz Priority: optional Section: utils Installed-Size: 6596 Maintainer: Roberto Lumbreras Architecture: all Version: 3.1-2.1.5.201403131057 Depends: openjdk-6-jre | java6-runtime, libgeotranz3.1 (>= 3.1) Recommends: geotranz-help (>= 3.1), geotranz-help (<< 3.1+) Suggests: geotranz-doc Filename: 4.0-0/all/geotranz_3.1-2.1.5.201403131057_all.deb Size: 5078720 MD5sum: 5aa4be54fd169fd3f0d30eec3c88848f SHA1: d83340a1ffff20365f1595b5bfea0cc230328f28 SHA256: d352bc5a556476b62bc73e4b3a2a49bbfd7be18453e6f35a6fae4519895e5f78 Description: GEOgraphic coordinates TRANslator GEOTRANZ (Geographic Translator) is an application program which allows you to easily convert geographic coordinates among a wide variety of coordinate systems, map projections, and datums. Currently, twenty-five different coordinate systems, map projections, grids, and coding schemes, and over two hundred different datums, are supported. . The user interface of GEOTRANZ is similar to that of a calculator, but can also be used to efficiently convert large numbers of coordinates contained in text files. . GEOTRANZ is the Debian name of GEOTRANS, a product of the National Geospatial-Intelligence Agency (NGA) and U.S. Army Engineering Research and Development Center. . This package contains the geotranz java graphical interface. Homepage: http://earth-info.nga.mil/GandG/geotrans/ Package: germinate Priority: optional Section: utils Installed-Size: 88 Maintainer: Colin Watson Architecture: all Version: 2.10.4.201403131140 Depends: python3 (>= 3.0), perl, python3-germinate (= 2.10.4.201403131140) Filename: 4.0-0/all/germinate_2.10.4.201403131140_all.deb Size: 32264 MD5sum: f18dd5c6f61a353c3c5bec505c2fba86 SHA1: a5e2541939fd87cba30af065308c2ce51713fbc5 SHA256: f362936a6085a4d8f121339586eaca0ca7e3199975027a5451c6e7e0bef80746 Description: expand dependencies in a list of seed packages Germinate takes lists of seed packages and expands their dependencies to produce a full list of packages. This can be used for purposes such as managing the list of packages present in a derived distribution's archive or CD builds. Package: gespeaker Priority: optional Section: sound Installed-Size: 367 Maintainer: Fabio Castelli Architecture: all Version: 0.7-3.4.201403131343 Depends: espeak, espeak-data, librsvg2-common, python-gtk2, python-glade2, python-gobject, alsa-utils | pulseaudio-utils, python (>= 2.4), python-support (>= 0.90.0) Suggests: mbrola Filename: 4.0-0/all/gespeaker_0.7-3.4.201403131343_all.deb Size: 89840 MD5sum: 76c8472ea0d15d9159b16910f4645e66 SHA1: c8c9a4e5b49eda54bf33378eccbcc2dd379ba39a SHA256: 47dfd7ac64cb9b47b2e71b305ba6ff0711a38401263b00dd0c65312f6d12eabe Description: GTK+ front-end for eSpeak and mbrola Gespeaker is a GTK+ frontend for eSpeak and mbrola. It allows to play a text in many languages with settings for voice, pitch, volume, speed and word gap. . Since version 0.6 it can use mbrola package and voices to obtain a more realistic text reading experience. Homepage: http://code.google.com/p/gespeaker/ Package: get-flash-videos Priority: extra Section: web Installed-Size: 346 Maintainer: Debian Perl Group Architecture: all Version: 1.25~git2012.06.27-1.3.201403131348 Depends: libcrypt-blowfish-perl, libdata-amf-perl, libhtml-parser-perl, libhtml-tree-perl, libtie-ixhash-perl, liburi-perl, libwww-mechanize-perl, libwww-perl, rtmpdump, perl Recommends: get-iplayer, libcrypt-rijndael-perl, liblwp-protocol-socks-perl, libxml-simple-perl Suggests: mplayer Filename: 4.0-0/all/get-flash-videos_1.25~git2012.06.27-1.3.201403131348_all.deb Size: 103518 MD5sum: 3b7b697a54dde0746463eb5699a37707 SHA1: ded98b58d713acdbedb1ba8d73ae89c9574b2832 SHA256: 3a6e6809d860bdab27b5a264815a7cec04a1a5b540903c02a8dc4318b9ef5c1a Description: video downloader for various Flash-based video hosting sites get-flash-videos download videos from various Flash-based video hosting sites, without having to use the Flash player. Handy for saving videos for watching offline, and means you don't have to keep upgrading Flash for sites that insist on a newer version of the player. . Includes support for the following sites/players (and more!): . YouTube, eHow, Brightcove (used by many sites like Channel 4, Daily Telegraph ...), BBC (news, etc), Metacafe, 5min, Google, fliqz, nicovideo, vimeo, Blip, Break, Collegehumor, Muzu, Sevenload, Megavideo, Wat.tv. . Also includes a 'generic' method which works on many other sites. Homepage: http://code.google.com/p/get-flash-videos/ Package: get-iplayer Priority: optional Section: video Installed-Size: 619 Maintainer: Jonathan Wiltshire Architecture: all Version: 2.82-2.5.201403131354 Depends: rtmpdump | flvstreamer, libwww-perl, libxml-simple-perl, perl Recommends: id3v2, libmp3-info-perl, atomicparsley Suggests: mplayer, ffmpeg Filename: 4.0-0/all/get-iplayer_2.82-2.5.201403131354_all.deb Size: 174036 MD5sum: c1ad20dad20133d2a6a42daea98416ae SHA1: cb9f8ea059633c710a329d55f2c7ef77ca7a0804 SHA256: cad665d35bc070e3c6dbd4d4215873506dee71b4c5a6683032c9f71ea4a71a6b Description: download/stream available BBC iPlayer TV and radio programmes get_iplayer lists, searches and records BBC iPlayer TV/Radio, BBC Podcast programmes. Other third-party plugins may be available. . get_iplayer has three modes: recording a complete programme for later playback, streaming a programme directly to a playback application, such as mplayer; and as a Personal Video Recorder (PVR), subscribing to search terms and recording programmes automatically. It can also stream or record live BBC iPlayer output. Homepage: http://www.infradead.org/get_iplayer Package: getdata Priority: optional Section: science Installed-Size: 100 Maintainer: Steffen Moeller Architecture: all Version: 0.1-1.2.201403131359 Depends: perl Recommends: perl-doc Suggests: biomaj Filename: 4.0-0/all/getdata_0.1-1.2.201403131359_all.deb Size: 21546 MD5sum: a1cfbe70b296b670d7d8c13f6ea128d4 SHA1: 9e57cf3be22b53b1aff5e75478460788f6b0cb09 SHA256: adc63308274762922fdc6a4f35eeacf5cedb4b293003d6eb1f935957aea5b3ea Description: management of external databases Many scientific communities share the problem of regularly updating external databases. With every update, also various tasks need to be performed for the update of indices that need to be recreated. This work depends on the tools that are available locally and is not always completely simple. . This package provides the getData Perl script, which in some not so complicated manner performs the invocation to wget to download data and then knows how to perform the indexing. There is only a hash table to be filled with the commands to be executed. Maintainers of scientific packages that are strongly coupled to public datasets are invited to add a runtime dependency to this package and add instructions for getData to follow. Homepage: http://debian-med.alioth.debian.org Package: getmail4 Priority: optional Section: mail Installed-Size: 619 Maintainer: Osamu Aoki Architecture: all Version: 4.32.0-2.4.201403131440 Depends: python (>= 2.6.6-7~), python (<< 2.8) Conflicts: getmail Filename: 4.0-0/all/getmail4_4.32.0-2.4.201403131440_all.deb Size: 182960 MD5sum: dbe634008e93a0f02b30d47a366daf3b SHA1: 1679f1a7c9afb61e9e22556b93b3ad8a27edc160 SHA256: 08a6da25fd3f31f8fc329edf7bbe44cbbaf52c941dbb3f51d4ad47ecefccc5e4 Description: mail retriever with support for POP3, IMAP4 and SDPS getmail is intended as a simple replacement for fetchmail. It retrieves mail (either all messages, or only unread messages) from one or more POP3/IMAP4/SDPS servers for one or more email accounts, and reliably delivers into a qmail-style Maildir, mbox file or to a command (pipe delivery) like maildrop or procmail, specified on a per-account basis. getmail also has support for domain (multidrop) mailboxes. . Supported protocols: POP3, POP3-over-SSL, IMAP4, IMAP4-over-SSL, and SDPS mail. Homepage: http://pyropus.ca/software/getmail/ Package: gettext-doc Priority: optional Section: doc Installed-Size: 3961 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.18.1.1-9.22.201403131448 Filename: 4.0-0/all/gettext-doc_0.18.1.1-9.22.201403131448_all.deb Size: 909304 MD5sum: 40e1bc2124ed6418cb50396821e13745 SHA1: 1901ba5376a24e2aeb90ec9520aab7eeb0e6147e SHA256: c3b8c8670d4c9612997b2e30a70dc5ded89090ce51522dd2dde110fe122f3124 Description: Documentation for GNU gettext This package contains the HTML documentation for GNU gettext, as well as simple "hello world" examples in several programming languages. Homepage: http://www.gnu.org/software/gettext/ Package: gettext-el Priority: optional Section: lisp Installed-Size: 241 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.18.1.1-9.22.201403131448 Depends: gettext, emacs23 | emacsen Filename: 4.0-0/all/gettext-el_0.18.1.1-9.22.201403131448_all.deb Size: 61044 MD5sum: e02e819b7fc2531a532be95e798de2d9 SHA1: ff842860e384ca891ce4b46eaab2da84ed07a894 SHA256: 3e633b6de152f801dff13e1b3da5724f136519a1a4c249b531f1faeaadc58295 Description: Emacs po-mode for editing gettext .po files This package contains po-mode.el for easy .po editing using emacs. Homepage: http://www.gnu.org/software/gettext/ Package: gettext-lint Priority: extra Section: devel Installed-Size: 114 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 0.4-2.2.201403131500 Depends: python Filename: 4.0-0/all/gettext-lint_0.4-2.2.201403131500_all.deb Size: 24102 MD5sum: 4cecbc2ce52cf25a2532aff562fea06c SHA1: 303de24b812b5a8f2aa2ed2df6c174a29f680c47 SHA256: 43da1067dce5f44666b854bf9a64f62539578e2b8392c8be58fb16c900d63b07 Description: Collection of tools for checking PO and POT files Gettext-lint provides an assorted collection of tools that make it easy to check the consistency, validity and spelling of gettext files (both PO and POT). . This package includes: * POFileStatus - PO file validator and status reporting * POFileChecker - searches for common mistakes in PO files * POFileConsistency - PO file consistency checks * POFileEquiv - PO file glossary generator * POFileGlossary - search for translation errors against a glossary * POFileFill - automatically translate a PO file based on other files * POFileSpell - PO file spell checker * POFileClean - eliminates untranslated strings Homepage: http://gettext-lint.sourceforge.net/ Package: geximon Priority: optional Section: mail Installed-Size: 198 Maintainer: David Watson Architecture: all Version: 0.7.7-2.4.201403131509 Depends: python, python-central (>= 0.6.11), python-gtk2 Recommends: sudo, exim | exim4-base Filename: 4.0-0/all/geximon_0.7.7-2.4.201403131509_all.deb Size: 40192 MD5sum: 69c3eb730287dbbbfb860956b65dd274 SHA1: 1ff5c2ab8dd688b227d02d7938a436b7fe0a4dae SHA256: a2053d72169656d6dd442dae82e2e1b0bf92b3d1596167cb429ae54bd84b21e6 Description: a monitor for the exim MTA geximon is a Gtk2 reimplementation of eximon, an X monitor for the exim mail transport agent. It has all features of the original (tracking the log, managing the mail queue, plotting, etc.) and more. It also integrates with exiwhat (allowing you to manage active exim instances), exigrep, and eximstats. The interface is intuitive, compact, and easy to use. Homepage: http://projects.planetwatson.co.uk/wiki/geximon Python-Version: current Package: gextractwinicons Priority: optional Section: graphics Installed-Size: 275 Maintainer: Fabio Castelli Architecture: all Version: 0.3.1-1.4.201403131518 Depends: python-gtk2, python-glade2, librsvg2-common, icoutils, python (>= 2.5) Filename: 4.0-0/all/gextractwinicons_0.3.1-1.4.201403131518_all.deb Size: 20006 MD5sum: 9ce2975b740758612d22cf266fbaa3b5 SHA1: 648c548e4123f4192ccc80885c9da8c04e6ed1a0 SHA256: dd742247dc0ab6aec53dcb686d66e8e9a221ca14e6f51eebb7f900741d637394 Description: extracts cursors and icons from MS Windows compatible resource files gExtractWinIcons can extract cursors, and icons from MS Windows compatible resource files (like .exe, .dll, .ocx, .cpl). . Both icons, cursors and PNG images can be extracted from resources files with different resolution and color depth. The extracted icon files can be also used for "favicon.ico" website icon. Homepage: http://code.google.com/p/gextractwinicons/ Package: gfarm-doc Priority: extra Section: doc Installed-Size: 189 Maintainer: NIIBE Yutaka Architecture: all Source: gfarm Version: 2.4.1-1.1.5.201403131528 Filename: 4.0-0/all/gfarm-doc_2.4.1-1.1.5.201403131528_all.deb Size: 133230 MD5sum: 4535e71cdcc859500ae11f08f159fcb7 SHA1: 47d6fab9ff674a30323d89ba168e826f17fd690d SHA256: fe3504329b8795d655076b10162f1341747999978624969ffb1d629afc9f0ca9 Description: Gfarm file system documentation The Gfarm file system is designed to turn commodity PCs into nodes of a distributed storage network, implementing the Grid Datafarm architecture for global petascale data-intensive computing. It solves performance and reliability problems in NFS and AFS by means of multiple file replicas, and not only prevents performance degradation due to access concentration, but also supports fault tolerance and disaster recovery. . This package provides documentation for Gfarm. Homepage: http://datafarm.apgrid.org/ Package: gfax Priority: extra Section: gnome Installed-Size: 738 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.7.7+ds-2.4.201403131539 Depends: gconf2 (>= 2.28.1-2), mono-runtime (>= 2.10.1), libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7), efax | hylafax-client Filename: 4.0-0/all/gfax_0.7.7+ds-2.4.201403131539_all.deb Size: 172090 MD5sum: 0753ed7b44f49fe1ddb6680d0c15c797 SHA1: 0e9026dc28089d296beb73babb06cc7dc33d48d6 SHA256: 66736d21ef51fad0d35bffe5c473df0a84ff13ab1315f5833115a94942f207ac Description: GNOME frontend for fax programs The GFAX project aims to provide a free front end to the various facsimile programs available for Linux and other operating systems that use the GNOME project. This is a GNOME-2.x port of GFAX and is written in C# using Mono and Gtk#. . GFAX provides the familiar "pop up" window and phone book support when one "prints" to a "fax" printer. Homepage: http://www.cowlug.org/gfax/ Package: gff2ps Priority: optional Section: science Installed-Size: 209 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.98d-4.4.201403131553 Depends: gawk Recommends: gv | postscript-viewer Filename: 4.0-0/all/gff2ps_0.98d-4.4.201403131553_all.deb Size: 50998 MD5sum: 49c9fd0b1127d5443077d48d1cb1cd59 SHA1: bbaea71b8b25ba41bd71433186a551262777a5cb SHA256: 1075eb0e19af796a153905014ba8bbb23dd4f56d2eb1809344f920a14b23ab9e Description: produces PostScript graphical output from GFF-files gff2ps is a script program developed with the aim of converting gff-formatted records into high quality one-dimensional plots in PostScript. Such plots maybe useful for comparing genomic structures and to visualizing outputs from genome annotation programs. It can be used in a very simple way, because it assumes that the GFF file itself carries enough formatting information, but it also allows through a number of options and/or a configuration file, for a great degree of customization. Homepage: http://genome.imim.es/software/gfftools/GFF2PS.html Package: gfortran-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: gfortran-mingw-w64-i686, gfortran-mingw-w64-x86-64, gcc-mingw-w64-base Filename: 4.0-0/all/gfortran-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 942 MD5sum: c6ea38adaea8be905a32dee913197ed2 SHA1: cc549bee2db94fb3daa6b8a82b5e83da73317501 SHA256: 886e0a872f52e29069ed6fe549d250b3b1e3e627cd79bfdc53ea5e4047b3dc23 Description: GNU Fortran compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: gftp Priority: optional Section: net Installed-Size: 78 Maintainer: Cleto Martín Architecture: all Version: 2.0.19-4.4.201403131612 Depends: gftp-gtk (>= 2.0.19-4.4.201403131612), gftp-text (>= 2.0.19-4.4.201403131612) Filename: 4.0-0/all/gftp_2.0.19-4.4.201403131612_all.deb Size: 55230 MD5sum: 5c7ef4186c024750d21763eaff7ed4e2 SHA1: ba26374d9ce9a60642f032a9041e608cb0f07772 SHA256: a0a98f15f12033a8c31f78b4cc743ffe66a967b266335576f747746cb24f3300 Description: X/GTK+ and console FTP client (metapackage) gFTP is a multithreaded FTP client, available in two versions: * version for X, written using GLib and GTK+ * version for the console, using only GLib . This is an upgrade convenience package, it's only useful for depending on. Homepage: http://www.gftp.org/ Package: gfxboot-examples Priority: extra Section: misc Installed-Size: 1097 Maintainer: Daniel Baumann Architecture: all Version: 4.5.0-67.1-3.4.201403131625 Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-examples_4.5.0-67.1-3.4.201403131625_all.deb Size: 163026 MD5sum: 770b22b0007169086b3605a7b84dd72b SHA1: f4bd2533f5919faaecac372d06c1c60d764c286a SHA256: 441e3e8c64901e216cb6ce968212e63ae992af73309bdacb09f3e2027ac63609 Description: tool to test and create graphical boot logos (example themes) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains small example themes to document how to build your own theme. Homepage: http://gfxboot.sourceforge.net/ Package: gfxboot-themes-kde Priority: extra Section: misc Installed-Size: 14713 Maintainer: Daniel Baumann Architecture: all Source: gfxboot-themes Version: 4.5.0-67.1-2.4.201403131628 Provides: gfxboot-theme Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-themes-kde_4.5.0-67.1-2.4.201403131628_all.deb Size: 4431740 MD5sum: 404689456ba490d26dbd1be5ab8ccae8 SHA1: d1c9ac5c5ab752aebc43b2487545796949d99e5c SHA256: c913f7dafeeeb646b2d4705e1a4e0f858d7371243005954a954eed3700dc53ce Description: tool to test and create graphical boot logos (KDE theme) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains the KDE theme. Homepage: http://gfxboot.sourceforge.net/ Package: gfxboot-themes-opensuse Priority: extra Section: misc Installed-Size: 15243 Maintainer: Daniel Baumann Architecture: all Source: gfxboot-themes Version: 4.5.0-67.1-2.4.201403131628 Provides: gfxboot-theme Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-themes-opensuse_4.5.0-67.1-2.4.201403131628_all.deb Size: 4732224 MD5sum: fa8e7b32514dee2a48dbe9cf7134c6df SHA1: 78cf6c4606c26ac31e3b2c089685afde586f414c SHA256: 41ca20ce8844ecd31cd9cbe5cafd01c0c8ad1f02b601261bd402abb1a7c9f9de Description: tool to test and create graphical boot logos (openSUSE theme) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains the openSUSE theme. Homepage: http://gfxboot.sourceforge.net/ Package: gfxboot-themes-sled Priority: extra Section: misc Installed-Size: 14808 Maintainer: Daniel Baumann Architecture: all Source: gfxboot-themes Version: 4.5.0-67.1-2.4.201403131628 Provides: gfxboot-theme Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-themes-sled_4.5.0-67.1-2.4.201403131628_all.deb Size: 4467666 MD5sum: 1faa75d0c4c6fce5346decb670db7743 SHA1: 21b75e3fa735bb9bf8e949c24c785b4f81f72521 SHA256: c209bfff355ce908e3f6dbc73c37744bdef088ec5426ab25d171a086b7a613a8 Description: tool to test and create graphical boot logos (SLED theme) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains the SLED theme. Homepage: http://gfxboot.sourceforge.net/ Package: gfxboot-themes-sles Priority: extra Section: misc Installed-Size: 14806 Maintainer: Daniel Baumann Architecture: all Source: gfxboot-themes Version: 4.5.0-67.1-2.4.201403131628 Provides: gfxboot-theme Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-themes-sles_4.5.0-67.1-2.4.201403131628_all.deb Size: 4467792 MD5sum: d6dc54851f3aed0b5d50bf386c030a90 SHA1: e31d6a11ef1e1d992b8080bd2b935520d1317f94 SHA256: fcfd5f1c7ef43db23602c36fe21ec93c1ae7245dadd5330728a8badc33d4a889 Description: tool to test and create graphical boot logos (SLES theme) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains the SLES theme. Homepage: http://gfxboot.sourceforge.net/ Package: gfxboot-themes-upstream Priority: extra Section: misc Installed-Size: 14748 Maintainer: Daniel Baumann Architecture: all Source: gfxboot-themes Version: 4.5.0-67.1-2.4.201403131628 Provides: gfxboot-theme Depends: gfxboot (>= 4.5.0) Recommends: gfxboot-dev Filename: 4.0-0/all/gfxboot-themes-upstream_4.5.0-67.1-2.4.201403131628_all.deb Size: 4399268 MD5sum: 4881da6e35f8f1d929e66804e2178b5a SHA1: 98811ea01b1bd96c166b0dd0d588da9d17961b3d SHA256: f13bb4bb55f7cda9b345092ffd3622e4ddd96f88b610bf49759908acbaa69c95 Description: tool to test and create graphical boot logos (upstream theme) gfxboot is a tool to test and create graphical boot logos for gfxboot compliant boot loaders. Currently, this includes grub, lilo, and syslinux (all payloads). . This package contains the upstream theme. Homepage: http://gfxboot.sourceforge.net/ Package: ghc-doc Priority: extra Section: doc Installed-Size: 100214 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 7.4.1-4.2.201403131648 Replaces: ghc6-doc (<< 7), libghc-binary-doc Provides: libghc-array-doc, libghc-base-doc, libghc-bin-package-db-doc, libghc-binary-doc, libghc-bytestring-doc, libghc-cabal-doc, libghc-containers-doc, libghc-deepseq-doc, libghc-directory-doc, libghc-extensible-exceptions-doc, libghc-filepath-doc, libghc-ghc-prim-doc, libghc-haskell2010-doc, libghc-haskell98-doc, libghc-hoopl-doc, libghc-hpc-doc, libghc-integer-gmp-doc, libghc-old-locale-doc, libghc-old-time-doc, libghc-pretty-doc, libghc-process-doc, libghc-rts-doc, libghc-template-haskell-doc, libghc-time-doc, libghc-unix-doc Depends: haddock-interface-19, perl Suggests: haskell-doc Conflicts: ghc (<= 7.0.3-1), ghc6-doc (<< 7), libghc-binary-doc Filename: 4.0-0/all/ghc-doc_7.4.1-4.2.201403131648_all.deb Size: 11641228 MD5sum: 7e2a5717440ef3445d2e3e171441de66 SHA1: d1630b2c6cbbc35bbe80babca00f19c31c51eaa7 SHA256: 2efc9adf2995ab3beb1cd8b1ca4d7208b75d1b9463af42decd6968d3e385bb53 Description: Documentation for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. . This package includes HTML, DVI and PS versions of the SGML-based documentation around GHC. Homepage: http://haskell.org/ghc/ Package: ghc6-doc Priority: optional Section: doc Installed-Size: 55 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 7.4.1-4.2.201403131648 Depends: ghc-doc Filename: 4.0-0/all/ghc6-doc_7.4.1-4.2.201403131648_all.deb Size: 27178 MD5sum: 1de86aad737d35b425fece0890660e54 SHA1: 4a475be9197f26f28c944bf103fb33afe50632a5 SHA256: 50f3ebd67f4b45a1ae3e7d0cbe774c45285da231455052d13a9a3a00ae06b18c Description: transitional dummy package This package ensures a smooth transition from the package name ghc6-doc to the package name ghc-doc, and can safely be removed. Homepage: http://haskell.org/ghc/ Package: ghc6-prof Priority: optional Section: haskell Installed-Size: 53 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 7.4.1-4.2.201403131648 Depends: ghc-prof Filename: 4.0-0/all/ghc6-prof_7.4.1-4.2.201403131648_all.deb Size: 26722 MD5sum: 11aad24bf7c64519c3ee1db6e1da9be2 SHA1: 78216419e5cb4462a337e86ed2626a79fe8312ac SHA256: 11c508a19e315e03fc05fd97620df1b851b2769f4f241de2b8455571007db2dd Description: transitional dummy package This package ensures a smooth transition from the package name ghc6-prof to the package name ghc-prof, and can safely be removed. Homepage: http://haskell.org/ghc/ Package: ghc6 Priority: optional Section: haskell Installed-Size: 54 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 7.4.1-4.2.201403131648 Depends: ghc Filename: 4.0-0/all/ghc6_7.4.1-4.2.201403131648_all.deb Size: 27036 MD5sum: 1a3a3faece5ed726ca4a207d2bfa9555 SHA1: 62fe16e06f2c8232aa0184d23031f482050b1d5a SHA256: 9b91138adca68fad63393aade9ed7fa93e44fdb0ecf9405abb50b92dcdafa0d7 Description: transitional dummy package This package ensures a smooth transition from the package name ghc6 to the package name ghc, and can safely be removed. Homepage: http://haskell.org/ghc/ Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 11818 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.05~dfsg-6.3.31.201403141502 Suggests: ghostscript Filename: 4.0-0/all/ghostscript-doc_9.05~dfsg-6.3.31.201403141502_all.deb Size: 2607062 MD5sum: 4e37dde14a36312c8ecdd8890f18c76d SHA1: 6797ca7721011b48da886dddee869c4fd82e073d SHA256: 21e15645c87f0057dc42a551612b4589e4dd521d2cf893b2e2ec0f7c3dac22c9 Description: interpreter for the PostScript language and for PDF - Documentation GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains documentation for GPL Ghostscript, mainly targeted developers and advanced users. Homepage: http://www.ghostscript.com/ Package: gimp-data-extras Priority: optional Section: graphics Installed-Size: 7790 Maintainer: Ari Pollak Architecture: all Version: 1:2.0.1-3.4.201403132026 Filename: 4.0-0/all/gimp-data-extras_2.0.1-3.4.201403132026_all.deb Size: 4705964 MD5sum: 70629494dccee55c0e84b453bc93723b SHA1: d1383a0beaaf5a9effcda09ead08f4a451c8431b SHA256: efcfb87f610a71c38fc41349eed048cbcaee80d2b1896d979494085463d93893 Description: An extra set of brushes, palettes, and gradients for The GIMP This package contains extra brushes, palettes, and gradients for extra GIMPy artistic enjoyment. Enhances: gimp Package: gimp-data Priority: optional Section: graphics Installed-Size: 42614 Maintainer: Ari Pollak Architecture: all Source: gimp Version: 2.8.2-2.38.201403131956 Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Recommends: gimp Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Filename: 4.0-0/all/gimp-data_2.8.2-2.38.201403131956_all.deb Size: 8159852 MD5sum: 4862e022305f66cb9c41f4717d4bd4a2 SHA1: f8aa14d71b378854d7a4cc786fe5889b73a068f3 SHA256: 13b1c5d3231d7c6cbb820bce224f7d8cf69141ebfd74406536235b5197a66191 Description: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Homepage: http://www.gimp.org/ Package: gimp-help-common Priority: optional Section: doc Installed-Size: 35 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Filename: 4.0-0/all/gimp-help-common_2.6.1-1.4.201403132054_all.deb Size: 10814 MD5sum: 9f11b125fc4d5496873785955c9e25cc SHA1: e97f58a2328b4f55b5b130a8af6f62a2eb406539 SHA256: c192a002d44b2bfda4fe9b2e4ffa247333aadb5098733e13bd82d9374d794718 Description: Data files for the GIMP documentation This package contains necessary files common to all GIMP help packages, such as graphics and screenshots. Homepage: http://www.gimp.org Package: gimp-help-de Priority: optional Section: doc Installed-Size: 39538 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-de_2.6.1-1.4.201403132054_all.deb Size: 33334724 MD5sum: 550f1c22488446f7b77ed6f9765188e8 SHA1: fa41fc8e6a9bf55db7f0cdf9a317926dfcebf525 SHA256: 6dc8bd3410390e43d341ddf0e72010e6479389bccd024ecf2205df0252fb8594 Description: Documentation for the GIMP (German) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in German. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-en Priority: optional Section: doc Installed-Size: 35228 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-en_2.6.1-1.4.201403132054_all.deb Size: 29107414 MD5sum: 953933a84b984ae3c296d7b6657babed SHA1: 9539cfaef7933bf696595f34ccbd7b343ffaf464 SHA256: 4b6bb95da6b261f86fa254b8b7e7bb3bfc49d633ced0d17f4b07728012b22ae8 Description: Documentation for the GIMP (English) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in English. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-es Priority: optional Section: doc Installed-Size: 36369 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-es_2.6.1-1.4.201403132054_all.deb Size: 30254294 MD5sum: 436f48c77f497835a8763195d0a20450 SHA1: be4683240611e1fe38752f927822b3bcee57ca4c SHA256: 5239bfe04f01e60c7e7fe0d2f00dad9805493b18fd0e54d491f98e9a273c4be1 Description: Documentation for the GIMP (Spanish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Spanish. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-fr Priority: optional Section: doc Installed-Size: 35558 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-fr_2.6.1-1.4.201403132054_all.deb Size: 29365676 MD5sum: 3a05c6ab8eb60ea65d6396fb933fcb58 SHA1: 851de1f2066201952ede4d58b17b5898da5a7f1b SHA256: c61e822bf8c694cce069e0a5a2d2b487ba7722124dc6e7d77479e1577d9ce62f Description: Documentation for the GIMP (French) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in French. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-it Priority: optional Section: doc Installed-Size: 40172 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-it_2.6.1-1.4.201403132054_all.deb Size: 34084192 MD5sum: b2159dfe333b9d72357e8555b8ee1c1d SHA1: 254ac1aafc0721d39c09f29bd2a0a79ad4f52d37 SHA256: 62ab1bd0d67f3ff501a1259ace5f800a932033d7e6086256eaf8ed3d3fba5abd Description: Documentation for the GIMP (Italian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Italian. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-ko Priority: optional Section: doc Installed-Size: 34763 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-ko_2.6.1-1.4.201403132054_all.deb Size: 28678462 MD5sum: b28a6bf271aa67d6af09af59b3270116 SHA1: bc6b3d2e8636b0135954869a52a2d25390281c38 SHA256: 239e44c07b207aa66b89370aeda64c8c978c40f71b99d3be646eac5dd4b2c434 Description: Documentation for the GIMP (Korean) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Korean. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-nl Priority: optional Section: doc Installed-Size: 35395 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-nl_2.6.1-1.4.201403132054_all.deb Size: 29235030 MD5sum: 53ce8c6e19e74e5fb5b227ed4b29b4f9 SHA1: 6ab11a4bb0e626377d7a71725b222ad41caa06ef SHA256: 2d0195147890292ca9ed2c5ded7f09409fb13470e1bff592193a2d2a0c1229a6 Description: Documentation for the GIMP (Dutch) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Dutch. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-nn Priority: optional Section: doc Installed-Size: 29479 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-nn_2.6.1-1.4.201403132054_all.deb Size: 23699022 MD5sum: 3e4dabec3e57220d1871a5316fa8831d SHA1: 62da00020aaffed66ddb1ac63d505dec4c2aec55 SHA256: 1c0ed60a4bfb5aea88f650a0a83404911720c46bef5655b8e3dae7b810432eaf Description: Documentation for the GIMP (Norwegian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Norwegian. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-pl Priority: optional Section: doc Installed-Size: 35265 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-pl_2.6.1-1.4.201403132054_all.deb Size: 29126874 MD5sum: 3858492ec27f49d3432e77cb872a0927 SHA1: 4e628aec86c68e982c7a58f85d28c55fa6488a23 SHA256: bf857e27ee547c1c4296a0d26751133e209f9b1f410d16e1365e3e78f99ff294 Description: Documentation for the GIMP (Polish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Polish. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-ru Priority: optional Section: doc Installed-Size: 36189 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-ru_2.6.1-1.4.201403132054_all.deb Size: 29707364 MD5sum: 9b24beb7bd2b4bf2cd87f60f579f8791 SHA1: 091304dc3fdd8c45dd8a1a539a06195e7a94b341 SHA256: 98b9671dd3c35826814ce10d9bf586962ef05f4cc9a1ecd62fcbbfc1dfa02092 Description: Documentation for the GIMP (Russian) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Russian. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-help-sv Priority: optional Section: doc Installed-Size: 35896 Maintainer: Ari Pollak Architecture: all Source: gimp-help Version: 2.6.1-1.4.201403132054 Provides: gimp-help Depends: gimp-help-common (= 2.6.1-1.4.201403132054), gimp-helpbrowser | www-browser Filename: 4.0-0/all/gimp-help-sv_2.6.1-1.4.201403132054_all.deb Size: 29804738 MD5sum: 581be156c28edd6ca8354ff0f6caa6b5 SHA1: 7d65e2cd8f1566232074fbb22f6851be87276a0f SHA256: 74e89a905d7f189b54943148933b5548af6004923e3c8db1a6f33821ebe216e1 Description: Documentation for the GIMP (Swedish) This package contains the documentation files for the GIMP designed for use with the internal GIMP help browser or external web browsers. . This package contains the documentation for the GIMP in Swedish. Enhances: gimp Homepage: http://www.gimp.org Package: gimp-resynthesizer Priority: optional Section: graphics Installed-Size: 30 Maintainer: Bernd Zeimetz Architecture: all Version: 0.16-3.4.201403132201 Depends: gimp-plugin-registry (>= 5.20120523~) Filename: 4.0-0/all/gimp-resynthesizer_0.16-3.4.201403132201_all.deb Size: 6062 MD5sum: e3c1ece4275401cb58661149c2967cda SHA1: 90a0d30ae5bbb7413b092e20e3c1e17a77424106 SHA256: c96e8800deec3041431c8fb19b059a54d9ef09f9da1ca4d4fa7f57b27f26dd89 Description: Transitional package for gimp-plugin-registry This is a transitional package to ease the transition to gimp-plugin-registry, which contains the resynthesizer plugin now. . You can safely remove this package. Package: ginspector Priority: extra Section: devel Installed-Size: 43 Maintainer: NIIBE Yutaka Architecture: all Version: 20050529-3.1.4.201403132247 Depends: libginspx0 (>= 20050529-3.1.4.201403132247) Filename: 4.0-0/all/ginspector_20050529-3.1.4.201403132247_all.deb Size: 4828 MD5sum: 317b506e376170590e01531192adff56 SHA1: 92c10c2cdc23d43f44172df7e9244930b8b79348 SHA256: 0a0ff1da867b69b701e2d6e5a42cd568732828050719d63f11aab6d2c2062fbe Description: GTK+ object/class inspector G-Inspector invokes a GTK+ application and inspects its objects. It shows widgets hierarchy, properties of widgets, etc. It can blink a specific widget instance so that you can identify it. It can handle Glib objects too. Homepage: http://sourceforge.net/projects/g-inspector/ Package: gir1.2-gupnp-dlna-1.0 Priority: optional Section: introspection Installed-Size: 32 Maintainer: Ross Burton Architecture: all Source: gupnp-dlna Version: 0.6.6-1.2.201403170408 Depends: gir1.2-gupnpdlna-1.0 Filename: 4.0-0/all/gir1.2-gupnp-dlna-1.0_0.6.6-1.2.201403170408_all.deb Size: 7516 MD5sum: 5d79659740c53f6d2a8203751a7ebe9e SHA1: cf2f197931251c648c2681c28f944385af39e91b SHA256: efa022f78858b272fe34cc42b5293ea17475f0d61cbdc38a0dfe0701a856e376 Description: transitional dummy package This is a dummy package to help transition to the new package name. The namespace for gupnp-dlna was changed upstream to not clash with the gupnp namespace, and is now gupnpdlna. This package was renamed to match the new upstream namespace and is now called gir1.2-gupnpdlna-1.0 instead of gir1.2-gupnp-dlna-1.0. . It's safe and recommended that you remove this (empty transitional) package if you find it installed on your system. Homepage: http://www.gupnp.org Package: gis-data Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: gmt-coast-low, gmt-gshhs-low Suggests: gmt-gshhs-full, gmt-gshhs-high Filename: 4.0-0/all/gis-data_0.0.2.9.201403191223_all.deb Size: 4736 MD5sum: ab57eb8c065d56a4733c276c4d084c3c SHA1: 871c6f1612efcdcec4d56df34bed13f0b8ad10f5 SHA256: f662716c6cbe5da862bce2856875139559f76093e4e823ffffbcb4caef51b58a Description: Debian GIS data This metapackage will install some packages providing data that can be used by different GIS applications. Homepage: http://wiki.debian.org/DebianGis Package: gis-gps Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: foxtrotgps, gpsbabel, gpsd, gpsd-clients, gpsman, gpstrans, gpx2shp, marble, mtkbabel, navit, navit-gui-gtk, obdgpslogger, openbmap-logger, qlandkartegt Suggests: gpscorrelate, gpscorrelate-gui, gpsdrive, navit-graphics-gtk-drawing-area | navit-graphics-qt-qpainter, qlandkartegt-garmin Filename: 4.0-0/all/gis-gps_0.0.2.9.201403191223_all.deb Size: 4836 MD5sum: d2226ff9da4d14f0b2fcc7277115e046 SHA1: c3930f897b6ab315c4d7b53b1bc639adacb3ecef SHA256: 6ab49bacf2661ce30912198403efe56bb711436e58306c898a6ef661deff6fd6 Description: GPS related programs Set of Debian packages which are dealing with GPS devices and data. Homepage: http://wiki.debian.org/DebianGis Package: gis-osm Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: emerillon, gosmore, gpsprune, gpxviewer, imposm, josm, libgeo-osm-tiles-perl, libjs-openlayers, libosmpbf-java, maptool, merkaartor, mkgmap, mkgmapgui, monav, osm2pgsql, osmjs, osmosis, osmpbf-bin, python-imposm-parser, python-osmgpsmap, qlandkartegt, routino, tilecache, tilelite, tilestache, viking Suggests: cascadenik, gebabbel, gpscorrelate, gpscorrelate-gui, jmapviewer, josm-plugins, libjs-leaflet, libmemphis-0.2-dev, libmemphis-doc, libosm-gary68-perl, libreadosm-dev, openstreetmap-map-icons-classic | openstreetmap-map-icons-scalable | openstreetmap-map-icons-square, osmembrane, osmosis-plugin-borderextract, osrm, qmapcontrol, sjjb-map-icons, tkosm Filename: 4.0-0/all/gis-osm_0.0.2.9.201403191223_all.deb Size: 5034 MD5sum: fce763f4512cdda7df2c02b61ebded5f SHA1: 32ac409841db6d79953175670980308d1665cf6e SHA256: 29e2ed5fd4314cb6a96eff4784543327c982a74a15c1e59e40bf19b29bdbb225 Description: OpenStreetMap related programs Set of Debian packages which are dealing with OpenStreetMap data. Homepage: http://wiki.debian.org/DebianGis Package: gis-remotesensing Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: dans-gdal-scripts, gdal-bin, libepr-api2-dev, libgdal1-dev, libossim-dev, libossim1, ossim-core, python-epr, python-gdal Suggests: adore-doris, best, bestgui, doris, eolisa, getorb, giant, gmtsar, googleearth-package, gsdview, imcorr, mapready, nco, ncview, nest, netcdf-bin, openev, opticks, orfeo, points2grid, polsarpro, pyaps, roipac, snaphu, varres Filename: 4.0-0/all/gis-remotesensing_0.0.2.9.201403191223_all.deb Size: 4972 MD5sum: 375fd1124252bace75dd4406e8f608d9 SHA1: 1f56d76adb289e8d386463e9651b4e21983fe4d5 SHA256: 55527da946f78430a6d592dc9d7a3d0407ab9870acefca747a1833d10f88e9f1 Description: Remote sensing and earth observation Debian packages which are dealing with Remote Sensing (for instance Synthetic Aperture Radar -- SAR) processing (interferometry, polarimetry, data visualization, etc) and earth observation. Homepage: http://wiki.debian.org/DebianGis Package: gis-statistics Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: r-cran-mapdata, r-cran-mapproj, r-cran-maps, r-cran-sp Filename: 4.0-0/all/gis-statistics_0.0.2.9.201403191223_all.deb Size: 4722 MD5sum: 0e3936d2fbb3943d47f996b05966b871 SHA1: a6d3f6378de19476046c92483f568c524c92209b SHA256: bd52825e80f78bb79f15b555cd0122c95e681151324a33ce582aeb7b14587715 Description: Statistics with geographical data Set of Debian packages which are useful for doing statistics with geographical data. Homepage: http://wiki.debian.org/DebianGis Package: gis-tasks Priority: extra Section: misc Installed-Size: 37 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: tasksel Filename: 4.0-0/all/gis-tasks_0.0.2.9.201403191223_all.deb Size: 3776 MD5sum: 8337b99b47b10f8d57ea7c69ff685ee6 SHA1: 8e80821d9daed81fb92ab55219048c691d14160f SHA256: 670c569f05e2d855d07ba4a1d59ab3a5789bca041357bf01363d6a53fa8c9c36 Description: Debian GIS tasks for tasksel This package provides Debian GIS tasks in tasksel. . These tasks are described in detail at http://blends.alioth.debian.org/gis/tasks/ Homepage: http://wiki.debian.org/DebianGis Package: gis-web Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: cgi-mapserver, mapserver-bin, php5-mapscript, python-mapscript, qgis-mapserver, tilecache, tilelite, tilestache, twms Suggests: musmap, pywps, tilemill, tinyows Filename: 4.0-0/all/gis-web_0.0.2.9.201403191223_all.deb Size: 4872 MD5sum: bfb4ed135018a64410437781bc1c014e SHA1: 896961f0d4e68887b805529b7ba5eaad8edd45cd SHA256: 3e764830748b94984dd4e9d540e773998a9064781230ebed7c347a22af2d2903 Description: Present geographic information via web map server Debian packages which are dealing with geographical information to be presented for the web on so called map tile servers. These are pretty useful when trying to setup an OpenStreetMap tile server but not restricted to OpenStreetMap data only. Homepage: http://wiki.debian.org/DebianGis Package: gis-workstation Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian GIS Project Architecture: all Source: debian-gis Version: 0.0.2.9.201403191223 Depends: gis-tasks (= 0.0.2.9.201403191223) Recommends: avce00, e00compr, gdal-bin, geographiclib-tools, geoip-bin, geotiff-bin, gmt, gpsmanshp, grace, grass, h5utils, libgdal1-dev, libgeo-point-perl, libgeographiclib-dev, libjts-java, liblas-bin, libshp-dev, mapnik-utils, ogdi-bin, openscenegraph, osgearth, ossim-core, postgis, postgresql-9.1-postgis, python-gdal, python-osmgpsmap, python-pyproj, qgis, qgis-plugin-grass, rasterlite-bin, spatialite-bin, thuban Suggests: capaware, drawmap, earth3d, googleearth-package, grass-doc, libgdal1-1.9.0-grass, libgeo-proj4-perl, libkml-java, mapnik-viewer, nco, ncview, netcdf-bin, opencpn, openjump, proj, python-epr, python-kml, python-mapnik, python-pyshp, roadmap-gtk2, roadmap-qt, roeadmap, s3dosm, saga, spatialite-gui, totalopenstation, vtp Filename: 4.0-0/all/gis-workstation_0.0.2.9.201403191223_all.deb Size: 5076 MD5sum: 1e1b5a35816043e0bcb90c0ff055f919 SHA1: ca3628b89241564a3ab8ac8acb1858ee979523e4 SHA256: d5cd5583a6bab4c8e2edbcd939e25691370de2b689e28d1029b37e8a4db383a7 Description: Geographic Information Systems (GIS) workstation This task sets up your system to be a GIS workstation to process geographical information and make maps. Homepage: http://wiki.debian.org/DebianGis Package: git-all Priority: optional Section: vcs Installed-Size: 472 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), git-doc, git-el, git-arch, git-cvs, git-svn, git-email, git-gui, gitk, gitweb Recommends: git-daemon-run | git-daemon-sysvinit Filename: 4.0-0/all/git-all_1.7.10.4-1.9.201403132320_all.deb Size: 449298 MD5sum: 01be043db9419f730eb660dc392bb69e SHA1: a45c690d37b8e2a8ba3f52214715ffcbd24fb035 SHA256: 968f6233a0e4d64ed7fdbdbfd21ced67191d0db8b96ee8a9051eee2dd0f8b73c Description: fast, scalable, distributed revision control system (all subpackages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a dummy package which brings in all subpackages. Homepage: http://git-scm.com/ Package: git-arch Priority: optional Section: vcs Installed-Size: 527 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: cogito (<< 0.16rc2-0) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), tla Suggests: git-doc Filename: 4.0-0/all/git-arch_1.7.10.4-1.9.201403132320_all.deb Size: 464368 MD5sum: 772d6cbf7965c2b8b7dc6558d991f3bd SHA1: f34961df9d8610f942f0084c5e241b5dd39bf2ed SHA256: 3fc6209787f9a9ebd6e38f8bb9fb9cd365306cf9e0805458d476ab72e0478b6e Description: fast, scalable, distributed revision control system (arch interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for importing development history from arch repositories. Homepage: http://git-scm.com/ Package: git-buildpackage Priority: optional Section: vcs Installed-Size: 2444 Maintainer: Guido Günther Architecture: all Version: 0.6.0~git20120601.4.201403140000 Depends: python (>= 2.6.6-7~), python (<< 2.8), devscripts (>= 2.10.66~), git (>= 1:1.7.9.1-1~), python-dateutil Recommends: pristine-tar (>= 0.5), cowbuilder Suggests: python-notify, unzip Filename: 4.0-0/all/git-buildpackage_0.6.0~git20120601.4.201403140000_all.deb Size: 315644 MD5sum: dc8c2166ce64cbd2e5859d0a1949f340 SHA1: ae59e7bcf2285a4d6a2e8f0ced3b686ef9314f25 SHA256: 0d5dd4d65de9aebbcac806eb05c4df55f99e55166818de358b356220edb5d366 Description: Suite to help with Debian packages in Git repositories This package contains the following tools: * git-import-{dsc,dscs}: import existing Debian source packages into a git repository * git-import-orig: import a new upstream version into the git repository * git-buildpackage: build a package out of a git repository, check for local modifications and tag appropriately * git-dch: generate Debian changelog entries from Git commit messages * gbp-{pull,clone}: clone and pull from remote repos * gbp-pq: manage debian/patches easily * gbp-create-remote-repo: create remote repositories Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/ Package: git-cola Priority: optional Section: vcs Installed-Size: 2439 Maintainer: Iulian Udrea Architecture: all Version: 1.4.3.5-1.4.201403140006 Depends: python, python-support (>= 0.90.0), python-qt4, git-core, libjs-jquery Recommends: gitk, xxdiff Suggests: python-pyinotify, python-simplejson Filename: 4.0-0/all/git-cola_1.4.3.5-1.4.201403140006_all.deb Size: 739950 MD5sum: d5389806f5473619513273eea6b01dcd SHA1: 512c399d36883e60031cde0a93f46e583c112e95 SHA256: b32ad8e76969459bab9f0f795f7b2817cdeec3c9007b19ea73b1b720b70b3b9a Description: highly caffeinated git GUI Git-cola is a git GUI optimized for working with the git index. . Git-cola can compare arbitrary commits using standard merge tools. With it you can search commit messages, content, authors, paths, data ranges etc. and it makes it easy to interactively edit the index. Homepage: http://cola.tuxfamily.org/ Package: git-core Priority: optional Section: vcs Installed-Size: 21 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Depends: git (>> 1:1.7.0.2) Filename: 4.0-0/all/git-core_1.7.10.4-1.9.201403132320_all.deb Size: 1344 MD5sum: 542a518e6703e203eade7c1e1eb815d9 SHA1: 28412c8391c6c13ebfbab1fb78f6a6e2b428d847 SHA256: a4d923b35802979d0dbae6df4b8938157978ae0f084b7f6e6e7ed8692a0fc6a3 Description: fast, scalable, distributed revision control system (obsolete) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a transitional dummy package. The 'git-core' package has been renamed to 'git', which has been installed automatically. This git-core package is now obsolete, and can safely be removed from the system if no other package depends on it. Homepage: http://git-scm.com/ Package: git-cvs Priority: optional Section: vcs Installed-Size: 783 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: cogito (<< 0.16rc2-0) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), cvsps, libdbd-sqlite3-perl Suggests: git-doc, cvs Filename: 4.0-0/all/git-cvs_1.7.10.4-1.9.201403132320_all.deb Size: 533482 MD5sum: a1460623af40b4ab7dbbbd3b8fddf8d6 SHA1: e2438cd8324108360bf19049de1df03438c72531 SHA256: 0ab21dbc2a859be7f5312c38d62aa5c9a963725af3f61c25323ec5b31fc23f95 Description: fast, scalable, distributed revision control system (cvs interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git cvsimport, cvsexportcommit, and cvsserver tools, which allow Git to read from and write to CVS repositories and offer access over CVS protocol to Git repositories. . The git cvsimport tool can incrementally import from a repository that is being actively developed and only requires remote access over CVS protocol. Unfortunately, in many situations the import leads to incorrect results. For reliable, one-shot imports, cvs2git from the cvs2svn package or parsecvs may be a better fit. Homepage: http://git-scm.com/ Package: git-daemon-run Priority: optional Section: vcs Installed-Size: 491 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), runit (>= 1.8.0-2), adduser Conflicts: git-daemon-sysvinit Filename: 4.0-0/all/git-daemon-run_1.7.10.4-1.9.201403132320_all.deb Size: 451038 MD5sum: e4da180213a318ec0f9c8fc3789a05de SHA1: d339eacce9a5154ca10e085bc6b3c7df6cc28e15 SHA256: 517ed449634c0a2700c94dd5ae69b313c18ca4fca346efd9387051cc01eacf5f Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a runit service for running git-daemon permanently. Homepage: http://git-scm.com/ Package: git-daemon-sysvinit Priority: optional Section: vcs Installed-Size: 498 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), adduser Conflicts: git-daemon-run Filename: 4.0-0/all/git-daemon-sysvinit_1.7.10.4-1.9.201403132320_all.deb Size: 452392 MD5sum: a83383c6f720f9f1c8b7abb50600c077 SHA1: 3af801e857e0e4516d89fc40edda025da717ac86 SHA256: bbb8a5b9fd10f9a96c29b9bf76dc2fcde552e770a824f7f1332c12cfb2be6816 Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a sysvinit service for running git-daemon permanently. Homepage: http://git-scm.com/ Package: git-doc Priority: optional Section: doc Installed-Size: 8405 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Suggests: git, git-arch, git-cvs, git-svn, git-email, gitk, gitweb Filename: 4.0-0/all/git-doc_1.7.10.4-1.9.201403132320_all.deb Size: 2283596 MD5sum: ceabd2c97dfabfaa48aeccabdf3f22be SHA1: a6dc840945eead2f4ae81beb2c778af5becd42ae SHA256: 016025045b5270419dde28f967f8c8444e53ff66fd90022c78fffd56976940b7 Description: fast, scalable, distributed revision control system (documentation) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the documentation. Homepage: http://git-scm.com/ Package: git-dpm Priority: extra Section: vcs Installed-Size: 549 Maintainer: Bernhard R. Link Architecture: all Version: 0.8.4-1.4.201403140011 Depends: git (>= 1:0.7.1) Filename: 4.0-0/all/git-dpm_0.8.4-1.4.201403140011_all.deb Size: 212598 MD5sum: f5e457b56d0c72ddfe5b3dc4e28d0c37 SHA1: 90fdad0288d71852fa1efae4f9beacebe0a30f0d SHA256: 522a5263317a4b35034f067fe93be5e0eec8d23357385ca35062cadca9144e06 Description: git Debian package manager Manage Debian source packages in an git archive, storing possible changes to the upstream source as git commits that are stored in "3.0 (quilt)" format patch series. Homepage: http://git-dpm.alioth.debian.org/ Package: git-el Priority: optional Section: vcs Installed-Size: 609 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: git (<< 1:1.7.4.1-2~) Depends: git (>= 1:1.7.4.1-2~), emacs | emacsen Breaks: git (<< 1:1.7.4.1-2~) Filename: 4.0-0/all/git-el_1.7.10.4-1.9.201403132320_all.deb Size: 472126 MD5sum: d083d1d24a9a84fa18e369eaf2281645 SHA1: 04c82b9afeaac471a492a0f8119c5f05143cd96a SHA256: eb2f5a9284b16ae3fafb9bd4aa12e43469296c17f770e42736c5349a4b5c2776 Description: fast, scalable, distributed revision control system (emacs support) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides two modules for integration with Emacs: . * git.el: . Status manager that displays the state of all the files of the project and provides easy access to the most frequently used git commands. The user interface is intended to be similar to the pcl-cvs mode. It can be started with `M-x git-status'. . * git-blame.el: . Emacs implementation of incremental "git blame". When you turn it on while viewing a file, the editor buffer will be updated by setting the background of individual lines to a color that reflects which commit it comes from. . This package does not contain the VC-mode backend for git. That is part of standard Emacs distributions, starting with version 22.2. . For a more polished Emacs interface for Git, see the magit package. Homepage: http://git-scm.com/ Package: git-email Priority: optional Section: vcs Installed-Size: 533 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: cogito (<< 0.16rc2-0) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.) Recommends: libemail-valid-perl, libnet-smtp-ssl-perl, libauthen-sasl-perl Suggests: git-doc Filename: 4.0-0/all/git-email_1.7.10.4-1.9.201403132320_all.deb Size: 469734 MD5sum: a0e1ebb85d598f11c810c3645e8d9251 SHA1: 9b9c9d72c1021c7db5ba0f4827f77cd1984c532e SHA256: 05c0731666c4ae16b2782b2f6f7e250137241e63dce0866e2bde79ed1b7e5160 Description: fast, scalable, distributed revision control system (email add-on) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git-send-email program for sending series of patch emails. Homepage: http://git-scm.com/ Package: git-extras Priority: extra Section: vcs Installed-Size: 72 Maintainer: Jesús Espino Architecture: all Version: 1.7.0-1.2.2.201403140016 Depends: git (>= 1.7.0) Filename: 4.0-0/all/git-extras_1.7.0-1.2.2.201403140016_all.deb Size: 24242 MD5sum: c4a3dfa5491e699c31d57c3f44251c0b SHA1: abd1e6e61a06633d396b405bc043e290f1d04a2d SHA256: a3bc67b459a2683ab6264d6b2f963758f558a86709a6bfb57fbca7eb05c63aa8 Description: Extra commands for git This package provides extra git commands to easily solve typical tasks such as managing remote branches, managing feature/refactor/bug workflows and generate some repository stats. Homepage: http://github.com/visionmedia/git-extras Package: git-flow Priority: extra Section: vcs Installed-Size: 154 Maintainer: Gergely Nagy Architecture: all Version: 0.4.1-2.2.201403140019 Depends: git | git-core Filename: 4.0-0/all/git-flow_0.4.1-2.2.201403140019_all.deb Size: 28432 MD5sum: 44bd6646a9e42e90d276b2d207343774 SHA1: cac579d38b4fc01123ea0d6d810982861b2d7980 SHA256: b8f28312a629ea05e9647da0a14e7d786d1a0667df5ef6398a457db0660e4b37 Description: Git extension to provide a high-level branching model A set of scripts that provide high-level repository operations for managing feature/release/hotfix branches in a Git repository, particularly suited to be utilised to follow Vincent Driessen's branching model, described at . Homepage: https://github.com/nvie/gitflow/wiki Package: git-ftp Priority: optional Section: vcs Installed-Size: 100 Maintainer: Dmitry Smirnov Architecture: all Version: 0.7.4+git20120528-1.2.201403140021 Depends: bash (>= 4.2), curl, git-core Filename: 4.0-0/all/git-ftp_0.7.4+git20120528-1.2.201403140021_all.deb Size: 22558 MD5sum: d0b0ee1b4531340d978b5d179ad83dc7 SHA1: 220a0432db0217deee60328a332453e1346442d7 SHA256: 8eb1d7afd532074d31369ec4cf01934ba28f6befd0093100c9cc7fe4e0571397 Description: Git powered FTP client written as shell script git-ftp is a shell script for uploading Git tracked files to a FTP server. By default, it uploads only those files which have changed since the last upload. This saves time and bandwidth. It can even work with different branches. See manpage for more options. Enhances: git Homepage: http://github.com/resmo/git-ftp Package: git-gui Priority: optional Section: vcs Installed-Size: 1670 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: git-core (<< 1:1.5.2.2-3) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), tk Recommends: gitk Suggests: git-doc, aspell Filename: 4.0-0/all/git-gui_1.7.10.4-1.9.201403132320_all.deb Size: 730704 MD5sum: 9f31cb2a480f120b1e8ddfee9ac19cab SHA1: 75a05a8707046babff7db9c93b13e06043a63887 SHA256: 307d48af0af3f44a9a90bda503cc2d2c3e4f81e44ac7690b2e9876c05659477b Description: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. Homepage: http://git-scm.com/ Package: git-review Priority: extra Section: python Installed-Size: 112 Maintainer: Ghe Rivero Architecture: all Version: 1.17-1.2.201403140026 Depends: git, python (>= 2.6), python-argparse, python (<< 2.8) Filename: 4.0-0/all/git-review_1.17-1.2.201403140026_all.deb Size: 13096 MD5sum: a0c9e17e52a04027e6276a1db17eafad SHA1: b47d9710abae84ecea137766705ec254c793dffa SHA256: fdd86f19243b5f9b4d05bd277ada9cc87459379a0975a94f47dc47e44404dac7 Description: git command for submitting branches to Gerrit git-review is a tool that helps submitting git branches to gerrit for review. Homepage: https://github.com/openstack-ci/git-review Package: git-sh Priority: optional Section: vcs Installed-Size: 102 Maintainer: Alex Morega Architecture: all Version: 1.1-1.2.201403140029 Depends: git Filename: 4.0-0/all/git-sh_1.1-1.2.201403140029_all.deb Size: 22128 MD5sum: dc3d1675b9779ca5568c97cd00da93ea SHA1: b41d529364754cc5ef6036470e36416fe2947718 SHA256: 3206e27952a6f0fe16fae41db170f59680bc45a26faf680dae74c57a1048f581 Description: a git shell git-sh starts an interactive bash(1) session modified for git-heavy workflows. Typical usage is to change into the directory of a git work tree or bare repository and run the git-sh command to start an interactive shell session. Homepage: http://rtomayko.github.com/git-sh/ Package: git-stuff Priority: optional Section: misc Installed-Size: 151 Maintainer: Daniel Baumann Architecture: all Version: 11-1.2.201403140033 Depends: debconf (>= 0.5) | debconf-2.0, git Recommends: cron, git-buildpackage, mr, pristine-tar Filename: 4.0-0/all/git-stuff_11-1.2.201403140033_all.deb Size: 40970 MD5sum: e609a526a826625b91a2602593d8dc31 SHA1: ce4b200cb9d0759bb898362e28ed754692ef93e1 SHA256: b673b72ae0e25c4fcbbec89ff63eba6c66f829bf32785d6407fe676acb6ab1f7 Description: additional Git utilities This is a growing collection of tools for the Git Version Control System. . Currently the following tools have been documented: . * git-amend-all: adds all untracked files and amend all changes to the last commit. * git-checkout-branches: checks out all remote branches. * git-cherry-pick-recursive: does a cherry-pick for a commit and each all its children. * git-commit-lazy: creates a new commit with all untracked files and changes. * git-debian-add: creates a new commit and tag with all untracked files and changes as new debian version. * git-debian-changelog: creates a new section in debian/changelog with all entries since the last release. * git-whoami: tells about author and committer information. Package: git-svn Priority: optional Section: vcs Installed-Size: 690 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: cogito (<< 0.16rc2-0) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), libsvn-perl | libsvn-core-perl, libyaml-perl, libwww-perl, libterm-readkey-perl Suggests: git-doc, subversion Filename: 4.0-0/all/git-svn_1.7.10.4-1.9.201403132320_all.deb Size: 520256 MD5sum: 7ce4da963fd5bbb51f1d04888851c909 SHA1: 2417d4dac77325425c7ab04d51fd383968ebebc3 SHA256: 0a7dbb563760eab5fc28a743dd50fae2e22d6049c7df19e34159c1b7a9d8c5e3 Description: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Homepage: http://git-scm.com/ Package: git2cl Priority: optional Section: vcs Installed-Size: 52 Maintainer: Dmitry Smirnov Architecture: all Version: 2.0+git200808271242-1.2.201403140038 Depends: perl Filename: 4.0-0/all/git2cl_2.0+git200808271242-1.2.201403140038_all.deb Size: 8140 MD5sum: 43cd95e15033e4d6ff552c373b40fee6 SHA1: fc57e1d8f19f43ebdee425516b19e776e93646db SHA256: f826989ae369dd1aac97ae2b019064d433da08fb9c5253eba2b87c7d23dcf0aa Description: Simple tool to convert git logs to GNU ChangeLog format git2cl is used to automatically generate GNU ChangeLogs from git logs. . GNU ChangeLog format specification is available from: http://www.gnu.org/prep/standards/html_node/Change-Logs.html Enhances: git Homepage: http://josefsson.org/git2cl/ Package: github-cli Priority: optional Section: utils Installed-Size: 116 Maintainer: David Paleino Architecture: all Version: 1.0.0-1+nmu1.8.201403140051 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources, python-simplejson, python-setuptools, git Filename: 4.0-0/all/github-cli_1.0.0-1+nmu1.8.201403140051_all.deb Size: 13516 MD5sum: 76ef1e5214a83017a3ce5f1e025492fe SHA1: 9f27615741addc2811b246812cb797faba30d163 SHA256: ec8926c01551cfeeae7e6a9ae59d4068c6755c9bb62c7d6e0f64bcfd8ad6a531 Description: command-line interface to the GitHub Issues API github-cli provides an executable called ghi, that can be used to access all of GitHub's documented Issues API (v2) functionality from the command line. Homepage: http://packages.python.org/github-cli Package: gitk Priority: optional Section: vcs Installed-Size: 1048 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Replaces: cogito (<< 0.16rc2-0) Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), tk (>= 8.4) Suggests: git-doc Filename: 4.0-0/all/gitk_1.7.10.4-1.9.201403132320_all.deb Size: 578454 MD5sum: 34d86974b3e891cee8096324fa67f6d1 SHA1: 93204c08377a3aa1912bbe1642726f8a93e1b0d4 SHA256: 8df4990567bc00e4eb9c8d4542dd6435d786bf23487aaa9219f56be99f0b2802 Description: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Homepage: http://git-scm.com/ Package: gitmagic Priority: optional Section: doc Installed-Size: 741 Maintainer: Francois Marier Architecture: all Version: 20120520-2.4.201403140103 Filename: 4.0-0/all/gitmagic_20120520-2.4.201403140103_all.deb Size: 317554 MD5sum: bfc659b80b5e1b3f26c8c6ccca4da8b1 SHA1: da547d51cf407ef79b87c0d4f2709168438233fb SHA256: 1efca0b77fe71cd47342a116275023408e1562821d2c1f7ac976bfdab03b0d03 Description: guide about Git version control system Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. . This is easier to understand guide for Git than the official Git user manual. Homepage: http://www-cs-students.stanford.edu/~blynn/gitmagic/ Package: gitolite Priority: optional Section: vcs Installed-Size: 539 Maintainer: Gerfried Fuchs Architecture: all Version: 2.3-1.5.201403140113 Depends: git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), perl (>= 5.6.0-16), openssh-server, debconf (>= 0.5) | debconf-2.0, adduser Suggests: git-daemon-run, gitweb Filename: 4.0-0/all/gitolite_2.3-1.5.201403140113_all.deb Size: 252900 MD5sum: b5d571a4fc14961b75a0e5efac68c402 SHA1: 69f02af56f63271aa7a36d8042924bf0b0d5f9bb SHA256: e4cdb5bdebe4cf6cedb9876a589ec7b04d128ae288c449c33b141d7461887352 Description: SSH-based gatekeeper for git repositories Gitolite is an SSH-based gatekeeper providing access control for a server that hosts many git repositories. Without gitolite, each developer needing to push to one of the repositories hosted would need a user account on that server; gitolite lets you do that just using SSH public keys tied to a single, common, user that hosts all the repositories. . Gitolite can restrict who can read (clone/fetch) from or write (push) to a repository, and who can push to what branch or tag - an important issue in corporate environments. Other features include: * access control by branch-name or by modified file/directory; * per-developer "personal namespace" prefixes; * simple but powerful configuration file syntax (with validation); * config files (and authority for maintaining them) can be split; * easy integration with gitweb; * comprehensive logging; * easy migration from gitosis. Homepage: http://github.com/sitaramc/gitolite Package: gitpkg Priority: optional Section: vcs Installed-Size: 116 Maintainer: Ron Lee Architecture: all Version: 0.23.4.201403140114 Depends: git (>= 1:1.7.0), dpkg-dev Suggests: devscripts Filename: 4.0-0/all/gitpkg_0.23.4.201403140114_all.deb Size: 34032 MD5sum: c67be046e5ea130ac48046a47ce89f46 SHA1: 6730945db0227db857b9e7141e8ec36f04bd195c SHA256: 05bd68329fbcbfac0b1fd9b1393ae771ddbf59771b08b95d68444cbb132d70b2 Description: tools for maintaining Debian packages with git This package provides tools and automation to assist with maintaining Debian packages in git. . gitpkg - creates a source package from specified repository versions. git-debimport - creates a git repository from a set of existing packages. . No particular repository layout is required for gitpkg to export source from it, existing repositories should require no modification. If there is a valid Debian source tree in there then gitpkg can export a package from any revision of it for you. In the Grand Old Manner these tools are intended to simplify specific parts of your existing packaging process and integrate smoothly with it, not to replace that with its own singular constraints on how you may work. Since not every packaging style suits every package, gitpkg aims to be able to work equally well with all of them by sticking to just its part of the job and staying out of your way entirely until that job needs to be done. Hook points are provided for performing additional package and user specific operations as you may desire or require at export time. Package: gitstats Priority: optional Section: vcs Installed-Size: 101 Maintainer: Vincent Fourmond Architecture: all Version: 2012.05.28-1.4.201403140116 Depends: python (>= 2.4.4), git (>= 1:1.7) | git-core (>= 1:1.5.2.4), gnuplot-nox Filename: 4.0-0/all/gitstats_2012.05.28-1.4.201403140116_all.deb Size: 21922 MD5sum: 814895d9789309254bae0b79692301ee SHA1: 2d6fcb4327a9278fbe04976e502d9757ecaa5538 SHA256: 26ad9fba7c5beac2dd69dbf34afe3d217602272c9a368c7dde9f7090ab04ed41 Description: statistics generator for git repositories GitStats is a statistics generator for git repositories. It examines the repository and produces some interesting statistics from the history. Currently it outputs only HTML. . It is the equivalent of statcvs and statsvn for git repositories. Homepage: http://gitstats.sourceforge.net/ Package: gitweb Priority: optional Section: vcs Installed-Size: 503 Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.10.4-1.9.201403132320 Depends: git (>> 1:1.7.10.4), git (<< 1:1.7.10.4-.), perl, apache2 | httpd | lynx-cur Suggests: httpd-cgi | libcgi-fast-perl, git-doc Filename: 4.0-0/all/gitweb_1.7.10.4-1.9.201403132320_all.deb Size: 453748 MD5sum: d5e8c1e61ca0c48c08b6d1e44f49af9a SHA1: eb8050ce79556e3f1820809b739a05d5e3850609 SHA256: 98593d865745c223d09cf504b8b2cf93cb1b5836a0b0a1448357ac01a706ad74 Description: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package configures a web interface for browsing git repositories. . If apache2 is installed, the web interface is automatically made available at http://localhost/gitweb. Other servers that support CGI or mod_perl are supported through manual configuration. . If libcgi-fast-perl is installed, gitweb can also be run over FastCGI (and served by nginx, for example). Homepage: http://git-scm.com/ Package: giws-doc Priority: optional Section: doc Installed-Size: 217 Maintainer: Sylvestre Ledru Architecture: all Source: giws Version: 2.0.0-1.8.201403140121 Filename: 4.0-0/all/giws-doc_2.0.0-1.8.201403140121_all.deb Size: 29014 MD5sum: f60abdf7570198be041993c7efc3d259 SHA1: 2fd64fd122b42300e8ea559e92b9acfb786329e7 SHA256: 01a7914d46de525996d244e5bb6367a242ae93c695ac54a9ee1e637679a48e41 Description: Documentation and examples for the GIWS package Giws is basically doing the same stuff as SWIG but the opposite. Calling Java from C/C++ can be tricky: JNI calls are complicated especially when dealing with non primivite types or arrays, performance issues must be kept in mind all the time, the code can be redundant (checking exceptions, checking returns of operations...). Giws hides this complexity through a C++ class which wraps the Java class. . This package contains the examples and the documentation. Homepage: http://www.scilab.org/giws/ Package: giws Priority: optional Section: devel Installed-Size: 241 Maintainer: Sylvestre Ledru Architecture: all Version: 2.0.0-1.8.201403140121 Depends: python, python-support (>= 0.90.0), python-libxml2 Suggests: giws-doc Filename: 4.0-0/all/giws_2.0.0-1.8.201403140121_all.deb Size: 43564 MD5sum: ee6c89d4b4f3157a147fc2ba3f0be666 SHA1: ecadae93fffaf7d9a522b1671f854b51130ac7c4 SHA256: 6f31b6ee93b3a335e2d482e54c2721e05737bdf3da755074ebed08a457906512 Description: Generate C++ class wrappers to call Java methods/objects Giws is basically doing the same stuff as SWIG but the opposite. Calling Java from C/C++ can be tricky: JNI calls are complicated especially when dealing with non primivite types or arrays, performance issues must be kept in mind all the time, the code can be redundant (checking exceptions, checking returns of operations...). Giws hides this complexity through a C++ class which wraps the Java class. Homepage: http://www.scilab.org/giws/ Package: gjots2 Priority: optional Section: gnome Installed-Size: 1002 Maintainer: Rolf Leggewie Architecture: all Version: 2.3.15-1.4.201403140151 Depends: python, python-support (>= 0.90.0), python-glade2, python-gnome2 Recommends: gv, mpage Filename: 4.0-0/all/gjots2_2.3.15-1.4.201403140151_all.deb Size: 247314 MD5sum: 2d69116eddd5b3316b0c4fe4a98bc865 SHA1: 6b92943b52967a123494ef43491c30b09b3f4b5d SHA256: 76aa1504107e2da8b53c5b56239cccfd58f8b3723962e24d44343e8e788b965b Description: Simple jotter (outline processor) for X11/gtk-gnome gjots2 is a fairly simple jotter (outline processor) and notetaking application for your desktop. . You can use gjots2 to organize your jottings into a tree structure, adding thoughts and miscellany as you go. You can get it to spit out HTML, XML, postscript, pdf, man, etc if you want (see the online manual for an example of the HTML conversion). . Some people use it for notes, personal bits and pieces, recipes, docbook XML documents and even PINs and passwords (encrypted with ccrypt(1), openssl(1) or gpg(1)). . It's a bit like the KDE program kjots but it uses the GTK-2 library. Homepage: http://bhepple.freeshell.org/gjots/ Python-Version: 2.6, 2.7 Package: glabels-data Priority: optional Section: gnome Installed-Size: 4239 Maintainer: Jakob Haufe Architecture: all Source: glabels Version: 3.0.0-3.7.201403140417 Depends: gnome-desktop-data, dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/glabels-data_3.0.0-3.7.201403140417_all.deb Size: 2025856 MD5sum: ad7df1ea60089e68ebc8e0015cf66062 SHA1: a5deb43978d9579028d065a5c5debf2d4487f34b SHA256: f449fb3ef303586305e7e4e08d484adf609bad63173977d4f1f49f7af9d89225 Description: data files for gLabels gLabels is a lightweight program for creating labels, barcodes, business cards and media covers for the GNOME desktop environment. . This package contains gLabel's default set of label, business card and media cover templates. Homepage: http://glabels.sourceforge.net/ Package: glance-api Priority: extra Section: python Installed-Size: 138 Maintainer: PKG OpenStack Architecture: all Source: glance Version: 2012.1.1-5.6.201403140831 Depends: python, glance-common (= 2012.1.1-5.6.201403140831) Filename: 4.0-0/all/glance-api_2012.1.1-5.6.201403140831_all.deb Size: 25800 MD5sum: 9e54c630fbc9b0d27510318986db5b59 SHA1: bd89eb6a06cc0c7e25ffe0f6c40056dbe4a40e8c SHA256: bbe90fa1a70754af405fabe0f0371cdcf334901ab5bf6ab1c3526d8916cdccfa Description: OpenStack Image Service - API server The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Glance API server. Homepage: http://launchpad.net/glance Package: glance-common Priority: extra Section: python Installed-Size: 142 Maintainer: PKG OpenStack Architecture: all Source: glance Version: 2012.1.1-5.6.201403140831 Replaces: glance (<< 2012.1~e2-3) Depends: python, debconf (>= 0.5) | debconf-2.0, python-glance (= 2012.1.1-5.6.201403140831), adduser, debconf Filename: 4.0-0/all/glance-common_2012.1.1-5.6.201403140831_all.deb Size: 27708 MD5sum: 7918cb5200cf6ea844e1df3b46c8fa9e SHA1: 5814d21adfacfe918877270695bbe09804b18fa6 SHA256: 88e438615bda65ed36e650c61a55d804fa4fe2d0833cea355556cd4f64f1a559 Description: OpenStack Image Service - common files The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains common files for Glance. Homepage: http://launchpad.net/glance Package: glance-registry Priority: extra Section: python Installed-Size: 77 Maintainer: PKG OpenStack Architecture: all Source: glance Version: 2012.1.1-5.6.201403140831 Depends: python, debconf (>= 0.5) | debconf-2.0, glance-common (= 2012.1.1-5.6.201403140831), dbconfig-common, debconf Filename: 4.0-0/all/glance-registry_2012.1.1-5.6.201403140831_all.deb Size: 14982 MD5sum: 947035d63d002f1cb2187d4a3d082372 SHA1: 98d1f1e8dca7067670a86eb54b56a6707d36816e SHA256: bbafbd84babc0f21f97dcf024eb90b8253d953919d8b4ed22ff7dfdb8153e7d7 Description: OpenStack Image Service - registry server The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Glance registry server. Homepage: http://launchpad.net/glance Package: glance Priority: extra Section: python Installed-Size: 29 Maintainer: PKG OpenStack Architecture: all Version: 2012.1.1-5.6.201403140831 Depends: glance-api (= 2012.1.1-5.6.201403140831), glance-registry (= 2012.1.1-5.6.201403140831) Filename: 4.0-0/all/glance_2012.1.1-5.6.201403140831_all.deb Size: 5404 MD5sum: 2d7469abad3bf4f5a5fb106471057d47 SHA1: ab61fe77ceed00a8f4b04c070c8617e26ca72e34 SHA256: a65841e4e69d0627ba09df2c132e5760600e2b93146338d90e8e40628c693270 Description: OpenStack Image Service - metapackage The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This is a dependency package to install all of the Glance suite. Homepage: http://launchpad.net/glance Package: glark Priority: optional Section: utils Installed-Size: 142 Maintainer: Michael Ablassmeier Architecture: all Version: 1.8.0-1.8.201411012244 Depends: ruby1.8 Filename: 4.0-0/all/glark_1.8.0-1.8.201411012244_all.deb Size: 39780 MD5sum: 5f4cce491aede408e91bb333b6bd2e86 SHA1: d3f656b2de043355019a1b3fd93a23d4e0bdcec2 SHA256: 6e5852f839c58171f266812383a851ea4a08f3ac6e4f973b0eec52735ba56cf0 Description: pattern matching tool similar to grep glark is a program like 'grep' to search for text in files. It can be used from the command line or in scripts. . In addition to many features of GNU grep, glark offers Perl compatible regular expressions, highlighting of matches, complex expressions, and automatic exclusion of non-text files. Package: glassfish-activation Priority: optional Section: java Installed-Size: 150 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-activation_2.1.1-b31g-3.13.201403140842_all.deb Size: 78032 MD5sum: 4ea216fcd9ab50e761195d2a7cc68e1b SHA1: 4ad1cc5bc76d51b8f91085c440a25dd18108f277 SHA256: c0329f997cd1ea7f8e0df56dc993b4efed4da97fb303726be51a0ae7820975a9 Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the activation part of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: glassfish-appserv Priority: optional Section: java Installed-Size: 763 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-appserv_2.1.1-b31g-3.13.201403140842_all.deb Size: 621656 MD5sum: c27c6a1366fd4755b040fa58a3594c1c SHA1: d75ca251ab57a05d4400aa76b7dafefa4531ab76 SHA256: ef2bb783b65ad07a6a215cf4534c556d40d5946a8709fca6f23c567edb5ceb86 Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the Application Server components of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: glassfish-javaee Priority: optional Section: java Installed-Size: 1768 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-javaee_2.1.1-b31g-3.13.201403140842_all.deb Size: 1415226 MD5sum: 70145ccf1b55f70898ccf90e02d0199b SHA1: 8cf28e5df4ed65a6675cd96542a6618a2c86f27d SHA256: 461144147a3809b6f284b1afd81a2023f90ad8a0bbe2fa8afe2828db86546faa Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the Java EE 5 Reference Implementation components of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: glassfish-jmac-api Priority: optional Section: java Installed-Size: 112 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-jmac-api_2.1.1-b31g-3.13.201403140842_all.deb Size: 28562 MD5sum: 4cfe90de9edc9c16ba6230204ae24146 SHA1: bdfea8c12c47d8e2d148fa08018dc3710ab75053 SHA256: 2fc562335cb1a770dd2da27d201bf74d7da7d57f47a13e3c2086aea24bdb7adf Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the Jmac API components of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: glassfish-mail Priority: optional Section: java Installed-Size: 484 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-mail_2.1.1-b31g-3.13.201403140842_all.deb Size: 396324 MD5sum: fe7dd0ca6ae8adc6d5fe583ed086c2aa SHA1: 48d9a5bbae68686f56e99fbb1c725e412a9bb228 SHA256: 8e0ba252895cbf74927ebe576fd254d5770a900d190b260a3dc8b5c333117c6f Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the Java Mail components of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: glassfish-toplink-essentials Priority: optional Section: java Installed-Size: 2625 Maintainer: Debian Java Maintainers Architecture: all Source: glassfish Version: 1:2.1.1-b31g-3.13.201403140842 Filename: 4.0-0/all/glassfish-toplink-essentials_2.1.1-b31g-3.13.201403140842_all.deb Size: 2418678 MD5sum: b1ee2cd4b6e5133d11a1aa38b078ba98 SHA1: 8539d622fd3ecf7055653e2c00a93f80c0f09b53 SHA256: 47527e4b27c76536592055cbece01f7a8a78e5f7c0fb48cf4bd32cb5ea8c6413 Description: Open source Java EE 5 Application Server The GlassFish community is building free, open source, production-quality, enterprise software. The main deliverables are an Application Server, the Java EE 5 Reference Implementation, and the Java Persistence API Reference Implementation, TopLink Essentials. . This package ships only the Toplink Essentials components of GlassFish. Homepage: https://glassfish.dev.java.net/ Package: gle-doc Priority: optional Section: doc Installed-Size: 647 Maintainer: Jamie Wilkinson Architecture: all Source: gle Version: 3.1.0-7.11.201403141043 Replaces: libgle-doc (<= 3.0.7-2) Provides: libgle-doc Conflicts: libgle-doc (<= 3.0.7-2) Filename: 4.0-0/all/gle-doc_3.1.0-7.11.201403141043_all.deb Size: 534540 MD5sum: fa5f3b5dfd5eaaecc057a8a110f26180 SHA1: 1f3669a4c5695b6d0fbd4c4672fb61a22551da25 SHA256: a01cfcf42d313c2272f0e0633cb670627d2534bebb94db24acd54569dcfe6bc1 Description: OpenGL tubing and extrusion library documentation The GLE Tubing and Extrusion library is an extension to OpenGL for drawing tubing and extrusions, including surfaces of revolution, sweeps, tubes, polycones, polycylinders, and helicoids. Generally the extruded surface is specified with a 2D polyline that is extruded along a 3D path. A local coordinate system allows for additional flexibility in the primitives drawn. Extrusions may be texture mapped in a variety of ways. . This package contains documentation and example code. Package: glibc-doc Priority: optional Section: doc Installed-Size: 1903 Maintainer: GNU Libc Maintainers Architecture: all Source: eglibc Version: 2.13-38.17.201410221243 Suggests: glibc-doc-reference Filename: 4.0-0/all/glibc-doc_2.13-38.17.201410221243_all.deb Size: 1897842 MD5sum: d853d77e5c364a3ffc578b0ca51054a0 SHA1: 2ef8c5bdc776b42a6054b7f54f6e7970966de2bb SHA256: 102a54c048992dae96bf24c3156891a3b795e3eda042a491ed048e5c5faea3ec Description: Embedded GNU C Library: Documentation Contains man pages for libpthread functions and the complete GNU C Library ChangeLog. The GNU C Library Reference manual has been moved into glibc-doc-reference for licensing reasons. Multi-Arch: foreign Homepage: http://www.eglibc.org Package: glipper Priority: optional Section: utils Installed-Size: 540 Maintainer: Jose Ernesto Davila Pantoja Architecture: all Version: 2.3-3.1.7.201403140538 Depends: python (>= 2.6.6-7~), python (<< 2.8), gconf2 (>= 2.28.1-2), python-gobject, python-gconf, python-gtk2, python-keybinder, python-xdg Recommends: python-prctl, yelp, python-crypto Filename: 4.0-0/all/glipper_2.3-3.1.7.201403140538_all.deb Size: 59784 MD5sum: 8bd0377fc3e5b4557623252a068800cc SHA1: bafbe4facc0c45e517ae18baee2c7563d4265c71 SHA256: 8a63996e3ca9da6467ea6ca72ce6faec992108dd87ab70fd54810e792704c0ba Description: Clipboard manager for GNOME Glipper appears in the notification area. It maintains a history of text copied to the clipboard from which you can choose. It supports a configurable number and length of clipboard entries and saves the clipboard history on exit. It also uses plugins to give the user extra functionality, including support for Actions, Snippets and No-Paste. Homepage: http://launchpad.net/glipper Package: globus-gram-audit Priority: optional Section: net Installed-Size: 112 Maintainer: Mattias Ellert Architecture: all Version: 3.1-3.2.201403140742 Depends: libglobus-common0 (>= 14) Filename: 4.0-0/all/globus-gram-audit_3.1-3.2.201403140742_all.deb Size: 11980 MD5sum: 1870283ba29ac31ca1135f132c342619 SHA1: 0b1cffa191c13053276769735a44c464683c5f05 SHA256: df5eaa090eca5dfb9c10ac46b1b493dbf005777334e3095f9a81f293fb9611eb Description: Globus Toolkit - GRAM Jobmanager Auditing The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-audit package contains: GRAM Jobmanager Auditing Homepage: http://www.globus.org/ Package: globus-gram-job-manager-condor Priority: optional Section: net Installed-Size: 102 Maintainer: Mattias Ellert Architecture: all Version: 1.3-1.2.201403140816 Replaces: globus-gram-job-manager-setup-condor (<< 4.5), globus-gram-job-manager-setup-condor-doc (<< 4.5) Provides: globus-gram-job-manager-setup-condor Depends: perl, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 4), globus-gass-cache-program (>= 5), globus-common-progs (>= 14), globus-gatekeeper (>= 9) Conflicts: globus-gram-job-manager-setup-condor (<< 4.5), globus-gram-job-manager-setup-condor-doc (<< 4.5) Filename: 4.0-0/all/globus-gram-job-manager-condor_1.3-1.2.201403140816_all.deb Size: 9242 MD5sum: a10e8961c5b8ca1f56f668e114bbaa9e SHA1: 1c8aff96e6e281d14c407cd56765b701ab811687 SHA256: b27f6ba9ba632f36559e1404f757f70b94f6d58bffd8e75566431b788d57c813 Description: Globus Toolkit - Condor Job Manager Support The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-condor package contains: Condor Job Manager Support Homepage: http://www.globus.org/ Package: globus-gram-job-manager-doc Priority: optional Section: doc Installed-Size: 385 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager Version: 13.33-1.4.201403140757 Depends: globus-gram-job-manager (>= 13.33-1.4.201403140757), libjs-jquery Filename: 4.0-0/all/globus-gram-job-manager-doc_13.33-1.4.201403140757_all.deb Size: 216848 MD5sum: 6b38cec398e840f0c7b6b59487ee61a4 SHA1: bdde552fb17ed2bc7378fe6f9c810b204ad2d37d SHA256: 6ab4ddbd73b6d7481fddaf7da21a8d816de43cc8414f6291f0e9080d4fe392d0 Description: Globus Toolkit - GRAM Jobmanager Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-doc package contains: GRAM Jobmanager Documentation Files Homepage: http://www.globus.org/ Package: globus-gram-job-manager-fork-setup-poll Priority: optional Section: net Installed-Size: 38 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager-fork Version: 1.5-1.2.201403140822 Depends: globus-gram-job-manager-fork (= 1.5-1.2.201403140822), globus-gram-job-manager-scripts (>= 4) Filename: 4.0-0/all/globus-gram-job-manager-fork-setup-poll_1.5-1.2.201403140822_all.deb Size: 2400 MD5sum: fb954bec2b8b63995ced9d950168c656 SHA1: c9814fdfd89a6739763e285f0ceaa17c7f6eb9d1 SHA256: e74dee676e2558e13dea6988c02e2d861f49ec2fc685f1ea288d4e4ca51180a0 Description: Globus Toolkit - Fork Job Manager Support using polling The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-fork-setup-poll package contains: Fork Job Manager Support using polling to monitor job state Homepage: http://www.globus.org/ Package: globus-gram-job-manager-fork Priority: optional Section: net Installed-Size: 88 Maintainer: Mattias Ellert Architecture: all Version: 1.5-1.2.201403140822 Replaces: globus-gram-job-manager-setup-fork (<< 4.3), globus-gram-job-manager-setup-fork-doc (<< 4.3) Provides: globus-gram-job-manager-setup-fork Depends: perl, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 4), globus-gass-cache-program (>= 5), globus-common-progs (>= 14), globus-gatekeeper (>= 9) Recommends: globus-gram-job-manager-fork-setup-poll | globus-gram-job-manager-fork-setup-seg Conflicts: globus-gram-job-manager-setup-fork (<< 4.3), globus-gram-job-manager-setup-fork-doc (<< 4.3) Filename: 4.0-0/all/globus-gram-job-manager-fork_1.5-1.2.201403140822_all.deb Size: 8908 MD5sum: f863572406347c059cf873300ba387d5 SHA1: 9dbdc82977b6132b09c6af5508125e971eca3430 SHA256: d0f0078c2c5009022df439108791bac0e994d52febecbd67537cd87f88cd1b41 Description: Globus Toolkit - Fork Job Manager Support The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-fork package contains: Fork Job Manager Support Homepage: http://www.globus.org/ Package: globus-gram-job-manager-pbs-setup-poll Priority: optional Section: net Installed-Size: 38 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager-pbs Version: 1.5-1.2.201403140830 Depends: globus-gram-job-manager-pbs (= 1.5-1.2.201403140830), globus-gram-job-manager-scripts (>= 4) Filename: 4.0-0/all/globus-gram-job-manager-pbs-setup-poll_1.5-1.2.201403140830_all.deb Size: 2406 MD5sum: def007e7b08df07518005ec870c1281f SHA1: dfa0b30b13076b97ee9dbc72ed8b526039a6a334 SHA256: 75d22fa7e093f56882757da1f3b684ef46ea3dbe1182fb4a8f73ab7605011981 Description: Globus Toolkit - PBS Job Manager Support using polling The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-pbs-setup-poll package contains: PBS Job Manager Support using polling to monitor job state Homepage: http://www.globus.org/ Package: globus-gram-job-manager-pbs Priority: optional Section: net Installed-Size: 94 Maintainer: Mattias Ellert Architecture: all Version: 1.5-1.2.201403140830 Replaces: globus-gram-job-manager-setup-pbs (<< 4.5), globus-gram-job-manager-setup-pbs-doc (<< 4.5) Provides: globus-gram-job-manager-setup-pbs Depends: perl, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 4), globus-gass-cache-program (>= 5), globus-common-progs (>= 14), globus-gatekeeper (>= 9) Recommends: globus-gram-job-manager-pbs-setup-poll | globus-gram-job-manager-pbs-setup-seg Conflicts: globus-gram-job-manager-setup-pbs (<< 4.5), globus-gram-job-manager-setup-pbs-doc (<< 4.5) Filename: 4.0-0/all/globus-gram-job-manager-pbs_1.5-1.2.201403140830_all.deb Size: 9106 MD5sum: 0fb04ee49086d842b7f3baa37bebc6d9 SHA1: 2facc7665ae47c0ae2724d8742c46dda901f0a94 SHA256: f2375fdf017a8562108d36b255a1e276ed6fe456e3edcf6636e14c0aa876731b Description: Globus Toolkit - PBS Job Manager Support The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-pbs package contains: PBS Job Manager Support Homepage: http://www.globus.org/ Package: globus-gram-job-manager-scripts-doc Priority: optional Section: doc Installed-Size: 70 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager-scripts Version: 4.2-2.4.201403140837 Depends: globus-gram-job-manager-scripts (= 4.2-2.4.201403140837) Filename: 4.0-0/all/globus-gram-job-manager-scripts-doc_4.2-2.4.201403140837_all.deb Size: 7516 MD5sum: a118ff0e77f7f018c611d9d92aa62d79 SHA1: 262139123f38ebc9bd5d840f741160022319aba2 SHA256: c1d0fa2446acc917dd3c37239c6505f705787fbe13e44e08220a9a363c6bfeba Description: Globus Toolkit - GRAM Job ManagerScripts Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-scripts-doc package contains: GRAM Job ManagerScripts Documentation Files Homepage: http://www.globus.org/ Package: globus-gram-job-manager-scripts Priority: optional Section: net Installed-Size: 130 Maintainer: Mattias Ellert Architecture: all Version: 4.2-2.4.201403140837 Depends: perl, globus-common-progs (>= 14) Recommends: globus-gram-job-manager-scripts-doc (= 4.2-2.4.201403140837) Filename: 4.0-0/all/globus-gram-job-manager-scripts_4.2-2.4.201403140837_all.deb Size: 21764 MD5sum: 6ae24943b6c75f6fb291ae2626b9029d SHA1: 21c4caea857ca48f6494c06f3119d5c48800f441 SHA256: 0928a04cbb3a99ac8907de0fbde3d439e59d4516a94bbc2eb49cd208d08bf046 Description: Globus Toolkit - GRAM Job ManagerScripts The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-scripts package contains: GRAM Job ManagerScripts Homepage: http://www.globus.org/ Package: globus-gram-job-manager-sge-setup-poll Priority: optional Section: net Installed-Size: 38 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager-sge Version: 1.5-1.2.201403140840 Depends: globus-gram-job-manager-sge (= 1.5-1.2.201403140840), globus-gram-job-manager-scripts (>= 4) Filename: 4.0-0/all/globus-gram-job-manager-sge-setup-poll_1.5-1.2.201403140840_all.deb Size: 2536 MD5sum: 7f8363fb52bdd8f56bf9dff3e01c90d9 SHA1: e2b497ad4e86aceb9d3678050a39b4ebe66e839b SHA256: ac9e77c48e5029f45eed2e248efd0dd1e110367d7e8c391ce160910b5b337928 Description: Globus Toolkit - Grid Engine Job Manager Support using polling The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-sge-setup-poll package contains: Grid Engine Job Manager Support using polling to monitor job state Homepage: http://www.globus.org/ Package: globus-gram-job-manager-sge Priority: optional Section: net Installed-Size: 107 Maintainer: Mattias Ellert Architecture: all Version: 1.5-1.2.201403140840 Replaces: globus-gram-job-manager-setup-sge (<< 2.6), globus-gram-job-manager-setup-sge-doc (<< 2.6) Provides: globus-gram-job-manager-setup-sge Depends: perl, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 4), globus-gass-cache-program (>= 5), globus-common-progs (>= 14), globus-gatekeeper (>= 9) Recommends: globus-gram-job-manager-sge-setup-poll | globus-gram-job-manager-sge-setup-seg Conflicts: globus-gram-job-manager-setup-sge (<< 2.6), globus-gram-job-manager-setup-sge-doc (<< 2.6) Filename: 4.0-0/all/globus-gram-job-manager-sge_1.5-1.2.201403140840_all.deb Size: 12736 MD5sum: 46e2f1168b10c6ed667574f0f8f08f2f SHA1: 02307cc4d9d5165eefcddec3c4eff01047d6fcfa SHA256: 6add6c0b3d563092a73af95383912ad34222ce396efdc91a53c4fe914a5818c4 Description: Globus Toolkit - Grid Engine Job Manager Support The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gram-job-manager-sge package contains: Grid Engine Job Manager Support Homepage: http://www.globus.org/ Package: globus-simple-ca Priority: optional Section: net Installed-Size: 124 Maintainer: Mattias Ellert Architecture: all Version: 3.0-2.2.201403141144 Depends: globus-common-progs (>= 14), openssl Filename: 4.0-0/all/globus-simple-ca_3.0-2.2.201403141144_all.deb Size: 25492 MD5sum: 55cb9998e1d6afe54cfe7d2a2e6462ed SHA1: 7b239b241e5ba17cfc298a3278a63c8ba5564842 SHA256: e795be1c7745c415608ece23227c894d1badb42452bcd478f986fda2b485f214 Description: Globus Toolkit - Simple CA Utility The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-simple-ca package contains: Simple CA Utility Homepage: http://www.globus.org/ Package: glpi Priority: optional Section: web Installed-Size: 18579 Maintainer: Pierre Chifflier Architecture: all Version: 0.83.31-1.4.201403141232 Depends: apache2 | apache | apache-ssl | apache-perl | httpd, php5 | php5-cgi | libapache2-mod-php5 | php4 | php4-cgi | libapache2-mod-php4, php5-mysql | php4-mysql, debconf (>= 0.5) | debconf-2.0, dbconfig-common, ttf-freefont, tinymce, libphp-phpmailer Filename: 4.0-0/all/glpi_0.83.31-1.4.201403141232_all.deb Size: 3752982 MD5sum: b5945643cbcbe4c5119608476eb3caf6 SHA1: d101135e0eaac7375bac510710d9156ff5f5dddb SHA256: f394711bb21c368f21af17ecbcf6a46ee2fbd7a7d1d35aa84a75218fcda9507a Description: IT and Asset management software GLPI stands for "Gestionnaire libre de parc informatique", GLPI is the Information Resource-Manager with an additional Administration Interface. . You can use it to build up a database with an inventory for your company (computer, software, printers, ...). It has enhanced functions to make the daily life for the administrators easier, like a job tracking system with mail-notification and methods to build a database with basic information about your network-topology. Package: glpk-doc Priority: optional Section: doc Installed-Size: 1837 Maintainer: Debian Science Team Architecture: all Source: glpk Version: 4.45-1.4.201403141233 Conflicts: glpk (<< 4.15) Filename: 4.0-0/all/glpk-doc_4.45-1.4.201403141233_all.deb Size: 1328590 MD5sum: b5e3bfc4717e61caefefd382d762b0c2 SHA1: 7cd78d55807532f80bc7a23f49a79109f1721c5a SHA256: d24f013df069ef442209c94fb0b3e391ec668e7fed2eae0d142822518091d0ca Description: linear programming kit - documentation files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains the C API reference manual and the GNU MathProg modeling language manual. Homepage: http://www.gnu.org/software/glpk/glpk.html Package: glue-schema Priority: optional Section: net Installed-Size: 295 Maintainer: Mattias Ellert Architecture: all Version: 2.0.8-1.4.201403141304 Filename: 4.0-0/all/glue-schema_2.0.8-1.4.201403141304_all.deb Size: 32368 MD5sum: e45c1750871d40e12857e2ac041c3716 SHA1: 76c7c44780d7048728f40ef789560949d395617e SHA256: a6aaaa49ae4b770dff85badd441da62af462914376bf0006d2d5bc88e4b58c3c Description: LDAP schema files for the GLUE Schema The GLUE specification is an information model for Grid entities such as computing clusters and data storage facilities. As a conceptual model, it is designed to be independent from the concrete data models adopted for its implementation. The specification can be rendered to several concrete data models such as XML Schema, LDAP Schema or SQL. . This package provides LDAP schema files for GLUE Schema version 2.0. Package: glue-sprite Priority: optional Section: graphics Installed-Size: 529 Maintainer: Angel Abad Architecture: all Source: glue Version: 0.2.5-3.2.201403141303 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-imaging, libjs-sphinxdoc (>= 1.0), python-pkg-resources Recommends: optipng Filename: 4.0-0/all/glue-sprite_0.2.5-3.2.201403141303_all.deb Size: 278682 MD5sum: d849daea6dac21e91d74fd57afbff370 SHA1: 1c1761e573fb3128644e6968dc4ed6684a19f889 SHA256: b9cb3b40ef3cbf43f54bf99104641a79295dab88701dba7748a8ce7c053caddf Description: Simple command line tool to generate CSS sprites Glue is a simple command line tool to generate CSS sprites using any kind of source images like PNG, JPEG or GIF. Glue will generate a unique PNG file containing every source image and a CSS file including the necessary CSS classes to use the sprite. Homepage: http://gluecss.com Package: glusterfs-examples Priority: optional Section: admin Installed-Size: 416 Maintainer: Patrick Matthäi Architecture: all Source: glusterfs Version: 3.2.7-3.4.201403141316 Filename: 4.0-0/all/glusterfs-examples_3.2.7-3.4.201403141316_all.deb Size: 384834 MD5sum: f9fd9611335eb3444f2596e7444b1172 SHA1: c3bf33c2843cd271e79bc3fbc91214e0db19b318 SHA256: ecf049008392306bffd84193f3bba391ebe6538b81907182c9ce1590e4b884e4 Description: example files for the glusterfs server and client GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package provides example configuration files for glusterfs. Homepage: http://www.gluster.org/docs/index.php/GlusterFS Package: gmail-notify Priority: optional Section: mail Installed-Size: 143 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.6.1.1-2.4.201403141327 Depends: python (>= 2.6.6-7~), python-gtk2, python-eggtrayicon Recommends: www-browser Filename: 4.0-0/all/gmail-notify_1.6.1.1-2.4.201403141327_all.deb Size: 29948 MD5sum: a6b41d36d1429891108556719653a54b SHA1: 14d584f01d15b8a6a0fe9345c9e5270de58e427d SHA256: 74ca40b739a9a4b9f224c3e50e4a63d5befbb8aa713bf281a3970e1176cbbd57 Description: Notify the arrival of new mail on Gmail Gmail Notifier is a Linux alternative for the notifier program released by Google, it is written in Python and provides an attractive and simple way to check for new mail messages. Homepage: http://gmail-notify.sourceforge.net/ Package: gmerlin-data Priority: extra Section: sound Installed-Size: 369 Maintainer: Debian Multimedia Maintainers Architecture: all Source: gmerlin Version: 1.2.0~dfsg+1-1.4.201403141351 Filename: 4.0-0/all/gmerlin-data_1.2.0~dfsg+1-1.4.201403141351_all.deb Size: 218646 MD5sum: 5066b1cf72998ef700d94f7a0aa2aca8 SHA1: 23f1cafdc3df11f78bcd092abbeb1e340e5f6b8e SHA256: d417ef45beb57477ec71ff1c162c207836b2f7fa64dc70e7b624e8b064010c11 Description: multiformat media player - data files Gmerlin is a multiformat media player with tree-like virtual directory structure, where you can save your files, webstreams or whatever. It handles even large media collections gracefully. Hardware devices appear also in the tree so you can open Audio-CDs, (S)VCDs, DVDs and DVB-broadcasts. . This package contains data files (theme,icons files) for gmerlin. Multi-Arch: foreign Homepage: http://gmerlin.sourceforge.net/ Package: gmobilemedia Priority: optional Section: comm Installed-Size: 766 Maintainer: Michal Čihař Architecture: all Version: 0.4+dfsg-13.4.201403141505 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gtk2, python-gammu, python-glade2, gnome-icon-theme Recommends: wammu Filename: 4.0-0/all/gmobilemedia_0.4+dfsg-13.4.201403141505_all.deb Size: 110262 MD5sum: 136f7390b1e79827995f9d004fee50d6 SHA1: a5e6c11a3d34e22844b8931304c1e58fa0d97ecc SHA256: 04760b8045b3703ded9fc99f519157e4f536d99017522e09b1f65e9673ef9168 Description: GTK+ application used to browse a mobile phone filesystem gMobileMedia is a simple GTK+ application used to browse and handle a mobile phone filesystem. It can handle phones with more than one memory area (thanks to Gammu). It lets you easily upload and download images, ringtones, photos, and applications to/from your mobile phone. All you need is a data cable or any other connection method supported by Gammu. Homepage: http://gmobilebrowser.sourceforge.net/ Package: gmpc-data Priority: optional Section: sound Installed-Size: 8675 Maintainer: Etienne Millon Architecture: all Source: gmpc Version: 11.8.16-6.5.201403200752 Replaces: gmpc (<< 0.20.0-2) Recommends: gmpc Breaks: gmpc (<< 0.20.0-2) Filename: 4.0-0/all/gmpc-data_11.8.16-6.5.201403200752_all.deb Size: 5721894 MD5sum: 1d970248878caa4be37ac9eddd3d8274 SHA1: 3aad42addee84ab5275447e612c17a53c3280452 SHA256: 2c105e6bbc1406d97fe9d2dcdb806b24feb52a63e270f5c61f912131863c161f Description: Gnome Music Player Client - data files A GNOME/GTK2.2 client for Music Player Daemon, it began life as traymp, a simple tray notification client and has grown into much more. Current features include: * Support for loading/saving playlists * File Browser * Browser based on ID3 information * Search * Current playlist viewer with search * ID3 Information * Cover art (via plugins) . This package contains architecture-independent data for gmpc. Homepage: http://gmpc.wikia.com/ Package: gmt-coast-low Priority: extra Section: misc Installed-Size: 6047 Maintainer: Debian GIS Project Architecture: all Version: 1:2.1.1-1.4.201403141557 Provides: gmt-coastline-data Depends: gmt (>= 4.5.6), wget | curl, bzip2 Filename: 4.0-0/all/gmt-coast-low_2.1.1-1.4.201403141557_all.deb Size: 4661450 MD5sum: 610fe3bcdd5a0d7c34dfaf906b3eb30b SHA1: 36ab2f10113a5194e130a4bf7bc4465c63bcb6c9 SHA256: 0862298e1a725c59876e12935bf55fd81736cafcd6650d9ec7c9df127eb1fc40 Description: Low resolution coastlines for the Generic Mapping Tools This package contains the crude, low and intermediate resolution coastlines contained in the GMT distribution which will be enough to get you started. Originally there were two more coastline packages (gmt-coast-high and -full) but they were to big for our servers and pulled from the distribution. . Read /usr/share/doc/gmt-coast-low/README.Debian to learn how to get coastline data on the net. Otherwise you will not be able to create high quality maps with gmt. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-doc-pdf Priority: extra Section: doc Installed-Size: 19106 Maintainer: Debian GIS Project Architecture: all Source: gmt Version: 4.5.7-2.8.201403141552 Suggests: pdf-viewer Filename: 4.0-0/all/gmt-doc-pdf_4.5.7-2.8.201403141552_all.deb Size: 18983130 MD5sum: 2c68467a93fd9cea125af61fa2e7091a SHA1: d888a39d2725e36dcf3ac53323f4eabb0d937eb7 SHA256: 185500f2903527006009e402feb0ebfddd466c0de640b4478d109341abd844a8 Description: PDF docs for GMT, the Generic Mapping Tools GMT is a collection of tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots through contour maps to artificially illuminated surfaces and 3-D perspective views in black and white, gray tone, hachure patterns, and 24-bit color. . GMT supports many common map projections plus linear, log, and power scaling, and comes with support data such as coastlines, rivers, and political boundaries. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-doc-ps Priority: extra Section: doc Installed-Size: 3773 Maintainer: Torsten Landschoff Architecture: all Version: 3.4.4-1.4.201403141602 Filename: 4.0-0/all/gmt-doc-ps_3.4.4-1.4.201403141602_all.deb Size: 3174516 MD5sum: b17eb005c67ce1e801047b36f4e20ec8 SHA1: 2c938a3f8e35b3eab058f94128de6f8b1e25dd11 SHA256: b4be6662652a2be6ee1b87d303e92810815cb003c35f46b460e7b0ce71d20b32 Description: PostScript docs for the Generic Mapping Tools This package has the users guide of GMT in PostScript format. Package: gmt-doc Priority: extra Section: doc Installed-Size: 14270 Maintainer: Debian GIS Project Architecture: all Source: gmt Version: 4.5.7-2.8.201403141552 Suggests: www-browser Conflicts: gmt (<< 4.5.7-1~) Filename: 4.0-0/all/gmt-doc_4.5.7-2.8.201403141552_all.deb Size: 10092558 MD5sum: 18cf42bc66f99020934495332401aae0 SHA1: 1b3f8d809bb7fdd7bc7b4c094cc088164c55b19e SHA256: 0ab452e39cff94f31cc3d3264d884dc9555c384826ac9c59b0504d507a41e807 Description: HTML documentation for GMT, the Generic Mapping Tools GMT is a collection of UNIX tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots through contour maps to artificially illuminated surfaces and 3-D perspective views in black and white, gray tone, hachure patterns, and 24-bit color. . GMT supports many common map projections plus linear, log, and power scaling, and comes with support data such as coastlines, rivers, and political boundaries. . This package contains the HTML documentation for GMT, consisting of - the tutorial - the cookbook and technical reference - the manpages converted to HTML. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-examples Priority: extra Section: doc Installed-Size: 11828 Maintainer: Debian GIS Project Architecture: all Source: gmt Version: 4.5.7-2.8.201403141552 Suggests: gmt Filename: 4.0-0/all/gmt-examples_4.5.7-2.8.201403141552_all.deb Size: 6494438 MD5sum: 25a2c6ec84c3ffffab5cddea1e93cab1 SHA1: f01088dc1783ca552758885bfc23ff10e9edea33 SHA256: 448f86572c5d28956c2412b5dd35034308c2a2abd83c0912a6459e815d3624ae Description: Example scripts illustrating the use of GMT GMT is a collection of tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots through contour maps to artificially illuminated surfaces and 3-D perspective views in black and white, gray tone, hachure patterns, and 24-bit color. . GMT supports many common map projections plus linear, log, and power scaling, and comes with support data such as coastlines, rivers, and political boundaries. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-gshhs-full Priority: extra Section: misc Installed-Size: 61304 Maintainer: Debian GIS Project Architecture: all Source: gmt-gshhs Version: 2.2.0-2.2.201403141605 Provides: gmt-gshhs-data Depends: gmt (>= 4.5.7) Filename: 4.0-0/all/gmt-gshhs-full_2.2.0-2.2.201403141605_all.deb Size: 49777242 MD5sum: 478ecc3139efb1b5e58a3cb20a9cec29 SHA1: 354462b423a439bbd3effcdbca26a6341c1fca78 SHA256: 891c1f2835c06d56767249b19f4d8d4285c882b01d478eccf30b807732b55cc8 Description: Full resolution coastlines for the Generic Mapping Tools This package contains the full resolution coastlines which are required to create best quality maps with GMT. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-gshhs-high Priority: extra Section: misc Installed-Size: 15473 Maintainer: Debian GIS Project Architecture: all Source: gmt-gshhs Version: 2.2.0-2.2.201403141605 Provides: gmt-gshhs-data Depends: gmt (>= 4.5.7) Filename: 4.0-0/all/gmt-gshhs-high_2.2.0-2.2.201403141605_all.deb Size: 12998786 MD5sum: 9a188870d6b64dcf69979f48efdef0dc SHA1: 35f8e650fc894bf3b4860a85f736b00df9e385ba SHA256: aca364d2e25b3ce357c3cbdcb76017e29b0ce3679f596e28e3e19a913c458d52 Description: High resolution coastlines for the Generic Mapping Tools This package contains the high resolution coastlines which are required to create high quality maps with GMT. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-gshhs-low Priority: extra Section: misc Installed-Size: 6249 Maintainer: Debian GIS Project Architecture: all Source: gmt-gshhs Version: 2.2.0-2.2.201403141605 Replaces: gmt-coast-low Provides: gmt-coast-low, gmt-gshhs-data Depends: gmt (>= 4.5.7) Suggests: gmt-gshhs-high, gmt-gshhs-full Conflicts: gmt-coast-low Filename: 4.0-0/all/gmt-gshhs-low_2.2.0-2.2.201403141605_all.deb Size: 5027348 MD5sum: 40d56b68b3a3b8e493eaa243250db78d SHA1: 5c418d9d995f039108669c45e24b2a7a4439ccc1 SHA256: 1c8e15668c91d84d39e8fd9c93c889f3d1804d31c0d257ab1aeb551a51207a90 Description: Low resolution coastlines for the Generic Mapping Tools This package contains the crude, low and intermediate resolution coastlines contained in the GMT distribution which will be enough to get you started. . Use gmt-gshhs-high or gmt-gshhs-full to create better quality maps at an higher resolution, but be aware that the full maps take space on your disk. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-manpages Priority: extra Section: doc Installed-Size: 196 Maintainer: Torsten Landschoff Architecture: all Version: 3.4.4-1.4.201403141608 Filename: 4.0-0/all/gmt-manpages_3.4.4-1.4.201403141608_all.deb Size: 171804 MD5sum: 6b9d4f8a7e8e9055614e4769e2ef40f4 SHA1: 09597be7097f16678b67e91f12d50267229f300c SHA256: 0d714f2c5324e7a0d84d8b76f289de28fd2a7be2c1067da4f867296e77000e84 Description: Manpages for the Generic Mapping Tools This package contains the manpages for GMT which is available in the gmt package. . GMT is a free, public-domain collection of ~60 UNIX tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots through contour maps to artificially illuminated surfaces and 3-D perspective views in black and white, gray tone, hachure patterns, and 24-bit color. . GMT supports 25 common map projections plus linear, log, and power scaling, and comes with support data such as coastlines, rivers, and political boundaries. Package: gmt-tutorial-pdf Priority: extra Section: doc Installed-Size: 529 Maintainer: Debian GIS Project Architecture: all Source: gmt Version: 4.5.7-2.8.201403141552 Suggests: pdf-viewer Filename: 4.0-0/all/gmt-tutorial-pdf_4.5.7-2.8.201403141552_all.deb Size: 503554 MD5sum: caa838cb77218ad7ba0f1bb656df5f21 SHA1: 70420b74f1288a0cc3c22a8e207fa895f90a050e SHA256: 15b4122bbce8523a1b766eaad8f80eba3775ccb6a8544452ed7b18ebc4132be9 Description: Tutorial for GMT, the Generic Mapping Tools (PDF) GMT is a collection of tools that allow users to manipulate (x,y) and (x,y,z) data sets (including filtering, trend fitting, gridding, projecting, etc.) and produce Encapsulated PostScript File (EPS) illustrations ranging from simple x-y plots through contour maps to artificially illuminated surfaces and 3-D perspective views in black and white, gray tone, hachure patterns, and 24-bit color. . GMT supports many common map projections plus linear, log, and power scaling, and comes with support data such as coastlines, rivers, and political boundaries. Homepage: http://gmt.soest.hawaii.edu/ Package: gmt-tutorial-ps Priority: extra Section: misc Installed-Size: 335 Maintainer: Torsten Landschoff Architecture: all Source: gmt-doc-ps Version: 3.4.4-1.4.201403141602 Filename: 4.0-0/all/gmt-tutorial-ps_3.4.4-1.4.201403141602_all.deb Size: 314312 MD5sum: 9c8894f05f6f516e732971389d91f4ac SHA1: 612b2d9fd2f2b62d30b128a4340c6d6d599c352c SHA256: 5c153dc3c6fb60475fef7785e9ca472d3406fd558f0a9b68a296754cea25899e Description: Tutorial for the Generic Mapping Tools (PostScript) This package contains the tutorial for GMT in PostScript format. Package: gmt-tutorial Priority: extra Section: doc Installed-Size: 1346 Maintainer: Torsten Landschoff Architecture: all Version: 3.4-1.1.4.201403141610 Filename: 4.0-0/all/gmt-tutorial_3.4-1.1.4.201403141610_all.deb Size: 1348096 MD5sum: 62d6cc968595774557728123ff9cff8c SHA1: af6a8f28a91d9ead477e29618f7e5899aae981af SHA256: 6f514db4e8f7048d1be576ca16e3c917a922a5715b567ef574257a2bca727b21 Description: Data files needed to reproduce the tutorial examples of GMT This package contains the data files you need to go through the tutorial of GMT, which is contained in the gmt-doc package and also in printable formats in the gmt-tutorial-ps and gmt-tutorial-pdf packages. Package: gmtkbabel Priority: optional Section: utils Installed-Size: 72 Maintainer: David Paleino Architecture: all Version: 0.1-1.2.201403141624 Depends: zenity, mtkbabel Filename: 4.0-0/all/gmtkbabel_0.1-1.2.201403141624_all.deb Size: 7648 MD5sum: 70f6273258c9af75e357671574358eee SHA1: 3ad5d47bd1d88b73a5bc60389f889d6f1c8a7a3d SHA256: 0a8a0cfff6069345b47f2d75a34446e0a4d3d2f45a5ba54b06f3aad3750fba26 Description: graphical interface for mtkbabel gmtkbabel consists of a set of shell scripts which use zenity to provide a graphical user interface to mtkbabel. Mtkbabel is a command-line tool to operate GPS-unit with MTK (Mediatek) chipsets. Homepage: http://dpaleino.github.com/gmtkbabel Package: gmusicbrowser Priority: extra Section: sound Installed-Size: 2962 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 1.1.9-2.4.201403141637 Depends: libgstreamer-perl, libgtk2-perl, libgtk2.0-0 (>= 2.6), perl Recommends: libcairo-perl, libdigest-crc-perl, libgtk2-notify-perl, libgtk2-trayicon-perl, libhtml-parser-perl, libintl-perl, libio-compress-perl, liblocale-gettext-perl (>= 1.04), libnet-dbus-perl Suggests: alsa-utils, libgnome2-wnck-perl, libgstreamer-interfaces-perl, libgtk2-mozembed-perl, mpg321 | flac123 | ogg123, mplayer, vorbis-tools Filename: 4.0-0/all/gmusicbrowser_1.1.9-2.4.201403141637_all.deb Size: 1112522 MD5sum: 00dfbf43d3fe92e600909cd80cc722bd SHA1: 080fb0fd03e694b88b9f047956d16212816e84a3 SHA256: 338d33c59c9cf0961a37c450cb9f83bd76a29e2fbdd2f2aa5d792497bd395d0b Description: graphic jukebox for large collections of mp3/ogg/flac/mpc files gmusicbrower is a powerful graphic browser which supports libraries with a great number of songs (>10,000) . It can use multiple inputs and plays MP3, OGG and flac files; it also supports mass-renaming and mass-retagging of a song library, multiple genres per song, ratings and customizable labels . The window layout is also customizable and it ships natively plugins to use last.fm, retrieve lyrics, find album pictures and WebContext which, through the mozilla/webkit engine will display the wikipedia artist's page and search lyrics with google. Homepage: http://www.gmusicbrowser.org/ Package: gnash-common-opengl Priority: extra Section: oldlibs Installed-Size: 54 Maintainer: Debian Flash Team Architecture: all Source: gnash Version: 0.8.11~git20120629-1.21.201403141700 Depends: gnash-common (>= 0.8.11~git20120629-1.21.201403141700) Filename: 4.0-0/all/gnash-common-opengl_0.8.11~git20120629-1.21.201403141700_all.deb Size: 27554 MD5sum: 3a1523f59fa1b01943ab1b31e26564d8 SHA1: 42ffdc057594c283536adddd54f916a78b2831b7 SHA256: 292115b9014cd028a526287350317023806313bf42443ebfcb7ab6a8dd51a196 Description: dummy package for gnash-common-opengl removal This package is a transitional package for gnash-common-opengl removal. . It can be safely removed when gnash-common is installed. Homepage: http://www.gnu.org/software/gnash/ Package: gnash-doc Priority: optional Section: doc Installed-Size: 39761 Maintainer: Debian Flash Team Architecture: all Source: gnash Version: 0.8.11~git20120629-1.21.201403141700 Filename: 4.0-0/all/gnash-doc_0.8.11~git20120629-1.21.201403141700_all.deb Size: 5759260 MD5sum: bced2dfd8114650b43706d2a56ff95a4 SHA1: 10242009c8d71c8084df51697c7cc2aec3c87ae3 SHA256: c076ecbd66a332ac7e26a78e1e73a510c28328028285b2adac59a7cf5a3d157f Description: GNU Shockwave Flash (SWF) player - API documentation GNU Gnash is a free GPL'd SWF player. It runs as a standalone application on either the desktop or embedded devices, or may be used as a plugin for several popular browsers. It supports playing media from a disk or streaming over a network connection. . GNU Gnash is based on GameSWF and supports most SWF v7 features and some SWF v8 and v9. SWF v10 is not supported by GNU Gnash. . Included in the Gnash is an XML based messaging system, as specified in the SWF specification. This lets a SWF animation communicate over a TCP/IP socket, and parse the incoming XML message. This lets an animation be a remote control for other devices or applications. . This package contains the API documentation for Gnash. Homepage: http://www.gnu.org/software/gnash/ Package: gnash-opengl Priority: extra Section: oldlibs Installed-Size: 54 Maintainer: Debian Flash Team Architecture: all Source: gnash Version: 0.8.11~git20120629-1.21.201403141700 Depends: gnash (>= 0.8.11~git20120629-1.21.201403141700) Filename: 4.0-0/all/gnash-opengl_0.8.11~git20120629-1.21.201403141700_all.deb Size: 27544 MD5sum: 243abbfc26429a20164176af990f5ec4 SHA1: ebee367bf0a4367b69bd6c947553400ceebab6e2 SHA256: af2e01e3120896ab2e53c9e9334113475ba3b0b8ab3a4acfae5bb8fffaecb89b Description: dummy package for gnash-opengl removal This package is a transitional package for gnash-opengl removal. . It can be safely removed when Gnash is installed. Homepage: http://www.gnu.org/software/gnash/ Package: gnat-gps-common Priority: optional Section: devel Installed-Size: 2991 Maintainer: Ludovic Brenta Architecture: all Source: gnat-gps Version: 5.0-13.5.201403171349 Replaces: gnat-gps (<< 5.0) Depends: libjs-prototype (>= 1.7.0), libjs-scriptaculous (>= 1.9.0) Breaks: gnat-gps (<< 5.0) Filename: 4.0-0/all/gnat-gps-common_5.0-13.5.201403171349_all.deb Size: 1642092 MD5sum: be417d601b94566062eef034503f1287 SHA1: 53c0052cdcbef5bd0725e53e28706b72167da369 SHA256: 344b8e9a4ecef6529ceaba0120bcc53ae95ae0d8c38eec43436ec71cf4cd235c Description: integrated development environment for C and Ada (common files) GNAT Programming Studio is a complete integrated development environment that gives access to a wide range of tools and integrates them smoothly. . This package contains images, templates and plug-ins required at run time by GPS. Homepage: http://libre.adacore.com/libre/tools/gps Package: gnat-gps-doc Priority: optional Section: doc Installed-Size: 12242 Maintainer: Ludovic Brenta Architecture: all Source: gnat-gps Version: 5.0-13.5.201403171349 Depends: dpkg (>= 1.15.4) | install-info Recommends: ada-reference-manual-2005, gprbuild-doc Filename: 4.0-0/all/gnat-gps-doc_5.0-13.5.201403171349_all.deb Size: 9828896 MD5sum: f197e999992f578f335838b5f6d56714 SHA1: eff45c4c594d6162ff0af8cadc0b64ca5d7364d3 SHA256: b9e944b14c2bc2403880bd28f7b0a3fae03f9ba22ad4f668df95d585d6992d27 Description: integrated development environment for C and Ada (documentation) GNAT Programming Studio is a complete integrated development environment that gives access to a wide range of tools and integrates them smoothly. . This package contains the documentation in ASCII, Info, HTML and PostScript formats. This documentation consists of: . - the GPS Tutorial: building Hello, World with the GPS - a User's Guide: using the GPS for multi-language projects - a Programmer's Manual: extending the GPS with new modules Homepage: http://libre.adacore.com/libre/tools/gps Package: gnat-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: gnat-mingw-w64-i686, gnat-mingw-w64-x86-64, gcc-mingw-w64-base Filename: 4.0-0/all/gnat-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 936 MD5sum: 41de8ed8bfc0794c26620290d1a97aad SHA1: bdaaa90badc179ca6e1f72890fac83615149ce4d SHA256: 034856e3c7e73fda7ebc9e823f044e3b841df445ec3c303e82a6985c065cd5db Description: GNU Ada compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: gnokii-common Priority: optional Section: comm Installed-Size: 271 Maintainer: Leo Costela Architecture: all Source: gnokii Version: 0.6.30+dfsg-1.12.201403141848 Replaces: gnokii (<= 0.6.22.dfsg-1) Suggests: xgnokii | gnokii-cli Conflicts: gnokii (<= 0.6.22.dfsg-1) Filename: 4.0-0/all/gnokii-common_0.6.30+dfsg-1.12.201403141848_all.deb Size: 188614 MD5sum: 2fcf5919858c12ddc48ebe4221ee976f SHA1: 21b9e92acee507587e355778f5aa4166489336db SHA256: 55bc25468041e2741a3791e0ea29fa8e859dc1d3c8f865d3e8bc3ba350ccbf7a Description: Datasuite for mobile phone management (base files) Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package contains the base files for gnokii Homepage: http://gnokii.org Package: gnokii Priority: optional Section: comm Installed-Size: 21 Maintainer: Leo Costela Architecture: all Version: 0.6.30+dfsg-1.12.201403141848 Depends: gnokii-cli (>= 0.6.30+dfsg-1.12.201403141848), xgnokii (>= 0.6.30+dfsg-1.12.201403141848), gnokii-common (= 0.6.30+dfsg-1.12.201403141848) Filename: 4.0-0/all/gnokii_0.6.30+dfsg-1.12.201403141848_all.deb Size: 890 MD5sum: 9ac16f1d7f206ebf93815136c51caac3 SHA1: c531948bac7216c18715eb8fa8431429413c20cc SHA256: ad56243dfb5ca621136fef2cca4237ad7f2785aada28c6d11f0912c28ebca379 Description: Datasuite for mobile phone management Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org . This package installs the whole suit of programs. Homepage: http://gnokii.org Package: gnome-activity-journal Priority: optional Section: gnome Installed-Size: 1493 Maintainer: Siegfried-Angel Gevatter Pujals Architecture: all Version: 0.8.0-2.8.201403141902 Depends: gconf2 (>= 2.28.1-2), python (>= 2.5), python-support (>= 0.90.0), zeitgeist (>= 0.8~) | zeitgeist-core (>= 0.8~), python-gtk2, python-gnome2, python-gconf, python-cairo, python-xdg, python-dbus Recommends: python-gst0.10, python-pygments, gstreamer0.10-plugins-base Filename: 4.0-0/all/gnome-activity-journal_0.8.0-2.8.201403141902_all.deb Size: 349590 MD5sum: bb4e26a596d1931e3d6213ca50486aa0 SHA1: c3961baa0190d2f5b407a9a0396eaba045e3e6a5 SHA256: 97a114849982d612fa2fea786bd05f832a3f470043d7911f63acea5b51372429 Description: graphical user interface for Zeitgeist Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations held with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . This package contains the GNOME Activity Journal, a graphical user interface which shows a journal of your activities. Homepage: https://launchpad.net/gnome-activity-journal Package: gnome-api-docs Priority: optional Section: doc Installed-Size: 43 Maintainer: Debian GNOME Maintainers Architecture: all Source: meta-gnome3 Version: 1:3.4+7.2.201403151343 Depends: libatk1.0-doc, libclutter-1.0-doc, libclutter-gtk-1.0-doc, libcogl-doc, libgdk-pixbuf2.0-doc, libglib2.0-doc, gnome-devel-docs, gstreamer0.10-doc, libgtk2.0-doc, libgail-doc, libgtk-3-doc, libgail-3-doc, libgtksourceview-3.0-doc, libpango1.0-doc Recommends: devhelp, libcairo2-doc, libcanberra-doc, libtelepathy-glib-doc, libxml2-doc, libnotify-doc, policykit-1-doc Suggests: gnome-core-devel, python-doc Filename: 4.0-0/all/gnome-api-docs_3.4+7.2.201403151343_all.deb Size: 20228 MD5sum: 19cdb631f7013c138420b75271d8ac79 SHA1: 8f945449e736387230dcf4c1b4d32ab1a172528b SHA256: 898eef443932810fce59ed5be169a9f763b0eda97c33a8e3c8b5a1465cf66ec5 Description: API reference documentation for the GNOME libraries This meta-package brings all available API documentation for the libraries of the GNOME platform, as well as their important dependencies. This should be most of the documentation you need to write GNOME applications. . This documentation is best viewed within the devhelp documentation browser. Package: gnome-applets-data Priority: optional Section: gnome Installed-Size: 23078 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-applets Version: 3.4.1-3.23.201403141917 Depends: gconf2 (>= 2.28.1-2) Filename: 4.0-0/all/gnome-applets-data_3.4.1-3.23.201403141917_all.deb Size: 6914414 MD5sum: f89e7ed62c953b885ff0d78d3536e51b SHA1: e7c5e0358b9ee4c1bb40006da2cafafa1b458fd8 SHA256: 94e6afb03622c51a30c394e7fb11e225e0518be9693f788bc4a170cbe560cf6c Description: Various applets for the GNOME panel - data files This package contains data files (pixmaps, icons, documentations) needed by the gnome-applets package. Package: gnome-audio Priority: optional Section: gnome Installed-Size: 2241 Maintainer: Noèl Köthe Architecture: all Version: 2.22.2-1.4.201403141928 Suggests: gnome-core Filename: 4.0-0/all/gnome-audio_2.22.2-1.4.201403141928_all.deb Size: 1841312 MD5sum: b94db87516df4c22a1acad1eb5714a62 SHA1: 2076954b6f79f1f6fe50fd1a344e012c2333a8f8 SHA256: 3f9d1ded566f113ea12a43b6024de9f6ed7c134c6e0424095db77b3fef3156dc Description: Audio files for GNOME GNOME is the "GNU Network Object Model Environment" . It is a project to build a complete, user-friendly desktop based entirely on free software. . This package contains a collection of sounds for use with GNOME. Package: gnome-backgrounds Priority: optional Section: gnome Installed-Size: 8991 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.2-1.9.201403141929 Filename: 4.0-0/all/gnome-backgrounds_3.4.2-1.9.201403141929_all.deb Size: 8877736 MD5sum: e60b861949172ed717f6f6877639ac87 SHA1: f9d1582eb1e05a8e4e03f40adc968c42ef0da97c SHA256: cd4bd4ca86b1e7db0c58d450962577d2172a3501795f0c8befbdd76752fb94b4 Description: Set of backgrounds packaged with the GNOME desktop This is a collection of desktop wallpapers created with GNOME users in mind. Package: gnome-blog Priority: optional Section: gnome Installed-Size: 607 Maintainer: Frederic Peters Architecture: all Version: 0.9.1-5.8.201403141933 Depends: gconf2 (>= 2.28.1-2), python (>= 2.3), python-support (>= 0.90.0), python-gnome2, python-gconf, python-gtkspell Filename: 4.0-0/all/gnome-blog_0.9.1-5.8.201403141933_all.deb Size: 77404 MD5sum: 0d46addfef8b01cdd26cc7823fd92a7f SHA1: fc1eff37ab2475dde52e63678532765c614c747c SHA256: b1cf06645075aaa49bab6101b7432c11ced843806d19b513ac841a019980db30 Description: GNOME application to post to weblog entries gnome-blog is a small GNOME application that can post to weblogs using bloggerAPI, advogato API, MetaWeblog API or LiveJournal API . It notably works with Blogger.com / Blogspot.com, Advogato.org, Movable Type, WordPress, LiveJournal.com and Pybloxsom. Python-Version: 2.6, 2.7 Package: gnome-brave-icon-theme Priority: optional Section: gnome Installed-Size: 1828 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-brave, shiki-brave-theme Conflicts: xubuntu-artwork (<= 0.27) Filename: 4.0-0/all/gnome-brave-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 351086 MD5sum: 813e5391a24fc5ad93ffd16ab94ac3e8 SHA1: ba68d1653d2efdde12953f80c5a9778450978a53 SHA256: 01cc4db7847c33e15aef252c32a55aac87a5b65dc58ae2c04b11e237866c85a6 Description: blue variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Brave (Blue) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-btdownload Priority: optional Section: net Installed-Size: 432 Maintainer: Andrea Veri Architecture: all Version: 0.0.32-4.4.201403141959 Depends: gconf2 (>= 2.28.1-2), python (>= 2.6.6-7~), python (<< 2.8), bittorrent (>= 3.3), python-gtk2 (>= 2.10.0), python-gnome2 (>= 2.10.0), python-glade2 (>= 2.0.0), python-notify (>= 0.1.1), python-cairo (>= 1.2.6), librsvg2-common, python-gobject, python-gconf Filename: 4.0-0/all/gnome-btdownload_0.0.32-4.4.201403141959_all.deb Size: 52116 MD5sum: 8a65a6a9e5d3b8c6f12151e92b8422cd SHA1: b346a1b141fa83c583147b478dd10be0d2895da3 SHA256: b39b75272336bce9a4f8d42686cb6b01e90db7d85b7a03ef2be9bc77d16c6cd5 Description: GNOME interface for 'executing' BitTorrent files A simple GNOME interface designed as a mime-sink for BitTorrent files. . Not a front-end, more-or-less just a session dialog. Check the BitTorrent package for more details. Homepage: http://gnome-bt.sourceforge.net Package: gnome-codec-install Priority: optional Section: gnome Installed-Size: 638 Maintainer: Sebastian Dröge Architecture: all Version: 0.4.7+nmu1.5.201403142016 Replaces: gnome-app-install (<= 0.5.5.1-1) Depends: python (>= 2.5), python-central (>= 0.6.11), gksu, gnome-icon-theme, python-apt (>= 0.7.93.2), python-gst0.10, python-gtk2 (>= 2.10.1), python-aptdaemon-gtk | synaptic (>= 0.57.8) Filename: 4.0-0/all/gnome-codec-install_0.4.7+nmu1.5.201403142016_all.deb Size: 57182 MD5sum: 70591f05f7b516f15d72437250b12b43 SHA1: 346a5d8b3ffce5bcc0e3d9985cebef0a5bf9ae9c SHA256: 072b5d896413c344e37639a931f63177436cceed5bee3bc6468adf38feedb5b1 Description: GStreamer codec installer This package contains a GTK+ based GStreamer codec installer, which is automatically called by applications if a GStreamer plugin with specific capabilities is required but not install currently. If a package containing a suitable plugin is found it can be installed. Python-Version: >= 2.5 Package: gnome-colors-common Priority: optional Section: gnome Installed-Size: 8997 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-icon-theme (>= 2.24.0-4) Filename: 4.0-0/all/gnome-colors-common_5.5.1-1.4.201403142037_all.deb Size: 2621222 MD5sum: 0f47e048a2e90d17933dcbd96add5741 SHA1: 0e89d84cc674d4dcca4e863670891b6fe6139f12 SHA256: 5313bd303633f37b1e1ad33ebf836648b018386d324bad8b4da39b5d175259b2 Description: common icons for all GNOME-Colors icon themes GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the common icons used by all variants of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-colors Priority: optional Section: gnome Installed-Size: 32 Maintainer: GNOME-Colors Packagers Architecture: all Version: 5.5.1-1.4.201403142037 Depends: gnome-brave-icon-theme, gnome-dust-icon-theme, gnome-human-icon-theme, gnome-illustrious-icon-theme, gnome-noble-icon-theme, gnome-wine-icon-theme, gnome-wise-icon-theme Suggests: arc-colors, shiki-colors Filename: 4.0-0/all/gnome-colors_5.5.1-1.4.201403142037_all.deb Size: 7680 MD5sum: 451253c956376d342d1693844d199951 SHA1: c9e301b9245c427fc41c2f1722ae8df70d73beb8 SHA256: 5e777bc66782ffa3be2fb0335211881732e7240d22a88b18b6a93e49c025b5d3 Description: set of GNOME icon themes GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides seven variations of the GNOME-Colors icon theme: . GNOME-Brave (Blue), GNOME-Dust (Chocolate), GNOME-Human (Orange), GNOME-Illustrious (Pink), GNOME-Noble (Purple), GNOME-Wine (Red), and GNOME-Wise (Green) Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-commander-data Priority: optional Section: gnome Installed-Size: 7355 Maintainer: Michael Vogt Architecture: all Source: gnome-commander Version: 1.2.8.15-3.8.201403142051 Replaces: gnome-commander (<= 1.2.8.10-1) Suggests: gnome-commander Breaks: gnome-commander (<= 1.2.8.10-1) Filename: 4.0-0/all/gnome-commander-data_1.2.8.15-3.8.201403142051_all.deb Size: 3549378 MD5sum: e8f74b1a174d216112cbd5b692f83ca8 SHA1: 6e77bb787f497a39bcff098e87600555687daae3 SHA256: 1d5bbe5f02dc151227bcdfbd7bf03f8d304c9538f7afc5e8ac0349ad8156099d Description: Data files for GNOME Commander GNOME Commander is a fast and powerful graphical filemanager for the GNOME desktop environment, it has a "two-pane" interface in the tradition of Norton and Midnight Commander. . This package contains the data files for gnome-commander. Homepage: http://www.nongnu.org/gcmd/ Package: gnome-common Priority: optional Section: gnome Installed-Size: 185 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.0.1-1.17.201403142103 Depends: autoconf, automake (>= 1:1.11), libtool, pkg-config, gettext, intltool, autopoint Filename: 4.0-0/all/gnome-common_3.4.0.1-1.17.201403142103_all.deb Size: 125994 MD5sum: 67006d382219c0237aa02be765bb0632 SHA1: bdfebfcd09f3545a8cf488c8ab92f0d4e7d23d94 SHA256: c24629b603714fb94e6cac009c4fd3c2461f2d9fa19969bec9f155dd5ffaf332 Description: common scripts and macros to develop with GNOME gnome-common is an extension to autoconf, automake and libtool for the GNOME environment and GNOME using applications. Included are gnome-autogen.sh and several macros to help in GNOME source trees. Package: gnome-control-center-dev Priority: optional Section: devel Installed-Size: 1400 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-control-center Version: 1:3.4.3.1-2.2.201403142114 Filename: 4.0-0/all/gnome-control-center-dev_3.4.3.1-2.2.201403142114_all.deb Size: 1405390 MD5sum: 9eef91c9255d3c662f17077745585a10 SHA1: 28d2a5e2941538bfcc5146b328f81583b7d85e58 SHA256: a0fd6438a6fb0f79de4e28864423bc9a147e98081534d47f744ed1b27a361dc6 Description: utilities to configure the GNOME desktop This package contains the file required to get the keydirs location Package: gnome-desktop-data Priority: optional Section: gnome Installed-Size: 2017 Maintainer: Josselin Mouette Architecture: all Source: gnome-desktop Version: 2.32.1-2.18.201403142131 Filename: 4.0-0/all/gnome-desktop-data_2.32.1-2.18.201403142131_all.deb Size: 419530 MD5sum: 7f1403bb6b6ec5494a9e2e3d21bb52f7 SHA1: 9a333b481d2d6113d7f918973e83714883d99d8f SHA256: 3a21fe9e7c06fff46ed7c92636e5c5d897d461adf11c1b020434f986b0bdd561 Description: Common files for GNOME desktop apps This package includes some files that are shared between several GNOME apps (Pixmaps, .desktop files and internationalization files). Package: gnome-desktop-environment Priority: optional Section: gnome Installed-Size: 43 Maintainer: Debian GNOME Maintainers Architecture: all Source: meta-gnome3 Version: 1:3.4+7.2.201403151343 Depends: gnome (>= 1:3.4+7.2.201403151343) Filename: 4.0-0/all/gnome-desktop-environment_3.4+7.2.201403151343_all.deb Size: 20036 MD5sum: af37e71ac5dca22f577b1a3c174c39bc SHA1: a5c59e992102e71f8e50c3d2439defe7cb621290 SHA256: c28e7a67edfe75876b9d1939f07128a2190f982e67674f4365b31851c69b7d80 Description: The GNOME Desktop Environment - transitional package This is the GNOME Desktop environment, an intuitive and attractive desktop. . This meta-package is obsolete and has been replaced by “gnome”. Package: gnome-desktop-sharp2 Priority: optional Section: cli-mono Installed-Size: 38 Maintainer: Debian CLI Libraries Team Architecture: all Version: 2.26.0-8.10.201403142137 Depends: libgnomedesktop2.0-cil-dev, libgtkhtml3.14-cil-dev, libgtksourceview2-cil-dev, librsvg2-2.0-cil-dev, libvte0.16-cil-dev, libwnck1.0-cil-dev Filename: 4.0-0/all/gnome-desktop-sharp2_2.26.0-8.10.201403142137_all.deb Size: 13854 MD5sum: 26d2313747b92b3f5510871e8930adb5 SHA1: 497d1a0efdd215ebe9e7622ccd3a81490360ab05 SHA256: daccb394ba3794115a5f3b77917824ae0b4e7e28a7bbce1166c93daa54a3b4a4 Description: GNOME Desktop# 2.24 suite, CLI bindings for GNOME GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 desktop libraries. . This is a metapackage containing dependencies for the complete GNOME Desktop# 2.24 suite. Homepage: http://www.mono-project.com/GtkSharp Package: gnome-devel-docs Priority: optional Section: gnome Installed-Size: 15268 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.1-1.9.201403142201 Depends: yelp Filename: 4.0-0/all/gnome-devel-docs_3.4.1-1.9.201403142201_all.deb Size: 5489042 MD5sum: 949a6efbee4c396daf2e452f93547bc4 SHA1: 6ad7babd76baa2f928576d898c3f20c7aea28231 SHA256: e2d5042b18f4f2b7285bad918470b954f4c01ede6491d931bcb3e682ca20770a Description: GNOME developer documentation Documentation for developing for the GNOME desktop environment. It contains: * Platform Overview * Accessibility Guide * Integration Guide * Optimization Guide * Human Interface Guidelines * GNOME Developer Demos Package: gnome-devel Priority: optional Section: devel Installed-Size: 43 Maintainer: Debian GNOME Maintainers Architecture: all Source: meta-gnome3 Version: 1:3.4+7.2.201403151343 Depends: accerciser (>= 3.4), anjuta (>= 2:3.4), anjuta-extras (>= 3.4), devhelp (>= 3.4), glade (>= 3.12), gnome-devel-docs (>= 3.4) Recommends: gnome-platform-devel Filename: 4.0-0/all/gnome-devel_3.4+7.2.201403151343_all.deb Size: 20086 MD5sum: ef1e7bb6213f3c9f021700eff5b3fcbd SHA1: 9967c2ff9dd6c03b07ba7cfa545f782348efdf53 SHA256: ee6976d80970a3384bafa4bce3ede45ad464e5a61ada1c7e0341a3f2adc3d9a6 Description: GNOME Desktop Environment -- development tools These are the development tools of the GNOME Desktop environment, an intuitive and attractive desktop. . This meta-package depends on a recommended set of applications to develop new programs for GNOME. Package: gnome-do-plugins Priority: optional Section: gnome Installed-Size: 4840 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.8.4-5.7.201403142237 Replaces: gnome-do-plugin-amarok, gnome-do-plugin-rhythmbox Depends: libdbus-glib1.0-cil (>= 0.5), libdbus1.0-cil (>= 0.7), libflickrnet2.2-cil, libgconf2.0-cil (>= 2.24.0), libgdata2.1-cil (>= 2.1.0.0), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-vfs2.0-cil (>= 2.24.0), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-addins0.2-cil (>= 0.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-sqlite4.0-cil (>= 2.10.7), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-data4.0-cil (>= 2.10.1), libmono-system-web-services4.0-cil (>= 1.0), libmono-system-web4.0-cil (>= 2.10.3), libmono-system-xml-linq4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libndesk-dbus-glib1.0-cil (>= 0.4.0), libndesk-dbus1.0-cil (>= 0.6.0), libwnck2.20-cil (>= 2.26.0), libx11-6 (>= 2:1.4.99.1), libxrandr2 (>= 2:1.3), gnome-do (>= 0.8.5) Recommends: mlocate | locate Suggests: banshee, epiphany-browser, iceweasel | firefox, pidgin, rhythmbox Conflicts: gnome-do-plugin-amarok, gnome-do-plugin-rhythmbox Filename: 4.0-0/all/gnome-do-plugins_0.8.4-5.7.201403142237_all.deb Size: 2552040 MD5sum: 5e958746ed547b5f96bff1837dfbf6d3 SHA1: b30eb2c8a4dfc62a82e3ec794e00fc604ddf7660 SHA256: 4b39a3dbed96fec5fc7a8491844a904de92a221078a34eef30491ef2dd269c7b Description: Extra functionality for GNOME Do This package provides extra plugins for GNOME Do. It includes plugins for interacting with GMail & Thunderbird contacts, Pidgin IM buddies, searching the Web using Firefox search plugins, and more. Homepage: http://do.davebsd.com Package: gnome-doc-utils Priority: optional Section: gnome Installed-Size: 4166 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.20.10-1.13.201403142250 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-libxml2, libxml2-utils, xsltproc Filename: 4.0-0/all/gnome-doc-utils_0.20.10-1.13.201403142250_all.deb Size: 346774 MD5sum: 8458ae6500e0d4a23ea704deb2b1b9e4 SHA1: 95ba5999f2618a35e67fbe79193b0d2def5d7c1d SHA256: 4f2b79c0d1ea813f46f1c2865fc85fc40c435203f3fccfe7d98f9a4618460d71 Description: collection of documentation utilities for the GNOME project gnome-doc-utils is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. Homepage: https://live.gnome.org/GnomeDocUtils Package: gnome-dust-icon-theme Priority: optional Section: gnome Installed-Size: 1827 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-dust, shiki-dust-theme Filename: 4.0-0/all/gnome-dust-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 350036 MD5sum: 17ab54320c002a119e419a0b329824c1 SHA1: 2041c25e1981bc5f7325598e3ba6960001d2311c SHA256: 284f84d03d6e53500f13954dabb5a03eedb17fd66d4843a54c942adb74f407bc Description: chocolate variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Dust (Chocolate) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-dvb-client Priority: optional Section: video Installed-Size: 1168 Maintainer: Sebastian Reichel Architecture: all Source: gnome-dvb-daemon Version: 1:0.2.8-1.12.201403142307 Depends: python (>= 2.7), python (<< 2.8), gir1.2-gtk-3.0, gnome-dvb-daemon (>= 1:0.2.8-1.12.201403142307), gnome-icon-theme, python-gobject (>= 3.0.4) Recommends: dvb-apps Filename: 4.0-0/all/gnome-dvb-client_0.2.8-1.12.201403142307_all.deb Size: 262990 MD5sum: ee76562d7e61d3166668ad5435dd4626 SHA1: 9ee971826ed95d99c718286e30519c26fcf974be SHA256: 745531cf75e327afd6099e998460be536ccb487a689547875317135e6855f450 Description: client for gnome-dvb-daemon GNOME DVB Daemon is a GStreamer based daemon to setup your DVB devices, record and/or watch TV shows and browse EPG. . This package contains the Python GTK+ client, which speaks to the daemon via DBUS. Homepage: http://live.gnome.org/DVBDaemon Package: gnome-extra-icons Priority: optional Section: gnome Installed-Size: 4439 Maintainer: Tiago Bortoletto Vaz Architecture: all Version: 1.1-2.4.201403142314 Filename: 4.0-0/all/gnome-extra-icons_1.1-2.4.201403142314_all.deb Size: 4476622 MD5sum: 1e516c08aedced9d8fd6a5fc5df7b1e3 SHA1: 61db0f813f9944b164566b5d89fa2b9357356387 SHA256: fcf2bfb247fd8194359417c7d92ce3bca8eb656235b29b1a34f4ed06f25460b7 Description: Optional GNOME icons Optional GNOME icons from http://art.gnome.org/. This package just install a lot of nice icons in /usr/share/pixmaps. Most of them are png files that give you more options to customize your desktop. Also, they can be used in any desktop which supports icons, not only GNOME. Package: gnome-games-data Priority: optional Section: gnome Installed-Size: 8572 Maintainer: Josselin Mouette Architecture: all Source: gnome-games Version: 1:3.4.2-3.13.201403142321 Depends: dconf-gsettings-backend | gsettings-backend, librsvg2-common Recommends: gvfs Filename: 4.0-0/all/gnome-games-data_3.4.2-3.13.201403142321_all.deb Size: 1655854 MD5sum: c842fe07f02f25e8dbb01724729ac73e SHA1: e503031dc312b7f0e02fbf223eb9554fb9aea4ee SHA256: b3b537a3347d91bc93e96b14cfa6190475af6392761ac29d3b0c0c192dc494f7 Description: data files for the GNOME games This package contains translations, sounds and pictures used by the GNOME games. Homepage: http://live.gnome.org/GnomeGames Package: gnome-games-extra-data Priority: optional Section: gnome Installed-Size: 1992 Maintainer: Josselin Mouette Architecture: all Version: 3.2.0-4.7.201403142338 Replaces: gnome-cards-data (<< 1:3.0) Recommends: gnome-games-data Breaks: gnome-cards-data (<< 1:3.0) Filename: 4.0-0/all/gnome-games-extra-data_3.2.0-4.7.201403142338_all.deb Size: 1924010 MD5sum: 0ddd3e9c3b809616f3664cfda0b904fa SHA1: 02db258c15a9e8534a6ede6ec18fca79380dfea7 SHA256: 34aea5b28e2cbda8d93cb5073340f9ee1e95696227702346798bbd260258db7d Description: games for the GNOME desktop (extra artwork) This package contains extra data files for the gnome-games package. At the moment this is almost entirely extra themes and artwork for the games. Enhances: glines, gnobots2, iagno, mahjongg Package: gnome-games Priority: optional Section: gnome Installed-Size: 580 Maintainer: Josselin Mouette Architecture: all Version: 1:3.4.2-3.13.201403142321 Depends: glchess (>= 1:3.4.2-3.13.201403142321), glines (>= 1:3.4.2-3.13.201403142321), gnect (>= 1:3.4.2-3.13.201403142321), gnibbles (>= 1:3.4.2-3.13.201403142321), gnobots2 (>= 1:3.4.2-3.13.201403142321), gnome-sudoku (>= 1:3.4.2-3.13.201403142321), gnomine (>= 1:3.4.2-3.13.201403142321), gnotravex (>= 1:3.4.2-3.13.201403142321), gnotski (>= 1:3.4.2-3.13.201403142321), gtali (>= 1:3.4.2-3.13.201403142321), iagno (>= 1:3.4.2-3.13.201403142321), lightsoff (>= 1:3.4.2-3.13.201403142321), mahjongg (>= 1:3.4.2-3.13.201403142321), quadrapassel (>= 1:3.4.2-3.13.201403142321), swell-foop (>= 1:3.4.2-3.13.201403142321) Recommends: aisleriot (>= 1:3.4) Suggests: gnome-hearts Filename: 4.0-0/all/gnome-games_3.4.2-3.13.201403142321_all.deb Size: 549310 MD5sum: 3f090592f277b95d5bd4d93f3c015a48 SHA1: e040c465afeedcebf898229fb4c0f75e4438d57d SHA256: c9b33c0a096a4e0230ed673aa8c9eea145a1bfee33f114da08aa79faf360306c Description: games for the GNOME desktop These are the games from the official GNOME release. They have the look and feel of the GNOME desktop, but can be used without it. . Games are now split in separate packages; this metapackage brings all of them but they can be installed separately. Homepage: http://live.gnome.org/GnomeGames Package: gnome-gmail Priority: optional Section: gnome Installed-Size: 545 Maintainer: David Steele Architecture: all Version: 1.8.2-1.2.201403142340 Depends: gconf2 (>= 2.28.1-2), python (>= 2.6), gnome-control-center, gconf-editor, libgtk2.0-bin, python-gnomekeyring, python-glade2, python-gconf, xdg-utils Filename: 4.0-0/all/gnome-gmail_1.8.2-1.2.201403142340_all.deb Size: 82990 MD5sum: 35abf60410a59ae5c2503e6b849f2ac7 SHA1: 62ff845fef87b95d3f23a0f7f8f40ef6b22ba290 SHA256: e7d081d131443ac5f9bfc4925997d8239ba9df4f3da9ccf84fe6a1928bce7f5d Description: support for Gmail as the preferred email application in GNOME GNOME Gmail integrates the Gmail web interface into the GNOME environment. Once installed, Gmail becomes a choice as the default Mail Reader in the GNOME Preferred Applications administration application. When selected, a Gmail web page will be used whenever an email service is requested. . Logout to complete the configuration. Homepage: http://gnome-gmail.sourceforge.net Package: gnome-human-icon-theme Priority: optional Section: gnome Installed-Size: 1826 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-human, shiki-human-theme Filename: 4.0-0/all/gnome-human-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 348706 MD5sum: 401d0efd3bd66d95c99a668821462a63 SHA1: b3c442ec35754adb3f992a4a7f8d5f2645d78919 SHA256: 18b182569420a03342e14ad4c0c415cdd83c4ff6af0de6a0ebc459b96df21144 Description: orange variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Human (Orange) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-icon-theme-extras Priority: optional Section: gnome Installed-Size: 985 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.0-1.7.201403150000 Depends: hicolor-icon-theme, gnome-icon-theme (>= 3.4), gnome-icon-theme (<< 3.5) Filename: 4.0-0/all/gnome-icon-theme-extras_3.4.0-1.7.201403150000_all.deb Size: 794028 MD5sum: 0132452a83a5b4ae64bc6b60aff8a64b SHA1: bf2a9d2c51c06844774ce0584c1dd18695127fe4 SHA256: bc47c6ef67f7deef57455c4845dd2cd81db3382377a2305a8cabea093dd9f04d Description: GNOME Desktop icon theme (additional icons) This package contains the default icon theme used by the GNOME desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices. . This package contains additional icons for the default GNOME icon theme. Enhances: gnome-icon-theme Package: gnome-icon-theme-gartoon Priority: optional Section: gnome Installed-Size: 7900 Maintainer: Otavio Salvador Architecture: all Source: gartoon Version: 0.5-4.4.201403121151 Replaces: gtk2-engines-gartoon (<< 0.4.5-2) Provides: gtk2-engines-gartoon Depends: librsvg2-common Conflicts: gtk2-engines-gartoon (<< 0.4.5-2) Filename: 4.0-0/all/gnome-icon-theme-gartoon_0.5-4.4.201403121151_all.deb Size: 1603754 MD5sum: d001f56ac948ce02cb8e24899470ad84 SHA1: b4a6ac07bfd00efae6fdec5be831109bb9833fd1 SHA256: 2f2237782a04f7505067bd81e49a26ed56244c97458279dd489bedfb155d60e9 Description: Gartoon icon theme for GTK+ 2.x This GTK+ theme provides an animated scalable group of icons to be used by GTK+ 2.x applications like GNOME 2. . Homepage: http://www.zeusbox.org/icon/ Package: gnome-icon-theme-nuovo Priority: optional Section: gnome Installed-Size: 8750 Maintainer: Tiago Bortoletto Vaz Architecture: all Version: 0.5-4.5.201411011034 Depends: libgtk2.0-0 Filename: 4.0-0/all/gnome-icon-theme-nuovo_0.5-4.5.201411011034_all.deb Size: 1109374 MD5sum: a9c11717ddc81804e64b71c9ae7bfd5c SHA1: 0fad051341c6fe270b27802531a2524f4ee98a5b SHA256: 9d12fd8c4df30a4f09493573631dc2b0b8c2fbc0d1b66e54b2b43f1e3d710ddf Description: Dropline Nuovo icon theme for GTK+ 2.x This GTK+ theme provides a scalable group of icons to be used by GTK+ 2.x applications like GNOME 2. Package: gnome-icon-theme-suede Priority: optional Section: gnome Installed-Size: 1881 Maintainer: Otavio Salvador Architecture: all Source: suede Version: 0.2.5-1.6.201403240704 Depends: libgtk2.0-0 Filename: 4.0-0/all/gnome-icon-theme-suede_0.2.5-1.6.201403240704_all.deb Size: 341604 MD5sum: 1133026bc327933de53205084e576e56 SHA1: 5c9f728ae7e24f7393e443fe49bbf8fda839b3ad SHA256: 926377a032ea2a99762050f907db853de56fdbdf30b93085de271b5a1045a56a Description: Suede icon theme for GTK+ 2.x This GTK+ theme provides a scalable group of icons to be used by GTK+ 2.x applications like GNOME 2. Package: gnome-icon-theme-yasis Priority: optional Section: gnome Installed-Size: 9160 Maintainer: Free Ekanayaka Architecture: all Version: 0.4.2-1.4.201403150012 Filename: 4.0-0/all/gnome-icon-theme-yasis_0.4.2-1.4.201403150012_all.deb Size: 1538066 MD5sum: 2c1b957bafd4fc1b92925aad3a6904f6 SHA1: 4aafee826ea0fe60fc21134447d0655f59187342 SHA256: 976190958db75fe13a9c50105c2b6247fc9f3e6dc334ba18be094c14870ece5a Description: YASIS (Yet Another Scalable Icon Set) A Scalable Vector Graphic (SVG) icon set for GNOME Desktop. Package: gnome-illustrious-icon-theme Priority: optional Section: gnome Installed-Size: 1826 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-illustrious, shiki-illustrious-theme Filename: 4.0-0/all/gnome-illustrious-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 348230 MD5sum: c957f3b548883816e1478f25a1d75fe1 SHA1: 6cc0618e39c7ca628c66ffabdd80c287f9e5d417 SHA256: 9a98f2eb6ecd0ca3d3c910c64bcd0d38523a6949fe324a135e54b866be123bcc Description: pink variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Illustrious (Pink) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-js-common Priority: optional Section: interpreters Installed-Size: 131 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.1.2-1.7.201403150016 Filename: 4.0-0/all/gnome-js-common_0.1.2-1.7.201403150016_all.deb Size: 19072 MD5sum: d2f933e32aa3c93a1bd8b67f7e20fc8d SHA1: 29767514ce1ff2645446b1b492c5e7bd9e1fbdf1 SHA256: 28ded45b717404b141922ed5a21506bf99d17ea14d6a3756cc7e8f956f5ff3d3 Description: Common modules for GNOME JavaScript interpreters This package contains some JavaScript modules for use by GNOME JavaScript extensions, namely GJS and Seed. Package: gnome-noble-icon-theme Priority: optional Section: gnome Installed-Size: 1827 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-noble, shiki-noble-theme Filename: 4.0-0/all/gnome-noble-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 350274 MD5sum: 2f43fc65e7fa07411dd5a368a046c48f SHA1: eb73e05cb99f5afc67b174af627db6f41fe02d0d SHA256: 21acd0a435e665884e779ee41cbeaa9da922f99418fac4fd53e4cc5eefed91ac Description: purple variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Noble (Purple) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-orca Priority: optional Section: gnome Installed-Size: 12215 Maintainer: Debian Accessibility Team Architecture: all Version: 3.4.2-2.13.201403150151 Depends: python (>= 2.6), python-support (>= 0.90.0), gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-wnck-3.0, python-brlapi, python-cairo, python-dbus, python-gi (>= 3.0.2), python-louis (>= 1.6.2), python-pyatspi2, python-speechd, python-xdg, speech-dispatcher Recommends: gnome-mag (>= 0.12.5), wget, xbrlapi Filename: 4.0-0/all/gnome-orca_3.4.2-2.13.201403150151_all.deb Size: 3231690 MD5sum: a50a68794a1b310bc75c2c3a678ef07b SHA1: 7f79b4b094a73e8fcec04971df73168bd5942e4a SHA256: d73e3e931eb1be997288825dd206cdbf775123c27da4f0bd1af5ecba54a55af4 Description: Scriptable screen reader A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). . Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts. . Note: gnome-orca works without gnome-mag, you just need it for magnification. Homepage: http://live.gnome.org/Orca Python-Version: 2.6, 2.7 Package: gnome-osd Priority: optional Section: gnome Installed-Size: 498 Maintainer: Adriaan Peeters Architecture: all Version: 0.12.2-1.9.201411011038 Provides: python-gnomeosd Depends: gconf2 (>= 2.28.1-2), python (>= 2.4), python-support (>= 0.90.0), python-dbus, python-pyorbit-omg, python-pyorbit, python-gnome2, python-gtk2 Suggests: rhythmbox (>= 0.8.8), xchat (>= 2.0.6), muine, evolution, pidgin Filename: 4.0-0/all/gnome-osd_0.12.2-1.9.201411011038_all.deb Size: 63450 MD5sum: 1d552fbb1bc2c396669d0314f2d6f603 SHA1: 1b6fef4f2ade050fd4b6304cdb08cbf5b4074d37 SHA256: a19f5c80c5119ca6c4845d1cdf552a8037da48bc8f054cddb7b199f6b15a67d8 Description: OSD message framework for GNOME This is an OSD (On Screen Display) GNOME component. It displays messages overlaid on your screen, using shaped windows and pango for rendering. The concept was inspired by XOSD (http://www.ignavus.net/software.html). Homepage: http://telecom.inescporto.pt/~gjc/gnome-osd/ Python-Version: 2.6, 2.7 Package: gnome-packagekit-data Priority: optional Section: gnome Installed-Size: 11226 Maintainer: Matthias Klumpp Architecture: all Source: gnome-packagekit Version: 3.4.2-2.2.201403150210 Filename: 4.0-0/all/gnome-packagekit-data_3.4.2-2.2.201403150210_all.deb Size: 3741214 MD5sum: 447cc085ea8918d234c99c78e69af492 SHA1: 9712b2f0d11a1129d4f3c1f85862ecebb266ce3f SHA256: 237c668a5cebdb23be42e15276ede963fa1d6154593f95b3f5c034d94ae1d782 Description: Data files for graphical distribution neutral software management tools PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains a set of GTK+ based applications for PackageKit: - GUI for PackageKit transactions - System update tool (gpk-update-viewer) - Software installation and removal tool (gpk-application) - Repository editor - Several small helpers and prototype implementations . This package contains architecture-independent files for GNOME-PackageKit Homepage: http://www.packagekit.org Package: gnome-pkg-tools Priority: optional Section: devel Installed-Size: 122 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.19.3.19.201403150301 Depends: perl Recommends: svn-buildpackage Filename: 4.0-0/all/gnome-pkg-tools_0.19.3.19.201403150301_all.deb Size: 28580 MD5sum: 24f3c956e35767d1f7cae2c507020975 SHA1: 3b08130442ad1e8cf4c89483a8eaba0aac41e287 SHA256: 2ed5d29edbeba277372fd79e3a1e17223cef3611c025681d4e8066b95415bd9c Description: Tools for the Debian GNOME Packaging Team This package contains some useful tools for the Debian GNOME Packaging Team including: * Documentation. * The list of team members. * A number of rules files for CDBS that are helpful for GNOME packages - but may also be useful for others. Multi-Arch: foreign Package: gnome-rdp Priority: optional Section: gnome Installed-Size: 291 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.3.0.9-3.11.201403150356 Depends: gnome-terminal, libgtk2.0-0, openssh-client | xtightvncviewer | rdesktop, mono-runtime (>= 2.10.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-keyring1.0-cil (>= 1.0.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-sqlite4.0-cil (>= 2.10.7), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-data4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/gnome-rdp_0.3.0.9-3.11.201403150356_all.deb Size: 76494 MD5sum: 82d47636e5cf7b0bda80001bb05c4551 SHA1: 87b859ddfe4ceddd78854902b6f49d68e674ffb3 SHA256: 6f3d87588035547262d47f8fee88899e4b4d2532e907a7d3bae8e54f76eb5208 Description: remote desktop client for GNOME gnome-rdp is a Remote Desktop client for GNOME. It supports RDP, VNC and SSH protocols. It is also possible to configure and save sessions to have a faster access. Homepage: http://gnome-rdp.sourceforge.net Package: gnome-schedule Priority: optional Section: gnome Installed-Size: 2434 Maintainer: Alejandro Rios P. Architecture: all Version: 2.1.1-4.11.201403150404 Depends: python, python-support (>= 0.90.0), python-gtk2, at, anacron, python-gnome2, python-glade2 Filename: 4.0-0/all/gnome-schedule_2.1.1-4.11.201403150404_all.deb Size: 1128474 MD5sum: e1c5096d65529add2b6939c5f352a3e9 SHA1: af3b799b8428715395167d8ac56784f9ac7e2817 SHA256: 7a34891905b53ebae4a7621f4981e14db270c0077216150d33a73abf426d1cf4 Description: GNOME scheduler for automatic tasks GNOME GUI for configuring a users' cron (automatic jobs). . Some of its features are: * Templates support so that you won't have to create the same task again and again. * If run as root, you can edit any user's crontab and "at" tasks. * Human-readable strings like "Every hour" instead of "0 * * * *". * Advanced mode for crontab experts. * A calendar allows you to choose the day you want a task executed. Homepage: http://gnome-schedule.sf.net/ Package: gnome-screensaver-flags Priority: optional Section: gnome Installed-Size: 7451 Maintainer: Tomasz Muras Architecture: all Version: 0.1-1.4.201403150418 Depends: gnome-screensaver Filename: 4.0-0/all/gnome-screensaver-flags_0.1-1.4.201403150418_all.deb Size: 7369466 MD5sum: e5124a4a2c839b2ef0fbca56e7f7a1f8 SHA1: 7c73cdc4fde7a93162e2fb34ef1ce5a118c4559d SHA256: af6887217ec4555f395e842bec81faf8ae06988a1f7ba59761ca52c6de2edbc9 Description: Screensaver for GNOME with flags of the world. Screensaver contains about 250 static images with flags of the world. Homepage: http://techblog.zabuchy.net Package: gnome-session-fallback Priority: optional Section: gnome Installed-Size: 179 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-session Version: 3.4.2.1-4.15.201403150459 Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0) Provides: x-session-manager Depends: gnome-settings-daemon (>= 3.0), gnome-panel (>= 3.0), metacity (>= 2.30), notification-daemon (>= 0.7), policykit-1-gnome, gnome-session-bin (>= 3.4.2.1-4.15.201403150459), gnome-session-bin (<< 3.5), gnome-session-common (= 3.4.2.1-4.15.201403150459) Recommends: gnome-power-manager Suggests: gnome-user-guide, desktop-base, gnome-keyring Filename: 4.0-0/all/gnome-session-fallback_3.4.2.1-4.15.201403150459_all.deb Size: 131096 MD5sum: 61524f17a9668362df74ef1560aabe7b SHA1: 7b289f97f4ff98a6ab547b3552271f122cfa4fd1 SHA256: 14aabee4611873d4ce7ec81745b0e2f5aa560e6248802dcf75dc6f04d3538982 Description: GNOME Session Manager - GNOME fallback session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the GNOME 3 fallback session, based on the GNOME Panel. It can be started from a display manager such as GDM, and doesn’t have specific hardware requirements. Package: gnome-sharp2-examples Priority: optional Section: cli-mono Installed-Size: 226 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Depends: mono-runtime (>= 2.10.1), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-vfs2.0-cil (>= 2.24.0), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/gnome-sharp2-examples_2.24.2-3.10.201403240821_all.deb Size: 148334 MD5sum: cf0a4f60fb77bae62c3f1501cd7db846 SHA1: 19b49a0664b2b8cdb048624dc6fc53eb88a34187 SHA256: ac99b432a99c339a4dd00426aa9f0b44fdd152132cfb8f5cb25dc6dc11cd2ae1 Description: sample applications for GNOME# 2.24 GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains some example programs that are distributed with the GTK# assemblies, including source to build them and learn from them. Homepage: http://www.mono-project.com/GtkSharp Package: gnome-sharp2 Priority: optional Section: cli-mono Installed-Size: 143 Maintainer: Debian CLI Libraries Team Architecture: all Version: 2.24.2-3.10.201403240821 Depends: gnome-sharp2-examples, libart2.0-cil-dev, libgconf2.0-cil-dev, libgnome-vfs2.0-cil-dev, libgnome2.0-cil-dev Filename: 4.0-0/all/gnome-sharp2_2.24.2-3.10.201403240821_all.deb Size: 122758 MD5sum: 1a6ef2ae061e3bb2f1dbdd3da2486243 SHA1: 72c1ee9fb60130bae654ece71006bab5b0721742 SHA256: 7e4b7619c030631efa419361a1e6cd769c70af64e392b81b674c9aaeed7815ba Description: GNOME# 2.24 suite, CLI bindings for GNOME GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . gnome-sharp2 is a metapackage containing dependencies for the GNOME# 2.24 suite. Homepage: http://www.mono-project.com/GtkSharp Package: gnome-shell-extensions Priority: optional Section: gnome Installed-Size: 807 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.0-2.2.201403150604 Depends: dconf-gsettings-backend | gsettings-backend, gnome-shell (>= 3.4), gnome-shell (<< 3.5), gir1.2-gtop-2.0 Filename: 4.0-0/all/gnome-shell-extensions_3.4.0-2.2.201403150604_all.deb Size: 86084 MD5sum: b5f3bed80cabc6b91e4503221769c69b SHA1: 77deb9321938367a095807e41a6e32b5730fc6be SHA256: 056dae52dfe347e5d5065e7b55f724fd20a26951f67dfbece0e63a77247e79d0 Description: Extensions to extend functionality of GNOME Shell The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME. Later, it will introduce a new applets eco-system and offer new solutions for other desktop features, such as notifications and contacts management. The GNOME Shell is intended to replace functions handled by the GNOME Panel and by the window manager in previous versions of GNOME. The GNOME Shell has rich visual effects enabled by new graphical technologies. . GNOME Shell is extensible using extensions. This package contains official GNOME Shell extensions. Homepage: http://live.gnome.org/GnomeShell/Extensions Package: gnome-shell-timer Priority: extra Section: gnome Installed-Size: 151 Maintainer: Raphaël Hertzog Architecture: all Version: 0.0.20120615+gitbde3fd2-1.2.201403150608 Depends: gnome-shell (>= 3.2), python, dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/gnome-shell-timer_0.0.20120615+gitbde3fd2-1.2.201403150608_all.deb Size: 17496 MD5sum: b309b466ec15772231edbeac3b96a073 SHA1: ccbf6dd8f8af9901feb5cfb8e39672acfca3c8f3 SHA256: 3586b9049307d4e5af7c05428a8b9f93d844d9975710cf1cfebf0721ce82a20f Description: GNOME Shell extension providing a countdown timer in the top panel Installing this package adds a timer application to the GNOME Shell top panel. With it you can start a timer of any duration and when elapsed, you'll get a notification. You can also preconfigure various durations to avoid having to retype them. . It's a natural replacement of the "timer applet" for GNOME 2 (or 3 in fallback mode). . Users of the Pomodoro method will find this extension very useful. Homepage: https://github.com/olebowle/gnome-shell-timer Package: gnome-specimen Priority: optional Section: gnome Installed-Size: 476 Maintainer: Kartik Mistry Architecture: all Version: 0.4-8.7.201403150610 Depends: python (>= 2.6.6-7~), python (<< 2.8), gconf2 (>= 2.28.1-2), python-glade2, python-gnome2, python-gtk2 (>= 2.6) Filename: 4.0-0/all/gnome-specimen_0.4-8.7.201403150610_all.deb Size: 72070 MD5sum: ccd32b3f7843974f9330ee61cf0971b7 SHA1: 3a40c1b20359a3545b50a1e4f38f709e61588c07 SHA256: 3a3df232b246af8de48ba1839cf1bb88828aec9d00b7f8a0873bfd4b26779457 Description: Simple font preview and compare application for GNOME A simple tool to view and compare fonts installed on your system. It has currently following features, . * A list of all fonts available (the left pane) * A list of font previews (the right pane) * Configurable preview text and font size * Configurable foreground and background colors used in the preview pane Homepage: http://uwstopia.nl/geek/projects/gnome-specimen Package: gnome-split Priority: optional Section: gnome Installed-Size: 456 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1-1.2.201403150620 Depends: default-jre | java6-runtime, libdbus-java, libjava-gnome-java (>= 4.1.1) Filename: 4.0-0/all/gnome-split_1.1-1.2.201403150620_all.deb Size: 201490 MD5sum: 064a8413039fbc47cabde0b25ceac4d0 SHA1: e577337d4e5906028fe7f99f80e2f0ba41da3fa0 SHA256: 6a58f4302fd79321f2642ae7cbfc8bf5b3305f41087657c191e85344689dad16 Description: GNOME Split - File splitter for GNOME desktop Tool that allows you to split files and merge them back. It is written in Java and uses a GTK+ user interface (thanks to the java-gnome project). The goal is to offer a native implementation of similar projects which can handle multiple file formats (e.g. Xtremsplit). Homepage: http://gnome-split.org/ Package: gnome-sudoku Priority: optional Section: games Installed-Size: 3673 Maintainer: Josselin Mouette Architecture: all Source: gnome-games Version: 1:3.4.2-3.13.201403142321 Replaces: gnome-games (<< 1:3.0.2), gnome-games-data (<< 1:3.0.2) Depends: python (>= 2.6.6-7~), python (<< 2.8), dconf-gsettings-backend | gsettings-backend, gnome-games-data (= 1:3.4.2-3.13.201403142321), python-gi (>= 2.90.1), python-gi-cairo (>= 2.90.1), gir1.2-gtk-3.0, python-cairo Breaks: gnome-games (<< 1:3.0.2), gnome-games-data (<< 1:3.0.2) Filename: 4.0-0/all/gnome-sudoku_3.4.2-3.13.201403142321_all.deb Size: 1966606 MD5sum: 62ce184a37d3625be9082163d5a256ce SHA1: f25f3c2f5c491ade8f9c322e3b3ecc35e52e83aa SHA256: 27de8de924e8a3a1293c658a5e1603b84a78f4cf52dd7c02d13c58ee56e87419 Description: Sudoku puzzle game for GNOME This is an application for playing the popular sudoku logic puzzle game, in which one must fill a 9 by 9 square with the correct digits. . It features automatic puzzle generation, saving and restoring games, annotations, trackers, and much more. Homepage: http://live.gnome.org/GnomeGames Package: gnome-terminal-data Priority: optional Section: gnome Installed-Size: 11731 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-terminal Version: 3.4.1.1-2.16.201403150713 Depends: gconf2 (>= 2.28.1-2) Recommends: gnome-terminal Filename: 4.0-0/all/gnome-terminal-data_3.4.1.1-2.16.201403150713_all.deb Size: 1690526 MD5sum: f64aecd33c0f0433f2b1accf8e2e6bc2 SHA1: 21eff46754d3a313993821be449d4481e781d535 SHA256: 8bc65355c9373da07dfbc73e6ca287f089a3becf4159bfd9364ac582a71fe922 Description: Data files for the GNOME terminal emulator GNOME Terminal is a terminal emulation application that you can use to perform the following actions: - Access a UNIX shell in the GNOME environment. - Run any application that is designed to run on VT102, VT220, and xterm terminals. . This package contains data, help files and localization settings for gnome-terminal, the GNOME terminal emulator application. Package: gnome-theme-gilouche Priority: optional Section: gnome Installed-Size: 678 Maintainer: Julian Andres Klode Architecture: all Source: metatheme-gilouche Version: 11.1.2-2.4.201403151451 Replaces: industrial-icon-theme Depends: tango-icon-theme Conflicts: industrial-icon-theme Filename: 4.0-0/all/gnome-theme-gilouche_11.1.2-2.4.201403151451_all.deb Size: 475664 MD5sum: d08d941ee204d4622f422bdeec3b5a14 SHA1: efb1a07f928c3214fb89b792f5a535806d74dbc5 SHA256: db988c8e0c50095d837a11d5759039663b95d9e55a9b06e6282d807383f9eaa3 Description: openSUSE Gilouche Theme This theme is the default one used in openSUSE. This package provides the complete theme, consisting of icons, and Metacity and GTK+ themes. . The icon theme was previously known as openSUSE Industrial, but has been renamed to Gilouche as well. Homepage: http://forgeftp.novell.com/opensuse-art/openSUSE11.1/metatheme/ Package: gnome-themes-extras Priority: optional Section: gnome Installed-Size: 10078 Maintainer: Josselin Mouette Architecture: all Version: 2.22.0-3.12.201403150724 Depends: gtk2-engines (>= 1:2.14), librsvg2-common Recommends: gnome-themes-more Filename: 4.0-0/all/gnome-themes-extras_2.22.0-3.12.201403150724_all.deb Size: 3776470 MD5sum: da76bfb293c744348c42db43206aaf70 SHA1: ed03be882ed75e4204db67cac1899ff5b73098b6 SHA256: 9e6ada60fe3e1f59f207bc5182d97b2b5246941e6a306c1736efc45a444cf357 Description: extra themes for the GNOME desktop This package contains a few nice contributed themes for the GNOME desktop. It includes the following global themes: . * Darklooks, a dark version of the standard Clearlooks theme. * Unity, a smooth and rounded theme. . It also includes some icon themes for the desktop: . * GNOME Alternative, which is similar to the standard GNOME icon theme. * Foxtrot, a simple theme in yellow tones. * Dropline Neu, a flashy and colorful theme resembling Dropline GNOME. * Gion, an original and sober theme. Package: gnome-themes Priority: optional Section: gnome Installed-Size: 2131 Maintainer: Josselin Mouette Architecture: all Version: 2.30.2-1.12.201403150719 Depends: gtk2-engines (>= 1:2.15.3), gtk2-engines-pixbuf, librsvg2-common Recommends: dmz-cursor-theme Suggests: gnome-themes-extras Filename: 4.0-0/all/gnome-themes_2.30.2-1.12.201403150719_all.deb Size: 387808 MD5sum: 37edd9a82ee07a751421f155229ee2f2 SHA1: 78f13bb05899d509d3dd071083c9afb7c98bad79 SHA256: 647a7665611653e13ae44ee25216e5c329070b021d1d8f0cb473be7ec90f59ad Description: official themes for the GNOME desktop This package contains the official desktop themes of the GNOME desktop environment. . * The Clearlooks theme is the default, combining usability with an attractive look. * The Crux theme is well known for its smooth gradients with purple highlights. * The Glider theme is meant to be simple yet quite esthetic. * The Mist theme provides a minimalistic rendering around blue tones. * The Industrial theme is flat looking with low contrast. Package: gnome-tweak-tool Priority: optional Section: gnome Installed-Size: 660 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.4.0.1-2.2.201403150738 Depends: python (>= 2.6.6-7~), python (<< 2.8), gsettings-desktop-schemas (>= 3.3.2), gnome-shell-common (>= 3.4), python-gi (>= 3.2.1), gir1.2-gtk-3.0, gir1.2-gconf-2.0 Filename: 4.0-0/all/gnome-tweak-tool_3.4.0.1-2.2.201403150738_all.deb Size: 86444 MD5sum: 8a57af87251cf69bc784591985381c7c SHA1: b41868489574802e97ad645837a70f76fb52d39e SHA256: 94a32a3bd8667b11c6435d1f7d84044020343d82b621b5e7dc33121a91f91463 Description: tool to adjust advanced configuration settings for GNOME GNOME Tweak Tool allows the adjustment of several advanced GNOME options that can't be configured in gnome-control-center. This includes things like: * fonts used in user interface elements and titlebar * font hinting and aliasing * alternative user interface themes * changes in window management behaviour * behaviour on laptop lid close * file manager desktop icons * icons in menus and buttons Homepage: http://live.gnome.org/GnomeTweakTool Package: gnome-user-guide Priority: optional Section: gnome Installed-Size: 24116 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-user-docs Version: 3.4.2-1+build1.9.201403150750 Depends: yelp (>= 3) Filename: 4.0-0/all/gnome-user-guide_3.4.2-1+build1.9.201403150750_all.deb Size: 6410842 MD5sum: e3ce11d0539eeb9bfae7dd461cf6c0cd SHA1: d3152c9570c3eb442417cdb9ce734c324bf2a057 SHA256: fb92453d17d71a901a597a77e0bb596adb19d45bb2ff08d607ea8176ba3ee3ef Description: GNOME user's guide Documentation for using the GNOME desktop environment and its components. It covers usage and setup of the core GNOME programs. Package: gnome-video-effects-dev Priority: optional Section: devel Installed-Size: 47 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-video-effects Version: 0.4.0-1.2.201403150829 Depends: gnome-video-effects (= 0.4.0-1.2.201403150829), gnome-video-effects-frei0r (= 0.4.0-1.2.201403150829) Filename: 4.0-0/all/gnome-video-effects-dev_0.4.0-1.2.201403150829_all.deb Size: 18868 MD5sum: d8dcbbd6dc8b963d3177dcc0d03eae2c SHA1: 2062e4f01ec0ebea82bc63c38a25de3436990804 SHA256: bd81b032c3ac5235242acf71e5fd3ee5993b177c66d572ebba4d1c68d9753afc Description: Development files for gnome-video-effects gnome-video-effects contains a collection of GStreamer effects to be used in GNOME. . This package contains the development files. Homepage: http://live.gnome.org/GnomeVideoEffects Package: gnome-video-effects-frei0r Priority: optional Section: gnome Installed-Size: 78 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-video-effects Version: 0.4.0-1.2.201403150829 Replaces: gnome-video-effects (<< 0.3.0-4) Depends: gstreamer0.10-plugins-bad, frei0r-plugins Breaks: gnome-video-effects (<< 0.3.0-4) Filename: 4.0-0/all/gnome-video-effects-frei0r_0.4.0-1.2.201403150829_all.deb Size: 29138 MD5sum: ee0e49905e7c66b4dd83c060197ce1a2 SHA1: 73b4f88637afbf0f9273c219f1c1e3177b0d94db SHA256: 23c0958a837a57f75ea0da7180ddd70c46864f3c2e4b7191d9628dfa7e3bbf34 Description: GNOME Video Effects - frei0r plugins gnome-video-effects contains a collection of GStreamer effects to be used in GNOME. . This package requires the frei0r plugins collection. Homepage: http://live.gnome.org/GnomeVideoEffects Package: gnome-video-effects Priority: optional Section: gnome Installed-Size: 169 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.4.0-1.2.201403150829 Depends: gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad Suggests: gnome-video-effects-frei0r Filename: 4.0-0/all/gnome-video-effects_0.4.0-1.2.201403150829_all.deb Size: 56498 MD5sum: 50c87d695091e7dda4b188abc3bd2217 SHA1: 07c0c830b4a605c8ba1e723dd96a65ed90746b8d SHA256: 5b7b68a5aadfab363f5de2067dafa67b1b74effda4f98d5d00be0e10abb7960c Description: GNOME Video Effects gnome-video-effects contains a collection of GStreamer effects to be used in GNOME. Homepage: http://live.gnome.org/GnomeVideoEffects Package: gnome-wine-icon-theme Priority: optional Section: gnome Installed-Size: 1825 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-wine, shiki-wine-theme Filename: 4.0-0/all/gnome-wine-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 347848 MD5sum: 3030cafc29cf7c0a7de91d4ce66756ab SHA1: c1019ede1cfa7913ecbd028143a8ba691c15a3c0 SHA256: f641d013d21af9b70db8826bd6cd464865482ec7f4413e1d5589e66eb735e921 Description: red variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Wine (Red) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnome-wise-icon-theme Priority: optional Section: gnome Installed-Size: 1828 Maintainer: GNOME-Colors Packagers Architecture: all Source: gnome-colors Version: 5.5.1-1.4.201403142037 Depends: gnome-colors-common Suggests: arc-wise, shiki-wise-theme Filename: 4.0-0/all/gnome-wise-icon-theme_5.5.1-1.4.201403142037_all.deb Size: 351062 MD5sum: 6a25903eca78aeb07c488ed99f6251e9 SHA1: 9a6a9072468d3ffa2189a271bb869b50001fb838 SHA256: aeb1c0f82d38bbfc24e48a745e88b42dfe11c6c6a3b36db97f387badbeee0f04 Description: green variation of the GNOME-Colors icon theme GNOME-Colors is a set of GNOME icon themes, with some inspiration from Tango, Elementary, Discovery, Tango Generator and others. . Its goal is to create an easy way for anyone to make their desktop consistently match their moods, wallpapers, laptop colors, etc. . The icons were designed to match the Shiki-Colors GTK+ Themes and their additional artwork. . This package provides the GNOME-Wise (Green) variation of the GNOME-Colors icon theme. Homepage: http://code.google.com/p/gnome-colors/ Package: gnomecatalog Priority: optional Section: gnome Installed-Size: 334 Maintainer: Jose Sanchez Moreno Architecture: all Version: 0.3.4.2-1.4.201403150842 Depends: python, python-support (>= 0.90.0), python-gtk2 (>= 2.6.0), python-glade2 (>= 2.6.0), python-gnome2 (>= 2.10.0), python-pysqlite2, python-kaa-metadata, python-gobject, gnome-icon-theme, librsvg2-common Suggests: python-sexy Filename: 4.0-0/all/gnomecatalog_0.3.4.2-1.4.201403150842_all.deb Size: 52158 MD5sum: 30190c8edfee09d93a7710df8b289e1c SHA1: acd0b218bf4f615b556c032378bc641ac82b01e6 SHA256: 5aab026cdcd9e2ce7a6991673a46b9ca26c21a1fb09692f69c5cb526bd4ab179 Description: catalog CD, DVD and hard disk files Generate thumbnails of the video files and image files via thumbnailers and saves it in the database files. Save the metadata of the files, then you can search in the metatada of mp3, avis, images (exif). The program have been develop in python-gtk. Homepage: http://gnomecatalog.sf.net Package: gnu-smalltalk-common Priority: extra Section: interpreters Installed-Size: 7475 Maintainer: Debian GNU Smalltalk maintainers Architecture: all Source: gnu-smalltalk Version: 3.2.4-2.4.201403150937 Conflicts: gnu-smalltalk (<< 2.3.3-1) Filename: 4.0-0/all/gnu-smalltalk-common_3.2.4-2.4.201403150937_all.deb Size: 1592500 MD5sum: 9d575801677696d574137ca5bd77e00b SHA1: 12ee8b5f595f1c480760da78370c8d3f5b51730f SHA256: 12f1eb49c6f33579e2de1fa4d5b00677097a635e9429516205c4d583e7262d93 Description: GNU Smalltalk class library sources and extras This package contains GNU Smalltalk class library sources, examples, and extras SmallTalk ARchives (.star files). . Some of the Smalltalk archives included: * SUnit * Glorp * Magritte * XML * XSL * XPath * WebServer * Swazoo * Seaside * ROE * SandstoneDb . For more information on GNU Smalltalk see the gnu-smalltalk package. Homepage: http://smalltalk.gnu.org Package: gnu-smalltalk-doc Priority: extra Section: doc Installed-Size: 529 Maintainer: Debian GNU Smalltalk maintainers Architecture: all Source: gnu-smalltalk Version: 3.2.4-2.4.201403150937 Depends: info | info-browser, dpkg (>= 1.15.4) | install-info Conflicts: gnu-smalltalk (<< 1.6.1-2) Filename: 4.0-0/all/gnu-smalltalk-doc_3.2.4-2.4.201403150937_all.deb Size: 510752 MD5sum: 469cd353f56028eaa7762942cd442691 SHA1: 806a7603362ce0e0b36db5eb5cf0c23c3a0a5dae SHA256: 7801216675fa6bbb26333ce78abee699cde42ae73b41a17bc583f0d930d3a731 Description: GNU Smalltalk info documentation This package contains the documentation in info format for GNU Smalltalk. . For more information on GNU Smalltalk see the gnu-smalltalk package. Homepage: http://smalltalk.gnu.org Package: gnu-smalltalk-el Priority: extra Section: lisp Installed-Size: 195 Maintainer: Debian GNU Smalltalk maintainers Architecture: all Source: gnu-smalltalk Version: 3.2.4-2.4.201403150937 Depends: emacs | emacsen Conflicts: gnu-smalltalk (<< 2.3.3-1) Filename: 4.0-0/all/gnu-smalltalk-el_3.2.4-2.4.201403150937_all.deb Size: 89678 MD5sum: ee4a5522b97fbd87125f5abbb8e567fc SHA1: 5c3d8e6f19b2509243b3ebdd1f513744a2e38629 SHA256: a86d7706233a3d9fda4601af81cb5577faf1fafb950132de94d07cf4db99ad7c Description: GNU Smalltalk Emacs front-end This package contains an Emacs major mode for editing Smalltalk code. . This mode features syntax highlighting, auto indentation and interaction with GNU Smalltalk. . For more information on GNU Smalltalk see the gnu-smalltalk package. Homepage: http://smalltalk.gnu.org Package: gnu-standards Priority: optional Section: doc Installed-Size: 1623 Maintainer: Tim Retout Architecture: all Version: 2010.03.11-1.4.201403150947 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/gnu-standards_2010.03.11-1.4.201403150947_all.deb Size: 1273886 MD5sum: ccbb58b6855fff5292e5ee544f62a8de SHA1: af7e20e9bef3b1d93cd4b8c06974e5c19bc9cede SHA256: 31d19756c8e09aa62c63a08f05d1a0d1c36f7988957df1f85deee43d22b72336 Description: GNU coding and package maintenance standards This package contains two pieces of documentation from the GNU project: 'GNU Coding Standards', and 'Information for Maintainers of GNU Software'. . These are useful to refer to if you are writing or maintaining software for GNU, but could also be helpful as guidelines for other projects. Homepage: http://savannah.gnu.org/projects/gnustandards Package: gnubg-data Priority: optional Section: games Installed-Size: 14759 Maintainer: Russ Allbery Architecture: all Source: gnubg Version: 0.90+20120429-1.1.201410221612 Depends: dpkg (>= 1.15.4) | install-info, ttf-dejavu-core Recommends: gnubg (>= 0.90+20120429-1.1.201410221612) Filename: 4.0-0/all/gnubg-data_0.90+20120429-1.1.201410221612_all.deb Size: 12612670 MD5sum: 5e016a922bad9319eeb868871f06eb7f SHA1: 27949c8f63c3cb097aba00bd1a03f551f27b0067 SHA256: 1739e1d6e0cae427d9adddc18bf4930d0db2b157ba42d13eecf7b23d7fe29ac0 Description: data files for GNU Backgammon GNU Backgammon is a strong backgammon program (world-class with a bearoff database installed) usable either as an engine by other programs or as a standalone backgammon game. In addition to supporting simple play, it also has extensive analysis features, a tutor mode, adjustable difficulty, and support for exporting annotated games. . This package contains the data files needed by GNU Backgammon (textures sounds, locale information, neural network weights, and so forth). Homepage: http://www.gnubg.org/ Package: gnucash-common Priority: optional Section: gnome Installed-Size: 23465 Maintainer: Sébastien Villemot Architecture: all Source: gnucash Version: 1:2.4.10-6.11.201403151006 Replaces: gnucash (<< 2.4.0-1~) Depends: dpkg (>= 1.15.4) | install-info, gconf2 (>= 2.28.1-2) Recommends: gnucash (>= 1:2.4.10-6.11.201403151006) Breaks: gnucash (<< 2.4.0-1~) Filename: 4.0-0/all/gnucash-common_2.4.10-6.11.201403151006_all.deb Size: 5851378 MD5sum: 227d402865be9acb6d0874cd26423ef4 SHA1: 4e2156739b044da9b439bda23cb9284c4ce82d26 SHA256: 1d632d2402a6f551712f850ab541b3052951605ef417402ee80459e442b4b552 Description: common files for the financial-accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the architecture independent parts of Gnucash. It should not be installed directly, but is pulled in automatically by the dependencies of the Gnucash package. Homepage: http://www.gnucash.org/ Package: gnucash-docs Priority: optional Section: doc Installed-Size: 55723 Maintainer: Sébastien Villemot Architecture: all Version: 2.4.1-3.4.201403151022 Recommends: yelp Suggests: gnucash, pdf-viewer, www-browser Conflicts: gnucash (<< 1.9.0-1) Filename: 4.0-0/all/gnucash-docs_2.4.1-3.4.201403151022_all.deb Size: 50831948 MD5sum: 9b99617d97ed9dde65a71426f315efbf SHA1: b7ceab42db9a8536cec9d0bb960e7f40d95a1398 SHA256: 4139ea6f708a6163207739577981dbe56471a6508cb0803509835c6ed6e3cf76 Description: Documentation for gnucash, a personal finance tracking program GnuCash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the GnuCash Help Manual and the GnuCash Tutorial and Concepts Guide. . The Help Manual is a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Tutorial and Concepts Guide is an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice. . These documents are available in HTML, PDF and DocBook formats (the latter is intended to be viewed with the GNOME Help browser). . Translations in German, Italian and Japanese are also included in this package (only in DocBook format). Homepage: http://www.gnucash.org Package: gnuhtml2latex Priority: optional Section: text Installed-Size: 53 Maintainer: Gunnar Wolf Architecture: all Version: 0.4-2.4.201403151052 Depends: perl, libhtml-parser-perl Recommends: wget Filename: 4.0-0/all/gnuhtml2latex_0.4-2.4.201403151052_all.deb Size: 10546 MD5sum: c3789a9f2e67551a4d07b834fb04a758 SHA1: 10b88fc1d96cf6077437adc4a16e49d7281ea541 SHA256: 51b449c07df2eb8c921a6115b1768d24b2321f12e7701ed5ebec3bd620abae3d Description: Convert HTML files to LaTeX gnuhtml2latex is a Perl script that converts HTML files to LaTeX files. It takes list of .html files as arguments and make .tex ones. Can also convert html stdin to latex stdout. Package: gnuift-doc Priority: optional Section: doc Installed-Size: 4723 Maintainer: Debian QA Group Architecture: all Source: gnuift Version: 0.1.14-12.11.201403151057 Filename: 4.0-0/all/gnuift-doc_0.1.14-12.11.201403151057_all.deb Size: 814210 MD5sum: eabea65fa25cfa32737b7fb8d9658866 SHA1: 696006375d3b974216f910940b2893ab8ff75fd4 SHA256: 5efe30483e92e593c87865a6c2d1a3bc81f4d13a993465f7fb8d28e64989f3b5 Description: Documentation for gnuift This package includes gift-guide, configuring-and-hacking-the-gift and the doxygen reference tree. The application is contained in the gnuift package. . The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS). It enables you to do Query By Example on images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection. . The GIFT comes with a tool which lets you index whole directory trees containing images in one go. You then can use the GIFT server and its client, to browse your own image collections. . The GIFT is an open framework. The developers explicitly have taken into account the possibility of adding new ways of querying to the framework. The communication protocol for client-server communication, MRML, is XML based and fully documented (http://www.mrml.net). This aims at promoting code reuse among researchers and application developers. . To avoid a name clash with the "gift" package (a fasttrack filesharing client), these packages have been named "gnuift" (also to stress that gnuift is a GNU project). Homepage: http://www.gnu.org/software/gift/ Package: gnuift-perl Priority: optional Section: perl Installed-Size: 276 Maintainer: Debian QA Group Architecture: all Source: gnuift Version: 0.1.14-12.11.201403151057 Depends: gnuift (>= 0.1.14-12.11.201403151057), gnuift (<< 0.1.14-12.11.201403151057.1~), perl, imagemagick, libtext-iconv-perl, libxml-handler-trees-perl, libxml-sax-expat-perl, libxml-sax-perl, libxml-libxml-perl, libxml-parser-perl, libhtml-parser-perl, libxml-writer-perl, libparse-yapp-perl, libxml-xql-perl, libxml-dom-perl, libwww-perl Filename: 4.0-0/all/gnuift-perl_0.1.14-12.11.201403151057_all.deb Size: 92862 MD5sum: 0b5656878aebb900fe912216971214d0 SHA1: 6011324e98e055b7cdb644409897ee0b1e269c31 SHA256: 448eb0eea9a0efda44a39d11a499f7f25ae9b90d19bc20faaf4aa3213ddf798e Description: GNU Image Finding Tool - perl modules Architecture independent perl modules of gnuift. The application is contained in the gnuift package. . The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS). It enables you to do Query By Example on images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection. . The GIFT comes with a tool which lets you index whole directory trees containing images in one go. You then can use the GIFT server and its client, to browse your own image collections. . The GIFT is an open framework. The developers explicitly have taken into account the possibility of adding new ways of querying to the framework. The communication protocol for client-server communication, MRML, is XML based and fully documented (http://www.mrml.net). This aims at promoting code reuse among researchers and application developers. . To avoid a name clash with the "gift" package (a fasttrack filesharing client), these packages have been named "gnuift" (also to stress that gnuift is a GNU project). Homepage: http://www.gnu.org/software/gift/ Package: gnulib Priority: optional Section: devel Installed-Size: 35064 Maintainer: Ian Beckwith Architecture: all Version: 20120404+stable-1.8.201403151112 Depends: dpkg (>= 1.15.4) | install-info, build-essential, m4, autoconf, automake, gettext (>= 0.18.1), autopoint, bison, gperf, texinfo, libtool Suggests: perl, clisp Filename: 4.0-0/all/gnulib_20120404+stable-1.8.201403151112_all.deb Size: 7033320 MD5sum: a0ebb71047f77011298156a346f20c29 SHA1: 2ba11345707b06147274ae51d39768d9696b7ffa SHA256: 4a078193a946237920b749d55e09c274cec97ed10ddaa6da0712900c02d7ef3b Description: GNU Portability Library The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs. Homepage: http://www.gnu.org/software/gnulib/ Package: gnumed-client-de Priority: optional Section: misc Installed-Size: 62 Maintainer: Debian Med Packaging Team Architecture: all Source: gnumed-client Version: 1.1.17+dfsg-1.6.201403151117 Depends: gnumed-client (= 1.1.17+dfsg-1.6.201403151117), libchipcard-tools, adduser Recommends: wgerman-medical, hunspell-de-med Suggests: libctapimkt0 Filename: 4.0-0/all/gnumed-client-de_1.1.17+dfsg-1.6.201403151117_all.deb Size: 16002 MD5sum: ec91c6c394c531d9dfa38daf934104aa SHA1: e91622a0d016c02ea09ce9ccb5a777dd035fffbb SHA256: cf9fdc66c0a0537f4955ab86e755ccd154e1e38e4c15e38d3a02a5cd6566f2a4 Description: medical practice management - Client for German users Just install this package if you want to use the GNUmed client in Germany and you have to use German chipcard systems. The package installs the GNUmed client and cares for proper libchipcard support. Homepage: http://www.gnumed.de Package: gnumed-client Priority: optional Section: misc Installed-Size: 5267 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.1.17+dfsg-1.6.201403151117 Depends: python, python-wxgtk2.8, gnumed-common (= 1.1.17+dfsg-1.6.201403151117), file, python-enchant, python-egenix-mxdatetime, hunspell | aspell | ispell | myspell-dictionary | hspell, python-gnuplot, texlive-latex-base Recommends: gnumed-doc (= 1.1.17+dfsg-1.6.201403151117), ginkgocadx | aeskulap | amide | dicomscope | imagej | xmedcon, xsane (>= 0.991), extract, ntp | ntpdate, iceweasel | www-browser, libreoffice-writer | openoffice.org-writer, python-uno, wgerman-medical, xdg-utils, gtklp, texlive-latex-recommended, texlive-latex-extra, cups-pdf, pdftk, freediams (>= 0.7.1) Suggests: korganizer, libchipcard-tools, incron, gnumed-server (>= 0v16), konsolekalendar, pgadmin3, gimp | kolourpaint, shutdown-at-night, edfbrowser, autokey-qt | autokey-gtk Filename: 4.0-0/all/gnumed-client_1.1.17+dfsg-1.6.201403151117_all.deb Size: 1510004 MD5sum: 7732191d41c433cf43f282f1e07b5b24 SHA1: 69bd85ce98f2fe32e19861a93cbe471301049070 SHA256: 5b4bc7021123b00e7a822d468aaa84d74e387028aa0a079d25602e8d50d42cca Description: medical practice management - Client This is the GNUmed Electronic Medical Record. Its purpose is to enable doctors to keep a medically sound record on their patients' health. It does not currently provide functionality for billing and stock keeping. Clinical features are well-tested by real doctors in the field. . While the GNUmed team has taken the utmost care to make sure the medical records are safe at all times you still need to make sure you are taking appropriate steps to backup the medical data to a safe place at appropriate intervals. Do not forget to test your recovery procedures, too ! . Protect your data! GNUmed itself comes without any warranty whatsoever. You have been warned. . This package contains the wxpython client. Homepage: http://www.gnumed.de Package: gnumed-common Priority: optional Section: misc Installed-Size: 537 Maintainer: Debian Med Packaging Team Architecture: all Source: gnumed-client Version: 1.1.17+dfsg-1.6.201403151117 Depends: python-psycopg2 (>= 2.2), python-egenix-mxdatetime Filename: 4.0-0/all/gnumed-common_1.1.17+dfsg-1.6.201403151117_all.deb Size: 136174 MD5sum: 458511a44ef8a663d8ffa38dc40640a3 SHA1: ecef996865b533841d1791389b041aaa3272fd08 SHA256: 19a13fd5af5400bd796c72998fc58e4cbff47d4ed514fdb832b2fbfe52f3ea63 Description: medical practice management - common files This is the GNUmed Electronic Medical Record. Its purpose is to enable doctors to keep a medically sound record on their patients' health. Currently it is not fully featured. The features provided are, however, tested, in use, and considered stable. This package does NOT yet provide functionality for billing and stock keeping. . While the GNUmed team has taken the utmost care to make sure the medical records are safe at all times you still need to make sure you are taking appropriate steps to backup the medical data to a safe place at appropriate intervals. Do test your backup and disaster recovery procedures, too ! . Protect your data! GNUmed itself comes without any warranty whatsoever. You have been warned. . This package contains the files which are common to client and server. Homepage: http://www.gnumed.de Package: gnumed-doc Priority: optional Section: doc Installed-Size: 1887 Maintainer: Debian Med Packaging Team Architecture: all Source: gnumed-client Version: 1.1.17+dfsg-1.6.201403151117 Recommends: dhelp Suggests: gnumed-client, dwww Filename: 4.0-0/all/gnumed-doc_1.1.17+dfsg-1.6.201403151117_all.deb Size: 1056620 MD5sum: c5471e496a540b6113cfff70ad9899b9 SHA1: a142b73091ef65f0b8bd88fbf1048e0b9323c38a SHA256: e4ecd65f16ce8139de75accf78e001dab6e82503499e6a2cd6c36ab23c9de21f Description: medical practice management - Documentation This is the GNUmed Electronic Medical Record. Its purpose is to enable doctors to keep a medically sound record on their patients' health. Currently it is not fully featured. The features provided are, however, tested, in use, and considered stable. This package does NOT yet provide functionality for billing and stock keeping. . While the GNUmed team has taken the utmost care to make sure the medical records are safe at all times you still need to make sure you are taking appropriate steps to backup the medical data to a safe place at appropriate intervals. Do test your backup and disaster recovery procedures, too ! . Protect your data! GNUmed itself comes without any warranty whatsoever. You have been warned. . This package contains the documentation for users. Enhances: gnumed-client Homepage: http://www.gnumed.de Package: gnumed-server Priority: optional Section: misc Installed-Size: 37974 Maintainer: Debian Med Packaging Team Architecture: all Version: 16.17-1.4.201403151119 Depends: postgresql (>= 8.4) | postgresql-8.4, postgresql-client, python, debconf, bsd-mailx | mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, rsync, python-psycopg2 (>= 2.0.8), python-egenix-mxdatetime Suggests: postgresql-contrib, postgresql-plr | postgresql-9.1-plr, bacula-console, postgresql-filedump Filename: 4.0-0/all/gnumed-server_16.17-1.4.201403151119_all.deb Size: 13495172 MD5sum: d4dd138f9581595d52aef3667d020519 SHA1: 3b9fa2227fb8b3fa700ebc18a8512093aa3552ab SHA256: 8174360a2925bb230082296576f81fa198729bc0a8e76bbec63b8c1bf1239bc3 Description: medical practice management - server This is the GNUmed Electronic Medical Record. Its purpose is to enable doctors to keep a medically sound record on their patients' health. It does not currently provide functionality for billing and stock keeping. Clinical features are well-tested by real doctors in the field. . While the GNUmed team has taken the utmost care to make sure the medical records are safe at all times you still need to make sure you are taking appropriate steps to backup the medical data to a safe place at appropriate intervals. Do not forget to test your recovery procedures, too ! . Protect your data! GNUmed itself comes without any warranty whatsoever. You have been warned. . This package contains the PostgreSQL server part. . Note: The package does currently _NOT_ build the GNUmed database but just installs the needed SQL files. Please see README.Debian. Homepage: http://www.gnumed.de Package: gnumeric-common Priority: optional Section: math Installed-Size: 13784 Maintainer: J.H.M. Dassen (Ray) Architecture: all Source: gnumeric Version: 1.10.17-1.1.17.201403151124 Replaces: gnumeric (<= 1.2.6-1) Filename: 4.0-0/all/gnumeric-common_1.10.17-1.1.17.201403151124_all.deb Size: 4214376 MD5sum: 8b1cb7e45243e6d00fbee7e7d516345f SHA1: 753bd5b2a9fc163198b15e8bc695d1effd481f11 SHA256: 44131c7ba81184ec1485194310d0234e958f4e80adbccad4fda90b7ec8f836b4 Description: spreadsheet application for GNOME - common files Gnumeric is a spreadsheet application that interoperates well with other spreadsheets. It comes with plugins that enable it to deal with commonly used spreadsheet file formats. . This package contains architecture-independent data files needed by gnumeric. Homepage: http://www.gnumeric.org/ Package: gnumeric-doc Priority: optional Section: doc Installed-Size: 8748 Maintainer: J.H.M. Dassen (Ray) Architecture: all Source: gnumeric Version: 1.10.17-1.1.17.201403151124 Replaces: docbook-xsl, gnumeric (<< 1.1.17-2), gnumeric1.0-doc Recommends: yelp (>= 2.6.0), gnome-desktop-data Suggests: gnumeric (>= 1.10.17), docbook-xsl Breaks: gnumeric1.0-doc Filename: 4.0-0/all/gnumeric-doc_1.10.17-1.1.17.201403151124_all.deb Size: 6822038 MD5sum: 8e4206fcfe126c610dbe89f84d01c42d SHA1: d05e629b0d0e0987a01e63520afcb89b8ffe2fd9 SHA256: 5510e7c7a15935b2c7f58844bdb4ba789cc699f4aed022acef3eba69212305c7 Description: spreadsheet application for GNOME - documentation Gnumeric is a spreadsheet application that interoperates well with other spreadsheets. It comes with plugins that enable it to deal with commonly used spreadsheet file formats. . This package provides the user manual in GNOME Help (DocBook XML) format. Homepage: http://www.gnumeric.org/ Package: gnunet Priority: optional Section: net Installed-Size: 66 Maintainer: Bertrand Marc Architecture: all Version: 0.9.3-7.7.201403151139 Depends: gnunet-client, gnunet-server Filename: 4.0-0/all/gnunet_0.9.3-7.7.201403151139_all.deb Size: 41096 MD5sum: ca7f6a2fc1d5dabe37b74a80ba22023f SHA1: 65a929765df1451bd867025bff274cef8d84f878 SHA256: fbfa4642a7e29b84ba893a0180c0c669121ede95c4a82c9dfc58b60c4887f340 Description: secure, trust-based peer-to-peer framework (meta) GNUnet is a peer-to-peer framework which focuses on providing security. All link-to-link messages in the network are confidential and authenticated. The framework provides a transport abstraction layer and can currently encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages. . This package is a metapackage depending on gnunet-client, gnunet-server and gnunet-tools. Homepage: http://www.gnunet.org/ Package: gnupg-doc Priority: optional Section: doc Installed-Size: 4577 Maintainer: Don Armstrong Architecture: all Version: 2003.04.06+dak1-1.4.201403151216 Suggests: gnupg Filename: 4.0-0/all/gnupg-doc_2003.04.06+dak1-1.4.201403151216_all.deb Size: 3244142 MD5sum: d580b2b897240f61ad1df1bf364c23d8 SHA1: 2bad3c9acf2549911f3e6c337807c64aa47692be SHA256: 17b2abf802b63777d47a0c311e45302e67644fa47cc62ba45ed108f8dd3633db Description: GNU Privacy Guard documentation Additional documentation for GnuPG in HTML and (where possible) PostScript and plain text format. Includes: . o The GNU Privacy Handbook o Replacing PGP 2.x with GnuPG o GnuPG mini-HOWTO . The GNU Privacy Handbook is provided in English, French, German, Italian, Spanish and Russian. The Replacing PGP 2.x with GnuPG document is provided in English and Spanish. The mini-HOWTO is provided in English, Catalan, Chinese, Dutch, French, German, Portuguese, Spanish, Swedish and Vietnamese. Package: gnuplot-doc Priority: optional Section: doc Installed-Size: 4454 Maintainer: Debian Science Team Architecture: all Source: gnuplot Version: 4.6.0-8.7.201403151236 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/gnuplot-doc_4.6.0-8.7.201403151236_all.deb Size: 2909086 MD5sum: 3af1eb94f3211624ea299cae0d43c35c SHA1: 79a4690588ec48662a684188523a8121f639a164 SHA256: 59dd6687c5ab0773950a9b28b048ea76b3460d8e6cba831c7e6fcc1479ea456d Description: Command-line driven interactive plotting program. Doc-package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains the additional documentation. Homepage: http://gnuplot.sourceforge.net/ Package: gnuplot-mode Priority: optional Section: math Installed-Size: 366 Maintainer: Vincent Fourmond Architecture: all Version: 1:0.6.0-8.4.201403151245 Depends: emacs23 | emacs22 | xemacs21 | emacsen, gnuplot-nox | gnuplot-x11 Suggests: gnuplot-doc Filename: 4.0-0/all/gnuplot-mode_0.6.0-8.4.201403151245_all.deb Size: 144346 MD5sum: 50fc3018d35ddec6e1523836ed732e8c SHA1: 63cf49315b96d34fa54d1f818887c159ce688186 SHA256: c4abca19cffd8eab6bca4826da2595c1bb52802741a109796d3b2905345f96d3 Description: Yet another Gnuplot mode for Emacs Gnuplot is a major mode for Emacs flavours with the following features: - Functions for plotting lines, regions, entire scripts, or entire files - Graphical interface to setting command arguments - Syntax colorization - Completion of common words in Gnuplot - Code indentation - On-line help using Info for Gnuplot functions and features - Interaction with Gnuplot using comint - Pull-down menus plus a toolbar in XEmacs - Distributed with a quick reference sheet in postscript. Homepage: http://xafs.org/BruceRavel/GnuplotMode Package: gnupod-tools Priority: optional Section: sound Installed-Size: 478 Maintainer: Raphael Bossek Architecture: all Version: 0.99.8-2.8.201411011059 Depends: perl, dpkg (>= 1.15.4) | install-info, libxml-parser-perl, libunicode-string-perl, libxml-simple-perl, libmp3-info-perl, libogg-vorbis-header-pureperl-perl, libaudio-flac-header-perl, libtimedate-perl Recommends: gtkpod Suggests: timidity, lame, flac, faac, vorbis-tools Filename: 4.0-0/all/gnupod-tools_0.99.8-2.8.201411011059_all.deb Size: 163854 MD5sum: 45090e98b5d922d8ad605cc15a5752e2 SHA1: 1ba95d5ee83a80d5a3fec8d19bc9e4498bd9f745 SHA256: 83e6a18738d624031e9769c54c9fa6331bc18d59294eb99c4c0a998c9b8329c4 Description: command-line tools for the iPod family of portable music players GNUpod is made up of scripts that allow a user to manage a collection of songs and playlists on an Apple iPod. The original iPod, iPod Mini, and iPod Shuffle players are all supported. Homepage: http://www.gnu.org/software/gnupod Package: gnuradio-doc Priority: optional Section: doc Installed-Size: 48834 Maintainer: A. Maitland Bottoms Architecture: all Source: gnuradio Version: 3.5.3.2-1.2.201403151255 Filename: 4.0-0/all/gnuradio-doc_3.5.3.2-1.2.201403151255_all.deb Size: 9892116 MD5sum: 82a0a8772645c8cffa4acc5798d3c15a SHA1: 5ac169b42ab441857a84e23587ce6cd074b1b63a SHA256: ffef48b50114e348088a6706e4accd4bca2009be43cc104a57343389f71c97ad Description: GNU Software Defined Radio toolkit documentation Documentation for the GNU Radio software defined radio system in html and xml form. Package: gnus-bonus-el Priority: optional Section: lisp Installed-Size: 271 Maintainer: Peter S Galbraith Architecture: all Source: emacs-goodies-el Version: 35.2+nmu1.6.201403212209 Depends: emacs23 | emacsen Filename: 4.0-0/all/gnus-bonus-el_35.2+nmu1.6.201403212209_all.deb Size: 84188 MD5sum: 1c6d81ac26b7289829b951af4f26e0fe SHA1: c3b51eca27e4fc0e29b25d3753d6bab5737f3e22 SHA256: a0a00ced29a52f29c95dbdc02fba33e77b2e410bdf8ac49d6da724e48c837134 Description: Miscellaneous add-ons for Gnus This package contains a few Emacs-Lisp files, obtained from various sources, including the gnu.emacs.sources newsgroup and a few websites, that provide various functions to Gnus, the Emacs mail and news reader. . This package contains: gnus-eyecandy - enhance the group buffer by adding icons. gnus-filterhist - add a buffer which display the message filtering gnus-junk - semi-automatic replies to junk e-mails; gnus-pers - an alternative to gnus-posting-styles. message-x - customizable completion in message headers; nnir - searchable mail backend; nnnil - empty, read-only backend; nntodo - manage to-do items; spam-stat - spam-detector based on statistics. . See /usr/share/doc/gnus-bonus-el/README.Debian for a short description of all files. Package: gnustep-back-common Priority: optional Section: gnustep Installed-Size: 146 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-back Version: 0.20.1-2.1.7.201403151330 Replaces: gnustep-back-doc Provides: gnustep-back-doc Depends: fontconfig, mknfonts.tool (>= 0.5-10), ttf-freefont, gnustep-fslayout-fhs Breaks: gnustep-back-doc (<< 0.18.0-2) Filename: 4.0-0/all/gnustep-back-common_0.20.1-2.1.7.201403151330_all.deb Size: 72816 MD5sum: 485da04f62a9ae45b57a5c0cbefcb086 SHA1: 01dc6806a047b4f2523edb6f46bc1209def8a048 SHA256: 4953f0dd959fc2833742fdc857282f44df0f06d0825b29a3b7c36f5060422e58 Description: GNUstep GUI Backend - common files It is a backend component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System. . This package contains the common files needed by the GNUstep GUI Backend. Homepage: http://gnustep.org Package: gnustep-back0.20 Priority: optional Section: libs Installed-Size: 90 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-back Version: 0.20.1-2.1.7.201403151330 Depends: gnustep-back0.20-art | gnustep-back0.20-alt, gnustep-fslayout-fhs Suggests: ttf-dejavu | ttf-freefont | gsfonts-x11 Filename: 4.0-0/all/gnustep-back0.20_0.20.1-2.1.7.201403151330_all.deb Size: 65172 MD5sum: ed10646c2765905025ccab4a7dc1398e SHA1: 7684277c047b8327f3a9294724960e1a32413a82 SHA256: 895f0f2e32db89fb63288b22b5fcb95d9d07e8e0c7b0d58a7238e9d59c43af3b Description: GNUstep GUI Backend It is a backend component for the GNUstep GUI Library. The implementation of the GNUstep GUI Library is designed in two parts. The first part is the front-end component which is independent of platform and display system. This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to the X Window System. . This is an empty package that depends on the various backends. Homepage: http://gnustep.org Package: gnustep-base-common Priority: optional Section: gnustep Installed-Size: 513 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-base Version: 1.22.1-4.16.201403241100 Depends: gnustep-common (>= 2.6.1), xml-core (>= 0.12), gnustep-fslayout-fhs Suggests: gnustep-base-doc (>= 1.22.1-4.16.201403241100) Filename: 4.0-0/all/gnustep-base-common_1.22.1-4.16.201403241100_all.deb Size: 204594 MD5sum: f291ed5d575cc9b531330e8fdeadd0df SHA1: 5270f70e47410f18e71bc8bd88d6feb322c1ff66 SHA256: 20737cea39720f84e23e8330bae006ea3bf7277f7a9c7cc9a2bff5118524e8d1 Description: GNUstep Base library - common files The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This package contains the common files needed by the GNUstep Base library. Homepage: http://gnustep.org Package: gnustep-base-doc Priority: optional Section: doc Installed-Size: 7954 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-base Version: 1.22.1-4.16.201403241100 Depends: gnustep-fslayout-fhs, dpkg (>= 1.15.4) | install-info Recommends: libgnustep-base-dev (>= 1.22.1-4.16.201403241100) Filename: 4.0-0/all/gnustep-base-doc_1.22.1-4.16.201403241100_all.deb Size: 1877736 MD5sum: 66fd60a8cc2db17c32ab9b587a4ea302 SHA1: fb3acaf437879dc3d1f4e9085acbb26bb2568b05 SHA256: 7ee65793dfd0f9cf6c43f4dea045ab40be5f8dd6fd3522e3d66fe88a0780c271 Description: Documentation for the GNUstep Base Library This package contains the GNUstep Base Library API reference in gsdoc and HTML format, as well as the GNUstep Base programming manual and GNUstep Coding Standards in Info and PDF format. Homepage: http://gnustep.org Package: gnustep-base-examples Priority: optional Section: gnustep Installed-Size: 87 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-base Version: 1.22.1-4.16.201403241100 Depends: gnustep-base-common, gnustep-fslayout-fhs Recommends: libgnustep-base-dev (= 1.22.1-4.16.201403241100) Filename: 4.0-0/all/gnustep-base-examples_1.22.1-4.16.201403241100_all.deb Size: 15942 MD5sum: 857568162025430ca6e447c74ded6195 SHA1: dd5434701763aa8eebf908c9b2d40a55fae1bfbf SHA256: 02783e08926106d99cae2c1ca6309f40e962f915f8d6a5615535a0bcdba1b62a Description: Examples using the GNUstep Base Library The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This is the source for a few example (non-GUI) applications using the GNUstep Base Library. Homepage: http://gnustep.org Package: gnustep-core-devel Priority: optional Section: gnustep Installed-Size: 29 Maintainer: Debian GNUstep maintainers Architecture: all Source: meta-gnustep Version: 7.7.4.201403151346 Depends: libgnustep-gui-dev Recommends: gnustep-core-doc, librenaissance0-dev Suggests: gnustep-base-examples Filename: 4.0-0/all/gnustep-core-devel_7.7.4.201403151346_all.deb Size: 4972 MD5sum: b330ce3227d2ed14f78b1625f598bcce SHA1: 2742ddb38173cdd8dce783b768d7074239f3ae2c SHA256: ffa2e54ee2e8dec1c1a660172edeb5938eeec5f0a00c1aeb2143383d9e56cb95 Description: GNUstep Development Environment -- core libraries These are the packages needed to develop programs for the GNUstep environment. . This is a metapackage that depends on the GNUstep core libraries (FoundationKit and AppKit, aka GNUstep Base and GUI). Homepage: http://gnustep.org Package: gnustep-core-doc Priority: optional Section: doc Installed-Size: 28 Maintainer: Debian GNUstep maintainers Architecture: all Source: meta-gnustep Version: 7.7.4.201403151346 Depends: gnustep-make-doc, gnustep-base-doc, gnustep-gui-doc Recommends: renaissance-doc Filename: 4.0-0/all/gnustep-core-doc_7.7.4.201403151346_all.deb Size: 4482 MD5sum: e5f9d5badb78c38d523dcc16df5ec544 SHA1: 0a6a9d0967241bf59f9908de340f1dc75d662066 SHA256: 38b86d43596c37b83a4a6c63e24744278433656f2797e35c186e5d0c5261be02 Description: GNUstep Development Environment -- core documentation These packages provide documentation for developing programs for the GNUstep environment. . This is a metapackage that depends on the documentation packages of the core GNUstep development environment (GNUstep Make, Base and GUI). Homepage: http://gnustep.org Package: gnustep-devel Priority: optional Section: gnustep Installed-Size: 28 Maintainer: Debian GNUstep maintainers Architecture: all Source: meta-gnustep Version: 7.7.4.201403151346 Depends: gnustep-core-devel, gorm.app, projectcenter.app Recommends: librenaissance0-dev Suggests: steptalk, libpantomime1.2-dev, libpopplerkit-dev, libnetclasses-dev, libaddresses-dev, libaddressview-dev, librsskit-dev, gnustep-dl2 Filename: 4.0-0/all/gnustep-devel_7.7.4.201403151346_all.deb Size: 4544 MD5sum: 65831f577cd7934427f45bd413f5c241 SHA1: 20e616cea174acafcbae1569846168f110a180ac SHA256: e6fb9ba9bfdb87c4867754853700fc5e39655626d8b4cf5c7e86d59c223a14af Description: GNUstep Development Environment -- development tools These packages provide tools for development applications for GNUstep, as well as extra libraries for the GNUstep environment. . This is a metapackage that depends on gnustep-core-devel and commonly used development applications. Homepage: http://gnustep.org Package: gnustep-games Priority: optional Section: gnustep Installed-Size: 28 Maintainer: Debian GNUstep maintainers Architecture: all Source: meta-gnustep Version: 7.7.4.201403151346 Depends: shisen.app, gomoku.app, stepbill.app Recommends: gridlock.app, oolite Filename: 4.0-0/all/gnustep-games_7.7.4.201403151346_all.deb Size: 4434 MD5sum: 9bb5e6fccc5ffd08e4417081526dc967 SHA1: f1b78bc02019e4ad9ad749756fb4480afff1dcfa SHA256: 2481dbbdfba47c8d502dd6fcc09fd61e0bcd04f45f6c769da473345fa8e6d0dc Description: GNUstep games These packages are a few games for GNUstep. . This is a metapackage that depends on (almost) all games designed for the GNUstep environment. Homepage: http://gnustep.org Package: gnustep-gui-common Priority: optional Section: gnustep Installed-Size: 1580 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-gui Version: 0.20.0-3.16.201409262211 Depends: gnustep-base-common (>= 1.22.1), gnustep-fslayout-fhs Filename: 4.0-0/all/gnustep-gui-common_0.20.0-3.16.201409262211_all.deb Size: 818936 MD5sum: 0e8b62a100ffc795d3284d3ba26e1f8e SHA1: 4754ea89ff859efe491d1174a47a2d1756170307 SHA256: 9b90b0a4420cd34e2100cdbbe5dfa03ea2168f8cf09615c4b6a25420b8d547ae Description: GNUstep GUI Library - common files The GNUstep GUI Library is a powerful library of graphical user interface classes written completely in the Objective-C language; the classes are based upon the OpenStep specification, and provide the user with a traditional nextstep-like look and feel. . This package contains the common files needed by the GNUstep GUI library. Homepage: http://gnustep.org Package: gnustep-gui-doc Priority: optional Section: doc Installed-Size: 8422 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-gui Version: 0.20.0-3.16.201409262211 Depends: gnustep-fslayout-fhs Filename: 4.0-0/all/gnustep-gui-doc_0.20.0-3.16.201409262211_all.deb Size: 1479744 MD5sum: b0b1dce5697fe88b6bd5d4ec871e5efb SHA1: 2f6ba5c3943f984c73346398dcc2a3d5b9bc0a77 SHA256: 11feabc662a5572c8ade0cf407cb35294127188763c5e228aa0f505e7c68d8da Description: Documentation for the GNUstep GUI Library The GNUstep GUI Library is a powerful library of graphical user interface classes written completely in the Objective-C language; the classes are based upon the OpenStep specification, and provide the user with a traditional nextstep-like look and feel. . This package contains text, gsdoc, PDF and HTML documentation for the GNUstep GUI Library. Homepage: http://gnustep.org Package: gnustep-icons Priority: optional Section: gnustep Installed-Size: 1372 Maintainer: Gürkan Sengün Architecture: all Version: 1.0-5.4.201403151410 Filename: 4.0-0/all/gnustep-icons_1.0-5.4.201403151410_all.deb Size: 359074 MD5sum: aaaf6b827f3788252181bab1854bc333 SHA1: 78af4bf617cb2cc8387fed5857d29e173fe555f1 SHA256: 6ceef09f2b88cf917ec3e61feec0b4552005f4afcded33e7ab07057c278f0cba Description: Several free icons for use with GNUstep and others They all have a basic NeXTSTEPish look and feel. These icons are placed where the WindowMaker package expects them by default. Homepage: http://gnu.ethz.ch/linuks.mine.nu/icons/icons.html Package: gnustep-make-doc Priority: optional Section: doc Installed-Size: 1428 Maintainer: Debian GNUstep maintainers Architecture: all Source: gnustep-make Version: 2.6.2-2.14.201409251330 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/gnustep-make-doc_2.6.2-2.14.201409251330_all.deb Size: 850288 MD5sum: aeb0a4ecc4f1defd61ed76e8ab78372b SHA1: 1f5d5353343d20cf9696cffa23abd1129a86376f SHA256: 6ef5b7cfeb3f9df7f4e6de5f958e42a10034f8636a8333d1297443dde4ac00ec Description: Documentation for GNUstep-make This package contains text, HTML and PDF documentation for the GNUstep-make package. Homepage: http://gnustep.org Package: gnustep-make Priority: optional Section: gnustep Installed-Size: 804 Maintainer: Debian GNUstep maintainers Architecture: all Version: 2.6.2-2.14.201409251330 Replaces: gnustep-common (<< 2.6.2-1) Depends: gnustep-common, gobjc, autotools-dev, gnustep-fslayout-fhs Suggests: gnustep-make-doc (>= 2.0.0), gnustep-base-common Breaks: gnustep-common (<< 2.6.2-1) Filename: 4.0-0/all/gnustep-make_2.6.2-2.14.201409251330_all.deb Size: 227194 MD5sum: 049eca88ea17357d11f4420dd0653ece SHA1: bf962507f53b120138027b3afdf68a62ecf3cc03 SHA256: 0b9682997a82accaf61f7bec3a391720c4c120156df020e33e2d8e20a8d8346f Description: Basic GNUstep Makefiles This package contains the makefiles needed to compile any GNUstep software. Homepage: http://gnustep.org Package: gnustep Priority: optional Section: gnustep Installed-Size: 28 Maintainer: Debian GNUstep maintainers Architecture: all Source: meta-gnustep Version: 7.7.4.201403151346 Depends: systempreferences.app, gworkspace.app, terminal.app, price.app | preview.app, zipper.app, textedit.app Recommends: gnumail.app, talksoup.app, viewpdf.app, charmap.app, wmaker, gnustep-icons, gnustep-examples Suggests: aclock.app, camera.app, timemon.app, cenon.app, poe.app, plopfolio.app, mpdcon.app, lusernet.app, grr.app, cynthiune.app, agenda.app, edenmath.app, volumecontrol.app Filename: 4.0-0/all/gnustep_7.7.4.201403151346_all.deb Size: 4594 MD5sum: 527b2a6b220b8502f5dfd3b96c89e852 SHA1: f62a5cc8bf75c6502f09dc43487e1bf55ca0a80e SHA256: 5d88f910b37ae3cf40208eb1f814900c43db7644794d9b40960cdf3e0bc51a5c Description: User applications for the GNUstep Envireonment These packages will give a fairly complete GNUstep user environment. . This is a metapackage depending on some of the important GNUstep applications. Homepage: http://gnustep.org Package: gnutls26-doc Priority: optional Section: doc Installed-Size: 5738 Maintainer: Debian GnuTLS Maintainers Architecture: all Source: gnutls26 Version: 2.12.20-8.28.201407141636 Filename: 4.0-0/all/gnutls26-doc_2.12.20-8.28.201407141636_all.deb Size: 2620444 MD5sum: 81a281a240fd7f1f5ae763edebc70036 SHA1: 1c36c747a045c73735261a05f024c0c6ad4610c8 SHA256: 2c2ed7d55a876ec1665ea163ea3fdaaed8f31f604dc1f1393eb2d702130e09f6 Description: GNU TLS library 2.x - documentation and examples GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the documentation for the GnuTLS 2.x legacy version. Multi-Arch: foreign Homepage: http://www.gnutls.org/ Package: go2 Priority: extra Section: utils Installed-Size: 110 Maintainer: David Villa Alises Architecture: all Version: 1.20120217-1.4.201403151431 Depends: python (>= 2.6.6-7~), python (<< 2.8), tree Filename: 4.0-0/all/go2_1.20120217-1.4.201403151431_all.deb Size: 15418 MD5sum: 15876966b4229dbcd25fbde511aa13cd SHA1: 7dc6c9fa70047c55c0c129af6718390c655059f8 SHA256: 998b01dab2bceb61488d202c95cd804115d3e15557ca4e0fcce1f36a3e3bade4 Description: fast directory finder This package provides a mechanism for quickly changing directory on the commandline, in the style of the old Norton Change Directory for DOS, but designed specifically for bash. . Features: * cache of recent searches; * history list of visited directories; * blacklist of directories not to search; * configuration file for default options; * multiprocess execution. Homepage: http://savannah.nongnu.org/projects/go2/ Package: goban-original-games Priority: extra Section: x11 Installed-Size: 897 Maintainer: Al Nikolov Architecture: all Source: goban Version: 1.1-2.2.201403151447 Recommends: goban-ss Filename: 4.0-0/all/goban-original-games_1.1-2.2.201403151447_all.deb Size: 289834 MD5sum: 41897533c20f8814dc252c31cb6a044e SHA1: 806c7ce51ce1b1a69fde77e511e13b26b1015d41 SHA256: 640c459353e51753232017ad35b40211b4b608eab3f89fd2db1747b21eab50ab Description: Original games set for the Goban screensaver Several famous games for displaying by the Goban screensaver. Homepage: http://draves.org/goban/ Package: gobby-infinote Priority: optional Section: net Installed-Size: 62 Maintainer: Philipp Kern Architecture: all Version: 0.4.94-5.8.201403151457 Depends: gobby-0.5 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/gobby-infinote_0.4.94-5.8.201403151457_all.deb Size: 27384 MD5sum: 6bcff82e175161b816a82d4b7d1fd761 SHA1: 21c77193b2efa203b25f0b8196412914c7252c64 SHA256: 3fe817072d96b456393f068716e61fdb1ff03143e30af05b2da6e966c70130d7 Description: infinote-based collaborative text editor (current) Gobby is an editor which allows one to edit text documents and source files collaboratively over a network. All users could work on the file simultaneously without the need to lock it. The parts the various users write are highlighted in different colours and it supports syntax highlighting of various programming and markup languages. . This package is *not* protocol-compatible to the old Gobby 0.4. . This package is a metapackage and depends on the most current stable client version if multiple versions are available. Homepage: http://gobby.0x539.de Package: gobby Priority: optional Section: metapackages Installed-Size: 46 Maintainer: Philipp Kern Architecture: all Version: 0.4.13-2.7.201403151449 Depends: gobby-0.4, gobby-0.5 Filename: 4.0-0/all/gobby_0.4.13-2.7.201403151449_all.deb Size: 23236 MD5sum: 891dda0e70b3d6a217f988b31096e678 SHA1: 05eec9b9ae5f7b0213cc1e9460f8cbcf30d90736 SHA256: 83564cab5a91f92c763e92f93dbff6b2bdd2ba81e6b3ab073dd426908e3eec44 Description: collaborative text editors Gobby is an editor which allows one to edit text documents and source files collaboratively over a network. All users could work on the file simultaneously without the need to lock it. The parts the various users write are highlighted in different colours and it supports syntax highlighting of various programming and markup languages. . This metapackage depends on the two protocol-incompatible versions 0.4 and 0.5. Homepage: http://gobby.0x539.de Package: gobjc++-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: gobjc++-mingw-w64-i686, gobjc++-mingw-w64-x86-64, gcc-mingw-w64-base Filename: 4.0-0/all/gobjc++-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 952 MD5sum: 71b665cd115576333893cdc976083a84 SHA1: 3cbab0fcee9cc494ce799bbf2cd139cd25bc683a SHA256: 3d38015e2d36ea231b62a2b8fc040c12550a3d0b12ca7d7b189bcbff096dc629 Description: GNU Objective-C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64 Priority: extra Section: devel Installed-Size: 21 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (8.2.201403122005) Version: 4.6.3-14.7.201403121553+8.2.201403122005 Depends: gobjc-mingw-w64-i686, gobjc-mingw-w64-x86-64, gcc-mingw-w64-base Filename: 4.0-0/all/gobjc-mingw-w64_4.6.3-14.7.201403121553+8.2.201403122005_all.deb Size: 946 MD5sum: 62980d0d56dfd36cf8a259c0163de6df SHA1: 61b29213b9b70924304141ffe8406d7adbde6587 SHA256: 6c6d516d7bee40da1ac907bc0eb9e0f7a21356e1ef80d514c623d0a9bb4f624f Description: GNU Objective-C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Built-Using: gcc-4.6 (= 4.6.3-14.7.201403121553) Homepage: http://www.gnu.org/software/gcc/ Package: goby Priority: optional Section: editors Installed-Size: 1331 Maintainer: Tatsuya Kinoshita Architecture: all Version: 1.1-1.4.201403151515 Depends: emacs | emacs23 | emacs22 | emacs21 | emacs-snapshot Recommends: netpbm, imagemagick Suggests: ttf-liberation, ttf-dejavu, ttf-japanese-gothic, ttf-japanese-mincho, ghostscript Filename: 4.0-0/all/goby_1.1-1.4.201403151515_all.deb Size: 1208260 MD5sum: 40df248581b178ecab44b3a6a7512399 SHA1: a9b7264acee4aa0b9ecef38da109f8145f1764ca SHA256: 6c9211ece4b23fd5dfb3df5a08150c40bd104a81acb5ed702418e9cc76690bc9 Description: WYSIWYG presentation tool for Emacs Goby is an Emacs Lisp package to display large fonts and images, which can be used as a WYSIWYG presentation tool on GNU Emacs. . There are two modes, Edit and View, for Goby. Edit mode is implemented as a minor mode while View mode as a major mode. The created file (*.gby) is just a text, so you can easily handle it. . To display large fonts, install TrueType font packages. To use images, install the netpbm package. To make screen dumps, install the imagemagick package. Homepage: http://www.mew.org/~kazu/proj/goby/ Package: gocr-tk Priority: optional Section: graphics Installed-Size: 55 Maintainer: Cosimo Alfarano Architecture: all Source: gocr Version: 0.49-1.5.201403151517 Depends: gocr, tk8.5 | wish Suggests: xsane Filename: 4.0-0/all/gocr-tk_0.49-1.5.201403151517_all.deb Size: 16136 MD5sum: d47d00e15604b8ce2a9480a37ad1e633 SHA1: e786130155921823e2af42690d3abc1b726e7060 SHA256: fdd54da19d1af6f16bacb935552e3fa6f4ce5b009276a59e23cfe074116d7422 Description: tcl/tk wrapper around gocr gocr is a multi-platform OCR (Optical Character Recognition) program. . It can read pnm, pbm, pgm, ppm, some pcx and tga image files. . It is a tlc/tk GUI to gocr (a command line program). Homepage: http://jocr.sourceforge.net/ Package: golang-doc Priority: optional Section: doc Installed-Size: 6583 Maintainer: Ondřej Surý Architecture: all Source: golang Version: 2:1.0.2-1.1.2.201403151610 Replaces: golang-weekly-doc Provides: golang-weekly-doc Depends: golang-go Conflicts: golang-weekly-doc Filename: 4.0-0/all/golang-doc_1.0.2-1.1.2.201403151610_all.deb Size: 4520936 MD5sum: 3c4ffdc72407c4c2950de2b3184ea147 SHA1: a6fba2bbbf4a6698d782f8e29b18caec67615f35 SHA256: 0025b4e959093ea85b0d1ef0c06531d9c118ad24e4189530a633ec5764040499 Description: Go programming language compiler - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. You can view the formatted documentation by running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Homepage: http://golang.org/ Package: golang-mode Priority: optional Section: devel Installed-Size: 166 Maintainer: Ondřej Surý Architecture: all Source: golang Version: 2:1.0.2-1.1.2.201403151610 Depends: emacs23 | emacsen, emacsen-common (>= 1.4.14) Suggests: golang-go Filename: 4.0-0/all/golang-mode_1.0.2-1.1.2.201403151610_all.deb Size: 35078 MD5sum: ec2fc688a5d3e628abd9d7b1d955ada2 SHA1: f465273089459c6eb989c704c7861ec0f5cb3e30 SHA256: a0c8327487b5be3b234300a71e89d1a1e6945d9aeb1c0caf21cb4e45c5277e9e Description: Go programming language - mode for GNU Emacs This package provides a GNU Emacs major mode for editing code in Google's Go programming language. Homepage: http://golang.org/ Package: golang Priority: optional Section: devel Installed-Size: 87 Maintainer: Ondřej Surý Architecture: all Version: 2:1.0.2-1.1.2.201403151610 Replaces: golang-weekly Provides: golang-weekly Depends: golang-go (>= 2:1.0.2-1.1.2.201403151610), golang-src (>= 2:1.0.2-1.1.2.201403151610), golang-doc (>= 2:1.0.2-1.1.2.201403151610) Conflicts: golang-weekly Filename: 4.0-0/all/golang_1.0.2-1.1.2.201403151610_all.deb Size: 24908 MD5sum: 82ceb943e71373fcc6ed7b16455e551b SHA1: b21c8b409caa688f170d2e64c09a40ba314cd2c1 SHA256: 2e1584d571bbbebb0b3a7e8a230c820cb6bbcc2d4260d39b2f1ef2b025ec1809 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Homepage: http://golang.org/ Package: goldendict-wordnet Priority: optional Section: text Installed-Size: 16642 Maintainer: Debian Science Team Architecture: all Source: wordnet Version: 1:3.0-29.4.201403141136 Recommends: goldendict Conflicts: wordnet-goldendict Filename: 4.0-0/all/goldendict-wordnet_3.0-29.4.201403141136_all.deb Size: 17012588 MD5sum: bf9a325ceb8192c1d4e389d7fc1b778e SHA1: f585b9bddf6479f48daff6299dfeaf223667fbae SHA256: 71f43962705948dbec4210226caa711bac2b3aab4143d4e899a3725a53390df6 Description: electronic lexical database of English language for dict WordNet(C) is an on-line lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. . WordNet was developed by the Cognitive Science Laboratory (http://www.cogsci.princeton.edu/) at Princeton University under the direction of Professor George A. Miller (Principal Investigator). . This package contains an adaptation wordnet database for such dictionaries as goldendict. Homepage: http://wordnet.princeton.edu/ Package: google-perftools Priority: optional Section: devel Installed-Size: 232 Maintainer: Daigo Moriwaki Architecture: all Version: 2.0-2.4.201403151718 Depends: libgoogle-perftools4, curl Recommends: graphviz, gv Filename: 4.0-0/all/google-perftools_2.0-2.4.201403151718_all.deb Size: 78544 MD5sum: 9f8cf7f17b63c0d11735449865fa024b SHA1: 5b837970969c1db56c1d675b83aaa309b8b86705 SHA256: dbede81a08c1bfc3b3c9b00a86ac779c32c5f49329110acd9287d41d690db7b9 Description: command line utilities to analyze the performance of C++ programs The gperftools, previously called google-perftools, package contains some utilities to improve and analyze the performance of C++ programs. This is a part of that package, and includes command line utilities. Homepage: http://code.google.com/p/gperftools/ Package: google-sitemapgen Priority: optional Section: utils Installed-Size: 117 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.5-3.4.201403151723 Depends: python (>= 2.6) Filename: 4.0-0/all/google-sitemapgen_1.5-3.4.201403151723_all.deb Size: 28518 MD5sum: d2dd76d125a72ae51104f7244324a9ce SHA1: 242401938179a9252f1c8e92b2683f5cf5f03772 SHA256: 72e3d31d04f563e0d75340d5d445ade5c178686a5461b5a1dc041096a49f26fe Description: sitemap generator for Google Sitemap This script analyzes your web server and generates one or more sitemap files. These files are XML listings of content you make available on your web server. The files can be directly submitted to search engines as hints for the search engine web crawlers as they index your web site. This can result in better coverage of your web content in search engine indices, and less of your bandwidth spent doing it. Homepage: http://code.google.com/p/sitemap-generators/ Package: googlefontdirectory-tools Priority: optional Section: fonts Installed-Size: 162 Maintainer: Debian Fonts Task Force Architecture: all Version: 20120309.1-1.2.201403151727 Depends: fontforge-extras, fontforge-nox | fontforge, fonttools, python, python-fontforge, python-support (>= 0.90) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/googlefontdirectory-tools_20120309.1-1.2.201403151727_all.deb Size: 22612 MD5sum: 9c66a6b483eb8daeb155685b963925c6 SHA1: bd17132b92c6e6f86e56e98c30c723a7c358c4de SHA256: c4898591a885bc0d72aeb7b2936185c07b98c7fce2b5196a0d33dc606b7ab487 Description: various tools for generating, analysing and manipulating font files This package contains a collection of tools used by the Google Font Directory to work with fonts. . The package includes scripts to: * Generate ttf and otf fonts from sfd source files * Generate sfd source files from ttf and otf fonts * Generate font files with a subset of characters * Generate namelist files * Convert otf elements to ttf equivalents * Merge two font files into one * Auto-set and analyse PREP hinting and hinting tables * Setting GASP tables in font files * Analyse bounding boxes * Compare Unicode points and glyph names Homepage: http://code.google.com/p/googlefontdirectory/ Package: gosa-desktop Priority: optional Section: web Installed-Size: 92 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: debconf (>= 0.5) | debconf-2.0, konqueror | iceweasel | mozilla | firefox, debconf Filename: 4.0-0/all/gosa-desktop_2.7.4-4.3.6.201403151747_all.deb Size: 16318 MD5sum: 12f5ecf4b78060a4dd2b4a7b1079c33b SHA1: 265807b03f37fa446570381e2d8899c15e837a10 SHA256: e83b499bbab01a60e7d79eef7fd72cc9710d4efd208bc77753bd9c01a7073d0a Description: Desktop integration for GOsa² This package includes a Gosa² menu definition for your desktop environment. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-dev Priority: optional Section: web Installed-Size: 73 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, php5-cli, latex2html, lyx Filename: 4.0-0/all/gosa-dev_2.7.4-4.3.6.201403151747_all.deb Size: 20306 MD5sum: 10a594f9d6ad8e93b5af27d70ab41583 SHA1: a249cf3419b5113f6a49297c0df0864d398a71aa SHA256: 71bb3112a7950dff01af71576ebb8b62a2a864ac56a41c69b455f0f906c759d2 Description: GOsa² development utilities This package contains a couple of tools to generate online help, extract localizations and howto's for developing Gosa² plugins. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-help-de Priority: optional Section: web Installed-Size: 460 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Filename: 4.0-0/all/gosa-help-de_2.7.4-4.3.6.201403151747_all.deb Size: 119988 MD5sum: 40559828c522725cac4adc6124c13568 SHA1: 4b2932f7158b0919840d4cad696414bfaa364a0a SHA256: fd2b56baa39e54d1ef1f10194e96401eda94ba700ac391ede70efeee0c71be3e Description: German online help for GOsa² This package includes the German online documentation for GOsa² . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-help-en Priority: optional Section: web Installed-Size: 381 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Filename: 4.0-0/all/gosa-help-en_2.7.4-4.3.6.201403151747_all.deb Size: 80982 MD5sum: 8ee6efa27b8f95f4c5cb405dc6ecf519 SHA1: 7e9d4fbe3bdd6a80656558c64e4d1331ad1e081d SHA256: 12f60caee412472b24685dc30d6bccb544be138ab9570f06c42cf04bcf629d08 Description: English online help for GOsa This package includes the English online documentation for GOsa² . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-help-fr Priority: optional Section: web Installed-Size: 377 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Filename: 4.0-0/all/gosa-help-fr_2.7.4-4.3.6.201403151747_all.deb Size: 87076 MD5sum: 097fc65951313bf9737f7efea008ccda SHA1: 0f2502a8584bf3b3d06bc893f7ad6000c7f8618b SHA256: 34be0092a36a5884ed3d4e86f503ed6cc7f93816823df61470fd3b1433e829fd Description: French online help for GOsa² This package includes the French online documentation for GOsa² . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-help-nl Priority: optional Section: web Installed-Size: 263 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Filename: 4.0-0/all/gosa-help-nl_2.7.4-4.3.6.201403151747_all.deb Size: 65416 MD5sum: 47328a541b704c95537e875fd289e9f4 SHA1: b61e7ab406ecdaeb9bf36f70ac74afd600446d42 SHA256: 5ba7d98c4146c5ad284b66609badc17f393f88ff911c8036cd811b4628bab739 Description: Dutch online help for GOsa This package includes the Dutch online documentation for GOsa² . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-connectivity Priority: optional Section: web Installed-Size: 207 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-connectivity_2.7.4-4.3.6.201403151747_all.deb Size: 18696 MD5sum: 382f1b265fcb185370e8877267acb734 SHA1: 8f0b388ffd96096e134135e9d40fcecb0cf3f8d0 SHA256: 5e6dba6e9d205c1703143370eafb1443d8a693e56a426dc38fa0a7a767f1bbca Description: connectivity plugin for GOsa² Connectivity base plugin - base for really small plugins. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-dhcp-schema Priority: optional Section: web Installed-Size: 101 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-dhcp-schema_2.7.4-4.3.6.201403151747_all.deb Size: 11430 MD5sum: e1ff46798867133df1d46e6422ff0ba5 SHA1: 5d4c529fb50608b5aa0053aae37c67c5c8493178 SHA256: b12fe7c692d26f36b343211799a305ca927a5f7e1464af50ce9aea369000e465 Description: LDAP schema for GOsa² dhcp plugin This package includes the LDAP schema needed by the GOsa² dhcp plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-dhcp Priority: optional Section: web Installed-Size: 518 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-dhcp_2.7.4-4.3.6.201403151747_all.deb Size: 62334 MD5sum: 28afab5ddeec9052b52c7ca1002fcb87 SHA1: 2c4f22fd14d0a92e36f67cbe35dc570002600f0c SHA256: d05f2b0f9c689b22a88ac618a68f7416339b9886539625a13c9d5222b8508296 Description: dhcp plugin for GOsa² DHCP service management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-dns-schema Priority: optional Section: web Installed-Size: 63 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-dns-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6976 MD5sum: a38603eb37018428d3c453e21c22ea9d SHA1: 97b451b488432a1b61f4a0db396f1f857ac65d97 SHA256: 4d7fd3990ef9498d6966627127b882e0dd41685a71ebebb0add1c4fca3dbc525 Description: LDAP schema for GOsa² dns plugin This package includes the LDAP schema needed by the GOsa² dns plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-dns Priority: optional Section: web Installed-Size: 422 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-dns_2.7.4-4.3.6.201403151747_all.deb Size: 49282 MD5sum: a2bb5e345256b80237fc7d374ecc87df SHA1: f2f7aa41737b5c940ba56b19b8d05bcfa31f43b5 SHA256: 562e0c98a3117f481c2dc287f222d12a3d4089e5be5e6ace26496d2327147ab2 Description: dns plugin for GOsa² DNS service management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-fai-schema Priority: optional Section: web Installed-Size: 90 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-fai-schema_2.7.4-4.3.6.201403151747_all.deb Size: 11146 MD5sum: 89fe7879a41f055f4e71af42b49b5e14 SHA1: 7e404a28fe80f1dc5cddc04e034408d2bfed43d6 SHA256: d38b14f065b1c46e5d6758bbeaa902043541f7ec667536affb471a97a0114b9e Description: LDAP schema for GOsa² fai plugin This package includes the LDAP schema needed by the GOsa² fai plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-fai Priority: optional Section: web Installed-Size: 1288 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-goto Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-fai_2.7.4-4.3.6.201403151747_all.deb Size: 258108 MD5sum: 543e59ff16d869f004662a2b95c1e9ac SHA1: 623175b30770aae19c014f01598d5ca8b9e3f40e SHA256: f4896083353bfe8a861ad50ef627bdfb224827645826a2a6679bbeebeb0684b5 Description: fai plugin for GOsa² FAI plugin for managing Linux system deployment. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-gofax Priority: optional Section: web Installed-Size: 542 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-gofax_2.7.4-4.3.6.201403151747_all.deb Size: 74408 MD5sum: 8f16deada431e192958301f2f91eea66 SHA1: 0b49727b13775e6519ce3fc819c73aad5561a794 SHA256: a8902bb53a16a7c99452da5e8485ad7e146257c2b15f0a9b7e1777da0894f8fb Description: gofax plugin for GOsa² GOfax management with report functionality . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-gofon Priority: optional Section: web Installed-Size: 1059 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-gofon_2.7.4-4.3.6.201403151747_all.deb Size: 194104 MD5sum: 237a4548cdcbc26ea66303cbda521611 SHA1: 292e16609d98d06c79cf316d8ff0594acbe486a5 SHA256: 04b6602633798b0902f12ea3c8d898ad5774580aa572b0d2b0d9cfb455286283 Description: gofon plugin for GOsa² GOfon management with report functionality . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-goto Priority: optional Section: web Installed-Size: 3033 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-goto_2.7.4-4.3.6.201403151747_all.deb Size: 567258 MD5sum: 8967c6841212f465525064a834618e9b SHA1: 3357a4a0dfda73a070ac6da34e16bdb5cc186ab2 SHA256: 71450c49eb5ca1f929040c5f09ced7653d235ef02fed5de65a44c0d95506b44f Description: goto plugin for GOsa² GOto desktop management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-kolab-schema Priority: optional Section: web Installed-Size: 95 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-kolab-schema_2.7.4-4.3.6.201403151747_all.deb Size: 14136 MD5sum: ba0849ba29b42ac7732b5e45ccc22c0c SHA1: 48bebea76f522ebfea7d7791309ce0a311d43bf4 SHA256: 2f52216a0c2067e73254ea3b5798d2fb365a8298c6edf1da0815fe301a142344 Description: LDAP schema for GOsa² kolab plugin This package includes the LDAP schema needed by the GOsa² kolab plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-kolab Priority: optional Section: web Installed-Size: 405 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity, gosa-plugin-mail Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-kolab_2.7.4-4.3.6.201403151747_all.deb Size: 50052 MD5sum: 6e4e846b746ca954385205b38e26fc7f SHA1: 0fa621c457a93936308222f64693196d46bc1a81 SHA256: eb37f498730197c7a59e17722b628ed9e7e98dac19d19cf99061dc344356ae9d Description: kolab plugin for GOsa² Kolab2 account management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-ldapmanager Priority: optional Section: web Installed-Size: 379 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-ldapmanager_2.7.4-4.3.6.201403151747_all.deb Size: 42108 MD5sum: e8f3b6b070a657e3496e496d632fb270 SHA1: 2aafcf80ab9762a420e00831f351c64560f76c5a SHA256: cc95dee8fe8fa912c96586b50e16b05aa65af0dc24247b41ffaf6fda44949ec3 Description: ldapmanager plugin for GOsa² LDAP import and export management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-mail Priority: optional Section: web Installed-Size: 1586 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-mail_2.7.4-4.3.6.201403151747_all.deb Size: 274282 MD5sum: 62f88a0771d76debf1136dd76d7223b9 SHA1: 3d02ddd4a1a523a9aad2ad1b1e47d014f4797385 SHA256: c4b0a79457af47b85f7e51ff8b123eb4394c4eee1c38c3f7c6f5ebd033aa1d85 Description: base mail plugin for GOsa² Mail management base plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-mit-krb5-schema Priority: optional Section: web Installed-Size: 59 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-mit-krb5-schema_2.7.4-4.3.6.201403151747_all.deb Size: 7070 MD5sum: ac0c78d8c4503676d38992bb421ae83c SHA1: 8c3d10c8c5dec80910761830947c6b20a91068af SHA256: 0c2eb0da0d9effdcf4ac1d2064d72e244ca4748f4bd62c9d00267299ed3304d6 Description: LDAP schema for GOsa² mit-krb5 plugin This package includes the LDAP schema needed by the GOsa² mit-krb5 plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-mit-krb5 Priority: optional Section: web Installed-Size: 378 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Conflicts: gosa-plugin-heimdal Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-mit-krb5_2.7.4-4.3.6.201403151747_all.deb Size: 37364 MD5sum: 7013e74e8dda08142df20fe37f6cf803 SHA1: 72d55a896ff0485fb605e7846f7a7c1c502f3108 SHA256: 041e2714f9bb755d3d1ab89c029aa6b27429df16e74fb44e25641ebc8f23790b Description: mit-krb5 plugin for GOsa² MIT kerberos management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-nagios-schema Priority: optional Section: web Installed-Size: 65 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-nagios-schema_2.7.4-4.3.6.201403151747_all.deb Size: 7076 MD5sum: 5e1a05ac5e2eca5aa25645ee2a58848f SHA1: ea6dde641b540bd190e4a57cbaf276860572d6f7 SHA256: e3511bc0e2c704724b0c0767eb88cb54cb18bdcd24353f37013d09948cef5fe3 Description: LDAP schema for GOsa² nagios plugin This package includes the LDAP schema needed by the GOsa² nagios plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-nagios Priority: optional Section: web Installed-Size: 253 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, libswitch-perl | perl (<< 5.10.1-13) Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-nagios_2.7.4-4.3.6.201403151747_all.deb Size: 29222 MD5sum: 7f467322479cd50e1f7f011b4ae30820 SHA1: 0eb2de1d034734b436e0b7b350e686950d160b9c SHA256: 24c1e4252aae88518ceb49456818b1d1e8170ada21317606668781c8f3609b75 Description: nagios plugin for GOsa² Nagios account settings management . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-netatalk Priority: optional Section: web Installed-Size: 218 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems, gosa-plugin-goto Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-netatalk_2.7.4-4.3.6.201403151747_all.deb Size: 21364 MD5sum: cbd9e3dfbc139d3b2707a60f388ee8fb SHA1: 6490d13aad85723dd6259b15ebdd88430f7fec78 SHA256: 29b213cbbb43d73cbf702bfcb704eb8bd1f241bb48028269f99ee487905968d0 Description: netatalk plugin for GOsa² Netatalk account management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-opengroupware Priority: optional Section: web Installed-Size: 226 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-mail, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-opengroupware_2.7.4-4.3.6.201403151747_all.deb Size: 18358 MD5sum: 438bea547c85a55312da5567dab5ab48 SHA1: c2171eabd188d5eb13aa20afcead86e973fae9fa SHA256: 175570c61ca6dbffe41b9bd109890f7979a5c4507a23116076e22e560268ad28 Description: opengroupware plugin for GOsa² Opengroupware account management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-openxchange-schema Priority: optional Section: web Installed-Size: 100 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-openxchange-schema_2.7.4-4.3.6.201403151747_all.deb Size: 10360 MD5sum: 4d4d504b8f1de8957c88c31ca3fa6c30 SHA1: 5a15be90c5c1db7bcb1f67821a167c19973e8b84 SHA256: c531f65a426d86dbf3741fd0ab3a59cbed9d42aeab1401b7ec6d27984a3c7d3d Description: LDAP schema for GOsa² openxchange plugin This package includes the LDAP schema needed by the GOsa² openxchange plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-openxchange Priority: optional Section: web Installed-Size: 231 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-mail, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-openxchange_2.7.4-4.3.6.201403151747_all.deb Size: 23460 MD5sum: 9baa6db43f2cca68e9ca85515353e1ac SHA1: b1f9772f9bb887290d14d1633d9469793caef82e SHA256: 70baa4b4b8d52dde9383033239ba7b4de917263cd65413104548afff63fb5ff2 Description: openxchange plugin for GOsa² Open-Xchange account management plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-opsi Priority: optional Section: web Installed-Size: 341 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-fai, gosa-plugin-goto Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-opsi_2.7.4-4.3.6.201403151747_all.deb Size: 51610 MD5sum: c38d27d7500f4953ef953ff7717f875e SHA1: d6bab2807689ba962cbc20450e9dd5c634475b33 SHA256: 5e34493adbcefa996ba4919698a19639b51329e24ce59f3bab774d45154d336d Description: opsi plugin for GOsa² opsi plugin for managing windows system and software deployment . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-phpgw-schema Priority: optional Section: web Installed-Size: 57 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-phpgw-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6922 MD5sum: d8a4d554308725a9cd5e475c967b5ea7 SHA1: 43eba2c701600fb892233510e19a4af436a0d1e4 SHA256: 05d58e6920a57b816579429cbca786096fcf6f716ceb7189f6f2531d5602549f Description: LDAP schema for GOsa² phpgw plugin This package includes the LDAP schema needed by the GOsa² phpgw plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-phpgw Priority: optional Section: web Installed-Size: 185 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-mail, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-phpgw_2.7.4-4.3.6.201403151747_all.deb Size: 12642 MD5sum: ec6e7a4ebb77d03acceae019c600394e SHA1: 960ff0b4fb29d2a88da760d24c6daba5cf48a6cf SHA256: 4fcf0c5a9d7484cfc7720face04c477a3193242998b12b06d110a92e70fb9b20 Description: phpgw plugin for GOsa² PHP Groupware connectivity plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-phpscheduleit-schema Priority: optional Section: web Installed-Size: 54 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-phpscheduleit-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6058 MD5sum: aa175dc0e9b5234ddd856d825a52a635 SHA1: b80b8f1a41b14ddf51b1cbc86d98074ea4994c7a SHA256: f2fd5c23ad00be093383a0491351c811fe0c1c5efd2e1f48653555d149e676ed Description: LDAP schema for GOsa² phpscheduleit plugin This package includes the LDAP schema needed by the GOsa² phpscheduleit plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-phpscheduleit Priority: optional Section: web Installed-Size: 183 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-phpscheduleit_2.7.4-4.3.6.201403151747_all.deb Size: 11570 MD5sum: 9bc858a9b38d678ce105363d05d06012 SHA1: cf8a1e02c409d0ae774e8a04aae0d799b737e658 SHA256: b38fb626e55f7cb1ac3570d0d773e0133811d0ed4db6189041f5a29862e7550e Description: phpscheduleit plugin for GOsa² PHP scheduleit connectivity plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-pptp-schema Priority: optional Section: web Installed-Size: 55 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-pptp-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6122 MD5sum: 8f8e0927f5533cd1cbd90152232071ba SHA1: 82ca7af8c6c671ef6584e96605b47276c44d9fbe SHA256: ca4675780329bb374385352969559fd74cf0a40383d86a5fa9f6b6379333366b Description: LDAP schema for GOsa² pptp plugin This package includes the LDAP schema needed by the GOsa² pptp plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-pptp Priority: optional Section: web Installed-Size: 181 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-pptp_2.7.4-4.3.6.201403151747_all.deb Size: 11800 MD5sum: ac62b5d980b51d4bd77123fe2f42ee00 SHA1: c4086cfb381a8d03734a8cc8330f907246a087c3 SHA256: c65c938f6162faf2194331bda64de5c68757a828461bb917777256ff685b5081 Description: pptp plugin for GOsa² PPTP connectivity plugin . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-pureftpd-schema Priority: optional Section: web Installed-Size: 57 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-pureftpd-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6470 MD5sum: 2fd91ca2783488e2022ee05406016ed0 SHA1: 0d1410bd74b663558ac0053a2513393eb7fffd93 SHA256: 2b3d43a6c444d62896260fdac89e6cdb989139c21906824eccf5e39b456a4c37 Description: LDAP schema for GOsa² pureftpd plugin This package includes the LDAP schema needed by the GOsa² pureftpd plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-pureftpd Priority: optional Section: web Installed-Size: 228 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-pureftpd_2.7.4-4.3.6.201403151747_all.deb Size: 17410 MD5sum: c358452e8e8777b56ee70ff492d94cbf SHA1: e87f5d13c81780afb633f226cbdebda3c7e7b605 SHA256: 0ec2495de0e6d8e01a78c6b79044d4d1c7ca72e8956ab53e9b48d72faf5596ca Description: pureftpd plugin for GOsa² PureFTPD connectivity plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-rolemanagement Priority: optional Section: web Installed-Size: 263 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-rolemanagement_2.7.4-4.3.6.201403151747_all.deb Size: 28276 MD5sum: 4f146795fb2f306c7fef0709e20b49b4 SHA1: ca7ff6f7f84535be14fa6e170f37f6af2d78811c SHA256: 30fbb9883334fd1e0b137a8b81f99b9cdf43c7a8231740e00cf94cd5dadf8999 Description: rolemanagement plugin for GOsa² Role Management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-rsyslog Priority: optional Section: web Installed-Size: 177 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-systems Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-rsyslog_2.7.4-4.3.6.201403151747_all.deb Size: 22088 MD5sum: cfe445dd45f145421ce4131e86211397 SHA1: 756c4bd3a69f98fa974749b5f7bb2b7927d2ea22 SHA256: 8587ab784474b1f902a74ab5fc9dcf8e306d742f0db87d826d9026ae0bccf9ba Description: rsyslog plugin for GOsa² Syslog and GOsa logging plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-samba Priority: optional Section: web Installed-Size: 492 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-samba_2.7.4-4.3.6.201403151747_all.deb Size: 66716 MD5sum: 3ed091ace75424bac3a0833627d72d04 SHA1: c38115e29c013e196a2e3d8b126a237de27eb9f6 SHA256: 6b6ab5ac1237de50779fe72fa5ebd2ec42e28b7ede64f4a02568db9f86a45bdf Description: samba3 plugin for GOsa² Plugin for Samba 3 management. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-scalix Priority: optional Section: web Installed-Size: 294 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-scalix_2.7.4-4.3.6.201403151747_all.deb Size: 28548 MD5sum: b131709560f4931ab94dfc188cd49643 SHA1: 64fdb8396e76393f9fc339febccd1cdbe032f565 SHA256: 5b3fdead76a4697a1a7d4c9c281595d96a6659fdb6dfdc60aaf6605b31889362 Description: scalix plugin for GOsa² Scalix account management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-squid Priority: optional Section: web Installed-Size: 221 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-squid_2.7.4-4.3.6.201403151747_all.deb Size: 23412 MD5sum: 2fb73649ebb4ecd1e1d90c11900cb658 SHA1: 9e9a9745fd3050df2eeea5a678d915c174093d8b SHA256: cc5a1b659201f6359fd3c7ad88282a96632d11b14570f8926b2f3492e39a2a7b Description: squid plugin for GOsa² Squid connectivity plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-ssh-schema Priority: optional Section: web Installed-Size: 54 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-ssh-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6034 MD5sum: d8ea886bc342d9d9140ce789ddff32dc SHA1: cfaf368d4b3309eb57d80e9d88291cf56df3f14c SHA256: 7c8ec58d28e663c471fc1c55eee925d69a4c21fb59edbe645b8337737123d4c1 Description: LDAP schema for GOsa² ssh plugin This package includes the LDAP schema needed by the GOsa² ssh plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-ssh Priority: optional Section: web Installed-Size: 169 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-ssh_2.7.4-4.3.6.201403151747_all.deb Size: 10794 MD5sum: 1483398af17d9acfcba443a270566568 SHA1: 71112ace23427447993269d1c4fde2bbb9ace1b3 SHA256: 303a7448df8ee8a30bd86634ed8455802aaaaa0c7c8d64a2bfae4350e65f8181 Description: ssh plugin for GOsa² SSH key management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-sudo-schema Priority: optional Section: web Installed-Size: 55 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-plugin-sudo-schema_2.7.4-4.3.6.201403151747_all.deb Size: 6104 MD5sum: c17618ce162e74def59dc8661f25eb5e SHA1: 940dfbc7542b82d492d9042a179b816c56788bc5 SHA256: 330faeb0f0aea45c79e5b20e35bbc1384ef0878161e2bc6ca29a830ec5503be2 Description: LDAP schema for GOsa² sudo plugin This package includes the LDAP schema needed by the GOsa sudo plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-sudo Priority: optional Section: web Installed-Size: 324 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-sudo_2.7.4-4.3.6.201403151747_all.deb Size: 38864 MD5sum: 9154f94b3eb5da602f240a6452e04bd6 SHA1: f046f79ee2e5fb27c67be82f598a20fa8db89e9f SHA256: e16c04936de1721940ad855e775b0f32de45c10a59d086e111a8157be9c2cd8b Description: sudo plugin for GOsa² Sudo management plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-systems Priority: optional Section: web Installed-Size: 724 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-systems_2.7.4-4.3.6.201403151747_all.deb Size: 126508 MD5sum: 46538da331dcb4bcee4debf3f6e5a2ca SHA1: 5143ac5b7af587454411f46be156690ef2b6e238 SHA256: fd8433702838507b79bf76e6aaf5f8d786abbd8f660eac5d09565e3920159fa8 Description: systems plugin for GOsa² Systems management base plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-uw-imap Priority: optional Section: web Installed-Size: 174 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-mail Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-uw-imap_2.7.4-4.3.6.201403151747_all.deb Size: 11188 MD5sum: fe4c765d7e3a9f22e9cd93d8882e6c28 SHA1: 4299553f2eceea8fd5ea442342e4f3cef8ff65e7 SHA256: 72fad4a24afba03b8ff21b685a32b93dc0c2a6852c37a3719ac99a88abaa0411 Description: uw-imap plugin for GOsa² UW imap mail method. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-plugin-webdav Priority: optional Section: web Installed-Size: 176 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Depends: gosa, gosa-plugin-connectivity Breaks: gosa (<< 2.7) Filename: 4.0-0/all/gosa-plugin-webdav_2.7.4-4.3.6.201403151747_all.deb Size: 11326 MD5sum: c42e6a515ba7f73f82f6ca8c4d90d46a SHA1: de8b95c1f051894b1e6c98d6659d8e96e994e6e6 SHA256: aecc4edb107ddb9d16109abe613fb2f1cb3bb815ed61e6bd19842d71ce587dd0 Description: webdav plugin for GOsa² WebDAV connectivity plugin. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa-schema Priority: optional Section: web Installed-Size: 291 Maintainer: GOsa packages maintainers group Architecture: all Source: gosa Version: 2.7.4-4.3.6.201403151747 Recommends: slapd Filename: 4.0-0/all/gosa-schema_2.7.4-4.3.6.201403151747_all.deb Size: 34170 MD5sum: 05008f7031797d1095d0f333f6040c97 SHA1: fbe1277f161f9b48d2c64929ca645582bde1794f SHA256: ffe7bfe25d12785ef16f731730c02ec25a880473d939737d89aa738a735c8ad7 Description: LDAP schema for GOsa This package includes the basics LDAP schemas needed by GOsa². . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gosa Priority: optional Section: web Installed-Size: 6859 Maintainer: GOsa packages maintainers group Architecture: all Version: 2.7.4-4.3.6.201403151747 Depends: php5, php5-cli, apache2 | lighttpd | httpd, exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mcrypt, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, libcrypt-smbhash-perl, php5-recode, smarty3 (>= 3.1.10-1), gettext, libapache2-mod-php5 | php5-cgi, php5-curl, ttf-liberation Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc, php-fpdf Conflicts: smarty-acl-render, smarty3-gettext, smarty3-gosa Filename: 4.0-0/all/gosa_2.7.4-4.3.6.201403151747_all.deb Size: 1778194 MD5sum: cf281cab4a9695f560c044c194199a3e SHA1: 9e1fed55c865b968a91c26c816c82d72a1d4420e SHA256: ec9132ed22a3e75d0403e8a415c10b71d427f349814f0704a95b713c2cf12d68 Description: Web Based LDAP Administration Program Provided is access to posix, shadow, samba, proxy, fax, pureftp and kerberos accounts. It is able to manage the postfix/cyrus server combination and can write user adapted sieve scripts. . GOsa² is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Homepage: https://oss.gonicus.de/labs/gosa/ Package: gotmail Priority: optional Section: mail Installed-Size: 107 Maintainer: paul cannon Architecture: all Version: 0.9.0-1.4.201403151806 Depends: perl (>= 5.004), curl (>= 7.9.0), liburi-perl, libnet-perl Suggests: exim4 | mail-transport-agent, spamassassin Filename: 4.0-0/all/gotmail_0.9.0-1.4.201403151806_all.deb Size: 39042 MD5sum: 08b2d7607eee2d33b1fd84d1de21c399 SHA1: ba75592dace078d8c5d14773071cc29995189d3a SHA256: 2c4f3a3205e5c26d8a135acffd64b119c60efed4bddd103831f774f3e831a99b Description: utility to download email from a Hotmail or MSN account Gotmail fetches mail out of a Hotmail or MSN account, using the web interface as though through a browser. It works somewhat like fetchmail, and lets you do spiffy things like detecting and deleting spam (without even downloading the whole thing!) and forwarding mail, and storing it in a local mailbox. . Although the team behind Gotmail tries to keep it working, every few months Hotmail makes changes which break this until they have time to fix it. Have a backup plan for email access in case that happens. Package: goto-common Priority: optional Section: utils Installed-Size: 145 Maintainer: GOsa packages maintainers group Architecture: all Version: 3.1-1.4.201403151809 Depends: recode, coreutils (>= 6.10-1), ldap-utils, hwinfo, libio-socket-ssl-perl Filename: 4.0-0/all/goto-common_3.1-1.4.201403151809_all.deb Size: 25646 MD5sum: dd0addf354293346263d18bd676daabd SHA1: 1d7de76647ded09107322e5fb995e0e7198f883a SHA256: 7722f93864ab4db305f75b11e9c2b74d55492f321ab89b95ba9fce6fd51a7b32 Description: GOto common functions Common shell and perl functions used by the GOto infrastructure. Homepage: https://oss.gonicus.de/labs/gosa/ Package: goto-fai-backend Priority: optional Section: utils Installed-Size: 75 Maintainer: GOsa packages maintainers group Architecture: all Version: 3.0-1.5.201411011109 Depends: atftpd | tftpd, fts, goto-common (>= 3.0-1), goto-fai (>= 3.0-1), libconfig-inifiles-perl, libproc-daemon-perl, fai-server (>= 3.2.9), adduser, debmirror Conflicts: fai-backend Filename: 4.0-0/all/goto-fai-backend_3.0-1.5.201411011109_all.deb Size: 11102 MD5sum: 1e338b5f30dc4142932799ffbacb9ec5 SHA1: 30c89d6a8bd17f6d8e6ba65142e6ed40654e64e0 SHA256: 2f4a8e24abd04d55c9a857c2c109745eaa601bc6d1ba42397ecb2ee97a40768f Description: GOsa integration with FAI Several scripts and daemons to control FAI from GOsa. Contains e.g. ldap2repository program to create cronjobs for the local use. The /etc/fai directory contains needed configuration files for initramfs and usplash. Homepage: https://oss.gonicus.de/labs/gosa/ Package: goto-fai-progress Priority: optional Section: utils Installed-Size: 133 Maintainer: GOsa packages mainteners group Architecture: all Version: 3.0-1.4.201403151823 Depends: perl, debconf (>= 0.5) | debconf-2.0, libfile-tail-perl, fai-client, cdebconf, goto-common (>= 3.0-1) Conflicts: fai-progress Filename: 4.0-0/all/goto-fai-progress_3.0-1.4.201403151823_all.deb Size: 39792 MD5sum: c02729e8a6ed82bac6177335acae401d SHA1: 9b38e17e13543deaf8bda50379642cb1d38f3f4e SHA256: 4f3dab8894917a96749692b63dad358edacbbb06b3fe6fbd3b40d8398aa62e51 Description: Fully Automatic Installation progress bar FAI is a non-interactive system to install a Debian GNU/Linux operating system unattended on a PC cluster. You can take one or more virgin PCs, turn on the power, and after a few minutes, Linux is installed, configured, and running on the whole cluster, without any interaction necessary. This package contains the software needed to show graphical or textual progress bars during the installation. Homepage: https://oss.gonicus.de/labs/gosa/ Package: goto-fai Priority: optional Section: utils Installed-Size: 109 Maintainer: GOsa packages maintainers group Architecture: all Version: 3.1-1.4.201403151816 Depends: goto-common (>= 3.0-1), fai-client (>= 3.2.8), libnet-ldap-perl, console-tools, debootstrap, libgosa-perl Recommends: netcat Filename: 4.0-0/all/goto-fai_3.1-1.4.201403151816_all.deb Size: 15238 MD5sum: 29589cbba02a36c1174a745c3cad9eb6 SHA1: 964c19e30fca3e28df60bc884a44aa391e873800 SHA256: 82627323e4c018d6ef63491093ddc2d23e0bc1eeecc9e94849d0e603c3917e77 Description: Scripts to integrate GOto with FAI Ensemble of programs, script and FAI hooks to Integrate GOsa and GOto into an FAI nfs chroot Homepage: https://oss.gonicus.de/labs/gosa/ Package: gourmet Priority: optional Section: gnome Installed-Size: 8497 Maintainer: Christian Marillat Architecture: all Version: 0.15.9-1.11.201403151831 Depends: python (>= 2.6.6-7~), python-imaging, python-glade2, python-gtk2 (>= 2.3.92), python-reportlab, python-sqlalchemy, python-poppler Recommends: python-gnome2, python-gtkspell Filename: 4.0-0/all/gourmet_0.15.9-1.11.201403151831_all.deb Size: 2324720 MD5sum: 483dd6f57b87bee63fe82c33ace63299 SHA1: 9d26dc23ed2aa0bc147283486a6c8139d9e3b291 SHA256: 5ec10c970a53286943ea0289fc657454e04b47cc7a1a68699fe3c1a1a80d50ff Description: A gtk-based recipe organizer and shopping list generator Gourmet Recipe Manager is a gtk-based recipe organizer and shopping list generator intended for the GNOME desktop environment (though it does not need all the GNOME libraries). Gourmet can import Mealmaster(tm) files and can export recipes in a number of formats, including text, RTF and web pages. Gourmet also can calculate nutritional information for recipes. Homepage: http://grecipe-manager.sf.net/ Package: gozerbot-plugins Priority: optional Section: net Installed-Size: 1242 Maintainer: Jeremy Malcolm Architecture: all Version: 0.9.1.2-4.8.201403151849 Depends: python, python-support (>= 0.90.0), python-central, gozerbot (>= 0.9.1.2) Filename: 4.0-0/all/gozerbot-plugins_0.9.1.2-4.8.201403151849_all.deb Size: 328494 MD5sum: 8a9b2ae3765b95ee6808c37a5e709c61 SHA1: e1301916f806994907aa08e855a920110583be61 SHA256: 98ed94084e79152e14ea70ec03179d6f68774c5c41fe0160fb619bbe6c5efbd3 Description: Plugins for the gozerbot IRC and Jabber bot Gozerbot is a channel bot that aids with conversation in IRC channels and Jabber conference rooms. This package contains plugins for gozerbot. Python-Version: 2.6, 2.7 Package: gozerbot Priority: optional Section: net Installed-Size: 1926 Maintainer: Jeremy Malcolm Architecture: all Version: 0.99.1-2.8.201403151843 Replaces: gozerbot-plugins Depends: python, python-support (>= 0.90.0), python-central, python-tz (>= 1.0), python-simplejson (>= 1.0), python-feedparser (>= 1.0), python-dns (>= 2.3.3), adduser, python-pkg-resources (>= 0.6b3) Suggests: gnupg Filename: 4.0-0/all/gozerbot_0.99.1-2.8.201403151843_all.deb Size: 409400 MD5sum: a5a02eec03ab897a128f2e56041bd690 SHA1: 7e1377999b310b01f9702d4f41f291b1c29ccfd3 SHA256: ae2a04cf1be7c40f0713af35f05ba939ba1fa7fda4d1487f3d92328952fe91d6 Description: IRC and Jabber bot written in Python Gozerbot is a channel bot that aids with conversation in IRC channels and Jabber conference rooms. It's mainly used to send notifications (RSS, Nagios, etc.) and to provide custom commands for the channel. More then just a channel bot Gozerbot aims to provide a platform for the user to program his own bot and make it into something that's useful. This is done with a plugin structure that makes it easy to program your own plugins. But Gozerbot comes with some batteries included, there are now over 100 plugins already written and ready for use. Python-Version: 2.6, 2.7 Package: gpe-icons Priority: optional Section: x11 Installed-Size: 83 Maintainer: Neil Williams Architecture: all Version: 0.25-1.4.201403152102 Filename: 4.0-0/all/gpe-icons_0.25-1.4.201403152102_all.deb Size: 44900 MD5sum: 6d186b6bc14b62abae97a88ca13bc2ff SHA1: b151f848c710f41dbe9ae78cbc233bfa0a67ea79 SHA256: e5fc39153cf8af76b8a40fa79f356fe5afcd70550e051baf790563d1a83785c3 Description: Common icons used by GPE programs This package contains the default icon theme used by the core applications of the GPE Palmtop Environment. Homepage: http://gpe.linuxtogo.org/projects/ Package: gpe Priority: extra Section: embedded Installed-Size: 45 Maintainer: Neil Williams Architecture: all Source: gpe-conf Version: 0.2.9-1.1.7.201403152017 Depends: gpe-announce, gpe-appmgr, gpe-clock, gpe-conf, gpe-calendar, gpe-contacts, gpe-edit, gpe-expenses, gpe-gallery, gpe-go, gpe-icons, gpe-login, gpe-lights, gpe-mixer, gpe-mininet, gpe-othello, gpe-ownerinfo, gpe-question, gpe-soundbite, gpe-shield, gpe-su, gpe-taskmanager, gpe-tetris, gpe-timesheet, gpe-todo, gpe-watch, gpe-what, gsoko, matchbox, rxvt, xdemineur Filename: 4.0-0/all/gpe_0.2.9-1.1.7.201403152017_all.deb Size: 21534 MD5sum: 06fa17b5764ae72da2b7d04603790d81 SHA1: 9233d117df66cf3d604c0c8f61951620b25d4a37 SHA256: 8174471ce9f951d1991a33ca9575ff9418bbd8c7d1f70aed875aa26f5218749c Description: The G Palmtop Environment (GPE) metapackage This is the G Palmtop Environment for embedded and handheld devices. . This package depends on the basic set of GPE applications, including programs for device configuration, appointments, tasks, contacts, expenses and some games. . Do not install this package unless you want to let the complete GPE environment replace your current KDE or GNOME environment. You can remove this package once it is installed. Homepage: http://gpe.linuxtogo.org/projects/gpe-conf.shtml Package: gperf-ace Priority: optional Section: devel Installed-Size: 91 Maintainer: Debian ACE+TAO maintainers Architecture: all Source: ace Version: 6.0.3+dfsg-0.1.12.201403111311 Depends: ace-gperf Filename: 4.0-0/all/gperf-ace_6.0.3+dfsg-0.1.12.201403111311_all.deb Size: 53618 MD5sum: e395ac12526effeefd19f1dac91279ad SHA1: e40bee4144a02d17a9bb45598c59e4e05467804e SHA256: 94df77c5f260685edee7708a13f3a8292cda175a7182187bbbf51276fa60eda2 Description: ACE perfect hash function generator (transitional package) This package is a transitional package to ace-gperf. . It can be safely removed after installation. Homepage: http://www.cs.wustl.edu/~schmidt/ACE.html Package: gpgv-win32 Priority: extra Section: utils Installed-Size: 1483 Maintainer: Debian GnuPG-Maintainers Architecture: all Source: gnupg Version: 1.4.12-7.64.201411011257 Suggests: wine Filename: 4.0-0/all/gpgv-win32_1.4.12-7.64.201411011257_all.deb Size: 616950 MD5sum: d4e50dce52653fa0134a3da2ef5c1e00 SHA1: 8708d9a4480a9c620f3e99085d4a10187ec66de1 SHA256: 7be759502ddaec8d416e236db76ce37c39fd2df24e47a03cf2ae76b5b7b7b037 Description: GNU privacy guard - signature verification tool (win32 build) GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. . This is a win32 version of gpgv. It's meant to be used by the win32-loader component of Debian-Installer. Homepage: http://www.gnupg.org Package: gpodder Priority: optional Section: x11 Installed-Size: 2372 Maintainer: Thomas Perl Architecture: all Version: 2.20.1-1.11.201403160054 Depends: python (>= 2.5), python-support (>= 0.90.0), python-gtk2, python-feedparser, python-dbus, python-mygpoclient Recommends: python-gpod, python-pymtp, dbus-x11, python-simplejson, python-webkit, python-gst0.10 Suggests: python-eyed3, mplayer, gnome-bluetooth | bluez-gnome Filename: 4.0-0/all/gpodder_2.20.1-1.11.201403160054_all.deb Size: 598894 MD5sum: 6e225970049ff03d82622961f426503d SHA1: ba26c26011d4e8d7244b74793f274375559c5f27 SHA256: a51a22645626385c5e8b573d92f94f48c8d384373576f839bb905090515e8563 Description: podcast client and feed aggregator gPodder is a podcast receiver/catcher. You can subscribe to feeds ("podcasts") and automatically download new audio and video content. Downloaded content can be played on your computer or synchronized to iPods, MTP-based players, filesystem-based MP3 players and Bluetooth enabled mobile phones. YouTube video feeds are also supported. . This package provides the "gpodder" GUI and the "gpo" CLI utility. Homepage: http://gpodder.org/ Python-Version: 2.6, 2.7 Package: gprbuild-doc Priority: optional Section: doc Installed-Size: 1239 Maintainer: Ludovic Brenta Architecture: all Source: gprbuild Version: 2011-2.4.201403160116 Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat, ada-compiler Filename: 4.0-0/all/gprbuild-doc_2011-2.4.201403160116_all.deb Size: 692410 MD5sum: 57f87520e56c53d92f0a452c58fc3c5a SHA1: 03b23eda303ddcb6628f5c2a482530cec80db331 SHA256: 60315c12abfe2b6b286ec170a56349a817bdeed4ef7d658a544b4959f9e668d6 Description: multi-language extensible build tool (documentation) A set of tools for processing GNAT project files. gprbuild runs tools on the specified source files; gprclean removes the corresponding built files; gprconfig configures both tools. It is highly configurable; the default configuration supports compiling Ada, Assembler, C, C++, and Fortran sources. It can be extended to support user source processing tools. . This package contains the documentation for gprbuild, gprclean, gprconfig, in HTML, info, and pdf formats. Homepage: http://libre.adacore.com/libre/ Package: gprename Priority: optional Section: utils Installed-Size: 308 Maintainer: Marvin Stark Architecture: all Version: 2.6.6-1.4.201403160129 Depends: perl, libglib-perl, libgtk2-perl, liblocale-gettext-perl, libintl-perl Filename: 4.0-0/all/gprename_2.6.6-1.4.201403160129_all.deb Size: 53010 MD5sum: 804352071bf9b89afd9e003db61bea04 SHA1: 7e6c44e6ffa2b47ed1f1f74a9ee63d97b2990031 SHA256: 59f06bff346cc884dbce09beb36160da6975c946f6e768df6e67782a2f99ef87 Description: Complete batch renamer for Linux GPRename is a complete batch renamer for files and directorys. GPRename easily can replace, remove, insert, delete and number consecutively files and directorys. Homepage: http://gprename.sourceforge.net Package: gprolog-doc Priority: optional Section: doc Installed-Size: 2028 Maintainer: Salvador Abreu Architecture: all Source: gprolog Version: 1.3.0-6.1.4.201403160132 Recommends: xpdf | pdf-viewer, w3m | www-browser Conflicts: gprolog (<< 1.2.7) Filename: 4.0-0/all/gprolog-doc_1.3.0-6.1.4.201403160132_all.deb Size: 1044790 MD5sum: e09c38591cc7127ed06365de03a6d83e SHA1: 79b35ca9174c5e23b297ae53e34a50543cf34fc5 SHA256: 2fce6f79b2f483c475ba096335b0f3c66009924e28f1b4c6f4907e35d6eef117 Description: documentation for the GNU Prolog compiler GNU Prolog is a free Prolog compiler with constraint solving over finite domains (FD) developed at INRIA by Daniel Diaz. . This package contains the documentation (both PDF and HTML) for GNU Prolog. Package: gpsbabel-doc Priority: optional Section: doc Installed-Size: 2427 Maintainer: Bernd Zeimetz Architecture: all Source: gpsbabel Version: 1.4.3-1.12.201409261709 Suggests: gpsbabel, pdf-viewer | www-browser Filename: 4.0-0/all/gpsbabel-doc_1.4.3-1.12.201409261709_all.deb Size: 1508130 MD5sum: 326b72f5946983e01dd01060d05575e7 SHA1: 9a8761b3d209fdb213d258241c3c056cfa4813bd SHA256: 4f20535c90738d8a7ef5e5bd37c1e67512d334df231daea83346a32e4f05bffd Description: GPS file conversion plus transfer to/from GPS units GPSBabel converts waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan. . GPSBabel supports dozens of data formats and will be useful for tasks such as geocaching, mapping, and converting from one GPS unit to another. Among the interesting formats it supports are several GPS devices via a serial link, various PDA-based mapping programs, and various Geocaching data formats. . This package contains the detailed documentation of gpsbabel. Homepage: http://www.gpsbabel.org/ Package: gpsim-doc Priority: optional Section: doc Installed-Size: 316 Maintainer: Armando Segnini Architecture: all Version: 0.22.0-2.4.201403160218 Suggests: lyx Filename: 4.0-0/all/gpsim-doc_0.22.0-2.4.201403160218_all.deb Size: 295842 MD5sum: 8ed12fa3593d6b4cd0e0af2b94d71a4c SHA1: ca5ca20bffbc1edc0776022a3dcad391cc51fb50 SHA256: 4a28563c3279c90dca938c84eb299b958075f0011791a1771faa8f23ffe9d47a Description: Documentation for gpsim This package contains documentation for gpsim in postscript and pdf format with original LyX sources. Package: gpsman Priority: optional Section: misc Installed-Size: 3506 Maintainer: Rogerio Reis Architecture: all Version: 6.4.3-1.4.201403160224 Depends: tk8.5 Suggests: libtk-img, gpsmanshp (>= 2.2) Filename: 4.0-0/all/gpsman_6.4.3-1.4.201403160224_all.deb Size: 1412356 MD5sum: 1ca95271317ed384b6208e78ac6e8f97 SHA1: d684ddeafe5c0e4024967e8aded88ebdc167f5da SHA256: 57e7b244e6f0ed7bf73b3b3d4373ecf1c08b0e2520f9989d060ffe51d757c99b Description: A GPS data graphical manager GPS Manager (GPSMan) is a graphical manager of GPS data that makes possible the preparation, inspection and edition of GPS data in a friendly environment. GPSMan supports communication and real-time logging with both Garmin and Lowrance receivers and accepts real-time logging information in NMEA 0183 from any GPS receiver. Package: gpsprune Priority: optional Section: utils Installed-Size: 892 Maintainer: Debian GIS Project Architecture: all Version: 13.4-1.13.201403160233 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, libmetadata-extractor-java Recommends: gnuplot, gpsbabel, libimage-exiftool-perl, libjava3d-jni, libjava3d-java, libvecmath-java Filename: 4.0-0/all/gpsprune_13.4-1.13.201403160233_all.deb Size: 792040 MD5sum: 837dc6832d79d0eb3febe00798bb0918 SHA1: 10f40432e9579bf419d51f3c4c8ee2c71c530ef2 SHA256: 7a4aa2db6a4bfe952546b4b545fd64b7ec52de2a6c8f2493b674d34db7ac49ae Description: visualize, edit, convert and prune GPS data GpsPrune is an application for viewing, editing and converting coordinate data from GPS systems. Basically it's a tool to let you play with your GPS data after you get home from your trip. . It can load data from arbitrary text-based formats (for example, any tab-separated or comma-separated file) or XML, or directly from a GPS receiver. It can display the data (as map view using OpenStreetMap images and as altitude profile), edit this data (for example delete points and ranges, sort waypoints, compress tracks), and save the data (in various text-based formats). It can also export data as a GPX file, or as KML/KMZ for import into Google Earth, or send it to a GPS receiver. . Some example uses of GpsPrune include cleaning up tracks by deleting wayward points - either recorded by error or by unintended detours. It can also be used to compare and combine tracks, convert to and from various formats, compress tracks, export data to Google Earth, or to analyse data to calculate distances, altitudes and so on. . Furthermore, GpsPrune is able to display the tracks in 3d format and lets you spin the model round to look at it from various directions. You can also export the model in POV format so that you can render a nice picture using Povray. You can also create charts of altitudes or speeds. It can also load Jpegs and read their coordinates from the EXIF tags, and export thumbnails of these photos to Kmz format so that they appear as popups in Google Earth. If your photos don't have coordinates yet, GpsPrune can be used to connect them (either manually or automatically using the photo timestamps) to data points, and write these coordinates into the EXIF tags. Homepage: http://activityworkshop.net/software/gpsprune/index.html Package: gputils-common Priority: extra Section: electronics Installed-Size: 15352 Maintainer: Taisuke Yamada Architecture: all Source: gputils Version: 0.13.7-1.4.201403160330 Replaces: gputils Recommends: gputils Filename: 4.0-0/all/gputils-common_0.13.7-1.4.201403160330_all.deb Size: 2071746 MD5sum: d7f0400bd7614fd7e96ced7a6994c65e SHA1: cb4e9463c172bd44b2a28e4a5e9fc5150c9d8e94 SHA256: cd6b4c7e1ac3c62cc25e5873704a936ba8e5a20fe18d6dad4a8e646361133980 Description: headers and linker scripts for gputils Those utilities for the Microchip PIC microcontrollers family contain an assembler (compatible with MPASM), a disassembler, and other tools. . This package contains the headers and linker scripts needed by gputils. Homepage: http://gputils.sourceforge.net Package: gputils-doc Priority: extra Section: doc Installed-Size: 244 Maintainer: Taisuke Yamada Architecture: all Source: gputils Version: 0.13.7-1.4.201403160330 Replaces: gputils Suggests: gputils Conflicts: gputils (<< 0.13.5-2) Filename: 4.0-0/all/gputils-doc_0.13.7-1.4.201403160330_all.deb Size: 222104 MD5sum: 7f59d158d9e5c505109e55c1ee204ae5 SHA1: c038d24af0f6507c762990d94ab2329477d49a7d SHA256: 8c142e540bb1844baecce5065f604d6a189b00e8de5d1919b451cbb3e7f15cd8 Description: documentation for gputils Those utilities for the Microchip PIC microcontrollers family contain an assembler (compatible with MPASM), a disassembler, and other tools. . This package contains the gputils documentation in Postscript and PDF format. Homepage: http://gputils.sourceforge.net Package: gpxviewer Priority: optional Section: misc Installed-Size: 612 Maintainer: Andrew Gee Architecture: all Version: 0.4.3-1.7.201403160344 Depends: python (>= 2.6.6-7~), python-osmgpsmap (>= 0.7.1), python-gtk2, python-gnome2 | xdg-utils, librsvg2-common Filename: 4.0-0/all/gpxviewer_0.4.3-1.7.201403160344_all.deb Size: 89506 MD5sum: 7386110e3af72b18271b8d2d4e6875ff SHA1: 7dad5ac57267d12ab5e718d85f05f5097427abfe SHA256: d47a7716aed22ac5cc311d6c2d3ecf1c0bd2d024461ee8ab0ba6b1546a9a9643 Description: views GPS traces collected in the GPX format This application allows the user to load a GPS trace, in the GPX file format, and read it in a presentable way. You are shown a few statistics, such as the duration or maximum speed. You are also shown the trace on an openstreetmap map, where you can scroll around and zoom. Homepage: http://andrewgee.org/blog/gpxviewer Package: gquilt Priority: optional Section: vcs Installed-Size: 433 Maintainer: Christine Spang Architecture: all Version: 0.25-2.4.201403160351 Depends: python, python-support (>= 0.90.0), python-gtk2 (>= 2.4), quilt | mercurial (>= 0.9.3) Recommends: meld, patchutils Filename: 4.0-0/all/gquilt_0.25-2.4.201403160351_all.deb Size: 122552 MD5sum: 3ae7ba87a072025c244d9ee54154a5fa SHA1: 02a0ccb5be6143f4c8020224a7942c02eacad0b4 SHA256: 9d4bbe63a521b8e8d2c76e06aa9a021eb981f5bbfb605c9aafeb59950e440741 Description: graphical wrapper for quilt and/or mercurial queues Quilt and mercurial are programs that manages a series of patches, with a focus on handling patch dependencies and allowing easy management of large sets of patches. . Gquilt is a GTK+-based GUI wrapper for the quilt and mercurial programs, providing a simple graphical interface for a range of commands. Homepage: http://gquilt.sourceforge.net/ Package: gqview-dbg Priority: extra Section: oldlibs Installed-Size: 188 Maintainer: Michal Čihař Architecture: all Source: geeqie Version: 1:1.0-10.1.4.201403130634 Depends: geeqie-dbg Filename: 4.0-0/all/gqview-dbg_1.0-10.1.4.201403130634_all.deb Size: 163508 MD5sum: a570608d5cbe321f9b8e89dd5cd5c028 SHA1: 92c368398ee4da5800b04f86a02b01889d5bd3ae SHA256: 38a00df87c23b66709a197953c7e6f068ec17d270da72d277609a2dee2b03f01 Description: image viewer using GTK+ (debug) (transitional package) Package to ease upgrading from older GQview packages to the new Geeqie package. . This package can be purged at anytime once the geeqie-dbg package has been installed. Homepage: http://geeqie.sourceforge.net/ Package: gqview Priority: extra Section: oldlibs Installed-Size: 200 Maintainer: Michal Čihař Architecture: all Source: geeqie Version: 1:1.0-10.1.4.201403130634 Depends: geeqie Filename: 4.0-0/all/gqview_1.0-10.1.4.201403130634_all.deb Size: 163916 MD5sum: 6abba68df8e240c94f912b4b3cd4f351 SHA1: 4c90779b33f8b50358cbfcf0d9305426b9d0337b SHA256: ab2814c54cb90b7c2bbd0158565a6d6a3601f494766bd397d1c2dc9c09ad316b Description: image viewer using GTK+ (transitional package) Package to ease upgrading from older GQview packages to the new Geeqie package. It provides compatibility script to launch Geeqie as GQview. . This package can be purged at anytime once the geeqie package has been installed. Homepage: http://geeqie.sourceforge.net/ Package: gramadoir Priority: optional Section: misc Installed-Size: 156 Maintainer: Alastair McKinstry Architecture: all Version: 0.6-4.5.201411011121 Depends: gettext, liblingua-ga-gramadoir-perl Suggests: iirish Filename: 4.0-0/all/gramadoir_0.6-4.5.201411011121_all.deb Size: 50754 MD5sum: 7b9496dd07ccd2e2f8e820c5385e1a05 SHA1: 5f2ed972bf1df145a8e48cb64c2b1ccf9ce1a81a SHA256: c7d05b110a8eabfafb56f9561dc81b0c7ecde06b999f7c2404c83320a47fd0bb Description: Irish language grammar checker (integration scripts) This package contains scripts for integrating the Irish language grammar checker module 'liblingua-ga-gramadoir-perl' into a variety of packages, including emacs, vim and OpenOffice. Homepage: http://borel.slu.edu/gramadoir/index.html Package: gramps Priority: optional Section: gnome Installed-Size: 29875 Maintainer: James A. Treacy Architecture: all Version: 3.4.0-1.11.201403160436 Replaces: gramps-extending-doc, gramps-manual Depends: python (>= 2.6.6-7~), librsvg2-common, python-gtk2, xdg-utils, python-pyexiv2, python-osmgpsmap Recommends: graphviz, imagemagick, jhead Suggests: ttf-freefont, python-gtkspell, python-pygoocanvas Conflicts: gramps-common, gramps-extending-doc, gramps-manual, python-gtk-1.2 Filename: 4.0-0/all/gramps_3.4.0-1.11.201403160436_all.deb Size: 7869762 MD5sum: 3252220f233fa8994e006c606135802e SHA1: ae169aefd73a0c97194250e470e0b2bc7853e67c SHA256: 759860c57adfe43b2372096b6e7b74fc19f502a5427526309e06458454aa838f Description: Genealogical research program GRAMPS is an Open Source genealogy program written in Python, using the GTK/GNOME interface. It is an extremely flexible program fitting the needs for both the amateur genealogist and serious genealogical researcher. GRAMPS has the ability to import GEDCOM files exported from many proprietary genealogy programs and can produce a large number of reports in many popular formats. Homepage: http://www.gramps-project.org/ Package: graph-includes Priority: optional Section: devel Installed-Size: 26 Maintainer: Yann Dirson Architecture: all Source: deps Version: 0.13-1.1.4.201403191718 Depends: deps-tools-cli Filename: 4.0-0/all/graph-includes_0.13-1.1.4.201403191718_all.deb Size: 2332 MD5sum: b67c6c8a25a04ed816226f6e17331f1a SHA1: 59f86d8e547beb9177d3d2f7828711cc96d36bb9 SHA256: 9dda3a752a25442d42af1ed002ae23fe2ddca0c40fd782258750b1c33f66ba7d Description: transitionnal package This package solely exists to smooth the transition from graph-includes to DEPS. It can be safely removed after upgrade. Package: graphicsmagick-imagemagick-compat Priority: extra Section: graphics Installed-Size: 61 Maintainer: Daniel Kobras Architecture: all Source: graphicsmagick Version: 1.3.16-1.1.23.201403160454 Replaces: imagemagick Provides: imagemagick Depends: graphicsmagick Conflicts: imagemagick Filename: 4.0-0/all/graphicsmagick-imagemagick-compat_1.3.16-1.1.23.201403160454_all.deb Size: 16050 MD5sum: d321607563a15116e09d88f3bffe1e3f SHA1: 67bd5f8079aaa5f860832ae725661ccb3fff0c79 SHA256: cf3029ce8e76cc9531ef29178fcb63ab4b6042033ae87ef8f9072731d4fcc7a2 Description: image processing tools providing ImageMagick interface GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. . With this package installed, the GraphicsMagick command line tools can be executed like their ImageMagick counterparts. It allows to migrate scripts from ImageMagick to GraphicsMagick without any code changes. Package: graphicsmagick-libmagick-dev-compat Priority: extra Section: graphics Installed-Size: 89 Maintainer: Daniel Kobras Architecture: all Source: graphicsmagick Version: 1.3.16-1.1.23.201403160454 Replaces: libmagick++-dev, libmagick++6-dev, libmagick++9-dev, libmagick-dev, libmagick6-dev, libmagick9-dev, libmagickcore-dev, perlmagick Provides: libmagick++-dev, libmagick-dev, perlmagick Depends: libgraphicsmagick1-dev, libgraphicsmagick++1-dev, libgraphics-magick-perl Conflicts: libmagick++-dev, libmagick++6-dev, libmagick++9-dev, libmagick-dev, libmagick6-dev, libmagick9-dev, libmagickcore-dev, perlmagick Filename: 4.0-0/all/graphicsmagick-libmagick-dev-compat_1.3.16-1.1.23.201403160454_all.deb Size: 19634 MD5sum: ed00090b794f0b66c61d5b37dc7af77b SHA1: 5bd460a09c80be0b683627199b569bcbcee8afac SHA256: 5730d7fab1be31695e40cc550a482e196034ef56c8bb54eebf3abba23a1d442a Description: image processing libraries providing ImageMagick interface GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick libraries are a fork of ImageMagick and therefore offer programming interfaces that are mostly compatible. While there might be small differences, experience tells that many programs only use a compatible subset and build fine with either GraphicsMagick or ImageMagick. . While GraphicsMagick uses different names for libraries, classes, and helper applications in order to coexist with ImageMagick, this package intends to minimise porting efforts by exporting the GraphicsMagick interface with the usual ImageMagick names. Note that this package only tries to provide build-time compatibility. Run-time libraries of ImageMagick and GraphicsMagick are incompatible and cannot be interchanged. . This package includes compatibility wrappers for the C, C++, and Perl libraries. Package: graphite-carbon Priority: optional Section: utils Installed-Size: 335 Maintainer: Jonas Genannt Architecture: all Version: 0.9.10-3.2.201403160504 Depends: adduser, python-twisted-core, python-whisper, debconf (>= 0.5) | debconf-2.0, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/graphite-carbon_0.9.10-3.2.201403160504_all.deb Size: 57018 MD5sum: 94b3e74d0b5ad7c14f165c77885bd5d9 SHA1: b1d327e44a2ef2ce464dfe7f07f313cbcaa71b87 SHA256: eab718e2186860c57d673ad793e793b1e27eee9ea92dc3187bbeb8d806afb7dc Description: backend data caching and persistence daemon for Graphite Graphite is a web application using the Twisted framework to provide real-time visualization and storage of numeric time-series data. . The Carbon daemon processes the incoming time-series data and saves it as Whisper database files. Homepage: https://launchpad.net/graphite Package: graphmonkey Priority: optional Section: math Installed-Size: 117 Maintainer: Debian CLI Applications Team Architecture: all Version: 1.7-3.7.201403160517 Depends: mono-runtime (>= 2.10.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/graphmonkey_1.7-3.7.201403160517_all.deb Size: 43978 MD5sum: cffaa7c52e3f235be2cf05712dbeffeb SHA1: 5467957acf76364ee9390894967d0306b0daecde SHA256: 2125e575f4a7a47d8ec9c4ebcb3bdf3f2f107d0c0d97e1380f3909fd77c915fc Description: a GTK#-based graphing calculator GraphMonkey is a GTK#-based graphic calculator. It uses a simple interface to draw curves. Homepage: http://graphmonkey.sourceforge.net/ Package: graphviz-dev Priority: optional Section: devel Installed-Size: 89 Maintainer: David Claughton Architecture: all Source: graphviz Version: 2.26.3-14.40.201403160531 Depends: libgraphviz-dev Filename: 4.0-0/all/graphviz-dev_2.26.3-14.40.201403160531_all.deb Size: 49324 MD5sum: 6f7383207b5a7716ca05d34849e00764 SHA1: 62aab00c3b601858969259948b1bcaaec7b566c6 SHA256: d3d514ecc97216ceea2c991e8fb189f08b86b930ea3bee91c8a7a157a1355871 Description: transitional package for graphviz-dev rename Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package is targeted at easing the upgrade from older graphviz-dev to the new libgraphviz-dev package. . This package can be purged at anytime once the libgraphviz-dev package has been installed. Homepage: http://www.graphviz.org/ Package: graphviz-doc Priority: optional Section: doc Installed-Size: 3661 Maintainer: David Claughton Architecture: all Source: graphviz Version: 2.26.3-14.40.201403160531 Suggests: graphviz Conflicts: graphviz (<< 2.12-1) Filename: 4.0-0/all/graphviz-doc_2.26.3-14.40.201403160531_all.deb Size: 2569230 MD5sum: 133f91185c00ecc77872444ce5d64b5e SHA1: 31aef1558a3c90abcf1a3188a0c7fcb8fa1a124e SHA256: d35097bf24b9e72ab5663572e8351b8d54d9afeb5d29b3f8bf1b2d4eb99f3969 Description: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Homepage: http://www.graphviz.org/ Package: grass-dev-doc Priority: optional Section: doc Installed-Size: 112879 Maintainer: Debian GIS Project Architecture: all Source: grass Version: 6.4.2-2.11.201403160553 Depends: libjs-jquery Suggests: grass Filename: 4.0-0/all/grass-dev-doc_6.4.2-2.11.201403160553_all.deb Size: 27271088 MD5sum: a2b92da2c83194d14942a77d71efa4c2 SHA1: ca3c19ec28f82e39f8adab8c71f609c892aefb99 SHA256: 964861a11483ed296b7f90425dcf87f3a419b4e93b396f39fbef2844a8313701 Description: GRASS GIS Programmers' Manual Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . This package contains the HTML version of the GRASS Programmers' Manual. Homepage: http://grass.osgeo.org/ Package: grass-doc Priority: optional Section: doc Installed-Size: 8762 Maintainer: Debian GIS Project Architecture: all Source: grass Version: 6.4.2-2.11.201403160553 Suggests: grass, grass-dev-doc Filename: 4.0-0/all/grass-doc_6.4.2-2.11.201403160553_all.deb Size: 6500166 MD5sum: 28bcff433aee92bee2aae5fbdae346f2 SHA1: c8bd3182de9fbdb835c2c87d6d63e9e6cc9820df SHA256: 8cf5319af3bc5cb4fe2ff4fd17224a854c00b8e273df6db79611cf598931acf1 Description: GRASS GIS user documentation Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . This package contains HTML documentation for the GRASS system. Homepage: http://grass.osgeo.org/ Package: grass Priority: optional Section: science Installed-Size: 38 Maintainer: Debian GIS Project Architecture: all Version: 6.4.2-2.11.201403160553 Depends: grass-core, grass-gui Recommends: grass-doc Suggests: grass-dev Filename: 4.0-0/all/grass_6.4.2-2.11.201403160553_all.deb Size: 14530 MD5sum: fd76eaacd76d70f57e7678ed3a8da1e5 SHA1: d3ff4458f6e862f2d9d0e5300edfbe991bbc8762 SHA256: 780f7f8203a50f4a356bb43bba236cdca94ac49b45391660da75c413ae76764a Description: Geographic Resources Analysis Support System (GRASS GIS) Commonly referred to as GRASS, this is a Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. . Install this virtual package to get a full GRASS system. Homepage: http://grass.osgeo.org/ Package: grc Priority: optional Section: text Installed-Size: 106 Maintainer: Radovan Garabík Architecture: all Version: 1.4.4.201403160614 Depends: python Filename: 4.0-0/all/grc_1.4.4.201403160614_all.deb Size: 26282 MD5sum: 3211aac3f10bcd63ed550762b30a0216 SHA1: d54a4c9c6d16f8405a96cfe09796b81db14ecb81 SHA256: 1d21b3815f8052433769b8fb05e54a7408dad22ca22b43a6dd2eff7e6391a1f0 Description: generic colouriser for everything generic colouriser, can be used to colourise logfiles, output of commands, arbitrary text.... configured via regexp's. Package: greenwich Priority: optional Section: gnome Installed-Size: 252 Maintainer: David Paleino Architecture: all Version: 0.8.2-6.4.201403160648 Depends: whois, perl, perl (>= 5.8) | liblocale-maketext-perl, libgnome2-perl, libgtk2-perl, libgnome2-gconf-perl, libgtk2-gladexml-perl, liblocale-gettext-perl Filename: 4.0-0/all/greenwich_0.8.2-6.4.201403160648_all.deb Size: 34610 MD5sum: d93e353abce50e1ac2211c3e844a9884 SHA1: 44fb64d1e150b48afa2703ba9e9fcb810a2dfdda SHA256: 07df97976dac4e429d5c74364f72546766a3f6184214c035cecc56e65fb728a0 Description: graphical whois client for GNOME A GNOME application which allows you to perform whois lookups. You enter the whois server to use (or choose from predefined values), type the name of the host you want to find details of; and the full output from the server will be shown. For convenience, output can be easily saved to file. Homepage: http://jodrell.net/projects/greenwich Package: gregoriotex Priority: optional Section: x11 Installed-Size: 6803 Maintainer: Jérôme Marant Architecture: all Source: gregorio Version: 2.0-1.2.4.201403160658 Depends: luatex, texlive-luatex, texlive-fonts-recommended, texlive-latex-extra, dpkg (>= 1.14.18), tex-common (>= 3) Recommends: gregorio, texlive-omega Filename: 4.0-0/all/gregoriotex_2.0-1.2.4.201403160658_all.deb Size: 4796318 MD5sum: 8ab94ba380a870c4a67703133461c86c SHA1: c1ed89cb946b6e170705e5e4a2a327736c1caadd SHA256: d5f69b020905a4902ea78b424219c85ac15656684607243bcf9bcf696a1a22ca Description: LuaTeX style for Gregorian chant scores GregorioTeX is a Omega/LuaTeX style for writing Gregorian chant scores. The code to write for a score is quite complex and should be written directly by the gregorio software. Homepage: http://home.gna.org/gregorio Package: grepmail Priority: optional Section: mail Installed-Size: 141 Maintainer: Debian QA Group Architecture: all Version: 5.3033-5.4.201403160710 Depends: perl, libscalar-list-utils-perl, libmail-mbox-messageparser-perl (>= 1.5002), libtimedate-perl Suggests: libdate-manip-perl Filename: 4.0-0/all/grepmail_5.3033-5.4.201403160710_all.deb Size: 50128 MD5sum: d582ea9aeea3be86ba40956bb6f19a1e SHA1: 231f1343387fb1762356f06050ca084a7bc4d193 SHA256: f1f1effbf892ade65c1c26710c5c8ef838b445d7db4b7df95828e62e163b316d Description: search mailboxes for mail matching an expression Grepmail looks for mail messages containing a pattern, and prints the resulting messages. Usage is very similar to grep. It can handle compressed mailbox files, and can search the header or body of emails. It also supports searches constrained by date and size. Homepage: http://grepmail.sourceforge.net/ Package: gretl-common Priority: optional Section: math Installed-Size: 2844 Maintainer: Dirk Eddelbuettel Architecture: all Source: gretl Version: 1.9.9-1.4.201403160717 Replaces: gretl (<= 1.2.2-1) Depends: ttf-freefont, ttf-dejavu Suggests: gretl (>= 1.9.9-1.4.201403160717) Conflicts: gretl (<= 1.2.2-1) Filename: 4.0-0/all/gretl-common_1.9.9-1.4.201403160717_all.deb Size: 900792 MD5sum: 6a142abad8b5a7337cb91bc431cc5696 SHA1: 514506283085e2892d03f4b119b064aace482fc2 SHA256: 6877103ef2269605ccead8b1013e3b5441a8c3f48792f6d950815de6930de4b8 Description: GNU Regression, Econometric & Time-Series Library -- scripts package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides scripts (included in the gretl sources) which are used by the main gretl program. Package: gretl-data Priority: optional Section: math Installed-Size: 4581 Maintainer: Dirk Eddelbuettel Architecture: all Source: gretl Version: 1.9.9-1.4.201403160717 Replaces: gretl (<= 1.2.2-1) Depends: gretl (>= 1.9.9-1.4.201403160717) Conflicts: gretl (<= 1.2.2-1) Filename: 4.0-0/all/gretl-data_1.9.9-1.4.201403160717_all.deb Size: 2566440 MD5sum: 4af0d5367ec1d421ae25dcd7915dc8cf SHA1: ac0d295efccabbbe0bea709870c7c9b371a96e6b SHA256: 07c6117b0e116d10196afdfada64978714ac3751660e2e498ec98e01bcc689ec Description: GNU Regression, Econometric & Time-Series Library -- data package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides data sets (included in the gretl sources) which are used by the main gretl program. Package: gretl-doc Priority: optional Section: doc Installed-Size: 1580 Maintainer: Dirk Eddelbuettel Architecture: all Source: gretl Version: 1.9.9-1.4.201403160717 Replaces: gretl (<= 1.2.2-1) Recommends: gretl Conflicts: gretl (<= 1.2.2-1) Filename: 4.0-0/all/gretl-doc_1.9.9-1.4.201403160717_all.deb Size: 1493548 MD5sum: 12991307234f3ea3ac56bdc71a45ccba SHA1: 732edd15c3bbd7617eec351ec8d16597892376a7 SHA256: a7394dff6e0eadefe0c416b31406af2a5c121f27e59b0516409672ea9b265eea Description: GNU Regression, Econometric & Time-Series Library -- doc package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides documentation and examples included in the gretl sources. Package: greylistd Priority: optional Section: mail Installed-Size: 200 Maintainer: Debian QA Group Architecture: all Version: 0.8.8.4.201403160732 Depends: python (>= 2.3), debconf (>= 0.5) | debconf-2.0, adduser Recommends: exim4 Filename: 4.0-0/all/greylistd_0.8.8.4.201403160732_all.deb Size: 57490 MD5sum: 26a70adaf4f93c85d27e50a24b9d731c SHA1: 826c7c2f9dc6b6af5da1ecc7515cac1941415743 SHA256: 9ea480dde68152315567261940a39e1326053f4c0e15137afbfd39bc7244093c Description: Greylisting daemon for use with Exim 4 This daemon provides a simple greylisting implementation for use with the Exim Mail Transport Agent (MTA), version 4. . Once installed, you will need to configure your MTA to query the greylistd server. This package contains a script to automatically configure Exim 4. It may be possible to use greylistd with other MTAs as well. Postfix users may want to check out the "postgrey" package instead of this one. Package: gri-el Priority: optional Section: lisp Installed-Size: 295 Maintainer: Peter S Galbraith Architecture: all Source: gri Version: 2.12.23-2.2.4.201403160739 Depends: gri (>= 2.12.1-2), emacs23 | emacsen Recommends: gv Conflicts: gri (<= 2.12.1-1) Filename: 4.0-0/all/gri-el_2.12.23-2.2.4.201403160739_all.deb Size: 71608 MD5sum: 3e5529c6850b1f283b976e74e9c3fe2e SHA1: ea320f396fa90a81fed932167abf44f3c79f590d SHA256: 12e7dde081b92e84ec429208427c478f5f25bc9ec8c5af5039de1d972e0088f6 Description: Emacs major-mode for gri, a language for scientific graphics Gri is an open-source language for scientific graphics programming. . This is the Emacs major-mode for gri. Homepage: http://gri.sourceforge.net/ Package: gri-html-doc Priority: optional Section: doc Installed-Size: 2449 Maintainer: Peter S Galbraith Architecture: all Source: gri Version: 2.12.23-2.2.4.201403160739 Suggests: doc-base Filename: 4.0-0/all/gri-html-doc_2.12.23-2.2.4.201403160739_all.deb Size: 1164254 MD5sum: 4f1cec33f67588407061c44688bb5dbe SHA1: c1fe8ea7875d1eee216b09a19c82aa3b998aa4f8 SHA256: 1e05d72ffad4f7eb8c0f6543bbc424967e280d96492ba0d5e8642a3f59a623db Description: HTML manual for gri, a language for scientific graphics Gri is a command-driven application for making x-y graphs, contour-graphs, and image graphs. . This is the Gri manual in HTML format and can be accessed directly via file:/usr/share/doc/gri/html/index.html or http://localhost/doc/gri/html/ or via doc-central, dwww or dhelp interfaces (if you have the doc-base package installed). Note that the manual in info format (without graphics) is included in the gri package itself. This manual is available on the web via: http://gri.sourceforge.net/gridoc/html/ Homepage: http://gri.sourceforge.net/ Package: gri-pdf-doc Priority: optional Section: doc Installed-Size: 1634 Maintainer: Peter S Galbraith Architecture: all Source: gri Version: 2.12.23-2.2.4.201403160739 Replaces: gri (<< 2.12.23-2), gri-ps-doc Breaks: gri (<< 2.12.23-2) Filename: 4.0-0/all/gri-pdf-doc_2.12.23-2.2.4.201403160739_all.deb Size: 1640532 MD5sum: 6b20f17444c06c2b930e8c455c69d2a4 SHA1: 6c9c86bb0808c03a7f1915500796dfa7a32bbafb SHA256: 607e114facbb218fc3120e8b0d161f459e9cae1ccf8eb81d6d6286e9f28678e2 Description: PostScript manual for gri, a language for scientific graphics Gri is a command-driven application for making x-y graphs, contour-graphs, and image graphs. . This is the Gri manual in PDF format suitable for printing or viewing on-screen. The compressed file is located at /usr/share/doc/gri/gri.pdf.gz Homepage: http://gri.sourceforge.net/ Package: grid-packaging-tools Priority: optional Section: devel Installed-Size: 874 Maintainer: Mattias Ellert Architecture: all Version: 3.6.2-1.4.201403160750 Depends: autoconf, automake, libtool, perl, libarchive-tar-perl, libxml-parser-perl Filename: 4.0-0/all/grid-packaging-tools_3.6.2-1.4.201403160750_all.deb Size: 201134 MD5sum: 3e6a1c6afe6250f9ad49d0db8dcac1cc SHA1: c09950176623bdb67eb106378c98dabf40eb21bb SHA256: 8deee42f62d3aa938f5efd119216f056820ff7d0e9f76cd5e755bf5287897ea2 Description: System for managing source dependencies in large projects The Grid Packaging Tools (GPT) package is a collection of packaging tools built around an XML based packaging data format. This format supports the definition of complex dependency and compatibility relationships between packages. . The tools provide a means for developers to define the packaging data and include them as part of their source code distribution. Binary packages can be automatically generated from this data. The packages defined by GPT are compatible with other packages and can be easily converted. . GPT is a key tool for the build process of the Globus grid middleware. Homepage: http://www.gridpackagingtools.com/ Package: gridengine-common Priority: optional Section: utils Installed-Size: 762 Maintainer: Debian Grid Engine Maintainers Architecture: all Source: gridengine Version: 6.2u5-7.1.9.201403160752 Replaces: gridengine-client (<< 6.2u5-2) Depends: debconf (>= 0.5) | debconf-2.0, adduser, bsd-mailx | mailx, ucf Filename: 4.0-0/all/gridengine-common_6.2u5-7.1.9.201403160752_all.deb Size: 428226 MD5sum: e8eeb3853a789ba999a464d1e58af263 SHA1: 09d650ab2d36490c31e848c64a9374bce32f18c4 SHA256: cb6508900a2d6387891cee2d89553ea1de7affaf173bf810986776f7eaaf003a Description: Distributed resource management - common files Grid Engine is software that facilitates "distributed resource management" (DRM). Far more than just simple load-balancing tools or batch scheduling mechanisms, DRM software typically provides the following key features across large sets of distributed resources: . * Policy based allocation of distributed resources (CPU time, software licenses, etc.) * Batch queuing & scheduling * Support diverse server hardware, OS and architectures * Load balancing & remote job execution * Detailed job accounting statistics * Fine-grained user specifiable resources * Suspend/resume/migrate jobs * Tools for reporting Job/Host/Cluster status * Job Arrays * Integration & control of parallel jobs . This package contains required shared files and the basic configuration. Homepage: http://gridengine.sunsource.net Package: gridsite-doc Priority: optional Section: doc Installed-Size: 1204 Maintainer: Mattias Ellert Architecture: all Source: gridsite Version: 1.7.16-1.2.201403160808 Filename: 4.0-0/all/gridsite-doc_1.7.16-1.2.201403160808_all.deb Size: 155504 MD5sum: f7335c9562a2e9834259a21776f7ac85 SHA1: f12c677c77a6b6e23e167cd038f877b90161e363 SHA256: 18a8b3f583afdc4e05e2cd4640430166bb6210e0e16e455cc22cf71b17016c51 Description: Developers Documentation for gridsite GridSite was originally a web application developed for managing and formatting the content of the http://www.gridpp.ac.uk/ website. Over the past years it has grown into a set of extensions to the Apache web server and a toolkit for Grid credentials, GACL access control lists and HTTP(S) protocol operations. . This package, gridsite-doc, contains developer documentation for gridsite. Homepage: http://www.gridsite.org/ Package: griffith Priority: optional Section: gnome Installed-Size: 3349 Maintainer: Piotr Ożarowski Architecture: all Version: 0.13-3.6.201403160816 Depends: python (>= 2.6.6-7~), python-sqlalchemy (>= 0.5), python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-reportlab (>= 1.20debian-6), python-imaging (>= 1.1.5-6) Recommends: python-gtkspell, python-chardet, python-lxml, python-psycopg2 (>= 1.1.21-6), python-mysqldb (>= 1.2.1-p2-2) Suggests: griffith-extra-artwork (>= 0.9), python-sqlite, ipython Filename: 4.0-0/all/griffith_0.13-3.6.201403160816_all.deb Size: 833210 MD5sum: bea769fa14a282432dc6557f223ddb04 SHA1: f2f04d81c50f67ea10ab2b62aab0f24fb03c2af5 SHA256: 5db4b247b0fa5a54ab367cf9eb1b03bcc86f946bce1fe0d3b6b21b149d968ab5 Description: film collection manager Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web. Homepage: http://www.griffith.cc/ Package: grinder Priority: optional Section: science Installed-Size: 293 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.4.5-1.2.201403160833 Depends: perl, libbio-perl-perl, libgetopt-euclid-perl (>= 0.2.8), libmath-random-mt-perl (>= 1.13) Filename: 4.0-0/all/grinder_0.4.5-1.2.201403160833_all.deb Size: 102966 MD5sum: 59f0dc9c41e5b0487d9de7c192a8024d SHA1: 6abbd7c287ee2073739207aa7bb436f2b7625dc1 SHA256: e00a8ef134408b54abdf2ff393607fd55c8177567ee51e4c04adb4930f50c7a7 Description: Versatile omics shotgun and amplicon sequencing read simulator Grinder is a versatile program to create random shotgun and amplicon sequence libraries based on DNA, RNA or proteic reference sequences provided in a FASTA file. . Grinder can produce genomic, metagenomic, transcriptomic, metatranscriptomic, proteomic, metaproteomic shotgun and amplicon datasets from current sequencing technologies such as Sanger, 454, Illumina. These simulated datasets can be used to test the accuracy of bioinformatic tools under specific hypothesis, e.g. with or without sequencing errors, or with low or high community diversity. Grinder may also be used to help decide between alternative sequencing methods for a sequence-based project, e.g. should the library be paired-end or not, how many reads should be sequenced. Homepage: http://sourceforge.net/projects/biogrinder/ Package: grisbi-common Priority: optional Section: x11 Installed-Size: 2242 Maintainer: Stéphane Glondu Architecture: all Source: grisbi Version: 0.8.9-1.4.201403160849 Replaces: grisbi (<< 0.5.9-5) Breaks: grisbi (<< 0.5.9-5) Filename: 4.0-0/all/grisbi-common_0.8.9-1.4.201403160849_all.deb Size: 804734 MD5sum: 625b5d64edf822f4b4196c95c463e8c9 SHA1: 78d035f21a2148444349a4425df83a88d9bb74bc SHA256: 675af573367e9ae693648beeb4015b5b5d6859e78e75519ad432410920e844be Description: shared files for the finance management program Grisbi Grisbi is a personal accounting program. Grisbi can handle multiple accounts, currencies and users. It helps you manage your money using third party, expenditure and receipt categories, as well as budgetary lines, financial years, and other information that makes it adapted for both personal and associative accounting. . This package contains architecture-independent files (icons, documentation and translations). Homepage: http://www.grisbi.org/ Package: grml-debootstrap Priority: optional Section: admin Installed-Size: 250 Maintainer: Grml Team Architecture: all Version: 0.54.2.201403160858 Depends: debootstrap (>= 0.3.3.3) | cdebootstrap (>= 0.3.16), gawk, debian-archive-keyring Recommends: kpartx, mksh, parted, qemu-utils, dialog Filename: 4.0-0/all/grml-debootstrap_0.54.2.201403160858_all.deb Size: 126596 MD5sum: 45d6bf95f0f5f62cdc52673b1202b4b6 SHA1: 72da8041d39077ac8f8930d091534866a4099ba2 SHA256: bb534984dd23bff287eaa464d9c34cdf54860d0bfede1063a6716f8e9e705609 Description: wrapper around debootstrap for installing pure Debian Provides a wrapper suite around debootstrap and cdebootstrap to ease installation of a pure Debian system. . Configuration can be done on the command line, in a dialog frontend or in /etc/debootstrap/config. You will get a pure Debian system installed on the specified device or directory, or directly into an image file suitable for Virtual Machine use. Homepage: http://grml.org/grml-debootstrap/ Package: grml-rescueboot Priority: extra Section: admin Installed-Size: 62 Maintainer: Grml Team Architecture: all Version: 0.4.2.2.201403160901 Depends: grub-pc Filename: 4.0-0/all/grml-rescueboot_0.4.2.2.201403160901_all.deb Size: 6432 MD5sum: 7e4623af36e20f0cc4201d4f0e4db925 SHA1: d73a7aed83e89547de9f337aca118f1f437aec2d SHA256: 9b84575ba713db361e4d67c40391fe80bcebfb41a55b527faf19e07994071c7e Description: Integrates Grml ISO booting into GRUB This package provides a script for update-grub which looks for Grml ISO images in /boot/grml and automatically adds an entry for each image. The purpose is to use one of those images to boot a Grml rescue system without using a CD or USB stick. Homepage: http://git.grml.org/?p=grml-rescueboot.git Package: grokevt Priority: optional Section: utils Installed-Size: 165 Maintainer: Debian Forensics Architecture: all Version: 0.4.1-7.4.201403160925 Depends: python, python-support (>= 0.90.0), reglookup Filename: 4.0-0/all/grokevt_0.4.1-7.4.201403160925_all.deb Size: 36110 MD5sum: 4db4f4e36582273df09e55356a3b4951 SHA1: 3ea87ff481bd84642554fecf341e21b48488bcbb SHA256: 017e1ba6100472152a7f41e5ad4f1a913112ea33e707fcc276dd8774e5da27ba Description: scripts for reading Microsoft Windows event log files GrokEVT is a collection of scripts built for reading Microsoft Windows NT/2000/XP/2003 event log files. . Currently the scripts work together on one or more mounted Microsoft Windows partitions to extract all information needed (registry entries, message templates, and log files) to convert the logs to a human-readable format. Homepage: http://projects.sentinelchicken.org/grokevt/ Package: gromacs-data Priority: extra Section: science Installed-Size: 8329 Maintainer: Debichem Team Architecture: all Source: gromacs Version: 4.5.5-2.4.201403160927 Replaces: gromacs-doc Recommends: gromacs Suggests: tcsh | c-shell Conflicts: gromacs-doc Breaks: gromacs (<< 3.3.3-1) Filename: 4.0-0/all/gromacs-data_4.5.5-2.4.201403160927_all.deb Size: 1878430 MD5sum: 8ade95a9d140853a0f081a59dcff73e8 SHA1: f59bec47821290091307ab2f13da279e60d45ca4 SHA256: 9ba2f38abb0308dba2b006110e263e7aff41e470815580c16441f3542d596986 Description: GROMACS molecular dynamics sim, data and documentation GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles. . It is primarily designed for biochemical molecules like proteins and lipids that have a lot of complicated bonded interactions, but since GROMACS is extremely fast at calculating the nonbonded interactions (that usually dominate simulations) many groups are also using it for research on non- biological systems, e.g. polymers. . This package contains architecture-independent topology and force field data, documentation, man pages, and example files. Homepage: http://www.gromacs.org/ Package: groovy-doc Priority: optional Section: doc Installed-Size: 91376 Maintainer: Debian Java Maintainers Architecture: all Source: groovy Version: 1.8.6-1.9.201403161005 Suggests: groovy Filename: 4.0-0/all/groovy-doc_1.8.6-1.9.201403161005_all.deb Size: 5070466 MD5sum: 87e8abd62e434911c67f25318ffd60a1 SHA1: b63310e371e36527b47efe742827f7995615585a SHA256: d7ebcedfe927df4964dfe0d0229ac4aba0b5c171d0393f667dc3bb4682166e61 Description: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Homepage: http://groovy.codehaus.org/ Package: groovy Priority: optional Section: java Installed-Size: 11583 Maintainer: Debian Java Maintainers Architecture: all Version: 1.8.6-1.9.201403161005 Depends: antlr, libasm3-java, libbsf-java, libcommons-cli-java (>= 1.0), libcommons-logging-java (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.5-java, libjline-java, libxstream-java, ivy, libjansi-java, default-jre-headless | sun-java6-jre Suggests: groovy-doc, ant (>= 1.7.1) Filename: 4.0-0/all/groovy_1.8.6-1.9.201403161005_all.deb Size: 10440652 MD5sum: 3af4669568985d9a575721ec0fa81aaf SHA1: fb7e992c255d9b1e794bc0cbea6cd7500fad73d7 SHA256: 4ff249acd7fd37c8bdf1e714f32dba5b2ffd2695ae3797f47dd3dde8f891ee72 Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Homepage: http://groovy.codehaus.org/ Package: grub-choose-default Priority: extra Section: admin Installed-Size: 65 Maintainer: Kjell Braden Architecture: all Version: 0.2-6.4.201403161045 Depends: python, python-tk, grub, menu Filename: 4.0-0/all/grub-choose-default_0.2-6.4.201403161045_all.deb Size: 8702 MD5sum: c71a5ee41b7d1ec5c98be965f3990b94 SHA1: a4ff90d7866d53eff4e34fa35f341e8a8b7655d1 SHA256: 866df34c4feee64f3e2317e8440a5d69e621de7456c31f3558713f4e00532b41 Description: Control Grub Default through a GUI grub-choose-default gives you a GUI that you can use to easily select the next default for grub and you can go and grab a snack while your computer reboots without having to wait for anything. . It's a very simple program that just reads your grub menu entries and then lets you click on the one you want to be the next default. Homepage: http://cs.unm.edu/~dmohr/grub.php Package: grub-disk Priority: optional Section: admin Installed-Size: 139 Maintainer: GRUB Maintainers Architecture: all Source: grub Version: 0.97-67.36.201409252201 Depends: grub-rescue-pc Filename: 4.0-0/all/grub-disk_0.97-67.36.201409252201_all.deb Size: 117684 MD5sum: fef6b9c014ca1a07353822a6c65c20ff SHA1: 8ebd6aa2d0826f9580ae121c9cbf7b9b003cda23 SHA256: 88a94a30c912fedc83fa16edb3e639133aedbf2c652ab8399ab680c4ec957ec8 Description: GRUB bootable disk image (dummy package) This is a dummy transitional package to handle upgrades. It can be safely removed. Package: grub-doc Priority: optional Section: doc Installed-Size: 139 Maintainer: GRUB Maintainers Architecture: all Source: grub Version: 0.97-67.36.201409252201 Depends: grub-legacy-doc, multiboot Filename: 4.0-0/all/grub-doc_0.97-67.36.201409252201_all.deb Size: 117698 MD5sum: 64495a07094ca70b9a7f15e899127c16 SHA1: c03f39a651c8245b0225b93b56e580f3607ccca6 SHA256: 925c37a767a76b89b0fce2623d47b1670a032600f9e8838b1d1797a35723502b Description: Documentation for GRand Unified Bootloader (dummy package) This is a dummy transitional package to handle upgrades. It can be safely removed. Package: grub-imageboot Priority: extra Section: admin Installed-Size: 43 Maintainer: Alexander Wirt Architecture: all Version: 0.6.2.201403161049 Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32, syslinux-common (>= 4) Filename: 4.0-0/all/grub-imageboot_0.6.2.201403161049_all.deb Size: 4522 MD5sum: 51a663de13b241cff58da68c79228471 SHA1: fcf5a25459f0e369bbb5ec6900db854c96bc5bc0 SHA256: b743fc4ff83f95f2afe1627d59ea7e0e005241dcd72f161842082eaf1e08295b Description: boot iso, harddisk and floppy images with grub2 and syslinux memdisk This package installs a grub hook which integrates iso, harddisk and floppy images into the grub menu. . memdisk can't boot every image see http://syslinux.zytor.com/wiki/index.php/MEMDISK for its limitations. Package: grub-legacy-doc Priority: optional Section: doc Installed-Size: 765 Maintainer: GRUB Maintainers Architecture: all Source: grub Version: 0.97-67.36.201409252201 Replaces: grub-doc Depends: dpkg (>= 1.15.4) | install-info Suggests: doc-base Filename: 4.0-0/all/grub-legacy-doc_0.97-67.36.201409252201_all.deb Size: 257774 MD5sum: 6222e1a6b0abcd79785150037a14a9e0 SHA1: ced4b813f57eb8efd08b350d829cce5aefacff96 SHA256: 5effa44ce66731c8741944341e2e851c850b56ac1445d807c15b8365460904db Description: Documentation for GRUB Legacy GRUB is a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux kernel, it implements the Multiboot standard, which allows for flexible loading of multiple boot images (needed for modular kernels such as the GNU Hurd). Package: grub-splashimages Priority: optional Section: admin Installed-Size: 683 Maintainer: Grub-Devel List Architecture: all Version: 1.2.3.4.201403161054 Suggests: grub Filename: 4.0-0/all/grub-splashimages_1.2.3.4.201403161054_all.deb Size: 661468 MD5sum: addea337ec90bbb555fc389590c11966 SHA1: ca32ca0023579a2b61d68598f90824e152c82848 SHA256: b282354e7a0ef0190022eaa324a71a505d10bf5c24dd2d2cdae1a84201b79157 Description: a collection of great GRUB splashimages This package contains a collection of splashimages which can be used for GRUB. If you'd like your splashimage in this package send them as bug report to Debian BTS. Homepage: http://ruslug.rutgers.edu/~mcgrof/grub-images/ Package: grub2-splashimages Priority: optional Section: admin Installed-Size: 10502 Maintainer: Grub-Devel List Architecture: all Version: 1.0.1.5.201411012251 Suggests: grub-pc Filename: 4.0-0/all/grub2-splashimages_1.0.1.5.201411012251_all.deb Size: 6927160 MD5sum: 453f9510c092026403259378fab6097b SHA1: 46ddab981aa165d3bf3106089397595b0cde6e71 SHA256: 748e4ef0a5c1d4cec50eeb42638dcf266df086b49924c2a79d5bf1b519536f5b Description: a collection of great GRUB2 splashimages This package contains a collection of splashimages which can be used for GRUB2. If you'd like your splashimage in this package send them as bug report to Debian BTS. Package: gscan2pdf Priority: optional Section: utils Installed-Size: 1638 Maintainer: Jeffrey Ratcliffe Architecture: all Version: 1.0.4-5.4.201403161117 Depends: libgtk2-imageview-perl, libgtk2-ex-simple-list-perl, libsane-perl (>= 0.05), liblocale-gettext-perl (>= 1.05), sane-utils (>= 1.0.17), libtiff-tools, libpdf-api2-perl, libconfig-general-perl (>= 2.40), perlmagick, imagemagick, librsvg2-common, libset-intspan-perl (>= 1.10), libhtml-parser-perl, libgoo-canvas-perl, libproc-processtable-perl, libreadonly-perl, liblog-log4perl-perl Recommends: libgtk2-ex-podviewer-perl, sane, xdg-utils, djvulibre-bin, unpaper, tesseract-ocr | gocr | cuneiform Filename: 4.0-0/all/gscan2pdf_1.0.4-5.4.201403161117_all.deb Size: 408254 MD5sum: 82ccd70b2303a233ca589748d24e9532 SHA1: f01389bbc74e36a58dd4fb1dabb4764e64efa4e7 SHA256: 28ceca760c6946d21cbe18f7739c2633647e65686f5b4e3dcbbf8e457b7848d3 Description: GUI to produce PDFs or DjVus from scanned documents Only two clicks are required to scan several pages and then save all or a selection as a PDF or DjVu file, including metadata if required. . gscan2pdf can control regular or sheet-fed (ADF) scanners with SANE via libsane-perl, scanimage or scanadf, and can scan multiple pages at once. It presents a thumbnail view of scanned pages, and permits simple operations such as cropping, rotating and deleting pages. . OCR can be used to recognise text in the scans, and the output embedded in the PDF or DjVu. . PDF conversion is done by PDF::API2. . The resulting document may be saved as a PDF, DjVu, multipage TIFF file, or single page image file. Homepage: http://gscan2pdf.sourceforge.net/ Package: gsfonts-x11 Priority: optional Section: fonts Installed-Size: 98 Maintainer: Roland Rosenfeld Architecture: all Version: 0.22.14.201403161142 Depends: gsfonts (>= 6.0-2), xfonts-utils (>= 1:7.5+2) Breaks: gsfonts (<< 6.0-2) Filename: 4.0-0/all/gsfonts-x11_0.22.14.201403161142_all.deb Size: 10814 MD5sum: 8af91eaae25663f01c4d6c1e08b37b28 SHA1: 932b21198f0b4f28055875c875fb52cae4d513cb SHA256: ed6d42229f0f9d4c0b522aed7b017936ebb68858901f3684a246da673ab4a340 Description: Make Ghostscript fonts available to X11 This package makes the 35 Postscript fonts from the gsfonts package available to your X server under their "urw" names and via fonts.alias with the official "adobe" names, too. . This package does not contain any fonts itself but allows to reuse the ghostscript fonts as X11 screen fonts. Package: gshare Priority: optional Section: gnome Installed-Size: 322 Maintainer: Debian CLI Applications Team Architecture: all Version: 0.94-12.8.201403161146 Depends: mono-runtime (>= 2.10.1), libavahi1.0-cil (>= 0.6.10), libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7), libndesk-dbus-glib1.0-cil (>= 0.4.0), libndesk-dbus1.0-cil (>= 0.6.0), gconf2 (>= 2.28.1-2), avahi-daemon Filename: 4.0-0/all/gshare_0.94-12.8.201403161146_all.deb Size: 162508 MD5sum: 54494a7e0e8bc62ad5ddef465d6066b9 SHA1: a476271c82efa2b953a0afc82f94329b0e3c6fe5 SHA256: fa6aa870c18cc5f2e70b2fef8a94b2205f50febd5b1e5d90ae845f932ee8096d Description: Easy user-level file sharing for GNOME GShare is a small GNOME application that allows easy user-level file sharing via FTP. DNS-SD is used to publish the share on the local network. Package: gsoap-doc Priority: optional Section: doc Installed-Size: 11246 Maintainer: Mattias Ellert Architecture: all Source: gsoap Version: 2.8.16-2~bpo70+1.7.201410270943 Replaces: gsoap (<< 2.7.17) Depends: libjs-jquery Breaks: gsoap (<< 2.7.17) Filename: 4.0-0/all/gsoap-doc_2.8.16-2~bpo70+1.7.201410270943_all.deb Size: 4911562 MD5sum: a88d6fd18bae772f67b3383309800310 SHA1: 68e2848ce46a0540aed49e29d6ce44d5c51d8e54 SHA256: 90294e12145650d833815a59b9afafdc3a257788048b8edfcac90c08df650a17 Description: gSOAP documentation The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Documentation files. Multi-Arch: foreign Homepage: http://gsoap2.sourceforge.net/ Package: gss-doc Priority: extra Section: doc Installed-Size: 1608 Maintainer: Debian GSS Team Architecture: all Source: gss Version: 1.0.2-1.10.201403161252 Depends: dpkg (>= 1.15.4) | install-info Recommends: gss-man Filename: 4.0-0/all/gss-doc_1.0.2-1.10.201403161252_all.deb Size: 963900 MD5sum: a38a4d4f9ad86c9257574e0405081075 SHA1: fdc99877d04ec8f2f2cae620cbbb7c9cab26ca7f SHA256: 4c53bdcfbef0f1a4154301331a222d1356baa8d1c8d530407c82dde260e63b41 Description: Documentation for GSS (except man pages) The GNU Generic Security Service Library (GSSLib) is a free implementation of the GSS-API security framework. GSSLib uses Shishi to implement the Kerberos V5 mechanism, but is flexible enough to support other mechanisms too. . This package contain the manual in HTML, PDF and Info formats, and API reference in GTK-DOC and Devhelp formats. Homepage: http://www.gnu.org/software/gss/ Package: gss-man Priority: extra Section: doc Installed-Size: 156 Maintainer: Debian GSS Team Architecture: all Source: gss Version: 1.0.2-1.10.201403161252 Conflicts: heimdal-dev Filename: 4.0-0/all/gss-man_1.0.2-1.10.201403161252_all.deb Size: 124468 MD5sum: 28f0cb2199b395aa5ce39e45e56d2e3c SHA1: cf80fe104c3bfae50efe2b6862936fbf8bae0950 SHA256: b57621198fda10235e85f0f4ad41dba96d3ce718962c51c0ec6f4017f24574aa Description: Man pages for GSS The GNU Generic Security Service Library (GSSLib) is a free implementation of the GSS-API security framework. GSSLib uses Shishi to implement the Kerberos V5 mechanism, but is flexible enough to support other mechanisms too. . This package contain the API reference as man pages. Homepage: http://www.gnu.org/software/gss/ Package: gstreamer0.10-doc Priority: optional Section: doc Installed-Size: 26769 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gstreamer0.10 Version: 0.10.36-1.2.17.201403161452 Depends: libxml2-doc, libglib2.0-doc Recommends: libgstreamer0.10-dev (= 0.10.36-1.2.17.201403161452) Filename: 4.0-0/all/gstreamer0.10-doc_0.10.36-1.2.17.201403161452_all.deb Size: 4534692 MD5sum: 63c4b47d071c60cbff5a2480bd325f95 SHA1: 386ebb74248d4b7db7c9d54b95815f60fe8444a2 SHA256: 5248665b637da529c25b2829fdaf0251ab90f8bc8a4010b22861985d356db2b4 Description: GStreamer core documentation and manuals GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for core libraries and elements as well as: * the GStreamer Manual * the GStreamer Plugin Writers Guide * Various API docs Homepage: http://gstreamer.freedesktop.org Package: gstreamer0.10-gnonlin-doc Priority: optional Section: doc Installed-Size: 132 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gnonlin Version: 0.10.17-2.7.201403150906 Filename: 4.0-0/all/gstreamer0.10-gnonlin-doc_0.10.17-2.7.201403150906_all.deb Size: 44410 MD5sum: 04d8cc8a3dfe32109c8745ca4941ff88 SHA1: 1a059cecbc27fe8dd47f9c8ec011cb21c1ccd378 SHA256: bb757459edf2c430a644f0b9e2cd806f4eecbe1c21d912f8c287dc1a224b523d Description: GStreamer documentation for the non-linear editing module GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors. It works together with the GStreamer multimedia framework to give developers a powerful and flexible set of tools for quickly assembling applications which needs to handle non-linear multimedia editing. . This package contains the documentation for Gnonlin. Homepage: http://gstreamer.freedesktop.org Package: gstreamer0.10-plugins-bad-doc Priority: extra Section: doc Installed-Size: 3352 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gst-plugins-bad0.10 Version: 0.10.23-7.1.16.201406181029 Replaces: gstreamer0.10-plugins-bad (<< 0.10.5-3) Depends: gstreamer0.10-doc, gstreamer0.10-plugins-base-doc Filename: 4.0-0/all/gstreamer0.10-plugins-bad-doc_0.10.23-7.1.16.201406181029_all.deb Size: 840996 MD5sum: cc58e06c50bcbe138038f17bdeb08763 SHA1: e080ef4ba7a27a314c8a0d582774ac6869aee9c8 SHA256: f1d6954b6edf55c3eac8e577e9e15b44b84a91db02c3ab9a09bb21835cca8a77 Description: GStreamer documentation for plugins from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains the documentation for plugins from the "bad" set. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html Package: gstreamer0.10-plugins-base-doc Priority: optional Section: doc Installed-Size: 5600 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gst-plugins-base0.10 Version: 0.10.36-1.1.23.201403161335 Depends: libglib2.0-doc, gstreamer0.10-doc Filename: 4.0-0/all/gstreamer0.10-plugins-base-doc_0.10.36-1.1.23.201403161335_all.deb Size: 870926 MD5sum: beb1fb49421e360718090d068cb7a5d1 SHA1: 6915ed7a5cbd3bc501172bd5f317b6bc9bedff59 SHA256: 88548858e187e48c87a9caf37bb5472baaaf09592fce134d2f71632a3a44c539 Description: GStreamer documentation for plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for plugins from the "base" set, an essential exemplary set of elements. Homepage: http://gstreamer.freedesktop.org Package: gstreamer0.10-plugins-good-doc Priority: optional Section: doc Installed-Size: 3552 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gst-plugins-good0.10 Version: 0.10.31-3+nmu1.26.201403161349 Depends: gstreamer0.10-doc, gstreamer0.10-plugins-base-doc Filename: 4.0-0/all/gstreamer0.10-plugins-good-doc_0.10.31-3+nmu1.26.201403161349_all.deb Size: 865782 MD5sum: 1d0b4d12c06c677c4933567fd71f05fe SHA1: a108f90666806f0e8110e6f0ab2d0784e5a1f5d9 SHA256: 27371b44b07aa29514d3bac34ae7c9fa53a5dcdf292d153658cfa830759cd2f1 Description: GStreamer documentation for plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Package: gstreamer0.10-plugins-ugly-doc Priority: optional Section: doc Installed-Size: 535 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gst-plugins-ugly0.10 Version: 0.10.19-2.12.201403161405 Depends: gstreamer0.10-doc, gstreamer0.10-plugins-base-doc Filename: 4.0-0/all/gstreamer0.10-plugins-ugly-doc_0.10.19-2.12.201403161405_all.deb Size: 177092 MD5sum: e67f7bddc087f7391d57b59132caa78a SHA1: 424dbc3ca35b56d94fa37fc69de83a9d906eb585 SHA256: 4e8ea41236ae3bb45fc07435ee289caca2b1cc8b0b7333366bc35d57eb6eefe2 Description: GStreamer documentation for plugins from the "ugly" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains documentation for plugins from the "ugly" set, a set of good-quality plug-ins that might pose distribution problems. Homepage: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html Package: gsutil Priority: extra Section: admin Installed-Size: 100 Maintainer: Julien Danjou Architecture: all Version: 3.1-1.4.201403161527 Depends: perl, libhtml-form-perl | libwww-perl (<< 6) Filename: 4.0-0/all/gsutil_3.1-1.4.201403161527_all.deb Size: 22518 MD5sum: 5ada15dd70f8e876a523d86701d6ffdd SHA1: 43bfcb1f60b7fa652c99815db016ac18a2a647c1 SHA256: b7ddc2405833b6f58ca244f07d48a04c52b8e396de1dd6c1a1581ffa40c51470 Description: configure and manage Grandstream BudgeTone 100 VOIP and GX2000 phones GsUtil is a short program written to dump and restore the data from randstream BudgeTone 100 VOIP and GX2000 phone. Since a reboot is required to make the configuration change effective, this program does that too. Package: gt5 Priority: optional Section: utils Installed-Size: 62 Maintainer: Jari Aalto Architecture: all Version: 1.5.0~20111220+bzr29-1.4.201403161529 Depends: bash (>= 2.5), w3m | lynx | links | elinks | links2 Filename: 4.0-0/all/gt5_1.5.0~20111220+bzr29-1.4.201403161529_all.deb Size: 18004 MD5sum: 2c322257ac82376737d99f3ef233aae9 SHA1: 17f857306df932cabac8d880e3d8de9100c2c5ac SHA256: 9b678453b123d35923086f3cd25c44bd1d1c8fa89ff1e5635bab55a5a970c4df Description: shell program to display visual disk usage with navigation Years have passed and disks have become larger and larger, but even on this incredibly huge harddisk era, the space seems to disappear over time. This small shell program provides more convenient listing than the default disk usage du(1). The program displays what has happened since last run and displays dir size and the total percentage. It is possible to navigate and descend to directories by using cursor keys with text based browsers like links, elinks, lynx etc. Homepage: http://freshmeat.net/projects/gt5 Package: gtg Priority: optional Section: gnome Installed-Size: 3278 Maintainer: Luca Falavigna Architecture: all Version: 0.2.9-1.4.201403161550 Depends: python (>= 2.6.6-7~), python-gtk2 (>= 2.14), python-glade2, python-dbus, python-xdg, python-configobj, python-liblarch, python-liblarch-gtk Recommends: python-simplejson Suggests: python-cheetah, python-geoclue, python-gnomekeyring, python-launchpadlib, python-suds Filename: 4.0-0/all/gtg_0.2.9-1.4.201403161550_all.deb Size: 870148 MD5sum: 7ff82bf8221d4d097262c8ac372f963c SHA1: e14ff9980cfb6fb9c9d05f1f62659b89eaec9c8f SHA256: 042ab886dab83c65aac318aced25bcc0df11920197d63073a9db85885ddbf22a Description: organizer for the GNOME desktop environment Getting Things GNOME! is an organizer for the GNOME desktop environment. GTG focuses on usability and ease of use. Its main objective is to provide a simple and yet flexible organization tool for life and work. Homepage: http://gtg.fritalk.com/ Package: gthumb-data Priority: optional Section: gnome Installed-Size: 10454 Maintainer: David Paleino Architecture: all Source: gthumb Version: 3:3.0.1-2.9.201403161557 Replaces: gthumb (<< 3:2.10.8-1) Depends: dconf-gsettings-backend | gsettings-backend, scrollkeeper Recommends: yelp Breaks: gthumb (<< 3:2.10.8-1) Filename: 4.0-0/all/gthumb-data_3.0.1-2.9.201403161557_all.deb Size: 5531784 MD5sum: 6cab1b990faca3dc5e26261d50c0fc8a SHA1: 96eccf11b25eb0547de83acce6da24e32296544a SHA256: 2c8a8d8acea16f67c9c1e55afa918ab0baa4ad60c0e5538d4667c08b414162d8 Description: image viewer and browser - arch-independent files gThumb is an advanced image viewer and browser. It has many useful features, such as filesystem browsing, slide show, image catalogs, web album creation, camera import, image CD burning, batch file operations and quick image editing features like transformation and color manipulation. . It's designed for GNOME 2 desktop environment and uses its platform. For camera import feature, the gPhoto2 library is used. . This package contains the architecture-independent files needed by gthumb. Homepage: http://gthumb.sourceforge.net Package: gtk-doc-tools Priority: optional Section: gnome Installed-Size: 2057 Maintainer: Loic Minier Architecture: all Source: gtk-doc Version: 1.18-2.26.201403161726 Depends: perl, python (>= 2.3), jade (>= 1.2.1-35), docbook-dsssl, docbook-xml (>= 4.3), docbook-xsl (>= 1.64.1.0), docbook-to-man, xsltproc (>= 1.1.15), highlight (>= 3.4), gnome-common Recommends: pkg-config (>= 0.19.0) Conflicts: sgml2x (<< 1.0.0-2) Filename: 4.0-0/all/gtk-doc-tools_1.18-2.26.201403161726_all.deb Size: 609144 MD5sum: ff71dcb95a766e1a62b966aa72d96399 SHA1: 18ab16da519714d3ecb691338566338e4aef7e06 SHA256: c464786fda489d3b58e3a84c9efc34418245b57e30faff6a6b335b7aff3a3807 Description: GTK+ documentation tools These tools extract documentation embedded in GNOME source code, and produce pretty output via DocBook SGML. Multi-Arch: foreign Package: gtk-recordmydesktop Priority: optional Section: video Installed-Size: 803 Maintainer: José L. Redrejo Rodríguez Architecture: all Version: 0.3.8-4.1.5.201403161752 Depends: python (>= 2.6.6-7~), python (<< 2.8), recordmydesktop (>= 0.3.8.1+svn602), python-gtk2 Filename: 4.0-0/all/gtk-recordmydesktop_0.3.8-4.1.5.201403161752_all.deb Size: 123896 MD5sum: 89038b10ec617eb8e2ad6ce498cc0fb3 SHA1: 9eefe1a9b2f26ec31319bba1cd07add76735b087 SHA256: e9785ed8bca45096437b85f6145b2ad7f11c928cb118ce51f8010db9a9e18cf5 Description: Graphical frontend for recordMyDesktop screencast tool Adds an easy to use graphical icon on the GNOME toolbar to make screencasts with the video and audio capture application recordMyDesktop Homepage: http://recordmydesktop.sourceforge.net Package: gtk-redshift Priority: extra Section: x11 Installed-Size: 405 Maintainer: Franziska Lichtblau Architecture: all Source: redshift Version: 1.7-2.6.201403160406 Depends: redshift (>= 1.7-2.6.201403160406), python (>= 2.6.6-7~), python (<< 2.8), python-gtk2, python-xdg Filename: 4.0-0/all/gtk-redshift_1.7-2.6.201403160406_all.deb Size: 60462 MD5sum: 0ba12fdab01fc5e1a55663dcc0995ac2 SHA1: 1ea73463ebf7b2261abc9173049880c49514170c SHA256: 1138f2b2deee0295bc02eaddb3a0bf923e75d2500486cd589ec6abc2a3ad721f Description: Adjusts the color temperature of your screen with GTK+ integration The color temperature is set according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt. . This package provides GTK+ integration. Homepage: https://launchpad.net/redshift Package: gtk-sharp2-examples Priority: optional Section: cli-mono Installed-Size: 904 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtk-sharp2 Version: 2.12.10-5.10.201403161807 Depends: mono-runtime (>= 2.10.1), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-cairo4.0-cil (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-drawing4.0-cil (>= 1.0) Filename: 4.0-0/all/gtk-sharp2-examples_2.12.10-5.10.201403161807_all.deb Size: 406810 MD5sum: e5e19f418b162b20aba25f2a8ec57420 SHA1: 09f71e8a428c6b5aea8cf5362bfedce168f368e6 SHA256: 9398e1f021dd07d219f793184716650152bf11f4ef9ef37dcf1c9eb412c7cb93 Description: sample applications for the GTK# 2.10 toolkit GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains some example programs that are distributed with the GTK# assemblies, including source to build them and learn from them. Homepage: http://www.mono-project.com/GtkSharp Package: gtk-sharp2 Priority: optional Section: cli-mono Installed-Size: 161 Maintainer: Debian CLI Libraries Team Architecture: all Version: 2.12.10-5.10.201403161807 Depends: gtk-sharp2-examples (= 2.12.10-5.10.201403161807), gtk-sharp2-gapi (= 2.12.10-5.10.201403161807), libglade2.0-cil-dev (= 2.12.10-5.10.201403161807), libglib2.0-cil-dev (= 2.12.10-5.10.201403161807), libgtk2.0-cil-dev (= 2.12.10-5.10.201403161807), monodoc-gtk2.0-manual (= 2.12.10-5.10.201403161807) Filename: 4.0-0/all/gtk-sharp2_2.12.10-5.10.201403161807_all.deb Size: 140352 MD5sum: e6c4a7aa928ec6f85572e336b6a76623 SHA1: b2feca534f1a350e6fdaeeb194a63fa132781d0a SHA256: d6f9bbbdbdbfe3b9b354f42848d7eddcbafb9305110ea97ce1af0695f1e6f85e Description: GTK# 2.10 suite, CLI bindings for GTK+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . gtk-sharp2 is a metapackage containing dependencies for the GTK# 2.10 suite. Homepage: http://www.mono-project.com/GtkSharp Package: gtk-smooth-themes Priority: optional Section: x11 Installed-Size: 199 Maintainer: Ross Burton Architecture: all Source: smooth-themes Version: 0.5.8-2.3.6.201403200739 Depends: gtk2-engines Recommends: librsvg2-common Filename: 4.0-0/all/gtk-smooth-themes_0.5.8-2.3.6.201403200739_all.deb Size: 37738 MD5sum: d84ac8440e9148cf92017000644cc34e SHA1: 36d0983dc5d085bc3296b297c890490a04c5fe5b SHA256: 0d19505b4e97ed0322aa31f206f57ae317b5bce5e99dc5bcd0633edcfcc3e7da Description: A set of themes for the Smooth GTK+ Engine The Smooth GTK+ theme engine is a GTK+ theme engine intended to be smooth, fast, and highly configurable. Homepage: http://sourceforge.net/projects/smooth-engine/ Package: gtkhash-common Priority: optional Section: utils Installed-Size: 211 Maintainer: Mònica Ramírez Arceda Architecture: all Source: gtkhash Version: 0.6.0-4.6.201403162026 Replaces: gtkhash (<< 0.6.0) Depends: dconf-gsettings-backend | gsettings-backend Breaks: gtkhash (<< 0.6.0) Filename: 4.0-0/all/gtkhash-common_0.6.0-4.6.201403162026_all.deb Size: 14656 MD5sum: a234bcc79d0259dc46893f6918ceea1d SHA1: cbfe24f751b76078ed93ace836185637a10e508b SHA256: 864fcba19bf67b67e3ef560a2b44543a58d9e8cf38334dc447d350bcf1501eb8 Description: common files for gtkhash extensions This package has the common files you need to install gtkhash extensions. GtkHash has two extensions: an extension for nautilus and an extension for Thunar. They allow users to compute message digests or checksums using the mhash library. Currently supported hash functions include MD5, MD6, SHA1, SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL. Homepage: http://gtkhash.sourceforge.net Package: gtklick Priority: optional Section: sound Installed-Size: 273 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 0.6.4-3.4.201403162149 Depends: python (>= 2.6.6-7~), python-glade2, python-gtk2, python-liblo, klick Filename: 4.0-0/all/gtklick_0.6.4-3.4.201403162149_all.deb Size: 35196 MD5sum: cc6d33eaac76cc22eb6372a3240db3f1 SHA1: 491d823803844991cfc3fcea354b296eb90423c8 SHA256: ae2861a07cfb276160161c86cccf3d67e288aff5d533a9ca39473da9ed8ed259 Description: simple metronome GUI for JACK gtklick is a simple metronome with an easy-to-use GTK+ interface, supporting the JACK sound server. . It features different sounds to choose from, arbitrary meters and beat patterns, a speed trainer, and the ability to save and restore profiles. gtklick is implemented as a frontend to klick and uses OSC messages to communicate with the backend. . Using klick directly on the command line offers additional features like tempo maps and synchronization with JACK transport. Homepage: http://das.nasophon.de/gtklick/ Package: gtkmm-documentation Priority: optional Section: doc Installed-Size: 7714 Maintainer: Deng Xiyue Architecture: all Version: 3.4.0-3.6.201403162209 Replaces: libgtkmm-2.4-doc (<< 1:2.14.3-2) Depends: lynx | www-browser, doc-base, libgtkmm-3.0-doc Recommends: libglibmm-2.4-doc Conflicts: libgtkmm-2.4-doc (<< 1:2.14.3-2) Filename: 4.0-0/all/gtkmm-documentation_3.4.0-3.6.201403162209_all.deb Size: 2997624 MD5sum: 43b7e48e1387cf455d60366e7f8b2b3e SHA1: 7ea831e149360b68d26c391976d226e3475292f0 SHA256: ba63298fd3cbdf1923e815c83ab25a1ec77ea2a197c90157cd090f0d81c3f71c Description: Documentation of C++ wrappers for GLib/GTK+ GLib is a low-level general-purpose library used mainly by GTK+/GNOME applications, but is useful for other programs as well. glibmm is the C++ wrapper for GLib. . Gtkmm is a C++ interface for the popular GUI library GTK+. It provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains tutorial, FAQ, as well as examples for the above components. Homepage: http://www.gtkmm.org/ Package: gtkmorph-example Priority: optional Section: graphics Installed-Size: 1164 Maintainer: A Mennucc1 Architecture: all Source: xmorph Version: 1:20090926.4.201403160043 Provides: xmorph-example Depends: gtkmorph | xmorph Filename: 4.0-0/all/gtkmorph-example_20090926.4.201403160043_all.deb Size: 648242 MD5sum: 0173ad892ee0a096fc53f9ead2dc588d SHA1: 0f4de6bc0ec2d34c82f6cec464121df32177718c SHA256: 4c8c85d6f0ca7765da1869fc854e47415a0f2d96eb1c69f54e77caef451916e0 Description: digital image warp and morph, examples gtkmorph loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping. It has support for making movies automatically (it needs extra packages). The technique was invented and first used by Industrial Light and Magic, and is commonly called "morphing." . This package contains an example session, that can be used also with xmorph. Package: gtkorphan Priority: optional Section: admin Installed-Size: 274 Maintainer: Fabio Marzocca Architecture: all Version: 0.4.4-1.7.201411011213 Depends: menu, perl, deborphan (>= 1.7.28.2), libgtk2-perl (>= 1:1.100-1), libglib-perl (>= 1:1.100-1), liblocale-gettext-perl, libgtk2-gladexml-perl Filename: 4.0-0/all/gtkorphan_0.4.4-1.7.201411011213_all.deb Size: 33130 MD5sum: 2415daa1b1bff4908b8a6151267a6186 SHA1: c562cb5fe804eb20122c77ced8dcbf86b0bcf989 SHA256: f86f9004be0a59bce63adb4542230d1dcb9c566f8cf5ea92cfde93db95a49377 Description: A graphical tool to find and remove orphaned libraries GtkOrphan is a graphical tool which scans your Debian system, looking for orphaned libraries. It implements a GUI front-end to deborphan, but adds the package removal capability. A detailed documentation on the program can be found at: http://www.marzocca.net/linux/gtkorphan.html. Package: gtkpod-data Priority: extra Section: sound Installed-Size: 4072 Maintainer: gtkpod Maintainers Architecture: all Source: gtkpod Version: 2.1.2-1.6.201403162249 Replaces: gtkpod (<< 2) Depends: dconf-gsettings-backend | gsettings-backend Suggests: gtkpod, python (>= 2.6.6-3~), python-jppy Filename: 4.0-0/all/gtkpod-data_2.1.2-1.6.201403162249_all.deb Size: 1482372 MD5sum: e73300c3664c0c819d65e1761dc8741a SHA1: 9a3d5b9faa6f0f2a9b62dd2a64acfad936946e01 SHA256: 777127ebeed53c256b02f6e74179b4525680583dacb70fa95766513831fc08fd Description: architecture-independent files for gtkpod gtkpod is a platform independent GUI for Apple's iPod using GTK3. It allows you to upload songs and playlists to your iPod. It supports ID3 tag editing, multiple charsets for ID3 tags, detects duplicate songs, allows offline modification of the database with later synchronisation, and more. . This package contains documentation, translations and images for gtkpod. Homepage: http://www.gtkpod.org Package: gtkvncviewer Priority: optional Section: utils Installed-Size: 343 Maintainer: Clement Lorteau Architecture: all Version: 0.4-2.2.4.201403170025 Depends: python, python-central (>= 0.6.11), python-glade2, python-gtk2, python-gconf, python-gnomekeyring, python-gtk-vnc, dbus-x11, gnome-keyring Filename: 4.0-0/all/gtkvncviewer_0.4-2.2.4.201403170025_all.deb Size: 76982 MD5sum: 47e94fc91d552da887392ab7a04b8cd5 SHA1: f7b74e6a083a9772738f771cd9702fc88c5914f1 SHA256: ac1442feb06901da794189e4fceeb80c7a9d0884b7274c3ab6d0d64c34cb5592 Description: Small GNOME VNC client This script provides a GUI for connecting to VNC servers. It remembers the credentials of known servers, so connecting to a VNC server is just one double-click away. Servers are shown in an icon view. Homepage: http://launchpad.net/gtkvncviewer Python-Version: current Package: gtml Priority: optional Section: web Installed-Size: 247 Maintainer: Kenneth J. Pronovici Architecture: all Version: 3.5.4-7.4.201403170036 Depends: perl Filename: 4.0-0/all/gtml_3.5.4-7.4.201403170036_all.deb Size: 63910 MD5sum: 82e633358303510930c4682740bb77da SHA1: 6d379bec77af4b4e0b46bbb0f635d7e3ede79820 SHA256: b5b9d8987a408f914139b566335910c1ba67af3bd3e76d4894219447a5903bbd Description: HTML pre-processor GTML is an HTML pre-processor which adds some extra features specially designed for maintaining multiple web pages. HTML files generated by GTML are just like any other HTML files. Because GTML does not attempt to interpret your HTML commands in any way, it's fully compatible with all versions of HTML, and does not require any specific browser or server. Homepage: http://gtml.sourceforge.net/ Package: guacamole-tomcat Priority: extra Section: net Installed-Size: 55 Maintainer: Michael Jumper Architecture: all Source: guacamole Version: 0.6.0-1.2.201403170111 Depends: debconf, guacamole, tomcat6, libguac-client-vnc0, debconf (>= 0.5) | debconf-2.0 Filename: 4.0-0/all/guacamole-tomcat_0.6.0-1.2.201403170111_all.deb Size: 5066 MD5sum: 6b0d257410cb9424d10598854546fbfc SHA1: 24cfce69d3051e856901db357d3f5c3a7c2497fd SHA256: 32af2374ec4931353fbd2ef444ade0d900d6f1526c2f2491ef825a1b0be7bf06 Description: Tomcat-based Guacamole install with VNC support Guacamole is an HTML5 web application that provides access to a desktop environment using remote desktop protocols. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a web browser. No plugins are needed: the client requires nothing more than a web browser supporting HTML5 and AJAX. . This metapackage depends on Tomcat, Guacamole, and the VNC support plugin for guacamole. Guacamole is automatically installed and configured under Tomcat. Homepage: http://guacamole.sourceforge.net/ Package: guacamole Priority: extra Section: net Installed-Size: 412 Maintainer: Michael Jumper Architecture: all Version: 0.6.0-1.2.201403170111 Depends: guacd (>= 0.6), guacd (<< 0.7) Recommends: libguac-client-vnc0 Suggests: tomcat6 | jetty Filename: 4.0-0/all/guacamole_0.6.0-1.2.201403170111_all.deb Size: 277324 MD5sum: 821cd7b6ce38acd82676511b017edd96 SHA1: 87d16a4224544ec9211400d1a89030f0c396d914 SHA256: e609a0578919277c3f28965f0ae90c135f82bb40af5a52c877794e1757e7e2e7 Description: HTML5 web application for accessing remote desktops Guacamole is an HTML5 web application that provides access to a desktop environment using remote desktop protocols. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a web browser. No plugins are needed: the client requires nothing more than a web browser supporting HTML5 and AJAX. Homepage: http://guacamole.sourceforge.net/ Package: gufw Priority: optional Section: admin Installed-Size: 1298 Maintainer: Devid Antonio Filoni Architecture: all Source: gui-ufw Version: 12.10.0-1.4.201403170213 Depends: python (>= 2.6.6-7~), ufw (>= 0.31.1), gir1.2-gtk-3.0, gir1.2-polkit-1.0, notify-osd | notification-daemon, policykit-1, python-dbus, python-gobject, gnome-icon-theme-symbolic Filename: 4.0-0/all/gufw_12.10.0-1.4.201403170213_all.deb Size: 256370 MD5sum: ac37982b2d3a79617688860611a2d408 SHA1: 016f70e7080dc556b807b27dd6c57b047a5951f4 SHA256: fccbd9022a5d163ebd65125c6abb2cde995126d3f478b5e1c5b1e37d72fb9909 Description: graphical user interface for ufw gufw is an easy and intuitive way to manage your Linux firewall. It supports common tasks such as allowing or blocking pre-configured, common p2p, or individual port(s), and many others! Homepage: https://launchpad.net/gui-ufw Package: gui-apt-key Priority: optional Section: admin Installed-Size: 411 Maintainer: Martin Schulze Architecture: all Version: 0.4-2.4.201403170212 Depends: libgtk2-perl, liblocale-gettext-perl Filename: 4.0-0/all/gui-apt-key_0.4-2.4.201403170212_all.deb Size: 33568 MD5sum: 567227ed3442369176ea92b6572fe466 SHA1: b1b825eb28de94024dc2b385b66c8fc0102709ec SHA256: 184eb6eeac02c2701b2d50c5c7c1fa53b47b51899f75d369fc6f14bd367edef1 Description: Graphical Key Manager for APT The graphical frontend to the apt-key utility (gak) provides an easy to use interface to maintain digital keys for APT. They are required to authenticate Debian archives and prevent malicious packages to creep in. Homepage: http://www.infodrom.org/projects/gui-apt-key/ Package: guile-1.6-doc Priority: optional Section: doc Installed-Size: 392 Maintainer: Rob Browning Architecture: all Source: guile-1.6 Version: 1.6.8-10.22.201411011221 Replaces: goops-doc, guile-doc Provides: guile-doc Conflicts: goops-doc, guile-doc, guile1.4-doc Filename: 4.0-0/all/guile-1.6-doc_1.6.8-10.22.201411011221_all.deb Size: 374250 MD5sum: 11d0244b87932ce6b21b8be0efdc7ea9 SHA1: 82adf14491623f080d1985ebe0775e3979e2ac48 SHA256: b36f114ab4750dc5a17941f3e1845b86e5e4ac7f419f6f8e585033b400ac200d Description: Reference and tutorial documentation for Guile 1.6 This package contains the documentation for guile 1.6, including both a reference manual (via "info guile") and a tutorial (via "info guile-tut"). . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Package: guile-1.6-slib Priority: optional Section: lisp Installed-Size: 48 Maintainer: Rob Browning Architecture: all Source: guile-1.6 Version: 1.6.8-10.22.201411011221 Depends: guile-1.6, slib (>= 3a2-3) Filename: 4.0-0/all/guile-1.6-slib_1.6.8-10.22.201411011221_all.deb Size: 16994 MD5sum: 241e40c17a68cdb50bd3bff629410b52 SHA1: 40556f612d092fde8ca89837378d14a9e5be8cca SHA256: 7126502b7d989ec4b240b34a5062d5a2d63ae96f349fe1be31c5c05ab2993900 Description: Guile SLIB support SLIB is a portable scheme library meant to provide compatibility and utility functions for all standard scheme implementations. Once this package is installed SLIB should be available within Guile via (use-modules (ice-9 slib)). Package: guile-1.8-doc Priority: optional Section: doc Installed-Size: 142 Maintainer: Rob Browning Architecture: all Source: guile-1.8 Version: 1.8.8+1-8.12.201403170247 Depends: dpkg (>= 1.15.4) | install-info Suggests: guile-1.8-doc-non-dfsg Filename: 4.0-0/all/guile-1.8-doc_1.8.8+1-8.12.201403170247_all.deb Size: 117300 MD5sum: e5e0626ad67ade23c71e273e348fe783 SHA1: d007c1cbe84bbdc372c421b59d08fe14973beeac SHA256: 059d92f6ab77cb7f9d81765b3530a03093391028bbf821408a75b488680dc8be Description: Documentation for Guile 1.8 This package contains all of the Guile documentation that is covered under a license which is compatible with the Debian Free Software Guidelines (DFSG). This includes a tutorial which is available via "info guile-tut". . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Package: guile-2.0-doc Priority: optional Section: doc Installed-Size: 805 Maintainer: Rob Browning Architecture: all Source: guile-2.0 Version: 2.0.5+1-3.2.201403170252 Depends: dpkg (>= 1.15.4) | install-info Suggests: guile-2.0-doc-non-dfsg Filename: 4.0-0/all/guile-2.0-doc_2.0.5+1-3.2.201403170252_all.deb Size: 797248 MD5sum: 881c5e4dfa922b81a84275ce8132b39e SHA1: deec8cea64e9c77232f853ace83b2954eb744d9d SHA256: b662aa3c98bc6e50e1bd2d143cfb69d1479a9cfbdf59d91d586158dbf5f0e296 Description: Documentation for Guile 2.0 This package contains the Guile documentation, including the Guile Reference Manual. . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Package: guile-library Priority: optional Section: lisp Installed-Size: 1154 Maintainer: Andreas Rottmann Architecture: all Source: guile-lib Version: 0.2.1-1.4.201403170321 Depends: guile-1.8, dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/guile-library_0.2.1-1.4.201403170321_all.deb Size: 271344 MD5sum: a9cbee2455dbf40315135ece4f124a03 SHA1: bba46e6b3d352094556b70e415d185d9d7e4c469 SHA256: 70d4c71526e63a1ded96fdb637440ffb9045af7ded046c095d55b2ca464ce628 Description: Library of useful Guile modules A set of various-purpose library modules for Guile. Covered areas include: . * Unit testing framework ala JUnit * Logging system * String routines (wrapping, completion, soundex algorithm) * OS process chains (think "shell pipes in scheme") * ANSI escape sequence text coloring Homepage: http://www.nongnu.org/guile-lib/ Package: guilt Priority: optional Section: devel Installed-Size: 145 Maintainer: Iulian Udrea Architecture: all Version: 0.35-1.1.4.201403170328 Depends: git-core (>= 1.4) | git (>= 1:1.7), git-core (<= 1:1.7.0.4-1) | git (<< 1:1.8) Filename: 4.0-0/all/guilt_0.35-1.1.4.201403170328_all.deb Size: 58628 MD5sum: 3dd28946c4323538489a71d0dc03a161 SHA1: 845d5e1588067ebbfbca5f37088f1adb5e01ddf5 SHA256: 539331e787621739518f376ca3f7c15f35e19942020f79cb9cf454c21f4b1f78 Description: quilt for git; similar to Mercurial queues Guilt (Git Quilt) is a series of bash scripts which add a Mercurial queues-like functionality and interface to git. The one distinguishing feature from other quilt-like porcelains, is the format of the patches directory. . All the information is stored as plain text - a series file and the patches (one per file). This easily lends itself to versioning the patches using any number of SCMs. Homepage: http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/ Package: gunicorn Priority: optional Section: httpd Installed-Size: 525 Maintainer: Chris Lamb Architecture: all Version: 0.14.5-3.7.201403170352 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources, python-setuptools Suggests: python-tornado, python-gevent, python-pastedeploy, python-setproctitle Filename: 4.0-0/all/gunicorn_0.14.5-3.7.201403170352_all.deb Size: 114172 MD5sum: cc6068728c685e8328bee8e62c310d46 SHA1: 82fd52a3d6d6eb2556e04329c9a1a46ad9a8b929 SHA256: d0226d84e70aa7f2cd7b91d50b3eb583eaaeb7967c54930933edbb407e6ad48a Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP Homepage: http://gunicorn.org/ Package: gurgitate-mail Priority: optional Section: mail Installed-Size: 116 Maintainer: Arnaud Cornet Architecture: all Version: 1.10.0-1.4.201403170438 Depends: ruby Filename: 4.0-0/all/gurgitate-mail_1.10.0-1.4.201403170438_all.deb Size: 29622 MD5sum: 9defb65e353969dd32032abe1c681d4c SHA1: 22776c2d7fbac70af3d118ee36e727b994fcb4cd SHA256: a8fd6059c37c9c9ff2e881d6aff4c93144476737ae16a634fd038f42319da7e5 Description: E-mail processor and filter with configuration files in ruby gurgitate-mail is a mail filter that is small and easy to use. The configuration files in ruby programming language make gurgitate-mail flexible and powerful. It can sort your incoming mail, pipe them through another program or do whatever processing you program in one of its configuration file. It can store mails in folders of MBox or Maildir formats. Homepage: http://www.dagbrown.com/software/gurgitate-mail/ Package: gutenprint-doc Priority: optional Section: doc Installed-Size: 748 Maintainer: Debian Printing Group Architecture: all Source: gutenprint Version: 5.2.9-1.12.201403170447 Suggests: printer-driver-gutenprint (>= 5.2.9-1.12.201403170447), foomatic-db-gutenprint (>= 5.2.9-1.12.201403170447), gimp-gutenprint (>= 5.2.9-1.12.201403170447), ijsgutenprint (>= 5.2.9-1.12.201403170447) Filename: 4.0-0/all/gutenprint-doc_5.2.9-1.12.201403170447_all.deb Size: 681644 MD5sum: 455707796b5c1d30a867f5eaa56ed4d8 SHA1: f766d7316085789eb27bbf3bbb7e25d5dfbc021f SHA256: 5aec31edc2719137a28de2dd547f824240f9db7fb7e15dd70ef6e9afecb582ae Description: users' guide for Gutenprint and CUPS This package contains a user guide for programs using the Gutenprint library for photographic quality printing. Currently this covers using the Print plugin for the GIMP and the Common Unix Printing System (CUPS). . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Package: gutenprint-locales Priority: optional Section: localization Installed-Size: 12702 Maintainer: Debian Printing Group Architecture: all Source: gutenprint Version: 5.2.9-1.12.201403170447 Filename: 4.0-0/all/gutenprint-locales_5.2.9-1.12.201403170447_all.deb Size: 2242640 MD5sum: 93b24f3bf2a699bed2de6dca7f35c86b SHA1: 72200a92649277bcd92ed38de8b7b83bf94310bb SHA256: 4961c3321f2e60b9d0296c4b943c39b7be216daa981130da22a6c35ab2380885 Description: locale data files for Gutenprint This package contains the i18n files of Gutenprint, used by libgutenprint2, printer-driver-gutenprint and escputil. It is also used by the Print plugin for the GIMP, gimp-gutenprint. . They are needed when you want the programs in Gutenprint to print their messages in other languages than US English. . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Package: gvb Priority: optional Section: science Installed-Size: 649 Maintainer: Pietro Battiston Architecture: all Version: 1.2.1-1.9.201403170516 Depends: python (>= 2.5), python-support (>= 0.90.0), python-scipy (>= 0.6.0-8), python-cairo (>= 1.4.0-2), python-gnome2 Suggests: ffmpeg Filename: 4.0-0/all/gvb_1.2.1-1.9.201403170516_all.deb Size: 244036 MD5sum: 332fcf5b33a522f8ba5985a9681b94d9 SHA1: 1e6021ed9fcce53115f5d0c841da892b340c803c SHA256: 810e6da80b67bc656e93145b449f1b6ff3bc9f1a7c1c71a80df563567d955728 Description: visual simulator of 1 and 2-dimensional vibrations Good ViBrations (gvb) is a small program that aims at providing a nice interface to play with waves in 1 or 2 dimensions. . It features several ways of setting initial conditions, as well as different calculation methods and graphic outputs. It is also possible to dump animation frames to png images in order to make a movie with them. . It relies on the Python library scipy to get the best possible performance in calculations. Homepage: http://www.pietrobattiston.it/gvb Package: gvfs-common Priority: optional Section: libs Installed-Size: 3825 Maintainer: Debian GNOME Maintainers Architecture: all Source: gvfs Version: 1.12.3-4.27.201403191046 Replaces: gvfs (<< 1.10.1-1) Depends: desktop-file-utils Recommends: gvfs Breaks: gvfs (<< 1.10.1-1) Filename: 4.0-0/all/gvfs-common_1.12.3-4.27.201403191046_all.deb Size: 546228 MD5sum: a9fc1150e478b699701240d73ce9f382 SHA1: 7f174174318358cefeb1358b36ff7053bf278de8 SHA256: 9a8e3d514dbe3df1aebe28c43ac8c15f63376949b33b45c850e343d3b2d11598 Description: userspace virtual filesystem - common data files gvfs is a userspace virtual filesystem where mounts run as separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the data files and translations used by all gvfs components. Multi-Arch: foreign Package: gw6c Priority: extra Section: net Installed-Size: 29 Maintainer: Craig Small Architecture: all Source: gogoc Version: 1:1.2-4.4.201403151608 Depends: gogoc Filename: 4.0-0/all/gw6c_1.2-4.4.201403151608_all.deb Size: 4380 MD5sum: 735193cc6f9f48ce32100ef8f06f28f8 SHA1: 555059d448bba704c1cbfa201a6e1f51b34456bf SHA256: ce1b1cd0452b1f3c337e551e844cee8dda08fa4005ae8ea9796259b0eb65fcab Description: Transitional dummy package This is a dummy package to ease transition from previous versions of gw6c . It can be safely removed from your system. Homepage: http://go6.net/4105/application.asp Package: gwakeonlan Priority: optional Section: net Installed-Size: 274 Maintainer: Fabio Castelli Architecture: all Version: 0.5.1-1.4.201403170549 Depends: python-gtk2 (>= 2.12), librsvg2-common, python (>= 2.5) Filename: 4.0-0/all/gwakeonlan_0.5.1-1.4.201403170549_all.deb Size: 26196 MD5sum: f1d5a39365047c7853c59db45d31e1d0 SHA1: 37409dd61044489f9ac1216c8b14cb03f543352f SHA256: 2ae329f7ee399fc03f1effa81f2f0f3d75236462a842b55af35f28b5ad373d06 Description: wakes up your machines using Wake on LAN gWakeOnLan is a GTK+ utility to awake turned off computers through the Wake on LAN feature. Both local and internet modes are supported. . The machines to turn on need to be shut off with the Wake on LAN magic packet enabled. Homepage: http://code.google.com/p/gwakeonlan/ Package: gwhois Priority: optional Section: net Installed-Size: 142 Maintainer: Michael Holzt Architecture: all Version: 20120626.4.201403170623 Depends: debconf (>= 0.5) | debconf-2.0, perl, libwww-perl, lynx-cur, curl, libnet-libidn-perl Suggests: openbsd-inetd | inet-superserver Filename: 4.0-0/all/gwhois_20120626.4.201403170623_all.deb Size: 38562 MD5sum: 28ae5d347e1999dd0b16c5ec942737e8 SHA1: b372f2fb2cfeb05b44c73b1cfd8305828b535094 SHA256: 7d37e79729255046e99df23701a36650442a4215252d7135e67164e1dc7b4cd1 Description: generic Whois Client / Server gwhois is a generic whois client / server. This means that it know for many (virtually all) TLDs, IP-Ranges and Handles out there where to ask. It queries other whois-servers as well as web-lookup forms. . gwhois can be used as a client, but you can invoke it as a server (e.g. via inetd) as well for usage with a normal whois client. Package: gworkspace-apps-wrappers Priority: optional Section: x11 Installed-Size: 1229 Maintainer: Gürkan Sengün Architecture: all Source: gworkspace Version: 0.8.8-1.1.7.201403170625 Replaces: apps-wrappers Recommends: gworkspace.app Suggests: imagemagick, lyx-common, alsa-utils, gimp, gnumeric, konqueror, easytag, nedit, sox, vim | nvi, xfig, xine-ui Conflicts: apps-wrappers, gworkspace (<< 0.4.5-1) Filename: 4.0-0/all/gworkspace-apps-wrappers_0.8.8-1.1.7.201403170625_all.deb Size: 350068 MD5sum: 0c7b08bd9daa44402386e74a0d16d3b7 SHA1: 5b76cb9a5cfde5b8ffd13da2a5b3feb1afb6a34f SHA256: 265a4e298e351791c10867fae4f689767e5adb560ac34e6c98a2c5879f3764a6 Description: Application wrappers for GWorkspace A few wrapper scripts to enable usage of non-GNUstep applications within a GNUstep environment. Homepage: http://www.gnustep.org/experience/GWorkspace.html Package: gwrite Priority: optional Section: editors Installed-Size: 282 Maintainer: Aron Xu Architecture: all Version: 0.5.1-2.6.201403170635 Depends: python, python-support (>= 0.90.0), python-gtk2, python-jswebkit, python-webkit, mimetex, wv Filename: 4.0-0/all/gwrite_0.5.1-2.6.201403170635_all.deb Size: 57784 MD5sum: 93ff9a90e603c7bb521c2b5e5145bbb0 SHA1: 92a4c4de4b61e6f91c158cf65ad3704a20e567fa SHA256: f8aade41fcfa291939c95d000dc3cf83e2c83d032644a0870451ace76da40e0f Description: simple GTK+ HTML5 rich text editor gWrite is a simple GTK+ HTML5 WYSIWYG editor, focusing on writing and simple text formating. It can automatically generate a table of contents based on the document structure. . It aims to be lighter than OOWrite & OOWeb, and to be as useful as them. Homepage: http://code.google.com/p/gwrite Package: gwyddion-common Priority: optional Section: science Installed-Size: 1406 Maintainer: Debian Med Packaging Team Architecture: all Source: gwyddion Version: 2.28-2.4.201403170640 Depends: gconf2 (>= 2.28.1-2) Recommends: gwyddion (>= 2.28-2.4.201403170640) Filename: 4.0-0/all/gwyddion-common_2.28-2.4.201403170640_all.deb Size: 413766 MD5sum: a57c2cd9ed3f208377b157e58407f879 SHA1: 0efdcfb11a67c7cd8d3994792047c43905ddff48 SHA256: a078ed247d3eec75d67dd283733a1e1d88a3bd608d5d599708c5081a19926e11 Description: architecture-independent files for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains architecture-independent files for Gwyddion - a modular program for Scanning Probe Microscopy data visualization and analysis. Homepage: http://gwyddion.net/ Package: gyoto-doc Priority: extra Section: doc Installed-Size: 4338 Maintainer: Debian Science Maintainers Architecture: all Source: gyoto Version: 0.0.3-5.2.201403170730 Filename: 4.0-0/all/gyoto-doc_0.0.3-5.2.201403170730_all.deb Size: 724694 MD5sum: 4007927000b6c517d5e606e70214fa8a SHA1: b94ca2646e184b910eee41becdfe1fd6b705216a SHA256: bf9a61f8c12f4d507bb895247e88b0e104a5d37da01d6d8afb6991fff4209199 Description: documentation for the Gyoto library Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a library (libgyoto), utility programs, and a plug-in for the Yorick programing language. . This package contains the Gyoto Reference Manual. Homepage: http://gyoto.obspm.fr Package: gyp Priority: optional Section: python Installed-Size: 1051 Maintainer: Debian Chromium Maintainers Architecture: all Version: 0.1~svn1729-3~bpo7+1.5.201407161108 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources Filename: 4.0-0/all/gyp_0.1~svn1729-3~bpo7+1.5.201407161108_all.deb Size: 254420 MD5sum: bf8c58cf267e799b27cbb24add18bbe7 SHA1: f61bacbbe7e521c0846606443e1d1dc2a374c1c9 SHA256: 688a6ca0bea9fa2668b70fe6544c4b3e9388d3e13725ab9321706e277bc8da87 Description: Cross-platform build script generator GYP (Generate Your Projects) is a tool to generate native Visual Studio, Xcode, SCons and make build files from a description of a project in a simple JSON-inspired format. Its syntax is a universal cross-platform build representation that still allows sufficient per-platform flexibility to accommodate irreconcilable differences. Homepage: http://code.google.com/p/gyp/ Package: gzip-win32 Priority: extra Section: utils Installed-Size: 185 Maintainer: Bdale Garbee Architecture: all Source: gzip Version: 1.5-1.1.25.201403170751 Suggests: wine Filename: 4.0-0/all/gzip-win32_1.5-1.1.25.201403170751_all.deb Size: 96586 MD5sum: c7865014bdc809899395febb321ebdd8 SHA1: d99afd9c67ce06c6c53fe94b123610496c164604 SHA256: 2fc7789949da77ce95d69446e7c88a54cd83775a1d0781c137c3f207ae12bddc Description: GNU compression utility (win32 build) This is a win32 version of gzip, meant to be used by the win32-loader component of Debian-Installer. Package: haci Priority: extra Section: admin Installed-Size: 1305 Maintainer: TANIGUCHI Takaki Architecture: all Version: 0.97c-2.2.201403170855 Depends: libcgi-ajax-perl, libcgi-session-perl, libclass-accessor-perl, libclass-makemethods-perl, libconfig-general-perl, libdbd-mysql-perl, libdigest-md5-perl, libdigest-sha-perl, libfile-temp-perl, libhtml-parser-perl, liblocale-gettext-perl, liblog-loglite-perl, libmath-bigint-perl, libnet-cidr-perl, libnet-ipv6addr-perl, libnet-snmp-perl, libstorable-perl, libtemplate-perl, libtime-local-perl Suggests: libcache-fastmmap-perl, libcache-cache-perl, libdns-zoneparse-perl, libio-socket-inet6-perl, libmath-bigint-gmp-perl, libnet-dns-perl, libnet-ping-perl, libpod-wsdl-perl, libsoap-lite-perl, libsql-translator-perl, libtext-csv-xs-perl, libapache-dbi-perl Filename: 4.0-0/all/haci_0.97c-2.2.201403170855_all.deb Size: 520864 MD5sum: a8e3c1f38e579b4758c264e19370bae4 SHA1: 931d6353c20b47a4504ebb60391ed12a497b5541 SHA256: 0fe4dc4c9fea2ea43b5d50f346da4d73f591083039e78b49c5e76f7a187b025b Description: web based IP(v6) address and network administration tool HaCi is an IP Address / Network Administration Tool with IPv6 support. It stores its data efficiently in a relational database and uses a treelike structure to illustrate supernets and subnets. Additional data can be linked to each network following user defined templates. Homepage: http://haci.larsux.de/ Package: hal-doc Priority: optional Section: doc Installed-Size: 930 Maintainer: Utopia Maintenance Team Architecture: all Source: hal Version: 0.5.14-8.40.201403170910 Suggests: devhelp Filename: 4.0-0/all/hal-doc_0.5.14-8.40.201403170910_all.deb Size: 209158 MD5sum: 6a17243220ec6de5f1a91918f257140a SHA1: 1098adc167857867f3ecf2d204eebd3f996882d4 SHA256: f985f34bbfdf00d017569a301e9cf7abca8e6143bb9e936bc0aed4f541caedca Description: Hardware Abstraction Layer - documentation HAL provides an abstract view on hardware. . This abstraction layer is simply an interface that makes it possible to add support for new devices and new ways of connecting devices to the computer, without modifying every application that uses the device. It maintains a list of devices that currently exist, and can provide information about those upon request. . This package contains the API documentation for HAL. Homepage: http://hal.freedesktop.org/ Package: hal-info Priority: optional Section: admin Installed-Size: 361 Maintainer: Utopia Maintenance Team Architecture: all Version: 20091130-1.7.201403170919 Replaces: hal (<< 0.5.9) Conflicts: hal (<< 0.5.10) Filename: 4.0-0/all/hal-info_20091130-1.7.201403170919_all.deb Size: 50304 MD5sum: 9a939702a8f249e50070d8208c37a949 SHA1: a89e296bb6ca457b0aa333f38fa501a899baf68d SHA256: 9060597081e7f179b8f75fa5eb21adeb75d2b171def54151aaf003e7e4b02791 Description: Hardware Abstraction Layer - fdi files HAL provides an abstract view on hardware. . This abstraction layer is simply an interface that makes it possible to add support for new devices and new ways of connecting devices to the computer, without modifying every application that uses the device. It maintains a list of devices that currently exist, and can provide information about those upon request. . This package contains various device information files (also known as .fdi files) for the hal package. These fdi files contain additional information that help to describe the hardware more detailed, such as suspend/resume quirks for laptops, music player or photo camera types etc. Homepage: http://hal.freedesktop.org/ Package: hamexam Priority: extra Section: hamradio Installed-Size: 1125 Maintainer: Debian Hamradio Maintainers Architecture: all Version: 1.2.0-1.2.201403170943 Depends: eog Filename: 4.0-0/all/hamexam_1.2.0-1.2.201403170943_all.deb Size: 646990 MD5sum: 806b3095735da38320b835d92fd47352 SHA1: bb8ba3e9c854fc72560171411593e7bc5fe089fe SHA256: 686e5bf1bf634a7fc72ab1d64f199b9f64f5c0965d028bba9ae29a0d77585c3d Description: Study tool for USA FCC amateur radio (ham) exams. hamexam is an interactive study tool for the 3 USA FCC amateur radio (ham radio) question pools. The 3 question pools are: t element 2, Technician Class (entry level), g element 3, General Class (also requires element 2), e element 4, Extra Class (also requires elements 2 and 3). Questions are chosen randomly from the selected pool. Incorrect answers cause the question to be asked again later. Licenses are issued by the FCC, but exams are conducted by Volunteer Examiners. For more information about USA amateur radio licensing: http://www.arrl.org/licensing-preparation-exams Package: haml-elisp Priority: optional Section: lisp Installed-Size: 102 Maintainer: Gastón Ramos Architecture: all Version: 1:3.0.15-4.2.201403170949 Depends: emacs23 Recommends: ruby-haml Filename: 4.0-0/all/haml-elisp_3.0.15-4.2.201403170949_all.deb Size: 12242 MD5sum: 7d6a922139e0ab9878de028a3238a4d9 SHA1: 0a6c4b0f040be7ccea54f1da8b6fcdbc36fa8b59 SHA256: 7d87765369b173f3b9a1cf467b0a7e83598731f4dba3a1c5d54f4e3c226066a2 Description: Emacs Lisp mode for the Haml markup language This package provides the emacs-lisp for syntax-highlighting Haml mode for emacs23. Haml (see haml-ruby) is a markup language designed to simplify and beautify the maintenance and ease of writing HTML templates. Homepage: http://haml-lang.com/ Package: hamradiomenus Priority: optional Section: hamradio Installed-Size: 27 Maintainer: Debian Hamradio Maintainers Architecture: all Version: 1.2+nmu1.4.201403171001 Depends: extra-xdg-menus (>= 1.0-2) Conflicts: hamradio-menus Filename: 4.0-0/all/hamradiomenus_1.2+nmu1.4.201403171001_all.deb Size: 2740 MD5sum: b6693d6ad3d98085a2d3e7867af2bcaf SHA1: 6b86c2f58b81eb5aa4fab3df1b5dbd904b87046c SHA256: c2a3abb93dc982f9e1536fa8e293cf7210f6dff1c974c9c28af9362929dfbe85 Description: hamradio menus for GNOME and KDE This package creates a hamradio submenu for GNOME and KDE along with a nice icon. . This is a dummy package which has been replaced by extra-xdg-menus. You can safely remove it from your system once extra-xdg-menus is installed. Package: hamster-applet Priority: optional Section: gnome Installed-Size: 2883 Maintainer: Debian GNOME Maintainers Architecture: all Version: 2.91.3+git20120514.b9fec3e1-1.18.201403171003 Depends: gconf2 (>= 2.28.1-2), python (>= 2.6.6-7~), python (<< 2.8), python-cairo, python-gtk2 (>= 2.12.0), python-gconf, python-dbus, python-gobject-2 (>= 2.14.0), python-wnck, python-gnome2, python-xdg Recommends: python-notify, gnome-icon-theme Suggests: python-evolution Filename: 4.0-0/all/hamster-applet_2.91.3+git20120514.b9fec3e1-1.18.201403171003_all.deb Size: 502114 MD5sum: b380654fcadf4d3bb36539f39cc47062 SHA1: 6247790592db2b104d57485ee6cc404110ee2e8d SHA256: 2e8a8cac699a31f15a0b4cccac19d638f5351558287a836d4b17c34d9027d77a Description: time tracking applet for GNOME Project Hamster helps you to keep track of how much time you spend on various activities during the day. Whenever you move from one task to another, you change your current activity in the GNOME applet. . It can present graphical statistics of how long you have spent on each task, and may be useful for project management or keeping employee timesheets. Homepage: http://live.gnome.org/ProjectHamster Package: handlersocket-doc Priority: extra Section: doc Installed-Size: 63 Maintainer: Clint Byrum Architecture: all Source: handlersocket Version: 1.1.0-7-g1044a28-1.2.201403171006 Filename: 4.0-0/all/handlersocket-doc_1.1.0-7-g1044a28-1.2.201403171006_all.deb Size: 18902 MD5sum: 4d020af0c4d6c9478cc2d16ca392ca72 SHA1: 73b89c679069931c797b2625d4c69532c24aef68 SHA256: 6eeaff2f706581ab327b2a4b5faff0e837aecc3be7a8f1bec9462201085c8c66 Description: HandlerSocket command line client HandlerSocket is a NoSQL plugin for MySQL. It works as a daemon inside the mysqld process, accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries. Instead, it supports simple CRUD operations on tables. . This package contains extra documentation for the plugin and libraries. Homepage: https://github.com/DeNADev/HandlerSocket-Plugin-for-MySQL Package: hapolicy Priority: optional Section: mail Installed-Size: 132 Maintainer: Jan Wagner Architecture: all Source: postfwd Version: 1.32-2.5.201403262116 Depends: perl Filename: 4.0-0/all/hapolicy_1.32-2.5.201403262116_all.deb Size: 81552 MD5sum: 903c05164dc93f434fb3d7e00e1f96e7 SHA1: 402f2e339cd9eb7b1f8765c7aaa94e2a4ed4d884 SHA256: 0515b996c95eb5a55b0da1cad92d32aa8b8670003e7702a5c0bf33bfe937ecfe Description: Balancing and fallback postfix policy delegation service Hapolicy enables high availability, weighted loadbalancing and a fallback action for postfix policy delegation services. Invoked via postfix spawn it acts as a wrapper that queries other policy servers via tcp connection. The order of the service queries can be influenced by assigning a specific priority and weight to each service. Homepage: http://www.postfwd.org/ Package: harden-clients Priority: extra Section: admin Installed-Size: 54 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Depends: debconf (>= 1.2.0) Suggests: openssh-client Conflicts: ftp-upload, gcjwebplugin, svncviewer, telnet, x2vnc Filename: 4.0-0/all/harden-clients_0.1.38+nmu1.5.201403171040_all.deb Size: 14046 MD5sum: aba2d847ae1a0ca31044f34e0d1c262a SHA1: ec4ea89bc424bdc6ade40ff92b377a7f6d7410e9 SHA256: 2a8e529ae367842c65326e41630be5cf4767902ae6c88c585bdbea86be799873 Description: Avoid clients that are known to be insecure Harden-clients gives the administrator an easy way to avoid installing clients that are insecure in some sense. It conflicts with: clients that need to send passwords in plaintext, and packages that can give someone access to the local host without permission. . NOTE! This package will not make your system uncrackable, and it is not intended to do so. Making your system secure involves a LOT more than just installing a package. . For more information on how to secure your system see: http://www.debian.org/doc/manuals/securing-debian-howto/ Package: harden-development Priority: extra Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Recommends: rats Filename: 4.0-0/all/harden-development_0.1.38+nmu1.5.201403171040_all.deb Size: 6648 MD5sum: 45e6e19de3bf530305f2c0f6c6462400 SHA1: c9a076560444d0ea93c94644b652123456e8dec2 SHA256: 727a7c615acca6c77076d45f20e0e46830366cac586ce917d863c6c400c35346 Description: Development tools for creating more secure programs This package helps you to install tools that can be useful in order to create better programs in the context of security. . Such tools need knowledge from the program author so it will not automatically make your programs better. Package: harden-doc Priority: extra Section: doc Installed-Size: 8599 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 3.15.1.7.201403171043 Filename: 4.0-0/all/harden-doc_3.15.1.7.201403171043_all.deb Size: 5254786 MD5sum: b837efaf509c42c88c38f27ae50db142 SHA1: 290787e893e04ed0f2b458f6fca715ae20aa46fa SHA256: 9f40e327cdf8fde8e5bd926c698bc96bec07524be3fc8bad261731c2b23ed13d Description: Useful documentation to secure a Debian system Harden-doc will install documentation an administrator can use to make a Debian system more secure. It currently provides the 'Securing Debian Manual' from the Debian Documentation Project. . The manual is provided both in English and in all available translations, which might not be, however, fully up-to-date. Available translations include: French and German. Homepage: http://www.debian.org/doc/manuals/securing-debian-howto/ Package: harden-environment Priority: extra Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Depends: debsums | samhain | integrit | tripwire | aide | ids, sash | osh Recommends: logcheck, checksecurity Suggests: harden-nids, sudo, debsums, samhain, integrit, tripwire, aide, ids, sash, osh, libsafe Filename: 4.0-0/all/harden-environment_0.1.38+nmu1.5.201403171040_all.deb Size: 6854 MD5sum: 13e6021f183df7bb07c37a48de4748d7 SHA1: 3e9ba63a51ba1501617d07f4c9adfbe9973e245a SHA256: 92f55b553b3d304fc1c2d2b4a5bbcebd6091b968b9eae5dd922d6449f75d8afb Description: Hardened system environment Harden-environment provides a hardened system environment, or at least helps the administrator to configure such an environment. . Right now this includes packages for local intrusion detection. . NOTE! This package will not make your system uncrackable, and it is not intended to do so. Making your system secure involves a LOT more than just installing a package. . For more information on how to secure your system see: http://www.debian.org/doc/manuals/securing-debian-howto/ Package: harden-nids Priority: extra Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Depends: snort | ntop Recommends: logcheck Filename: 4.0-0/all/harden-nids_0.1.38+nmu1.5.201403171040_all.deb Size: 6714 MD5sum: 2099950009e33a84486432befb57e466 SHA1: 1835e91e95e2692e05fe4f97e379fd8abcc99409 SHA256: f69aeccb4bf42d6b846a1631d4485638250919b8ca36d0715dcb694e2fda0661 Description: Harden a system by using a network intrusion detection system This package helps you to install a network intrusion detection system. A network intrusion detection system is a tool that analyzes network packets and logs anomalies or known crack attempts. . NOTE! Network intrusion detection systems do not find all attempts to crack your system. They can also be pretty hard to set up so please read more about this before you start the process. Package: harden-remoteaudit Priority: optional Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Suggests: openvas-scanner | openvas-server, openvas-client, nagios3, dsniff, harden-nids, ettercap Filename: 4.0-0/all/harden-remoteaudit_0.1.38+nmu1.5.201403171040_all.deb Size: 6940 MD5sum: 772bee0e4f8afe3c8c5a12303008b367 SHA1: cc52669417a901f99a85e913cb201c1a210b3e33 SHA256: a8242c1506d05a192f94efac4951af4f211e1ef2cf6020ada6a889370c3212c4 Description: Audit your remote systems from this host This package helps you to install a set of tools to check remote systems, sniff for passwords and more. Observe that this kind of activity can be illegal so you have to check if you are authorized to do so in the environment where you install this package. . You can check exploits, sniff for passwords and similar things. . Nessus note: You have to have the nessus client installed on some host. The client is provided by the 'nessus' package. You can install it on the same host but that is not necessary. . NOTE! This package includes packages that can damage the system that you audit. It should ONLY be used to audit hosts, networks or systems that you are allowed to audit. I repeat: it can damage the hosts that are checked. You have been warned! Package: harden-servers Priority: extra Section: admin Installed-Size: 88 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Depends: debconf (>= 1.2.0) Conflicts: bidentd, bsd-ftpd, cfingerd, cyrus-imapd, efingerd, ffingerd, fingerd, ftpd, gidentd, ident2, lukemftpd, mdidentd, midentd, muddleftpd, netkit-rpc, nfs-kernel-server, nfs-user-server, oftpd, oidentd, pawserv, pidentd, portmap, proftpd-base, pyftpd, remstats-servers, rsh-server, rstartd, rusersd, rwalld, sendmail-bin, talkd, telnetd, uw-imapd, vsftpd, wu-ftpd, xfingerd Filename: 4.0-0/all/harden-servers_0.1.38+nmu1.5.201403171040_all.deb Size: 22840 MD5sum: 812963ffa946271b09841ecd4e93ad90 SHA1: 273d906b867db66ff2fbba204d96d445442e61ba SHA256: 629dcb640499d03ad4b62268e8eb1af8e474860febc383f6543cead961244037 Description: Avoid servers that are known to be insecure Harden-servers gives the administrator an easy way to avoid servers that are insecure in some sense. It conflicts with: servers that need passwords in plaintext, packages that can give someone access to the local host without permission, and packages that give system information to remote users. . NOTE! This package will not make your system uncrackable, and it is not intended to do so. Making your system secure involves a LOT more than just installing a package. . For more information on how to secure your system see: http://www.debian.org/doc/manuals/securing-debian-howto/ Package: harden-surveillance Priority: extra Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Depends: nagios3 | nagios2 | nagios | netsaint Filename: 4.0-0/all/harden-surveillance_0.1.38+nmu1.5.201403171040_all.deb Size: 6632 MD5sum: 793b385d32bf3bf5f5a14f006cec7e1f SHA1: e24f330c90f625b80f95131bc5853fa396ac7551 SHA256: ebc70fdd2c8300741411eb6830ea8750f31cff1bbede5b45d8c68d7ad9470b43 Description: Check services and/or servers automatically This package helps you to install tools for active network surveillance. Surveillance is the process of constant monitoring of networks and services to check that they work as expected. Package: harden-tools Priority: extra Section: admin Installed-Size: 30 Maintainer: Ola Lundqvist Architecture: all Source: harden Version: 0.1.38+nmu1.5.201403171040 Suggests: john, gnupg, bastille, tiger Filename: 4.0-0/all/harden-tools_0.1.38+nmu1.5.201403171040_all.deb Size: 6742 MD5sum: b082561e34e124d2ce31c2a7d90923a9 SHA1: cc31d5a81569ab3914e05d975dcd84a22b1f2262 SHA256: 38085d113c62594960f0604a7301849ef024f07f270696d3114a5be33a922b33 Description: Tools to enhance or analyze the security of the local system Harden-tools helps you to install tools that the administrator can use to enhance the security of the local system in some way. . NOTE! This package will not make your system uncrackable, and it is not intended to do so. Making your system secure involves a LOT more than just installing a package. . For more information on how to secure your system see: http://www.debian.org/doc/manuals/securing-debian-howto/ Package: harden Priority: extra Section: admin Installed-Size: 39 Maintainer: Ola Lundqvist Architecture: all Version: 0.1.38+nmu1.5.201403171040 Depends: harden-environment, harden-servers, debconf (>= 1.2.0) Recommends: harden-tools Suggests: sudo, harden-clients, harden-nids, harden-remoteaudit, harden-surveillance, harden-doc Filename: 4.0-0/all/harden_0.1.38+nmu1.5.201403171040_all.deb Size: 11184 MD5sum: a2eec1a3d25905149784cc80233bf98c SHA1: 088aee04114cfc048003d96844dd9c884e423900 SHA256: 61ee5b0f2a392bdc00d78a2b2d6caf28d5dacaef6bc78a9ad833f6d0bfe0e53a Description: Makes your system hardened This package is intended to help the administrator to improve the security of the system, or at least make the host less susceptible. . NOTE! This package will not make your system uncrackable, and it is not intended to do so. Making your system secure involves a LOT more than just installing a package. You are recommended to read at least some documents in addition to installing this package. . There is a LOT of information available on making your system more secure. A good place to start is with the harden-doc package or at http://www.debian.org/doc/manuals/securing-debian-howto/ Package: hardening-includes Priority: optional Section: devel Installed-Size: 70 Maintainer: Package Hardening Architecture: all Source: hardening-wrapper Version: 2.2.7.201403171112 Depends: perl, make, binutils Filename: 4.0-0/all/hardening-includes_2.2.7.201403171112_all.deb Size: 17784 MD5sum: 8124f1b5a2062a104a51021a21cec25d SHA1: f11a213409ab66f450039b1e3c6bfbb13c757cee SHA256: c44cfb63f7d7802145f370d3a8c7051a2d3120cc5ecfc9f20718c36e53b7f2b6 Description: Makefile for enabling compiler flags for security hardening Makefile to be included in Debian rules files. CFLAGS and LDFLAGS can be extended to include the respective HARDENING_* variables which contain architecture-validated security hardening compiler options. . Also includes the "hardening-check" script to help evaluate the hardening status of already compiled binaries. Multi-Arch: foreign Homepage: http://wiki.debian.org/Hardening Package: haskell-agda-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-agda-doc Filename: 4.0-0/all/haskell-agda-doc_8.4.201403172026_all.deb Size: 4192 MD5sum: 0dd1c81cf2ce7ad1bd9ff5f3a4d344cb SHA1: 07197a71767b519358fb57af34b25a53a425460a SHA256: 7d8ae48fe4742fcc17b285736838dd72a1e5b1502111ca43a207aa188957d9d5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-convertible-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-convertible-doc Filename: 4.0-0/all/haskell-convertible-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 714051df4d1d934b268641a8d784c048 SHA1: c0216c75c9bb4f9b61c05727c01eb5c77da6b9ab SHA256: dff0cd46a9dee9fa2a44d0937b7d2db53693e338befaaeab4e47a6d6268e9679 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-cpphs-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cpphs-doc Filename: 4.0-0/all/haskell-cpphs-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: b6aea881a96126dd31454471b4f5a54d SHA1: 5983dc02633cbfcfe27ac580802daee737bbe3f2 SHA256: f48f575137b24974f9eef1ef57b95c3372c6eaba80c0cf6aee4cc1036a1f4322 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-devscripts Priority: extra Section: haskell Installed-Size: 106 Maintainer: Debian Haskell Group Architecture: all Version: 0.8.12.4.201403171920 Depends: dctrl-tools, debhelper, dh-buildinfo, ghc (>= 7.4), cdbs, html-xml-utils, hscolour (>= 1.8), ghc-haddock (>= 7.4) Filename: 4.0-0/all/haskell-devscripts_0.8.12.4.201403171920_all.deb Size: 31744 MD5sum: a1e1387fbf9188dcbd828fda574a7898 SHA1: 80ec481d906f4b0b21bc4a45ccbad6d8df21d004 SHA256: 1a5a2b7ca5f141b604ed5c0bd998ed63c24942ac350b9cac5e171e57fa0ba69b Description: Tools to help Debian developers build Haskell packages This package provides a collection of scripts to help build Haskell packages for Debian. Unlike haskell-utils, this package is not expected to be installed on the machines of end users. . This package is designed to support Cabalized Haskell libraries. It is designed to build a library for each supported Debian compiler or interpreter, generate appropriate postinst/prerm files for each one, generate appropriate substvars entries for each one, and install the package in the Debian temporary area as part of the build process. Package: haskell-doc Priority: optional Section: doc Installed-Size: 27 Maintainer: Ian Lynagh (wibble) Architecture: all Version: 20061127.4.201403172007 Depends: haskell98-report, haskell98-tutorial Suggests: ghc6 | hugs Filename: 4.0-0/all/haskell-doc_20061127.4.201403172007_all.deb Size: 3430 MD5sum: 0f25ee4b3df9cb2911726f6a08b29de1 SHA1: 9f5ea7082fc98b3d2cc7a3f0d0942870f918129d SHA256: 314cb2b6816f7bd4b69e303b56b8498164c21ac165857018af36a96c50830a41 Description: Assorted Haskell language documentation This metapackage provides all the documentation for Haskell, "the" standard lazy functional programming language, packaged for Debian. Package: haskell-edison-api-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-api-doc Filename: 4.0-0/all/haskell-edison-api-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: ce9f28d7ade88755c2d32ed04216cb40 SHA1: 001b3c0b92c1cad95f08d2bc69a26416bfa46df0 SHA256: 3638484a6664f0871b9df849a536e58bf264750767bf3594250412f2bf219951 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-edison-core-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-core-doc Filename: 4.0-0/all/haskell-edison-core-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: c6305de6dc296d4fc5f33c7fa85ca596 SHA1: b5ff4ba966812fd541fe33f06047002f4b63f713 SHA256: 9822a5e57892fbd42099420b80bcda1468153cc3739cb522d319800b01949194 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-haskelldb-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-doc Filename: 4.0-0/all/haskell-haskelldb-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: db412478ccafc9519c44c799e843dbc2 SHA1: e543824319a90be7e48533122178db992c299e37 SHA256: 56eb29ffc72864e1d1e9cebae0eaa9450d28ecb9ec50f765e531d6aeb9e44fc2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hdbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-doc Filename: 4.0-0/all/haskell-hdbc-doc_8.4.201403172026_all.deb Size: 4194 MD5sum: dae7684f019539b9a7a1fb7ac92eba2f SHA1: b374da753064625584d8cfb33d92c71e73540579 SHA256: 283b2c29c0849c5d71272eadc7b73f79f6fb6170930d865d2505057f7ff53b91 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hdbc-odbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-odbc-doc Filename: 4.0-0/all/haskell-hdbc-odbc-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: fdde5db3c322dab65ff7b1601fe6a1aa SHA1: 74ad721949cf7796be29d8cf5bedbf5a53ee521f SHA256: 6f9c976d9367b98aa9156ead4239dee36f845b2f829f71944ec7dac8f942f68e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hdbc-postgresql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-postgresql-doc Filename: 4.0-0/all/haskell-hdbc-postgresql-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: 879a522e6297b169efb0e67d30c2feac SHA1: a5f22bb8cbda0358b4a1a9214a3339d7e243684c SHA256: 008b9f2e260ddd740b7a14323f4da5bbcef83f97d5935bec9abfdba8b18172ea Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hdbc-sqlite3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-sqlite3-doc Filename: 4.0-0/all/haskell-hdbc-sqlite3-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: a3acf60a9a1c58c5dfc52950ba26229b SHA1: 0e90db19a05f3676a6a86680bc0d79d3d2423af2 SHA256: 270ec1df05749e4bd2826e1a22fb4195f4624bbc7c4484180725e5e2a61cb7ac Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hscurses-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscurses-doc Filename: 4.0-0/all/haskell-hscurses-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: f9d3dadf86ef50e91b15f37bb59c6b12 SHA1: 876ca78f7694df313eb69553560d1b5104186a6e SHA256: 35ac5c8701896987e7b63fecf88312212903bf590aefd9261e75049754ef9f25 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hsql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-doc Filename: 4.0-0/all/haskell-hsql-doc_8.4.201403172026_all.deb Size: 4192 MD5sum: f7286acb1b9ba09e53e6705393bb41e8 SHA1: 4a92e3a32116ec065ea22339717d38c4522482f7 SHA256: 67d2289ea609428477b3c68eccb812fdb5b0728db7d4f4b1ce5a2c20dd8d5a20 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hsql-mysql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-mysql-doc Filename: 4.0-0/all/haskell-hsql-mysql-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 50f0645fec39da7583a75403a21eadf8 SHA1: 881a878a55a42f0478fcd9ef50897def62404b82 SHA256: 405022da4f12a48ffcc51da904c50d4364ec922575b628739c53d1cf214fa158 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hsql-odbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-odbc-doc Filename: 4.0-0/all/haskell-hsql-odbc-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 6ccca2f95292b37f64d8572bf05d8175 SHA1: 9581901918fc7a0c0cddad9738eae31b3b896266 SHA256: 8f0303fc3b611296ce09532a98973a274a1d9a86d6de9657f2e706385cf87336 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hsql-postgresql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-postgresql-doc Filename: 4.0-0/all/haskell-hsql-postgresql-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 7b52e621e6a3bda562998f4e4fb059f4 SHA1: 04f86b073fcecac982ff0907db52dd298441d22a SHA256: 19a2eff97722ad3795867482bc26d2496d2aa4d288a664a9fa61c8a97b4e8b2d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-hsql-sqlite3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-sqlite3-doc Filename: 4.0-0/all/haskell-hsql-sqlite3-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: ad34209537c7fd416e442c7de7d886c7 SHA1: 12e2074e6efdc951ff86e5a7a97fded88f6cb649 SHA256: a2bb6cf946f395eda4588d8ad4958f3ca59b05ee30cddb9b061248a6f5344fb9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-http-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-http-doc Filename: 4.0-0/all/haskell-http-doc_8.4.201403172026_all.deb Size: 4190 MD5sum: d9e8f8602b94337cce46dc50f76c2723 SHA1: 5d4e850c51f9e02efa8acfd41f3a735d7d7f5892 SHA256: a218f19ce9585b72d4f3362e30e6ab376f70ce36b6122a4737729ce6c56e1bc1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-mode Priority: optional Section: haskell Installed-Size: 433 Maintainer: Petr Rockai Architecture: all Version: 2.8.0-2.4.201403181359 Depends: emacs23 | xemacs21 | emacsen Recommends: ghc | hugs Filename: 4.0-0/all/haskell-mode_2.8.0-2.4.201403181359_all.deb Size: 114090 MD5sum: 5c87524f7051cd48741e2eaaddfc2b31 SHA1: bbf078a0d7d054da436c9f01095dd71f6cd5d29d SHA256: 6aaafd736b1f2b94659121a7bb67a48ebe64aee4f6a10c3776033d21224807b7 Description: major mode for editing Haskell in Emacs A major mode for editing Haskell (the functional programming language) in Emacs. . Major features: - syntax highlighting (font lock), - automatic indentation, - on-the-fly documentation, - interaction with inferior ghci or hugs instance, - scans declarations and places them in a menu. Package: haskell-pcre-light-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pcre-light-doc Filename: 4.0-0/all/haskell-pcre-light-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 6481004c4b61bc8b86381438f5c49e26 SHA1: f3f961a16f9ff5adbdf6d685d7eb3705bad0507d SHA256: 5f7919577ba4f119e7808c278d425fde1b4e2757c2bddd1b9c57756478f3ac28 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-platform-doc Priority: optional Section: doc Installed-Size: 28 Maintainer: Debian Haskell Group Architecture: all Source: haskell-platform Version: 2012.2.0.0.4.201403181841 Depends: ghc-doc, libghc-cgi-doc, libghc-fgl-doc, libghc-glut-doc, libghc-haskell-src-doc, libghc-html-doc, libghc-hunit-doc, libghc-mtl-doc, libghc-network-doc, libghc-opengl-doc, libghc-parallel-doc, libghc-parsec3-doc, libghc-quickcheck2-doc, libghc-regex-base-doc, libghc-regex-compat-doc, libghc-regex-posix-doc, libghc-stm-doc, libghc-syb-doc, libghc-text-doc, libghc-transformers-doc, libghc-xhtml-doc, libghc-zlib-doc, libghc-http-doc Recommends: haskell-platform Filename: 4.0-0/all/haskell-platform-doc_2012.2.0.0.4.201403181841_all.deb Size: 3888 MD5sum: 02683e938f7b4cc391cb09a6d66a2bdf SHA1: 50a433774523796f3fe95a215ca6c26dc297d139 SHA256: 346ed4deaf5cd98c5cc80defda34994e588c78c8993d5365178c9d24a32842f4 Description: Standard Haskell libraries and tools; documentation The Haskell Platform is a suite of tools and libraries that contain the most important and best supported components. It is meant to be a starting point for Haskell developers who are looking for libraries to use. . Installing this meta package will install the documentation for the libraries as specified in the official Haskell Platform. Homepage: http://hackage.haskell.org/platform/ Package: haskell-platform-prof Priority: extra Section: doc Installed-Size: 28 Maintainer: Debian Haskell Group Architecture: all Source: haskell-platform Version: 2012.2.0.0.4.201403181841 Depends: haskell-platform, ghc-prof, libghc-cgi-prof, libghc-fgl-prof, libghc-glut-prof, libghc-haskell-src-prof, libghc-html-prof, libghc-hunit-prof, libghc-mtl-prof, libghc-network-prof, libghc-opengl-prof, libghc-parallel-prof, libghc-parsec3-prof, libghc-quickcheck2-prof, libghc-regex-base-prof, libghc-regex-compat-prof, libghc-regex-posix-prof, libghc-stm-prof, libghc-syb-prof, libghc-text-prof, libghc-transformers-prof, libghc-xhtml-prof, libghc-zlib-prof, libghc-http-prof Filename: 4.0-0/all/haskell-platform-prof_2012.2.0.0.4.201403181841_all.deb Size: 3888 MD5sum: 4e20f147ad4471bb8611ddc9a72e5dbb SHA1: 72f6b8f4e7e78aa5be50da63034d1396a3cd309b SHA256: facff6f215a38417e324d00209cd847bf3e902b099291adc1b1cc1138ec99826 Description: Standard Haskell libraries and tools; profiling libraries The Haskell Platform is a suite of tools and libraries that contain the most important and best supported components. It is meant to be a starting point for Haskell developers who are looking for libraries to use. . Installing this meta package will install the profiling data for the libraries as specified in the official Haskell Platform. Homepage: http://hackage.haskell.org/platform/ Package: haskell-platform Priority: extra Section: haskell Installed-Size: 28 Maintainer: Debian Haskell Group Architecture: all Version: 2012.2.0.0.4.201403181841 Depends: ghc (>= 7.4.1), ghc (<< 7.4.1+), libghc-cgi-dev (>= 3001.1.8.2), libghc-cgi-dev (<< 3001.1.8.2+), libghc-fgl-dev (>= 5.4.2.4), libghc-fgl-dev (<< 5.4.2.4+), libghc-glut-dev (>= 2.1.2.2), libghc-glut-dev (<< 2.1.2.2+), libghc-haskell-src-dev (>= 1.0.1.5), libghc-haskell-src-dev (<< 1.0.1.5+), libghc-html-dev (>= 1.0.1.2), libghc-html-dev (<< 1.0.1.2+), libghc-hunit-dev (>= 1.2.4.2), libghc-hunit-dev (<< 1.2.4.2+), libghc-mtl-dev (>= 2.1.1), libghc-mtl-dev (<< 2.1.1+), libghc-network-dev (>= 2.3.0.13), libghc-network-dev (<< 2.3.0.13+), libghc-opengl-dev (>= 2.2.3.1), libghc-opengl-dev (<< 2.2.3.1+), libghc-parallel-dev (>= 3.2.0.2), libghc-parallel-dev (<< 3.2.0.2+), libghc-parsec3-dev (>= 3.1.2), libghc-parsec3-dev (<< 3.1.2+), libghc-quickcheck2-dev (>= 2.4.2), libghc-quickcheck2-dev (<< 2.4.2+), libghc-regex-base-dev (>= 0.93.2), libghc-regex-base-dev (<< 0.93.2+), libghc-regex-compat-dev (>= 0.95.1), libghc-regex-compat-dev (<< 0.95.1+), libghc-regex-posix-dev (>= 0.95.1), libghc-regex-posix-dev (<< 0.95.1+), libghc-stm-dev (>= 2.3), libghc-stm-dev (<< 2.3+), libghc-syb-dev (>= 0.3.6.1), libghc-syb-dev (<< 0.3.6.1+), libghc-text-dev (>= 0.11.2.0), libghc-text-dev (<< 0.11.2.0+), libghc-transformers-dev (>= 0.3.0.0), libghc-transformers-dev (<< 0.3.0.0+), libghc-xhtml-dev (>= 3000.2.1), libghc-xhtml-dev (<< 3000.2.1+), libghc-zlib-dev (>= 0.5.3.3), libghc-zlib-dev (<< 0.5.3.3+), libghc-http-dev (>= 1:4000.2.3), libghc-http-dev (<< 1:4000.2.3+), cabal-install (>= 0.14.0), alex (>= 3.0.1), alex (<< 3.0.1+), happy (>= 1.18.9), happy (<< 1.18.9+), ghc-haddock Suggests: haskell-platform-doc, haskell-platform-prof Filename: 4.0-0/all/haskell-platform_2012.2.0.0.4.201403181841_all.deb Size: 4484 MD5sum: 615ce8f8cda5bb853e56e81b02825201 SHA1: 0b5c36b7f80a8a944c4e250d2be383104542fc6e SHA256: b9da542875c54e22303d58ca7c8670345cbbd1bf1797c908e039b5d9f5acad0f Description: Standard Haskell libraries and tools The Haskell Platform is a suite of tools and libraries that contain the most important and best supported components. It is meant to be a starting point for Haskell developers who are looking for libraries to use. . Installing this meta package will also install the Debian packages containing the libraries and tools as specified in the official Haskell Platform, in the version available in Debian. This may not be the version specified in the platform. If this is of relevance to you, please check them on the official Haskell Platform homepage. Homepage: http://hackage.haskell.org/platform/ Package: haskell-regex-base-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-base-doc Filename: 4.0-0/all/haskell-regex-base-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 946019eb63661b56e9a4de8f2a876194 SHA1: 6fed69c26744614107be7f98ff604c3383f86625 SHA256: 2f630614c1bdb90247381865ab5c23b3fbc2e43e202135687f24417e4423ca1c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-regex-compat-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-compat-doc Filename: 4.0-0/all/haskell-regex-compat-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 4a8f47e04de24ebc75519bb0b148bdf5 SHA1: 8d419dcb0f58ead2b2153bdc017c86c2d81fd810 SHA256: 9d4aa32f95146011b56a9f1dbea79582606eb96b2ee32e9d1b79c3df407033b1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-regex-posix-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-posix-doc Filename: 4.0-0/all/haskell-regex-posix-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 56679e29dc0da5c8e2d26839684d3c2d SHA1: 6a48ce9acf0d0ca0f27f932f8ae75d7f3152cea6 SHA256: 6b872f50749bdc7b9990f9347f3f67aa3d5efe80040c14e985c2595d507e6b4e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-src-exts-doc Priority: optional Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-src-exts-doc Filename: 4.0-0/all/haskell-src-exts-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 982c4957ae33b034d2f4861d84d3c72f SHA1: 1c2fbdb54a9be5c35c138679909b8dc4f57cf8dc SHA256: 8c0f8cc35f72c72ae61fcf39180e0d0ed238c693f51d4b39b578f1173779fd2d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-uulib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uulib-doc Filename: 4.0-0/all/haskell-uulib-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 6fd0b37fc13cdf0e39a5d747e1994895 SHA1: a3a4b231cfea84b3cad400e76d7a141168c3bca1 SHA256: 71d19b0991ba9f0c487e4f3bcb1f16f75402454b83215be639aab31834fa01f2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell-zlib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zlib-doc Filename: 4.0-0/all/haskell-zlib-doc_8.4.201403172026_all.deb Size: 4192 MD5sum: 427e4ec07ed4bc6cc139406e766d25ee SHA1: 57f3570194d024b308bdf99c4a83f474cced1d82 SHA256: 2dac51d9c5dec6246c6b30d255170dd40a9aa2c6a792b4ced55c5abd02bb00b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: haskell98-report Priority: optional Section: doc Installed-Size: 3157 Maintainer: Debian Haskell Group Architecture: all Version: 20080907-4.4.201403190834 Suggests: lynx | www-browser Conflicts: haskell-doc (<= 19991028-3) Filename: 4.0-0/all/haskell98-report_20080907-4.4.201403190834_all.deb Size: 2384286 MD5sum: 902f50c2f93d6a2410ca672b0fb1b795 SHA1: 8d62bcb0a3b16f901e2d36debecbccd1dc06d2b5 SHA256: 1bb7f7939da90d4ae54fdc73e81f22c623da5efb0a8718cf812db87e834d8fbd Description: The Haskell 98 Language and Libraries Revised Report & addenda Haskell is a non-strict, pure functional general-purpose programming language. This package contains its definition in HTML, PS and PDF formats. It is a revised version of "The Haskell 98 Report" and "The Haskell 98 Library Report", fixing the bugs documented in "Errata for the Haskell 98 Language Report" (which is included). . It also contains the Foreign Function Interface (FFI) addendum and the Hierarchical Modules addendum in PS and PDF formats. Homepage: http://darcs.haskell.org/haskell98-report/ Package: haskell98-tutorial Priority: optional Section: doc Installed-Size: 375 Maintainer: Ian Lynagh (wibble) Architecture: all Version: 200006-2-1.1.4.201403190838 Recommends: haskell98-report Suggests: lynx | www-browser Conflicts: haskell-doc (<= 19991028-3) Filename: 4.0-0/all/haskell98-tutorial_200006-2-1.1.4.201403190838_all.deb Size: 113036 MD5sum: 8cc009f5e1c80915f7967964e5753503 SHA1: cb70fd12e0f5366b3d10466dc7fa5dfc6112b97a SHA256: 229bb6ceee2bd8c66a7c43479c5dbdb2ba2a64ea3641ae1956b3cb6ca3849de5 Description: A Gentle Introduction to Haskell 98 The Gentle Introduction is designed to serve as a supplement to the Haskell 98 Report; it provides a tutorial introduction for someone who is already familiar with another programming language (preferably a functional one). Package: haskelldb-doc Priority: optional Section: doc Installed-Size: 33 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb Version: 2.1.1-5.6.201403190847 Depends: haskell-haskelldb-doc Filename: 4.0-0/all/haskelldb-doc_2.1.1-5.6.201403190847_all.deb Size: 9608 MD5sum: c63a1b1bda4249975a3b901ef03f6a3b SHA1: 8a9011986ca0a6c398945d8a5d9056550461af46 SHA256: 322469eb0b28b2f252f705bde4b7426bdeda0760b0db9b698a53ccc34137ee0f Description: transitional dummy package This package is a dummy package and is used to easy the upgrade from previous versions of haskelldb-doc to haskell-haskelldb-doc. . This package can safely be removed. Homepage: http://haskelldb.sourceforge.net/ Package: hatop Priority: extra Section: admin Installed-Size: 116 Maintainer: John Feuerstein Architecture: all Version: 0.7.7-1.2.201403190908 Depends: python (>= 2.4) Filename: 4.0-0/all/hatop_0.7.7-1.2.201403190908_all.deb Size: 25558 MD5sum: 7b5a4df78eb8339b7a4112dc9e5a3de2 SHA1: 24290da33ecc20cebcabc56bb46d32bfb335ac59 SHA256: a8290b8274d46d5a5fa9efb19235444af3beb82b5e13bcd521d789ae32da9f96 Description: interactive ncurses client for haproxy HATop is an interactive ncurses client and real-time monitoring, statistics displaying tool for the HAProxy TCP/HTTP load balancer. . HATop's appearance is similar to top(1). It supports various modes for detailed statistics of all configured proxies and services in near realtime. In addition, it features an interactive CLI for the haproxy unix socket. This allows administrators to control the given haproxy instance (change server weight, put servers into maintenance mode, ...) directly out of hatop (using keybinds or the CLI) and monitor the results immediately. Homepage: http://feurix.org/projects/hatop/ Package: headache Priority: optional Section: devel Installed-Size: 219 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.03-22.6.201403191111 Depends: ocaml-base-nox-3.12.1, libextlib-ocaml Filename: 4.0-0/all/headache_1.03-22.6.201403191111_all.deb Size: 50628 MD5sum: 7cca9abc4ba4383b476c3ef15599d963 SHA1: b7be028b5d2e70692ba941e2d8487580cabf7d12 SHA256: 99c9106a68a08e552fa2497118a53357057f1cced35b7f48f8e27daac9653f1d Description: Tool to manage license notes of source files This tool help you add/remove the license note you can find at the beginning of most source files. . Features of headache: - generate header as comment in your source code. - recognize different format of comment depending of the file extension ( currently Makefile/Ocaml code/C code ). - support configuration file to extend the recognize file extension. - allow to create a bounding box of comment around your license. Homepage: http://cristal.inria.fr/~simonet/soft/ Package: heimdal-docs Priority: extra Section: doc Installed-Size: 142 Maintainer: Brian May Architecture: all Source: heimdal Version: 1.6~git20120403+dfsg1-2.234.201410061137 Replaces: heimdal-lib (<< 0.3c-5), heimdal-servers (<< 0.6.3-3), libkrb5-15-heimdal Depends: dpkg (>= 1.15.4) | install-info Suggests: heimdal-clients, heimdal-clients-x, heimdal-servers, heimdal-servers-x Conflicts: heimdal-lib (<< 0.3c-5) Filename: 4.0-0/all/heimdal-docs_1.6~git20120403+dfsg1-2.234.201410061137_all.deb Size: 98612 MD5sum: 4fdc3dc02c70940a09b0fdd4798089b6 SHA1: aa34e9f531b327c46b1bdf367f0733136404c6e4 SHA256: 53ff2e261f03d47a3255ab163815a6dddb56e53977a948be3ab534b0a9d5644e Description: Heimdal Kerberos - documentation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes documentation (in info format) on how to use Heimdal, and relevant standards for Kerberos. Homepage: http://www.h5l.org/ Package: hepmc-examples Priority: optional Section: devel Installed-Size: 198 Maintainer: Debian Science Maintainers Architecture: all Source: hepmc Version: 2.06.09-1.2.201403191204 Depends: libclhep-dev, libpythia8-dev, libhepmc-dev (>= 2.06.09-1.2.201403191204), libhepmcfio-dev (>= 2.06.09-1.2.201403191204) Suggests: hepmc-user-manual, hepmc-reference-manual Filename: 4.0-0/all/hepmc-examples_2.06.09-1.2.201403191204_all.deb Size: 70884 MD5sum: 2f510ba8303ea0f500a6bcc79c7733ed SHA1: 3b197edfa5524f61ea0656b23b1493638215b960 SHA256: 51a68a1aac295da65bd8e97ad1f57c31f82fdc7ddf085fadc3a3d5373466f30b Description: Event Record for Monte Carlo Generators - example files The HepMC package is an object oriented event record written in C++ for High Energy Physics Monte Carlo Generators. . Many extensions from HEPEVT, the Fortran HEP standard, are supported: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as color) can be stored and traced, integers representing random number generator states can be stored, and an arbitrary number of event weights can be included. Particles and vertices are kept separate in a graph structure, physically similar to a physics event. . The added information supports the modularisation of event generators. Event information is accessed by means of iterators supplied with the package. . This package provides example source files of HepMC. Homepage: http://lcgapp.cern.ch/project/simu/HepMC/ Package: hepmc-reference-manual Priority: optional Section: doc Installed-Size: 706 Maintainer: Debian Science Maintainers Architecture: all Source: hepmc Version: 2.06.09-1.2.201403191204 Recommends: libhepmc-dev, libhepmcfio-dev, hepmc-user-manual Filename: 4.0-0/all/hepmc-reference-manual_2.06.09-1.2.201403191204_all.deb Size: 695428 MD5sum: d3386758c6f5cdaa33df3d1ba420b967 SHA1: 93e5bfee2d34f5b7b56e45f73b7c9c5ee14b3b4c SHA256: 66749d0e2b21e87701d78c483114b486201ca7700047d020621d8b991284e667 Description: Event Record for Monte Carlo Generators - Reference Manual The HepMC package is an object oriented event record written in C++ for High Energy Physics Monte Carlo Generators. . Many extensions from HEPEVT, the Fortran HEP standard, are supported: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as color) can be stored and traced, integers representing random number generator states can be stored, and an arbitrary number of event weights can be included. Particles and vertices are kept separate in a graph structure, physically similar to a physics event. . The added information supports the modularisation of event generators. Event information is accessed by means of iterators supplied with the package. . This package provides HepMC2 Reference Manual. Homepage: http://lcgapp.cern.ch/project/simu/HepMC/ Package: hepmc-user-manual Priority: optional Section: doc Installed-Size: 275 Maintainer: Debian Science Maintainers Architecture: all Source: hepmc Version: 2.06.09-1.2.201403191204 Recommends: libhepmc-dev, libhepmcfio-dev Suggests: hepmc-reference-manual Filename: 4.0-0/all/hepmc-user-manual_2.06.09-1.2.201403191204_all.deb Size: 253308 MD5sum: 37f53b7a7df0d328ef8e3fa06a1f82b9 SHA1: bc03af7c84f5edbaf79af01db425d52534a6b331 SHA256: 8e8c20ffb4b0a0ab5400f4d3c7c1c6c30f4afac2f11777f8cfe8b2fa1cc91cd6 Description: Event Record for Monte Carlo Generators - User Manual The HepMC package is an object oriented event record written in C++ for High Energy Physics Monte Carlo Generators. . Many extensions from HEPEVT, the Fortran HEP standard, are supported: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as color) can be stored and traced, integers representing random number generator states can be stored, and an arbitrary number of event weights can be included. Particles and vertices are kept separate in a graph structure, physically similar to a physics event. . The added information supports the modularisation of event generators. Event information is accessed by means of iterators supplied with the package. . This package provides HepMC2 User Manual. Homepage: http://lcgapp.cern.ch/project/simu/HepMC/ Package: hevea Priority: optional Section: tex Installed-Size: 1664 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.10-14.12.201403191246 Depends: ghostscript, netpbm (>= 2:9.10-1), texlive-base, ocaml-base-nox-3.12.1, dpkg (>= 1.14.18), tex-common (>= 3) Suggests: hevea-doc Filename: 4.0-0/all/hevea_1.10-14.12.201403191246_all.deb Size: 400994 MD5sum: 39ccc8963c24222dbccb260e4c5cc1bc SHA1: bacfeb1edab58162b522caaf16511f47e57d0c34 SHA256: 40e922338e610da964e3e0955c3d0b60ee3b9d237269262d82609a884ddea122 Description: translates from LaTeX to HTML, info, or text Its remarkable features are - It produces good output. Special symbols (like mathematical symbols) are translated into HTML entities which should be rendered by any graphical browser. Picture files are only generated on demand, for instance when translating graphics. - It is highly configurable through (La)TeX macros. Though aimed at LaTeX input it understands a fair subset of TeX' macro language. - It runs fast. . This version of HeVeA is patched to generate by default picture files in the PNG format instead of the GIF format. Homepage: http://hevea.inria.fr/ Package: hg-fast-export Priority: optional Section: vcs Installed-Size: 87 Maintainer: Andrey Rahmatullin Architecture: all Version: 20120618-1.2.201403191320 Depends: python (>= 2.6.6-7~), git, mercurial Filename: 4.0-0/all/hg-fast-export_20120618-1.2.201403191320_all.deb Size: 17314 MD5sum: 5ba825d78d88accc7482b05127eadd40 SHA1: 1b57585b42282a7a78f2a00c9095289cf6e1efd9 SHA256: dd8cd008ba852cb5e20f43306606e48ace0ef137ebd942a5d88cde73d5a2e0c9 Description: mercurial to git converter using git-fast-import hg-fast-export tool allows incremental import of mercurial repositories to git repositories. . It can automatically import a local hg repo into a local git repo using just one command. Subsequent importing of new changesets is supported. . Included git-hg wrapper script can be used to transparently track Mercurial repositories without a separate checkout. It also includes experimental support for pushing back to Mercurial. Homepage: http://repo.or.cz/w/fast-export.git Package: hgsubversion Priority: extra Section: vcs Installed-Size: 341 Maintainer: Qijiang Fan Architecture: all Version: 1.4-1.2.201403191330 Depends: python (>= 2.6.6-7~), python (<< 2.8), mercurial (>= 1.9.1-1~), subversion (>= 1.5), python-subvertpy (>= 0.7.4) | python-subversion Filename: 4.0-0/all/hgsubversion_1.4-1.2.201403191330_all.deb Size: 66976 MD5sum: 6605a621850a3e428d438b9e6c8e50d6 SHA1: 9242fa8c21d5bcadc091c243f5ac500dbd64769e SHA256: 551cc910232f00fc304547f8aacf72dcdd32cde3b95f329a701b9f6f2be0c65d Description: Subversion client as Mercurial extension hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client. . At this point, hgsubversion is usable by users reasonably familiar with Mercurial as a VCS. It's not recommended to dive into hgsubversion as an introduction to Mercurial, since hgsubversion "bends the rules" a little and violates some of the typical assumptions of early Mercurial users. Homepage: http://bitbucket.org/durin42/hgsubversion Package: hgsvn Priority: extra Section: vcs Installed-Size: 188 Maintainer: Vincent Danjean Architecture: all Version: 0.1.8-1.4.201403191332 Depends: python (>= 2.5), python-support (>= 0.90.0), python-pkg-resources, mercurial, subversion Filename: 4.0-0/all/hgsvn_0.1.8-1.4.201403191332_all.deb Size: 44784 MD5sum: e307c930c65b59357b574207da686a55 SHA1: 67e509cb8d93f49a56c0a11e96c3e47cee2261d9 SHA256: f7d457720e444931aace30d7cca8c1b3807f3ca6dc9e5e62556ad6d9d2f1d4f5 Description: Scripts to work locally on Subversion checkouts using Mercurial This set of scripts allows to work locally on Subversion-managed projects using the Mercurial distributed version control system. . Why use Mercurial ? You can do local (disconnected) work, pull the latest changes from the SVN server, manage private branches, submit patches to project maintainers, etc. And of course you have fast local operations like "hg log", "hg annotate"... . Currenly three scripts are provided: hgimportsvn, hgpullsvn, and hgpushsvn. . hgimportsvn initializes an SVN checkout which is also a Mercurial repository. . hgpullsvn pulls the latest changes from the SVN repository, and updates the Mercurial repository accordingly. It can be run multiple times. . hgpushsvn pushes your local Mercurial commits back to the SVN repository. Homepage: http://cheeseshop.python.org/pypi/hgsvn Package: hgview-common Priority: optional Section: vcs Installed-Size: 181 Maintainer: David Douard Architecture: all Source: hgview Version: 1.5.0-4.6.201403191337 Replaces: hgview (<< 1.4) Depends: python (>= 2.6.6-7~), python (<< 2.8), mercurial (>= 1.9.1-1) Recommends: hgview | hgview-curses Breaks: hgview (<< 1.4) Filename: 4.0-0/all/hgview-common_1.5.0-4.6.201403191337_all.deb Size: 30432 MD5sum: 5d03c886dbacfd3c3b3063847cb5b8d2 SHA1: 706d16fc351304e3623553e61136bb6a1f0cfae4 SHA256: f5bcb06b44bbb06bed2391bfbd386dd0373d62386b279732434e819d8f1aa1b6 Description: mercurial interactive history viewer (common files) Its purpose is to easily navigate in a mercurial repository history. It has been written with efficiency in mind when dealing with quite big repositories. . This package install the common files. You may want to install a user interface (hgview or hgview-curses). Enhances: mercurial Homepage: http://www.logilab.org/project/hgview Package: hgview-curses Priority: optional Section: vcs Installed-Size: 162 Maintainer: David Douard Architecture: all Source: hgview Version: 1.5.0-4.6.201403191337 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-urwid, python-pygments, python-pyinotify, hgview-common (= 1.5.0-4.6.201403191337) Filename: 4.0-0/all/hgview-curses_1.5.0-4.6.201403191337_all.deb Size: 26604 MD5sum: 08c16375250f8cf0030f4f0371e3a0ee SHA1: 92c761e9f121d32626b1ab8965e682b7d6b3a444 SHA256: 9db44234d91f1884fbbd3fbb76dac100350ddd8a0702cb7260eb6535cb7edf41 Description: mercurial interactive history viewer (text interface) Its purpose is to easily navigate in a mercurial repository history. It has been written with efficiency in mind when dealing with quite big repositories. . This package installs the text interface. Note that the Qt interface is more complete than the text interface and provides more views. Enhances: mercurial Homepage: http://www.logilab.org/project/hgview Package: hgview Priority: optional Section: vcs Installed-Size: 546 Maintainer: David Douard Architecture: all Version: 1.5.0-4.6.201403191337 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-qt4, python-qscintilla2, python-docutils, hgview-common (= 1.5.0-4.6.201403191337) Filename: 4.0-0/all/hgview_1.5.0-4.6.201403191337_all.deb Size: 122770 MD5sum: 9e77b2b075d878dc69eb05b2347cb5d5 SHA1: fb80afa5dd5de15ad819edc9ecee735985a63393 SHA256: ffe18e4651074c75ad4bc1e7a5f78d71c6abb39f9720ff6220a9605de1e3388d Description: mercurial interactive history viewer (Qt4 interface) Its purpose is to easily navigate in a mercurial repository history. It has been written with efficiency in mind when dealing with quite big repositories. . This package installs the Qt4 interface. Enhances: mercurial Homepage: http://www.logilab.org/project/hgview Package: hhsuite-data Priority: extra Section: science Installed-Size: 6058 Maintainer: Debian Med Packaging Team Architecture: all Source: hhsuite Version: 2.0.15-1.2.201403191343 Filename: 4.0-0/all/hhsuite-data_2.0.15-1.2.201403191343_all.deb Size: 2520784 MD5sum: 6400773148302bd40c1bbf71366b59af SHA1: 31f492ac07b42016e88575f0025b72e0340b2df3 SHA256: ed0aa2f16b94ee19cb0b7cec4cbe967abd5ac273a34437edd23e5ddbd46de9c5 Description: sensitive protein sequence searching based on HMM-HMM alignment (data) HH-suite is an open-source software package for sensitive protein sequence searching based on the pairwise alignment of hidden Markov models (HMMs). . This package contains architecture independent scripts and data files. Homepage: http://toolkit.genzentrum.lmu.de/sections/search Package: hibernate Priority: extra Section: utils Installed-Size: 311 Maintainer: Andrey Rahmatullin Architecture: all Version: 2.0+15+g88d54a8-1.14.201403191347 Depends: kbd Pre-Depends: dpkg (>= 1.15.7.2) Recommends: dash, hdparm, vbetool, uswsusp Suggests: 915resolution, xscreensaver | kscreensaver | gnome-screensaver | xlock | vlock Filename: 4.0-0/all/hibernate_2.0+15+g88d54a8-1.14.201403191347_all.deb Size: 103700 MD5sum: 0ad8ef9fc665485fcd69ba8d244db9de SHA1: 0ecf022d2d2435eda9dc03db552389c0346a2bc7 SHA256: 171b89bd2e8fc7965fc0fc9008b77523f2173b59f4a5dffc2e0051d1e8531633 Description: smartly puts your computer to sleep (suspend to RAM or disk) The hibernate script helps you in putting your computer to sleep, using one of the various methods available in the kernel. . Hibernate can take care of loading and unloading modules, provides various hacks needed to get some video cards to resume properly under X, can optionally restart networking and system services, and basically do whatever else you ask it. It can be extended by writing new "scriptlets" which run at different points during the suspend process. . Currently the script supports all suspend mechanisms available through the /sys/power/state interface (including ACPI suspend and the in-kernel software suspend), as well as TuxOnIce. Homepage: http://tuxonice.net/ Package: highlight-common Priority: optional Section: devel Installed-Size: 718 Maintainer: Ayman Negm Architecture: all Source: highlight Version: 3.9-1.7.201403200751 Replaces: highlight (<< 2.9) Breaks: gtk-doc-tools (<< 1.17-2), highlight (<< 3.2), libhighlight-perl (<< 3.2) Filename: 4.0-0/all/highlight-common_3.9-1.7.201403200751_all.deb Size: 213888 MD5sum: d67b7a7c4023009461a7be33016b3b08 SHA1: 458eb2683f4802f943b0453263263b8caf0debb0 SHA256: 57bb9f4e39e3e3541100ffa0bcaba112054b8b9c96222c0b3c2573ab90b1ddc0 Description: source code to formatted text converter (architecture independent files) A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, SVG, XML or terminal escape sequences with syntax highlighting. It supports several programming and markup languages. Language descriptions are configurable and support regular expressions. The utility offers indentation and reformatting capabilities. It is easily possible to create new language definitions and colour themes. . These are the architecture independent files. Homepage: http://www.andre-simon.de Package: hiki Priority: optional Section: web Installed-Size: 1108 Maintainer: Taku YASUI Architecture: all Version: 0.8.8.1-3.4.201403191401 Depends: ruby (>= 1.8), ruby1.8, ruby-uconv Suggests: apache2 | httpd, tdiary-theme, ruby-imagesize, ruby-rd, librt-ruby1.8 Filename: 4.0-0/all/hiki_0.8.8.1-3.4.201403191401_all.deb Size: 251260 MD5sum: 1776cea602fe52e503efce086e1f4c43 SHA1: cce905ed7e7927e3d4851c933b0b9c60f45a6cb2 SHA256: 2667ab7327d2a930d5bb85f7b4f0febc90219b4198df38997facea704747d24e Description: Wiki Engine written in Ruby Hiki is one of WikiWiki Web clone (Wiki Engine) written in programming language Ruby. WikiWikiWeb is web base collaboration tool. Hiki has following features: . * Simple syntax like original Wiki. * Theme function by CSS(Cascading Style Sheet). You can use a lot of tDiary themes (http://www.tdiary.net/theme.rhtml). * Plugin function, you can add various functions. * InterWiki support. * Categorize. Homepage: http://hikiwiki.org/ Package: hime-data Priority: optional Section: utils Installed-Size: 745 Maintainer: IME Packaging Team Architecture: all Source: hime Version: 0.9.9+git20120619+dfsg-1.2.201403191405 Filename: 4.0-0/all/hime-data_0.9.9+git20120619+dfsg-1.2.201403191405_all.deb Size: 506826 MD5sum: 809612f0a21a88bc096e308e251cc054 SHA1: bde399faf0799282314821d6b32f302bc3112fa6 SHA256: 7c31a98c74359e8213157d26c1c07e92e017302640af215ea62bacc625837e4c Description: icons, locales and scripts for HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package contains icons, locales, scripts and other architecture- independent things. Homepage: http://hime.luna.com.tw Package: hime-dev Priority: optional Section: devel Installed-Size: 71 Maintainer: IME Packaging Team Architecture: all Source: hime Version: 0.9.9+git20120619+dfsg-1.2.201403191405 Depends: hime (>= 0.9.9+git20120619+dfsg-1.2.201403191405) Filename: 4.0-0/all/hime-dev_0.9.9+git20120619+dfsg-1.2.201403191405_all.deb Size: 16156 MD5sum: d4f4bcdf6b2c2afd9a56dbad7e98c362 SHA1: eb71bd87bf53223e2b4f8e054a81158b7988f60c SHA256: 03fb266219bb253155be95ead5397ec504ac04508021b7bec18e402050560a65 Description: development files for HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package provides header files of HIME. Homepage: http://hime.luna.com.tw Package: hitchhiker Priority: optional Section: net Installed-Size: 56 Maintainer: Jari Aalto Architecture: all Version: 0.01~20091129+bzr41-4.4.201403191423 Depends: python (>= 2.4), python-bzrlib (>= 2.0.0) Filename: 4.0-0/all/hitchhiker_0.01~20091129+bzr41-4.4.201403191423_all.deb Size: 10852 MD5sum: 88a8990b03b9cdb5fbbc372e97664719 SHA1: 5c3c504a46008060b3b3e17db247cc13b41082ef SHA256: 0bed2bede05d2b0c971946100b0cf8b6dc323e510e48083bb25021763637b9c5 Description: access locations using Bazaar transports A client to access bzr transports, namely the Bazaar version control repositories. This utility can be used to log into the remote host and manipulate Bazaar repository content like it were a FTP or SFTP client. Commands include cp, mv, rmtree etc. Use Case: command 'bzr upgrade ' is run and after the process is over the backup.bzr needs to be removed. With this tool the task is easy. . An interactive mode and pure command line mode are provided. Homepage: https://launchpad.net/hitchhiker Package: hlins Priority: optional Section: text Installed-Size: 251 Maintainer: Debian OCaml Maintainers Architecture: all Version: 0.39-19.6.201403191453 Depends: ocaml-base-nox-3.12.1 Filename: 4.0-0/all/hlins_0.39-19.6.201403191453_all.deb Size: 56640 MD5sum: df96f0e422ef52d8a24d9ed892bb9c73 SHA1: 14c094bd28fc0774a00320a551463f948238e1bc SHA256: d3dbeca8247c6ed0ad1db77eecfef3945f3444636eea87f052933f97d0f42749 Description: Insert URLs into html documents Hlins is a tool to insert hypertext links into HTML documents, using a database with entries of the form "name = url". It is designed for inserting URLs of real persons: it knows about abbreviations of first and middle names and tolerates dropping the second part of a composite last name. Package: hmmer-doc Priority: optional Section: doc Installed-Size: 773 Maintainer: Debian Med Packaging Team Architecture: all Source: hmmer Version: 3.0-4.4.201403191506 Recommends: hmmer (>= 3.0-4.4.201403191506), xpdf-reader | pdf-viewer Filename: 4.0-0/all/hmmer-doc_3.0-4.4.201403191506_all.deb Size: 758664 MD5sum: 65108f637977224d6f02ef946ede4b76 SHA1: d224de8c8c1787bb4468115868a0069dd8f3a4d2 SHA256: 8d1685ef5db5ce417ce643c69393cd647779b48b1efeed38fad6683e1bdf74af Description: profile hidden Markov models for protein sequence analysis (docs) HMMER is an implementation of profile hidden Markov model methods for sensitive searches of biological sequence databases using multiple sequence alignments as queries. . Given a multiple sequence alignment as input, HMMER builds a statistical model called a "hidden Markov model" which can then be used as a query into a sequence database to find (and/or align) additional homologues of the sequence family. . This package contains documents and example files for the hmmer package. Homepage: http://hmmer.janelia.org/ Package: ho22bus-data Priority: optional Section: utils Installed-Size: 11944 Maintainer: Eleanor Chen Architecture: all Source: ho22bus Version: 0.9.1-2.2.201403191517 Filename: 4.0-0/all/ho22bus-data_0.9.1-2.2.201403191517_all.deb Size: 11930902 MD5sum: c665683df3f0f203bbafffdeb9e89410 SHA1: 4f631e888edced42aad597677117238439f22fe6 SHA256: e4673862fecba2b47a8a5ba7bf43432980820ef7b28f1010bad5692fcd06a8bb Description: common data for ho22bus This application is for second language learners to memorize words. It is user-friendly and light-weighted. . Features included: * New words collection * Multi-dictionary support * Games to help memorizing . This package provides common data files for ho22bus. Homepage: http://ho22bus.googlecode.com Package: hobbit-plugins Priority: extra Section: net Installed-Size: 214 Maintainer: Christoph Berg Architecture: all Version: 20120532.4.201403191530 Depends: xymon-client | hobbit-client Recommends: libsysadm-install-perl, lsof, sudo (>= 1.7.2p1-1) Suggests: libdbd-pg-perl, libpoe-component-irc-perl, libnet-tftp-perl, ipmitool, fping, ntp, git | git-core, bzr, mercurial, subversion, debsums Filename: 4.0-0/all/hobbit-plugins_20120532.4.201403191530_all.deb Size: 46662 MD5sum: bf1c1fb3b3ab8ce4e2a2f2f72223deff SHA1: 6931c4b1f3fe4f13dac50717f43053c4d4344ed0 SHA256: 5e31bec368599e1818bf7389211973402e4f9e247de6c4317cc8b7ed94d84ef2 Description: plugins for the Xymon network monitor This package provides plugins for the Xymon network monitor. (Formerly called Hobbit.) . Included client plugins: * apt - check for outstanding updates * backuppc - check for errors reported by BackupPC servers (needs backuppc and sudo) * dirtyetc - check for conffiles which are modified compared to Debian's defaults but should not be (needs sudo and debsums, supports dphys-config) * dirtyvcs - check for dirty VCS working copies (supports Git, Mercurial, Bzr and Subversion, needs appropriate VCS packages installed) * entropy - check kernel entropy pool size * ipmi - read IPMI sensors and event log (needs ipmitool) * libs - check for running processes with upgraded libraries (needs lsof and sudo) * mailman - check for the existence of Mailman qfiles. (needs sudo) * mdstat - check for failed or resyncing RAID devices * mq - check (postfix's) mail queue * misc - meta plugin for running series of scripts (needs libsysadm-install-perl) * ntpq - check the ntpd daemon synchronization status (needs ntp) * postgres - statistics graphs for PostgreSQL databases (needs libdbd-pg-perl) * sftbnc - check if the local Postfix MTA has soft_bounce enabled. . Included server plugins: * aptdiff - monitor list of installed packages in host pools * conn6 - check IPv6 connectivity (needs fping) * ircbot - relay status changes to IRC (needs libpoe-component-irc-perl) * tftp - checks TFTP servers by downloading a file from them (needs libnet-tftp-perl) . Helper software: * Hobbit.pm: Perl module for writing plugins * xynagios: adaptor for running Nagios plugins with Xymon Enhances: backuppc, dphys-config, mailman, postfix Homepage: http://xymon.sourceforge.net/ Package: hocr-gtk Priority: optional Section: graphics Installed-Size: 303 Maintainer: Debian Hebrew Packaging Team Architecture: all Source: hocr Version: 0.10.17-1.4.201403191532 Depends: python, libhocr-python (>= 0.10.17-1.4.201403191532), python-imaging-sane, aspell-he Filename: 4.0-0/all/hocr-gtk_0.10.17-1.4.201403191532_all.deb Size: 49656 MD5sum: 45412c8d37e8f4bedf73af563704cb4c SHA1: 577b4188c48ed2ac0ad2d07054862a755a3c275e SHA256: f8f0123a6840955a652544efeecd5d566d059dfb55df5597a4e4bc339c6aa9fa Description: GTK+ frontend for Hebrew OCR Hocr-gtk is a GTK+ based graphical interface to the libhocr library. It can open multiple image formats and uses aspell for internal spell checking. Homepage: http://hocr.berlios.de/ Package: hol88-contrib-help Priority: optional Section: math Installed-Size: 151 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-contrib-help_2.02.19940316-15.4.201403191543_all.deb Size: 27114 MD5sum: 3ccdf00f53c71ee2a62595324248260e SHA1: e6e950c0e9b563c06489f8fa935e44c958724680 SHA256: dfed5f606b71805295d03a0260f270ff8c636cb06782aa16edecf49eb42ea127 Description: Higher Order Logic, user contributed online help files The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-contrib-source Priority: optional Section: math Installed-Size: 5547 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-contrib-source_2.02.19940316-15.4.201403191543_all.deb Size: 1008322 MD5sum: e48779cea4a805adfced7b46670c074e SHA1: d028d03bce9ee80f866754dffd4b93f8a88940cf SHA256: 649829cf816e366f139e6fd0920b0d19b45c5330ad192c1542d26a4746545975 Description: Higher Order Logic, user contributed source The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-doc Priority: optional Section: doc Installed-Size: 1086 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-doc_2.02.19940316-15.4.201403191543_all.deb Size: 1051178 MD5sum: 6575757aeed860f87f4493984a21cba7 SHA1: ef29c775895445bb52d040a3b87312220c033c92 SHA256: 73d9b72a9aa790139854a4c99e462805039619162a0bb028c6d78637e65b7844 Description: Documentation for hol88 The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-help Priority: optional Section: math Installed-Size: 901 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-help_2.02.19940316-15.4.201403191543_all.deb Size: 324008 MD5sum: c5ab669a0f623fb64d044fa3633f64f3 SHA1: 8137940a34791cce374fd6709627cb2070454e81 SHA256: f6f6f569de1165624dcc24db8ec6204ed190c610b243df622bae41809aa1b03a Description: Higher Order Logic, online help files The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-library-help Priority: optional Section: math Installed-Size: 1430 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-library-help_2.02.19940316-15.4.201403191543_all.deb Size: 310368 MD5sum: bb75d678e1c12a65bfe7d842c7c654ef SHA1: 1e57d5bafbdbddca6c74ceab975c72fb9a79c17b SHA256: 85c073987c9b19ca733d285a4afc9239519552104b1c9c014cb10629508a94e3 Description: Higher Order Logic, library online help files The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-library-source Priority: optional Section: math Installed-Size: 3630 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-library-source_2.02.19940316-15.4.201403191543_all.deb Size: 568976 MD5sum: 93f812ac6b66b74b5dee814c3f586abd SHA1: a93d8c7022a19df17cc5c6b039871b7c213a8cee SHA256: b6ca62654e04de8199fcfc02d4ddeabcf01a5554d0c2b6424f50ac9ae9f17e84 Description: Higher Order Logic, library source files The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: hol88-source Priority: optional Section: math Installed-Size: 1932 Maintainer: Camm Maguire Architecture: all Source: hol88 Version: 2.02.19940316-15.4.201403191543 Filename: 4.0-0/all/hol88-source_2.02.19940316-15.4.201403191543_all.deb Size: 376612 MD5sum: 496d0105c2cf57936367bbd4f68883a9 SHA1: 5686f08d16c154d895ddc109ad42840eba745287 SHA256: fa55861766061dfca81f95fba96c8dd5403486b3df028abbe81318977f4be71d Description: Higher Order Logic, source files The HOL System is an environment for interactive theorem proving in a higher-order logic. Its most outstanding feature is its high degree of programmability through the meta-language ML. The system has a wide variety of uses from formalizing pure mathematics to verification of industrial hardware. Academic and industrial sites world-wide are using HOL. Package: homebank-data Priority: optional Section: gnome Installed-Size: 3670 Maintainer: Francesco Namuri Architecture: all Source: homebank Version: 4.4-1.6.201403191622 Recommends: homebank (>= 4.4-1.6.201403191622) Filename: 4.0-0/all/homebank-data_4.4-1.6.201403191622_all.deb Size: 1864996 MD5sum: 34866b17aa133138a437fc9c91aa659e SHA1: 22b53f7daed99a24745d8415132868d1ebf32ef9 SHA256: 18009ec8025bd136770e7f659fd0598bd892e3ec92f134ee69cf57fc95818623 Description: Data files for homebank HomeBank is a fast, simple and easy to use program to manage your accounts. It differs from gnucash for the better look and feel, and for the greatest start-up speed. It has a lot of features such as easy analysis with graphical charts (statistics, budget, overdrawn, car cost), multi-accounts support, budget management, reminder, import from OFX/QFX-CSV files, visual status of operations. It is based on GTK2. . This package contains the architecture independent portions of homebank Homepage: http://homebank.free.fr/ Package: horgand-data Priority: optional Section: sound Installed-Size: 3014 Maintainer: Debian Multimedia Maintainers Architecture: all Source: horgand Version: 1.14-5.4.201403191627 Replaces: horgand (<< 1.14-1) Breaks: horgand (<< 1.14-1) Filename: 4.0-0/all/horgand-data_1.14-5.4.201403191627_all.deb Size: 2317788 MD5sum: 815a29ac803ec880f670654a5611db6e SHA1: 6c485c641e39083f55362a8c7e617700cea21846 SHA256: 6b6c5f053e080d0cbd991ce778b4f8de717ab47adaad86596b1f6580207548c7 Description: JACK capable organ softsynth (data files) Horgand is a JACK capable organ client with presets and some effects incorporated. It generates the sound in real time like a FM synthesizer. Due this, you can change the frecuency of all the drawars and add some special effects. It features auto-accompaniment, looped drums, and a bass line in a wave table way. . This package contains architecture-independent data files for horgand. Homepage: http://horgand.berlios.de/ Package: hotot Priority: optional Section: net Installed-Size: 1573 Maintainer: Julien Valroff Architecture: all Version: 1:0.9.7.32+git20111213.1d89daf-1.1.2.201403191649 Depends: python (>= 2.6.6-7~), python-gtk2, python-gobject, python-webkit, python-keybinder, python-notify, libjs-jquery, python-dbus Filename: 4.0-0/all/hotot_0.9.7.32+git20111213.1d89daf-1.1.2.201403191649_all.deb Size: 617498 MD5sum: a3449e6733872178285caed6ceb53073 SHA1: 2d01a6ed422ed0c5aacca4de7358dea26160e0ba SHA256: 0c00e184184f198a0ebb2cc3104598cf69c058e6786d82c39558396ea3a9e0c2 Description: lightweight microblogging client Hotot is a lightweight Twitter and identi.ca client based on GTK+ and WebKit. . Features include: * Update/View Timelines * Follow/Unfollow people * Post status * Reply tweets * Post direct messages * View people profile * Native notification * Global key-shortcut Homepage: http://www.hotot.org Package: hotswap Priority: optional Section: admin Installed-Size: 29 Maintainer: Alberto Gonzalez Iniesta Architecture: all Version: 0.4.0-12.9.201403191655 Depends: hotswap-text, hotswap-gui Filename: 4.0-0/all/hotswap_0.4.0-12.9.201403191655_all.deb Size: 5236 MD5sum: d7d5130ac9a58d8cc24b72653b4bb1bc SHA1: b3ede0885482589999d0bc9f249ed708a2127126 SHA256: d0d63a29eea4a9f1d69428df5e75d51324887f53cfe8c67307996c15c17698bf Description: (de)register hotswappable IDE hardware Hotswap is a utility to register and deregister hotswappable IDE hardware. It is written to be used on Laptops with some sort of hardware bay to remove the module from the machine without rebooting it. eg. Dell Laptops. . Note that this utility is not required to insert or remove batteries or floppy disk drives; only for IDE devices. . This is a metapackage that Depends on both the command line tool and the graphical front-ends to allow seamless upgrades. Homepage: http://timstadelmann.de/hotswap.html Package: hotwire Priority: optional Section: gnome Installed-Size: 1034 Maintainer: Josselin Mouette Architecture: all Version: 0.721-2.8.201403191658 Depends: python (>= 2.5), python-support (>= 0.90.0), python-gnome2, python-gtk2, python-gobject, python-dbus, python-vte, python-cairo, dbus-x11 Recommends: python-gnomedesktop, python-simplejson, python-gtksourceview2 Suggests: python-psyco Filename: 4.0-0/all/hotwire_0.721-2.8.201403191658_all.deb Size: 225932 MD5sum: 7b9279a0cbc3697ac7407d31493cd211 SHA1: b95331a9c7ca97c39e09cd89170ea396ee770092 SHA256: 215dfae7376df87fb416bf5251f8e618480049df7f6f6eef708a308bb3ac6910 Description: Extensible graphical command execution shell Hotwire is a primary replacement for a terminal emulator, with an innovative graphical user interface, oriented towards developers and system administrators. It can natively do about 80-90% of what one would normally do in a terminal with a shell, and can also embed a terminal by itself. Homepage: http://code.google.com/p/hotwire-shell/ Package: howm Priority: extra Section: lisp Installed-Size: 922 Maintainer: Youhei SASAKI Architecture: all Version: 1.4.0rc2-2.4.201403191704 Depends: emacs | emacs23 Suggests: ruby Filename: 4.0-0/all/howm_1.4.0rc2-2.4.201403191704_all.deb Size: 329174 MD5sum: 45d14ce2c8d5e9fa64594805e06a898f SHA1: 90242108420f80e32b3a3877df901379a4893da9 SHA256: a3016f41ab63f6583d695fd93702f435df39574e1308900de6e30ab52e228b4c Description: Note-taking tool on Emacs Howm(Hitori Otegaru Wiki Modoki) is a note-taking tool on Emacs. . It is similar to emacs-wiki; you can enjoy hyperlinks and full-text search easily. It is not similar to emacs-wiki; it can be combined with any format. Homepage: http://howm.sourceforge.jp/ Package: hp-search-mac Priority: optional Section: admin Installed-Size: 61 Maintainer: Ola Lundqvist Architecture: all Version: 0.1.3.4.201403191717 Depends: perl, opalmod (>= 0.1.6), libnet-snmp-perl (>= 3.6-7) Filename: 4.0-0/all/hp-search-mac_0.1.3.4.201403191717_all.deb Size: 9414 MD5sum: 3c4390a487930178898ea3d4f3f0c43b SHA1: 9096b250a7c06d6c14615c554aa421497c0fa9d0 SHA256: 7eeb506f793e9784501b3031ac2529271f4ce8b8fea018e8e9107674209f20ae Description: Search for a MAC address on HP switches This package contains a small utility that can query HP switches for their connection table. It then allow you to search for a MAC address and tell you where it is physically connected (best match first). . The functionality is similar to traceroute but on Ethernet level and only for HP switches. Package: hpijs Priority: optional Section: text Installed-Size: 96 Maintainer: Debian HPIJS and HPLIP maintainers Architecture: all Source: hplip Version: 3.12.6-3.1.23.201403191745 Depends: printer-driver-hpijs Filename: 4.0-0/all/hpijs_3.12.6-3.1.23.201403191745_all.deb Size: 72496 MD5sum: 11bbb57ad650b581ed709c571b1797c0 SHA1: 0da02efd84924d95c4e1fb89c4899d4d215835ff SHA256: e23433eae00613275ad93bf413422d39af56d5bdce5d7ce34b98b854b91663f9 Description: transitional dummy package for hpijs printer driver This is a transitional dummy package to transition to uniformly named printer-driver-hpijs. Homepage: http://hplipopensource.com/hplip-web/index.html Package: hplip-cups Priority: extra Section: oldlibs Installed-Size: 96 Maintainer: Debian HPIJS and HPLIP maintainers Architecture: all Source: hplip Version: 3.12.6-3.1.23.201403191745 Depends: printer-driver-hpcups Filename: 4.0-0/all/hplip-cups_3.12.6-3.1.23.201403191745_all.deb Size: 72508 MD5sum: 7c49ae8d5b6d3123343d36a62f918faa SHA1: 694a3f4b590e5270840fa4322529391ae78a9e91 SHA256: cdba4a80f03ee97d02ecd6897767a7f47b0a163222812dcc29639e7bdf60e98c Description: transitional dummy package for hpcups printer driver This is a transitional dummy package to transition to uniformly named printer-driver-hpcups. Homepage: http://hplipopensource.com/hplip-web/index.html Package: hplip-doc Priority: optional Section: doc Installed-Size: 787 Maintainer: Debian HPIJS and HPLIP maintainers Architecture: all Source: hplip Version: 3.12.6-3.1.23.201403191745 Suggests: hplip Filename: 4.0-0/all/hplip-doc_3.12.6-3.1.23.201403191745_all.deb Size: 673330 MD5sum: fa783473223b7d0e1385349602f2ea3c SHA1: e7eb95246e631e55914ff2fa0316fad4fedc323a SHA256: 8da1c10a6db9253427016cf717b6e1fa6913ce7b2d9025bab7972e240358b5d2 Description: HP Linux Printing and Imaging - documentation This package contains the full documentation for the HP Linux Printing and Imaging System for off-line reading. It includes the documentation for the HPIJS IJS driver as well. Homepage: http://hplipopensource.com/hplip-web/index.html Package: hplip-gui Priority: optional Section: utils Installed-Size: 149 Maintainer: Debian HPIJS and HPLIP maintainers Architecture: all Source: hplip Version: 3.12.6-3.1.23.201403191745 Replaces: hplip (<< 3.12.4-2) Depends: hplip (>= 3.12.6-3.1.23.201403191745), dbus-x11, python-qt4, python-qt4-dbus, gksu | kdebase-bin (<< 4:4.4.0-1) | kde-runtime | kdebase-runtime | kdesudo | ktsuss Recommends: xsane | simple-scan | skanlite, python-notify Breaks: hplip (<< 3.12.4-2) Filename: 4.0-0/all/hplip-gui_3.12.6-3.1.23.201403191745_all.deb Size: 87108 MD5sum: 48c66d35ba9b3fc20cf426f741d00153 SHA1: 5f18d4f0b140a16639fa50d281a6ce036e1dd185 SHA256: 840412b4295a470bf2f7107c0df9f235abd42c01ece7700e86f5ed01b81b997c Description: HP Linux Printing and Imaging - GUI utilities (Qt-based) This package contains utilities with graphical user interface (GUI) for HPLIP: HP Toolbox, HP Fax, ... . Note that all GUI utilities are based on the Qt (KDE) GUI environment. There are currently no equivalent utilities based on GTK (GNOME). Homepage: http://hplipopensource.com/hplip-web/index.html Package: hsqldb-server Priority: optional Section: database Installed-Size: 122 Maintainer: Rene Engelhard Architecture: all Source: hsqldb Version: 1.8.0.10+dfsg-0.43.201403191837 Depends: libhsqldb-java (= 1.8.0.10+dfsg-0.43.201403191837), adduser, lsb-base (>= 3.0-3), gcj-jre Filename: 4.0-0/all/hsqldb-server_1.8.0.10+dfsg-0.43.201403191837_all.deb Size: 51570 MD5sum: 99797e5272abf63ac709b7939c2dadb1 SHA1: 6c8403e4bbebae0a18d0ef64014bb241cbdcc5ae SHA256: b86316a3ab99b837f36e0ac53601c03d2c791a4b2e057f9b333279697dec1c18 Description: Java SQL database server HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:1999 and SQL:2003 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains the files necessary to run an HSQLDB server. More commonly, HSQLDB is used as an embedded database engine, which does not require this package. . Web site: http://hsqldb.org/ Package: hsqldb-utils Priority: optional Section: database Installed-Size: 83 Maintainer: Rene Engelhard Architecture: all Source: hsqldb Version: 1.8.0.10+dfsg-0.43.201403191837 Replaces: libhsqldb-java (<< 1.8.1.1~) Depends: libhsqldb-java (= 1.8.0.10+dfsg-0.43.201403191837), gij | java-gcj-compat | java2-runtime Filename: 4.0-0/all/hsqldb-utils_1.8.0.10+dfsg-0.43.201403191837_all.deb Size: 31236 MD5sum: 55e1965aac80803b92cafd6c74d73c95 SHA1: 61c6bf31b1e89984267dc37c04dea4ef241eac1b SHA256: 5426eeb04da2e6c54bf12a485fb4742fe71ef95c10be95ecf1e624d3f2c2cecc Description: Java SQL database engine (utilities) HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:1999 and SQL:2003 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains some scripts to invoke the Utilities of HSQLDB (org.hsqldb.util.*): - hsqldb-databasemanager: DatabaseManager - hsqldb-databasemanagerswing: DatabaseManagerSwing - hsqldb-transfer: Transfer - hsqldb-querytool: QueryTool - hsqldb-sqltool: SqlTool Package: htag Priority: optional Section: mail Installed-Size: 124 Maintainer: Simon Huggins Architecture: all Version: 0.0.24-1.4.201403191845 Depends: perl Filename: 4.0-0/all/htag_0.0.24-1.4.201403191845_all.deb Size: 31714 MD5sum: 31f25a655c5bf19a982b0d4a4567463d SHA1: ebeb2a86ff8943c19204e65ffda2537a75cdf95b SHA256: 908f030a3329ada10b1879854e11f6ea9995bd20d755a49d9b9d0b695e2ff912 Description: A tagline/.signature adder for email, news and FidoNet messages htag is a tagline (aka .signature for those without a Fidonet background) adder but it has now been so over engineered that it will also do anything you want it to[0], do lots of stuff I want it to, and do stuff it wants to. . [0] Or at least it will if you write the appropriate plugin. Package: htcheck-php Priority: extra Section: web Installed-Size: 223 Maintainer: Marco Nenciarini Architecture: all Version: 1:2.0.0~rc1-2.4.201403191849 Depends: apache2 | apache | httpd, php5 | libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi, php5-mysql Recommends: htcheck Filename: 4.0-0/all/htcheck-php_2.0.0~rc1-2.4.201403191849_all.deb Size: 49864 MD5sum: d1f24c969e13d32eae06e28ff4d5d2aa SHA1: 8da1af929a56adf0331ed60dd852882f357a2b8e SHA256: 5e1f2ca7583ae376001b24c114a7c74fe25260eed408de3436b847e94f473671 Description: Simple php interface to database generated by ht://Check ht://Check is more than a link checker. It's particularly suitable for checking broken links, anchors and web accessibility barriers, but retrieved data can also be used for Web structure mining. Uses a MySQL backend. Derived from ht://Dig. . This package contains a simple php interface to database generated by ht://Check Homepage: http://htcheck.sourceforge.net/ Package: htdig-doc Priority: optional Section: doc Installed-Size: 1677 Maintainer: Debian QA Group Architecture: all Source: htdig Version: 1:3.2.0b6-12.11.201403191851 Depends: perl5 Suggests: htdig Filename: 4.0-0/all/htdig-doc_3.2.0b6-12.11.201403191851_all.deb Size: 529814 MD5sum: b83114a7923ad33f02fdec53bb932225 SHA1: 0a7e16f40ca3a0ce6a1557333695f7c753684cdd SHA256: e3f6aa8d75b951eb2c681e99d242ad2af3a324fd23b2c29edf93acd3addc4ba7 Description: web search and indexing system - documentation The ht://Dig system is a complete web search engine for a small domain or intranet. It is not meant to replace the major Internet-wide search engines; instead it is meant to cover the search needs of a single company, campus, or even a particular subsection of a website. . This package provides the HTML documentation and examples. Package: html-helper-mode Priority: extra Section: editors Installed-Size: 267 Maintainer: Chris Lawrence Architecture: all Version: 3.0.4kilo-2.4.201403191856 Depends: emacs21 | emacsen, css-mode Filename: 4.0-0/all/html-helper-mode_3.0.4kilo-2.4.201403191856_all.deb Size: 63082 MD5sum: deef479565942255a710d908ea2b8525 SHA1: 5d1cb42ab37150348f88c6befcdba1e13d90a2a3 SHA256: c77a56a9fdcaae82d8bf6a3a1f0aa596ce4a50bd41292ec4574ec4191bf5c338 Description: A popular HTML editing mode for emacs html-helper-mode has historically been a popular mode for editing HTML files in various flavors of Emacs. It includes font-lock mode support, menu support, and support for editing pages with embedded JSP, PHP, and ASP tags. . Current Home Page: http://www.nongnu.org/baol-hth/index.html . Old Home Page: http://www.santafe.edu/~nelson/tools/ Package: html2markdown Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Python Modules Team Architecture: all Source: python-html2text Version: 3.200.3-2.4.201403130344 Depends: python-html2text (= 3.200.3-2.4.201403130344) | python3-html2text (= 3.200.3-2.4.201403130344) Filename: 4.0-0/all/html2markdown_3.200.3-2.4.201403130344_all.deb Size: 3108 MD5sum: 4227658e2865018c50d56cf7359bb3f9 SHA1: 2297c971e6d612d12a65643930d0561537101026 SHA256: b115e8b4c828b571115727b64eec7bb2784c9e2f98e0192071c73bd3e233db29 Description: Dummy upgrade package for merge of html2markdown into python-html2text This is a transitional package and can safely be removed; see the python-html2text and python3-html2text packages instead. Homepage: http://www.aaronsw.com/2002/html2text/ Package: html2ps Priority: optional Section: text Installed-Size: 278 Maintainer: Rafael Cunha de Almeida Architecture: all Version: 1.0b7-1.4.201403191908 Depends: perl, perlmagick, libwww-perl, libhtml-parser-perl, libpaper-utils Suggests: ghostscript, weblint-perl, texlive-base, postscript-viewer, xhtml2ps Filename: 4.0-0/all/html2ps_1.0b7-1.4.201403191908_all.deb Size: 106746 MD5sum: 69774db72ebf3e2baa1a737d8fad0785 SHA1: f443cd203ca43a90bf680a333fa508710895d726 SHA256: 22dd3a63c1f53917efe9772c525a2f535f227733edc70d58c5d05cd046d54d9c Description: HTML to PostScript converter This program converts HTML directly to PostScript. The HTML code can be retrieved from one or more URLs or local files, specified as parameters on the command line. A comprehensive level of HTML is supported, including inline images, CSS 1.0, and some features of HTML 4.0. . This is our justification for the suggests list: . We suggest ghostscript since it is required in order to output DSC compliant PS (--dsc option) and make cross references at links within the set of converted documents (--xref option). . We suggest weblint-perl because it's the default method for checking HTML syntax (use the -c option). . We suggest texlive-base because we need TeX hyphenation pattern in order to hyphenate text (use -H option). . We suggest postscript-viewer because this package generates postscripts that can be viewed on a postscript-viewer. . We suggest xhtml2ps because it's a interesting graphical interface for this package. Homepage: http://user.it.uu.se/~jan/html2ps.html Package: html2wml Priority: optional Section: web Installed-Size: 296 Maintainer: Werner Heuser Architecture: all Version: 0.4.11-1.4.201403191915 Depends: perl5, libhtml-parser-perl, liburi-perl, libwww-perl, libtext-template-perl Recommends: libxml-parser-perl, tidy, httpd | httpd-cgi Suggests: wap-wml-tools, iceweasel, wapua Filename: 4.0-0/all/html2wml_0.4.11-1.4.201403191915_all.deb Size: 110448 MD5sum: 8dc03619b4f45e0ece334791e8a73e42 SHA1: fdb046ca28c069f35f5d909e0ac2c5ef3b626fbd SHA256: ca7b3991d1bb7135478928869400743f4ae6ba90cc1a1e82e9f7dfe1d553d160 Description: converts HTML pages to WML (WAP) or i-mode pages html2wml converts HTML pages to WML or i-mode(tm) pages, suitable for being viewed on a WAP or i-mode devices, e.g. cell phones. The conversion can be done either on the command line to create static pages or on-the-fly by calling this program as a CGI. . Different WAP browsers are available to view the results of html2wml, e.g. the wmlbrowser add-on for iceweasel (aka firefox) and wapua. Package: htmldoc-common Priority: extra Section: web Installed-Size: 19725 Maintainer: Jeff Licquia Architecture: all Source: htmldoc Version: 1.8.27-8.14.201403191928 Replaces: htmldoc (<< 1.8.27) Conflicts: htmldoc (<< 1.8.27) Filename: 4.0-0/all/htmldoc-common_1.8.27-8.14.201403191928_all.deb Size: 11938826 MD5sum: 97de63ab0c6ccd94016ae18ea5c71b8b SHA1: 79925c54712946e9ba0c2d3360ec5ec883607ea0 SHA256: 7f110d839688623d44027a3e5dde8f59722d2397c9517e88b23eafb5ad7b5260 Description: Common arch-independent files for htmldoc HTMLDOC is a program for writing documentation in HTML and producing indexed HTML, PostScript, or PDF output (with tables of contents). It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF, JPEG, and PNG images. . This package contains the htmldoc files common to all architectures. Homepage: http://www.htmldoc.org/ Package: http-icons Priority: optional Section: misc Installed-Size: 206 Maintainer: Jonas Smedegaard Architecture: all Version: 0~20041010-1.2.201403192008 Filename: 4.0-0/all/http-icons_0~20041010-1.2.201403192008_all.deb Size: 152712 MD5sum: 7db392535d2968328aa8d82054df7448 SHA1: 2abc777bb42599cbdb6050dc7a9ba8fb8e28816f SHA256: 8721e9367aadd8e249da5a490a4f8dabf2075bdc74cc6d6ffc39399a9d8650d8 Description: classic MIME icons http-icons date back to Mosaic for X and have been included in the NCSA httpd and Apache server distributions. Modernized, maintaining the original size so they can be used as a drop in replacement. Homepage: http://www.ideocentric.com/technology/articles/title/apache-icons Package: httpcode Priority: extra Section: utils Installed-Size: 106 Maintainer: Khalid El Fathi Architecture: all Version: 0.5-2.2.201403192013 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-colorama, python-pkg-resources Filename: 4.0-0/all/httpcode_0.5-2.2.201403192013_all.deb Size: 10338 MD5sum: 7fa43a4a2303b6847fe0ecd9ea1708fd SHA1: 8130a821f6d8b4d73e3bdc0a1c7834176130514b SHA256: d65e53ef10bf56b3023af033870a6baafcb9cadec9a386cc914155c35fc25cd4 Description: Explains the meaning of an HTTP status code on the command line httpcode is a little utility that explains the meaning of an HTTP status code on the command line. Homepage: https://github.com/rspivak/httpcode/ Package: httrack-doc Priority: optional Section: doc Installed-Size: 975 Maintainer: Xavier Roche Architecture: all Source: httrack Version: 3.46.1-1.4.201403192105 Filename: 4.0-0/all/httrack-doc_3.46.1-1.4.201403192105_all.deb Size: 525498 MD5sum: 39dce9b35c4f2303b186bac4dcbfdee6 SHA1: cc6fc433efb82696318dcb7f1f9d27489b70ba16 SHA256: 48aac60b2074548cde740084aaa2e932f24f2b80d371bf0a297f516bdf7d0ce1 Description: Httrack website copier additional documentation This package adds supplemental documentation for httrack and webhttrack as a browsable html documentation Homepage: http://www.httrack.com Package: hugin-data Priority: optional Section: graphics Installed-Size: 17624 Maintainer: Debian PhotoTools Maintainers Architecture: all Source: hugin Version: 2011.4.0+dfsg-5.10.201403192109 Depends: python (>= 2.6.6-7~) Suggests: python-wxgtk2.8 Filename: 4.0-0/all/hugin-data_2011.4.0+dfsg-5.10.201403192109_all.deb Size: 9582574 MD5sum: 6c22d5449e1ebaa6221b97c18de9e344 SHA1: fb3308b14e08840b08ca01b9d60cc6d1eed4e67d SHA256: c5958707cc2711002c10902c36982ce441efb38b872066e9d042e97b4f7d228e Description: panorama photo stitcher - common data files Hugin is a panorama photo stitching program. . This package includes the data files needed by the hugin and hugin-tools packages. Homepage: http://hugin.sourceforge.net/ Package: hunspell-an Priority: optional Section: text Installed-Size: 324 Maintainer: Jordi Mallach Architecture: all Version: 0.2-1.2.201403192154 Provides: hunspell-dictionary, hunspell-dictionary-an, myspell-an, openoffice.org-spellcheck-an Depends: dictionaries-common (>= 1.1) Suggests: hunspell, libreoffice-core | openoffice.org-hunspell | openoffice.org-core (>= 2.0.2), iceweasel | icedove | iceape-browser Filename: 4.0-0/all/hunspell-an_0.2-1.2.201403192154_all.deb Size: 91426 MD5sum: f3a309b67a83681b3042a4b632043fc0 SHA1: 9fe0f50fb379493c4bf2e61a44e125bd912d694d SHA256: 85be028e57dfb48a0efab7a4530e568c829ecb0ba6b7777d72be673a4b450b54 Description: Aragonese dictionary for hunspell This is the Aragonese dictionary for use with the hunspell spellchecker. . The wordlist is built using free corpuses using Aragonese Wikipedia and Aragonese Apertium dictionaries. They are based on the Aragonese grammar as proposed by the Academia de l'Aragonés. Homepage: https://addons.mozilla.org/es-ES/firefox/addon/corrector-ortografico-aragones/ Package: hunspell-ar Priority: optional Section: text Installed-Size: 7122 Maintainer: Debian Arabic Packaging Team Architecture: all Source: ayaspell-dic Version: 3.1-1.4.201403140541 Provides: hunspell-dictionary, hunspell-dictionary-ar Depends: dictionaries-common (>= 0.10) Suggests: hunspell Filename: 4.0-0/all/hunspell-ar_3.1-1.4.201403140541_all.deb Size: 1537138 MD5sum: 25fade0ded1d9b28a6cc755fa34364cc SHA1: 80a0b035ebbe95706fe88512ee70a17d6d0b0897 SHA256: 270e92b0b4ad508af65ad416d799d5cc547f660d1d9fc070f6937966c77fd04c Description: Arabic dictionary for hunspell This package contains all the required files to add support for Arabic language to the hunspell spell checker. . This is the ayaspell-dic dictionary packaged for Debian. Homepage: http://ayaspell.sourceforge.net/ Package: hunspell-be Priority: optional Section: text Installed-Size: 1761 Maintainer: Hleb Valoshka <375gnu@gmail.com> Architecture: all Version: 0.53-3.2.201403192158 Provides: hunspell-dictionary, hunspell-dictionary-be Depends: dictionaries-common (>= 1.0.0) Suggests: iceape-browser | iceweasel | icedove, libreoffice Conflicts: openoffice.org (<= 1.0.3-2) Filename: 4.0-0/all/hunspell-be_0.53-3.2.201403192158_all.deb Size: 363074 MD5sum: 5b584e8229859c40c204c6da4ec43160 SHA1: ae2ddc68ae59339b45466b6d5d2f2cbc48fa2ebe SHA256: 8e5cd18c5451c842813201b1312693beed125f545b5349508eed982c24df25d7 Description: Belarusian dictionary for hunspell and academic orthography This package contains Belarusian dictionary for the hunspell spell-checker currently supported by LibreOffice and Mozilla. . This dictionary is for the recent academic orthography. Homepage: http://spell-be.sourceforge.net/ Package: hunspell-da Priority: optional Section: text Installed-Size: 2659 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-da Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-da_3.3.0-4.18.201403210530_all.deb Size: 575492 MD5sum: d25c79cf5671f1ebe4a7fad2f0c3605c SHA1: 55da6c5bf73b029ea25bb6291d728b7e91f35385 SHA256: bb745111fca59b16c47f442d3b3a0edc63f28076bb2268c27e98e08d536e93e9 Description: Danish dictionary for hunspell This is the Danish dictionary for use with the hunspell spellchecker Package: hunspell-de-at-frami Priority: optional Section: text Installed-Size: 2590 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-de Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: hunspell-de-at, myspell-de-at Filename: 4.0-0/all/hunspell-de-at-frami_3.3.0-4.18.201403210530_all.deb Size: 748338 MD5sum: 5385342cb256f1fb48322ae1493c2745 SHA1: c7922cae77ce66b538833a0b9b016f227eaa5bf6 SHA256: b88cd53a8f3b62202b1e5b380e5a6fd3d9a7956db14d7608faf27f537b868e06 Description: Austrian (German) dictionary for hunspell ("frami" version) This is the German (Austria) dictionary (de-DE-1996) for use with the hunspell spellchecker . This package contains a enhanced version by Franz Michael Baumann with some words missing in the base dictionary or not (yet) belonging to the "core" German words. Package: hunspell-de-at Priority: optional Section: text Installed-Size: 1112 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Replaces: myspell-de-at, openoffice.org-spellcheck-de-at Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-at Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: myspell-de-at, openoffice.org-spellcheck-de-at Breaks: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), thunderbird (<< 2.0.0.1+0dfsg-0) Filename: 4.0-0/all/hunspell-de-at_20120607-1.20.201403201333_all.deb Size: 340094 MD5sum: 201008e04536737b95a48019c6993858 SHA1: 8ce0f7726386feeb4847ef88d96ea42e4107e4ea SHA256: f740690991143ca46effc03ab766086180650bc739e9758d39fe5fc843e6c768 Description: Austrian (German) dictionary for hunspell This is the German (Austria) dictionary (de-AT-1996) for use with the hunspell spellchecker which is currently used within OpenOffice.org2 and as an ispell clone. Homepage: http://j3e.de/ispell/igerman98/ Package: hunspell-de-ch-frami Priority: optional Section: text Installed-Size: 2590 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-de Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: hunspell-de-ch, myspell-de-ch Filename: 4.0-0/all/hunspell-de-ch-frami_3.3.0-4.18.201403210530_all.deb Size: 746850 MD5sum: a18a094af0e047a632c134704a9cebe4 SHA1: 2355d23fad32643594c1d02d6e81537652407630 SHA256: c569cc457cd1c56a5292e97e599fab74e478405abde45e26eac1b515c283adca Description: Swiss (German) dictionary for hunspell ("frami" version) This is the German (Switzerland) dictionary (de-DE-1996) for use with the hunspell spellchecker. . This package contains a enhanced version by Franz Michael Baumann with some words missing in the base dictionary or not (yet) belonging to the "core" German words. Package: hunspell-de-ch Priority: optional Section: text Installed-Size: 1111 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Replaces: myspell-de-ch, openoffice.org-spellcheck-de-ch Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-ch Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: myspell-de-ch, openoffice.org-spellcheck-de-ch Breaks: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), thunderbird (<< 2.0.0.1+0dfsg-0) Filename: 4.0-0/all/hunspell-de-ch_20120607-1.20.201403201333_all.deb Size: 339602 MD5sum: dde37c8ae20e5c28af16018a3b483258 SHA1: 49644cca27d1f48db10eb51e2855a401ca42d87f SHA256: 61da33052db4ab4d863c420ecbf61895b799f7e1a3493169e661b6b74a2081cd Description: Swiss (German) dictionary for hunspell This is the German (Switzerland, Liechtenstein) dictionary (de-CH-1996) for use with the hunspell spellchecker which is currently used within OpenOffice.org2 and as an ispell clone. Homepage: http://j3e.de/ispell/igerman98/ Package: hunspell-de-de-frami Priority: optional Section: text Installed-Size: 2586 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-de Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: hunspell-de-de, myspell-de-de Filename: 4.0-0/all/hunspell-de-de-frami_3.3.0-4.18.201403210530_all.deb Size: 747042 MD5sum: 817b106a2b92a4ecd0ba0d11019f74d9 SHA1: b94a5c0ea72df14657b31c6216240c51a4175c9e SHA256: 91fa306d948f084258678cd83df100da7f85fe3bf88a2b4f766abafca119b3fd Description: German dictionary for hunspell ("frami" version) This is the German (Belgium, Germany, Luxemburg) dictionary (de-DE-1996) for use with the hunspell spellchecker. . This package contains a enhanced version by Franz Michael Baumann with some words missing in the base dictionary or not (yet) belonging to the "core" German words. Package: hunspell-de-de Priority: optional Section: text Installed-Size: 1108 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Replaces: myspell-de-de, openoffice.org-spellcheck-de-de Provides: hunspell-dictionary, hunspell-dictionary-de, openoffice.org-spellcheck-de-de Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: myspell-de-de, openoffice.org-spellcheck-de-de Breaks: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird (<< 2.0.0.1+0dfsg-0) Filename: 4.0-0/all/hunspell-de-de_20120607-1.20.201403201333_all.deb Size: 338906 MD5sum: 1eb8f09efddbd2d4e121e6b12da9b49d SHA1: 2743aa5c6e4830b203bb5c7f7998636c3edce90e SHA256: a1857b5dcaa84021ce2e63d592eab51e80a9331da67b353a5bffc127c4f6fd23 Description: German dictionary for hunspell This is the German (Belgium, Germany, Luxemburg) dictionary (de-DE-1996) for use with the hunspell spellchecker which is currently used within OpenOffice.org2 and as an ispell clone. Homepage: http://j3e.de/ispell/igerman98/ Package: hunspell-de-med Priority: optional Section: text Installed-Size: 220 Maintainer: Tobias Quathamer Architecture: all Source: medicalterms Version: 20110608-1.5.201403150830 Depends: dictionaries-common, hunspell-de-de | hunspell-de-at | hunspell-de-ch Filename: 4.0-0/all/hunspell-de-med_20110608-1.5.201403150830_all.deb Size: 57808 MD5sum: d28104ca3967c9eafa28765ee34bcc6e SHA1: 78eb63bc14b35d14e39d9aaaa89ec2adc57c9f85 SHA256: 14f4300c3453efccd4157f46d3d5061f306359432770d447e38f5152c510c507 Description: German medical dictionary for hunspell This package contains a German medical dictionary for use with the hunspell spellchecker which is currently used within OpenOffice.org2 and as an ispell clone. Homepage: http://launchpad.net/medicalterms Package: hunspell-en-ca Priority: optional Section: text Installed-Size: 748 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-en, hunspell-dictionary-en-ca Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-en-ca_3.3.0-4.18.201403210530_all.deb Size: 238444 MD5sum: 115e49421c40ef03649ba23c5cbbbe62 SHA1: 4f3dfbdbe337de1c66111e9336a0e961567cbda4 SHA256: 761fcd43a7be1d85150f0be877cf9de10bd88d0cea50c051cacc375af54e894b Description: English_canadian dictionary for hunspell This is the English_canadian dictionary for use with the hunspell spellchecker Package: hunspell-en-us Priority: optional Section: text Installed-Size: 725 Maintainer: Rene Engelhard Architecture: all Version: 20070829-6.4.201403192217 Replaces: myspell-en-us, openoffice.org-spellcheck-en-us Provides: hunspell-dictionary, hunspell-dictionary-en, hunspell-dictionary-en-us Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-en-us, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-en-us_20070829-6.4.201403192217_all.deb Size: 254832 MD5sum: b72d4acb0251cf5fcc6afc9651fea746 SHA1: 789c54bae14341dcad58b2ef8862315f11dfd07d SHA256: c44c90937773da910ca932f02f9df818dd2d95e5ad8f21d1496b9d5c395dbf74 Description: English_american dictionary for hunspell This is the English_american dictionary for use with the hunspell spellchecker Package: hunspell-eu-es Priority: optional Section: text Installed-Size: 4872 Maintainer: Agustin Martin Domingo Architecture: all Source: xuxen-eu-spell Version: 0.4.20081029-6.4.201403161325 Replaces: myspell-eu-es, openoffice.org-spellcheck-eu Provides: hunspell-dictionary, hunspell-dictionary-eu, myspell-eu-es, openoffice.org-spellcheck-eu Depends: dictionaries-common (>= 1.1) Suggests: hunspell, libreoffice-core | openoffice.org-hunspell | openoffice.org-core (>= 2.0.2), iceape-browser | iceweasel | icedove Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-eu-es, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), openoffice.org-spellcheck-eu, thunderbird (<< 2.0.0.1+0dfsg-0) Filename: 4.0-0/all/hunspell-eu-es_0.4.20081029-6.4.201403161325_all.deb Size: 644690 MD5sum: 46eda1768776b48a2070202276484c39 SHA1: bc0eed52036ff70ed4be07da92dc4db8e2fa0587 SHA256: ea0a94c3ca0c5880d5415bf0da07b8531632321bc12152706c4f3182b200b50c Description: Basque (Euskera) dictionary for hunspell This is the Basque (Euskera) dictionary for use with the hunspell spellchecker. Homepage: http://www.euskara.euskadi.net/r59-20660/es/contenidos/informacion/euskarazko_softwarea/es_9568/xuxen.html Package: hunspell-fr Priority: optional Section: text Installed-Size: 1237 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-fr Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, myspell-fr, myspell-fr-gut, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-fr_3.3.0-4.18.201403210530_all.deb Size: 277866 MD5sum: 78f24e5ac33736c239f1d1fd4e51e97c SHA1: 0c7ba409d5d6a05004caf4eb3c586dda251f0a70 SHA256: 460f1f5756a3f2633a003bf3b2fb29ce76e19cf4595ef9485fb5bb762ea0c926 Description: French dictionary for hunspell This is the French dictionary for use with the hunspell spellchecker Package: hunspell-gl-es Priority: optional Section: text Installed-Size: 970 Maintainer: Agustin Martin Domingo Architecture: all Version: 2.2a-10.4.201403192219 Replaces: hunspell-gl, myspell-gl-es, openoffice.org-spellcheck-gl Provides: hunspell-dictionary, hunspell-dictionary-gl, hunspell-gl, myspell-gl-es, openoffice.org-spellcheck-gl Depends: dictionaries-common (>= 1.1) Suggests: hunspell, libreoffice-core | openoffice.org-hunspell | openoffice.org-core (>= 2.0.2), iceape-browser | iceweasel | icedove Conflicts: firefox (<< 2.0.0.3-2), hunspell-gl, iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-gl-es, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), openoffice.org-spellcheck-gl, thunderbird (<< 2.0.0.1+0dfsg-0) Filename: 4.0-0/all/hunspell-gl-es_2.2a-10.4.201403192219_all.deb Size: 223786 MD5sum: 82264a7116635ec6250083e8802883da SHA1: ec516450b8bcb8bc9db996333f72cdbd91975fd2 SHA256: 6036ba668fbe443cff6eb854ef0d1236523465584460f95357480646897d810f Description: Galician dictionary for hunspell This is the Galician dictionary for hunspell spellchecker which is currently used within OpenOffice.org and the mozilla variants. It uses the official RAG standard. Homepage: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org Package: hunspell-hu Priority: optional Section: text Installed-Size: 3516 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: myspell-hu Provides: hunspell-dictionary, hunspell-dictionary-hu, myspell-hu Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, myspell-hu, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-hu_3.3.0-4.18.201403210530_all.deb Size: 731628 MD5sum: e4769cc89e414bc4637aba76f91f5d0a SHA1: 72961563e8b3cb4252189c5796e4723b5b09737a SHA256: 143409acfbddb6997e1a60334c3c1c28d211bb6d58e4c3d600fe91945993b925 Description: Hungarian dictionary for hunspell This is the Hungarian dictionary for use with the hunspell spellchecker Package: hunspell-kk Priority: optional Section: text Installed-Size: 2232 Maintainer: Timur Birsh Architecture: all Version: 1.1-2.2.201403192223 Provides: hunspell-dictionary, hunspell-dictionary-kk, myspell-dictionary, myspell-dictionary-kk Depends: dictionaries-common (>= 1.10.5) Suggests: iceape-browser | iceweasel | icedove, openoffice.org (>= 1.0.3-3) Conflicts: openoffice.org (<= 1.0.3-2) Filename: 4.0-0/all/hunspell-kk_1.1-2.2.201403192223_all.deb Size: 216136 MD5sum: 2f26901ec15333afa4633497cdd7582f SHA1: 3a1765a19c6cc1e81ff69ac584c722bae54601bb SHA256: 45098050df46434c0edd2f61ff7ebab036c2b928bfc804757ea242195170a080 Description: Kazakh dictionary for hunspell This dictionary contains Kazakh wordlist for the hunspell spellchecker currently supported by Mozilla and OpenOffice. Homepage: http://extensions.services.openoffice.org/en/project/dict-kk Package: hunspell-ko Priority: optional Section: text Installed-Size: 16528 Maintainer: Debian Korean L10N Architecture: all Source: hunspell-dict-ko Version: 0.5.5-1.6.201403192200 Provides: hunspell-dictionary, hunspell-dictionary-ko Depends: dictionaries-common (>= 1.0) Conflicts: libhunspell-1.2-0 (<< 1.2.14) Filename: 4.0-0/all/hunspell-ko_0.5.5-1.6.201403192200_all.deb Size: 1194782 MD5sum: 6e5cda2333ce72e1f30d61f3127c349e SHA1: 866bdd5e3f19b14ad720cd678b6195e1252be8a8 SHA256: fb7dfc469a91c0b14d12d9740f188bcaf4274f92e9bee8e1f1395ca4587134a5 Description: Korean dictionary for hunspell This is Korean dictionary for use with hunspell Homepage: http://code.google.com/p/spellcheck-ko Package: hunspell-ml Priority: optional Section: text Installed-Size: 5300 Maintainer: Debian-IN Team Architecture: all Version: 0.1-2.2.201403192226 Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Filename: 4.0-0/all/hunspell-ml_0.1-2.2.201403192226_all.deb Size: 739322 MD5sum: 049de4a3e4cf19594d4bf2277653d942 SHA1: d99da7b5ac08d074754c941463f4441d4815d91c SHA256: 92268808c6a34dabe375172b691188a0d884778a20431415cb5d35ff977e4a8f Description: Malayalam dictionary for hunspell This package contains all the required files to add support for Malayalam language to the hunspell spell checker. Homepage: http://git.savannah.gnu.org/cgit/smc.git/tree/spellcheck/hunspell-ml Package: hunspell-ne Priority: optional Section: text Installed-Size: 913 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-ne Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-ne_3.3.0-4.18.201403210530_all.deb Size: 178996 MD5sum: ab6c247c48cd16e634f99ae8b1c08414 SHA1: 598d2a223e7bed2a7e5dae9378016897e41f00c9 SHA256: 33dfe606ca3ab92533c8f4fd926817b44f987c3e70748469c6973f2d1d86e1e0 Description: Nepali dictionary for hunspell This is the Nepali dictionary for use with the hunspell spellchecker Package: hunspell-ro Priority: optional Section: text Installed-Size: 2027 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-ro Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-ro_3.3.0-4.18.201403210530_all.deb Size: 532232 MD5sum: 50ea3f4dca300f3aa6c456b5cef1641b SHA1: a859cd257b0ab59d491c3e798023e0226f30162a SHA256: 07d16625ea06386323a5d53921c956471663b65e6726ae8fc424d2ba3b3cdb2f Description: Romanian dictionary for hunspell This is the Romanian dictionary for use with the hunspell spellchecker Package: hunspell-ru Priority: optional Section: text Installed-Size: 5435 Maintainer: Dmitry Kurochkin Architecture: all Version: 20120501-1.2.201403192230 Replaces: myspell-ru Provides: hunspell-dictionary, hunspell-dictionary-ru Depends: dictionaries-common (>= 1.0.0) Suggests: iceape-browser | iceweasel | icedove, libreoffice Conflicts: myspell-ru, openoffice.org (<= 1.0.3-2) Filename: 4.0-0/all/hunspell-ru_20120501-1.2.201403192230_all.deb Size: 780366 MD5sum: 04334b8863cc5a5a14ddb2bb5c0dbc04 SHA1: 6287f6d5beb02634d9d6160e339367e4ae5be2fe SHA256: d20a4333191c5c32c30ec99badac5b3d7dd2651978821726d1cbf760a9eaf504 Description: Russian dictionary for hunspell This package contains Russian dictionary for the hunspell spell-checker currently supported by LibreOffice and Mozilla. . This is a new hunspell dictionary aimed to provide a better alternative for myspell-ru. Homepage: http://code.google.com/p/hunspell-ru Package: hunspell-se Priority: optional Section: text Installed-Size: 25389 Maintainer: Petter Reinholdtsen Architecture: all Version: 1.0~beta6.20081222-1.2.4.201403192234 Provides: hunspell-dictionary, hunspell-dictionary-se Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 1:2.4) Conflicts: openoffice.org-core (<< 1:2.4) Filename: 4.0-0/all/hunspell-se_1.0~beta6.20081222-1.2.4.201403192234_all.deb Size: 3325066 MD5sum: 3ab84eae94e76ffb2484be3c63350c07 SHA1: 56c6c609af0a28559e54225416d0f39ed4116f17 SHA256: 33ad468d2bf95a6b44f7306b442fa04c9d00b6f0b7ae68cf9ae93d49e4287055 Description: North Sámi Hunspell dictionary This package contains all the required files to add support for the language North Sámi to the hunspell spell checker which is currently used in OpenOffice.org2 and as an ispell clone. . This hunspell dictionary is part of the Divvun project to create Sámi proofing tools. Homepage: http://www.divvun.no/ Package: hunspell-sh Priority: optional Section: text Installed-Size: 2043 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-sh Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-sh_3.3.0-4.18.201403210530_all.deb Size: 544798 MD5sum: 7cc24cd28d5ef1a5d8a70c466df5d7ba SHA1: d4fe467033ea9bea34273320306f92a85034dfa3 SHA256: d93cfa5b077bade39e2e0c8ee8f44045a8440a3a19a4f39421b9593f595a78a9 Description: Serbian (Latin) dictionary for hunspell This is the Serbian dictionary for use with the hunspell spellchecker Package: hunspell-sr Priority: optional Section: text Installed-Size: 3602 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-sr Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-sr_3.3.0-4.18.201403210530_all.deb Size: 649572 MD5sum: 2ad8247b70fb6a158a2254c4af929df8 SHA1: 1faebc70e94a95dc3d1dc8c2299b21fa33b1e966 SHA256: b1d4a10af995a9b2e577c85374035e802717315a1323d4837046f653c4fe984b Description: Serbian (Cyrillic) dictionary for hunspell This is the Serbian dictionary for use with the hunspell spellchecker Package: hunspell-sv-se Priority: optional Section: text Installed-Size: 1237 Maintainer: Jon Lachmann (JoTaB) Architecture: all Source: hunspell-sv Version: 1.51-1.2.201403192239 Replaces: myspell-sv-se (<< 1.46) Provides: hunspell-dictionary, hunspell-dictionary-sv Depends: dictionaries-common (>= 0.10) Suggests: libreoffice, iceape-browser | iceweasel | icedove Conflicts: openoffice.org (<= 1.0.3-2) Breaks: myspell-sv-se (<< 1.46) Filename: 4.0-0/all/hunspell-sv-se_1.51-1.2.201403192239_all.deb Size: 385930 MD5sum: dc113e899365b0f55e1b8270ce2bbb5b SHA1: 06059b21617523690392edf4afb7364ba8e801c3 SHA256: aad9417f636261870543fff37c91d5750189df34b5ef7fcdc8ffafc3899afc30 Description: Swedish (SE) dictionary for hunspell This is the Swedish (SE) dictionary for use with the hunspell spellchecker which is currently used within LibreOffice and the mozilla spellchecker. Homepage: http://dsso.se Package: hunspell-uz Priority: optional Section: text Installed-Size: 2227 Maintainer: Mashrab Kuvatov Architecture: all Source: uzbek-wordlist Version: 0.6-3.2.4.201403121153 Provides: hunspell-dictionary, hunspell-dictionary-uz, openoffice.org-spellcheck-uz Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), thunderbird Filename: 4.0-0/all/hunspell-uz_0.6-3.2.4.201403121153_all.deb Size: 302198 MD5sum: 1e1ff4fba46b288d22835167baa9e807 SHA1: 6b6e5a7e6d7eca1406875e26efb1573f2054aa05 SHA256: 74ec392511d29ef794fb5eabf91a8871e96c1ff09b513259e8e9d7d4c63d75c5 Description: The Uzbek dictionary for Hunspell This package contains all the required files to add support for Uzbek language to the Hunspell spell checker Homepage: http://www.uni-bremen.de/~kmashrab/uzbek-word-list Package: hunspell-vi Priority: optional Section: text Installed-Size: 90 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Provides: hunspell-dictionary, hunspell-dictionary-vi Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-da, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird Filename: 4.0-0/all/hunspell-vi_3.3.0-4.18.201403210530_all.deb Size: 24610 MD5sum: 27d77f3392bb4f0b1fb511a79dc5986c SHA1: b9fb0ad9c3aaf87d3e13146a811227ff26c0c334 SHA256: f1edbcecc445ca57bde34d291e6acd6dbf5b1f475d64186921d99d9d3f3c10dd Description: Vietnamese dictionary for hunspell This is the Vietnamese dictionary for use with the hunspell spellchecker Package: hv3 Priority: extra Section: web Installed-Size: 822 Maintainer: Ole Streicher Architecture: all Source: tk-html3 Version: 3.0~fossil20110109-2.4.201403260354 Depends: tk (>= 8.5.0-1), tk-html3, libsqlite3-tcl, tcllib Recommends: libtk-img, tcl-tls Filename: 4.0-0/all/hv3_3.0~fossil20110109-2.4.201403260354_all.deb Size: 228082 MD5sum: 8f78b92e8dc1100ee48b3c7191efef99 SHA1: 07d4578dcb10175f49e6fdb7ede6fd762f794fe3 SHA256: 0fda232e34f8069666b25640cc9aeb98c64c27cf227246ec6f58337531bb72d7 Description: Lightweight web browser Hv3 is a cross-platform web browser with support for modern web standards like HTML, CSS, HTTP. . ECMAScript (a.k.a. javascript) is not supported since the corresponding library (SEE) is installed (not available in Debian yet). Homepage: http://tkhtml.tcl.tk/index.html Package: hwdata Priority: optional Section: misc Installed-Size: 438 Maintainer: Noël Köthe Architecture: all Version: 0.234-1.10.201403192253 Depends: usbutils, pciutils Filename: 4.0-0/all/hwdata_0.234-1.10.201403192253_all.deb Size: 90378 MD5sum: e4d44dd253ffea43bd68993c4cf8dd4e SHA1: 1e1be4df42297511fe7fe3750ade03400602488d SHA256: e0d7c115843c3fdead3678fe9d791b9e7112aba5bf82d412acd84ef8cb823582 Description: hardware identification / configuration data This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It's needed for the kudzu hardware detection. Homepage: http://git.fedorahosted.org/git/hwdata.git Package: hybrid-dev Priority: optional Section: devel Installed-Size: 271 Maintainer: Dominic Hargreaves Architecture: all Source: ircd-hybrid Version: 1:7.2.2.dfsg.2-10.5.201403210440 Suggests: ircd-hybrid Filename: 4.0-0/all/hybrid-dev_7.2.2.dfsg.2-10.5.201403210440_all.deb Size: 67056 MD5sum: c86d59e1890b94f097f5f844e51d58db SHA1: b9648f3dae3fb24987db893a96005ea6ab861600 SHA256: c9d518e1420a96af3be3f93a1eeb10454fd8880e6159be60b3802e12e7776d14 Description: development files for ircd-hybrid These are the headers used when writing modules for ircd-hybrid. For more information on how to write these modules, see the ircd-hybrid documentation or example_module.c in the source code for ircd-hybrid. . It also includes mbuild-hybrid, a shell script that simplifies building and installation of such modules. This shell script is simplistic and assumes a lot; if you possess clue, you will know what to do anyway. Homepage: http://ircd-hybrid.com/ Package: hyde Priority: extra Section: web Installed-Size: 3112 Maintainer: Julien Danjou Architecture: all Version: 0.8.5a1-4.2.201403192323 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-commando, python-jinja2, python-yaml, python-markdown, python-smartypants, python-pygments, python-typogrify, python (>= 2.7) | python-argparse, python-pkg-resources Filename: 4.0-0/all/hyde_0.8.5a1-4.2.201403192323_all.deb Size: 1489110 MD5sum: c1385b0afff0427bade14c00f7f274bc SHA1: 1a2f5d4b77d29df033592ad8135d138c7e62c791 SHA256: c22db039b42021ef9016720e261fb50ca4fbb8130605aac8e5b9b67761aedc20 Description: static website generator with the power of Django templates Hyde is a static website generator powered by Python & Django. Hyde supports all the Django template tags & filters and even has a few of its own. The built-in web server + auto-generator provide instant refresh and unlimited flexibility. Homepage: http://hyde.github.com Package: hydrogen-drumkits Priority: optional Section: sound Installed-Size: 29333 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 0.9.3.20070703-3.4.201403192341 Suggests: hydrogen Filename: 4.0-0/all/hydrogen-drumkits_0.9.3.20070703-3.4.201403192341_all.deb Size: 18394510 MD5sum: c937d089eae8484d1b7c023678449f17 SHA1: ed1ea568afc1af3bd619792620bf730a30bd58a2 SHA256: 70ce79cf33427f9d39b19b4a2e69fd095e37e733b4978393aefdd1bdb79db172 Description: drumkits for Hydrogen This package contains a collection of drumkits for Hydrogen, a sample based drum machine/step sequencer. Homepage: http://www.hydrogen-music.org/?p=drumkits Package: hyphen-af Priority: optional Section: text Installed-Size: 112 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-af Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-af, openoffice.org-hyphenation-af Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-af_3.3.0-4.18.201403210530_all.deb Size: 31778 MD5sum: 26e743ad421f9850325faa4212491b3e SHA1: 3dbb0c40c20bdbda7f9ab92bd7432e663953bed4 SHA256: a1a251853ef3695c769526d7d6b78e660a5c3b838d3fae9f005a81c4f9636476 Description: Afrikaans hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Afrikaans hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-as Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-1.2.201403200005 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-as_0.7.0-1.2.201403200005_all.deb Size: 4036 MD5sum: 2f487d7c752d5d3680c7a20800fb3e95 SHA1: 0a333543560ac8f89acdfc67bbdf68e8597d4b49 SHA256: f5dabe516e1b48d6d079d5e4f3bc21a491b28cee9ee1b9da219f5cf11d0650d5 Description: Assamese hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Assamese language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-bn Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-2.2.201403200007 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-bn_0.7.0-2.2.201403200007_all.deb Size: 4710 MD5sum: c15b27c292bce9a41bef6df45e67f9bc SHA1: d69d93097f1b9d55626164bd977ffa274572911d SHA256: 47cdee11ff634dc57cb7f6560c71cbb66155204ef55e319c4ad2f41577fe2387 Description: Bengali hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Bengali language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-ca Priority: optional Section: text Installed-Size: 56 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-ca Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-ca, openoffice.org-hyphenation-ca Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-ca_3.3.0-4.18.201403210530_all.deb Size: 9290 MD5sum: 3ce11b0c66f348fcbfe6640965fc2206 SHA1: 0de20fbdccf4ba72c32aa11b5273e2ab0fb81b83 SHA256: 6a87c3add9a7d0fbe8f6428f5578a8a84feef0042bb3083fe34d2024345c60ee Description: Catalan hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Catalan hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-de Priority: optional Section: text Installed-Size: 100 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-de Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-de, openoffice.org-hyphenation-de Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-de_3.3.0-4.18.201403210530_all.deb Size: 32882 MD5sum: 5c167dd8af9c11c85adf5b0b2117841a SHA1: 3cfbba035201eac25e2daa0da56c954404e3f2a3 SHA256: f5c82118b497ea98ba6280a25baa17c9b1a816757f57dcb21093c53ace083881 Description: German hyphenation patterns for LibreOffice/OpenOffice.org This package contains the German hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-en-us Priority: optional Section: text Installed-Size: 172 Maintainer: Debian LibreOffice Maintainers Architecture: all Source: hyphen Version: 2.8.3-2.11.201403200001 Replaces: openoffice.org-hyphenation-en-us Provides: hyphen-hyphenation-pattern, openoffice.org-hyphenation, openoffice.org-hyphenation-en, openoffice.org-hyphenation-en-us Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-en-us_2.8.3-2.11.201403200001_all.deb Size: 60136 MD5sum: 369e12a42f0cfdd82edb59335c40a923 SHA1: a012cd1461926fba6225af7fc926a695ad71cafa SHA256: b43cef022e8b18f239d4a923e57d67c55a700d13b49c19bb9dfcef7474b45bf7 Description: US English hyphenation patterns for LibreOffice/OpenOffice.org This package contains the English (USA) hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-fr Priority: optional Section: text Installed-Size: 63 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-fr Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-fr, openoffice.org-hyphenation-fr Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-fr_3.3.0-4.18.201403210530_all.deb Size: 12888 MD5sum: f242ab1d314fcd8572a058534fe66635 SHA1: 7d123363e1dda7f83cf9a9e28e5f9b5673abedab SHA256: f2a0b953a1b3b15b1e976474b83df76bf34556884d06fcd7721c6de173938ff6 Description: French hyphenation patterns for LibreOffice/OpenOffice.org This package contains the French hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-gu Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-2.2.201403200012 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-gu_0.7.0-2.2.201403200012_all.deb Size: 4456 MD5sum: 68f4fe5f4b0f472f3ea52ce179fc6089 SHA1: 2108fb417a4122e7581533647ea5bbcd3efb7a65 SHA256: 15e85d619c192bf77cce836ef3db6382a756dd4461fa4d421b64661754ea155b Description: Gujarati hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Gujarati language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-hi Priority: optional Section: text Installed-Size: 49 Maintainer: Muneeb Shaikh Architecture: all Version: 0.7.0-3.2.201403200017 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-hi_0.7.0-3.2.201403200017_all.deb Size: 4396 MD5sum: 356ec2c30d0e1739aa7d62844b0b405e SHA1: 88c00289742c26e0c50f3a51996818b6bcf0ca2f SHA256: 3ec93c9525e7a40170c15ac1e0ec7d710ec4952b2fbded9a664143a6f1316197 Description: Hindi hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Hindi language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-hr Priority: optional Section: text Installed-Size: 38 Maintainer: Vedran Furač Architecture: all Source: myspell-hr Version: 20060617-2.3.6.201403170910 Replaces: openoffice.org-hyphenation-hr (<< 20060617-2.2~) Provides: openoffice.org-hyphenation Depends: openoffice.org (>= 1.0.3-3) | openoffice.org-writer | openoffice.org-impress, dictionaries-common (>= 0.10) Conflicts: openoffice.org (<= 1.0.3-2) Breaks: openoffice.org-hyphenation-hr (<< 20060617-2.2~) Filename: 4.0-0/all/hyphen-hr_20060617-2.3.6.201403170910_all.deb Size: 6548 MD5sum: 3d96be45bdf2e447dde3d3b0e95bedb4 SHA1: 617a672dfbf723a87c5a0985b5727761e019fd04 SHA256: 78a382aa4df3979ec26e663135284890ba72ba7c90f2236aca535a28ab639fda Description: Croatian hyphenation pattern for OpenOffice.org This is the Croatian hyphenation pattern for use with OpenOffice.org. Package: hyphen-hu Priority: optional Section: text Installed-Size: 905 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-hu Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-hu, openoffice.org-hyphenation-hu Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-hu_3.3.0-4.18.201403210530_all.deb Size: 319550 MD5sum: 9823d2651471e3a3e090baacddb661d6 SHA1: 653f74d0ef0b576f21787a08295c9b93e25821db SHA256: 57f89a200a9d96a94445f01d4f0cb7441e1f8708ad77344909f5c538702472c2 Description: Hungarian hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Hungarian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-it Priority: optional Section: text Installed-Size: 52 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-it Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-it, openoffice.org-hyphenation-it Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-it_3.3.0-4.18.201403210530_all.deb Size: 7638 MD5sum: 7089bebbf0c7351c98994fdd22e95e13 SHA1: 88c4fc4151b0a8354af3e646bee867bdf1d7771f SHA256: 75e8e9623caa9884b57813e56d9de234cd062a5ad200500b18391a5654746ccf Description: Italian hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Italian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-kn Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-2.2.201403200019 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-kn_0.7.0-2.2.201403200019_all.deb Size: 4582 MD5sum: bac06e7c958123e8316bbe64cbbbf357 SHA1: 89bb5593367c67e35eafe89a5d9c1a265a4b9423 SHA256: 0a557a893df477b495739f5a3407534dfe764d4b2192704965a6297d5fe81052 Description: Kannada hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation patterns hyphenate words at line boundary does making it more natural to read. . This package contains hyphention patterns for the Indian language Kannada They can be installed for OpenOffice or for LibreOffice. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-mr Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-1.2.201403200024 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-mr_0.7.0-1.2.201403200024_all.deb Size: 4000 MD5sum: f08daecf3deb089465856c8da11ff2ef SHA1: 19a24a5403f4446cfdcad59fe011618d70fe0d45 SHA256: 66aad112beabdd6134ad24b66eac0bd114317faa849dae50ed68ff4d72f6db5a Description: Marathi hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Marathi language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-pa Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-1.2.201403200026 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-pa_0.7.0-1.2.201403200026_all.deb Size: 4606 MD5sum: 1555a70f5f7cd5ae8baf1d9432a98631 SHA1: 3df9ed2a69b803a538afa29547b56b60d60c431b SHA256: fb9d5d247fdcfee9ccf875de497d10337e9a6f31451843b822f2415fd3e9546b Description: Punjabi hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Punjabi language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-ro Priority: optional Section: text Installed-Size: 78 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-ro Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-ro, openoffice.org-hyphenation-ro Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-ro_3.3.0-4.18.201403210530_all.deb Size: 18266 MD5sum: d531b74a1f81828d417a93aa7b0e8340 SHA1: 12a352e6f89442c726209fb7e5247d5b91e42ebf SHA256: 8d285da1772dedc56f83e6bb3ce2917c872ecad9e84cd11ccff99878de6f9218 Description: Romanian hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Romanian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-sh Priority: optional Section: text Installed-Size: 78 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-sh Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-sh, openoffice.org-hyphenation-sh Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-sh_3.3.0-4.18.201403210530_all.deb Size: 17640 MD5sum: 2b63a5285fd70aa8e78977c790f52906 SHA1: 027c5676cca3620e67c6772420c0af0619ba7801 SHA256: 13ebbdf5b4ce270be2513c3a23a60e6e7b7a6a7a576cb6a3dc42c362ef5b6650 Description: Serbian (Latin) hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Serbian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-sl Priority: optional Section: text Installed-Size: 59 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-sl Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-sl, openoffice.org-hyphenation-sl Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-sl_3.3.0-4.18.201403210530_all.deb Size: 11932 MD5sum: c81b442da24ce4fb553a88f27e8259ff SHA1: 73bdd59f5f9a33dd6d4fab2fd7713975960c0aea SHA256: 9090b87bba563e6394569d46f9a65a2f366ff2fe136970921c3d7a7c649bef24 Description: Slovenian hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Slovenian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-sr Priority: optional Section: text Installed-Size: 77 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-sr Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-sr, openoffice.org-hyphenation-sr Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-sr_3.3.0-4.18.201403210530_all.deb Size: 17564 MD5sum: 3f64dd17cb63100c7aa15aae027ca684 SHA1: 93245f6b8e2dd74839daa171dd8438165370aa26 SHA256: 2b48cbcea055dda923fdee71265c60022d1c4d8264efc9911f54e28de6691217 Description: Serbian (Cyrillic) hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Serbian hyphenation patterns for LibreOffice/OpenOffice.org Package: hyphen-ta Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-1.2.201403200032 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-ta_0.7.0-1.2.201403200032_all.deb Size: 4010 MD5sum: 4e33ddb309cd171c47606e6ad085ccc5 SHA1: b6d6341b569c1af302cebc7e769ffffc241cc362 SHA256: 701354a5c24b062bc5334310fceb36370c118188da83f668270da8e342a88929 Description: Tamil hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Tamil language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-te Priority: optional Section: text Installed-Size: 49 Maintainer: Debian-IN Team Architecture: all Version: 0.7.0-1.2.201403200034 Depends: dictionaries-common (>= 0.10) Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-te_0.7.0-1.2.201403200034_all.deb Size: 4024 MD5sum: 8807120262320aaf54712f7d9d8c8c65 SHA1: 134e9784152becf102421904958334df4c82dfee SHA256: e83e67fc96a2e6a6c6d3bdfe4423876c8f4931101c5c76768dc165eb7177147d Description: Telugu hyphenation patterns for OpenOffice.org/LibreOffice Hyphenation is the process of inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. . This package provides the hyphenation rules for Telugu language. Homepage: http://wiki.smc.org.in/Hyphenation Package: hyphen-zu Priority: optional Section: text Installed-Size: 52 Maintainer: Debian OpenOffice Team Architecture: all Source: openoffice.org-dictionaries (1:3.3.0~rc10-4.18.201403210530) Version: 1:3.3.0-4.18.201403210530 Replaces: openoffice.org-hyphenation-zu Provides: hyphen-hyphenation-patterns, hyphen-hyphenation-patterns-zu, openoffice.org-hyphenation-ui Depends: dictionaries-common (>= 0.10) | openoffice.org-updatedicts Recommends: libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/hyphen-zu_3.3.0-4.18.201403210530_all.deb Size: 7550 MD5sum: 1e8982f000959e231745d12e0ca44b20 SHA1: 7d6d4d38258e60fcd99536e6d7ee175a158ac89a SHA256: 755ace82f297aadef72bb84f03246537bdbda1a5e1596a60af48caccc0b1f6b7 Description: Zulu hyphenation patterns for LibreOffice/OpenOffice.org This package contains the Zulu hyphenation patterns for LibreOffice/OpenOffice.org Package: iamerican-huge Priority: optional Section: text Installed-Size: 679 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican-huge Filename: 4.0-0/all/iamerican-huge_3.3.02-6.16.201403210721_all.deb Size: 633744 MD5sum: a41990d9e3f711980f02cdb2196f0149 SHA1: 4ccaaeaee732a6f8646145a231c4953c2fac3e4f SHA256: cdbad03328ce147b74336c4ef95a445cff0aff2a1c88e51d80e455d914eab925 Description: American English dictionary for ispell (huge) This package provides the american-huge dictionary, based on the americanxlg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican-huge word list package. . This is an even larger dictionary than the one installed by iamerican-large. Nothing prevents you installing both (and others) at the same time. . There are also -small, -large, -insane, and standard versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican-huge because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: iamerican-insane Priority: optional Section: text Installed-Size: 1321 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican-insane Filename: 4.0-0/all/iamerican-insane_3.3.02-6.16.201403210721_all.deb Size: 1290924 MD5sum: af21263113bee0d2e641f6237fd8bde7 SHA1: 062eb840f0837555d00f984fd5b508c43d37677c SHA256: 52742d3b28bf0cd1657654a9829764b5c1a39201d28c5feedeb934d1dbe998fc Description: American English dictionary for ispell (insane version) This package provides the american-insane dictionary, based on the americanxlg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican-insane word list package. . This is an even larger dictionary than the one installed by iamerican-huge, and possibly contains invalid words (as well as words that are very uncommon). Nothing prevents you installing both (and others) at the same time. . There are also -small, -large, -huge, and standard versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican-huge because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: iamerican-large Priority: optional Section: text Installed-Size: 416 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican-large Filename: 4.0-0/all/iamerican-large_3.3.02-6.16.201403210721_all.deb Size: 363816 MD5sum: 3b4e8ec952a8fdcc28358b0300f3a861 SHA1: cd08fa548b677ecf0835b53d853b75118e967ec6 SHA256: 6e625b3dde60597870268715722280bc848d4398a94b591efef500ee0302cd5d Description: American English dictionary for ispell (large) This package provides the american-large dictionary, based on the americanlrg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican-large word list package. . This is larger dictionary than the one installed by iamerican. Nothing prevents you installing both (and others) at the same time. . There are also -small, -huge, -insane, and standard versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican-large because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: iamerican-small Priority: optional Section: text Installed-Size: 152 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican-small Filename: 4.0-0/all/iamerican-small_3.3.02-6.16.201403210721_all.deb Size: 93526 MD5sum: 8822d05f16e763492368bf99b23378f9 SHA1: 5613f1c53be4a68a762aae0a89d6eb6515ba8208 SHA256: 4683cc6c49b6a8288e5ab6ca34805748b692ffe30ab4dd16f5e1ca1c643a40d7 Description: American English dictionary for ispell (small) This package provides the american-small dictionary, based on the americansml+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican-small word list package. . This is smaller dictionary than the one installed by iamerican. Nothing prevents you installing both (and others) at the same time. . There are also -large, -huge, -insane, and standard versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican-small because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: iamerican Priority: optional Section: text Installed-Size: 244 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wamerican Filename: 4.0-0/all/iamerican_3.3.02-6.16.201403210721_all.deb Size: 187674 MD5sum: 96a0df31fa5e8d44b65d576546e85659 SHA1: f1858f37ab7ef7dd4529b25cc4936ceeddb27eb6 SHA256: 99505d778948b29a4fa8ba4445e924320cac929ec7c53538156ec279446590b8 Description: American English dictionary for ispell (standard version) This package provides the standard, medium-sized American English dictionary, based on the americanmed+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wamerican word list package. . There are also -small, -large, -huge, and -insane versions of this dictionary, and there are ibritish* packages as well. . The package also suggests wamerican because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibid Priority: optional Section: net Installed-Size: 1390 Maintainer: Python Applications Packaging Team Architecture: all Version: 0.1.1+dfsg-4.6.201403200144 Depends: python (>= 2.6.6-7~), python-beautifulsoup, python-chardet, python-configobj (>= 4.7), python-dateutil, python-html5lib, python-jinja2, python-pkg-resources, python-soappy, python-sqlalchemy (>= 0.5), python-twisted-core (>= 10.0.0-3~), python-twisted-web, python-twisted-words, python-zope.interface | python-zopeinterface, python (<< 2.8), libjs-sphinxdoc (>= 1.0) Recommends: fortune, ipcalc, iputils-ping, iputils-tracepath, man-db, python-dictclient, python-dnspython, python-feedparser, python-html2text, python-imdbpy, python-twisted-mail, python-wokkel (>= 0.6.3), units Suggests: apt-file, aptitude, bc, bzr, caca-utils, dictd, nmap, python-aalib, python-dbus, python-imaging, python-matplotlib, python-mysqldb | python-psycopg2, python-numpy, python-objgraph, python-pyfiglet (>= 0.6), python-svn Filename: 4.0-0/all/ibid_0.1.1+dfsg-4.6.201403200144_all.deb Size: 316946 MD5sum: eb7230b99238231c45a9d19e9185f4ec SHA1: f5b07af4fd68663d4080610074a810300a1d50a7 SHA256: 9f55de051f3372e083192194a10bc5a0b5a6629a8aad05a7fb82c10b549ab0fe Description: easily extensible Python IM bot for IRC, Jabber, SILC, campfire, etc. Ibid is a multi-protocol, general purpose, instant messaging chat bot written in Python. It aims for a naturalistic interface rather than strict-syntax commands. . Ibid understands many protocols, including IRC, Jabber/XMPP/Google Talk, Campfire, NMDC and SILC. It also interacts over SMTP, HTTP and various RPC protocols. . Ibid aims to make plugins as easy as possible to write. It ships with a large collection of plugins for looking up information, performing conversions, storing factoids, delivering messages, and much more. Homepage: http://ibid.omnia.za.net/ Package: ibrazilian Priority: optional Section: text Installed-Size: 309 Maintainer: Agustin Martin Domingo Architecture: all Source: br.ispell Version: 3.0~beta4-15.4.201403151135 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 0.22.30), ispell Suggests: brazilian-conjugate Filename: 4.0-0/all/ibrazilian_3.0~beta4-15.4.201403151135_all.deb Size: 186262 MD5sum: 79533f2985046b74eb92a308da9dbd42 SHA1: dc48ab0d28257f90f9a6ab2b9bc65638d56de0de SHA256: 2199663f41d25e0a4fd810867cf4c6a24c8d2d824db80d16c99c17b8340f58ab Description: Brazilian Portuguese dictionary for ispell This is the Brazilian Portuguese dictionary for ispell as put together by Ricardo Ueda Karpischek . . Current status is good enough to be used for daily needs. This dictionary is being developed in a structured way. Verbs are treated apart by a specific software, a verb conjugator (conjugue). Names are partitioned into semantic classes to make vocabulary completion and revision easier. Homepage: http://www.ime.usp.br/~ueda/br.ispell/ Package: ibritish-huge Priority: optional Section: text Installed-Size: 681 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish-huge Filename: 4.0-0/all/ibritish-huge_3.3.02-6.16.201403210721_all.deb Size: 635366 MD5sum: 37ec036b8c521a9089afbda83f194df1 SHA1: 0eeff2db412702fa70deebe909a91aaaf61de9a3 SHA256: 474871f01abc96424238f857c8f278da447e751ba5f1c7eaf6d4b8c4f87dd703 Description: British English dictionary for ispell (huge) This package provides the british-huge dictionary, based on the britishxlg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish-huge word list package. . This is an even larger dictionary than the one installed by ibritish-large. Nothing prevents you installing both (and others) at the same time. . There are also -small, -large, -insane, and standard versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish-huge because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibritish-insane Priority: optional Section: text Installed-Size: 1323 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish-insane Filename: 4.0-0/all/ibritish-insane_3.3.02-6.16.201403210721_all.deb Size: 1293720 MD5sum: 55e033e35e96114679cfb77c5e880d86 SHA1: 9953841bb1610a01392aa8602a025a9674e35983 SHA256: 42b6e0beeb049475d8bd2c653a2c1dfaa594224b0b30f3733fc89510fb3398f3 Description: British English dictionary for ispell (insane version) This package provides the british-insane dictionary, based on the britishxlg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish-insane word list package. . This is an even larger dictionary than the one installed by ibritish-huge, and possibly contains invalid words (as well as words that are very uncommon). Nothing prevents you installing both (and others) at the same time. . There are also -small, -large, -huge, and standard versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish-huge because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibritish-large Priority: optional Section: text Installed-Size: 417 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish-large Filename: 4.0-0/all/ibritish-large_3.3.02-6.16.201403210721_all.deb Size: 364736 MD5sum: eedbf3db1f3186a263c6ce4ce3bc3777 SHA1: fbbb129a3caa8c94ad47e9de17bed316e8b4b6e7 SHA256: ea32a2db7928003f1b57906dd20399515a51296a986e4e19b27681b01588e7b6 Description: British English dictionary for ispell (large) This package provides the british-large dictionary, based on the britishlrg+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish-large word list package. . This is larger dictionary than the one installed by ibritish. Nothing prevents you installing both (and others) at the same time. . There are also -small, -huge, -insane, and standard versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish-large because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibritish-small Priority: optional Section: text Installed-Size: 152 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish-small Filename: 4.0-0/all/ibritish-small_3.3.02-6.16.201403210721_all.deb Size: 93780 MD5sum: 5d337893b119128a78e57c5009fb4999 SHA1: 6d5ac664049fad2e0a3fa191c963119a602c56f5 SHA256: cb507f38ef61f4b5bd9a8de28b4c7f04beea9c3cb5888ff49c40cd368cdae47e Description: British English dictionary for ispell (small) This package provides the british-small dictionary, based on the britishsml+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish-small word list package. . This is smallr dictionary than the one installed by ibritish. Nothing prevents you installing both (and others) at the same time. . There are also -large, -huge, -insane, and standard versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish-small because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibritish Priority: optional Section: text Installed-Size: 244 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Provides: ispell-dictionary Depends: dictionaries-common, ienglish-common (= 3.3.02-6.16.201403210721), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wbritish Filename: 4.0-0/all/ibritish_3.3.02-6.16.201403210721_all.deb Size: 187978 MD5sum: 53db7cbbb6c8fe9ae207ecb4bac2c6d7 SHA1: 68c1af521abd0c4a024ebf63b49f8854159b0eb6 SHA256: 4ad4c3bfd0fb028e7904efd228e7e5ea2e4dcbb352b5374beb15ba81e4df7814 Description: British English dictionary for ispell (standard version) This package provides the standard, medium-sized British English dictionary, based on the britishmed+ dictionary supplied with the source for ispell, with additional words added from the more comprehensive wbritish word list package. . There are also -small, -large, -huge, and -insane versions of this dictionary, and there are iamerican* packages as well. . The package also suggests wbritish because ispell's (L)ookup command needs a word list. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: ibus-doc Priority: optional Section: doc Installed-Size: 2051 Maintainer: IME Packaging Team Architecture: all Source: ibus Version: 1.4.1-9.8.201403200154 Filename: 4.0-0/all/ibus-doc_1.4.1-9.8.201403200154_all.deb Size: 335542 MD5sum: 87d7353532a8dc57817a553819d81b3e SHA1: ce7603afef12a629eb916505e5ddbe7b929a4672 SHA256: 2ac4d4ea7dcd3bf50b8d1e39290de3607c039b89046681bc97665f6ae716cce3 Description: Intelligent Input Bus - development documentation IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the reference manual. Homepage: http://code.google.com/p/ibus/ Package: ibus-el Priority: optional Section: lisp Installed-Size: 214 Maintainer: IME Packaging Team Architecture: all Version: 0.3.0-2.2.201403200220 Depends: emacs23 | emacs22, python (>= 2.5), ibus (>= 1.3), python-xlib Suggests: ibus-gtk, ibus-qt4 Filename: 4.0-0/all/ibus-el_0.3.0-2.2.201403200220_all.deb Size: 41926 MD5sum: 3445539b642e6bc93c31f161748ba0dd SHA1: 06c7977bed8e7e20019b5135a64a36b1ed6cea8a SHA256: 0e04a1cf04f785196ee1eddb56072ccd44dd34d12d541501a0f6d3c8968515ec Description: IBus client for GNU Emacs IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . ibus.el is a IBus client for GNU Emacs. This program allows users on-the-spot style input with IBus. The input statuses are individually kept for each buffer, and prefix-keys such as C-x and C-c can be used even if IBus is active. So you can input various languages fast and comfortably by using it. Homepage: https://launchpad.net/ibus.el Package: ibus-googlepinyin Priority: optional Section: utils Installed-Size: 184 Maintainer: IME Packaging Team Architecture: all Version: 0.1.1+hg20111212-1.2.201403200236 Depends: python (>= 2.6.6-7~), libgooglepinyin0, libopencc1, ibus Filename: 4.0-0/all/ibus-googlepinyin_0.1.1+hg20111212-1.2.201403200236_all.deb Size: 31206 MD5sum: 427783891b4dc1324a33c457a93c221a SHA1: df378edd52f83e226b22bb18835e2d3f81f1e79a SHA256: 0dbac13ead83f790d9c2fcb746000856b4a7f6c75e820bf3ca187c6c6360b82a Description: googlepinyin engine for ibus libgooglepinyin is a fork of Google Pinyin on Android, it features to have excellent input experience and uses little resource. . This package is for IBus to use libgooglepinyin. Homepage: http://code.google.com/p/libgooglepinyin/ Package: ibus-pinyin-db-android Priority: optional Section: utils Installed-Size: 3561 Maintainer: IME Packaging Team Architecture: all Source: ibus-pinyin Version: 1.4.0-1.6.201403200259 Filename: 4.0-0/all/ibus-pinyin-db-android_1.4.0-1.6.201403200259_all.deb Size: 1431426 MD5sum: 8c99c73e8a4a485e2696648606c94f92 SHA1: c160b3f26775941c072fbe6f116599b21bdbd985 SHA256: 2cec4e285047276d3549f7b09b90203c414ed0eef050af4b5cd213476da5c740 Description: Pinyin engine for IBus - Android database ibus-pinyin is a IBus based IM engine for Chinese. . For more information on pinyin input method, please check http://en.wikipedia.org/wiki/Pinyin_method . This package contains the android data files used by ibus-pinyin. Homepage: http://code.google.com/p/ibus Package: ibus-pinyin-db-open-phrase Priority: optional Section: utils Installed-Size: 82 Maintainer: IME Packaging Team Architecture: all Source: ibus-pinyin Version: 1.4.0-1.6.201403200259 Depends: pinyin-database (>= 1.2.99-3~), pinyin-database (<< 1.2.100) Filename: 4.0-0/all/ibus-pinyin-db-open-phrase_1.4.0-1.6.201403200259_all.deb Size: 51680 MD5sum: fc074010751a65aff0aa5ff486f54fb8 SHA1: 9b84e16c8e8ccbf1b8861f4b2ae8125c7e0806d4 SHA256: 29c913404ec8b8b28cd48b5ffc266501f67ab5101b7f8cb8efd72857fff65b25 Description: Pinyin engine for IBus - open-phrase database ibus-pinyin is a IBus based IM engine for Chinese. . For more information on pinyin input method, please check http://en.wikipedia.org/wiki/Pinyin_method . This package contains the open-phrase data files used by ibus-pinyin. Homepage: http://code.google.com/p/ibus Package: ibus-table-array30 Priority: optional Section: utils Installed-Size: 14314 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-array30_1.3.4-1.3.201403200826_all.deb Size: 5361182 MD5sum: 72e03a0bbee18cd3bb4c4d137eeaca45 SHA1: 945a2d5715b3ab79387c05f63ef3dc448dbc6e2c SHA256: 2b729262ae4cc9b2c0e95ecb282618af540a5fdf14e56544ea08efa423c3c5f3 Description: Array30 input method based on table engine of ibus This package provide one input method: Array30. . Array30 is a Chinese input method, check more information at http://zh.wikipedia.org/wiki/%E8%A1%8C%E5%88%97%E8%BC%B8%E5%85%A5%E6%B3%95 (in Chinese). Homepage: http://code.google.com/p/ibus Package: ibus-table-cangjie-big Priority: optional Section: misc Installed-Size: 5361 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-cangjie-big_1.3.4-1.3.201403200826_all.deb Size: 1936838 MD5sum: d8ae27db6add1654eabef752a2b0bbfb SHA1: 5fd85198ad7c92ecffab6f9d25121533209bb453 SHA256: ed520c3bf9a1076e672f90d1d29b1603e69478f83da1c06ab0ad2334260c77dd Description: ibus-table input method: CangJie (big) This package provide one input method: CangJie (big). . CangJie (big) is a Traditional Chinese input method, check more information at http://en.wikipedia.org/wiki/Cangjie_input_method . Homepage: http://code.google.com/p/ibus Package: ibus-table-cangjie3 Priority: optional Section: misc Installed-Size: 3139 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-cangjie3_1.3.4-1.3.201403200826_all.deb Size: 1134002 MD5sum: e96e77556016751caf57e35140799bf4 SHA1: 0396ab38913c8c520f798acfb899cc7acca0da00 SHA256: de10d163e44aa451c1894db9912ebfa8224bc43b193f424427cd1286c8bf14ee Description: ibus-table input method: CangJie3 This package provide one input method: CangJie3. . CangJie3 is a Traditional Chinese input method, check more information at http://en.wikipedia.org/wiki/Cangjie_input_method . Homepage: http://code.google.com/p/ibus Package: ibus-table-cangjie5 Priority: optional Section: misc Installed-Size: 6955 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-cangjie5_1.3.4-1.3.201403200826_all.deb Size: 2520518 MD5sum: a9e44a5bcc9e935a566a0b937b61a388 SHA1: aaeb9f5a2f92876776c0b2faeb7f0ac78cc43aa0 SHA256: d37f0d9f8d2e954843bc3ce11354d1e4a40c22edf2bc41d5b015b82e12cc95fc Description: ibus-table input method: CangJie5 This package provide one input method: CangJie5. . CangJie5 is a Traditional Chinese input method, check more information at http://en.wikipedia.org/wiki/Cangjie_input_method . Homepage: http://code.google.com/p/ibus Package: ibus-table-cangjie Priority: optional Section: misc Installed-Size: 28 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table-cangjie3, ibus-table-cangjie5, ibus-table-cangjie-big Filename: 4.0-0/all/ibus-table-cangjie_1.3.4-1.3.201403200826_all.deb Size: 3920 MD5sum: d7920885ee251820e3a9dcbdd0b0956b SHA1: ecabd874a57551e9f4a2a2a2676ea0f6a0f3e0a1 SHA256: fb7e8ef3f8568dce1dc0644896564fbf9f7c327c4589e20b5928e0c75051bfaa Description: ibus-table input method: CangJie (dummy package) This is a dummy package for safe upgrade. . You can safely remove it from your system. Homepage: http://code.google.com/p/ibus Package: ibus-table-cantonese Priority: optional Section: misc Installed-Size: 946 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-cantonese_1.3.4-1.3.201403200826_all.deb Size: 289498 MD5sum: 7e8c3f7c0eb8060aad5e5cb603f87804 SHA1: 6114574a27626b0a8ab70bd2e9051b1a5315d2ee SHA256: 56a3831023b93f9d9d0cafd5b52d06f4294508aac9f27f9ddb0c7bfea36ac300 Description: ibus-table input method: Cantonese This package provides one input methods: Cantonese Homepage: http://code.google.com/p/ibus Package: ibus-table-cantonhk Priority: optional Section: utils Installed-Size: 1122 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Replaces: ibus-table-cantonese Depends: ibus-table (>= 1.3.9.20110827) Conflicts: ibus-table-cantonese (<= 1.2.0.20100305-2) Filename: 4.0-0/all/ibus-table-cantonhk_1.3.4-1.3.201403200826_all.deb Size: 344070 MD5sum: 781857b291b007d4b6860adc00964f47 SHA1: 99d3e13f0157f803e1a73312bb1012b0fffba261 SHA256: e5356675a35b84955b294dcb7a1c6947fd04b0ab73a69954179a1abe37c47aba Description: ibus-table input method: Cantonhk This package provides one input methods: Cantonhk Homepage: http://code.google.com/p/ibus Package: ibus-table-cns11643 Priority: optional Section: utils Installed-Size: 7120 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-cns11643_1.3.0.20100528-3.3.201403200811_all.deb Size: 2086434 MD5sum: f32fc68695c61f8e66d057d80daec39d SHA1: 42a3b5a2b017b5d87754bb701a362ef9e95f8e6a SHA256: ef0100e2ad406bd0718926504e03ab9b614bdd9b48a10bca3d946fd81cc01db3 Description: ibus-table input method: Cns11643 IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provides one input method: Cns11643. Homepage: http://code.google.com/p/ibus Package: ibus-table-compose Priority: optional Section: utils Installed-Size: 165 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Replaces: ibus-table (<= 1.3.0.20100621-1) Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-compose_1.3.0.20100528-3.3.201403200811_all.deb Size: 19354 MD5sum: f6aad2800d22adf4f0c7dff76f87741a SHA1: 9f2568a2fcbeef49d39f16dfc67e108c72358c4d SHA256: 6fa0e85724a74c31e02206fd5879268657ff0fa9e80a7763885d31fc4ad25a5a Description: ibus-table input method: Compose IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: Compose Homepage: http://code.google.com/p/ibus Package: ibus-table-easy-big Priority: optional Section: misc Installed-Size: 10657 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-easy-big_1.3.4-1.3.201403200826_all.deb Size: 3729806 MD5sum: 9416d2ccb6fbfde5982f87ab28b37676 SHA1: eef4e51113336688175a04f583514cdbb333a8b9 SHA256: 594db69ca8ea1d6fb52ee234880650d30372903157f6b867c459aad0b01ad06a Description: ibus-table input method: Easy (big) This package provide one input method: Easy (big). . Easy (big) is a Traditional Chinese input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-easy Priority: optional Section: misc Installed-Size: 27 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table-easy-big Filename: 4.0-0/all/ibus-table-easy_1.3.4-1.3.201403200826_all.deb Size: 3056 MD5sum: 47d921086cc2791590dc97786957c8a9 SHA1: 3f8e0d08990a885ae61a91f72bab51e0f8e387e9 SHA256: d333bbf3c786d50f9e5c9fcbed0889729c94d15c67289bfb9f3685a96ec20f5a Description: ibus-table input method: Easy (dummy package) This is a dummy package for stable upgrade. . You can safely remove it from your system. Homepage: http://code.google.com/p/ibus Package: ibus-table-emoji Priority: optional Section: utils Installed-Size: 164 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-emoji_1.3.0.20100528-3.3.201403200811_all.deb Size: 17786 MD5sum: 564401912885ff1b993b1f9d6d27e517 SHA1: d8e5ab6eaa85c0b2cdf9b06904dad04974fc78c9 SHA256: 5869b77e2aa4cc9316f53a87caff50702ab29dcd38f27b6ffb1e48312e7831fb Description: ibus-table input method: Emoji IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provides one input method: Emoji. . Emoji is the Japanese term for the picture characters or emoticons used in Japanese wireless messages and webpages. For more information, see http://en.wikipedia.org/wiki/Emoji. Homepage: http://code.google.com/p/ibus Package: ibus-table-erbi-qs Priority: optional Section: utils Installed-Size: 10018 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Replaces: ibus-table-erbi Depends: ibus-table (>= 1.3.9.20110827) Conflicts: ibus-tabel-erbi (<= 1.2.0.20090901-1) Filename: 4.0-0/all/ibus-table-erbi-qs_1.3.4-1.3.201403200826_all.deb Size: 3876456 MD5sum: 9ab136c3d51776da530fc8f00890099b SHA1: d10d70a5b5451f85123d864ffdd32e0a19104cdb SHA256: e6f66e92c2e2e01eaf0d44b5e1b64ae20fe3d949e7682b3e38fffc8b6e9f7b5d Description: ibus-table input method: ErBi(QS) This package provide one input methods: ErBi(QS) . ErBi is a Simplified Chinese input method, check more information at http://zh.wikipedia.org/wiki/%E4%BA%8C%E7%AC%94%E8%BE%93%E5%85%A5%E6%B3%95 (in Chinese). Homepage: http://code.google.com/p/ibus Package: ibus-table-erbi Priority: optional Section: utils Installed-Size: 4146 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-erbi_1.3.4-1.3.201403200826_all.deb Size: 1787968 MD5sum: 382720d29f8fb5302451d09e9102c0b7 SHA1: eaec42160db2923750da67474a5baa2661dcdf2d SHA256: f158fdb0269aa2c678c055315b66e300e00544638832e75d3208975b55cc1174 Description: ibus-table input method: ErBi This package provide one input methods: ErBi . ErBi is a Simplified Chinese input method, check more information at http://zh.wikipedia.org/wiki/%E4%BA%8C%E7%AC%94%E8%BE%93%E5%85%A5%E6%B3%95 (in Chinese). Homepage: http://code.google.com/p/ibus Package: ibus-table-extraphrase Priority: optional Section: utils Installed-Size: 5148 Maintainer: LI Daobing Architecture: all Version: 1.2.0.20100305-1.5.201403200818 Filename: 4.0-0/all/ibus-table-extraphrase_1.2.0.20100305-1.5.201403200818_all.deb Size: 2123578 MD5sum: 9f4c60e315b7a38b4ae9883171c45403 SHA1: a246b13a7479a9d98db201c1803c70ca1467eedc SHA256: 0779c0540a6bd32363799c88e3467332d221eb875c14315d6d8e52ab38ba5652 Description: Extra phrase for table engine of ibus IBus-Table is the IM Engine framework for table-based input methods, such as WuBi, ErBi, Cangjie and so on. . This package provide extra phrase for table engine of ibus. Homepage: http://code.google.com/p/ibus Package: ibus-table-ipa-x-sampa Priority: optional Section: utils Installed-Size: 144 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-ipa-x-sampa_1.3.0.20100528-3.3.201403200811_all.deb Size: 10438 MD5sum: 81ef44f04667c9aed6a73efb7ec7c786 SHA1: 6b1e2af7e2bb114471ba7e8f3570308bd7b51486 SHA256: d3ac618a9156296610ba9941839fa43a7d4922988d7ae04eaa38d556c0117ae0 Description: ibus-table input method: IPA-X-SAMPA IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: IPA-X-SAMPA . For more information of IPA-X-SAMPA, see http://en.wikipedia.org/wiki/X-SAMPA Homepage: http://code.google.com/p/ibus Package: ibus-table-jyutping Priority: optional Section: utils Installed-Size: 1025 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Replaces: ibus-table-cantonese Depends: ibus-table (>= 1.3.9.20110827) Conflicts: ibus-table-cantonese (<= 1.2.0.20100305-2) Filename: 4.0-0/all/ibus-table-jyutping_1.3.4-1.3.201403200826_all.deb Size: 274354 MD5sum: 2be7afb5b6abfb5401f185599839356f SHA1: db81cea385ade359aa552a041c2a0f0d04df8eb0 SHA256: 86eedacc446c187d7dd69658cf23a8a214c9d5222ae5a87caac738aadcc712e6 Description: ibus-table input method: Jyutping This package provides one input method: Jyutping . http://en.wikipedia.org/wiki/Jyutping Homepage: http://code.google.com/p/ibus Package: ibus-table-latex Priority: optional Section: utils Installed-Size: 187 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-latex_1.3.0.20100528-3.3.201403200811_all.deb Size: 19248 MD5sum: 7c0041ab890ebdc836726df02df8818b SHA1: e2fdfcec32645f07f6049d6f3fb6d1bf37cf2eec SHA256: 32fa0ab71fb1aaaeaf8b6f787f7c4e988d93c99054e0d3e19c1807c87a21e893 Description: ibus-table input method: LaTeX IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provides one input method: LaTeX. . For more information of LaTex, see http://en.wikipedia.org/wiki/LaTeX. Homepage: http://code.google.com/p/ibus Package: ibus-table-quick-classic Priority: optional Section: misc Installed-Size: 1186 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-quick-classic_1.3.4-1.3.201403200826_all.deb Size: 391868 MD5sum: e097169811f9aebc77ef3e4c20a6d02c SHA1: 9517f72c3cbb3f65a1b4e7e8ea8821f609baf397 SHA256: 1842c658f8f22cb9a353ba599e8697a1a4aa381765ad2e52a0401b383f49e2cd Description: ibus-table input method: Quick Classic This package provide one input method: Quick Classic. . Quick Classic is a Traditional Chinese input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-quick3 Priority: optional Section: misc Installed-Size: 2946 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-quick3_1.3.4-1.3.201403200826_all.deb Size: 1010390 MD5sum: 829e0452ab2211670201426b2ca03f14 SHA1: cf7bb98dc3a70062244e56fdca07ff55eca88492 SHA256: e15c20abf8e13f8a84c218e6abe70258e32d7e4b6f37f05a0e25461c5ffcd595 Description: ibus-table input method: Quick3 This package provide one input method: Quick3. . Quick3 is a Traditional Chinese input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-quick5 Priority: optional Section: misc Installed-Size: 6210 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-quick5_1.3.4-1.3.201403200826_all.deb Size: 1966142 MD5sum: 076927f9838f701435eabaa516cb858c SHA1: 2eb322872ef9a0f1e6f9a23cfcca5effb94dd9b1 SHA256: b4da34b71bd63dec7b4cbbfac7e2f1589577ac72a4146c530909c76067461abb Description: ibus-table input method: Quick5 This package provide one input method: Quick5. . Quick5 is a Traditional Chinese input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-quick Priority: optional Section: misc Installed-Size: 27 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table-quick3, ibus-table-quick5, ibus-table-quick-classic Filename: 4.0-0/all/ibus-table-quick_1.3.4-1.3.201403200826_all.deb Size: 3072 MD5sum: 36112f0f2c85ae20f35ef3c7144ed7ab SHA1: 541c1e3bd79fde953e659bac099694c5aea691c9 SHA256: 279b202fa07f0abc2f5e3a44e57c891d97e94e77206ba3253872ab96c81a7791 Description: ibus-table input method: Quick (dummy package) This is a dummy package for stable upgrade. . You can safely remove it from your system. Homepage: http://code.google.com/p/ibus Package: ibus-table-rustrad Priority: optional Section: utils Installed-Size: 146 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-rustrad_1.3.0.20100528-3.3.201403200811_all.deb Size: 9316 MD5sum: fc622aaeeef1cc3e722e9fb27f157eab SHA1: 641ea903d2561d51479008a9774728dd22fb637a SHA256: 8b4d21f9b8a67561bdf46b34f7a973787f8904ee3d579a1c43af518317375cd7 Description: ibus-table input method: Russian Traditional IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: Russian Traditional . Russian Traditional is a Russian input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-scj6 Priority: optional Section: misc Installed-Size: 7427 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-scj6_1.3.4-1.3.201403200826_all.deb Size: 2541394 MD5sum: 3ae78acf250a7a880c35ed4154fbdb45 SHA1: 71b1f3e8ee4878d76b94cd4699f2472f63936278 SHA256: 304999a8e725b61f2c2255ef13b7e7f160a4deb04c518d95351ad438548b0965 Description: ibus-table input method: Smart CangJie 6 This package provide one input method: Smart CangJie 6. . Smart CangJie 6 is a Traditional Chinese input method, check more information at http://www.scj2000.com/ and http://www.scj2000.net/ Homepage: http://code.google.com/p/ibus Package: ibus-table-stroke5 Priority: optional Section: misc Installed-Size: 610 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-stroke5_1.3.4-1.3.201403200826_all.deb Size: 163242 MD5sum: 03ef746ee6780cb946408398e5f7d71d SHA1: b72962646a9e8338a95c582f096b78d4848d635f SHA256: 265f427f5d2cedbfccdc5c7125e79f3a1ad5260020d7f8d5f2f01bfc97eae170 Description: ibus-table input method: Stroke5 This package provides one input method: Stroke5. Homepage: http://code.google.com/p/ibus Package: ibus-table-thai Priority: optional Section: utils Installed-Size: 143 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-thai_1.3.0.20100528-3.3.201403200811_all.deb Size: 7570 MD5sum: fbd09672452906cacc83e97e5970ff88 SHA1: 0324c067655bb188edcb2063d19acb1bfbebcb70 SHA256: d5ee5d68937d311b0eed3f000f260b2ecf5fc4e4e737e3eacef160a3130986a1 Description: ibus-table input method: Thai IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provides one input method: Thai. . Thai is a Thai language input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-translit-ua Priority: optional Section: utils Installed-Size: 145 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Replaces: ibus-table-translit (<= 1.2.0.20090907-1) Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-translit-ua_1.3.0.20100528-3.3.201403200811_all.deb Size: 9276 MD5sum: de3c01970f180b81d482f08cfc5cf533 SHA1: fd8b308167bd18feced407ad491ea672cdb88673 SHA256: eb8bd96e91071072f67c44af6f8f1a4bd3bc434a3ca9881d0a52c8bbc5a7b140 Description: ibus-table input method: Ukrainian Translit IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: Ukrainian Translit. . Ukrainian Translit is a Ukrainian input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-translit Priority: optional Section: utils Installed-Size: 145 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-translit_1.3.0.20100528-3.3.201403200811_all.deb Size: 9330 MD5sum: 51bd9302d6bc44d2e307d9cfa8c71fe9 SHA1: fd95054855fec7a1042e73a6eac3782c0e4fc935 SHA256: adc29b327bf5c6d489c9abdc931bf23df5d8c010cb573abff12c4dbe5ae4e8c1 Description: ibus-table input method: Translit IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: Translit . Translit is a Russian input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-viqr Priority: optional Section: utils Installed-Size: 144 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-viqr_1.3.0.20100528-3.3.201403200811_all.deb Size: 9868 MD5sum: fae3b9f63037033a0f591beacb4a338f SHA1: f668f65126c43adc8db8c624708c6557e7f48505 SHA256: 300fd809002abfb8f270bc9fd14ea9bfc07955000785d6eb698617da8fab1c3a Description: ibus-table input method: Viqr IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provides one input method: Viqr. . Viqr is a Vietnamese input method. Homepage: http://code.google.com/p/ibus Package: ibus-table-wu Priority: optional Section: utils Installed-Size: 1848 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-wu_1.3.4-1.3.201403200826_all.deb Size: 515254 MD5sum: 75cbd1c4b3007fb42d638ddafedfa4fe SHA1: a3d37f927768d9860ba756b4bf49ed1105f9a551 SHA256: 69f9ff5377811e78a304e2f2f129c58149ffb745633af0526cdfe9f7517691c4 Description: ibus-table input method: Wu This package provides one input method: Wu. Homepage: http://code.google.com/p/ibus Package: ibus-table-wubi Priority: optional Section: misc Installed-Size: 27985 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-wubi_1.3.4-1.3.201403200826_all.deb Size: 11666388 MD5sum: 603660eb00831660257644d6d65b374d SHA1: c9c73d47b5e0a0640c3095566cf00da320d427ed SHA256: 03b34b09554de67194b93439ebc952702be10b7595b23fa5c0b5ac2b3c8c18d5 Description: ibus-table input method: Wubi This package provide one input method: WuBi. . Wubi is a Chinese input method, check more information at http://en.wikipedia.org/wiki/Wubi_method . Homepage: http://code.google.com/p/ibus Package: ibus-table-yawerty Priority: optional Section: utils Installed-Size: 143 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-others Version: 1.3.0.20100528-3.3.201403200811 Depends: ibus-table (>= 1.3.0) Filename: 4.0-0/all/ibus-table-yawerty_1.3.0.20100528-3.3.201403200811_all.deb Size: 6474 MD5sum: 8ea4d4dbdd8001f597a66a6087df770d SHA1: 4af8e11fc96f026eaa4f5d24ced46137de0fd0dd SHA256: 58edb38274900d6cd72c734c585202287958b918cae379d8229978d945e867e8 Description: ibus-table input method: Yawerty IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package provide one input method: Yawerty. Homepage: http://code.google.com/p/ibus Package: ibus-table-yong Priority: optional Section: utils Installed-Size: 5816 Maintainer: IME Packaging Team Architecture: all Source: ibus-table-chinese Version: 1.3.4-1.3.201403200826 Depends: ibus-table (>= 1.3.9.20110827) Filename: 4.0-0/all/ibus-table-yong_1.3.4-1.3.201403200826_all.deb Size: 2189238 MD5sum: fccafc247c848dacf7908de41a2d3ca8 SHA1: b2418de8c946c562079009e4b7f93598c4f3397c SHA256: eb5786efd9658189847dae5a90f90a5a47d40c34105338e7f905a47d3dc27cad Description: ibus-table input method: YongMa This package provide one input method: YongMa. . YongMa is a Chinese input method, check more information at http://yong.uueasy.com/read.php?tid=218 . Homepage: http://code.google.com/p/ibus Package: ibus-table Priority: optional Section: utils Installed-Size: 579 Maintainer: IME Packaging Team Architecture: all Version: 1.3.9.20110827-2.4.201403200326 Depends: python (>= 2.6.6-7~), ibus (>= 1.3.99.20110419) Filename: 4.0-0/all/ibus-table_1.3.9.20110827-2.4.201403200326_all.deb Size: 222548 MD5sum: 27939e8806cc7077d6e54b8746800318 SHA1: dfb6a708c37cf82839d350138d74cb222eb58c4f SHA256: bc736fc9784618495f241ebc2fddcd4a8739d5ff2130b62297fa60ebdfc75ca5 Description: table engine for IBus IBus-Table is the IM Engine framework for table-based input methods, such as WuBi, ErBi, CangJie and so on. . This package provide the table engine framework and one input method: * Compose: input special character by compose letter and diacritical mark . More input method based on ibus-table can be installed from ibus-table-cangjie, ibus-table-wubi, ... Homepage: http://code.google.com/p/ibus Package: ibus-xkbc Priority: optional Section: utils Installed-Size: 4839 Maintainer: IME Packaging Team Architecture: all Version: 1.3.3.20100922-2.2.201403200340 Depends: python, python-support (>= 0.90.0), ibus (>= 1.3.99.20110817) Filename: 4.0-0/all/ibus-xkbc_1.3.3.20100922-2.2.201403200340_all.deb Size: 2464240 MD5sum: fab2e37100b4a57b91880525760836f3 SHA1: 4a310a010c193a765a671300f69cd897cfdc3c83 SHA256: 233f45871e75448605355df0a62f917652048b3e0ba74b7b47f2aab6d1f0fb19 Description: keyboard layout emulation engine for IBus ibus-xkbc is a keyboard layout emulation engine based on XKeyboard Config data Homepage: http://github.com/sun-im/ibus-xkbc Package: icatalan Priority: optional Section: text Installed-Size: 686 Maintainer: Jordi Mallach Architecture: all Source: softcatala-spell Version: 0.20111230b-4.4.201403201059 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 1.1), ispell Suggests: wcatalan Filename: 4.0-0/all/icatalan_0.20111230b-4.4.201403201059_all.deb Size: 568432 MD5sum: a51d0db058beb4960d79fd4c72046414 SHA1: c3235d2e172e8761190fd3481b77d5fcfe13469b SHA256: e458d11f5e14a99e33f12cb584709748996e6367ec4d0846c0343297d9269855 Description: Catalan dictionary for ispell This is the Catalan dictionary for ispell as put together by Joan Moratinos using data from different sources. Homepage: http://www.softcatala.org/wiki/Corrector_ortogr%C3%A0fic Package: icc-profiles-free Priority: optional Section: graphics Installed-Size: 1665 Maintainer: Oleksandr Moskalenko Architecture: all Version: 2.0.1+dfsg-1.2.201403200358 Replaces: icc-profiles (<= 2.0-2) Conflicts: icc-profiles (<= 2.0-2) Breaks: icc-profiles (<= 2.0-2) Filename: 4.0-0/all/icc-profiles-free_2.0.1+dfsg-1.2.201403200358_all.deb Size: 546840 MD5sum: dd8ad24286d2ec784c009db9bbf9736e SHA1: ff151867e09b80973369d43f1efc89ab4006eb9c SHA256: e2e8c6fc62c38e10455a51911d5964cc984653a0676da5cd6abf95fd61bfbcdd Description: ICC color profiles for use with color profile aware software Color management allows controlled conversion between color representation of input and output devices and color spaces. ICC profiles are an important part of color management. They are data files that represent mappings between the input or output color space of a particular device and the device-agnostic profile connection space (PCS) in accordance with the standards set by the International Color Consortium (ICC). This package contains a number of high quality ICC color profiles for use with color profile aware software such as Scribus, Gimp, CinePaint, Krita, or Digikam. In general this package is useful if the software using it was built against a color management support library such as liblcms1 or liblcms2-2. In some software such as Scribus you have to explicitly enable color managemenent in the preferences to be able to use these profiles. The sampleicc-tools package contains tools that can be used to manipulate and query the icc profiles in Debian. . The color profiles in this package are available under free software licenses. Additional profiles under non-free licenses are available in the icc-profiles package. Package: ice34-slice Priority: optional Section: devel Installed-Size: 2339 Maintainer: Francisco Moya Architecture: all Source: zeroc-ice Version: 3.4.2-8.2.6.201403170326 Replaces: ice-slice, ice32-slice, ice33-slice Provides: ice-slice Conflicts: ice-slice, ice32-slice, ice33-slice Filename: 4.0-0/all/ice34-slice_3.4.2-8.2.6.201403170326_all.deb Size: 222738 MD5sum: 6bd256df7dbbe49cc8a91b354948eeb7 SHA1: b5e5648557e143f4aee7b396e526887e487c9dda SHA256: 87e7382c9e92b3351081488a268de051d6cfe53bd2ee3ab815b9e43f5de9180b Description: Slice definitions for Ice 3.4 services Ice, the Internet Communications Engine, is a middleware for the practical programmer developed by ZeroC Inc. A high-performance Internet communications platform, Ice includes a wealth of layered services and plug-ins. . Ice is built on concepts which will be familiar to CORBA programmers, and supports a wide variety of programming languages and runtime platforms. Slice is the interface description language used in Ice. . This package installs the Slice definitions of standard Ice services on /usr/share/slice. You will find further information in the ZeroC home page (http://www.zeroc.com/ice.html) and in the non-free package zeroc-ice-manual. Homepage: http://www.zeroc.com/ Package: icecream Priority: optional Section: net Installed-Size: 69 Maintainer: Cristian Greco Architecture: all Version: 1.3-4.4.201403200407 Depends: perl Filename: 4.0-0/all/icecream_1.3-4.4.201403200407_all.deb Size: 16240 MD5sum: 8acfb968eebd994d8c1468c0714e16ab SHA1: cebe9ac787fa866b2d630f2bb42c95ba884b0cf9 SHA256: d87dce2bc5b8230d2a0455884f4aa8a3fe5585da9a6844be7e15dfe6754451de Description: lightweight stream download utility icecream is a non-interactive stream download utility written in Perl. It connects to icecast and shoutcast servers or direct stream URLs, and redirects all fetched content to stdout and/or to media files on your disk. . Listen to the stream piping the output to a stdin-capable media player. Save the stream to a named file or split it into different tracks. It is possible to redirect the stream and save it to disk at the same time. Homepage: http://icecream.sourceforge.net Package: icedove-bidiui Priority: optional Section: mail Installed-Size: 315 Maintainer: Debian Hebrew Packaging Team Architecture: all Source: bidiui Version: 0.9.6-1.4.201403141925 Depends: icedove (>= 2.0) Suggests: user-he Filename: 4.0-0/all/icedove-bidiui_0.9.6-1.4.201403141925_all.deb Size: 77678 MD5sum: 1ecb95273c11aad44fb95f5f057ad08c SHA1: 819418099f9c41ead7837d07b753d5479deaff0a SHA256: df6a7394cf045f7247c7214d311496381cf4022a946ae31063d2317b3472d989 Description: BiDirectional support for Icedove An extension for Icedove (originally written for Thunderbird) that allows users to create emails with explicit paragraph directionality, as needed for proper recipient rendering of emails with bidi languages, such as Hebrew, Arabic, Farsi, Urdu or Yiddish. . The extension adds "BiDi" controls, setting the paragraph direction, as well as automatic direction sensing for unformatted text messages, and direction overrides. Homepage: http://bidiui.mozdev.org/mail/ Package: icedove-dispmua Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Mozilla Extension Maintainers Architecture: all Source: dispmua Version: 1.6.8-1.9.201403200402 Depends: xul-ext-dispmua Filename: 4.0-0/all/icedove-dispmua_1.6.8-1.9.201403200402_all.deb Size: 7536 MD5sum: 7da533cf5b8d1a9c83310736a9fc45af SHA1: d21c5946aacf42d248758db452fc01f20b7fc715 SHA256: 754cbe221d822674377b91e24c33f2728ed8ea28444f5d2de004c85bfbda9d3a Description: display Mail User Agent extension for Icedove (transitional package) Adds an image on the right side of the "expanded header view" which displays the icon of the application with which the currently selected mail was written. . This is a transitional package that depends on xul-ext-dispmua. It can be safely removed. Homepage: http://www.juergen-ernst.de/addons/dispmua.html Package: icedove-gcontactsync Priority: optional Section: mail Installed-Size: 56 Maintainer: Debian Mozilla Extension Maintainers Architecture: all Source: gcontactsync Version: 0.3.5-1.4.201403122340 Depends: icedove (>= 2.0.0.8), xul-ext-gcontactsync Filename: 4.0-0/all/icedove-gcontactsync_0.3.5-1.4.201403122340_all.deb Size: 11856 MD5sum: eac92503be99bf0a46579b0332dc5e8e SHA1: 153203ad80fdcc91a814c164797fce7ec89477b0 SHA256: bcde9cfd6023598cb3f697f4c04e387fca6fd0f358fd63ea0e8b32268b066f1a Description: synchronize contacts from Gmail into IceDove - dummy package This is a transitional dummy package to ease the migration from the old icedove-gcontactsync to the new xul-ext-gcontactsync package. You can safely remove it. Homepage: http://gcontactsync.mozdev.org/ Package: icedove-l10n-all Priority: optional Section: localization Installed-Size: 32 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove-l10n-ar, icedove-l10n-ast, icedove-l10n-be, icedove-l10n-bg, icedove-l10n-bn-bd, icedove-l10n-br, icedove-l10n-ca, icedove-l10n-cs, icedove-l10n-da, icedove-l10n-de, icedove-l10n-el, icedove-l10n-en-gb, icedove-l10n-es-ar, icedove-l10n-es-es, icedove-l10n-et, icedove-l10n-eu, icedove-l10n-fi, icedove-l10n-fr, icedove-l10n-fy-nl, icedove-l10n-ga-ie, icedove-l10n-gd, icedove-l10n-gl, icedove-l10n-he, icedove-l10n-hr, icedove-l10n-hu, icedove-l10n-hy-am, icedove-l10n-id, icedove-l10n-is, icedove-l10n-it, icedove-l10n-ja, icedove-l10n-ko, icedove-l10n-lt, icedove-l10n-nb-no, icedove-l10n-nl, icedove-l10n-nn-no, icedove-l10n-pa-in, icedove-l10n-pl, icedove-l10n-pt-br, icedove-l10n-pt-pt, icedove-l10n-rm, icedove-l10n-ro, icedove-l10n-ru, icedove-l10n-si, icedove-l10n-sk, icedove-l10n-sl, icedove-l10n-sq, icedove-l10n-sr, icedove-l10n-sv-se, icedove-l10n-ta-lk, icedove-l10n-tr, icedove-l10n-uk, icedove-l10n-vi, icedove-l10n-zh-cn, icedove-l10n-zh-tw Filename: 4.0-0/all/icedove-l10n-all_24.3.0-1.7.201406181951_all.deb Size: 8126 MD5sum: a30060303c383f0573efc6c89db61973 SHA1: ff026b0bb9e5185c982b9fcfe660a5a1d74f2291 SHA256: 4fbdd5a37385e63d1d1a544e4b405f0e83611415e8e0dd02bb840c16042d20de Description: All language packages for Icedove (meta) Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package is a metapackage depending on all available localization of Icedove. Package: icedove-l10n-ar Priority: optional Section: localization Installed-Size: 511 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-ar Filename: 4.0-0/all/icedove-l10n-ar_24.3.0-1.7.201406181951_all.deb Size: 399736 MD5sum: a7444de2e6711627606e3c9e8db9f808 SHA1: a4f3e2e8a2485b30efaa830fbfe57f5cd4d041de SHA256: 1aad9fdc23b8c3e9eaddc2c42ea955de8d9b65fb94a52e67d355d8462bdcdadf Description: Arabic language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Arabic. Package: icedove-l10n-ast Priority: optional Section: localization Installed-Size: 429 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-ast_24.3.0-1.7.201406181951_all.deb Size: 312436 MD5sum: 797e1a7984f0d97067aabce1da06b095 SHA1: 60f31149b993a864cb386b9406cd2fbb9d7132d0 SHA256: 159d4356c554f1e5dc3de6d34fea04e88a35ad7ee6a72537664403370ec163a1 Description: Asturian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Asturian. Package: icedove-l10n-be Priority: optional Section: localization Installed-Size: 471 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-be_24.3.0-1.7.201406181951_all.deb Size: 357942 MD5sum: bca1f80e59b597f0dda26e6713c57f73 SHA1: e731767397a805e09aa33a9dd8b634e3f8090377 SHA256: 78f04794830c367dfaa1392884a7c8146a9e5274ffc0dc4642b2c54abdf23b21 Description: Belarusian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Belarusian. Package: icedove-l10n-bg Priority: optional Section: localization Installed-Size: 538 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-bg Filename: 4.0-0/all/icedove-l10n-bg_24.3.0-1.7.201406181951_all.deb Size: 427554 MD5sum: 4f966ef1e6ea0d8ff6599ae7193abbdb SHA1: ee89b4d21ebe8d4ab375132e9af88d63870d2515 SHA256: 9244496b70779090cbf81ea2ced6d2a15f2cee8a1680ebbbebeef47ac6a1dcf1 Description: Bulgarian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Bulgarian. Package: icedove-l10n-bn-bd Priority: optional Section: localization Installed-Size: 590 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-bn-bd_24.3.0-1.7.201406181951_all.deb Size: 476608 MD5sum: 90930315e8fa7918ff3c24b4229afa36 SHA1: 7529f96a8be76f587bd724344e6ad4550ae4b965 SHA256: d594ed8057ea9592d952c89eda3fb138813d9610ac8a5803e3cb6d745e21ca56 Description: Bengali language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Bengali. Package: icedove-l10n-br Priority: optional Section: localization Installed-Size: 481 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-br_24.3.0-1.7.201406181951_all.deb Size: 369178 MD5sum: b7ad19abcbbf471348c8b78c6ffc951d SHA1: 941764c0d1566e4adf63bd13df86701c45b7ccd8 SHA256: 2ab38aa9ef8907ad9bbe7022159bffe80948a0ae3ab10671c525956df245641f Description: Breton language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Breton. Package: icedove-l10n-ca Priority: optional Section: localization Installed-Size: 484 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-ca Filename: 4.0-0/all/icedove-l10n-ca_24.3.0-1.7.201406181951_all.deb Size: 371712 MD5sum: 64b3b109627a4d8c5f8ec28c6f3d315f SHA1: a78e2b14655919924643ca84b2d52d01e69ed70f SHA256: 5dfefe57d612defc15d0500c76ac90d9e634fbe306479b86de09454598d4037b Description: Catalan/Valencian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Catalan/Valencian. Package: icedove-l10n-cs Priority: optional Section: localization Installed-Size: 485 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-cs-cz Filename: 4.0-0/all/icedove-l10n-cs_24.3.0-1.7.201406181951_all.deb Size: 373374 MD5sum: dd23a64a40af5d184dbedf35fe689df8 SHA1: 745882907ef27bd3de1f2e77718f053ed6c2460d SHA256: fcd42b220d469dcf8f442951a9aea236ad876460a1399609a7e388334692dad7 Description: Czech language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Czech. Package: icedove-l10n-da Priority: optional Section: localization Installed-Size: 464 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-da | hunspell-da Filename: 4.0-0/all/icedove-l10n-da_24.3.0-1.7.201406181951_all.deb Size: 350994 MD5sum: 393bdd94eb7c3ce386c0baba519840c4 SHA1: f82a0ff5cc906077bbf789b3e583b049fd209b95 SHA256: d1fb16f1b427c5aa171ad3f533ee97eb1a748091d3cec2834951e07ef353ba59 Description: Danish language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Danish. Package: icedove-l10n-de Priority: optional Section: localization Installed-Size: 463 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-de-de | myspell-de-at | myspell-de-ch | hunspell-de-de | hunspell-de-at | hunspell-de-ch Filename: 4.0-0/all/icedove-l10n-de_24.3.0-1.7.201406181951_all.deb Size: 350068 MD5sum: 99fde9dd421d74043aea51a8343c00b5 SHA1: 79c13ceafb8c8ebda8fe2047618c72babdc4f7f1 SHA256: ec76fcf77b7cd2d7b99b3c180d2d7df230652d32f1302f4d44a404a21e26589d Description: German language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in German. Package: icedove-l10n-el Priority: optional Section: localization Installed-Size: 517 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-el-gr Filename: 4.0-0/all/icedove-l10n-el_24.3.0-1.7.201406181951_all.deb Size: 407220 MD5sum: 758105a04505d1d6438b1ce8d2d08fec SHA1: 950170c759469ae5b6af697db1bdbb656b6000ec SHA256: 5e114e4b2a7d48a4ca17c5790a101d0d822d370e25a6f7fd856e52e11540315a Description: Greek language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Greek. Package: icedove-l10n-en-gb Priority: optional Section: localization Installed-Size: 456 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-en-gb | myspell-en-us | hunspell-en-us Filename: 4.0-0/all/icedove-l10n-en-gb_24.3.0-1.7.201406181951_all.deb Size: 337498 MD5sum: 249740b2a93630dfa8f788c0acb37790 SHA1: 40c6a6e35c201a0d9bd4c6bd1620e23fbdcf93a7 SHA256: 50c640a056d4f1eef1f04d471579fdd2d9984eb203dfac25c9af09b09c8fb1d1 Description: English (Great Britain) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in English (Great Britain). Package: icedove-l10n-es-ar Priority: optional Section: localization Installed-Size: 480 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-es Filename: 4.0-0/all/icedove-l10n-es-ar_24.3.0-1.7.201406181951_all.deb Size: 362906 MD5sum: cd286c5729240da7c9d7fae54816fcc1 SHA1: 9dbc04245d82164b4818c11e3d307d21e12cac4c SHA256: 772594e4f48d6f3efebd951a521325944db78631fab0c584efa6320caa3cc197 Description: Spanish (Argentina) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Spanish (Argentina). Package: icedove-l10n-es-es Priority: optional Section: localization Installed-Size: 422 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-es Filename: 4.0-0/all/icedove-l10n-es-es_24.3.0-1.7.201406181951_all.deb Size: 302458 MD5sum: 11c6cac0f8aea2b5f43bacaa93bd1e08 SHA1: 1a283ecdecd07df4ddef0bff1e0ed09416b34f31 SHA256: 3d5f9d7297c60fe382a2c8ea104efdab2dbc056c3babefb90170702f909a5812 Description: Spanish (Spain) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Spanish (Spain). Package: icedove-l10n-et Priority: optional Section: localization Installed-Size: 477 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-et Filename: 4.0-0/all/icedove-l10n-et_24.3.0-1.7.201406181951_all.deb Size: 364792 MD5sum: 4abd6c181b21c80c604ff3cd58323e5b SHA1: 9dad56079a1e35322d0aeeb20652aca2792a3042 SHA256: e79fca7ab17e41e844cd61365a3e43f29b61be537a55da64a52a3bfd950ad765 Description: Estonian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Estonian. Package: icedove-l10n-eu Priority: optional Section: localization Installed-Size: 473 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-eu_24.3.0-1.7.201406181951_all.deb Size: 359836 MD5sum: 31a426faf9744910dc44c60da9b9e9cd SHA1: 811c60b203fd55588b600ecc96d4dfe138c0aa3e SHA256: 9428cb993313940e875af35abe4ffa18465e789c0e702be95a1b0163349938c1 Description: Basque language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Basque. Package: icedove-l10n-fi Priority: optional Section: localization Installed-Size: 478 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-fi Filename: 4.0-0/all/icedove-l10n-fi_24.3.0-1.7.201406181951_all.deb Size: 365570 MD5sum: 9b3aa69b0a70b4731d7150c29e53f001 SHA1: e16a793432737be6e3c503475bb53684b0d7be5d SHA256: f9d9a0c46fe2ba3207a3c0fff28668794338e9a4e32677fd373e2105a1fddcfa Description: Finnish language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Finnish. Package: icedove-l10n-fr Priority: optional Section: localization Installed-Size: 485 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-fr | myspell-fr-gut | hunspell-fr Filename: 4.0-0/all/icedove-l10n-fr_24.3.0-1.7.201406181951_all.deb Size: 372132 MD5sum: 82332310143ae458cfda974312b1afec SHA1: 984db509215e1b21a82cecab8ecfedf1175294da SHA256: 5a1e6cdb5b92661d066edd1b5c1badf67f8a8e65532a62b0aab52bd1cd9d704e Description: French language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in French. Package: icedove-l10n-fy-nl Priority: optional Section: localization Installed-Size: 481 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-fy-nl_24.3.0-1.7.201406181951_all.deb Size: 362208 MD5sum: 40934c14c3e9904ad21d1110769f1304 SHA1: 341a972ebcfc677b8af105bb9d42ed140afbc4f1 SHA256: c05344cd421ad8a80c1761a10aad054d8d57f7f78c56b1b2d695bbe012b1a32c Description: Frisian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Frisian. Package: icedove-l10n-ga-ie Priority: optional Section: localization Installed-Size: 491 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-ga-ie_24.3.0-1.7.201406181951_all.deb Size: 374204 MD5sum: b7a81c02e588f6819fdae457a4e05fea SHA1: b5f526e7b3a9ffecbac16b60ccb0cf620240cf03 SHA256: 15e51ec9281b4612aa2c3a0cd58e855b8da0f916617b657884d4cae9ca375916 Description: Irish (Ireland) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Irish (Ireland). Package: icedove-l10n-gd Priority: optional Section: localization Installed-Size: 494 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-gd Filename: 4.0-0/all/icedove-l10n-gd_24.3.0-1.7.201406181951_all.deb Size: 381984 MD5sum: 0588fa82ecea42ce939dabc898d89188 SHA1: a6c81d199bd4c88fba53440c95917a0f16bc47ab SHA256: 5cfaf6613101b71b6fcf41ee46b19a6daca4801208191ee9e61513ca2ad02446 Description: Gaelic (Scottish) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Gaelic (Scottish). Package: icedove-l10n-gl Priority: optional Section: localization Installed-Size: 482 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-gl-es Filename: 4.0-0/all/icedove-l10n-gl_24.3.0-1.7.201406181951_all.deb Size: 369564 MD5sum: ba07ef90e43ff339318ea058bfd672ad SHA1: f336c989f2054288fa7e04fee4d6bf2e5b2ba749 SHA256: 10acc45eb7653714dc19129ed875af31c7e130e020a08252b0a59fd77dda919f Description: Galician language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Galician. Package: icedove-l10n-he Priority: optional Section: localization Installed-Size: 510 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-he Filename: 4.0-0/all/icedove-l10n-he_24.3.0-1.7.201406181951_all.deb Size: 399750 MD5sum: 15f852319869501420f2ee4907b6c498 SHA1: 6ce3e382b394466131137ff3d428e0d8697ca033 SHA256: 365849bd69bf9c0e432ce07a8894ff3a3229e31dd36c9363675c660bb69a6e16 Description: Hebrew language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Hebrew. Package: icedove-l10n-hr Priority: optional Section: localization Installed-Size: 476 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 17.0.8), icedove (<< 25) Recommends: myspell-hr Filename: 4.0-0/all/icedove-l10n-hr_24.3.0-1.7.201406181951_all.deb Size: 364062 MD5sum: 424698138c2e6cb56f7fe94d91506f98 SHA1: 05e4da1c7105b70de18c0f0e7e995624e04b91e0 SHA256: 814f7379e69765a628dfcbf91f4226a6d8c424fe7c104dc68e0fe68fc0082cc3 Description: Croatian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Croatian. Package: icedove-l10n-hu Priority: optional Section: localization Installed-Size: 495 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-hu | hunspell-hu Filename: 4.0-0/all/icedove-l10n-hu_24.3.0-1.7.201406181951_all.deb Size: 382806 MD5sum: 1fcce696120083f632f001ba63d5c2e6 SHA1: 3862bf79dd1e1f1d3fb4d519c532fc88a263f404 SHA256: d1aa0a5d27a5214bc7e7f4991277fe3f4c0c78affe4daf2d3715c9ca3e68fca9 Description: Hungarian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Hungarian. Package: icedove-l10n-hy-am Priority: optional Section: localization Installed-Size: 531 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 17.0.8), icedove (<< 25) Recommends: myspell-hy Filename: 4.0-0/all/icedove-l10n-hy-am_24.3.0-1.7.201406181951_all.deb Size: 415472 MD5sum: 0a3806183597c06fce8088e151fd52b7 SHA1: 45262dc92f6d53e9559cfebf499cdac5395f0d5b SHA256: 83981a7739a92d0415ed122c5c33f75536819386c42749b12c15074b2c394de0 Description: Armenian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Armenian. Package: icedove-l10n-id Priority: optional Section: localization Installed-Size: 511 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-id_24.3.0-1.7.201406181951_all.deb Size: 399338 MD5sum: 72c1cde2bd380bf387c114302e4cc103 SHA1: 5c36c3d996357f31d03a8db46c94d279ef8c57f3 SHA256: c5a9c72855177f81a2c5791da35ac005e44189cd3bf010e2010cb0ec0f7d79fc Description: Indonesian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Indonesian. Package: icedove-l10n-is Priority: optional Section: localization Installed-Size: 480 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-is_24.3.0-1.7.201406181951_all.deb Size: 366934 MD5sum: cafd9c3242e61acc98969d690944489c SHA1: 849f8fc612308b5fa9f8218893de47baa4ff5c4e SHA256: d00c4829f4d5cf504d975b892d3064c3a57e366f5838bb03b3ad04620942d454 Description: Icelandic language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Icelandic. Package: icedove-l10n-it Priority: optional Section: localization Installed-Size: 413 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-it Filename: 4.0-0/all/icedove-l10n-it_24.3.0-1.7.201406181951_all.deb Size: 298400 MD5sum: d0864be952da68c612c899cd8b507525 SHA1: 94b3333de0dea5d2b1eba1cae0375da80a36c2e4 SHA256: 434862ee09c89d329d27ff795519b419b591b57c75550beba64a97f067f52309 Description: Italian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Italian. Package: icedove-l10n-ja Priority: optional Section: localization Installed-Size: 528 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-ja_24.3.0-1.7.201406181951_all.deb Size: 417574 MD5sum: c37c7712a3fa7ff96a0dd27cf9f483ce SHA1: 7f6017962ef1ea0eb22514772185a5404a7699b2 SHA256: 49158cd2bf0ec336c71e218e4b98bccd5278896ab1304fd22cc28ebca996adc8 Description: Japanese language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Japanese. Package: icedove-l10n-ko Priority: optional Section: localization Installed-Size: 482 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-ko Filename: 4.0-0/all/icedove-l10n-ko_24.3.0-1.7.201406181951_all.deb Size: 369182 MD5sum: eb4cec3b16dddbd9be07588843a087b3 SHA1: f58476b8c2b457a9a830fa2fbd7fa5259b7b0ff8 SHA256: 86438b2d61db2f968e791d29b13be5dc85672ece74409f61eec5b34196e62db3 Description: Korean language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Korean. Package: icedove-l10n-lt Priority: optional Section: localization Installed-Size: 497 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-lt Filename: 4.0-0/all/icedove-l10n-lt_24.3.0-1.7.201406181951_all.deb Size: 384958 MD5sum: 53c70fec5ab0935310b5c6c983ad2542 SHA1: cb161657d2ad65c0f4a3838c53360a3e5b46129a SHA256: 1f334a56164ca0f86129508a566f41492eb0586612dd5f0cac035e16572460bf Description: Lithuanian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Lithuanian. Package: icedove-l10n-nb-no Priority: optional Section: localization Installed-Size: 474 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-nb Filename: 4.0-0/all/icedove-l10n-nb-no_24.3.0-1.7.201406181951_all.deb Size: 355992 MD5sum: c9c6561722df39bb2222de5d7b11b473 SHA1: 1b1351ed584c7d80da83f77d90bb50e2cc80f323 SHA256: 8ed6e424506e2ccd35b3ed870289199397b80a8fdad9f56b203d5ff474467fc2 Description: Bokmaal (Norway) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Bokmaal (Norway). Package: icedove-l10n-nl Priority: optional Section: localization Installed-Size: 473 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-nl Filename: 4.0-0/all/icedove-l10n-nl_24.3.0-1.7.201406181951_all.deb Size: 360146 MD5sum: 58278ed266cdc8a2012ccfa5a3942f3c SHA1: e5b2fab59217cc99368a558ce1b7838d9a56e818 SHA256: f49dcdb7cc79c97c570b4dfe74e1be287dac5623f493216b1ac949b861d13e63 Description: Dutch language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Dutch. Package: icedove-l10n-nn-no Priority: optional Section: localization Installed-Size: 476 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-nn Filename: 4.0-0/all/icedove-l10n-nn-no_24.3.0-1.7.201406181951_all.deb Size: 358666 MD5sum: 5422c8067361e74850c4dddb945fbd9a SHA1: 01803b1aa94b84aa4e443d2d2793b10365992a76 SHA256: 586739d2cea78c377f8eab3ee5fb33e88ae750749f1abdf0b6748b3e118e65d1 Description: Nynorsk (Norway) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Nynorsk (Norway). Package: icedove-l10n-pa-in Priority: optional Section: localization Installed-Size: 561 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-pa-in_24.3.0-1.7.201406181951_all.deb Size: 447248 MD5sum: 49734830cb3bae037097b2323af7dd46 SHA1: 41e1984a858b4e84400c29e854cab8cd7e5e22b5 SHA256: c6fb8245b9b77ec10668b298059e099559126c635fb3d4c7a949995ea48ac99c Description: Punjabi (India) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Punjabi (India). Package: icedove-l10n-pl Priority: optional Section: localization Installed-Size: 456 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-pl Filename: 4.0-0/all/icedove-l10n-pl_24.3.0-1.7.201406181951_all.deb Size: 343014 MD5sum: 2f348089c40e550a3c200720e2254fe5 SHA1: 1614965cd0183e245bc435857ac5dbfadee0143c SHA256: 9fd78f8a0fe4912667369e62d277f8c91c08059ddd0356248225b134013fdbde Description: Polish language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Polish. Package: icedove-l10n-pt-br Priority: optional Section: localization Installed-Size: 485 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-pt-br | myspell-pt Filename: 4.0-0/all/icedove-l10n-pt-br_24.3.0-1.7.201406181951_all.deb Size: 368160 MD5sum: ddb82f92dd96f74618d2fe8a0c0afb6b SHA1: 702063c79d52b3fb941007530586af1bb212f329 SHA256: d3aa9a72ff0cd24d9ef21146716020b9d082253b45d3e034dec07b5424be1ba4 Description: Portuguese (Brazil) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Portuguese (Brazil). Package: icedove-l10n-pt-pt Priority: optional Section: localization Installed-Size: 480 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-pt-pt | myspell-pt Filename: 4.0-0/all/icedove-l10n-pt-pt_24.3.0-1.7.201406181951_all.deb Size: 361788 MD5sum: 6546e73a1b7f2a83ea44ac0df448f747 SHA1: 890d43dfdb987d983f780d1bf25ca57004ba92d2 SHA256: df9295d7eca360d023069e6022d3215368f19431059ad64299c92d49d507f1b4 Description: Portuguese (Portugal) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Portuguese (Portugal). Package: icedove-l10n-rm Priority: optional Section: localization Installed-Size: 486 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-rm_24.3.0-1.7.201406181951_all.deb Size: 374448 MD5sum: 4840566ef6239b34e6681e6edfa81de8 SHA1: c69c1d9ef2cec69c5f84917c7e24f7836be420f3 SHA256: cc96977be8121dda999e0ad59705cee6143b4b69ccff4b19da3bbc392c509b0a Description: Romansh language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Romansh. Package: icedove-l10n-ro Priority: optional Section: localization Installed-Size: 550 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-ro Filename: 4.0-0/all/icedove-l10n-ro_24.3.0-1.7.201406181951_all.deb Size: 439546 MD5sum: 782175619104be7b365a157b5c115ea5 SHA1: 15e5bced2448647975c93b0b343109d3361590a0 SHA256: 2ce973c5d81a18607137a3332ff0e06d03376568d6539480f569a3e4906d2839 Description: Romania language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Romania. Package: icedove-l10n-ru Priority: optional Section: localization Installed-Size: 479 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-ru Filename: 4.0-0/all/icedove-l10n-ru_24.3.0-1.7.201406181951_all.deb Size: 366472 MD5sum: e23dd015622ae5f0df46bd553f1a4eb3 SHA1: a45483cbd5fab963299e120ae0c64da389350b66 SHA256: cdda739eee1fdb5ef91df6f48b826bb128e6a16fa8b156f876f3d833b67516da Description: Russian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Russian. Package: icedove-l10n-si Priority: optional Section: localization Installed-Size: 564 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-si_24.3.0-1.7.201406181951_all.deb Size: 454528 MD5sum: 36783d2af3bab9217d450f0cd58d8cf3 SHA1: b5189df23164ec84dc0ba8552d49e7fa8147fefb SHA256: 57361fce0b09a3b607deb6809b955203a2e9a6645b47489e0a89ba461006124b Description: Sinhala language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Sinhala. Package: icedove-l10n-sk Priority: optional Section: localization Installed-Size: 494 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-sk Filename: 4.0-0/all/icedove-l10n-sk_24.3.0-1.7.201406181951_all.deb Size: 381710 MD5sum: 86c7e5b256b255a76baca0b287f70afe SHA1: 2e7da09ed9420aa31355eb08a964e698c8aef5b0 SHA256: 2634350e766f0ff7391dbc06bfb86f5c3fb1e1cebc0f37de903df0e89c9188ea Description: Slovak language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Slovak. Package: icedove-l10n-sl Priority: optional Section: localization Installed-Size: 476 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-sl Filename: 4.0-0/all/icedove-l10n-sl_24.3.0-1.7.201406181951_all.deb Size: 363220 MD5sum: 674214f30d86338a420e3062c91c5272 SHA1: 9b221ace07b5ea8b0ddc2e2afdc9510f5d09e5a6 SHA256: 031d5c24415b53f7f4b868a6c54a2de591a3f7f9d7aeecaf9e51c5dc423663aa Description: Slovenian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Slovenian. Package: icedove-l10n-sq Priority: optional Section: localization Installed-Size: 489 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-sq_24.3.0-1.7.201406181951_all.deb Size: 377674 MD5sum: a3c5b23d07aa56a2615f8547b9099efc SHA1: eb977c4416ab93713e85f9d99b10002aedda5d1d SHA256: b865c2336d173b90f0e504a2edede140941543c84b4d15645eda36afc21bcbbc Description: Albanian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Albanian. Package: icedove-l10n-sr Priority: optional Section: localization Installed-Size: 571 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-se Filename: 4.0-0/all/icedove-l10n-sr_24.3.0-1.7.201406181951_all.deb Size: 461430 MD5sum: dcda6162b430b2efd2581f7975cb6f6a SHA1: 953470a192567746d4f34ddc3d486f771f894ed3 SHA256: 905a59719cec5f97c91620059f1c8145f9a8cd5a94eeca195e8801b70138fd3a Description: Serbian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Serbian. Package: icedove-l10n-sv-se Priority: optional Section: localization Installed-Size: 478 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: myspell-sv-se Filename: 4.0-0/all/icedove-l10n-sv-se_24.3.0-1.7.201406181951_all.deb Size: 360872 MD5sum: 44e5f9776fbf47fef42d7b8772833aa7 SHA1: 73f0814feec05aec043799aebf3b9d34b689c3a0 SHA256: 933dd4a757f6f3a18be046e51419d17da8612d7feb84520d205789ea21ed0d41 Description: Swedish (Sweden) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Swedish (Sweden). Package: icedove-l10n-ta-lk Priority: optional Section: localization Installed-Size: 588 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-ta-lk_24.3.0-1.7.201406181951_all.deb Size: 474630 MD5sum: 866e46650458122abbc2acaaa05a495b SHA1: afaccc5e66023a0c4c82020a3fe3ccb762a8e519 SHA256: f628134a230941635b291e43758324aa8a93c94983b0d7c5ced8fb3b7f6d737c Description: Tamil language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Tamil. Package: icedove-l10n-tr Priority: optional Section: localization Installed-Size: 492 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-tr_24.3.0-1.7.201406181951_all.deb Size: 379586 MD5sum: 96aa4240d255355d73371a90f6ca9b61 SHA1: 847af69cee7c92f47e583be6cb0d61e625dd34cb SHA256: 6c0285b4a226456bccb280071cd17a4e6cb3b8e90a917629d0122e52786e38a7 Description: Turkish language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Turkish. Package: icedove-l10n-uk Priority: optional Section: localization Installed-Size: 534 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-uk_24.3.0-1.7.201406181951_all.deb Size: 423058 MD5sum: 7f15300a0b097b1fcf29780381f0b288 SHA1: e500c9749911c8b2318d32d5f94bb574adb0924d SHA256: 586eb3482d32bf178357bb032e92cc0ef4919d1b1fa69d5b5538202808a8f350 Description: Ukrainian language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Ukrainian. Package: icedove-l10n-vi Priority: optional Section: localization Installed-Size: 548 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Recommends: hunspell-vi Filename: 4.0-0/all/icedove-l10n-vi_24.3.0-1.7.201406181951_all.deb Size: 438614 MD5sum: f89f0c26a96e992762ada99e8421eddd SHA1: b6012d28ad5e3a8cf85e6c5d3b9913d0b2efe8f7 SHA256: 92abd6dd4aa258444739d808c4d2db79a61abff97ac21ed408d1cd7ab050aa6d Description: Vietnamese language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Vietnamese. Package: icedove-l10n-zh-cn Priority: optional Section: localization Installed-Size: 503 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-zh-cn_24.3.0-1.7.201406181951_all.deb Size: 386388 MD5sum: a6e22f4cde1c845d327d03141228c7f7 SHA1: afda240fa006ae91d44466a9bdf8dbe78ccb7381 SHA256: 081e0d874ec5b0e35f54b1cf620ce4d5c117423d584536ad43e11e8df476607b Description: Chinese (China) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Chinese (China). Package: icedove-l10n-zh-tw Priority: optional Section: localization Installed-Size: 504 Maintainer: Christoph Goehre Architecture: all Source: icedove-l10n Version: 1:24.3.0-1.7.201406181951 Depends: icedove (>= 24.3.0), icedove (<< 25) Filename: 4.0-0/all/icedove-l10n-zh-tw_24.3.0-1.7.201406181951_all.deb Size: 386686 MD5sum: 0d5728a162080738ab5e50a486ba4ed8 SHA1: 0965cae10289674e9a5dbd75983ff5222aedd4cd SHA256: 91153b2845969e26de052e645b72880b8fadcdc0e40edcdc8360cb6da8cea457 Description: Chinese (Taiwan) language package for Icedove Icedove is an unbranded Thunderbird mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Icedove in Chinese (Taiwan). Package: icedove-quotecolors Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Mozilla Extension Maintainers Architecture: all Source: quotecolors Version: 0.3-3.2.201403150640 Depends: xul-ext-quotecolors Filename: 4.0-0/all/icedove-quotecolors_0.3-3.2.201403150640_all.deb Size: 3194 MD5sum: 3a78e625ed7acf5e5ca0866ae95f593d SHA1: fbb75b7d10bc1087ddc3043aed20531cc7ee641f SHA256: 52573de4f76151903ed686149bff549eff4a7eb0f8d67fe9f0fda1f12e743b99 Description: Colorize different quoting levels in e-mail messages (transitional package) With this extensions installed up to five quoting levels can be displayed in different colors making it easier to read e-mails with lots of quoted replies. Foreground and background colors can be customised. . This is a transitional package that depends on xul-ext-quotecolors. It can be safely removed. Homepage: http://quotecolors.mozdev.org/ Package: icedtea-plugin Priority: extra Section: web Installed-Size: 35 Maintainer: OpenJDK Team Architecture: all Source: icedtea-web Version: 1.4-3.7.201411012253 Depends: icedtea-6-plugin Filename: 4.0-0/all/icedtea-plugin_1.4-3.7.201411012253_all.deb Size: 8952 MD5sum: 4ae8bc35f83e69eb6466e249f4f9bd92 SHA1: cdb4edd838546f147db51778d824848000471e94 SHA256: e0b050d3bc03cd4938029bb8a478384f93d7e6615460802eed2c879f7894985c Description: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web Package: icedtea6-plugin Priority: extra Section: web Installed-Size: 21 Maintainer: OpenJDK Team Architecture: all Source: icedtea-web (1.4-3.7.201411012253) Version: 6b21.4-3.7.201411012253 Depends: icedtea-6-plugin Filename: 4.0-0/all/icedtea6-plugin_6b21.4-3.7.201411012253_all.deb Size: 892 MD5sum: 4110f5566bb0d56acbc3568d62e9a016 SHA1: cbf0226a11ec7ae679fec8f2bedf07b5cfb0d60f SHA256: 111bc2143217d8301dbe9e37d9e0381db796eeecce250739ce5bf6f2334ecef6 Description: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. Homepage: http://icedtea.classpath.org/wiki/IcedTea-Web Package: icee-slice Priority: optional Section: devel Installed-Size: 51 Maintainer: Francisco Moya Architecture: all Source: zeroc-icee Version: 1.2.0-6.5.201411021739 Filename: 4.0-0/all/icee-slice_1.2.0-6.5.201411021739_all.deb Size: 12062 MD5sum: ef903a15d07399437c2afb0bfa93577a SHA1: be52c5b3f1b8b4c7bc342015256ff007e660d165 SHA256: 8a92ef693118cdee02f4a65a18fed4e44bf63be6392ea6a3400ad7f6a6054c25 Description: Slice definitions for ZeroC IceE services ZeroC Ice is a CORBA-like middleware solution. IceE is a subset of Ice used in embedded systems. This package installs the Slice definitions of standard IceE services on /usr/share/slice. Homepage: http://www.zeroc.com/ Package: icegrid-gui Priority: optional Section: devel Installed-Size: 3903 Maintainer: Francisco Moya Architecture: all Source: zeroc-ice Version: 3.4.2-8.2.6.201403170326 Depends: default-jre, libjgoodies-looks-java, libjgoodies-forms-java Recommends: ice34-translators, ice34-services Filename: 4.0-0/all/icegrid-gui_3.4.2-8.2.6.201403170326_all.deb Size: 3037818 MD5sum: 58ff25c321ab706343340830545ed5b7 SHA1: a36dafcfdc4cdb7acab163180e0abff1cfb3d1f6 SHA256: af6f44928ea8ce580ae2038b41074e0fff04b974a9afbb818e06699923464f83 Description: GUI for IceGrid service IceGrid is a sophisticated server activation and deployment tool for advanced grid computing with ZeroC Ice middleware (www.zeroc.com). . This package provides a graphical user interface for IceGrid. You will find more information in the non-free package zeroc-ice-manual. Homepage: http://www.zeroc.com/ Package: iceweasel-downthemall Priority: optional Section: web Installed-Size: 52 Maintainer: Debian Mozilla Extension Maintainers Architecture: all Source: downthemall Version: 2.0.13-2.2.201403201526 Depends: xul-ext-downthemall, iceweasel Filename: 4.0-0/all/iceweasel-downthemall_2.0.13-2.2.201403201526_all.deb Size: 12004 MD5sum: 0f6c30d758232c90bd1eebedcee99567 SHA1: 5d4d1c02e222938ce28abbc2755583d2e3895b73 SHA256: 7e6550d06870e6b81e133a559ae0601d16e1fa64d451d2e5a17ec5e5907dabd8 Description: iceweasel extension with advanced download capabilities - dummy package This is a transitional dummy package to ease the migration from the old iceweasel-downthemall to the new xul-ext-downthemall package. You can safely remove it. Homepage: http://www.downthemall.net/ Package: iceweasel-l10n-ach Priority: optional Section: localization Installed-Size: 585 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ach_24.6.0esr-1.51.201406300931_all.deb Size: 389750 MD5sum: 5a51d26e27684580ccd1aa5b126319e7 SHA1: eda9111939eb034fc45ccf7a0ca35c1bf0941775 SHA256: 171296e06db15b6789b41329f0330edd6d5c6fa8b0ed7ad307db5da8818aec1e Description: Acoli language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Acoli. Package: iceweasel-l10n-af Priority: optional Section: localization Installed-Size: 577 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-af_24.6.0esr-1.51.201406300931_all.deb Size: 382890 MD5sum: 848229ae92dfab239ea98124a12422bb SHA1: c3ff2cf0a5646e13f195d44f1c8ca1a58958d81b SHA256: 43d19f1f0288bd7c7515f50763c57328f87d526fc1b6888a84aec014c2e1a9a9 Description: Afrikaans language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Afrikaans. Package: iceweasel-l10n-ak Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ak_24.6.0esr-1.51.201406300931_all.deb Size: 389888 MD5sum: ecca042cca952dce39425eb6bbead9be SHA1: 735aea1440d48970fe4bff2c2e2d7455b20cec44 SHA256: d8959fea57d50c4d6bb744f88253e2f300d05c256debda4dfbac1725149f91e2 Description: Akan language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Akan. Package: iceweasel-l10n-all Priority: optional Section: localization Installed-Size: 214 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel-l10n-ach, iceweasel-l10n-af, iceweasel-l10n-ak, iceweasel-l10n-ar, iceweasel-l10n-as, iceweasel-l10n-ast, iceweasel-l10n-be, iceweasel-l10n-bg, iceweasel-l10n-bn-bd, iceweasel-l10n-bn-in, iceweasel-l10n-br, iceweasel-l10n-bs, iceweasel-l10n-ca, iceweasel-l10n-cs, iceweasel-l10n-csb, iceweasel-l10n-cy, iceweasel-l10n-da, iceweasel-l10n-de, iceweasel-l10n-el, iceweasel-l10n-en-gb, iceweasel-l10n-en-za, iceweasel-l10n-eo, iceweasel-l10n-es-ar, iceweasel-l10n-es-cl, iceweasel-l10n-es-es, iceweasel-l10n-es-mx, iceweasel-l10n-et, iceweasel-l10n-eu, iceweasel-l10n-fa, iceweasel-l10n-ff, iceweasel-l10n-fi, iceweasel-l10n-fr, iceweasel-l10n-fy-nl, iceweasel-l10n-ga-ie, iceweasel-l10n-gd, iceweasel-l10n-gl, iceweasel-l10n-gu-in, iceweasel-l10n-he, iceweasel-l10n-hi-in, iceweasel-l10n-hr, iceweasel-l10n-hu, iceweasel-l10n-hy-am, iceweasel-l10n-id, iceweasel-l10n-is, iceweasel-l10n-it, iceweasel-l10n-ja, iceweasel-l10n-kk, iceweasel-l10n-km, iceweasel-l10n-kn, iceweasel-l10n-ko, iceweasel-l10n-ku, iceweasel-l10n-lg, iceweasel-l10n-lij, iceweasel-l10n-lt, iceweasel-l10n-lv, iceweasel-l10n-mai, iceweasel-l10n-mk, iceweasel-l10n-ml, iceweasel-l10n-mr, iceweasel-l10n-nb-no, iceweasel-l10n-nl, iceweasel-l10n-nn-no, iceweasel-l10n-nso, iceweasel-l10n-or, iceweasel-l10n-pa-in, iceweasel-l10n-pl, iceweasel-l10n-pt-br, iceweasel-l10n-pt-pt, iceweasel-l10n-rm, iceweasel-l10n-ro, iceweasel-l10n-ru, iceweasel-l10n-si, iceweasel-l10n-sk, iceweasel-l10n-sl, iceweasel-l10n-son, iceweasel-l10n-sq, iceweasel-l10n-sr, iceweasel-l10n-sv-se, iceweasel-l10n-ta, iceweasel-l10n-ta-lk, iceweasel-l10n-te, iceweasel-l10n-th, iceweasel-l10n-tr, iceweasel-l10n-uk, iceweasel-l10n-vi, iceweasel-l10n-zh-cn, iceweasel-l10n-zh-tw, iceweasel-l10n-zu Filename: 4.0-0/all/iceweasel-l10n-all_24.6.0esr-1.51.201406300931_all.deb Size: 106378 MD5sum: 42c7f791aa05bc959436504ec692d0dd SHA1: 6da1ba71d73f22e009b33916849de01dffd7fb1d SHA256: 53c3eef85a794f20ab2fcd1384ad424114d89bbb3db5a8bec6910f48b71711f1 Description: All language packages for Iceweasel (meta) Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This is a metapackage depending on all available localizations of Iceweasel. Package: iceweasel-l10n-ar Priority: optional Section: localization Installed-Size: 604 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ar_24.6.0esr-1.51.201406300931_all.deb Size: 410800 MD5sum: 209d5719ac97570ad38a446fb69703ed SHA1: 906be8ad5556ae25e2c09b6a5435aa7a538a7d7a SHA256: e3b57cea7d7d1b9189cdf3a6573f0d2dde2a7166e1401ed14d1ddff1a9702b81 Description: Arabic language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Arabic. Package: iceweasel-l10n-as Priority: optional Section: localization Installed-Size: 621 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-as_24.6.0esr-1.51.201406300931_all.deb Size: 429342 MD5sum: 8d66b1f23b8db7f8767e862ded9fb7e7 SHA1: ba2ded998cb49cda4b02a5a21d96074e3b2b5451 SHA256: 8e29a24b67a1f159d74a5e2b1a070fa1f482ecaa0da7887feb30767c73a7f6a5 Description: Assamese language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Assamese. Package: iceweasel-l10n-ast Priority: optional Section: localization Installed-Size: 543 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ast_24.6.0esr-1.51.201406300931_all.deb Size: 346092 MD5sum: b143ee6f4972ea230ea27389714daf02 SHA1: d83c0c585131954f6bbef67586d5f2997c9c92be SHA256: 43642f7c576ec21d585f1e47710ea12d5658adc1625b69ee3e8af134fc4038da Description: Asturian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Asturian. Package: iceweasel-l10n-be Priority: optional Section: localization Installed-Size: 569 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-be_24.6.0esr-1.51.201406300931_all.deb Size: 369150 MD5sum: 9833de9654813d2ed2fd41ca30ea1259 SHA1: 3a035a1e43aed09a0f01077f92617628feda46ef SHA256: 46878995c0c219290ad2f49d30537a60646751277d495b606e601802c342cec0 Description: Belarusian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Belarusian. Package: iceweasel-l10n-bg Priority: optional Section: localization Installed-Size: 620 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-bg Filename: 4.0-0/all/iceweasel-l10n-bg_24.6.0esr-1.51.201406300931_all.deb Size: 426790 MD5sum: d43f2743767bc6e74b4bd1a61fa196d5 SHA1: b61e363c6f8d88816b6518eec0632540180a8e0e SHA256: 38f4c0bd84a43ba970310b35531997a4e6f3e6e654325264094d807696f0b159 Description: Bulgarian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Bulgarian. Package: iceweasel-l10n-bn-bd Priority: optional Section: localization Installed-Size: 637 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-bn-bd_24.6.0esr-1.51.201406300931_all.deb Size: 445598 MD5sum: fa36e69bd67c0fd23194314698d1f67f SHA1: 4470159aaefb8f12c1f653089f7da0a1384537cb SHA256: 0307f6ed5b3dc5553cb66f1eddc4edbd0017c73621acd7b8f83aa9d681bdaf25 Description: Bengali (Bangladesh) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Bengali (Bangladesh). Package: iceweasel-l10n-bn-in Priority: optional Section: localization Installed-Size: 688 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-bn-in_24.6.0esr-1.51.201406300931_all.deb Size: 480882 MD5sum: 6c9821e9b50e2b2b5aaedd6862c89a73 SHA1: 7da8694ed925c3a929e8ba8797fd1854cd135bce SHA256: 8bb706576d7ff21afc88e1c005bb74af636e555d897d54af6679cc9d3386114a Description: Bengali (India) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Bengali (India). Package: iceweasel-l10n-br Priority: optional Section: localization Installed-Size: 580 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-br_24.6.0esr-1.51.201406300931_all.deb Size: 384754 MD5sum: b44ab37b6842edb0e09ed25f8bfe82bb SHA1: 256980eda10a96a35501820d26cba545d002b7ca SHA256: a102383cc97a9f0de7da5e4fc3025e703e8115c005bd9ff1f9dac84a5e9ad2b2 Description: Breton language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Breton. Package: iceweasel-l10n-bs Priority: optional Section: localization Installed-Size: 592 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-bs_24.6.0esr-1.51.201406300931_all.deb Size: 397320 MD5sum: 9a243b014cee6a931a9c590eed563f24 SHA1: 409cf7b87f1d65c3a75e2bcdf678a73d65baff64 SHA256: 4266b210e023a0a32418027257788c2895f075f3ee7f81691b395dba72388b0e Description: Bosnian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Bosnian. Package: iceweasel-l10n-ca Priority: optional Section: localization Installed-Size: 595 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-ca Filename: 4.0-0/all/iceweasel-l10n-ca_24.6.0esr-1.51.201406300931_all.deb Size: 399770 MD5sum: c9e71cb096ebba3082b0f04d80ad7af1 SHA1: 5220b17738ad57060b800e85cbac2aea44959f3c SHA256: 36c4bddde42a30378d58203d212b67f123887bcbb1d51d04a2000a99ef9b26fa Description: Catalan language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Catalan. Package: iceweasel-l10n-cs Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-cs-cz Filename: 4.0-0/all/iceweasel-l10n-cs_24.6.0esr-1.51.201406300931_all.deb Size: 389738 MD5sum: f2a5f5f3962df8f12a8751bbb3533f8d SHA1: 186b01bd19381fbd9a048417ff11c205f11c1d40 SHA256: 2c5bf9b7c26e97e486c2f1e330d519844cac7b6b4fb771c50cf0a155c0705f56 Description: Czech language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Czech. Package: iceweasel-l10n-csb Priority: optional Section: localization Installed-Size: 578 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-csb_24.6.0esr-1.51.201406300931_all.deb Size: 382986 MD5sum: 0efea62650cbde31574391d768387cc5 SHA1: 6907d275b821b434d671a931f3f94d85c469a11d SHA256: 92e63146f97c90f62085a3a56eeacb25789588dc089e643ff606c466b956a967 Description: Kashubian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Kashubian. Package: iceweasel-l10n-cy Priority: optional Section: localization Installed-Size: 581 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-cy_24.6.0esr-1.51.201406300931_all.deb Size: 383558 MD5sum: 1426cd6fc06cae56129d59ea4634456e SHA1: f699c6ad78c39556af190229b334e3192ebae828 SHA256: 777cdc0ce9428f1b241d8fc267798d3d8794703a3a743d1e4ab470a17a559ca4 Description: Welsh language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Welsh. Package: iceweasel-l10n-da Priority: optional Section: localization Installed-Size: 573 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-da Filename: 4.0-0/all/iceweasel-l10n-da_24.6.0esr-1.51.201406300931_all.deb Size: 379950 MD5sum: 4b78b9c21c933d014c683b7b170731bf SHA1: c363632fdd86574bc29a9073c6dfbc3699e1e489 SHA256: 766b339c6414916486794aa149f5365a88ac6fdf9ea8f3be6736c0d5156de4fc Description: Danish language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Danish. Package: iceweasel-l10n-de Priority: optional Section: localization Installed-Size: 578 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-de-de | myspell-de-at | myspell-de-ch Filename: 4.0-0/all/iceweasel-l10n-de_24.6.0esr-1.51.201406300931_all.deb Size: 379654 MD5sum: 81c3804e2dbcabd7bef45d484ffe57d3 SHA1: f959cacc4aa7ce9894dd5e7b9a0540d01cb16ae4 SHA256: 5bbe089c6eb0479ac40652ec971af16d5dac6a7cb1f11397550d817919bfd4b0 Description: German language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in German. Package: iceweasel-l10n-el Priority: optional Section: localization Installed-Size: 611 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-el-gr Filename: 4.0-0/all/iceweasel-l10n-el_24.6.0esr-1.51.201406300931_all.deb Size: 419328 MD5sum: 5b29fd5e173928f3c9e40807f83ce250 SHA1: e4a38da006f8fa55d0f4ede3df174420022a23d7 SHA256: 629ef8e1076a65979106d93f2d07d221f31836a784587e7dd51b11373c57f622 Description: Modern Greek language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Modern Greek. Package: iceweasel-l10n-en-gb Priority: optional Section: localization Installed-Size: 571 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-en-gb | myspell-en-us Filename: 4.0-0/all/iceweasel-l10n-en-gb_24.6.0esr-1.51.201406300931_all.deb Size: 371270 MD5sum: bb2e3943223f510e1d062721456f4159 SHA1: 627ce8c04017adc74c12ba57ebc7de81aea42c99 SHA256: e362dc98cfd9da937c0805577a8b4245e1e6b100ecdd373386ba8e5b2159916f Description: English (United Kingdom) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in English (United Kingdom). Package: iceweasel-l10n-en-za Priority: optional Section: localization Installed-Size: 566 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-en-gb | myspell-en-us Filename: 4.0-0/all/iceweasel-l10n-en-za_24.6.0esr-1.51.201406300931_all.deb Size: 369732 MD5sum: ad7bf861718e5ca106e4b223aa9fb8a9 SHA1: 8d99f9dade1b35f0e4a844eebd873f392d835e5c SHA256: 7af94a7e7a3477eaeb6a381098136bcea3273341addf4b674fd418ca65553e35 Description: English (South Africa) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in English (South Africa). Package: iceweasel-l10n-eo Priority: optional Section: localization Installed-Size: 580 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-eo Filename: 4.0-0/all/iceweasel-l10n-eo_24.6.0esr-1.51.201406300931_all.deb Size: 384334 MD5sum: 33af08f9999698f778c98cd368b09cf4 SHA1: f061a399e6cd2e5792fa4d6555646022af18c53f SHA256: 519a6e3575a018997bf26a7915bb668e5322deab43e56d0f767516ae6f054349 Description: Esperanto language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Esperanto. Package: iceweasel-l10n-es-ar Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-es Filename: 4.0-0/all/iceweasel-l10n-es-ar_24.6.0esr-1.51.201406300931_all.deb Size: 384350 MD5sum: 5879e7729111c3184da30db4db8accee SHA1: 103e1df0b04bb9fe53555ce905635e13250bfed0 SHA256: 15efe093f300fe1e6ad4c0290a95dd5e2eeede26a3c9e8f602a7c553e19ee078 Description: Spanish (Argentina) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Spanish (Argentina). Package: iceweasel-l10n-es-cl Priority: optional Section: localization Installed-Size: 541 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-es-cl_24.6.0esr-1.51.201406300931_all.deb Size: 339668 MD5sum: 48b4a56d413e824710916957521761a3 SHA1: c11a2c4483522b33b5f64ba686cb4b02d33d0c3b SHA256: bf38d0c8fc3beadf85ab73eea2ef46a1cdfc4c056c890a62d80f557e8230f5fa Description: Spanish (Chile) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Spanish (Chile). Package: iceweasel-l10n-es-es Priority: optional Section: localization Installed-Size: 534 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-es Filename: 4.0-0/all/iceweasel-l10n-es-es_24.6.0esr-1.51.201406300931_all.deb Size: 331362 MD5sum: 8abc49442217168e0cb849acdba5be7a SHA1: b00b25d62791f635ddd035287bf080ebacdae1bc SHA256: c535b2bb5a80e52b8cb5ee32c7d9efa6174f5f01c5bfa2319f95f454a7dc9565 Description: Spanish (Spain) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Spanish (Spain). Package: iceweasel-l10n-es-mx Priority: optional Section: localization Installed-Size: 551 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-es-mx_24.6.0esr-1.51.201406300931_all.deb Size: 354962 MD5sum: e67b5b016febb3c4729f9bbe9b9d0825 SHA1: f8f4fb3c98b60953bfd864a427b405a8b9ba0fbd SHA256: 52c24f5d72bedc765ef117e1a537105f0d29782eb27a89a537b5f25c326b1f9b Description: Spanish (Mexico) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Spanish (Mexico). Package: iceweasel-l10n-et Priority: optional Section: localization Installed-Size: 574 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-et Filename: 4.0-0/all/iceweasel-l10n-et_24.6.0esr-1.51.201406300931_all.deb Size: 380974 MD5sum: 4bf3bd3fe2c85bd764f0141e15bc4f84 SHA1: d381293d9bf09b09a783c92da6ef68d248fd1227 SHA256: 3f3abbfe6759cebb2c8063c97ea94b00edd6668372b4cfeff14d1a7e5c59ca70 Description: Estonian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Estonian. Package: iceweasel-l10n-eu Priority: optional Section: localization Installed-Size: 581 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-eu_24.6.0esr-1.51.201406300931_all.deb Size: 385502 MD5sum: 8bfd78682b8b2fcfecc9a1d39347a125 SHA1: bc8a0f3e87f9dfb3163777f3e082bd2a01b2df7f SHA256: 654d883962019fabb2d72a3a774f1ac2fbe810d21bdbd0763e94d051e1b8020a Description: Basque language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Basque. Package: iceweasel-l10n-fa Priority: optional Section: localization Installed-Size: 618 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-fa_24.6.0esr-1.51.201406300931_all.deb Size: 426402 MD5sum: b9a46fe5a07ebd8adaad171b51070ca7 SHA1: f266e18d0f7fbaeb2aae6ee5d727eae5d5a1a990 SHA256: 582fa69d41c60c1730d5744c1265c7311e347b42e48a16c2ba3595a2a31c8698 Description: Persian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Persian. Package: iceweasel-l10n-ff Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ff_24.6.0esr-1.51.201406300931_all.deb Size: 388866 MD5sum: 112bb780353a6b3db11cdc2ba2b7f2c0 SHA1: 326d09044393f8f039211e30fec8cd64edf5cd55 SHA256: 8376f4c8ffb86c71a13d20f895e426a1a925d6b44d8c1f7c4a41cd7799d4fd23 Description: Fulah language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Fulah. Package: iceweasel-l10n-fi Priority: optional Section: localization Installed-Size: 578 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: xul-ext-mozvoikko Filename: 4.0-0/all/iceweasel-l10n-fi_24.6.0esr-1.51.201406300931_all.deb Size: 384102 MD5sum: 72406f91bd75e1ea9d559ae7944d4365 SHA1: c34b8c6cdd38b40427ebe0e28dcacf827687f91f SHA256: d5b6d345ef364debeac37395b8424b86751375296b33722965042b066af5e7a0 Description: Finnish language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Finnish. Package: iceweasel-l10n-fr Priority: optional Section: localization Installed-Size: 590 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-fr | myspell-fr-gut Filename: 4.0-0/all/iceweasel-l10n-fr_24.6.0esr-1.51.201406300931_all.deb Size: 394210 MD5sum: 6b9e9b85eb6fb12986411fb4b6759f14 SHA1: 9a303c5195c4ae6ea454d559ba39cbe40230eed4 SHA256: b7cfe7fd2994df274fbc5c486c55f9998933a05a2536bf38e90188afdbc80f72 Description: French language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in French. Package: iceweasel-l10n-fy-nl Priority: optional Section: localization Installed-Size: 589 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-fy-nl_24.6.0esr-1.51.201406300931_all.deb Size: 391928 MD5sum: 1326aac1b27ce0be27115dd8a7298491 SHA1: 36dadeb1d31c30acac35ac625e937fede8be3921 SHA256: a4eb8c2aa3dd0975666a04cf5885ef46cc9a2b236379286012f4b12127394fa7 Description: Western Frisian (Netherlands) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Western Frisian (Netherlands). Package: iceweasel-l10n-ga-ie Priority: optional Section: localization Installed-Size: 594 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ga-ie_24.6.0esr-1.51.201406300931_all.deb Size: 396716 MD5sum: 5e3aebc94522e88f7ac5e92bc8b00029 SHA1: 2aa8338f5f2fefd690cbfd3e05b4a30988f79182 SHA256: 0c67d1f267e04ad9785c391b5fd83e62333c2b0b055f758e37457e0a3bd09479 Description: Irish (Ireland) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Irish (Ireland). Package: iceweasel-l10n-gd Priority: optional Section: localization Installed-Size: 594 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-gd_24.6.0esr-1.51.201406300931_all.deb Size: 399190 MD5sum: eebd2f7c00e67e1270693ca151bfe1b4 SHA1: 5c8b75757acce96fc35aca706b783566ca7efda3 SHA256: da397684970a16ad6356c0c915485b89f587764dc42c81e7cf6d0646f8fd5b2d Description: Scottish Gaelic language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Scottish Gaelic. Package: iceweasel-l10n-gl Priority: optional Section: localization Installed-Size: 582 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-gl_24.6.0esr-1.51.201406300931_all.deb Size: 389078 MD5sum: 78d8c534178e118ec732a14b9412c9ce SHA1: 39d7266f7ecf1f1be6e49c37aa3dd814296fe85c SHA256: 6dd1a6e060e97a5283b790888fcdb6be32905ea38f3192b796b1b85d4a54a9ac Description: Galician language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Galician. Package: iceweasel-l10n-gu-in Priority: optional Section: localization Installed-Size: 609 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-gu-in_24.6.0esr-1.51.201406300931_all.deb Size: 411310 MD5sum: 7bde8903c3a5485c8299a0713123ceb9 SHA1: 8a21b9f9ebcf35e77a3f30da1f03fe53ac301296 SHA256: 65fc866ca2359c2eea600aee62424cb02619a85d838cf1d012dc8ebac3f655ed Description: Gujarati (India) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Gujarati (India). Package: iceweasel-l10n-he Priority: optional Section: localization Installed-Size: 597 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-he Filename: 4.0-0/all/iceweasel-l10n-he_24.6.0esr-1.51.201406300931_all.deb Size: 407416 MD5sum: 3708640bb969606b5e651bbddd1638bb SHA1: 48d6810566730220fdc646aaf2d9e877c2fb9b8e SHA256: 42131fef20b3dce18f4dccb82cbbae01cbd2c68f4256dddd611535ec5be84668 Description: Hebrew language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Hebrew. Package: iceweasel-l10n-hi-in Priority: optional Section: localization Installed-Size: 626 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-hi-in_24.6.0esr-1.51.201406300931_all.deb Size: 431466 MD5sum: fa542d4967bb8df125edae38c466546a SHA1: 1fc6e6197e83fbf393cb36db026df8346c297c13 SHA256: a1222693d60a203c192a9ef9a6c5fdb8ef98ef7324ac2d2d66cf47bb97a9d26c Description: Hindi (India) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Hindi (India). Package: iceweasel-l10n-hr Priority: optional Section: localization Installed-Size: 588 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-hr_24.6.0esr-1.51.201406300931_all.deb Size: 391796 MD5sum: 87c6ed8b2614d12a2e78540f056df647 SHA1: 2a648ebe3b79f9c31bcf8bb28336ab171f2548b3 SHA256: cd8c6dd9f80eb2ec3d0e03df43fe83508976ca780195e8a1a83175ee7e12464d Description: Croatian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Croatian. Package: iceweasel-l10n-hu Priority: optional Section: localization Installed-Size: 590 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-hu Filename: 4.0-0/all/iceweasel-l10n-hu_24.6.0esr-1.51.201406300931_all.deb Size: 398086 MD5sum: af359b2ac82a4f0cc7359b84c6405359 SHA1: a142a3f9c48fbdd1c50adb785839f4378392a002 SHA256: a4c8f7da88a4c8affd6960524b1399e06dc7ef67dfc1e081b6486a96bfb19d75 Description: Hungarian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Hungarian. Package: iceweasel-l10n-hy-am Priority: optional Section: localization Installed-Size: 626 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-hy-am_24.6.0esr-1.51.201406300931_all.deb Size: 432274 MD5sum: 28a588a91987a1cc65b0e169e49d1ab7 SHA1: 619119433e95899db43df1f7ae5ca3240d0aaf66 SHA256: 74985f2a50973c2933d90c1dfb8c5f2ba112e060ad9152295b34bb0145af0ed7 Description: Armenian (Armenia) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Armenian (Armenia). Package: iceweasel-l10n-id Priority: optional Section: localization Installed-Size: 563 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-id_24.6.0esr-1.51.201406300931_all.deb Size: 372220 MD5sum: 0144a49428fc4a389a5347e72919b5e3 SHA1: 5fa10c7711c0f05a79527856e5c620696855dc31 SHA256: 86cbe6a3a40aad6fcb026a2b30e6a80013654290be3d4963d1f6b9c3bfa98edb Description: Indonesian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Indonesian. Package: iceweasel-l10n-is Priority: optional Section: localization Installed-Size: 577 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-is_24.6.0esr-1.51.201406300931_all.deb Size: 381924 MD5sum: 5c703c0c4e814cac70ce9fbb7784ae85 SHA1: 02b0d4e087bc60b58319eedf91d891c9aa5f8d7d SHA256: 1204a64f9de00e692fceb74698d7d5484f2209c62875761eb64c0a3dc44aff31 Description: Icelandic language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Icelandic. Package: iceweasel-l10n-it Priority: optional Section: localization Installed-Size: 523 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-it Filename: 4.0-0/all/iceweasel-l10n-it_24.6.0esr-1.51.201406300931_all.deb Size: 325916 MD5sum: dc0e3e38788223001a50b1af58ab7cb5 SHA1: e22adbd2eec385016b55104ec3eedc1041514e82 SHA256: ccd7bbf65ef92677b45b15946ad41504931d8237db2d79a4ef35a726d0d00722 Description: Italian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Italian. Package: iceweasel-l10n-ja Priority: optional Section: localization Installed-Size: 623 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ja_24.6.0esr-1.51.201406300931_all.deb Size: 427722 MD5sum: c9f273899a56c6f35a04053780a56e54 SHA1: 486be86a4585eea6ea232e469fbf3dd3f1ea9464 SHA256: 8974c46be5a198c35261fbe9a1c7214f57d0b2b408ad5df424ff7c51fa1399a4 Description: Japanese language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Japanese. Package: iceweasel-l10n-kk Priority: optional Section: localization Installed-Size: 628 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-kk_24.6.0esr-1.51.201406300931_all.deb Size: 434548 MD5sum: f72e38ef59cc9e3a56acf2ca7d6be51b SHA1: cb04ce05b4e0368e5a23fa270ad8ccca6cb3ee7b SHA256: 40f70bf23e869c2322deac06265cbe0d29591a6412cc735d7ea6ff9dc6bd3a0b Description: Kazakh language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Kazakh. Package: iceweasel-l10n-km Priority: optional Section: localization Installed-Size: 645 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-km_24.6.0esr-1.51.201406300931_all.deb Size: 452548 MD5sum: db201e46fdaa4bc30db695579e989ddb SHA1: 37cbfee363fd4854edda44c5d8bd03f5fbd1cbf8 SHA256: 7362afe6df47401df93e59ed5dd9e953cc9f144270d87583ef7103be1b3179bc Description: Central Khmer language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Central Khmer. Package: iceweasel-l10n-kn Priority: optional Section: localization Installed-Size: 637 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-kn_24.6.0esr-1.51.201406300931_all.deb Size: 445200 MD5sum: 031b173ade7964c562555c787309c65d SHA1: 02c383767658d4f7489b224a66abd6612d4920d5 SHA256: 99e4913980e5dcd9c462292fe7d08b44b61f72aaf3fe15621c5e2772b1b634f2 Description: Kannada language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Kannada. Package: iceweasel-l10n-ko Priority: optional Section: localization Installed-Size: 605 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ko_24.6.0esr-1.51.201406300931_all.deb Size: 401918 MD5sum: 55f04c655a5bbbc72b4b59eea818b68c SHA1: 05369c93054cbeb53cb0300822d9de1e76ab04a5 SHA256: 6f7dd4bb1db2a89b9f00ebd6bb12ebad88e734ca74331a3f733a4a96b7165877 Description: Korean language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Korean. Package: iceweasel-l10n-ku Priority: optional Section: localization Installed-Size: 597 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-ku Filename: 4.0-0/all/iceweasel-l10n-ku_24.6.0esr-1.51.201406300931_all.deb Size: 404360 MD5sum: 5eedc80d2994dd3fc9e8a1bae5cb4119 SHA1: 6bb498cc0a5c549f781e686c0875a1022a7e3e32 SHA256: 0e16d81a9f40c297f730797471eff93606ef43acb46a57e74e1e4d3f29058192 Description: Kurdish language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Kurdish. Package: iceweasel-l10n-lg Priority: optional Section: localization Installed-Size: 596 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-lg_24.6.0esr-1.51.201406300931_all.deb Size: 401958 MD5sum: 7c25111e91eaeb2cadd8a4e14107f5ad SHA1: e3263f619835318e6415d4c5afdb222531509e44 SHA256: dc36e60b5a074099647768fa92629692bbff5a16e1f2e5667f59aa853f1f606a Description: Ganda language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Ganda. Package: iceweasel-l10n-lij Priority: optional Section: localization Installed-Size: 574 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-lij_24.6.0esr-1.51.201406300931_all.deb Size: 377220 MD5sum: aefaa356a9670ea0093e0260b3f6cda4 SHA1: ded4056b61bc2a56a47ed39ec9879520eb1b0a3b SHA256: 24035025c586ece4b6971d0fe91bc1fdc6ad738905d30e94b9b75426e9b5059d Description: Ligurian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Ligurian. Package: iceweasel-l10n-lt Priority: optional Section: localization Installed-Size: 598 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-lt Filename: 4.0-0/all/iceweasel-l10n-lt_24.6.0esr-1.51.201406300931_all.deb Size: 405222 MD5sum: 8d03c0a7bffd2d3a6d253e007946fe7c SHA1: 2d08409fd97f09a9b0a600807b248ce20565b091 SHA256: a839ecfdba9c338814bbe02a7199bb12981de9c473c2dd05761457da5de6ddab Description: Lithuanian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Lithuanian. Package: iceweasel-l10n-lv Priority: optional Section: localization Installed-Size: 578 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-lv Filename: 4.0-0/all/iceweasel-l10n-lv_24.6.0esr-1.51.201406300931_all.deb Size: 382320 MD5sum: 8c8b7412d4e5f43560aca5ba703de344 SHA1: 4da9b2bffffe1b406ad4ca594e39983df005bda0 SHA256: 97e2224e14ae3572cfa2c3ffc5ba2eb463ea35533724a48cbb54cd30c06955a3 Description: Latvian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Latvian. Package: iceweasel-l10n-mai Priority: optional Section: localization Installed-Size: 629 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-mai_24.6.0esr-1.51.201406300931_all.deb Size: 435478 MD5sum: 47fae08c3f0d8b21c7bcba3e443a7c7a SHA1: 21acfec0cbb85abee445b74b77d15894b6b3a843 SHA256: c72a0bbec7e5083e1dbf4d16bfa83cac7babd1583395831e8d68b801e7000b57 Description: Maithili language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Maithili. Package: iceweasel-l10n-mk Priority: optional Section: localization Installed-Size: 619 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-mk_24.6.0esr-1.51.201406300931_all.deb Size: 424708 MD5sum: f919fa40d2771157576aa2681360fb6a SHA1: b7bc7115cf8011b51e749875c462346e28fd9a4a SHA256: 5a31041e2e23801daa2854b35f49e6033520081cbcb2a2e386d5476a737d1b32 Description: Macedonian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Macedonian. Package: iceweasel-l10n-ml Priority: optional Section: localization Installed-Size: 650 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ml_24.6.0esr-1.51.201406300931_all.deb Size: 454226 MD5sum: 801cfbed4abf62e22e9d9f167ba9ffc1 SHA1: 055472d057eeccef66d1feeae9d860022317b8fb SHA256: 17c1e8df79bfe45560010884875990d8ba429ba7ee65e8c0009f9e59e1a4a8df Description: Malayalam language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Malayalam. Package: iceweasel-l10n-mr Priority: optional Section: localization Installed-Size: 627 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-mr_24.6.0esr-1.51.201406300931_all.deb Size: 432056 MD5sum: 533942b093e6c1eef12e0cee316c51a7 SHA1: 53826dff89373b4d8eb18f73ab04e53c7d6060a5 SHA256: f1f2a03e1f5a05497b86b4f7146c8aecfc59b76e69ba587de5a81acd3fcfc9b4 Description: Marathi language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Marathi. Package: iceweasel-l10n-nb-no Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-nb Filename: 4.0-0/all/iceweasel-l10n-nb-no_24.6.0esr-1.51.201406300931_all.deb Size: 384170 MD5sum: 4aa7fc172cb12807d0664a4fc8427518 SHA1: 6d0c6b9b08ac5a68c48e517a96e574902fbc6b10 SHA256: d8afb487e00a5df708b93bd3490f1255c64360b0b0f0080f30f64c2d89c44b4a Description: Norwegian Bokmål (Norway) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Norwegian Bokmål (Norway). Package: iceweasel-l10n-nl Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-nl Filename: 4.0-0/all/iceweasel-l10n-nl_24.6.0esr-1.51.201406300931_all.deb Size: 389022 MD5sum: 6bc1a7fa113eb70c0bf878230bf83591 SHA1: ccc56da81c0b155e6af5495e6b0a4d7c09977e97 SHA256: 4eb850f4eed0ac80ef4eb2b284539eb5aa5de843648081862294188431656f51 Description: Dutch language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Dutch. Package: iceweasel-l10n-nn-no Priority: optional Section: localization Installed-Size: 584 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-nn Filename: 4.0-0/all/iceweasel-l10n-nn-no_24.6.0esr-1.51.201406300931_all.deb Size: 387660 MD5sum: e31abd76e1329a8bf6b2e31cf5cd26b2 SHA1: 7ce5c9f4a6219d46b5e7e450383a8b7574761b13 SHA256: 371edb67013358760d479bd632e5cdb986fef7d06d23d16985f0c54e47f988b7 Description: Norwegian Nynorsk (Norway) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Norwegian Nynorsk (Norway). Package: iceweasel-l10n-nso Priority: optional Section: localization Installed-Size: 582 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-nso_24.6.0esr-1.51.201406300931_all.deb Size: 388356 MD5sum: 33a4d257e8be65b2fb6c323d236004a9 SHA1: 2efe21008b263eb797258ceda27c385ff215ec29 SHA256: 6addbf243ac6804ccca0c7b9da243d154dc658e74745f4669855608d32db52e5 Description: Northern Sotho language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Northern Sotho. Package: iceweasel-l10n-or Priority: optional Section: localization Installed-Size: 612 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-or_24.6.0esr-1.51.201406300931_all.deb Size: 418266 MD5sum: c27b6def3f7a1289dcb4603e1f598ea9 SHA1: 2f0ae44868c0d5ec5e29df0d8e92c3df56b46a45 SHA256: 6f21f892a82846d263cc814e669373dc8549c81aba69ed168e98c0621b09907f Description: Oriya language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Oriya. Package: iceweasel-l10n-pa-in Priority: optional Section: localization Installed-Size: 612 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-pa-in_24.6.0esr-1.51.201406300931_all.deb Size: 418272 MD5sum: 7ca54f1c72972936e247ad22485794fc SHA1: 61cf07b6a50123152062963623eac0006d599382 SHA256: a00b6357a56c0587718ba58c8d7dca1270e4a5570850ee491fb3ebc39b003064 Description: Panjabi (India) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Panjabi (India). Package: iceweasel-l10n-pl Priority: optional Section: localization Installed-Size: 592 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-pl Filename: 4.0-0/all/iceweasel-l10n-pl_24.6.0esr-1.51.201406300931_all.deb Size: 397064 MD5sum: 3eb9b19fc88440514291684b493f8a82 SHA1: 2cec32d55039af1ef6474452e2da0edd3eaf77a3 SHA256: c8d3ddef5f61b638761d0c36b9d36d120f1b226490bb787abcd54fbed7ecccc1 Description: Polish language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Polish. Package: iceweasel-l10n-pt-br Priority: optional Section: localization Installed-Size: 583 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-pt-br | myspell-pt Filename: 4.0-0/all/iceweasel-l10n-pt-br_24.6.0esr-1.51.201406300931_all.deb Size: 387350 MD5sum: 98515a06589a2a82a7601f0c9d22f2c9 SHA1: c87af9c597293617eb2bd7c76a974af799542f51 SHA256: 15559c25a7ceff228a39989c852f0dc8d8bfc436405118173a6afa2df80985ea Description: Portuguese (Brazil) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Portuguese (Brazil). Package: iceweasel-l10n-pt-pt Priority: optional Section: localization Installed-Size: 580 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-pt-pt | myspell-pt Filename: 4.0-0/all/iceweasel-l10n-pt-pt_24.6.0esr-1.51.201406300931_all.deb Size: 384912 MD5sum: 54cfbf2b4a10542696a671344c6522c3 SHA1: 412ff203b232952ed7a934b10139e9c066df296f SHA256: 97116694d943e0c83011b748d567f60ba16febb3007e539e145dcf9f73995487 Description: Portuguese (Portugal) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Portuguese (Portugal). Package: iceweasel-l10n-rm Priority: optional Section: localization Installed-Size: 594 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-rm_24.6.0esr-1.51.201406300931_all.deb Size: 395220 MD5sum: 5237be3b853bcc78456426949d804943 SHA1: 443080da842a45e72d0bb429b22386d1b67eb140 SHA256: 936ef031a01f8fb6f07cd1fb83dd596025433a5827d89d6f5e15804b675dae2e Description: Romansh language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Romansh. Package: iceweasel-l10n-ro Priority: optional Section: localization Installed-Size: 605 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ro_24.6.0esr-1.51.201406300931_all.deb Size: 411660 MD5sum: 06baf4600e2a82fb6b62056221510eb2 SHA1: 8fe888e9589d8429bdc16ef4c2fda4aba0265148 SHA256: 38b74e4bc9e1941ee6ed0db046496cf19265a2655ba24ffab8f79fbcec2ff798 Description: Romanian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Romanian. Package: iceweasel-l10n-ru Priority: optional Section: localization Installed-Size: 578 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-ru Filename: 4.0-0/all/iceweasel-l10n-ru_24.6.0esr-1.51.201406300931_all.deb Size: 378878 MD5sum: f5458951beb823b5d6c43e95b8c558bf SHA1: cd2a1be4a1ee6c14239893d9dab89d45eb1312ba SHA256: 2b5221a1322538aedd51807e6713e5957e521cc2153f6502cfc83315d969b53b Description: Russian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Russian. Package: iceweasel-l10n-si Priority: optional Section: localization Installed-Size: 612 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-si_24.6.0esr-1.51.201406300931_all.deb Size: 420162 MD5sum: 801e0b92e67d45f60323681d53188017 SHA1: 3731ae4447675b03790ea0a246a0246490e0c433 SHA256: e943c23d23e25a6053b6093272a341e3507c678b53bb62587b40ad7ea7ba2e22 Description: Sinhala language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Sinhala. Package: iceweasel-l10n-sk Priority: optional Section: localization Installed-Size: 595 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-sk Filename: 4.0-0/all/iceweasel-l10n-sk_24.6.0esr-1.51.201406300931_all.deb Size: 401936 MD5sum: 10384ab77c6accc19458b5f5e78fb5dd SHA1: a0b57a0b1bf96c3f908bb94dabbde0aa01c7bda1 SHA256: 42dde6127a5b8b05e6bca406b10e8eaa2da6dd70e3352058d566e77cc6c9d9f8 Description: Slovak language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Slovak. Package: iceweasel-l10n-sl Priority: optional Section: localization Installed-Size: 593 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-sl Filename: 4.0-0/all/iceweasel-l10n-sl_24.6.0esr-1.51.201406300931_all.deb Size: 389800 MD5sum: 86d3e38ad970de02660764b77fcbe3e0 SHA1: 83eec15ff3c8ad2234e6df84f14f88fea5e61380 SHA256: 5862edef867ba68b04b7252f24ffa1a29cf1dd2308e72941ae2c21919ac98c87 Description: Slovenian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Slovenian. Package: iceweasel-l10n-son Priority: optional Section: localization Installed-Size: 579 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-son_24.6.0esr-1.51.201406300931_all.deb Size: 383620 MD5sum: 673b47a5ed7ccaef8b4df8ed8abf37b8 SHA1: 77ec322b1cff07da96471e63d75877ef66f25f53 SHA256: ae452029d865968a3fbd8d2797253fd32b85001e6aba11103edd8c9a97acb6c1 Description: Songhai languages language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Songhai languages. Package: iceweasel-l10n-sq Priority: optional Section: localization Installed-Size: 586 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-sq_24.6.0esr-1.51.201406300931_all.deb Size: 392848 MD5sum: 1f86b604f0c028cf5b3ce9b4f4efbdaf SHA1: c9af8129013d2b462733d5e38505c9ba145bf33a SHA256: 97d43f81c1e979c0ed19e37cf20ad1bc0b2795b96d33cde3bbb8030734989e23 Description: Albanian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Albanian. Package: iceweasel-l10n-sr Priority: optional Section: localization Installed-Size: 635 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-sr_24.6.0esr-1.51.201406300931_all.deb Size: 441286 MD5sum: e0bcdcec0ba704e11018833d139dc43c SHA1: 46cce12236d4bff6790eb855845be27af099991c SHA256: af8c72ba289c57d9ac9c4e4493b3535cb46a88958587c5c39c3cd6d2b88ab6d2 Description: Serbian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Serbian. Package: iceweasel-l10n-sv-se Priority: optional Section: localization Installed-Size: 585 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-sv-se Filename: 4.0-0/all/iceweasel-l10n-sv-se_24.6.0esr-1.51.201406300931_all.deb Size: 386606 MD5sum: 323e136628a6a2cb5338d7edac21ca09 SHA1: f3fc15d8b3e21edbcdd98c2a967bfdda28187ce4 SHA256: 88c062960c7c8088cbba9267158bc2df79e7decf7b88184792bc5dd92eee0aa6 Description: Swedish (Sweden) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Swedish (Sweden). Package: iceweasel-l10n-ta-lk Priority: optional Section: localization Installed-Size: 624 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ta-lk_24.6.0esr-1.51.201406300931_all.deb Size: 434322 MD5sum: c9347ec509ad77fb7e6bb6b2a2b897b0 SHA1: 8df51bb33864ccde3f02e9f2aa3800f86057d3cb SHA256: 8a29d239e0c65d2509b08791276794b1b2607cd13f51fa3a0e83a932dadc8bdb Description: Tamil (Sri Lanka) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Tamil (Sri Lanka). Package: iceweasel-l10n-ta Priority: optional Section: localization Installed-Size: 626 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-ta_24.6.0esr-1.51.201406300931_all.deb Size: 434068 MD5sum: 45cb9232c1894bab04b74c0aa46c30de SHA1: bc67e8dc8a16b8b6851b007bf177cf7863e9e843 SHA256: cb2d5994335db610ad1e5e42483efc2a77313a8a602e346501d09d76e17a75ba Description: Tamil language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Tamil. Package: iceweasel-l10n-te Priority: optional Section: localization Installed-Size: 638 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-te_24.6.0esr-1.51.201406300931_all.deb Size: 445820 MD5sum: 15642473497d85e65308b92bac253b88 SHA1: 1897d066b66fc6e1c5f94595ec618086a0634aa3 SHA256: ef4352e2cd00c87b2120ead4869b13ec24f2e5457eda2cd09a6818438bcc0e87 Description: Telugu language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Telugu. Package: iceweasel-l10n-th Priority: optional Section: localization Installed-Size: 623 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-th_24.6.0esr-1.51.201406300931_all.deb Size: 429390 MD5sum: 452f9d999bb8af2f0301380312fbe19d SHA1: de903ae053ffdb1570bec6801f5efd6592873b24 SHA256: e378ed719fb3bbf03e54b589e0a3f5052d723c07b1009f76cdc486e68c1bdb60 Description: Thai language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Thai. Package: iceweasel-l10n-tr Priority: optional Section: localization Installed-Size: 584 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-tr_24.6.0esr-1.51.201406300931_all.deb Size: 391072 MD5sum: 20cea2f72dd11a1fd1750b2617d9f0b3 SHA1: d8146030b5ec55f087714a819eba3555d49e0f4d SHA256: 481b22fb45cf2e18982aeefa50465745feb32b0fc07f38e5fba2d4aeda18c236 Description: Turkish language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Turkish. Package: iceweasel-l10n-uk Priority: optional Section: localization Installed-Size: 610 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Recommends: myspell-uk Filename: 4.0-0/all/iceweasel-l10n-uk_24.6.0esr-1.51.201406300931_all.deb Size: 419640 MD5sum: 2fea9a6af6d2597dc6a5863d5378b3d9 SHA1: 623ac74bf8a9e63517830ede8c80df80f43d1524 SHA256: 8d138d286c9cf33837a454429c436d24ebe85cbc1f3e038b9f72975ef672ed4c Description: Ukrainian language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Ukrainian. Package: iceweasel-l10n-vi Priority: optional Section: localization Installed-Size: 613 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-vi_24.6.0esr-1.51.201406300931_all.deb Size: 415526 MD5sum: 385d00851c032f431f6d2cb9e55d9848 SHA1: 5a2ce3c1b4f8fde06b0786b8fd2cfd5eee995f81 SHA256: 8b4515eb2dfb79fb50cb01dd1e8f439407c9255f57df809682df7bfd913886d8 Description: Vietnamese language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Vietnamese. Package: iceweasel-l10n-zh-cn Priority: optional Section: localization Installed-Size: 617 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-zh-cn_24.6.0esr-1.51.201406300931_all.deb Size: 411492 MD5sum: 86e54fa119c5fcdd42cb7a56a8c464d2 SHA1: 48cada6c7e6a48459b4a90174c11ee7688a42720 SHA256: 1b1e871fe320335a6e4fecc0935b1f04e8d57485820b53dd84fb47afffd343e1 Description: Chinese (China) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Chinese (China). Package: iceweasel-l10n-zh-tw Priority: optional Section: localization Installed-Size: 599 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-zh-tw_24.6.0esr-1.51.201406300931_all.deb Size: 402446 MD5sum: 34ec2f91a72e871851d126b2742a803a SHA1: 96d193755d2683f954ff842aa33a947276e7bb11 SHA256: 12d6e5f7ed172a3fd943feb1635a992112b9f84391047b2ba4b2d557e2010d10 Description: Chinese (Taiwan) language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Chinese (Taiwan). Package: iceweasel-l10n-zu Priority: optional Section: localization Installed-Size: 580 Maintainer: Maintainers of Mozilla-related packages Architecture: all Source: iceweasel (24.6.0esr-1.51.201406300931) Version: 1:24.6.0esr-1.51.201406300931 Depends: iceweasel (>= 24.6.0esr-1.51.201406300931), iceweasel (<< 24.6.0esr-1.51.201406300931.1~) Filename: 4.0-0/all/iceweasel-l10n-zu_24.6.0esr-1.51.201406300931_all.deb Size: 387288 MD5sum: 3778c63e770abdcb81f00b2967ca64a9 SHA1: df4dc7d9ec1cfd40908a5706129170f55e90dbd9 SHA256: 90d1ff2506cd67faa0258a4d2586e0917879bd54550f268bd3a41af6d55cecb2 Description: Zulu language package for Iceweasel Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Iceweasel in Zulu. Package: iceweasel-scrapbook Priority: optional Section: web Installed-Size: 28 Maintainer: Debian Mozilla Extension Maintainers Architecture: all Source: scrapbook Version: 1.5.4-1.6.201403182308 Depends: xul-ext-scrapbook Filename: 4.0-0/all/iceweasel-scrapbook_1.5.4-1.6.201403182308_all.deb Size: 3642 MD5sum: e5f4517d8b2ead4c610ebdd92983f288 SHA1: a975e290c014f7ad0be1914471b845f8f17a4bbd SHA256: 3f2dd4f25406e676458d6f6aa4b131ad77a13f93594a45d3bc14d0194ab16ed6 Description: transitional dummy package This is a transitional dummy package to ease the migration from the iceweasel-scrapbook to the new xul-ext-scrapbook package. You can remove it safely. Homepage: http://amb.vis.ne.jp/mozilla/scrapbook/ Package: iceweasel-vimperator Priority: optional Section: web Installed-Size: 1505 Maintainer: Francois Marier Architecture: all Source: vimperator Version: 3.3-2.7.201403122259 Depends: iceweasel (>= 4) Filename: 4.0-0/all/iceweasel-vimperator_3.3-2.7.201403122259_all.deb Size: 553784 MD5sum: dd1ebb82393c9f2051dfe6b2a83a4666 SHA1: 2ac592dab3d7c4fb20d8a8891d24f4b7b5a9e2fe SHA256: 7046eb63730e4e2aadfa40c47e6c6cfac8ebcf74b75693b77294fa5858a1ac2c Description: Iceweasel extension to make it have vim look and feel Vimperator is an iceweasel add-on, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in. Homepage: http://vimperator.org/vimperator Package: icicles Priority: optional Section: misc Installed-Size: 3961 Maintainer: Sebastien Delafond Architecture: all Version: 23.0+20110910-2.4.201403200838 Depends: emacs23 | emacs22 | emacs-snapshot Filename: 4.0-0/all/icicles_23.0+20110910-2.4.201403200838_all.deb Size: 1114942 MD5sum: 64b6ca5ab73381f85af76c7171ae4fb6 SHA1: 17713447fe93e9c794e83ce3f6955a89c282255a SHA256: c8a73bde295343884b080a66bac06165616e99ba6a891747e33e5b7935409849 Description: emacs library that enhances minibuffer/input completion Icicles lets you do the following: * cycle through completion candidates that match your current input. * use a pattern to match completion candidates, including: - regexp matching (including substring). - fuzzy matching. - prefix matching (as in vanilla Emacs). - command abbreviation matching. * use multiple regexps to match candidates, chaining these filters together like piped 'grep' commands. * see all possible complete inputs (pertinent commands, variables, and so on) that match your partial or regexp input: the list is updated dynamically (incrementally) if you change your input. * see all previous inputs that match your partial or regexp input, and selectively reuse them. * match input against completion candidates that do not match a given regexp; that is, complement the set of matches and use the result for subsequent matching. * use multiple regexps to search (and replace) text across multiple buffers, files, or regions. * search areas of text that have a certain text property, such as a face. * browse Imenu or tags entries that match your partial or regexp input. * create and use multiple-choice menus; that is, menus where you can choose multiple entries any number of times. * create and use multi-commands so you can perform an action on any number of candidate inputs any number of times. * perform set operations (intersection, union, etc) on the fly, using sets of completion candidates or other strings. * persistently save and later reuse sets of completion candidates (e.g. project file names). * complete input piecewise, against multiple completion candidates, in parallel. * complete key sequences, and navigate the key-binding hierarchy (this includes the menu bar menu hierarchy) (see also LaCarte) * sort completion candidates on the fly, in multiple, context-dependent ways. Homepage: http://www.emacswiki.org/emacs/Icicles Package: icinga-common Priority: optional Section: net Installed-Size: 328 Maintainer: Debian Nagios Maintainer Group Architecture: all Source: icinga Version: 1.7.1-7.7.201407141650 Depends: adduser, bsd-mailx | mailx, coreutils (>= 4.5.3), dpkg (>= 1.16.1), lsb-base (>= 3.0-6), nagios-plugins-basic, ucf (>= 0.28), debconf (>= 0.5) | debconf-2.0 Recommends: nagios-plugins Filename: 4.0-0/all/icinga-common_1.7.1-7.7.201407141650_all.deb Size: 112102 MD5sum: c0d7c6c912c327f966fff4529f030ea0 SHA1: 02fa7209373b45a6db55ae86621cd5ba085a2305 SHA256: e2b46d04350de7ef2da9fd8b39faf9a69b0f2e5ad5d707a6fc0be6659ae2031d Description: host and network monitoring system - support files Icinga is a modular monitoring framework for hosts, services, and networks, based on the Nagios project. It is designed to be easy to understand and modify to fit any need. . Features include: * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or TCP port * plugin interface to allow for user-developed service checks * contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * support for proactive problem resolution (handlers can be defined to be run during service or host events) * web output: current status, notifications, problem history, log file, etc. . This package contains the common files for all Icinga packages. Package: icinga-doc Priority: optional Section: doc Installed-Size: 10650 Maintainer: Debian Nagios Maintainer Group Architecture: all Source: icinga Version: 1.7.1-7.7.201407141650 Filename: 4.0-0/all/icinga-doc_1.7.1-7.7.201407141650_all.deb Size: 5353028 MD5sum: b7f41d76e6d84239a19945308d68bc10 SHA1: 6cb98a7975526743408c37bb4eec20f1badb8c33 SHA256: bca3c40b38f9d8dcfb4ed4908c862a57a2887728d47596611cf429c4421802c9 Description: host and network monitoring system - documentation Icinga is a modular monitoring framework for hosts, services, and networks, based on the Nagios project. It is designed to be easy to understand and modify to fit any need. . Features include: * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or TCP port * plugin interface to allow for user-developed service checks; * contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * support for proactive problem resolution (handlers can be defined to be run during service or host events) * web output: current status, notifications, problem history, log file, etc. . This package provides the documentation for Icinga. Package: icinga-web-pnp Priority: extra Section: php Installed-Size: 94 Maintainer: Debian Nagios Maintainer Group Architecture: all Source: icinga-web Version: 1.7.1+dfsg2-6.2.201403200852 Depends: icinga-web (= 1.7.1+dfsg2-6.2.201403200852), pnp4nagios Filename: 4.0-0/all/icinga-web-pnp_1.7.1+dfsg2-6.2.201403200852_all.deb Size: 17320 MD5sum: 8849eb08a79debc74a3c53e5245cc7e0 SHA1: 68a8581c474cee457895a1e78c75eed57b60ae89 SHA256: 26aa2afa2799076d4e1cb927586060c344371320ffaeeefa0cb0834a3b53115d Description: host and network monitoring system - PNP4Nagios web plugin Icinga is a modular monitoring framework for hosts, services, and networks, based on the Nagios project. It is designed to be easy to understand and modify to fit any need. . Features include: * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or TCP port; * plugin interface to allow for user-developed service checks; * contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * support for proactive problem resolution (handlers can be defined to be run during service or host events); * web output: current status, notifications, problem history, log file, etc. . This package provides a plugin for Icinga's new web interface, integrating PNP4Nagios to provide direct access to its data. Homepage: http://www.icinga.org Package: icinga-web Priority: extra Section: php Installed-Size: 28420 Maintainer: Debian Nagios Maintainer Group Architecture: all Version: 1.7.1+dfsg2-6.2.201403200852 Depends: dbconfig-common, icinga-core (>= 1.7.0), icinga-idoutils (>= 1.7.0), php5, php5-cli, php5-gd, php5-mysql | php5-pgsql, php5-xsl, ucf, debconf (>= 0.5) | debconf-2.0 Recommends: apache2 | httpd, mysql-client | postgresql-client Filename: 4.0-0/all/icinga-web_1.7.1+dfsg2-6.2.201403200852_all.deb Size: 7356766 MD5sum: c881cd960570a1f961b3c6cd91f002e4 SHA1: bb0cf70a51ecc472b8783e3ee585c126f3a3997b SHA256: e75f436c5c6a691ff46b0e0f985fdf302d76e3b15af2a80f5dc1ecfedecc073f Description: host and network monitoring system - modern web interface Icinga is a modular monitoring framework for hosts, services, and networks, based on the Nagios project. It is designed to be easy to understand and modify to fit any need. . Features include: * monitoring of network services via ping, SMTP, POP3, HTTP, NNTP, or TCP port; * plugin interface to allow for user-developed service checks; * contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * support for proactive problem resolution (handlers can be defined to be run during service or host events); * web output: current status, notifications, problem history, log file, etc. . This package provides the new web interface to view Icinga monitoring results and send commands to the Icinga Core. Host and service status, history, notifications and status maps are available to keep a check on the health of your network in real time. Homepage: http://www.icinga.org Package: icli Priority: optional Section: net Installed-Size: 68 Maintainer: Debian Nagios Maintainer Group Architecture: all Version: 0.42-1.2.201403200854 Depends: perl, perl-modules (>= 5.10.1~rc2-1) | libautodie-perl, liblist-moreutils-perl, libterm-size-perl, libtimedate-perl Filename: 4.0-0/all/icli_0.42-1.2.201403200854_all.deb Size: 16520 MD5sum: 36c6f59f517e5b35b7fdeab1827bc08f SHA1: 70337c2d0e8b621cee1b7c9b841fbdfc743326ff SHA256: 8962b822c05a17382c277da93bd1172511dd3936a3444f58ddfebabce728369f Description: command line interface for the icinga monitoring system icli is a command line interface to Icinga. It can show the service, host, queue or downtime status of all or specified hosts or hostgroups. It can also be used to schedule service rechecks. . By overriding the status file path names, it can also be used with a nagios installation. Enhances: icinga Homepage: http://derf.homelinux.org/projects/icinga-cli/ Package: icmake-doc Priority: optional Section: doc Installed-Size: 143 Maintainer: Francesco Paolo Lovergine Architecture: all Source: icmake Version: 7.18.00-2.4.201403200857 Filename: 4.0-0/all/icmake-doc_7.18.00-2.4.201403200857_all.deb Size: 100782 MD5sum: 8888ac0ce469ca93f314e04ded5d1d55 SHA1: 92d18b3026f9ff47f0ccadf182ee0bc8f4e6ce52 SHA256: 273ab1c22cd7cfb3a6a7136cb16b47215353732c30a06618c30fb18f7b08c256 Description: Documentation files for icmake Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was written to provide a useful tool for automatic program maintenance and system administrative tasks on MS-DOS platforms. . This package provides the supplemental documentation for icmake. Homepage: http://icmake.sourceforge.net/ Package: icon-ipl Priority: optional Section: devel Installed-Size: 6619 Maintainer: Christian Hudon Architecture: all Source: icon Version: 9.4.3-4.2.19.201403200938 Recommends: icont Filename: 4.0-0/all/icon-ipl_9.4.3-4.2.19.201403200938_all.deb Size: 1414454 MD5sum: f70d94d72c5536f22e61ff5ac0f26f33 SHA1: 3a7d86a67b57f4aea5301cc441efc7684eee2cc4 SHA256: 2a4a45b39e61bd9ee2759f232edfb3ac9d24fc82d6ccde6244c02c1c7a9c9a78 Description: Libraries for Icon, a high-level programming language Ideal for both complex nonnumerical applications and for situations where users need quick solutions with a minimum of programming effort, Icon is a high-level, general purpose programming language with a syntax similar to Pascal and C. Its applications include: rapid prototyping, analyzing natural languages, generating computer programs, and artificial intelligence. (From the back cover of the book "The Icon Programming Language," by Griswold and Griswold.) . This package contains the Icon program library, a library of Icon procedures and programs contributed by Icon users. Package: icon-naming-utils Priority: optional Section: x11 Installed-Size: 89 Maintainer: Philipp Kern Architecture: all Version: 0.8.90-2.5.201403200941 Depends: perl, libxml-simple-perl Filename: 4.0-0/all/icon-naming-utils_0.8.90-2.5.201403200941_all.deb Size: 17592 MD5sum: 3617f1edeaf181e42884540ebbed39c8 SHA1: db67ef410fb80bd214e6d7e899ef1eb8c9e3fe2a SHA256: abb332ffd8ad7cbab87851e4680bffbf5ce74c38b5d02bcd5d6e36eae44e39cf Description: script for maintaining backwards compatibility of Tango Project Tango is a project to create a new cross-desktop and cross-platform icon theme, using a standard style guide, and the new Icon Naming Specification. This package contains the perl script for maintaining backwards compatibility. Homepage: http://www.tango-project.org Package: icu-doc Priority: optional Section: doc Installed-Size: 30224 Maintainer: Jay Berkenbilt Architecture: all Source: icu Version: 4.8.1.1-12.21.201403200955 Filename: 4.0-0/all/icu-doc_4.8.1.1-12.21.201403200955_all.deb Size: 1881430 MD5sum: c15805fcf4b092e8027d7479427aabb4 SHA1: 803c06b48047da17aeba86c0767e471fd342ba7b SHA256: 8686357fd9a46079a50c7594ba03afaf6c9d7cb2213f0943d39b4f4bfb1678b2 Description: API documentation for ICU classes and functions ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains HTML files documenting the ICU APIs. Homepage: http://www.icu-project.org Package: identicurse Priority: optional Section: net Installed-Size: 343 Maintainer: Daniel Martí Architecture: all Version: 0.9+dfsg0-1.2.201403201058 Depends: python-oauth, python-pkg-resources, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/identicurse_0.9+dfsg0-1.2.201403201058_all.deb Size: 60762 MD5sum: d2282bb190ca2cbcc4358f83845a0012 SHA1: f180e23227ee780b988be4ef0c8225b79ab45f9a SHA256: 551b89a895d72432f1c026c5074112fe85eb5d61c990980e543019ef2b37456f Description: simple Identi.ca client with a curses-based UI IdentiCurse is a Python written commandline client for Identi.ca and other status.net based microblogging sites. It offers tabs for different microblogging feeds (personal timeline, mentions, direct messages and public timeline by default) and use IRC like slash-prefixed commands. Homepage: http://identicurse.net/ Package: idl-font-lock-el Priority: optional Section: lisp Installed-Size: 85 Maintainer: Roland Mas Architecture: all Version: 1.5-6.4.201403201119 Depends: emacs22 | emacsen Filename: 4.0-0/all/idl-font-lock-el_1.5-6.4.201403201119_all.deb Size: 7746 MD5sum: 15b712322f6411c333f7de15b4abd8aa SHA1: 0bad329160f01490110ec44f50a91d5d0ddca136 SHA256: 16f64a51ec9cfea7f4f7e65d14851172f186afaed15dc46e013eb4e82bfee647 Description: OMG IDL font-locking for Emacs This module adds font-lock highlighting to the Emacs IDL-mode. This will be useful for people doing CORBA stuff, but it is not related to the Interactive Data Language. Package: idle-python2.6 Priority: optional Section: python Installed-Size: 939 Maintainer: Matthias Klose Architecture: all Source: python2.6 Version: 2.6.8-1.1.31.201409241932 Replaces: python2.6 (<< 2.6.1-2) Depends: python2.6, python-tk (>= 2.6~a3), python2.6-tk Filename: 4.0-0/all/idle-python2.6_2.6.8-1.1.31.201409241932_all.deb Size: 298536 MD5sum: c8b657db7a3e1ade28a085cb3dd5102a SHA1: ad8f0bed914c415501d180df42c696a78ab53d70 SHA256: c134a03f5223abb4f5e4cea31c1c995b3b7d57583d9a70930fbaa88ea366a2a6 Description: IDE for Python (v2.6) using Tkinter IDLE is an Integrated Development Environment for Python (v2.6). IDLE is written using Tkinter and therefore quite platform-independent. Enhances: python2.6 Package: idle-python2.7 Priority: optional Section: python Installed-Size: 954 Maintainer: Matthias Klose Architecture: all Source: python2.7 Version: 2.7.3-6.5.201406301216 Replaces: python2.7 (<< 2.6.1-2) Depends: python2.7, python-tk (>= 2.6~a3), python2.7-tk Filename: 4.0-0/all/idle-python2.7_2.7.3-6.5.201406301216_all.deb Size: 301866 MD5sum: 7fb93b82c41067a7534791f984c5e906 SHA1: 5b90dc54d820e76bcfc45fc9371e352ba794c007 SHA256: 8c115b847f93e947b3c85bd7b136e13a1b7a1a32c6a919293799267e8e7abf1c Description: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Enhances: python2.7 Package: idle-python3.2 Priority: optional Section: python Installed-Size: 182 Maintainer: Matthias Klose Architecture: all Source: python3.2 Version: 3.2.3-7.2.201403140343 Depends: python3.2, python3-tk, python3.2-tk Filename: 4.0-0/all/idle-python3.2_3.2.3-7.2.201403140343_all.deb Size: 81120 MD5sum: 82037c5a2937a86c656efae67e9459bf SHA1: 0cd4dd8500012deb1576b07bf233529ffb4acf7b SHA256: 3fd0adfa932ab5ed71fdb8f5975b6141af26cb4fb6a8332697849174b6bb443f Description: IDE for Python (v3.2) using Tkinter IDLE is an Integrated Development Environment for Python (v3.2). IDLE is written using Tkinter and therefore quite platform-independent. Enhances: python3.2 Package: idle3 Priority: optional Section: python Installed-Size: 54 Maintainer: Matthias Klose Architecture: all Source: python3-defaults Version: 3.2.3-6.7.201403140335 Replaces: python3 (<< 3.2.3-1~) Depends: python3 (= 3.2.3-6.7.201403140335), python3-tk, idle-python3.2 Breaks: python3 (<< 3.2.3-1~) Filename: 4.0-0/all/idle3_3.2.3-6.7.201403140335_all.deb Size: 3140 MD5sum: bb4a750426dc56f657258a16fbb4559f SHA1: b371649c25240b4391cab9e55f4637ffbe7bdd8d SHA256: 83075d97a5af3688ae48e7925a6e498c243e1c3ce9b79bfb49d0c58f1c907c99 Description: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.2). Enhances: python3 Homepage: http://www.python.org/ Package: idle Priority: optional Section: python Installed-Size: 46 Maintainer: Matthias Klose Architecture: all Source: python-defaults Version: 2.7.3-4.24.201403122023 Replaces: python (<< 2.7.3-1~) Depends: python (= 2.7.3-4.24.201403122023), python-tk (>= 2.4.3-3), idle-python2.7 Breaks: python (<< 2.7.3-1~) Filename: 4.0-0/all/idle_2.7.3-4.24.201403122023_all.deb Size: 3038 MD5sum: 77e4bbb0ab23895a27c6d8928a6c3713 SHA1: cd9b0c5e7e4fea24094690dfc2589c4bdfb0ba5c SHA256: f716591201431a402d6003a395ddef888bfc3f48909a4503f2df86ceb13d2366 Description: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7) of IDLE. Enhances: python Homepage: http://www.python.org/ Package: idutch Priority: optional Section: text Installed-Size: 953 Maintainer: Thijs Kinkhorst Architecture: all Source: dutch Version: 1:2.10-1.4.201403210035 Provides: ispell-dictionary Depends: dictionaries-common, ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wdutch Filename: 4.0-0/all/idutch_2.10-1.4.201403210035_all.deb Size: 901032 MD5sum: 70ccd79454ba751f421b53d528973be4 SHA1: 8f26aa35d98f461d5bb9776386f71204a900094d SHA256: e52fd291d98fd55a3e180f68b1341e0dab04e9fc7b7d625ec881b482992f9af0 Description: Dutch dictionary for Ispell A Dutch spelling dictionary for the spelling checker Ispell. . This dictionary, from the OpenTaal project, uses the official spelling of 2005 and has been officially approved by the TaalUnie. . For a simple word list, see the wdutch package instead. Homepage: http://www.opentaal.org/ Package: idzebra-2.0-common Priority: optional Section: text Installed-Size: 348 Maintainer: Vincent Danjean Architecture: all Source: idzebra Version: 2.0.44-3.8.201403201143 Filename: 4.0-0/all/idzebra-2.0-common_2.0.44-3.8.201403201143_all.deb Size: 252350 MD5sum: 114fdeb186911953020643c9c50ac40c SHA1: 2eb08bc34fc92d79d47022127eb67ee6002addf3 SHA256: 3cf901cac802d716056f3f0a821491663cb797c3fa10d73cecf358cf6ed7fb7f Description: IDZebra common files This package includes common essential IDZebra configuration files. . IDZebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries. Homepage: http://www.indexdata.dk/zebra/ Package: idzebra-2.0-doc Priority: optional Section: doc Installed-Size: 993 Maintainer: Vincent Danjean Architecture: all Source: idzebra Version: 2.0.44-3.8.201403201143 Filename: 4.0-0/all/idzebra-2.0-doc_2.0.44-3.8.201403201143_all.deb Size: 441998 MD5sum: 52ecbd5dd2f2671cfd546179b9926006 SHA1: 9830b605afc409fba9d49884cde5fb467e94091c SHA256: 651582804dbe11897b5229d139c5905d5f606d5748bcea216e3a7f42bce688dd Description: IDZebra documentation This package includes documentation for IDZebra in PDF and HTML. . IDZebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries. Homepage: http://www.indexdata.dk/zebra/ Package: idzebra-2.0-examples Priority: optional Section: text Installed-Size: 1217 Maintainer: Vincent Danjean Architecture: all Source: idzebra Version: 2.0.44-3.8.201403201143 Filename: 4.0-0/all/idzebra-2.0-examples_2.0.44-3.8.201403201143_all.deb Size: 371208 MD5sum: 2dbbdbbefcfd951415694de51abb7998 SHA1: 75d044fde1c2e32973d547a73282830fd8398c8f SHA256: de21613a164956f37614336f10f41d8def50a2febdcafdffc72a2880645db841 Description: IDZebra example configurations This package includes examples for indexing of various data formats like OAI-PMH, Marc21, and MarcXML. . IDZebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries. Homepage: http://www.indexdata.dk/zebra/ Package: ienglish-common Priority: optional Section: text Installed-Size: 86 Maintainer: Robert Luberda Architecture: all Source: ispell Version: 3.3.02-6.16.201403210721 Depends: dictionaries-common (>= 1.10.6~), ispell (>= 3.3.02) Recommends: iamerican | iamerican-small | iamerican-large | iamerican-huge | iamerican-insane | ibritish | ibritish-small | ibritish-large | ibritish-huge | ibritish-insane Filename: 4.0-0/all/ienglish-common_3.3.02-6.16.201403210721_all.deb Size: 31996 MD5sum: 6b569b8b397bb7cd588042aa307aa363 SHA1: a1ef97ab6c620f88a764776cb92ca27211091411 SHA256: 52bd54d950146359b00f9abbec8703132b383b77572dab0bd3431ca4aa84d384 Description: Common files for British and American ispell dictionaries This package provides common files and dependencies for all American and British ispell dictionary packages. The package is useless if none of the dictionaries is also installed. Homepage: http://www.lasr.cs.ucla.edu/geoff/ispell.html Package: iesperanto Priority: optional Section: text Installed-Size: 185 Maintainer: Agustin Martin Domingo Architecture: all Source: eo-spell Version: 2.1.2000.02.25-45.4.201403220313 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 1.1), ispell Filename: 4.0-0/all/iesperanto_2.1.2000.02.25-45.4.201403220313_all.deb Size: 103554 MD5sum: b36463f049329daf2041315bbc2561c0 SHA1: e769ef488940922ecacf1d10e50c9f46a3e3af01 SHA256: bf92a0961d342406cf9e307f96558b6bf303d55cae6bfc8b7b63683555662626 Description: Esperanto dictionary for ispell This is the Esperanto dictionary for use with the ispell spellchecker, version 3.1.04 and following. The dictionary is based on the words from Plena Ilustrita Vortaro, with additional country/language names. It accepts Latin-3, 'cx' and '^c' forms. Package: iestonian Priority: optional Section: text Installed-Size: 1100 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-et Version: 1:20030606-20.4.201403210732 Provides: ispell-dictionary Depends: dictionaries-common (>= 0.49.2), ispell, debconf (>= 0.5) | debconf-2.0 Filename: 4.0-0/all/iestonian_20030606-20.4.201403210732_all.deb Size: 822172 MD5sum: 8c592c7404300b698e70537f2d6d4af7 SHA1: 92532c1d6e0b61cbf4ff9966595af2ef3cded4dc SHA256: e8f3e1ca66a4a3019911f56b3718b3caa0140a727668245ed4a752ca39c5dd5d Description: Estonian dictionary for Ispell This dictionary provides Estonian wordlists for the Ispell spellchecker. . The wordlists are based on work by the Institute of the Estonian Language and subsequently improved by Jaak Pruulmann who also created the affix file. Homepage: http://www.meso.ee/~jjpp/speller/ Package: ifaroese Priority: optional Section: text Installed-Size: 1175 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-fo Version: 0.4.1-1.4.201403210741 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, ispell, dictionaries-common (>= 0.20) Suggests: wfaroese Filename: 4.0-0/all/ifaroese_0.4.1-1.4.201403210741_all.deb Size: 1095130 MD5sum: 4ec55c114a27ab985d9777efd3331c23 SHA1: 5d6a2a99133f0591140b548dddf64ea40592f375 SHA256: 04bdc43c671e54d7ea0f5cc08c1b84a661a41f390d06e788e3ba0060d84353d2 Description: Faroese dictionary for ispell This is the Faroese dictionaries, to be used with ispell to check and correct spelling in Faroese texts. Homepage: http://fo.speling.org Package: ifetch-tools Priority: optional Section: web Installed-Size: 209 Maintainer: Richard Nelson Architecture: all Version: 0.15.23b-1.4.201403201159 Depends: debconf (>= 0.5) | debconf-2.0, adduser, ruby, librmagick-ruby Filename: 4.0-0/all/ifetch-tools_0.15.23b-1.4.201403201159_all.deb Size: 72842 MD5sum: 4b4218da7161469c6b8f78ca79eeb655 SHA1: 471cd830a8d3f6e6e9b857ddf76e358f2d736421 SHA256: 34b830cee3042821ee556fe3f29204a8cad47e52b5e0892393d766c8538fdd6c Description: Collect, monitor, and view images from ip cameras A set of tools that can collect images from IP based cameras, monitor the collection process, and provide an interface to view the collected history. Homepage: http://ifetch-tools.rubyforge.org/ Package: ifmail Priority: extra Section: comm Installed-Size: 205 Maintainer: Marco d'Itri Architecture: all Version: 2.14tx8.10-21.4.201403201206 Depends: perl, adduser Suggests: ifcico, ifgate Filename: 4.0-0/all/ifmail_2.14tx8.10-21.4.201403201206_all.deb Size: 51398 MD5sum: af337f5af843d211245bb4d30759c849 SHA1: 92b9e349bbcccd1d0c13b39cfd5d79d198bcb455 SHA256: 5303abbaaccb1c6a90ed2c2b3ef3d03df91869b42ab82fa0b05a925b96859019 Description: Internet to Fidonet gateway The package contains common files needed by ifcico and ifgate packages. This version includes the "tx" patches and other misc patches. Package: ifrench Priority: extra Section: text Installed-Size: 311 Maintainer: Debian QA Group Architecture: all Version: 1.4-26.4.201403201230 Provides: ispell-dictionary Depends: dictionaries-common (>= 1.10.6~), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wfrench Conflicts: ifrench-gut Filename: 4.0-0/all/ifrench_1.4-26.4.201403201230_all.deb Size: 218240 MD5sum: 1ac8b58e035f9e601998d635ac297375 SHA1: 683be6173a47d3c8e6367c24aff6c12e299da26f SHA256: 3428df4dedc640e3e6d70d998f9cae784a6d15ec94206aa294377515cf3f47ff Description: French dictionary for ispell (Hydro-Quebec version) This is a French dictionary, to be used with the ispell program, version 3.1.04 and following. The dictionary contains roughly 50,000 roots, which expand to about 220,000 words. . This is the Martin Boyer and Hydro-Quebec version. You may prefer to use the GUTenberg version installed by the ifrench-gut package. Package: ifscheme Priority: extra Section: net Installed-Size: 77 Maintainer: Guus Sliepen Architecture: all Version: 1.7-3.4.201403201249 Depends: ifupdown (>= 0.6.5) Filename: 4.0-0/all/ifscheme_1.7-3.4.201403201249_all.deb Size: 14006 MD5sum: 92b159b18b5b8b36815a5869b2f1a456 SHA1: 9ee93f99f5a3d034b23f4f44c2f38a415c647d48 SHA256: 34176ee0d86430011cf110d8c4b6eb9f4a9d02884b1bc2c4a8c38ac575185043 Description: scheme control for network interfaces ifscheme allows you to change network configuration schemes or query the current scheme. It integrates with the ifup(8) command and interfaces(5). For example, you might use this program to configure a "home" scheme and a "work" scheme for a network device on a laptop. When you move between home and work, a simple command can reconfigure your networking. Package: ifupdown-extra Priority: optional Section: admin Installed-Size: 119 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 0.22.6.201403201304 Depends: iproute, iputils-ping | ping, netcat, iputils-arping | arping, net-tools, host Pre-Depends: dpkg (>= 1.15.7.2) Recommends: ethtool Conflicts: debian-goodies (<< 0.39) Filename: 4.0-0/all/ifupdown-extra_0.22.6.201403201304_all.deb Size: 24550 MD5sum: d60c01ea0e92c94a6f53c9d8b2d6faa0 SHA1: 1dd5d0499517ae6bb445f993eca1fb7caaa2df82 SHA256: 7abc8a162457bb434be362125318f9bfad245bda1b757349c4d71b7394c45b1e Description: Network scripts for ifupdown This package provides a set of network testing scripts to be used together with the ifupdown package. These scripts can: - check the network cable before an interface is configured. - test if an assigned IP address is already in use in the network. - test if default network gateways are reachable. - setup default static routes for interfaces. . Additionally network static routes can also be defined globally for the system when this is needed (e.g. for 'reject' rules) and will be added after network initialisation. . This package also provides 'network-test', a script to test the network configuration status by checking: - Status of available interface. - Availability of configured gateway routes. - If host resolution is working properly (DNS checks). - If network connectivity is working, including ICMP and web connections to remote web servers. Package: ifupdown-scripts-zg2 Priority: optional Section: net Installed-Size: 147 Maintainer: Marc Haber Architecture: all Version: 0.6-1.4.201403201309 Provides: ifupdown-scripts Depends: ifupdown (>= 0.6.7), iproute, debianutils (>= 1.6) Suggests: vlan, ndisc6 Filename: 4.0-0/all/ifupdown-scripts-zg2_0.6-1.4.201403201309_all.deb Size: 27510 MD5sum: d53ad87190391018a1478322a80b7c00 SHA1: 831a4696b5d86dd07a8b3a6df0d360ff74c09ca3 SHA256: a3a145f3f08bfc7542338e058e1b5eed2a46cf4a30f153ff49d20d7dd1e1565a Description: Zugschlus' interface scripts for ifupdown's manual method This package contains a set of scripts that are called by ifupdown. They use ifupdown's manual method. Compared to ifupdown's static method, the scripts contained in this package have the following advantages: - CIDR support - support for 802.1q VLAN tagging - built-in handling of static routes Additionally, the code needed to bring down an interface is generated on the fly when the interface is brought up. That way, /etc/network/interfaces changes made while the interface is up don't prevent it from being taken down, allowing "ifdown foo; ifup foo" to activate the changes. . This package is work in progress. Although being in productive use, it is still missing some features, especially regarding source routing, metrics etc. Please feel free to provide patches. . Many of this package's features are implemented in other packages nowadays. However, some features (such as generation of shutdown code at interface init time) are still unique to this package. . This package has its upstream sources maintained in the Debian project, so there is no upstream URL. Homepage: http://ftp.debian.org/debian/pool/main/i/ifupdown-scripts-zg2/ Package: igal2 Priority: optional Section: web Installed-Size: 90 Maintainer: Alexander Zangerl Architecture: all Version: 2.1-1.4.201403201331 Replaces: igal Provides: igal Depends: libimage-size-perl, libimage-imlib2-perl, libimage-exiftool-perl, perl Conflicts: igal Filename: 4.0-0/all/igal2_2.1-1.4.201403201331_all.deb Size: 24618 MD5sum: e764064788b9f3b629e6cfd1c3af8419 SHA1: d58994e30999c1623b20b11797ed2f71c779f544 SHA256: e93795afe7e2ceee3ecdacc5da91f7ec1d367cdfa660bbe0858e9d60b580c6ad Description: online image gallery generator iGal2 is a Perl-based program that can generate an entire online picture show (HTML slides, thumbnails and index page included) with just one command line invocation. . iGal2 is a major rewrite of iGal (which is no longer maintained) and introduces various new features and capabilities. Homepage: http://igal.trexler.at/ Package: igalician-minimos Priority: optional Section: text Installed-Size: 250 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-gl Version: 0.5-35.4.201403210744 Provides: ispell-dictionary Depends: dictionaries-common (>= 1.1), ispell, debconf (>= 0.5) | debconf-2.0 Suggests: wgalician-minimos Filename: 4.0-0/all/igalician-minimos_0.5-35.4.201403210744_all.deb Size: 130478 MD5sum: 8ec3276c4c6910e71335d390b413f917 SHA1: 1eabe3b2f19822c6d13d1756018541ecf0b04cce SHA256: 7d65d89a45ebb8f95dcb88ba79c854844e2be120afd5a274757fa85a12208db7 Description: Ispell dictionary for Galician (minimos) This a ispell dictionary for Galician, using the "minimos" standard, as put together by Andre Ventas and Ramon Flores. . There are at least three orthographic conventions for Galician: ILG (official), reintegrationist and minimos. ILG uses orthographic conventions more similar to Spanish; reintegrationists are weighed towards Portuguese. Minimos tries to reach a middle consensus point. Homepage: http://ispell-gl.sourceforge.net Package: igstk-doc Priority: optional Section: doc Installed-Size: 49908 Maintainer: Debian Med Packaging Team Architecture: all Source: igstk Version: 4.4.0-2.12.201403201345 Filename: 4.0-0/all/igstk-doc_4.4.0-2.12.201403201345_all.deb Size: 38279748 MD5sum: 24b3ba019474a51d8f31c5466c5a6cba SHA1: dab4c9d0770ef7815759736ec8d5067eb2653cd5 SHA256: 65ce9b17a0f75fca33f257365bfc46f4eedc039322ad4dbefebadbc6ac868b3b Description: Toolkit for image-guided surgery applications - documentation The Image-Guided Surgery Toolkit (IGstk: pronounced IGStick) is a high-level component-based framework providing common functionality for image-guided surgery applications. . This software framework consists of a set of high-level components integrated with other low-level open source software libraries and application programming interfaces (API) from hardware vendors. . The cornerstone of IGstk is robustness. IGstk provides the following high-level functionality: Ability to read and display medical images including CT and MRI in DICOM format. . An interface to common tracking hardware (e.g. AURORA from Northern Digital Inc.). A graphical user interface and visualization capability including a four-quadrant view (axial, sagittal, coronal, and 3D) as well as a multi-slice axial view (from 1 by 1 to many by many such as 10 by 10). . Registration: point based registration and a means for selecting these points. Robust common internal software services for logging, exception-handling and problem resolution. . This package contains documentation files for IGstk. Homepage: http://www.igstk.org Package: igstk-examples Priority: optional Section: graphics Installed-Size: 548 Maintainer: Debian Med Packaging Team Architecture: all Source: igstk Version: 4.4.0-2.12.201403201345 Suggests: libigstk4-dev Filename: 4.0-0/all/igstk-examples_4.4.0-2.12.201403201345_all.deb Size: 288980 MD5sum: 71c2b26a1c9559ef33955c2b24464a63 SHA1: a02e63541a3d1496b09f67567b01c8669d1e20d0 SHA256: bf006ed8af7b14fc28c54cead40350505b9b33000c62763d17e63ec42e741307 Description: Toolkit for image-guided surgery applications - examples The Image-Guided Surgery Toolkit (IGstk: pronounced IGStick) is a high-level component-based framework providing common functionality for image-guided surgery applications. . This software framework consists of a set of high-level components integrated with other low-level open source software libraries and application programming interfaces (API) from hardware vendors. . The cornerstone of IGstk is robustness. IGstk provides the following high-level functionality: Ability to read and display medical images including CT and MRI in DICOM format. An interface to common tracking hardware (e.g. AURORA from Northern Digital Inc.). A graphical user interface and visualization capability including a four-quadrant view (axial, sagittal, coronal, and 3D) as well as a multi-slice axial view (from 1 by 1 to many by many such as 10 by 10). . Registration: point based registration and a means for selecting these points. Robust common internal software services for logging, exception-handling and problem resolution. . This package contains examples from the IGstk source. Homepage: http://www.igstk.org Package: iipimage-doc Priority: optional Section: doc Installed-Size: 1556 Maintainer: Mathieu Malaterre Architecture: all Source: iipimage Version: 0.9.9-2.2.201403201407 Depends: doc-base Filename: 4.0-0/all/iipimage-doc_0.9.9-2.2.201403201407_all.deb Size: 238346 MD5sum: c341676db7582c77bbb915e88f76302c SHA1: 7d320fd249da3c847a72705b2063c5103d4481d2 SHA256: e4cfbe71698382654e0d3acb0737f26f64f495e3c3a3caf4b36a1a2bc8dec051 Description: Web-based streamed viewing and zooming of ultra high-resolution images - doc IIPImage is an advanced high-performance feature-rich imaging server system for web-based streamed viewing and zooming of ultra high-resolution images. It is designed to be fast and bandwidth-efficient with low processor and memory requirements. The system can comfortably handle gigapixel size images as well as advanced image features such as both 8 and 16 bit depths, CIELAB colorimetric images and scientific imagery such as multispectral images. . Streaming is tile-based, making it possible to view, navigate and zoom in real-time around gigapixel size images that would be impossible to download and manipulate on the local machine. It also makes the system very scalable as the number of image tile downloads will remain the same regardless of the size of the source image. . Source images can be in either TIFF or JPEG2000 format. Whole images or regions within images can also be rapidly and dynamically resized and exported by the server from a single source image without the need to store multiple files in various sizes. . This is the documentation for iipimage-server Homepage: http://iipimage.sourceforge.net/ Package: iisemulator Priority: extra Section: admin Installed-Size: 288 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 0.95-3.4.201403201422 Depends: perl Recommends: honeyd Filename: 4.0-0/all/iisemulator_0.95-3.4.201403201422_all.deb Size: 41184 MD5sum: 4ae063e2a3a7b48538720bd3625f700a SHA1: 9fe88b37727067581f2b5c85c2ccccfcabfbbe6a SHA256: 340d9a24e66886d11da778c253b220a735cc1f81e43df0ddcff8877f5bc9ffc4 Description: Emulation for the IIS web server This package provides an emulation for the Internet Information Services (IIS) web server which can be used in conjunction with honeypot-deployment software (such as honeyd) to create a virtual server that emulates it. . More information at http://sourceforge.net/projects/iisemul8/ Package: ikiwiki-hosting-common Priority: optional Section: admin Installed-Size: 397 Maintainer: Joey Hess Architecture: all Source: ikiwiki-hosting Version: 0.20120527.2.201403201444 Depends: perl Filename: 4.0-0/all/ikiwiki-hosting-common_0.20120527.2.201403201444_all.deb Size: 94770 MD5sum: bea10e0e388f4820372e22a6467450ee SHA1: d2070a16e0c31f2c8e5932cca3e73bd8d90ce10b SHA256: 4457b3cda690d1593b7166b17fd333e8e3be62afe99a266dd2745150da993e75 Description: ikiwiki hosting: common files A hosting interface for ikiwiki. Facilitates management of many separate ikiwiki sites, with capabilities including web-based signup to create new sites, easy support for branching sites, deleting sites, and transferring sites between servers. Ikiwiki-hosting was developed for Branchable.com. . This package contains common files for all ikiwiki hosting servers, and documentation. Homepage: http://ikiwiki-hosting.branchable.com/ Package: ikiwiki-hosting-dns Priority: optional Section: admin Installed-Size: 78 Maintainer: Joey Hess Architecture: all Source: ikiwiki-hosting Version: 0.20120527.2.201403201444 Depends: perl, ikiwiki-hosting-common, bind9 Filename: 4.0-0/all/ikiwiki-hosting-dns_0.20120527.2.201403201444_all.deb Size: 18656 MD5sum: 8c4b5ede6c21d4ce5ad31d3afcb591aa SHA1: 899f091ae1601b6093bbc0ccbec2ba491bffa14e SHA256: 29ebc6c9dadd2efc063834d1f19cbb98a54891b5c18ef7ee5e8f5db374eb33e2 Description: ikiwiki hosting: dns server A hosting interface for ikiwiki. Facilitates management of many separate ikiwiki sites, with capabilities including web-based signup to create new sites, easy support for branching sites, deleting sites, and transferring sites between servers. Ikiwiki-hosting was developed for Branchable.com. . This package should be installed on the master DNS server, only if you will be allowing ikiwiki-hosting to automatically manage DNS for sites. It contains the ikidns program. Homepage: http://ikiwiki-hosting.branchable.com/ Package: ikiwiki Priority: optional Section: web Installed-Size: 5948 Maintainer: Joey Hess Architecture: all Version: 3.20120629.13.201403201440 Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table Depends: perl, libtext-markdown-discount-perl, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-libyaml-perl, libjson-perl Recommends: gcc | c-compiler, libc6-dev | libc-dev, git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs, libxml-simple-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl, libgravatar-url-perl, librpc-xml-perl Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, file, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, graphviz, libnet-amazon-s3-perl, libsparkline-php, texlive, dvipng, libtext-wikicreole-perl, libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, po4a (>= 0.35-1), gettext, libnet-inet6glue-perl, libtext-multimarkdown-perl, libxml-writer-perl Conflicts: ikiwiki-plugin-table Filename: 4.0-0/all/ikiwiki_3.20120629.13.201403201440_all.deb Size: 1810772 MD5sum: fab89cc78f8e0146f36686c8b1df019e SHA1: 74a7081581c2216933810f86929d55d9b2bf1c11 SHA256: ec67a6711f8044f7510e999f0edcbb9a7e9f09c369e0ac5bd2c9584cded8d23e Description: a wiki compiler Ikiwiki converts a directory full of wiki pages into HTML pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system such as Subversion or Git. . Ikiwiki implements all of the other standard features of a wiki, including web-based page editing, user registration and logins, a RecentChanges page, BackLinks, search, Discussion pages, tags, smart merging and conflict resolution, and page locking. . Ikiwiki also supports generating news feeds (RSS and Atom) and blogging. Ikiwiki provides a plugin system which allows many other features to be added. Some of the plugins have additional dependencies, found among the Recommends and Suggests of this package. Homepage: http://ikiwiki.info/ Package: ikvm Priority: optional Section: java Installed-Size: 41026 Maintainer: Debian CLI Libraries Team Architecture: all Version: 7.0.4335.0+ds-1.6.201403201446 Depends: mono-runtime (>= 2.10.1), cli-common (>= 0.5.1), libikvm-native (= 7.0.4335.0+ds-1.6.201403201446), libmono-corlib4.0-cil (>= 2.10.1), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-configuration4.0-cil (>= 1.0), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-data4.0-cil (>= 2.10.1), libmono-system-drawing4.0-cil (>= 1.0), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libmono2.0-cil (>= 2.6.3), java-common Filename: 4.0-0/all/ikvm_7.0.4335.0+ds-1.6.201403201446_all.deb Size: 16124232 MD5sum: c1291fb95d3b6454564bbbb6e9195a93 SHA1: d3f2ca273c45e0d592c375e6f1c7a9e28956f70b SHA256: 6a71ce48ee69d0482747029124c27c476a0a8dac548db49632be10deac8291eb Description: Java virtual machine for the CLI IKVM.NET is a free implementation of Java for the Common Language Infrastructure (CLI) like Mono and the Microsoft .NET Framework. . There are two main ways of using IKVM.NET: - Dynamically: In this mode, Java classes and jars are used directly to execute Java applications on the CLI runtime. Java bytecode is translated on the fly into Common Intermediate Language (CIL) by running on the IKVM.NET runtime. The full Java class loader model is supported in this mode. - Statically: In order to allow Java code to be used by CLI applications, it must be compiled down to an assembly and used directly. The Java bytecode is translated to CIL and is stored in this form. The assemblies can be referenced and used directly by the CLI applications by only using the CLI runtime. While the static mode does not support the full Java class loader mechanism, it is possible for statically compiled code to create a class loader and load classes dynamically. Homepage: http://www.ikvm.net/ Package: ilithuanian Priority: optional Section: text Installed-Size: 545 Maintainer: Kęstutis Biliūnas Architecture: all Source: ispell-lt Version: 1.2.1-3.4.201403210748 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, ispell, dictionaries-common (>= 0.25) Conflicts: ispell (<< 3.1.18-2) Filename: 4.0-0/all/ilithuanian_1.2.1-3.4.201403210748_all.deb Size: 383540 MD5sum: c70cc1529fb6f19a6b8a980000503525 SHA1: 8941c0a43444e8de00fd97021ef0aad7b62e475d SHA256: b0f2164baf9c7f6d29fb830e7dd92d897014d8b633e1b91dbff502986c028abe Description: ispell dictionary for Lithuanian (LT) This is the Lithuanian dictionary, to be used with ispell to check and correct spelling in Lithuanian texts. Package: ilohamail Priority: optional Section: web Installed-Size: 1663 Maintainer: Joerg Jaspert Architecture: all Version: 0.8.14-0rc3sid6.2.4.201403201457 Depends: apache | apache-ssl | apache-perl | httpd, php4 | libapache2-mod-php4 | php5 | libapache2-mod-php5, debconf (>= 0.5) | debconf-2.0, postfix | mail-transport-agent, wwwconfig-common Recommends: php4-mysql | php5-mysql, mysql-client, gnupg, aspell Filename: 4.0-0/all/ilohamail_0.8.14-0rc3sid6.2.4.201403201457_all.deb Size: 395982 MD5sum: 58cf3b5817c601d74a6399fa345b7eb0 SHA1: 8361344f55ebdf80dbe3d4668ebcebe2a47be06f SHA256: 91835b0d88661109da25e8854d28315e70032da843b8697ed2791dc1262ccd77 Description: Light weight yet full featured multilingual web-based IMAP/POP3 client IlohaMail (pronounced: e-lo-ha-mail) is a light weight yet full featured multilingual webmail program that is easy to use. . Admin Features: * Light weight and fast * Extensive multilingual capabilities * Modular - Easily modifiable to accommodate different backends. * Activity Logging * Spam Prevention * Multiple host/domain support * Auto-appended Tag-Lines * Optional MySQL backend for improved scalability and performance. * External SMTP server support * IMAP caching * Theme support . Client Features: * POP3 & IMAP Support * Send, receive, file, delete messages * GPG support * Multiple sender identities * Spell checker (with aspell) * Create, rename, delete folders * Send/receive attachments * View images inline * Full featured Contacts list * Calendar included * Bookmarks manager * Search messages * Customizable - Over 2 dozen user preferences * Support for over 20 languages . Upstream Homepage is http://www.ilohamail.org/ Package: im-config Priority: optional Section: x11 Installed-Size: 230 Maintainer: Osamu Aoki Architecture: all Version: 0.21.5.201403201502 Provides: im-switch Depends: zenity | dialog, gettext-base Recommends: x11-common, dialog Conflicts: im-switch Filename: 4.0-0/all/im-config_0.21.5.201403201502_all.deb Size: 37272 MD5sum: b115ed4ec14ca779124241be89e9c55e SHA1: 7f33d43c4dc1a4ae7ee55bfb0f157c198e66b8c6 SHA256: 1fb6a370f42d8bd49e654fcb3efe572af92cd10954c6937e3dc4a6fe49001086 Description: Input method configuration framework im-config package provides the framework to configure and to switch the input method on X Window System. This input method is the essential mechanism for Japanese, Chinese and Korean (CJK) languages to enter their non-ASCII native characters. . Many modern input methods such as IBus support not only one of these CJK languages but support almost all languages simultaneously by dynamically switching keyboard modes with GUI helper program. . By installing this package, the most desirable input method and its backend conversion engine are automatically configured with both the X Window System Input Method (XIM), GTK+ input method module, Qt input method module, and clutrer input method module. . You can further customize your input method with 'im-config' command. Package: im-switch Priority: optional Section: x11 Installed-Size: 112 Maintainer: Osamu Aoki Architecture: all Version: 1.23.4.201403201504 Depends: zenity Recommends: x11-common | xfree86-common Filename: 4.0-0/all/im-switch_1.23.4.201403201504_all.deb Size: 18434 MD5sum: 036495acf2c36b76c3f370a557bb2003 SHA1: 74956339a2495ef1f7f15f24b1c2abfc6334743a SHA256: 355078b6d48aab4b062ffc811a4808b0a8a276050dbf7fea8b7554c866f9b0c3 Description: Input method switch framework im-switch provides the framework to configure and to switch the input method on X Window System depending on the locale. This input method is the essential mechanism for Japanese, Chinese and Korean (CJK) language to enter their non-ASCII native characters. . Some input methods such as SCIM support not only one of these CJK languages but support almost all languages simultaneously by dynamically switching keyboard modes with GUI. . By installing this package, the most desirable input method and its backend conversion engine are automatically configured with both XIM or IMmodule mechanism. . You can further customize your input method with 'im-switch' command. Package: im Priority: optional Section: mail Installed-Size: 904 Maintainer: Tatsuya Kinoshita Architecture: all Version: 1:151-2.4.201403201500 Provides: imap-client, mail-reader, news-reader Depends: perl, debconf (>= 0.5) | debconf-2.0 Suggests: ssh, libsocket6-perl, namazu2-index-tools, bogofilter | spamoracle | bsfilter Filename: 4.0-0/all/im_151-2.4.201403201500_all.deb Size: 322706 MD5sum: 3564da275de2eff47aa794cdd224c338 SHA1: 3fc85a79817cd17ff0f40118e0b7fb7c72b13caf SHA256: 53cbec26575aa1588973dbbaa43f9e6ba1108481cb35c29861c3e90cc473b857 Description: mail/news handling commands and Perl modules IM (Internet Message) provides a series of user interface commands (imput, imget, imls, ...) and backend Perl5 modules to integrate E-mail and NetNews user interface. They are designed to be used both from Mew version 1.x and on command line. . The folder style for IM is exactly the same as that of MH. So, you can replace MH with this package without any migration works. Moreover, you are able to operate your messages both by IM and MH with consistent manner. . Mail/news messages are dispatched by way of SMTP/NNTP and are retrieved from local mailbox (mbox file, Maildir, MMDF file, MH folder), POP3 server (plain password, APOP), IMAP server, or NNTP server. Homepage: http://tats.hauN.org/im/ Package: imageindex Priority: optional Section: web Installed-Size: 171 Maintainer: Michael Ablassmeier Architecture: all Version: 1.1-2.1.4.201403201506 Depends: perl-base (>= 5.8.4), perlmagick, imagemagick (>= 6:6.2.3.0-2), libimage-info-perl, libperl4-corelibs-perl | perl (<< 5.12.3-7) Suggests: mplayer Filename: 4.0-0/all/imageindex_1.1-2.1.4.201403201506_all.deb Size: 48282 MD5sum: 0facd664c9554c045ab7765ec4ec28ee SHA1: 80a7d93c3c988d231b5624b76dfd741d1c256582 SHA256: 153e6e9b270355f66d9f76eb68baa8ccde226a82456e9401f362d4fb7bf83de8 Description: generate static HTML galleries from images Imageindex generates standards-compliant static HTML galleries of images (usually JPG photos, but can deal with images of just about any format). Some features: . * Only out-of-date thumbnail/medium images are generated * Captions come from comments embedded in images (never get lost!) * Output is customizable with CSS stylesheets * Can fetch EXIF header data from digicam photos * Can optionally recurse directory trees * Index, detail, slide, and frame views * Can use mplayer for dealing with video files. Homepage: http://www.edwinh.org/imageindex/ Package: imagej Priority: optional Section: science Installed-Size: 1707 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.46a-1.6.201403201508 Depends: openjdk-6-jre | sun-java6-jre Suggests: java-virtual-machine Filename: 4.0-0/all/imagej_1.46a-1.6.201403201508_all.deb Size: 1626472 MD5sum: 280405a2ca17c101611072dd565c5178 SHA1: a7a0e1269126364001a48786e9ff706ba57a8be1 SHA256: 03152329107cf8481a6e175a7cca9a862fc98b0cbb728632df8532e07939fada Description: Image processing program inspired by NIH Image for the Macintosh It can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that share a single window. . It can calculate area and pixel value statistics of user-defined selections. It can measure distances and angles. It can create density histograms and line profile plots. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and median filtering. . Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available. . ImageJ is developed by Wayne Rasband (wayne@codon.nih.gov), is at the Research Services Branch, National Institute of Mental Health, Bethesda, Maryland, USA. Homepage: http://imagej.nih.gov/ij Package: imagemagick-doc Priority: optional Section: doc Installed-Size: 21769 Maintainer: ImageMagick Packaging Team Architecture: all Source: imagemagick Version: 8:6.7.7.10-5.55.201406182010 Recommends: www-browser Suggests: imagemagick Conflicts: imagemagick (<= 7:6.4.0) Filename: 4.0-0/all/imagemagick-doc_6.7.7.10-5.55.201406182010_all.deb Size: 5783248 MD5sum: 4672f3ac864877704d57b22b8c1d9214 SHA1: 4310390d39c2b223fd7c32224fb202874835c98f SHA256: 54dff9d4cc10c76dc9024d7e50ee1161635b776677ed9ed35d0dc01f30ae9198 Description: document files of ImageMagick This package contains the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. Homepage: http://www.imagemagick.org/ Package: imageshack-uploader-common Priority: optional Section: utils Installed-Size: 1406 Maintainer: Luke Faraone Architecture: all Source: imageshack-uploader Version: 2.2+hg20100408.d802dea89428-5.1.4.201403201529 Replaces: imageshack-uploader (<= 2.2.0) Filename: 4.0-0/all/imageshack-uploader-common_2.2+hg20100408.d802dea89428-5.1.4.201403201529_all.deb Size: 236744 MD5sum: a5939280b8af87c3ce6f44d77bc4e481 SHA1: 8ff94e523124a1238225372f855e0253b089e7e0 SHA256: 6aa54dc884c02a976f64420c9d1152a994afb957604362684f1eae312a337694 Description: a image and video upload utility - common files The ImageShack Bulk Uploader is a simple standalone application for uploading one or more image and video files to ImageShack. Users can upload to their account or anonymously. . This package contains common files for the imageshack-uploader package. Homepage: http://code.google.com/p/imageshack-uploader/ Package: imagetooth Priority: optional Section: ruby Installed-Size: 86 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.0.1-1.1.2.201403201540 Depends: ruby | ruby-interpreter, ruby-rmagick (>= 2.13.1~) Filename: 4.0-0/all/imagetooth_2.0.1-1.1.2.201403201540_all.deb Size: 8076 MD5sum: f4e588110287de16cd282e48ab699f02 SHA1: 0d39b4746545b3a62ea7a79c85ea473f717477d0 SHA256: 7dde2c7474647745ec95e035a143023dfc6c1002531597b2f115fcd04c44c476 Description: This library generates images of teeth for odontograms. This library generates images of teeth for odontograms with tooth faces painted in a color (red, green, blue, white or black for example). This is very useful for dental applications. Homepage: https://github.com/gramos/imagetooth Ruby-Versions: ruby1.8 ruby1.9.1 Package: imagination-common Priority: optional Section: video Installed-Size: 8893 Maintainer: Andrew Starr-Bochicchio Architecture: all Source: imagination Version: 3.0-2.7.201403201559 Replaces: imagination (<= 2.0-1) Conflicts: imagination (<= 2.0-1) Filename: 4.0-0/all/imagination-common_3.0-2.7.201403201559_all.deb Size: 2853040 MD5sum: 27fe36ec5640c071a830b8757838df53 SHA1: 9844c9f1c232bc31f86762f6fd2b19e52813c5b2 SHA256: 133c3a5fdbfa45bea53eb142cf2aee063544b3244b6bac94ffee8ee23081f735 Description: DVD slide show maker - common files Imagination is a lightweight and user-friendly DVD slide show maker with a clean interface and few dependencies. It only requires the ffmpeg encoder to produce a movie to be burned with another application. . This package contains architecture independent files such as icons, pixmaps, documentation, and translations. Homepage: http://imagination.sourceforge.net/ Package: imaprowl Priority: optional Section: mail Installed-Size: 80 Maintainer: Takuo KITAME Architecture: all Version: 1.2.1-1.4.201403201623 Depends: ruby1.9.1, libopenssl-ruby1.9.1 Filename: 4.0-0/all/imaprowl_1.2.1-1.4.201403201623_all.deb Size: 15060 MD5sum: ae3cc2fc304f7a2fc0fdc7a98dba6f4e SHA1: d76c8850ae6377a1d75eb9d3e4684fb10035a466 SHA256: 99952a22b458f2f08d409d2fc9b5db77a3836e52700e8b1346be2d8d4081a3a1 Description: IMAP new mail notification utility for iPhone using Prowl Public API Prowl is a service and an App for iPhone's Push Notification service.(APNs) see http://prowl.weks.net/ for more about Prowl. . IMAProwl is an utility script to notify new mail of IMAP server with Prowl service. It's very useful to push notification of GMail or any other IMAP mail service to your iPhone. . This program uses IMAP/IDLE(RFC2177) or IMAP/NOOP to check the new mail on IMAP server and uses Prowl Public API via HTTPS. Homepage: http://github.com/takuo/IMAProwl Package: imdb-tools Priority: optional Section: utils Installed-Size: 67 Maintainer: Matthew Johnson Architecture: all Version: 0.9-1.4.201403201632 Depends: curl, realpath, tidy Filename: 4.0-0/all/imdb-tools_0.9-1.4.201403201632_all.deb Size: 14928 MD5sum: f6e04ec87365ef2427c92dfe5a5fd4fa SHA1: 85d46343012c39b30a3a4009b06aa6207a5ec9f4 SHA256: 9d9316c9d99f16728f2e109998252838f620d89eb667c0525f22aba63aada4b2 Description: Lookup film details on IMDB The IMDB tools lookup film details on the Internet Movie Database: www.imdb.com, cache them and associate the details with filenames. Package: imediff2 Priority: optional Section: text Installed-Size: 58 Maintainer: Kevin Coyner Architecture: all Version: 1.1.2-1.4.201403201639 Depends: python Filename: 4.0-0/all/imediff2_1.1.2-1.4.201403201639_all.deb Size: 10694 MD5sum: 3eaa59792c5ac9bbc8c4c1557dd9e931 SHA1: c59d030699c45c38ecba5892c606f6d11c50f769 SHA256: 34127bf678d7d05aecc1b37ee48df6e7eccd0346e8525485d251ef34d89101c5 Description: interactive full screen 2-way merge tool Imediff2 lets you merge two (slightly different) files interactively with a user friendly full screen interface on a text terminal. In other words, it is an ncurses based replacement for sdiff. . The program shows the differences of given files (in color if the terminal supports them), lets you scroll up and down and toggle changes between the old and new versions of the differing hunks one by one. . Unlike split screen based merge tools, it shows only one, partially merged, version of the file at a time, making it more "WYSIWYG", perhaps more intuitive for beginners and most importantly, suitable for narrow terminals. . Homepage: http://alioth.debian.org/projects/imediff2/ Python-Version: current Package: imgsizer Priority: optional Section: web Installed-Size: 52 Maintainer: Peter S Galbraith Architecture: all Version: 2.7-3.4.201403201641 Depends: imagemagick | file, imagemagick | libjpeg-progs, python (>= 2.4) Filename: 4.0-0/all/imgsizer_2.7-3.4.201403201641_all.deb Size: 10836 MD5sum: 9c679df8441495181da9823fb91e051a SHA1: e49562b409dc1536be71acc4370899cd2cf8b83b SHA256: d4b1e341b40072a56a87a4de19f542abaddef12df3d60538eddaa22203451f7e Description: Adds WIDTH and HEIGHT attributes to IMG tags in HTML files The imgsizer script automates away the tedious task of creating and updating the extension HEIGHT and WIDTH parameters in HTML IMG tags. These parameters help browsers to multi-thread image loading, instead of having to load images in strict sequence in order to have each one's dimensions available so the next can be placed. This generally allows text on the remainder of the page to load much faster. . The package needs either the imagemagick package or both the file and libjpeg-progs packages. Package: imhangul-common Priority: optional Section: utils Installed-Size: 43 Maintainer: Debian Korean L10N Architecture: all Version: 1+nmu1.2.201403201652 Replaces: imhangul (<= 0.9.16-1) Recommends: im-config (>= 0.6) | im-switch Conflicts: imhangul (<= 0.9.16-1) Filename: 4.0-0/all/imhangul-common_1+nmu1.2.201403201652_all.deb Size: 2408 MD5sum: a44acf0c8ba0a85fdaec6b2c197eff1c SHA1: 3ac9bb88963eee0e2fbfd7cc066fdee25240edeb SHA256: d25f148d9d48a415f3fb2206de930c0df0f416180ccb953434571d65444ad989 Description: Common files for imhangul This package includes configuration files for the Debian imhangul packages, which are common for all GTK+ versions. Package: impose+ Priority: optional Section: text Installed-Size: 138 Maintainer: Yaroslav Halchenko Architecture: all Version: 0.2-12.4.201403201728 Depends: psutils, perl Suggests: ghostscript Filename: 4.0-0/all/impose+_0.2-12.4.201403201728_all.deb Size: 80616 MD5sum: efed9c7254529e7c71c2692902f55100 SHA1: 769d7a3b36915ffc070c4d61324c50340134821f SHA256: 954c276e734a413345fd39d1f5566176df132bcbd3ff7adc1d257e60bf519d9b Description: Postscript utilities for two-up printing, bbox, etc A set of utilities for manipulating DSC compliant postscript. The following programs are included: . impose: A preprocessor to pstops for creating 2-up printouts. It tries to remove white space from the printout by probing the original postscript for the printed area's bounding box. This makes the output more esthetic than a simplistic layout of non-cropped original pages. . bboxx: Extracts the bounding boxes of a postscript file, with the option of entering the bounding box into the file. This program uses the ghostscript bbox device. . fixtd: Sets options in a Postscript file asking the printer to turn on tumbling or duplex printing. . psbl: Rearranges pages in a file to create booklets. Homepage: http://freshmeat.net/projects/impose/ Package: imposm Priority: extra Section: web Installed-Size: 32 Maintainer: Debian OpenStreetMap Team Architecture: all Version: 2.4.0+dfsg-0.1.2.201403201732 Depends: python, python-imposm (>= 2.4.0+dfsg-0.1.2.201403201732), python-pkg-resources Filename: 4.0-0/all/imposm_2.4.0+dfsg-0.1.2.201403201732_all.deb Size: 3764 MD5sum: 38873231e9422c272ec2eec9d5da0d64 SHA1: 43fab268ae98aaefd96a3df5fed3d79098a07964 SHA256: 36d0e04a8f5ba7ef9ae9f4ff2d367751d3828e37e5eedfea7e03f1e8e8f20861 Description: importer for OpenStreetMap data Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and can import the data into PostgreSQL/PostGIS databases. . It is designed to create databases that are optimized for rendering/WMS services. . This package contains the importer. Homepage: http://imposm.org/ Package: impressive Priority: optional Section: x11 Installed-Size: 345 Maintainer: Yaroslav Halchenko Architecture: all Version: 0.10.3-2.4.201403201741 Replaces: keyjnote (<< 0.10.2r-0) Provides: keyjnote Depends: python, python-support (>= 0.90.0), python-opengl, python-pygame, python-imaging, poppler-utils | xpdf-reader (<< 3.02-2) | xpdf-utils (>= 3.02-2), perl Recommends: pdftk Suggests: ghostscript, latex-beamer Conflicts: keyjnote (<< 0.10.2r-0) Filename: 4.0-0/all/impressive_0.10.3-2.4.201403201741_all.deb Size: 153454 MD5sum: bd551a09f7558611be2c95ef8a1c6490 SHA1: 29b4468e19c8b0afc69459195800f3e033a714f7 SHA256: cb854f5b1724745c2edb200f0d21fbf5b71c91ff1d0f27977bcabe6926efd227 Description: PDF presentation tool with eye candies Impressive is a program that displays presentation slides using OpenGL. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are really useful for presentations. Some of them are: * Overview screen * Highlight boxes * Spotlight effect * Presentation scripting and customization Homepage: http://impressive.sourceforge.net/ Package: imview-doc Priority: optional Section: doc Installed-Size: 5182 Maintainer: Debian Science Maintainers Architecture: all Version: 1.0.1-3.4.201403201756 Recommends: imview Filename: 4.0-0/all/imview-doc_1.0.1-3.4.201403201756_all.deb Size: 4562280 MD5sum: b4a45081c98afc44d2e13b9a7316f5d6 SHA1: f05dc2dc5c2536dacc1ae8bbbf2df6357f5250f8 SHA256: 09729e9e4c2c83c21f7d883961e0e960f1ff41cfb02c761836576973243559b5 Description: The manual for Imview This is the complete user manual for Imview, an image viewing and analysis application found in the Debian package imview. Package: imvirt Priority: optional Section: admin Installed-Size: 47 Maintainer: Patrick Matthäi Architecture: all Version: 0.9.4-4.4.201403201800 Depends: perl, libimvirt-perl (= 0.9.4-4.4.201403201800) Filename: 4.0-0/all/imvirt_0.9.4-4.4.201403201800_all.deb Size: 9390 MD5sum: 915f813169c8c96d3ccfd096f59b5ef9 SHA1: 30cb893f3bc099f676154431371bfb2515ba29b8 SHA256: 6736dd875d0ee47d2f7f7d6386c2dc22301891a0bcd67b2e128d13328bfcdff3 Description: detects several virtualizations This Perl script tries to detect if it is run in a virtualization container. . In this version it is able to detect the following virtualization technologies: ARAnyM KVM lguest LXC OpenVZ/Virtuozzo QEMU UML VMware GSX, ESX, Workstation Virtual PC/Virtual Server VirtualBox Xen (para and non-para virtualized) . And much more. Homepage: http://micky.ibh.net/~liske/imvirt.html Package: indent-doc Priority: optional Section: doc Installed-Size: 187 Maintainer: Santiago Vila Architecture: all Source: indent Version: 2.2.11-2.11.201403201819 Filename: 4.0-0/all/indent-doc_2.2.11-2.11.201403201819_all.deb Size: 33098 MD5sum: c2756b4b0a8606798faf5a8b948011e0 SHA1: 51700f6b222d2ee1b90808e2db6f26b32b144c1a SHA256: c1116687d8443f26fb008c729908bc0e3a89f4738d437b9cfae6b0efe2fef355 Description: Documentation for GNU indent This package contains the HTML documentation for GNU indent. Homepage: http://indent.isidore-it.eu/beautify.html Package: infernal-doc Priority: optional Section: doc Installed-Size: 1603 Maintainer: Debian Med Packaging Team Architecture: all Source: infernal Version: 1.0.2-2.4.201403201920 Filename: 4.0-0/all/infernal-doc_1.0.2-2.4.201403201920_all.deb Size: 1310542 MD5sum: fd9ca127d4187c65cab9eff08670aaca SHA1: 50c12e19b6013f9026fbb7022ce415c4af97cf6e SHA256: bc944b8092c0ee6122246b5819e2f96ac6faf90e9904bcb1691ca84a4083a5ee Description: inference of RNA secondary structural alignments – documentation Infernal ("INFERence of RNA ALignment") is for searching DNA sequence databases for RNA structure and sequence similarities. It is an implementation of a special case of profile stochastic context-free grammars called covariance models (CMs). A CM is like a sequence profile, but it scores a combination of sequence consensus and RNA secondary structure consensus, so in many cases, it is more capable of identifying RNA homologs that conserve their secondary structure more than their primary sequence. . This package provides the documentation which is shipped with the code of infernal. Homepage: http://infernal.janelia.org/ Package: infinoted-0.5 Priority: optional Section: net Installed-Size: 86 Maintainer: Philipp Kern Architecture: all Source: libinfinity Version: 0.5.2-6.1.5.201403211023 Depends: infinoted Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/infinoted-0.5_0.5.2-6.1.5.201403211023_all.deb Size: 64480 MD5sum: 3dfa51723d097cf949a88eca2c6cf7d5 SHA1: 91ba47e4d6ddee553d78ac945c5f851385d8a34b SHA256: ae023489f70c946667c3b2d0cd156ea3e9ca69b2437f7e8aaddf415f2fb25eb5 Description: dedicated server for infinote-based collaborative editing (transitional) infinoted is a dedicated server which allows clients to edit plain text documents and source files collaboratively over a network. Changes to the documents are synchronised instantly to the other clients. . It serves the documents using the same protocol as gobby-0.5. . This is a transitional package. It can be safely removed. Homepage: http://gobby.0x539.de Package: info2man Priority: optional Section: doc Installed-Size: 161 Maintainer: Colin Watson Architecture: all Version: 1.1-6.4.201403201931 Depends: perl Recommends: man-db Filename: 4.0-0/all/info2man_1.1-6.4.201403201931_all.deb Size: 73928 MD5sum: 2b2c73687c1ebd0a3019fb66f1aa9c64 SHA1: 2fd3a0771e7730130ca09ee145fdd473310b29eb SHA256: d38386682a882b7e8eeacf766be308cae48a5e52b6cb2dca74460813f36fa271 Description: Convert GNU info files to POD or man pages This package provides the info2pod tool to convert GNU info documents into Perl's POD (Plain Old Documentation) format. From there, they can be converted to manual pages to be viewed by people who prefer conventional pagers to the standard info viewer or Emacs. . The info2man tool uses info2pod and pod2man to perform the conversion in one step. Homepage: http://www.cskk.ezoshosting.com/cs/css/info2pod.html Package: info2www Priority: optional Section: doc Installed-Size: 106 Maintainer: Uwe Hermann Architecture: all Version: 1.2.2.9-24.4.201403201936 Depends: perl, apache2 | httpd-cgi Filename: 4.0-0/all/info2www_1.2.2.9-24.4.201403201936_all.deb Size: 22716 MD5sum: 76f7a8776e05197f81e46cee3d80f4b9 SHA1: e81ceaf9c7a6f913561fe0c11be1343a30f64724 SHA256: d917b8344cae5c592f46df2f4935b9473ee81047f278f494673cb73e1f2d43cf Description: Read info files with a WWW browser info2www lets you read info files with a WWW browser. It requires an HTTP server with CGI support. Homepage: http://www.w3.org/Tools/info2www.html Package: inform-mode Priority: extra Section: editors Installed-Size: 132 Maintainer: Jan Christoph Nordholz Architecture: all Version: 1.5.8-3.4.201403201940 Depends: emacsen-common Filename: 4.0-0/all/inform-mode_1.5.8-3.4.201403201940_all.deb Size: 20202 MD5sum: f82f47cd84fe441d601086221b59a783 SHA1: b7eb0a66b319d213ac07a07752bd561194d74da4 SHA256: 378f8a59ffed58ea9872edf82ab15ca965c6992ae67b2f85d89767b75e049978 Description: Emacs mode for editing Inform files This is an (X)Emacs mode for editing Inform source code. Inform source is used when writing games for the Z-Code virtual machine (aka Infocom). This package will add an editing mode to your favorite Emacsen for editing these files. Package: ingerman Priority: optional Section: text Installed-Size: 510 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, ispell, dictionaries-common (>= 0.20.0) Suggests: wngerman Filename: 4.0-0/all/ingerman_20120607-1.20.201403201333_all.deb Size: 443626 MD5sum: 1a9438a67ed9db96cc975ebc4ba1f3da SHA1: 260733ff2c01cf6c5c9eba825c885df5075ac9a3 SHA256: 589fae53daada1559f357d868c3703c75cc65284201c01e1403849071e555ce4 Description: New German orthography dictionary for ispell This is a dictionary for ispell for the new German orthography (de-DE-1996), which is used since 1998-08-01 and which is obligatory as of 2005-08-01. . It is based on the famous hkgerman dictionary (using the old German orthography (de-DE-1901), which is available as package iogerman), with many corrections and additions. Homepage: http://j3e.de/ispell/igerman98/ Package: initz Priority: optional Section: editors Installed-Size: 144 Maintainer: OHASHI Akira Architecture: all Version: 0.0.11+20030603cvs-17.5.201411011314 Depends: debconf (>= 0.5) | debconf-2.0, emacs | emacsen, apel Filename: 4.0-0/all/initz_0.0.11+20030603cvs-17.5.201411011314_all.deb Size: 29116 MD5sum: 37a67965562a263668f988ec3b96a4d4 SHA1: c011a586835bb4c9775638125e97bbb7b420d3e7 SHA256: 2623804a3af64aa75ca7137f305a2c89b7544ffe9fc157c643578f1beff6d262 Description: Handles the switching of various initialization files of emacsen Initz handles the switching of various startup initialization files of emacsen provided for various environment. According to the environment (maybe emacs version, OS type or OS versions) Initz reads appropriate init files provided by the user in several directories, one for one environment. Package: ink-generator Priority: optional Section: graphics Installed-Size: 43 Maintainer: Aurélio A. Heckert Architecture: all Version: 0.4-2.4.201403201956 Depends: inkscape, imagemagick, zenity Filename: 4.0-0/all/ink-generator_0.4-2.4.201403201956_all.deb Size: 5320 MD5sum: ddd43371b5b5f985f585109bb7cdc1bd SHA1: 439997534bcce6af1fec649544aa3ee48a648ba1 SHA256: fddea69d794d1737fbd6bc07f3dd1d4b1cf3bc10a8e88350f04d143822a8e956 Description: Inkscape extension to automatically generate files from a template ink-generator is an extension to replace text and data to automatically generate files (like PDF, PS, JPG, etc...), based on a SVG template and a CSV data file. Homepage: http://www.colivre.coop.br/Aurium/InkscapeGenerator Package: inosync Priority: optional Section: utils Installed-Size: 53 Maintainer: Ryan Niebur Architecture: all Version: 0.2.1-1.4.201403202059 Depends: python (>= 2.4), python-pyinotify (>= 0.8.0), rsync Filename: 4.0-0/all/inosync_0.2.1-1.4.201403202059_all.deb Size: 7068 MD5sum: 5b404d271f4578bc6eac2f367fac57f7 SHA1: 9037bc757b225b00edb198a45499c2745f03df28 SHA256: f6c79254aa7a403c27831890775771352274350c61c2a7f92711ad2fa0101970 Description: notification-based directory synchronization daemon The inosync daemon uses the inotify service available in recent Linux kernels to monitor and synchronize changes within directories to remote nodes using rsync. . System administrators have relied on cron+rsync for years to constantly synchronize files and directories to remote machines. It is not feasible to let authors wait for their content to get synchronized every x hours with regard to the enormous pace of articles and podcasts nowadays. Homepage: http://bb.xnull.de/projects/inosync/ Package: insanity-tools Priority: optional Section: utils Installed-Size: 147 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: gst-qa-system Version: 0.0+git20110920.4750a8e8-2.2.201403161411 Depends: python, python-insanity, python-gtk2, python-simplejson Filename: 4.0-0/all/insanity-tools_0.0+git20110920.4750a8e8-2.2.201403161411_all.deb Size: 39564 MD5sum: f396b65b816184875f126a889c596078 SHA1: d2e22f1bf762fe22db6308e3e2afcec7f1d6e23e SHA256: ee6c313d6405ba25f4e0daaa17447c38085a15d43221826f6e78caf3ef80c0d2 Description: GStreamer QA system (Insanity) tools Insanity is a testing tool for GStreamer. It is able to perform a lot of test cases by this system. And then store the result to database. . This package provides tools to perform the test and the program to dump the results. It also provides the deprecated gst-media-test utility for people who are used to its interface. Homepage: http://cgit.freedesktop.org/gstreamer/gst-qa-system/ Package: insanity-web Priority: optional Section: utils Installed-Size: 141 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: gst-qa-system Version: 0.0+git20110920.4750a8e8-2.2.201403161411 Depends: python-insanity, python-django (>= 1.3), libjs-jquery Filename: 4.0-0/all/insanity-web_0.0+git20110920.4750a8e8-2.2.201403161411_all.deb Size: 22420 MD5sum: 9fa4e7fdd2323596053577d8ece952ca SHA1: 644e02620a074338b51cb72b4f2575b31f9d9b20 SHA256: 1b579796a5f56d688ef3c706166d8f68ee1f688d00d6e75aea47fea212d83ece Description: GStreamer QA system (Insanity) web frontend. Insanity is a testing tool for GStreamer. It is able to perform a lot of test cases by this system. And then store the result to database. . This package provides a django-based web interface for insanity, which lets the user run tests and view the results from the comfort of their browser. Homepage: http://cgit.freedesktop.org/gstreamer/gst-qa-system/ Package: insighttoolkit3-examples Priority: optional Section: devel Installed-Size: 2795 Maintainer: Debian Med Packaging Team Architecture: all Source: insighttoolkit Version: 3.20.1+git20120521-3.7.201403202130 Replaces: insighttoolkit-examples Suggests: libinsighttoolkit3-dev Conflicts: insighttoolkit-examples Filename: 4.0-0/all/insighttoolkit3-examples_3.20.1+git20120521-3.7.201403202130_all.deb Size: 2478770 MD5sum: fe43c29e5bb5eb589f30d9e225a3d0fd SHA1: 3efa946399428806b8cac30f1d9edcec9c092e13 SHA256: a4f6aa9fb1e91a27926bfb50ece78ec3695feb1393302a4d97afd73ec7352cad Description: Image processing toolkit for registration and segmentation - examples ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both. . This package contains the source for example programs. Homepage: http://www.itk.org/ Package: installation-guide-amd64 Priority: optional Section: doc Installed-Size: 23278 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-amd64_20130503.6.201403202159_all.deb Size: 14959044 MD5sum: e1cfe9598365458fe83253969dd0dd86 SHA1: cedf75d23fd2bd01654178580615c7091f69894a SHA256: 78021e8a1b491c2aec8e54bdf161d7b2b51a169d435396653aad607569f1717e Description: Debian installation guide for amd64 This package contains the Debian installation guide for the AMD64 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-armel Priority: optional Section: doc Installed-Size: 20436 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-armel_20130503.6.201403202159_all.deb Size: 13152768 MD5sum: 1ce878b81f0f50992d05d2ab0967930b SHA1: 33dd52caedc0d46fa75c2b98d7cd83acaf8b39b1 SHA256: afbf815eb7516070260c4e54dbb6f8fe9e58025fdececf51deb2ee6c7b7d4feb Description: Debian installation guide for armel This package contains the Debian installation guide for the ARM architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-armhf Priority: optional Section: doc Installed-Size: 20435 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-armhf_20130503.6.201403202159_all.deb Size: 13152960 MD5sum: 059f11c525e63ef356d010904e21d7a2 SHA1: 44be5e159c3e507b09ca1d0efaacc17c72cd4f9c SHA256: e43aae8409c8c098f5d72b0caead7727c54550aef896f1c38c71a27d465e72e5 Description: Debian installation guide for armhf This package contains the Debian installation guide for the ARM with Hardware FPU architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-i386 Priority: optional Section: doc Installed-Size: 23405 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-i386_20130503.6.201403202159_all.deb Size: 15052874 MD5sum: 71381f0297879fcdf2c7f6869a5f2126 SHA1: add81e0aefa6488ad90bfcfd9ca453d11f90a0d6 SHA256: 85f5c2a61ece85cea478eed8c1de20d865065156b4c7d3bee12a0ac90d6d3e7b Description: Debian installation guide for i386 This package contains the Debian installation guide for the Intel x86 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-ia64 Priority: optional Section: doc Installed-Size: 21124 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-ia64_20130503.6.201403202159_all.deb Size: 13617870 MD5sum: 38afd0eb5378b1ade39d4525569814af SHA1: 8eade4597e703299021d07ab11ea89f6634291a5 SHA256: a31735b1214dc54efa4d68f94515c514725720bf88bc0b04a03149790479e915 Description: Debian installation guide for ia64 This package contains the Debian installation guide for the IA-64 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-kfreebsd-amd64 Priority: optional Section: doc Installed-Size: 20847 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-kfreebsd-amd64_20130503.6.201403202159_all.deb Size: 13402400 MD5sum: 2422a912a415253f08aab72c25870746 SHA1: 6f351c89e7de75c591e3668d75d9c08838d4440d SHA256: 698cb7158b4d42c686ba7114df7850eed8800cbcb845bd8a025fabc52e637272 Description: Debian installation guide for kFreeBSD amd64 This package contains the Debian installation guide for the kFreeBSD kernel running on the AMD64 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-kfreebsd-i386 Priority: optional Section: doc Installed-Size: 20804 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-kfreebsd-i386_20130503.6.201403202159_all.deb Size: 13373066 MD5sum: d94a7b4a3220151ad4a40a62e04cef6b SHA1: a991ad24af5dfc80f84463d833b6105437df4b29 SHA256: 180b8c98726bf9a803ee46166c9876b28ef4c0814631379a6d6d575a6785ccfb Description: Debian installation guide for kFreeBSD i386 This package contains the Debian installation guide for the kFreeBSD kernel running on the Intel x86 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-mips Priority: optional Section: doc Installed-Size: 20046 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-mips_20130503.6.201403202159_all.deb Size: 12881096 MD5sum: 63bf0530e89e58203a75da8d3cd9d1a1 SHA1: 75b8705402bed39a64afafa8f662c25c6626d9c0 SHA256: 733a816e1b53f7379e112bc35ff6bdf780b5731d3a8d14400e35500addf203ad Description: Debian installation guide for mips This package contains the Debian installation guide for the Mips architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-mipsel Priority: optional Section: doc Installed-Size: 19991 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-mipsel_20130503.6.201403202159_all.deb Size: 12856816 MD5sum: 9ba730d52bb9e3988545da25e4fabff6 SHA1: 34159a6f2478aba29c2ccc81b560c2223c0182e3 SHA256: dc37b3cc4b58d6507c1974c10bc56acd90c30e29d19467226f671f48590cde1d Description: Debian installation guide for mipsel This package contains the Debian installation guide for the Mipsel architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-powerpc Priority: optional Section: doc Installed-Size: 22545 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-powerpc_20130503.6.201403202159_all.deb Size: 14525976 MD5sum: bee586660226add7b2c1506b6717cccc SHA1: 5d552ded37dbbf482518c4de953303fa3469f242 SHA256: ebe3408b2a2831e7c7109d386ff091ac23a3df38d197ec8c17a1c858024d6653 Description: Debian installation guide for powerpc This package contains the Debian installation guide for the PowerPC architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-s390 Priority: optional Section: doc Installed-Size: 18396 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-s390_20130503.6.201403202159_all.deb Size: 11846746 MD5sum: 1ec2218f8ef5946ce66926583d47b0fd SHA1: 5d1324c8aece381c7216cf53455ad8ad3e97db15 SHA256: aeae02b9e9c4fcfea1a20b3ab3b931ec771c6fcffe22e6b8aa8ec2afdb7c5efb Description: Debian installation guide for s390 This package contains the Debian installation guide for the S/390 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-s390x Priority: optional Section: doc Installed-Size: 18397 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-s390x_20130503.6.201403202159_all.deb Size: 11846262 MD5sum: eb2b6f17cc3c71766e014d840106c2b3 SHA1: d1d628325a5ccfda9e620d669504a59dc098bfa4 SHA256: 45418e21ab99a1cd460465843fcb08009ef60558bc1e497815cdd2676c6843ee Description: Debian installation guide for s390x This package contains the Debian installation guide for the 64bit S/390 architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: installation-guide-sparc Priority: optional Section: doc Installed-Size: 20858 Maintainer: Debian Install System Team Architecture: all Source: installation-guide Version: 20130503.6.201403202159 Conflicts: installation-guide Filename: 4.0-0/all/installation-guide-sparc_20130503.6.201403202159_all.deb Size: 13448968 MD5sum: 509cff16068d0e624685f19e1220d883 SHA1: 3aa47bc6c0c507d15936c06dd9d64d3f6d8451f8 SHA256: ad377503028d0eaccd12479500b564b0f7ff39abe53d14baf4666ab482053da0 Description: Debian installation guide for sparc This package contains the Debian installation guide for the Sparc architecture, in a variety of languages. . A shorter reference, the installation HOWTO, is included in an appendix. Package: interchange-cat-standard Priority: optional Section: web Installed-Size: 2277 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: interchange Version: 5.7.7-2.6.201403210000 Depends: debconf (>= 0.5) | debconf-2.0, libwww-perl, interchange (>= 5.3.0), interchange-ui (>= 5.3.0), libdbd-sqlite | libdbd-mysql-perl | libdbd-pg-perl, dbconfig-common Filename: 4.0-0/all/interchange-cat-standard_5.7.7-2.6.201403210000_all.deb Size: 913730 MD5sum: 3885c786ff87cec52ef2baaeeadb13b4 SHA1: 8a3d8099871dc50a1fc5e15344e6114008dd99cb SHA256: 195bd2743a93c36f5012512a18c905dfad1514e76abf64969fdef56b41a564b7 Description: Standard store, a sample Interchange catalog The Standard store is a demo catalog which you can use to build your Interchange applications from. While the Standard store is designed to be relatively easy to start with, it is still a full-featured demonstration of a number of Interchange capabilities. Once you understand the Standard store and how it works you are well on your way to understanding the Interchange software. Homepage: http://www.icdevgroup.org/ Package: interchange-ui Priority: optional Section: web Installed-Size: 2203 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: interchange Version: 5.7.7-2.6.201403210000 Depends: debconf (>= 0.5) | debconf-2.0, perl, interchange (>= 4.8.1) Suggests: libspreadsheet-parseexcel-perl, libspreadsheet-writeexcel-perl Filename: 4.0-0/all/interchange-ui_5.7.7-2.6.201403210000_all.deb Size: 596712 MD5sum: b4f1d19f6d7799eee99faa4101c09797 SHA1: 23218b06aaa0f705bf61857ecab765ddf273e4d7 SHA256: ea26321b69f17f05df132a5f6322d81b50bf2d602a3e49d2c949cabe21bfaec6 Description: Interchange administration interface (UI) With the Interchange administration interface, called UI, you are able to perform several useful operations like page edit, user's administration and view reports on an Interchange catalog. Homepage: http://www.icdevgroup.org/ Package: intltool Priority: optional Section: devel Installed-Size: 239 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.50.2-2.25.201403210040 Provides: xml-i18n-tools Depends: gettext (>= 0.10.36-1), patch, automake | automaken, perl (>= 5.8.1), libxml-parser-perl, file Filename: 4.0-0/all/intltool_0.50.2-2.25.201403210040_all.deb Size: 100934 MD5sum: 173a8dcb120106985175dde9332f0555 SHA1: a75ad14b3fc5f8a3dbfc74bb927d1a085c425a51 SHA256: cc63440b5ab3038c9da2b5a13aaca8527d47048d38c02029bd4b9fbc16ae3f2f Description: Utility scripts for internationalizing XML Automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus theme and other XML files into the po files. . Automatically merges translations from po files back into .oaf files (encoding to be 7-bit clean). The merging mechanism can also be extended to support other types of XML files. Multi-Arch: foreign Homepage: https://launchpad.net/intltool Package: inventor-data Priority: optional Section: graphics Installed-Size: 7487 Maintainer: Debian Science Team Architecture: all Source: inventor Version: 2.1.5-10-16.4.201403210111 Filename: 4.0-0/all/inventor-data_2.1.5-10-16.4.201403210111_all.deb Size: 3144570 MD5sum: 485e9eeca01a7c77a495f9a836be0b17 SHA1: 76c942c7c63f031007cdc3a6367c90f1f16a8649 SHA256: 34d36aa8edb148550a65363e51a189fd5c3a6481e6a1afd0d5995135f476f55c Description: Open Inventor sample data files This package contains sample 3D model and scene files in inventor format. . Open Inventor is an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. It presents a programming model based on a 3D scene database that simplifies graphics programming. It includes a large set of objects such as cubes, polygons, text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and editors can speed up your programming and extend your 3D program's capabilities. Homepage: http://oss.sgi.com/projects/inventor/ Package: inventor-doc Priority: optional Section: doc Installed-Size: 651 Maintainer: Debian Science Team Architecture: all Source: inventor Version: 2.1.5-10-16.4.201403210111 Conflicts: inventor-dev (<= 2.1.5-10-1), libcoin20-doc, libcoin40-doc Filename: 4.0-0/all/inventor-doc_2.1.5-10-16.4.201403210111_all.deb Size: 632554 MD5sum: 975ed66f0446cd5c6fa568bfa1148a88 SHA1: 8d87be654eba86a54639a77d47e24e8bc1fe9634 SHA256: 5e209badb05d768716c5816732eec68b7b1eb08f690abb5d5996f322646f3bc1 Description: Open Inventor documentation This package contains the Open Inventor documentation files. . Open Inventor is an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. It presents a programming model based on a 3D scene database that simplifies graphics programming. It includes a large set of objects such as cubes, polygons, text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and editors can speed up your programming and extend your 3D program's capabilities. Homepage: http://oss.sgi.com/projects/inventor/ Package: iog Priority: optional Section: net Installed-Size: 102 Maintainer: Mark Purcell Architecture: all Version: 1.03-3.6.5.201403210129 Depends: libsnmp-session-perl, ucf, debconf, debconf (>= 0.5) | debconf-2.0 Recommends: snmpd Filename: 4.0-0/all/iog_1.03-3.6.5.201403210129_all.deb Size: 23460 MD5sum: b771be8ff57050d63ff122d949682bfa SHA1: 8e40b4848a5b3ffacdbaa03d751d5062840dd62e SHA256: 6a1c46c00eb6b09d3c637a67e7fb49cb60736432734d53dc6478b9a5d9bb36a0 Description: network I/O grapher IOG is a network traffic grapher designed to record cumulative kB/MB/GB statistics per hour/day/month. It is intended to be simple, fast (supporting thousands of hosts), and well integrated with MRTG. Data for each host is updated hourly and HTML graphs are created. It uses a data consolidation algorithm which allows for a small, non-growing database file for each host. No external graphing libraries or executables are required. Homepage: http://www.dynw.com/iog/ Package: ion-doc Priority: extra Section: doc Installed-Size: 409 Maintainer: Leo Iannacone Architecture: all Source: ion Version: 3.0.1~dfsg1-1.2.201403210137 Recommends: ion Filename: 4.0-0/all/ion-doc_3.0.1~dfsg1-1.2.201403210137_all.deb Size: 185520 MD5sum: 398e1c5cffecd7630e6aee742443e9f0 SHA1: e700527255ebf010263078c784ab31c9ce352ede SHA256: c5b948af59205cf833e7bff0811b4db40db9151ff10aaa3d3191cb0ab2d17b6a Description: Interplanetary Overlay Network - examples and documentation Interplanetary Overlay Network (ION) software distribution is an implementation of Delay-Tolerant Networking (DTN) architecture as described in Internet RFC 4838. . This is a suite of communication protocol implementations designed to support mission operation communications across an end-to-end interplanetary network, which might include on-board (flight) subnets, in-situ planetary or lunar networks, proximity links, deep space links, and terrestrial internets. . Included in the ION software distribution are the following packages: * ici (interplanetary communication infrastructure) a set of libraries that provide flight-software-compatible support for functions on which the other packages rely * bp (bundle protocol), an implementation of the Delay-Tolerant Networking (DTN) architecture's Bundle Protocol. * dgr (datagram retransmission), a UDP reliability system that implements congestion control and is designed for relatively high performance. * ltp (licklider transmission protocol), a DTN convergence layer for reliable transmission over links characterized by long or highly variable delay. * ams - an implementation of the CCSDS Asynchronous Message Service. * cfdp - a class-1 (Unacknowledged) implementation of the CCSDS File Delivery Protocol. . This package contains the documentation and some configuration example. Homepage: https://ion.ocp.ohiou.edu/ Package: ip2host Priority: optional Section: web Installed-Size: 51 Maintainer: Gunnar Wolf Architecture: all Version: 1.10-2.5.201403210151 Filename: 4.0-0/all/ip2host_1.10-2.5.201403210151_all.deb Size: 9398 MD5sum: 2465df7bfe7601c496e6f2effa588855 SHA1: 1cf54dba8a417f71448b086a3d971fc32f2f6569 SHA256: bae80523239b7613fa41956d29f6d6049800312927e6adf1c01190cde234341b Description: Resolve IPs to hostnames in web server logs This script is a drop-in replacement for the logresolve.pl script distributed with the Apache web server. . ip2host has the same basic design of forking children to handle the DNS resolution in parallel, but multiplexes the communication to minimize the impact of slow responses. This results in a significant speed improvement (approximately 10x faster), and the performance degrades more gracefully as the DNS timeout value is increased. Package: ipadic-common Priority: optional Section: misc Installed-Size: 31941 Maintainer: Osamu Aoki Architecture: all Source: ipadic Version: 2.7.0+main-3.2.201403210155 Recommends: chasen Filename: 4.0-0/all/ipadic-common_2.7.0+main-3.2.201403210155_all.deb Size: 4739282 MD5sum: f614fd0971e276ca7d2cb16dace3e44d SHA1: 0303a4f34bff0371c42addd41b82efe9a890471f SHA256: 77fad57055cfbdb1cef5cc3468a190022d9127fefd61d57a5cd606c2e6c1bc82 Description: Dictionaries for ChaSen (UTF-8 text) Dictionaries for ChaSen, a morphological analysis system to segment and tokenize Japanese text string. It provides many additional information (pronunciation, semantic information, and others). . It is based on ICOT dictionary. . This package contains a large dictionary data in UTF-8 text. Homepage: http://chasen-legacy.sourceforge.jp/ Package: ipcalc Priority: optional Section: net Installed-Size: 104 Maintainer: Bartosz Fenski Architecture: all Version: 0.41-2.6.201411011321 Depends: perl Filename: 4.0-0/all/ipcalc_0.41-2.6.201411011321_all.deb Size: 27082 MD5sum: 7b5dd8dd63b66a571d72757ae11e36c4 SHA1: 688ebe5c47bd2925e0a0b59f46ee408d86950658 SHA256: 433c83f1cfd3dfea5b193fa43d0aafe8022a5a136429ed33aee0d54cc630047f Description: parameter calculator for IPv4 addresses ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values. . Originally, ipcalc was intended for use from the shell prompt, but a CGI wrapper is provided to enable colorful HTML display through a webserver. Homepage: http://jodies.de/ipcalc Package: ipcheck Priority: optional Section: net Installed-Size: 240 Maintainer: Mark Purcell Architecture: all Version: 0.233-1.6.201411011331 Depends: python Filename: 4.0-0/all/ipcheck_0.233-1.6.201411011331_all.deb Size: 42748 MD5sum: 6b920f276f135c1d507fb1048f69527a SHA1: 817a6cd2942275ef03a73245bb2b7e340c070b58 SHA256: 42a1bb49189938dcbf09882269f6094561ea5b62a223cafa914fa73397f702ba Description: Dyndns.org client to register your dynamic IP address The Dynamic DNS service allows you to alias a dynamic IP address to a static hostname, allowing your computer to be more easily accessed from various locations on the Internet. . This is a simple Python script to register your dynamic IP address using the NIC V2.0 protocol. . The script is very easy to use and supports multiple methods for determining the external IP (parsing interfaces on the local machine, web based IP detection, direct support for devices from Linksys, Netgear, Draytek, Netopia, HawkingTech, Watchgard, Cayman, Nexland, ZyXEL, SMC, Compex, UgatePlus, DLink and Cisco). It also supports the dyndns offline mode. . Starting with version 0.141 ipcheck uses https by default and will fall back to http if a timeout occurs. Package: ipolish Priority: optional Section: text Installed-Size: 1368 Maintainer: Robert Luberda Architecture: all Version: 20120520-1.4.201403210246 Provides: ispell-dictionary Depends: dictionaries-common (>= 1.10.6~), ispell, debconf (>= 0.5) | debconf-2.0, perl Suggests: wpolish Filename: 4.0-0/all/ipolish_20120520-1.4.201403210246_all.deb Size: 1108670 MD5sum: 9298beea41158c3f96070926c6509c72 SHA1: 0d4edc73a97438a5ddbf7b603d350ca762485fea SHA256: c2333712a8e599c366710126767d595d5688805e3bb378f2508a9f3227df10aa Description: Polish dictionary for ispell This is the Polish dictionary, to be used with the ispell program, version 3.1.04 and following. The dictionary contains roughly 200,000 roots, which expand to about 2,500,000 words. Homepage: http://www.sjp.pl/ Package: iportuguese Priority: optional Section: text Installed-Size: 283 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell.pt Version: 20120604-1.5.201403210758 Provides: ispell-dictionary Depends: ispell, debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 0.20) Filename: 4.0-0/all/iportuguese_20120604-1.5.201403210758_all.deb Size: 170004 MD5sum: 7fe667cb6d577cc67a23ffed4e02f3ae SHA1: 3bbb633767a7807ba6446546386753ebd80cde31 SHA256: 04b8050f88143f9d6ab298924558c2621dc7428f5f2a6fa9cb5b525c4e220ca6 Description: European Portuguese dictionary for ispell This is the Portuguese dictionary for ispell currently developed by the Informatics Department at Minho's University in Portugal. Homepage: http://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:ispell Package: iprelay Priority: optional Section: net Installed-Size: 80 Maintainer: martin f. krafft Architecture: all Version: 0.71-4.4.201403210255 Depends: perl Filename: 4.0-0/all/iprelay_0.71-4.4.201403210255_all.deb Size: 25182 MD5sum: c43da4fcf6b7c9ebfa23502ddb3345bc SHA1: a230799ab1da5d1cde7c7a5d63de8cce92c1a092 SHA256: 07ce1dfa360f91c86d348f9ec445e143b4372ad085e323a8ca889ce0c3cca988 Description: User-space bandwidth shaping TCP proxy daemon iprelay can shape the TCP traffic forwarded through it to a specified bandwidth and allow this bandwidth to be changed on-the-fly. Multiple data streams to different sockets may be shaped to the same total bandwidth, much like a traffic shaping router would. However, this application runs in user space, and works by acting as a TCP proxy. . Here's what the author would like you to know: ip_relay sprang from the fact that I use a modem for home Internet connectivity, and once a large download has started, other Internet activities: telnet, surfing, VOIP, are largely useless. With ip_relay, you can suddenly decide to shape your downloads to 50% of your available bandwidth, and make use of the more interactive applications. . After using ip_relay for a while, it became obvious to me that it had another use: simulating bandwidth limits for other applications. Most notably was testing VNC over an ethernet connection, but at modem speeds. . The original software is called ip_relay (http://www.stewart.com.au/ip_relay/) but its name has been changed according to Debian policy. Package: iproute-doc Priority: optional Section: doc Installed-Size: 1003 Maintainer: Debian iproute maintainers Architecture: all Source: iproute Version: 20120521-3.12.201403210302 Filename: 4.0-0/all/iproute-doc_20120521-3.12.201403210302_all.deb Size: 936016 MD5sum: 82ea8912b3b77697f73512d77425028d SHA1: 95572aa70b12cbd3d0200234bb21ef7dc7308135 SHA256: dc52770531d80be48f89d1b5f8d0a28eb3a5febf6d9755a5feef84d88c8ea6a8 Description: networking and traffic control tools - documentation The iproute suite, also known as iproute2, is a collection of utilities for networking and traffic control. . This package contains the documentation for iproute. Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Package: iptables-persistent Priority: optional Section: admin Installed-Size: 61 Maintainer: Jonathan Wiltshire Architecture: all Version: 0.5.7.16.201403210331 Depends: iptables, lsb-base, debconf (>= 0.5) | debconf-2.0 Filename: 4.0-0/all/iptables-persistent_0.5.7.16.201403210331_all.deb Size: 10414 MD5sum: 5dbdbcc1c39108f1b47e5371f508ca7e SHA1: 990bc2a9048685a09f323a73e038e29aaa7f20ac SHA256: 163c2e6cf4d307f835483937dab01719bf067f716ed39f351f5e8511005d26e8 Description: boot-time loader for iptables rules This package provides a system startup script that restores iptables rules from a configuration file. . Since this is aimed at experienced administrators, there is no configuration wizard. Package: ipxe Priority: optional Section: admin Installed-Size: 1852 Maintainer: Bastian Blank Architecture: all Version: 1.0.0+git-20120202.f6840ba-3.8.201411131152 Breaks: qemu-kvm (<= 1.0+dfsg-7), qemu-system (<= 1.0+dfsg-2) Filename: 4.0-0/all/ipxe_1.0.0+git-20120202.f6840ba-3.8.201411131152_all.deb Size: 1154916 MD5sum: 2ab12571d3bb1843799da7029bded9e7 SHA1: 407ea0713b939f0ec5a83a44c05d8ff981a57a86 SHA256: 168e44bd9a0f52a59aafe0991141b02a784a65a3ebcf4b21c1769075f30586b5 Description: PXE boot firmware iPXE is network boot firmware. It supports a variety of network cards, including some wireless cards, and variety of network protocols (traditional DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It supports scripting. . It is possible to use iPXE as a PXE ROM in the network card or to chainload it from other boot methods. . This package provides boot code for all supported network cards in one binary and several bootable formats. Homepage: http://ipxe.org/ Package: ipython-doc Priority: optional Section: doc Installed-Size: 15684 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Replaces: ipython (<< 0.11-2), ipython-notebook (<< 0.12.1-1) Depends: ipython, libjs-sphinxdoc (>= 1.0) Breaks: ipython (<< 0.11-2), ipython-notebook (<< 0.12.1-1) Filename: 4.0-0/all/ipython-doc_0.13.1-2.8.201410221632_all.deb Size: 5811560 MD5sum: e5555fde438e956cf6f921b8a0d87267 SHA1: d34623fa551fa9038f1a796de90cf1ef37ebcb95 SHA256: 5cf86ba1801819b88302ca6418bf3e591da1990f597ad959c7e7506422596f7b Description: enhanced interactive Python shell - Documentation IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the documentation. Homepage: http://ipython.org/ Package: ipython-notebook-common Priority: optional Section: python Installed-Size: 1491 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Replaces: ipython-notebook (<< 0.12.1-2) Depends: libjs-jquery (>= 1.7), libjs-mathjax Breaks: ipython-notebook (<< 0.12.1-2) Filename: 4.0-0/all/ipython-notebook-common_0.13.1-2.8.201410221632_all.deb Size: 370064 MD5sum: 90da9b83f20d4352b969f73d042cb88c SHA1: dbc025142ca68b67d7a5c8f45385a76640742b40 SHA256: 9da3514d1439098cd25ade8083cc4e39399872fd470d7503b25cdacece6c45d2 Description: interactive Python html notebook data package IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the data for html notebook. Homepage: http://ipython.org/ Package: ipython-notebook Priority: optional Section: python Installed-Size: 223 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Depends: ipython (= 0.13.1-2.8.201410221632), ipython-notebook-common (= 0.13.1-2.8.201410221632), python-tornado (>= 2.1.0), python-zmq (>= 2.1.4), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/ipython-notebook_0.13.1-2.8.201410221632_all.deb Size: 26736 MD5sum: 8418143ed22546348bd6f278e8b3c9bf SHA1: 3d2f4993d1156678d3106096638f14e26778f09f SHA256: bf4f2d2f815f4a84ee6c5698d02bcfb4c176ecf3bd5b054f3248e00be87469e3 Description: interactive Python html notebook IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the html notebook providing a Mathematica-like webinterface to Python. Homepage: http://ipython.org/ Package: ipython-qtconsole Priority: optional Section: python Installed-Size: 484 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Depends: ipython (= 0.13.1-2.8.201410221632), python-pygments, python-qt4 | python-pyside.qtcore, python-qt4 | python-pyside.qtgui, python-qt4 | python-pyside.qtsvg, python-zmq (>= 2.0.10.1), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/ipython-qtconsole_0.13.1-2.8.201410221632_all.deb Size: 81968 MD5sum: eeed9023f7e4a5b6c60d1590eb418b12 SHA1: 80b7f7ee68dc0ac2fce1ac049cea7c6e2f97430c SHA256: 6b6067d321287e48ebad5f681c672cea14962de053de12f99ccd0ffec35ec4c7 Description: enhanced interactive Python shell - Qt console IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the qt console. Homepage: http://ipython.org/ Package: ipython3-notebook Priority: optional Section: python Installed-Size: 160 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Depends: ipython-notebook-common (= 0.13.1-2.8.201410221632), ipython3 (= 0.13.1-2.8.201410221632), python3-tornado (>= 2.1.0), python3-zmq (>= 2.1.4), python3 (>= 3.2.3-3~) Filename: 4.0-0/all/ipython3-notebook_0.13.1-2.8.201410221632_all.deb Size: 25802 MD5sum: b461b62a5f811dd078df232230c4684b SHA1: 4f48991e981c40c56187841b564e6f559c56ef90 SHA256: 7f940ebde276eb3e2635ec4955b1bbd5d708825d80425fec2f944eb57754a688 Description: interactive Python 3 html notebook IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the html notebook providing a Mathematica-like webinterface to Python 3. Homepage: http://ipython.org/ Package: ipython3-qtconsole Priority: optional Section: python Installed-Size: 398 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Depends: ipython3 (= 0.13.1-2.8.201410221632), python3-pkg-resources, python3-pygments, python3-pyqt4 | python3-pyside.qtcore, python3-pyqt4 | python3-pyside.qtgui, python3-pyqt4 | python3-pyside.qtsvg, python3-zmq (>= 2.0.10.1), python3 (>= 3.2.3-3~) Filename: 4.0-0/all/ipython3-qtconsole_0.13.1-2.8.201410221632_all.deb Size: 79982 MD5sum: 9c6979a05c31829f24395a90f102c137 SHA1: 5688426cacc463c78bc0d0d63e9ac947bf56bc97 SHA256: e397bfa22c951d05720d85cd29d5e8a8ac46530c7b366e772093d3cce910f5f9 Description: enhanced interactive Python 3 shell - Qt console IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the Python3 variant of the qt console. Homepage: http://ipython.org/ Package: ipython3 Priority: optional Section: python Installed-Size: 2674 Maintainer: Debian Python Modules Team Architecture: all Source: ipython Version: 0.13.1-2.8.201410221632 Depends: python3-decorator, python3-pkg-resources, python3-simplegeneric, python3 (>= 3.2.3-3~) Suggests: ipython3-notebook, ipython3-qtconsole, python3-zmq (>= 2.0.10.1) Filename: 4.0-0/all/ipython3_0.13.1-2.8.201410221632_all.deb Size: 667072 MD5sum: 0bf9f8ac4d89729719e7ef1ea5553eab SHA1: 725f6a69060f3707222117ec2eae5114f7f43495 SHA256: fb89c691c29badd9140492cc8d278f9f51d8d99da4954b4e94542c5233374b0a Description: enhanced interactive Python 3 shell IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the Python 3 variant of ipython terminal shell. For the qt console install ipython3-qtconsole and for the html notebook install ipython3-notebook. Homepage: http://ipython.org/ Package: ipython Priority: optional Section: python Installed-Size: 3015 Maintainer: Debian Python Modules Team Architecture: all Version: 0.13.1-2.8.201410221632 Depends: python-configobj, python-decorator, python-pexpect, python-simplegeneric, python (>= 2.6.6-7~), python (<< 2.8) Suggests: ipython-doc, ipython-notebook, ipython-qtconsole, python-argparse, python-matplotlib, python-numpy, python-profiler, python-zmq (>= 2.0.10.1) Filename: 4.0-0/all/ipython_0.13.1-2.8.201410221632_all.deb Size: 677354 MD5sum: 6e5ea3fa451d42ef356d0ba0bb6c51ec SHA1: 14c93cb55a1280010d9253bf47016bc735793da7 SHA256: b61649bd45211ac8cafc88786f921b4b8f3ba1083d1d9bdc2451ff9ff6bdc045 Description: enhanced interactive Python shell IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the basic terminal shell. For the qt console install ipython-qtconsole and for the html notebook install ipython-notebook. Homepage: http://ipython.org/ Package: irssi-scripts Priority: optional Section: net Installed-Size: 2564 Maintainer: Ryan Niebur Architecture: all Version: 20120326.4.201403210557 Depends: perl, irssi Recommends: libwww-perl Suggests: libdbi-perl, net-tools, perl-modules, w3m | www-browser Filename: 4.0-0/all/irssi-scripts_20120326.4.201403210557_all.deb Size: 734360 MD5sum: 0b1e30425e59fa05f020e14a66e9b33c SHA1: bd8c15bff9d7b34d6d67af67cd3bcbb95a02a8a7 SHA256: 7307e26c109bee586a3383e9f5e967ad6ce5506137818c6988b658b9fab16e04 Description: collection of scripts for irssi This is a collection of scripts for the irssi IRC-client. . Some individual scripts need other packages in order to work properly. Please see the list of Suggests as well as the contained README.Debian for additional information. . Almost all scripts can also be downloaded from http://scripts.irssi.org/. Homepage: http://scripts.irssi.org/ Package: irussian Priority: optional Section: text Installed-Size: 651 Maintainer: Mikhail Gusarov Architecture: all Source: rus-ispell Version: 0.99g5-18.6.201403180705 Provides: ispell-dictionary Depends: dictionaries-common (>= 0.49.2), ispell, debconf (>= 0.5) | debconf-2.0 Filename: 4.0-0/all/irussian_0.99g5-18.6.201403180705_all.deb Size: 544258 MD5sum: 24500ab046b2b725c660af9cd2c7b7f9 SHA1: 3cd4421b253308027bd7861bf886008cd2109c16 SHA256: 3e98838d4b039e7aadc00b56ffd36c2a6220e591d5ddaad5b1e904fc5472e658 Description: Russian dictionary for Ispell This dictionary contains Russian wordlists for the Ispell spellchecker. . The dictionary contains over 122,200 stem words and produces over 1,168,000 derivate words, including support for the :E (yo) letter. Package: isag Priority: optional Section: admin Installed-Size: 127 Maintainer: Robert Luberda Architecture: all Source: sysstat Version: 10.0.5-1.15.201403242242 Depends: gnuplot-x11, sysstat (>= 10.0.5-1.15.201403242242), tk8.5 | wish Suggests: rcs Filename: 4.0-0/all/isag_10.0.5-1.15.201403242242_all.deb Size: 51010 MD5sum: f290e3a74114a53f3493d62aac1f68a3 SHA1: d33174ecaa51535565c12ac2eda7cbfce7e1741d SHA256: b98c953ff5f746725878905b975c8084f816cf09e08ad76bf67e2149614754a3 Description: Interactive System Activity Grapher for sysstat This package provides the command isag, which graphically displays the system activity data stored in the binary logs produced by sar (in the package sysstat). Homepage: http://pagesperso-orange.fr/sebastien.godard/ Package: iscsitarget-dkms Priority: optional Section: kernel Installed-Size: 343 Maintainer: Debian iSCSI Maintainers Architecture: all Source: iscsitarget Version: 1.4.20.3+svn502-1.8.201410271338 Depends: dkms (>= 2.1.0.0), make Recommends: linux-headers Suggests: iscsitarget Conflicts: iscsitarget-source Filename: 4.0-0/all/iscsitarget-dkms_1.4.20.3+svn502-1.8.201410271338_all.deb Size: 86234 MD5sum: 067cbbc7f76658182ad6d383671d6863 SHA1: e82d1f91fb8bdd3cf155a0de9731802d7f39ddfa SHA256: f1b7430d47baba7c1aa7db7ce43bc8fbd2dd9667ef65da390c69fbcaf42cc2d2 Description: iSCSI Enterprise Target kernel module source - dkms version iSCSI Enterprise Target is for building an iSCSI storage system on Linux. It is aimed at developing an iSCSI target satisfying enterprise requirements. . This package provides the source code for the iscsitarget kernel module. The iscsitarget package is also required in order to make use of this module. Kernel source or headers are required to compile this module. . This package contains the source to be built with dkms. Homepage: http://iscsitarget.sourceforge.net/ Package: isdnlog-data Priority: extra Section: utils Installed-Size: 2153 Maintainer: Rolf Leggewie Architecture: all Source: isdnutils Version: 1:3.25+dfsg1-3.3.22.201403210622 Recommends: isdnlog (>= 1:3.25+dfsg1-3.3.22.201403210622) Suggests: isdnutils-doc Filename: 4.0-0/all/isdnlog-data_3.25+dfsg1-3.3.22.201403210622_all.deb Size: 843130 MD5sum: c2a00117c14e31f26d41facbf2d25ad9 SHA1: 4579970733fedf6589801fb55a1f0529530ce90c SHA256: 77fa6c6d290401fc03737d7d89323afb2d21eb480fe6773cf7da10833f032574 Description: ISDN utilities - connection logger data This package provides data related to call pricing, area codes, etcetera, in various countries, and is only useful with isdnlog. Homepage: http://www.isdn4linux.de Package: isdnutils-doc Priority: extra Section: doc Installed-Size: 1235 Maintainer: Rolf Leggewie Architecture: all Source: isdnutils Version: 1:3.25+dfsg1-3.3.22.201403210622 Suggests: isdnutils-base (= 1:3.25+dfsg1-3.3.22.201403210622) Filename: 4.0-0/all/isdnutils-doc_3.25+dfsg1-3.3.22.201403210622_all.deb Size: 686180 MD5sum: 6a19d54ef0c57b7f323645cd00128881 SHA1: 0728c2d6332ed1e82b10a84ad45d56ed60a7fb35 SHA256: 159a06b5cf654f6b387b147a77b032b31b9fb30ce8f8ef6c8fe27e5e7d25cb49 Description: ISDN utilities - documentation This package includes the FAQ and other miscellaneous documentation for the ISDN utilities suite, in English and German. Homepage: http://www.isdn4linux.de Package: islamic-menus Priority: optional Section: localization Installed-Size: 148 Maintainer: Debian Islamic Maintainers Architecture: all Version: 1.0.5-1.6.201403210638 Breaks: sabily (<< 1.1~ppa14) Filename: 4.0-0/all/islamic-menus_1.0.5-1.6.201403210638_all.deb Size: 38066 MD5sum: b8d83e21eea47c2ff91b97fa626c9f68 SHA1: ba37d1aa00745909dd99bdc00bee918916a43391 SHA256: c21063ff4aad678c1484a0f1037f494218fcce9a30700e4f53d82c5f4656ba90 Description: Islamic menu categories for applications under GNOME and KDE This package installs desktop menus for grouping Islamic applications on GNOME, KDE and other XDG menu-spec compliant desktop environments. Homepage: https://launchpad.net/islamic-menu Package: isoquery Priority: optional Section: misc Installed-Size: 257 Maintainer: Tobias Quathamer Architecture: all Version: 1.7-1.5.201403210711 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-lxml Recommends: iso-codes Filename: 4.0-0/all/isoquery_1.7-1.5.201403210711_all.deb Size: 31196 MD5sum: 23526d441399f0901d1a5117c128dca2 SHA1: f675b14edfb92bda4efb817b5a6bac63e7093788 SHA256: a5f7c63f80dcd2704d4fbf5610a5af6f0c6feb552811db25e364dfd3f2ee87bd Description: Search and display various ISO codes (country, language, ...) This program can be used to generate a tabular output of the ISO standard codes provided by the package iso-codes. . It parses the XML files and shows all included ISO codes or just matching entries, if specified on the command line. . Moreover, it's possible to get all available translations for the ISO standard. Package: ispanish Priority: optional Section: text Installed-Size: 588 Maintainer: Agustin Martin Domingo Architecture: all Source: espa-nol Version: 1.11-4.4.201403220751 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, dictionaries-common (>= 1.1), ispell Suggests: wspanish Filename: 4.0-0/all/ispanish_1.11-4.4.201403220751_all.deb Size: 278442 MD5sum: 6722a1f923fe9ed8d22728f40d682eba SHA1: 75a0bc4c8648c2b55cf62d44bdb6514249241cf3 SHA256: 2839161e5b3cd7b2b00bb41baa9298c5c52e5b091345f266f6733a5f540f9821 Description: Spanish dictionary for ispell This is the Spanish dictionary for use with the ispell spellchecker. Put together by Santiago Rodriguez and Jesus Carretero. Homepage: http://www.datsi.fi.upm.es/~coes Package: iswiss Priority: optional Section: text Installed-Size: 510 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20120607-1.20.201403201333 Provides: ispell-dictionary Depends: debconf (>= 0.5) | debconf-2.0, ispell, dictionaries-common (>= 0.20.0) Suggests: wswiss Filename: 4.0-0/all/iswiss_20120607-1.20.201403201333_all.deb Size: 443646 MD5sum: 445fb44761cdcf1a41a889558bb6170f SHA1: 4fdbd137d42c1b7dbfc8e60c61e8e83dc158e0a2 SHA256: 2abfae727edc83ec819c884c669677a6a09063c125f35b05345b7a29a91d3af5 Description: Swiss (German) orthography dictionary for ispell This is a dictionary for ispell for the new German orthography (de-CH-1996), which is used since 1998-08-01 and which is obligatory as of 2005-08-01. . It is based on the famous hkgerman dictionary (using the old German orthography, which is available as iogerman), with many corrections and additions. . This particular rendering supports swiss spelling. This includes some Swiss words, as well as ss instead of German sz ligature. Homepage: http://j3e.de/ispell/igerman98/ Package: itagalog Priority: optional Section: text Installed-Size: 116 Maintainer: Agustin Martin Domingo Architecture: all Source: ispell-tl Version: 0.3.1-3.4.201403210751 Provides: ispell-dictionary Depends: dictionaries-common (>= 0.10), ispell, debconf (>= 0.5) | debconf-2.0 Filename: 4.0-0/all/itagalog_0.3.1-3.4.201403210751_all.deb Size: 60558 MD5sum: cb956d6b2097a5629468552ff5d3af9f SHA1: 6232d20ab0bac5255b4cf4bf34fab7c8415dc212 SHA256: 10e1a60380ba25111c2e138aca7ac2404565e583ea467262044024d4eac15b99 Description: Tagalog dictionary for Ispell This is the Tagalog dictionary to be used with Ispell. It contains more than 18000 words. Homepage: http://code.google.com/p/tagalog-wordlist/ Package: itcl3-doc Priority: optional Section: doc Installed-Size: 59 Maintainer: Debian Tcl/Tk Packagers Architecture: all Source: itcl3 Version: 3.4.1-1.4.201403210830 Provides: itcl-doc Suggests: itcl3 Conflicts: itcl-dev, itcl-doc Filename: 4.0-0/all/itcl3-doc_3.4.1-1.4.201403210830_all.deb Size: 28356 MD5sum: f6fe92aec973976e8178151788a74c9d SHA1: 4cdc037ac658ac771a3a64128f97be2ac3d907d8 SHA256: 87540eccf4b9805df63137ca1d990166761c56debef0f06dea3166450c888b27 Description: [incr Tcl] OOP extension for Tcl - manual pages [incr Tcl] (or itcl) is a popular object-oriented extension for the embeddable Tcl scripting language. The name is a play on C++, and itcl has a similar object model, including multiple inheritance and public and private classes and variables. Unlike most OOP extensions to Tcl, itcl is written in C for speed. . This package contains the man pages for the new commands that itcl adds to Tcl. Homepage: http://incrtcl.sourceforge.net/ Package: itk3-doc Priority: optional Section: doc Installed-Size: 95 Maintainer: Debian Tcl/Tk Packagers Architecture: all Source: itk3 Version: 3.3-4.4.201403210833 Provides: itk-doc Suggests: itk3 Conflicts: itk-dev, itk-doc Filename: 4.0-0/all/itk3-doc_3.3-4.4.201403210833_all.deb Size: 64154 MD5sum: 79aa458348a1d856f75c4457f5e87e9c SHA1: 5a91db8cd8902fa3a677f86f9a517df9ee313c50 SHA256: 8d09bceaecf43ec582b9a5167d608c9898c347d0d539885a742da5e041dc7944 Description: [incr Tk] OOP extension for Tk - manual pages [incr Tk] (or itk) combines the object-oriented power of [incr Tcl] with the popular Tk graphical toolkit to create a framework for creating mega-widgets. One such set of mega-widgets is provided by the iwidgets package. . This package contains the man pages for the classes provided by itk. Homepage: http://incrtcl.sourceforge.net/ Package: itstool Priority: extra Section: text Installed-Size: 112 Maintainer: Python Applications Packaging Team Architecture: all Version: 1.1.3-1.2.201403210902 Depends: python, python-libxml2 Filename: 4.0-0/all/itstool_1.1.3-1.2.201403210902_all.deb Size: 23980 MD5sum: 607341b680f3e86fa5b20d7346071431 SHA1: 45d09e6adb50f38fe2e869899c22ddaaeb0cf5b3 SHA256: 34bc0641e975acfb190961b908c123ad1b5eb1f7ac19773f47b86efdda701613 Description: tool for translating XML documents with PO files ITS Tool allows you to translate your XML documents with PO files, using rules from the W3C Internationalization Tag Set (ITS) to determine what to translate and how to separate it into PO file messages. . ITS Tool is designed to make XML documents translatable through PO files by applying standard ITS rules, as well as extension rules specific to ITS Tool. ITS also provides an industry standard way for authors to override translation information in their documents, such as whether a particular element should be translated. Homepage: http://itstool.org/ Package: ivy-doc Priority: optional Section: doc Installed-Size: 10171 Maintainer: Debian Java Maintainers Architecture: all Source: ivy Version: 2.2.0-2.6.201403210926 Depends: default-jdk-doc Filename: 4.0-0/all/ivy-doc_2.2.0-2.6.201403210926_all.deb Size: 736918 MD5sum: 08bdd01ce3f985e15b6de506ff89d512 SHA1: a7de1972d5e93b6b517f904a1afdc444f0636626 SHA256: 0bf96b3d1ea9319ac7b1a5628afbf5bedd5007ad9c857556f4216fe52099c574 Description: The agile dependency manager (documentation) Ivy is a very powerful dependency manager oriented toward Java dependency management, even though it could be used to manage dependencies of any kind. . This package contains the documentation. Homepage: http://ant.apache.org/ivy/ Package: ivy Priority: optional Section: java Installed-Size: 1014 Maintainer: Debian Java Maintainers Architecture: all Version: 2.2.0-2.6.201403210926 Depends: default-jre-headless | java2-runtime-headless Suggests: libjsch-java, libbcprov-java, libbcpg-java, ivy-doc, default-jre | java2-runtime Filename: 4.0-0/all/ivy_2.2.0-2.6.201403210926_all.deb Size: 892690 MD5sum: 3839e77039b5836519d6b5fa8270102b SHA1: ae675c15856967e11772a14156548517b925daa0 SHA256: 2e9494d58fe6bd091c5df3ea0ec3142869fbeaf90f07f2bad9aae382c278b0ac Description: The agile dependency manager Ivy is a very powerful dependency manager oriented toward Java dependency management, even though it could be used to manage dependencies of any kind. Homepage: http://ant.apache.org/ivy/ Package: iwatch Priority: optional Section: admin Installed-Size: 99 Maintainer: Michael Prokop Architecture: all Version: 0.2.2-2.4.201403210941 Depends: perl-modules, libevent-perl, liblinux-inotify2-perl, libmail-sendmail-perl, libxml-simpleobject-libxml-perl, postfix | mail-transport-agent Filename: 4.0-0/all/iwatch_0.2.2-2.4.201403210941_all.deb Size: 20172 MD5sum: d52e09233b948b3d149ea5c65e3cd323 SHA1: d42b3957346e288fe026cae132a5125cb3d4579d SHA256: 2ef18f3c00717ca7dfd85fe10c2e7686f86a2e074d6bb469b7ab1fe767792201 Description: realtime filesystem monitoring program using inotify iWatch is a realtime filesystem monitoring program. It's a simple perl script to monitor changes in specific directories/files and send email notification immediately. It reads the dir/file list from xml config file and needs inotify support in kernel (Linux Kernel >= 2.6.13). Homepage: http://iwatch.sourceforge.net/ Package: iwidgets4-doc Priority: optional Section: doc Installed-Size: 880 Maintainer: Debian Tcl/Tk Packagers Architecture: all Source: iwidgets4 Version: 4.0.1-6.4.201403210947 Suggests: iwidgets4 Conflicts: itcl3.0-dev (<< 3.0.1), iwidgets-dev, iwidgets-doc Filename: 4.0-0/all/iwidgets4-doc_4.0.1-6.4.201403210947_all.deb Size: 370648 MD5sum: 33b30d7416cd9d959a856c07236b431f SHA1: 8f76aa2300f03c55c742fe72c98d0d1e027c00e5 SHA256: 6fd278d54497e42525b53aa8bfdec8488a4644c792338ca44ef67f738cc4b161 Description: [incr Widgets] Tk-based widget collection - man pages [incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set, or collection of high-level user-interface components, based on the popular Tk toolkit and the itcl/itk OO framework. This package contains man pages documenting the widget classes. Homepage: http://incrtcl.sourceforge.net/iwidgets/ Package: iwidgets4 Priority: optional Section: libs Installed-Size: 1420 Maintainer: Debian Tcl/Tk Packagers Architecture: all Version: 4.0.1-6.4.201403210947 Depends: itk3 Suggests: iwidgets4-doc Conflicts: itcl3.0 (<< 3.0.1) Filename: 4.0-0/all/iwidgets4_4.0.1-6.4.201403210947_all.deb Size: 284248 MD5sum: cfd7bf17fc0a1ddb60d85ff484374e96 SHA1: 78db3f0b715d863455498a35a3494829d2877fee SHA256: a1c486d82ec371be7ab02bbf8efcf569f674befee35051b40714ce7943eccda6 Description: [incr Widgets] Tk-based widget collection - run-time files [incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set, or collection of high-level user-interface components, based on the popular Tk toolkit and the itcl/itk OO framework. Iwidgets contains over 50 ready-to-use mega-widgets including calendar, canvasprintdialog, combobox, fileselectiondialog, hyperhelp, notebook, radiobox, spinner, and many more. Homepage: http://incrtcl.sourceforge.net/iwidgets/ Package: jabber-irc Priority: optional Section: net Installed-Size: 268 Maintainer: Alexey Nezhdanov Architecture: all Version: 0.4cvs20080505-1.1.2.201403210957 Depends: python-irclib, python-xmpp (>= 0.4.1), lsb-base, python, adduser Suggests: jabber Filename: 4.0-0/all/jabber-irc_0.4cvs20080505-1.1.2.201403210957_all.deb Size: 43638 MD5sum: e45be0eed127a1c721e512d495351f5e SHA1: abe0d0e7202c417f2d812f1c0f380fe5f71ac6ac SHA256: 947b15164e7bdf2987aec3087ae751632a236e21c18cc314bd8ab38dc95de3e5 Description: IRC transport for jabber Provides jabber server with gateway to IRC messaging system. Written completely in Python language. . You will need jabber server to use this gateway. If you have no deployed server or just want to chat via IRC you may be better look for IRC client or already deployed jabber IRC gateway. Package: jabber-querybot Priority: extra Section: net Installed-Size: 126 Maintainer: Marco Balmer Architecture: all Version: 0.1.0-1.2.201403210959 Depends: libnet-jabber-perl, libxml-parser-perl, libsys-cpuload-perl, libxml-smart-perl Filename: 4.0-0/all/jabber-querybot_0.1.0-1.2.201403210959_all.deb Size: 37002 MD5sum: 919877d816f0ea3d8466854dfe86b96d SHA1: 01d4384828a36ad4d4d288d2c473d878e102654d SHA256: 39ab3815f2dc043ec816026794adb176123f5b93e8e8af02037ecca98ed8cab7 Description: Modular xmpp/jabber bot You can easy write bots and use it over the jabber network. . jabber-querybot connects a jabber account and wait for messages. If a message comes in, it forward it to your self programmend modul. The return string of your module, jabber-querybot send it back to the jabber sender. . It is designed to be re-usable and to make it easy to write small Jabber bots that do one thing and do it well. A simple concept with a lot of examples and experiences are implemented. Homepage: http://github.com/micressor/jabber-querybot Package: jablicator Priority: optional Section: admin Installed-Size: 48 Maintainer: Jeff Breidenbach Architecture: all Version: 1.0.1.6.201403211015 Depends: grep-dctrl, devscripts, debhelper (>> 3.0.0), dpkg-dev, fakeroot, lintian, apt, gawk Filename: 4.0-0/all/jablicator_1.0.1.6.201403211015_all.deb Size: 7110 MD5sum: 3393adf5365fb17b38d5662b81e324b1 SHA1: a2caddd7793dca5cf2ad05d5262a195f5dcf7b88 SHA256: 54b78fae320062dadc6b24014816a30953ca59b486ef0fc032ab20392a9f9a14 Description: Share a set of package choices Allows others to easily replicate your package choices via Debian's apt-get utility. Generating an apt-gettable, custom Debian package, with the appropriate dependencies. Package: jabref-plugin-oo Priority: extra Section: java Installed-Size: 176 Maintainer: gregor herrmann Architecture: all Version: 0.9+ds-2.10.201403211026 Depends: jabref (>= 2.6~beta3), libreoffice-java-common | openoffice.org-java-common, libreoffice-writer | openoffice.org-writer Filename: 4.0-0/all/jabref-plugin-oo_0.9+ds-2.10.201403211026_all.deb Size: 127322 MD5sum: 77d5f5756ba019eb285019ae1bd1fa82 SHA1: b305485dca4c4988c53927444e0feecc5bc3a14c SHA256: d67335c84d2beefe666f66c97aefe5abdb01e5759ec520e0b12c6b4ef49871ee Description: LibreOffice plugin for JabRef This plugin offers an interface for inserting citations and formatting a Bibliography in an OpenDocument text document from JabRef. Enhances: jabref Homepage: http://jabref.sourceforge.net/OOPlugin-jabref.php Package: jabref Priority: optional Section: tex Installed-Size: 3455 Maintainer: gregor herrmann Architecture: all Version: 2.7~beta1+ds-6.6.201403211018 Depends: antlr, antlr3 (>= 3.2), java-wrappers, libcommons-logging-java, libglazedlists-java, libjempbox-java (>= 1:1.5.0), libjgoodies-common-java, libjgoodies-forms-java, libjgoodies-looks-java (>= 2.4.0), libjpf-java, libjpfcodegen-java, libmicroba-java, libmysql-java, libpdfbox-java (>= 1:1.5.0), libspin-java, openjdk-6-jre | sun-java6-jre, velocity (>= 1.5) Recommends: xdg-utils Suggests: gv | postscript-viewer, jabref-plugin-oo, xpdf-reader | pdf-viewer Filename: 4.0-0/all/jabref_2.7~beta1+ds-6.6.201403211018_all.deb Size: 3209222 MD5sum: 348bd6e6e382052856a5ceb0c939a600 SHA1: f2b48699dd2986421c797e7f4b3d69ef8947d07b SHA256: 429471fe2932791d929b6bb06c12d0b815f599a89196488a30799a904a238e68 Description: graphical frontend to manage BibTeX databases JabRef is a graphical Java application for editing BibTeX (.bib) databases. JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups. You can customize the entry information shown in the main window, and sort by any of the standard BibTeX fields. JabRef can autogenerate BibTeX keys for your entries. JabRef also lets you easily link to PDF or web sources for your reference entries. . JabRef can import from and export to several formats, and you can customize export filters. JabRef can be run as a command line application to convert from any import format to any export format. Homepage: http://jabref.sourceforge.net/ Package: jacal Priority: optional Section: math Installed-Size: 552 Maintainer: Thomas Bushnell, BSG Architecture: all Version: 1b9-2.1.4.201403211035 Depends: dpkg (>= 1.15.4) | install-info, scm | guile-1.6, slib (>= 3a5-1) Filename: 4.0-0/all/jacal_1b9-2.1.4.201403211035_all.deb Size: 162320 MD5sum: 4ad33161079505da64af8d7cb8100452 SHA1: 46d00e093313936f4bb2bee653285be673e9b19d SHA256: a7b3a5f64608b37021c2e46b64159bf1a2d58e84fadfc9e6aa492758ba5f03ba Description: Interactive symbolic math system JACAL is an interactive symbolic math system which can manipulate and simplify equations, scalars, vectors, and matrices of single and multiple valued algebraic expressions containing numbers, variables, radicals, and algebraic differential, and holonomic functions. Package: jackd Priority: optional Section: sound Installed-Size: 26 Maintainer: Debian Multimedia Maintainers Architecture: all Source: jackd-defaults Version: 5.4.201403211125 Depends: jackd2 | jackd1 Filename: 4.0-0/all/jackd_5.4.201403211125_all.deb Size: 2160 MD5sum: 57f7a5ee9d5615853f25e571e449a842 SHA1: 826e8c431d7422876fd36eadecd064b9292e7889 SHA256: 97db2232ca25f3e7a4150289845e9eccef9e1c1af5a16474805fe562ea369755 Description: JACK Audio Connection Kit (default server package) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This dummy package depends on the current default JACK implementation. Package: jacksum Priority: extra Section: utils Installed-Size: 277 Maintainer: Anuradha Weeraman (anu) Architecture: all Version: 1.7.0-2.4.201403211142 Depends: java-gcj-compat | java2-runtime Suggests: java-virtual-machine Filename: 4.0-0/all/jacksum_1.7.0-2.4.201403211142_all.deb Size: 217756 MD5sum: 7322fed242e7556bd35794985f832109 SHA1: fa0b3e545fce066566161469b01ac59e82cebc0e SHA256: f688a2f281f8b3f97a5ee1a6008e3183aae381a1a72ae998a575d71b294575e3 Description: computes checksums, CRCs and message digests Jacksum is a free and platform independent software for computing and verifying checksums, CRCs and message digests. Jacksum features both a commandline interface and an open API. . Jacksum supports 58 popular algorithms (Adler32, BSD sum, Bzip2's CRC-32, POSIX cksum, CRC-8, CRC-16, CRC-24, CRC-32 (FCS-32), CRC-64, ELF-32, eMule/eDonkey, FCS-16, GOST R 34.11-94, HAS-160, HAVAL (3/4/5 passes, 128/160/192/224/256 bits), MD2, MD4, MD5, MPEG-2's CRC-32, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-0, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger-128, Tiger-160, Tiger, Tiger2, Tiger Tree Hash, Tiger2 Tree Hash, Unix System V sum, sum8, sum16, sum24, sum32, Whirlpool-0, Whirlpool-1, Whirlpool and xor8). . Some of the additional features include: . - Fully customizable output - Customized CRC algorithms and support for combination of multiple algorithms - By default, output is 100% compatible with Unix-standard tools such as sum, cksum, md5sum and sha1sum - Supports verification of both the content and timestamp of files - Large file aware - Recursive file processing Homepage: http://www.jonelo.de/java/jacksum/ Package: jadetex Priority: optional Section: tex Installed-Size: 683 Maintainer: Debian TeX Task Force Architecture: all Version: 3.13-14.26.201403211202 Depends: dpkg (>= 1.14.18), tex-common (>= 3), debianutils (>= 1.7), texlive-latex-base, texlive-fonts-recommended, texlive-latex-recommended, texlive-generic-recommended, tipa Recommends: openjade1.3 | openjade | jade (>= 1.2-1) Suggests: docbook-dsssl Conflicts: cslatex, csplain, tetex-base (<= 2.0.2a-2) Filename: 4.0-0/all/jadetex_3.13-14.26.201403211202_all.deb Size: 250562 MD5sum: b7e231b4bb2f9037625630f46d547d86 SHA1: 4b34309dd9eafcd6169778a79b9f36537f9847a8 SHA256: d3253211e5f1a2f53abe1dd947c13e71e914493c323a25eedc685d6a984fbdc1 Description: generator of printable output from SGML or XML using Jade JadeTeX, in conjunction with Jade or OpenJade, can be used to produce printable output from SGML or XML files. This package includes 'jadetex', which produces DVI output, viewable with 'xdvi'; and 'pdfjadetex', which produces PDF output. . JadeTeX is a set of LaTeX macros. JadeTeX process the output from the TeX backend to Jade or OpenJade. . Note that Jade and JadeTeX uses DSSSL to produce formatted output from SGML or XML source files. Debian also provides SGML/XML document formatting using XSL stylesheets instead of DSSSL; that is provided by other packages, such as passivetex, xsltproc, and fop. Homepage: http://jadetex.sourceforge.net/ Package: jailer Priority: optional Section: admin Installed-Size: 71 Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: all Version: 0.4-17.9.201403211224 Depends: perl5, cpio Filename: 4.0-0/all/jailer_0.4-17.9.201403211224_all.deb Size: 13362 MD5sum: ec24cf421204d5c01cfbac49b74a6c90 SHA1: bdca12623e426e0ffbbd6694cc528d0506125aac SHA256: de6a20df3115def545ae83b7f3570ac0dd6d03b27813daa67371581b99748fb4 Description: Builds and maintains chrooted environments Jailer is a simple script to help system administrators to create and maintain chrooted (that is, jailed) environments. It uses a simple configuration file which can be used to describe the location of configuration files, Debian packages and files or directories used to build the chroot environment. Package: jailtool Priority: optional Section: admin Installed-Size: 57 Maintainer: Alexandre De Dommelin Architecture: all Version: 1.1-5.4.201403211227 Depends: rsync, perl Filename: 4.0-0/all/jailtool_1.1-5.4.201403211227_all.deb Size: 10880 MD5sum: 9ce15cac3753b7b34be5d4ae9c9ced40 SHA1: b622da7d3a9deef1f3e413c6d69c9faf4a839157 SHA256: de81cb18dbe646f95d4092d5ae082d826fccd8d21b8ea1e2d6facb94f5c0a1fe Description: tool to build chroot-jails for daemons Jailtool provides an easy way to build chroot-jails for daemons. It can make use Debian package information. The jail is copied from the base system, the amount of copied data can be configured. . New init.d-scripts for daemons can be generated to automagically start in the jail. Homepage: http://www.westfalen.de/~gb/ Package: jajuk Priority: optional Section: sound Installed-Size: 2158 Maintainer: Debian Java Maintainers Architecture: all Version: 1:1.9.6-1.7.201403211229 Depends: entagged, java-wrappers, libbasicplayer-java, libcobra-java, libcommons-codec-java, libcommons-collections3-java, libcommons-httpclient-java, libcommons-io-java, libcommons-lang-java, libcommons-logging-java, libdbus-java, libguava-java (>= 11), libjaudiotagger-java (>= 2.0.0), libjcommon-java, libjfreechart-java, libjgoodies-animation-java, libjhlabs-filters-java, libjlayer-java, libjmac-java, libjna-java, libjorbis-java, libjspeex-java, liblaf-plugin-java, liblaf-widget-java, liblastfm-java (>= 1:0.1.0), liblog4j1.2-java, libmiglayout-java, libmp3spi-java, librhino-java, libsimple-validation-java, libswingx-java (>= 1:1.6), libtritonus-java, libvldocking-java, libvorbisspi-java, libxstream-java, mplayer, openjdk-6-jre | java6-runtime | java7-runtime, substance (>= 5.2) Filename: 4.0-0/all/jajuk_1.9.6-1.7.201403211229_all.deb Size: 1999532 MD5sum: d0e977f60b22a74408eba39d547c1f89 SHA1: 7b81b49f58f683076ffad4d5dc52668f6ed6bf13 SHA256: 1e48c79002f50ea964b4da60a66ac9893bd968945bcb88692091de056f0c420c Description: advanced jukebox and music organizer Jajuk is software that organizes and plays music. Jajuk is designed to be intuitive, fast and provide multiple ways to perform the same operation. It is a fully-featured application geared towards advanced users with very large or scattered music collections. Homepage: http://jajuk.info/ Package: jalview Priority: optional Section: science Installed-Size: 3524 Maintainer: Vincent Fourmond Architecture: all Version: 2.7.dfsg-2.2.201403211255 Depends: openjdk-6-jre | cacao-oj6-jre | java6-runtime, java-wrappers (>= 0.1.22), libjmol-java (>= 12.1.42), ant, icedtea-netx-common, javahelp2, jmol-applet, libapache-mime4j-java, libaxis-java, libcastor-core-java, libcastor-xml-java, libcommons-discovery-java, libcommons-logging-java, libhttpclient-java, libhttpcore-java, libhttpmime-java, libjaba-client-java, libjswingreader-java, liblog4j1.2-java, libmiglayout-java, libvamsas-client-java, openjdk-6-jdk Suggests: kalign, t-coffee, clustalw Filename: 4.0-0/all/jalview_2.7.dfsg-2.2.201403211255_all.deb Size: 3334996 MD5sum: 075cded24e101bb947d4e3a6ef10e3a7 SHA1: 83b514d962c9b426639253ebba12482de40c0df8 SHA256: 8ab735f58d4490ce1c9f3a33b9b064b5720b02a1f4050fed2f3d1d13c1518b38 Description: multiple alignment editor JalView is a Java alignement editor that can work with sequence alignement produced by programs implementing alignment algorithms such as clustalw, kalign and t-coffee. . It has lots of features, is actively developed, and will compare advantageously to BioEdit, while being free as in free speech ! Homepage: http://www.jalview.org/ Package: jaminid Priority: optional Section: java Installed-Size: 554 Maintainer: Rail Aliev Architecture: all Version: 0.99a-1.8.201411011434 Filename: 4.0-0/all/jaminid_0.99a-1.8.201411011434_all.deb Size: 76638 MD5sum: e916307262def32ae9cfaf4a844f2e0a SHA1: a85d8ff5fd69efca9a3306b6eb9e90019ec66314 SHA256: a0e8a8cfe171eb7ba24a7b7d4c83252cfdc5e73143f760ddfa6e8ad4a74a3104 Description: Small and fast daemon for Java applications jaminid is a very small (and fast) daemon meant to embed in Java applications as an add-on HTTP interface. . There are many advantages to using jaminid in your programs: * Couples the server as closely as possible to the application. * Can easily provide an elegant interface, in a style of programming that is not at all harder than traditional console I/O. * May be used to attach a thin client interface to pre-existing applications with ease. * Enables HTTP deployment without developing an HTTP daemon or knowledge of the protocols. * The server can bundle with the application removing the need of a third party server. This makes the application easier to distribute. * Does not require knowledge of any other scripting language. Homepage: http://jaminid.sourceforge.net/ Package: janino Priority: optional Section: libs Installed-Size: 517 Maintainer: Philipp Hagemeister Architecture: all Version: 2.5.15-1.4.201403211359 Depends: java-gcj-compat | java1-runtime | java2-runtime Filename: 4.0-0/all/janino_2.5.15-1.4.201403211359_all.deb Size: 422920 MD5sum: 0bd3322ffcd01dfec238a1f96b9b99cd SHA1: 7b8a456021b7e44d290efada3d96d816470bc2fd SHA256: 6efcaeaaba0b002e3661c83d3c81b88039cf41d1ddedf0091484d82d2ac64e48 Description: Runtime Java compiler Janino is a compiler that reads a Java expression, block, class body, source file or a set of source files, and generates Java bytecode that is loaded and executed directly. Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression evaluators or embedded code as with JSP. Homepage: http://janino.net Package: japi-compliance-checker Priority: optional Section: devel Installed-Size: 352 Maintainer: Mathieu Malaterre Architecture: all Version: 1.1.2-1.2.201403211438 Depends: perl, default-jdk Filename: 4.0-0/all/japi-compliance-checker_1.1.2-1.2.201403211438_all.deb Size: 57506 MD5sum: db16ee58b9394de09c4d04c1ad3ad36c SHA1: c7e12f4e58fb292fd55fcd6fc3c9eb4e3785c1f7 SHA256: 71143568ec14de1a8a262d3e4bf27084aa14d044413cb41883d6a6956fe03c9c Description: tool to compare compatibility of Java library API Java API Compliance Checker (Java ACC) is a tool for checking backward binary and source-level compatibility of a Java library API. The tool checks classes declarations of old and new versions and analyzes changes that may break compatibility: removed methods, removed class fields, added abstract methods, etc. Binary incompatibility may result in crashing or incorrect behavior of existing clients built with an old version of a library when they are running with a new one. Source incompatibility may result in recompilation errors with a new library version. The tool is intended for library developers and operating system maintainers who are interested in ensuring backward compatibility, i.e. allow old clients to run or to be recompiled with newer library versions. Homepage: http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker Package: japitools Priority: optional Section: devel Installed-Size: 218 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.7-1.6.201403211443 Depends: default-jre-headless | java2-runtime-headless, perl Filename: 4.0-0/all/japitools_0.9.7-1.6.201403211443_all.deb Size: 114430 MD5sum: 85f4f129f2ce4d32c1149d14808b9e10 SHA1: b257fe0ac22578baa982daebf454cd70373c8913 SHA256: f23ab7b407e2a07d13d0cdca2b87e0a063fae25a5718eaedadefb86d0cab1745 Description: Java API compatibility testing tools It consists of two simple tools designed to test for compatibility between Java APIs. They were originally designed for testing free implementations of Java itself for compatibility with Sun's JDK, but they can also be used for testing backward compatibility between versions of any API. . The tools are japize and japicompat. Japize is a Java program which emits a listing of an API in a machine-readable format. Japicompat then takes two such listings and compares them for binary compatibility, as defined by Sun in the Java Language Specification. Homepage: http://savannah.nongnu.org/projects/japitools/ Package: jardiff Priority: extra Section: utils Installed-Size: 94 Maintainer: Debian Java Maintainers Architecture: all Version: 0.2-3.6.201403211447 Depends: default-jre-headless | java2-runtime-headless, libasm3-java, libcommons-cli-java, java-wrappers Filename: 4.0-0/all/jardiff_0.2-3.6.201403211447_all.deb Size: 52670 MD5sum: c729b23b73478da62dd21a97c1f7a6a0 SHA1: f35a7d1291780b4670939770872d61e9ed9d258e SHA256: f4c841a6f2ea85f80b8a516da6be6fc3026d638e5a358b205768a13c104419fb Description: tool to visualise API differences between two JAR files Jardiff is a tool to help visualise API differences between two different versions of a project. . Jardiff takes two jar files and outputs all the public API changes as xml, html or plain text. . It can be used from command line or via an Apache Ant task. . It requires Java >= 1.4 to run. Homepage: http://www.osjava.org/jardiff/ Package: jargon-text Priority: optional Section: doc Installed-Size: 669 Maintainer: Paul Martin Architecture: all Version: 4.4.7-4.4.201403211456 Filename: 4.0-0/all/jargon-text_4.4.7-4.4.201403211456_all.deb Size: 659028 MD5sum: d21d5ef95c3d76d6a606f1418e2372ef SHA1: 9e8f4aff75700ca2f333601b4587413b16a63e5a SHA256: 15ed93b5c52bd5bd687158a9c8478becd7cc38f3d819875d417ea1eb9af7ba18 Description: definitive compendium of hacker slang This is the Jargon File, a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor. This version is in the original text format. Package: jargon Priority: extra Section: doc Installed-Size: 633 Maintainer: Steve Greenland Architecture: all Version: 4.0.0-5.4.201403211452 Filename: 4.0-0/all/jargon_4.0.0-5.4.201403211452_all.deb Size: 605570 MD5sum: 6e650423edc2fdeb042ef5e44130d18f SHA1: dcf0c8518e3c52662f66062153cfd5f63f48cec7 SHA256: a2986ca3ce76bc4d661c51a2ffe8b962ce4aa4152ca2707f36bbb865cbb50784 Description: the definitive compendium of hacker slang This is the Jargon File, a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor. The file is in info format, but includes an HTML page with links to the home site. . Note that this package is now out-of-date, because the upstream author is no longer maintaining an info version of the file. Package: jarwrapper Priority: optional Section: java Installed-Size: 60 Maintainer: Debian Java Maintainers Architecture: all Source: javatools Version: 0.43.5.201403211819 Depends: binfmt-support, fastjar Filename: 4.0-0/all/jarwrapper_0.43.5.201403211819_all.deb Size: 16170 MD5sum: 77cbee061df0bae8677d965011e223c6 SHA1: 4da3699e3577845459db4a208391d33f23327ed0 SHA256: 738e48a7d705eb0ee02d61c5e5a7ed829932a035235df5ee0f2601e3ac2edbb3 Description: Run executable Java .jar files Jarwrapper sets up binfmt-misc to run executable jar files using the installed java runtime. . It also includes a /usr/share/jarwrapper/java-arch.sh script to convert Debian architecture names into java names to locate libjvm.so Package: jasmin-sable Priority: optional Section: devel Installed-Size: 249 Maintainer: Chris Lamb Architecture: all Version: 2.4.0-1.6.201403211529 Depends: java-gcj-compat | java2-runtime, cup (>= 0.11a+20060608) Filename: 4.0-0/all/jasmin-sable_2.4.0-1.6.201403211529_all.deb Size: 183246 MD5sum: cf2171427612cc09ea05062129ec7b18 SHA1: 1e25e1219666fd9f91b583a1dd8c42174d5c187a SHA256: 35f449c4a2f923d8f3dd67e09f3f11244e33f8feaeff9a41fc37a26b4fd790ea Description: Java class (.class) file assembler Jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written in the Java Virtual Machine instruction set in an assembler-like syntax. . Jasmin converts these input files into binary Java class files (.class) suitable for executing on an Java Virtual Machine. Homepage: http://jasmin.sourceforge.net/ Package: java-propose-classpath Priority: optional Section: java Installed-Size: 53 Maintainer: Debian Java Maintainers Architecture: all Source: javatools Version: 0.43.5.201403211819 Depends: gcj-jdk, javahelper (= 0.43.5.201403211819), fastjar Filename: 4.0-0/all/java-propose-classpath_0.43.5.201403211819_all.deb Size: 13334 MD5sum: baa19080d42125afa88d3b025311a0fc SHA1: 7e23c7a081d8a45fd53675e685f6ade555e4101a SHA256: 8417a63cce8456b9b696c235337cc500e71e1a25c6948cc9f08d79408ee6f553 Description: Helper script to suggest a classpath for jar files java-propose-classpath analyzes a set of jar files and the installed jars on the system to suggest a correct classpath for use with jh_classpath/jh_manifest . This package should not be in any build-depends since java-propose-classpath cannot be run automatically. Package: java-wrappers Priority: optional Section: java Installed-Size: 58 Maintainer: Debian Java Maintainers Architecture: all Version: 0.1.25.4.201403211704 Depends: unzip Filename: 4.0-0/all/java-wrappers_0.1.25.4.201403211704_all.deb Size: 10908 MD5sum: 0bdb0efed3925a812ef0e5ee38f3db83 SHA1: ff61e56082d246749d98bbc173b40229f642d5b7 SHA256: 6873e5757871e8768db9eb74b6585c59061b13c6604fcfce72cf617b70386398 Description: wrappers for java executables Wrapper script facilities for java executables. . This package can be used by packagers of java programs to provide java runtime detection, jar lookup and a consistent user interface (debugging, environment variables). Package: java3ds-fileloader Priority: optional Section: java Installed-Size: 101 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2+dfsg-1.6.201403211726 Depends: libjava3d-java Filename: 4.0-0/all/java3ds-fileloader_1.2+dfsg-1.6.201403211726_all.deb Size: 42332 MD5sum: fd0b547aab88ca03890a196df5584400 SHA1: 343db3dc43270adecc3b9e66e18263d387033659 SHA256: 31cc6974c51d74d0b13ac67164ba3bd5756c4f7f9f183cf81474d841b21bd368 Description: Java3D 3DS File Loader File loaders perform the job of taking a file or stream and turning that into a Java 3D scene graph that you can use in your application. It's a multi-platform, highly functional 3DS file loader. It works on platforms supporting JDK1.4 and Java 3D. Main supported features are: * Hierarchical Animation * Cameras * Point Lights * Directional Lights * Textures * Smooth Groups 3DS file format is generated by 3D-Studio by Autodesk Ltd. Homepage: http://www.microcrowd.com/ Package: javacc-doc Priority: optional Section: doc Installed-Size: 788 Maintainer: Debian Java Maintainers Architecture: all Source: javacc Version: 5.0-4.21.201403211734 Depends: classpath-doc Suggests: javacc Filename: 4.0-0/all/javacc-doc_5.0-4.21.201403211734_all.deb Size: 251366 MD5sum: 22ed62929bc230dafb3617dcb003e2f9 SHA1: 4e92d5fa1358960dae80411e266be03ae664dc82 SHA256: d42cdb6a054bdfa9ec6ac1f92e9256b3714da6afe440e025934a09a7a64c9de1 Description: Documentation for the JavaCC Parser Generator Documentation and examples for JavaCC parser generator. . Java Compiler-Compiler (JavaCC) is (according to sun) "the most popular parser generator" for use with Java [tm] applications. . A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. Homepage: http://javacc.dev.java.net/ Package: javacc Priority: optional Section: java Installed-Size: 377 Maintainer: Debian Java Maintainers Architecture: all Version: 5.0-4.21.201403211734 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless Suggests: javacc-doc Filename: 4.0-0/all/javacc_5.0-4.21.201403211734_all.deb Size: 284626 MD5sum: 567f2a529d066bded2735237e49282e0 SHA1: 9edc197272635e158e4a52475a2015a1b43cbb52 SHA256: 1d0c2065cb9c5730ae555b8b0dfa8081f61084588412d96f158ecb78e49c5a29 Description: A parser generator for use with Java Java Compiler-Compiler (JavaCC) is (according to sun) "the most popular parser generator" for use with Java [tm] applications. . A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. Homepage: http://javacc.dev.java.net/ Package: javahelp2-doc Priority: optional Section: doc Installed-Size: 5223 Maintainer: Debian Java Maintainers Architecture: all Source: javahelp2 Version: 2.0.05.ds1-6.6.201403211755 Filename: 4.0-0/all/javahelp2-doc_2.0.05.ds1-6.6.201403211755_all.deb Size: 409040 MD5sum: 4ac367f701a7649bb5c9c2f5037ac42b SHA1: 07e1f2c4762acf4bb1b5280f1e2e13d68637b323 SHA256: 420cd65e8a1acdf14573d90a58ed297ccbdcee39f2b0a6d2e5eb00a9ed3d0b54 Description: Java based help system - contains Javadoc API documentation The JavaHelp system is an online help system that developers can use to add online help to their Java platform applications. The JavaHelp system provides developers and authors with a standard, fully featured, easy to use system for presenting online information to Java application users. The JavaHelp system consists of a fully featured, extensible specification and API, and a reference implementation of that specification and API that is written entirely in the Java programming language. The JavaHelp system reference implementation, based on the Java Foundation Classes (JFC, also known as Swing), provides a standard interface that enables both application developers and authors to add online help to their applications. . This package contains Javadoc API documentation. Homepage: http://javahelp.dev.java.net Package: javahelp2 Priority: optional Section: java Installed-Size: 3017 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0.05.ds1-6.6.201403211755 Depends: default-jre | java2-runtime Suggests: javahelp2-doc Filename: 4.0-0/all/javahelp2_2.0.05.ds1-6.6.201403211755_all.deb Size: 2117488 MD5sum: 345c217cb245dbcab48c4fa77873f51c SHA1: 49320f1be61e54dfaf77f925093947ff83dba8f4 SHA256: e71c42af783cd39d0ec2e12717870af78f0c74382d1d5f57857df5feb8336c06 Description: Java based help system The JavaHelp system is an online help system that developers can use to add online help to their Java platform applications. The JavaHelp system provides developers and authors with a standard, fully featured, easy to use system for presenting online information to Java application users. The JavaHelp system consists of a fully featured, extensible specification and API, and a reference implementation of that specification and API that is written entirely in the Java programming language. The JavaHelp system reference implementation, based on the Java Foundation Classes (JFC, also known as Swing), provides a standard interface that enables both application developers and authors to add online help to their applications. Homepage: http://javahelp.dev.java.net Package: javahelper Priority: optional Section: java Installed-Size: 248 Maintainer: Debian Java Maintainers Architecture: all Source: javatools Version: 0.43.5.201403211819 Depends: debhelper, devscripts, bsdmainutils, dpkg-dev, dctrl-tools, libarchive-zip-perl (>= 1.30-6~) Suggests: cvs, gawk, tofrodos Filename: 4.0-0/all/javahelper_0.43.5.201403211819_all.deb Size: 90152 MD5sum: 0ea44036c9a56e0732c8a91bc705c609 SHA1: c54787cb2a11583acec9ee7c2d2482aab6688e68 SHA256: d1f0d0e97f468eb2d74f7b3dac4caa10f4e1d37c4cb23e991f15feb8431be583 Description: Helper scripts for packaging Java programs Javahelper contains several scripts which help in packaging Java programs. . jh_depends searches jars to find which packages they depend on, similar to dh_shlibdeps. It will also add depends on jarwrapper for packages with executable jars. . jh_classpath will register the classpath dependencies for each jar so that they can be automatically loaded when that jar is used by other programs. . jh_manifest updates the manifest in jar files according to a provided spec so that the resultant jar files will work with jarwrapper-enabled packages. . jh_exec looks for symlinks to jars which should be executable and makes them executable . jh_build builds java files to jars for you. . jh_installlibs installs library jars into the correct locations . jh_makepkg generates a template for a Debian Java package for you . jh_installeclipse installs features/plugins built by pde-build. . jh_setupenvironment prepares an out of source built for eclipse builds. . jh_generateorbitdir creates an populates an orbit dir for eclipse builds. . jh_compilefeatures compiles eclipse features based on feature ids. . /usr/share/javahelper/java-vars.mk provides a selection of useful variables such as various JVM paths and the JVM name for the architecture . /usr/share/javahelper/java-arch.sh converts Debian architecture names into java names to locate libjvm.so in non-make build systems . javahelper provides CDBS and dh macros so that it can be used with those package build systems. . Note that some of the eclipse helpers depends on packages not pulled by default (like with devscripts). You can find these scripts in Suggests. Package: javamorph Priority: optional Section: graphics Installed-Size: 1005 Maintainer: Claus Wimmer Architecture: all Version: 0.0.20100201-1.7.201411011441 Depends: default-jre, doc-base Recommends: evince | okular Filename: 4.0-0/all/javamorph_0.0.20100201-1.7.201411011441_all.deb Size: 969044 MD5sum: 23d18d19d4d2dc62801e7ad6a1a5a727 SHA1: 078378051f63bd3dd7debbcb2c2007a448fc6939 SHA256: aa67e17b3236c33ee6708595972ae6eabd2dff9033a6056485a3f4e50aab1abb Description: Java morphing film-make program for pixel picture-input Give two human-face pictures as inputs into the program. Then mark important locations whithin both faces by pairs of corresponding points. The program will create a short enumerated picture series in which the left face moves (morphs) into the right one. You can then create a MPEG (see mencoder) from the picture series. An animated GIF (see GIMP) is also possible. Homepage: http://code.google.com/p/javamorph/ Package: jaxe Priority: extra Section: editors Installed-Size: 251 Maintainer: Samuel Thibault Architecture: all Version: 3.5-2.6.201403211822 Depends: openjdk-6-jre | sun-java6-jre, libjaxe-java Filename: 4.0-0/all/jaxe_3.5-2.6.201403211822_all.deb Size: 165750 MD5sum: 2ca2291de5181466b5513f00f4789b88 SHA1: 46f015eb7bbc7aa3108def6f18d8c0d3a8ea565a SHA256: 8cedae577e3a6a3f1da6df385e1a650300eca38976a9b2912acd09a3a2d062e9 Description: JAva Xml Editor Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. Homepage: http://jaxe.sourceforge.net/ Package: jbibtex-base Priority: optional Section: tex Installed-Size: 362 Maintainer: Masayuki Hatta (mhatta) Architecture: all Source: ptex-base Version: 1:2.5-2.7.201411020401 Depends: tetex-base | texlive-base, tetex-bin | texlive-base-bin, dpkg (>= 1.14.18), tex-common (>= 3) Suggests: jbibtex-bin Filename: 4.0-0/all/jbibtex-base_2.5-2.7.201411020401_all.deb Size: 99932 MD5sum: 8a80d3302293af96d4225f94900ed002 SHA1: 5c1687ddfb40af35a6a9898c520f45ddeb442317 SHA256: b4e9a5d66996fc0135b0bc78516c5791efe40a5eda5825114bfa31fc9303b0ff Description: make a bibliography for ASCII p(La)TeX / NTT j(La)TeX This is JBibTeX, a Japanized BibTeX based on the original BibTeX 0.99c. JBibTeX can handle Kanji characters (EUC-JP). . This package contains library files for JBibTeX. You need to install jbibtex-bin to use JBibTeX. . This is a part of ASCII pTeX distribution, but you can use this program not only with ASCII p(La)TeX but also with NTT j(La)TeX. Package: jblas-doc Priority: optional Section: doc Installed-Size: 7420 Maintainer: Debian Java Maintainers Architecture: all Source: jblas Version: 1.2.0-4.9.201403211854 Recommends: jblas Filename: 4.0-0/all/jblas-doc_1.2.0-4.9.201403211854_all.deb Size: 685674 MD5sum: b9e4507d0ea5eb4410cf37c5472ba54d SHA1: 8bd6a4b481e9b2390f1e55f30df87a13ba7a27d2 SHA256: b8b632669858f43cc862b2674a8b23df1822c8482cc3fff791241e9004a52147 Description: fast linear algebra library for Java jblas is a fast linear algebra library for Java. jblas is essentially a light-weight wrapper around BLAS and LAPACK routines, the de-facto industry standard for matrix computations. It uses state-of-the-art implementations like ATLAS for all its computational routines, making it very fast. . This package contains the documentation. Homepage: http://jblas.org Package: jbossas4 Priority: optional Section: java Installed-Size: 75 Maintainer: Debian Java Maintainers Architecture: all Version: 4.2.3.GA-7.7.201403211908 Depends: java-gcj-compat | java1-runtime | java2-runtime Filename: 4.0-0/all/jbossas4_4.2.3.GA-7.7.201403211908_all.deb Size: 39930 MD5sum: 47364eb8d7c05b3145904117eec11e23 SHA1: 72e0b4363cbc1cc67df7a2bd9bae4169c2b107bc SHA256: 3965d3e9fbb0a82a6b01dca0e495cbd9d6c9a45a444f1a0d12890bdf958eb8db Description: JBoss Application Server A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package contains jars used to run, shutdown or alter JBoss instance. Homepage: http://labs.jboss.com/jbossas/ Package: jcadencii Priority: optional Section: sound Installed-Size: 7735 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: cadencii Version: 3.3.9+svn20110818.r1732-2.2.201403152149 Depends: default-jre | java-runtime | java2-runtime Suggests: wine Filename: 4.0-0/all/jcadencii_3.3.9+svn20110818.r1732-2.2.201403152149_all.deb Size: 6105254 MD5sum: cadd3f91afe1fdd0f7463750a5e6ed03 SHA1: 2778bad28e1759e08a34c8282e4212b27b6a0c48 SHA256: 61a3bbfa4d9340d2e671a42e0708adc24651ea626207c73f7ef74b33a75a0dcc Description: Piano roll editor for singing synthesis Cadencii is a multi-track piano roll editor for MacOS and Windows. It is designed for editing lyrics for singing and supports VOCALOID, VOCALOID2, UTAU, WORLD, AquesTone engines for synthesis. Homepage: http://sourceforge.jp/projects/cadencii/ Package: jclic Priority: optional Section: misc Installed-Size: 2381 Maintainer: José L. Redrejo Rodríguez Architecture: all Version: 0.2.1.0-1.4.201403211942 Depends: openjdk-6-jre | java6-runtime Recommends: libmysql-java, iceweasel Suggests: ttf-liberation | ttf-mscorefonts-installer Filename: 4.0-0/all/jclic_0.2.1.0-1.4.201403211942_all.deb Size: 2175146 MD5sum: c94891a824b972592a37276c8c3a3114 SHA1: 1bcc60ea9584b593d38dd3a23cc5ac83cfd285ab SHA256: 8da278a6a9ae680450f9faa7e57bc443f0f2ffc4e720bfa0967510a2a7f33db9 Description: Tool for the development & use of multimedia educational activities JClic is formed by a set of computer applications that are used for carrying out different types of educational activities: puzzles, associations, text exercises, crosswords... . The activities are not usually used alone, but packed in projects. A project is formed by a set of activities and one or more sequences, which indicate the order in which they have to be shown. . Its community (http://clic.xtec.net/db/listact_en.jsp) has developed a web site with more than 1.000 activities available in several languages. . This package contains JClic-author to create and modify activity projects, JClic standalone player to play the activities and JClic-reports that allows the management of a database to track students work and results. Homepage: http://clic.xtec.net/en/jclic/index.htm Package: jconvolver-config-files Priority: optional Section: sound Installed-Size: 2412 Maintainer: Debian Multimedia Maintainers Architecture: all Source: jconvolver Version: 0.9.2-1.4.201403212010 Suggests: jconvolver Filename: 4.0-0/all/jconvolver-config-files_0.9.2-1.4.201403212010_all.deb Size: 2099264 MD5sum: d6b3419bfcd03de99510cd368158c8ae SHA1: 45d9374773c119524139982d621a7c22f36bc52b SHA256: ca70a6c7f6283d4ea0028dcfb2dd011cc04eb8ee73de7db2061dd26027dab4f7 Description: Demo config files for jconvolver Package include example files for easy start using jconvolver. These files will be installed in /usr/share/convolver/config-files dir. More info in /usr/share/doc/jconvolver/README.CONFIG. . You can also download additional reverb file jconvolver-reverbs.tar.bz2 from http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/ Package: jdresolve Priority: extra Section: utils Installed-Size: 79 Maintainer: Frederic Peters Architecture: all Version: 0.6.1-4.4.201403212038 Depends: perl, libnet-dns-perl Filename: 4.0-0/all/jdresolve_0.6.1-4.4.201403212038_all.deb Size: 25276 MD5sum: 2980d8c8fb630ba06a473d1f6d51e6ec SHA1: a0c1fc1d7e3da6e42ccaa86154e6d4a98325831d SHA256: 292a6ea4acdb12de41eee2ec682fbcb1c42bb97ea7963e3c5b0132e96483145f Description: fast alternative to apache logresolve The jdresolve application resolves IP addresses into hostnames. To reduce the time necessary to resolve large batches of addresses, jdresolve opens many concurrent connections to the DNS servers, and keeps a large number of text lines in memory. These lines can have any content, as long as the IP addresses are the first field to the left. This is usually the case with most formats of HTTP and FTP log files. Package: jed-common Priority: optional Section: editors Installed-Size: 1731 Maintainer: Debian JED Group Architecture: all Source: jed Version: 1:0.99.19-2.12.201411011459 Depends: dpkg (>= 1.15.4) | install-info, slsh Recommends: jed | xjed Suggests: info | info-browser Filename: 4.0-0/all/jed-common_0.99.19-2.12.201411011459_all.deb Size: 556876 MD5sum: 2c32cc84f5434905188339990942a504 SHA1: c31af1cdbc974c746881b610e797e179d47551d0 SHA256: bba98fea836de7b68804272f68621b8e6335a3fed43fef76c7fc1de1d8768b9c Description: S-Lang runtime files for jed and xjed Jed is a small, fast and powerful text editor. . This package provides the S-Lang runtime files that are needed by both jed and xjed. Homepage: http://www.jedsoft.org/jed/ Package: jed-extra Priority: optional Section: editors Installed-Size: 1923 Maintainer: Debian JED Group Architecture: all Version: 2.5.6-2.4.201403212105 Provides: dict-client, info-browser, man-browser Recommends: jed (>= 0.99.18) | xjed (>= 0.99.18), slsh Suggests: slang-gdbm, dict, slang-curl, www-browser, a2ps, slang-sqlite, slang-expat, slang-wildcard, install-info Filename: 4.0-0/all/jed-extra_2.5.6-2.4.201403212105_all.deb Size: 590864 MD5sum: 184bf33cd114348b8e39ed7f4f4cdbdb SHA1: 9703e6988bad88e04c20001eda9b3d502f77f0f3 SHA256: ff1b4edf2a873d946d9fb76cabbf511e5f5ce4fdcedd77d54b7f874f0e5bd80c Description: collection of useful Jed modes and utilities The Jed text editor can be easily extended using the S-Lang scripting language. . This package contains add-on packages for the Jed editor, mainly from the Jedmodes repository at SourceForge (http://jedmodes.sourceforge.net/) . Enhancements include: * new or enhanced modes for: Jed help, file management, GNU info, man pages, calculator, calendar, dict dictionary lookup (including thesaurus), spellchecking, "Game of Life" and snake, version control (CVS/SVN interface) * additional language modes: CSS, email, gnuplot, make, man, mupad, po_mode, reStructuredText, ruby, SQL, yodl * new or enhanced editor emulation modes for: vi, CUA, Brief * extensible URI-scheme handler http:, ftp:, man:, floppy:, locate:, grep: * buffer history and fast switching between (auto-)numbered buffers * S-Lang utility functions and extended set of Key_* variables for xjed * framework for installation of local or private extensions. Enhances: jed, xjed Homepage: http://jedmodes.sourceforge.net/ Package: jedit Priority: optional Section: editors Installed-Size: 9182 Maintainer: Debian Java Maintainers Architecture: all Version: 4.5.2+dfsg-1.7.201403212110 Depends: openjdk-6-jre | sun-java6-jre, java-wrappers (>= 0.1.14) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/jedit_4.5.2+dfsg-1.7.201403212110_all.deb Size: 2031312 MD5sum: f1f8e7ec3bd885d864c94d2e86daa013 SHA1: 4db0a32f862f5cb25802fa2c9de985ce4d236cc2 SHA256: b89566b584c42908e5242e08ebd63451712ecf1ff8bb78dc12c091364beb174d Description: Plugin-based editor for programmers As one of the most feature rich editors available, jEdit boasts support for syntax highlighting in more than 140 languages. jEdit combines the power of Emacs, the user-friendliness of Kate, and the advanced editing features (such as vertical paste) of Ultraedit, to bring you an open-source plugin-based programmer's editor of professional quality. . It is possible to define complex macros in BeanShell or Jython, or other languages that fit into the BSF. jEdit offers a powerful and user-friendly keyboard mapping system (including 2-keystroke shortcuts), making it possible to give jEdit a very Emacs-like feel, if you so desire. . Its functionality is easily extended by the use of 'plugins' which can be downloaded, updated, and installed, all without exiting the editor. These include a built-in Console shell integration, which lets you execute interactive external commands inside your editor, as well as bind them to keyboard shortcuts. The FTP plugin lets you browse and edit files on remote systems over FTP or SFTP. Other plugins provide shells, object oriented structure/code browsers, or completion popups for Java, XML, HTML, Ant, LaTeX, Python, Ruby, Perl, C, C++, bash, Scheme, Prolog, and many other languages. Homepage: http://www.jedit.org/ Package: jekyll Priority: optional Section: ruby Installed-Size: 194 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 0.11.2-1.2.201403212125 Depends: ruby | ruby-interpreter, ruby-liquid, ruby-maruku, ruby-albino, ruby-kramdown, ruby-classifier, ruby-directory-watcher Recommends: ruby-sequel, ruby-sequel-pg, ruby-mysql Filename: 4.0-0/all/jekyll_0.11.2-1.2.201403212125_all.deb Size: 35800 MD5sum: 0439e984843d19e615d5b3ad35849ce3 SHA1: 63c7eb34a002cbd61a819210f17435026e5e9456 SHA256: 17183a16efcc42746c355157e97f729d9e125665e0565fde6eec5914568e70d6 Description: Simple, blog aware, static site generator Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. . This is also the engine behind GitHub Pages(http://pages.github.com), which you can use to host your project's page or blog right here from GitHub. Homepage: http://github.com/mojombo/jekyll Ruby-Versions: ruby1.8 ruby1.9.1 Package: jemboss Priority: optional Section: science Installed-Size: 4548 Maintainer: Debian Med Packaging Team Architecture: all Source: emboss Version: 6.4.0-2.5.201403212318 Depends: emboss, default-jre, tcsh | csh | c-shell Filename: 4.0-0/all/jemboss_6.4.0-2.5.201403212318_all.deb Size: 4113230 MD5sum: e143524433df1c3935b9d1c0ee8c3f9b SHA1: a8a9960fb03d47cb9ce83184f2559e23120f533f SHA256: c5757ca3a78fe60509b3fa1979c04caa33ded6370b82d6cc5155e7c9f80b0c6f Description: graphical user interface to EMBOSS Jemboss is a Graphical User Interface (GUI) to EMBOSS, the European Molecular Biology Open Software Suite. It is part of the EMBOSS distribution. Homepage: http://emboss.sourceforge.net Package: jenkins-crypto-util-doc Priority: optional Section: doc Installed-Size: 195 Maintainer: Debian Java Maintainers Architecture: all Source: jenkins-crypto-util Version: 1.1-2.5.201403212206 Depends: default-jdk-doc Suggests: jenkins-crypto-util Filename: 4.0-0/all/jenkins-crypto-util-doc_1.1-2.5.201403212206_all.deb Size: 38218 MD5sum: 7bfb8e82bab4b4b7c57fa952e7ce6d78 SHA1: 23d16b8260df312645e09a0d0ff28f0d2c2a42b4 SHA256: 469516df97e28ab57fe8cd559986aed9e0bb21a7c6dbea7a79ec3154d485f53f Description: Documentation for Utility around Java Crypto API Utility wrapper around Java Crypto API used by the Jenkins CI toolset to ease use including: . * Retrieve list of root CA's know to the JVM. * Validate certificate paths to root CA's. . This package provides the API documentation for jenkins-crypto-util. Homepage: https://github.com/jenkinsci/lib-crypto-util Package: jenkins-crypto-util Priority: optional Section: java Installed-Size: 66 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1-2.5.201403212206 Depends: libcommons-io-java Filename: 4.0-0/all/jenkins-crypto-util_1.1-2.5.201403212206_all.deb Size: 7228 MD5sum: 201b43044bb2dfba179e5a70e4ec07b0 SHA1: 39d3c3f2d201074c76558bc2d4fbc64b620207cd SHA256: 1df179b0f2ed99bc5f6942459b9606c3105c2368b75988c994a0b18bc207b96b Description: Jenkins Utility around Java Crypto API Utility wrapper around Java Crypto API used by the Jenkins CI toolset to ease use including: . * Retrieve list of root CA's know to the JVM. * Validate certificate paths to root CA's. Homepage: https://github.com/jenkinsci/lib-crypto-util Package: jenkins-executable-war-doc Priority: optional Section: doc Installed-Size: 233 Maintainer: Debian Java Maintainers Architecture: all Source: jenkins-executable-war Version: 1.27-1.4.201403212222 Depends: default-jdk-doc Suggests: jenkins-executable-war Filename: 4.0-0/all/jenkins-executable-war-doc_1.27-1.4.201403212222_all.deb Size: 52942 MD5sum: e6751b56df56eec03e18e76509636292 SHA1: bf2777f8d125f149b31423e9760caabb096beb31 SHA256: e0e4d9e24246608318adf4477e5cfd6d2165f509d9062fb1b8418814242f6fa6 Description: Documentation for jenkins-executable-war-java Executable war wrapper for building Java war (web archives) that can be executed in a similar fashion to Java jar files, for example: . java -jar jenkins.war . This package contains the API documentation of jenkins-executable-war. Homepage: http://jenkinsci.org/ Package: jenkins-executable-war Priority: optional Section: java Installed-Size: 72 Maintainer: Debian Java Maintainers Architecture: all Version: 1.27-1.4.201403212222 Suggests: jenkins-executable-war-doc Filename: 4.0-0/all/jenkins-executable-war_1.27-1.4.201403212222_all.deb Size: 21896 MD5sum: 4884a3a1c8c69655d6a16a5bda536da3 SHA1: f97b8cb5d22088a9fbca010f815a7c466f907dbf SHA256: 2d3cfcc1d71c784dccd48f6e62048c8266ea1566301a9fa486322de66a84a9a0 Description: Library for building executable .war files Executable war wrapper for building Java war's (web archives) that can be executed in a similar fashion to Java jar files, for example: . java -jar jenkins.war Homepage: http://jenkinsci.org/ Package: jenkins-memory-monitor-doc Priority: optional Section: doc Installed-Size: 294 Maintainer: Debian Java Maintainers Architecture: all Source: jenkins-memory-monitor Version: 1.7-2.3.201403212257 Depends: default-jdk-doc Suggests: jenkins-memory-monitor Filename: 4.0-0/all/jenkins-memory-monitor-doc_1.7-2.3.201403212257_all.deb Size: 63050 MD5sum: 14d5679953fb36dd5490f11a881871bc SHA1: 2923e783378ac0ffffb7517827b8811d407e1bca SHA256: c74ded4189ebf1edde205a50090eb641f3e280626f7c4bbe176846f0e86f602f Description: Documentation for jenkins-memory-monitor. This library provides native integration for monitoring memory and swap usage from within Java code. It is used by the Jenkins CI application to monitor these statistics on Jenkins master and slave nodes. . This package provides the API documentation for jenkins-memory-monitor. Homepage: https://github.com/jenkinsci/extras-memory-monitor Package: jenkins-memory-monitor Priority: optional Section: java Installed-Size: 76 Maintainer: Debian Java Maintainers Architecture: all Version: 1.7-2.3.201403212257 Depends: libjna-java Filename: 4.0-0/all/jenkins-memory-monitor_1.7-2.3.201403212257_all.deb Size: 16904 MD5sum: 794c9a8b7e0a1f999d38230eeafd9f9f SHA1: 270628d852a11c08067f162fd240d6418499e079 SHA256: ef9cfe003f6e2ae9a7316c99dea3a181536bb2cec2bc2fcd03a8674a26ba7f96 Description: Jenkins native integration for monitoring memory usage. This library provides native integration for monitoring memory and swap usage from within Java code. It is used by the Jenkins CI application to monitor these statistics on Jenkins master and slave nodes. Homepage: https://github.com/jenkinsci/extras-memory-monitor Package: jenkins-task-reactor-doc Priority: optional Section: doc Installed-Size: 479 Maintainer: Debian Java Maintainers Architecture: all Source: jenkins-task-reactor Version: 1.3-1.3.201403212316 Depends: default-jdk-doc Suggests: jenkins-task-reactor Filename: 4.0-0/all/jenkins-task-reactor-doc_1.3-1.3.201403212316_all.deb Size: 96674 MD5sum: 2b7db19129a3ab1c49ee270236c91228 SHA1: a1b7954e66039d328b00fccd47345b437b34c705 SHA256: 2636070f850efc7a2e3bb59adf0b661815b2863a824e31d6a80d4cb9f2466719 Description: Documentation for jenkins-task-reactor This library provide a generic task execution and control framework which is used extensively within the Jenkins CI toolset. . This package provides the API documentation for jenkins-task-reactor. Homepage: https://github.com/jenkinsci/lib-task-reactor Package: jenkins-task-reactor Priority: optional Section: java Installed-Size: 72 Maintainer: Debian Java Maintainers Architecture: all Version: 1.3-1.3.201403212316 Filename: 4.0-0/all/jenkins-task-reactor_1.3-1.3.201403212316_all.deb Size: 19470 MD5sum: 6758f30edb28ec0cae470a5c4c872293 SHA1: 3b4535d2bb89231a11517f0f28d2d5774c45128f SHA256: 2ba22c5c9cc0f0b3f36b5c6921fde1de8e9fb9082d0ad90aa681a1a368c4f646 Description: Task execution and control framework used in Jenkins This library provide a generic task execution and control framework which is used extensively within the Jenkins CI toolset. Homepage: https://github.com/jenkinsci/lib-task-reactor Package: jenkins-test-annotations-doc Priority: optional Section: doc Installed-Size: 214 Maintainer: Debian Java Maintainers Architecture: all Source: jenkins-test-annotations Version: 1.0-1.4.201403212322 Depends: default-jdk-doc Suggests: jenkins-test-annotations Filename: 4.0-0/all/jenkins-test-annotations-doc_1.0-1.4.201403212322_all.deb Size: 42066 MD5sum: 96c54adf9af5345ba1b9e6fc707d279a SHA1: e03d0a9e098300d8ec94d874e99111ff743b598b SHA256: 5ab621f37c99c46bd4729534219a8f27a0be819d0609cd0b08f652f5874a36f4 Description: Documentation for jenkins-test-annotations This library is used by the Jenkins project to track test cases with other things such as bug or issue information through the use of Java annotations. . This package contains the API documentation of jenkins-test-annotations. Homepage: http://github.com/jenkinsci/lib-test-annotations Package: jenkins-test-annotations Priority: optional Section: java Installed-Size: 60 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0-1.4.201403212322 Suggests: jenkins-test-annotations-doc Filename: 4.0-0/all/jenkins-test-annotations_1.0-1.4.201403212322_all.deb Size: 5134 MD5sum: 5622087f24e3213e6fec84deccd17b82 SHA1: 86d7a0a0ce00ca2c25ceccf5654785acfe048fff SHA256: 4ef204d1eef0ecfe1cb0796c1b531dc8fa832098f7f3bba4ca0d0aed0ed6166e Description: Annotation library for tracking testing in Jenkins This library is used by the Jenkins project to track test cases with other things such as bug or issue information through the use of Java annotations. Homepage: http://github.com/jenkinsci/lib-test-annotations Package: jetring Priority: optional Section: utils Installed-Size: 360 Maintainer: Joey Hess Architecture: all Version: 0.20.4.201403220016 Depends: gnupg Filename: 4.0-0/all/jetring_0.20.4.201403220016_all.deb Size: 189294 MD5sum: 33bd083f476d7aaa1e76702c5d513984 SHA1: 25fcf3d4aac2f3a35e7e11669e4007aa43d88956 SHA256: e1d9e64c9f7ee284694a595afbc9429daa6dc3c93da59007b395f1a636cd9bf6 Description: gpg keyring maintenance using changesets jetring is a collection of tools that allow for gpg keyrings to be maintained using changesets. It was developed with the Debian keyring in mind, and aims to solve the problem that a gpg keyring is a binary blob that's hard for multiple people to collaboratively edit. . With jetring, changesets can be submitted, reviewed to see exactly what they will do, applied, and used to build a keyring. The origin of every change made to the keyring is available for auditing, and gpg signatures can be used to further secure things. Homepage: http://kitenet.net/~joey/code/jetring/ Package: jets3t Priority: optional Section: net Installed-Size: 1826 Maintainer: Debian Java Maintainers Architecture: all Version: 0.8.1+dfsg-1.9.201403220019 Depends: default-jre | java5-runtime, libcommons-codec-java, libcommons-httpclient-java, libcommons-logging-java, liblog4j1.2-java, libjets3t-java (= 0.8.1+dfsg-1.9.201403220019) Recommends: libbcprov-java Filename: 4.0-0/all/jets3t_0.8.1+dfsg-1.9.201403220019_all.deb Size: 1602442 MD5sum: b669b352a2f9a9a52904836f906a0a23 SHA1: 04e45ab7cc9e48d15e5aa6d0ef78b196b0f922cd SHA256: 65d122246539b1e1aa2e7cebf05f494d2e591800a795529dc143f8eb0b7705c8 Description: graphical and command-line tools for Amazon S3 and CloudFront The JetS3t toolkit provides several applications for interacting and managing data stored in Amazon Simple Storage Service and Amazon CloudFront content delivery network. Features: - jets3t-cockpitlite: A graphical application that Service Providers with S3 accounts may provide to clients or customers without S3 accounts. jets3t-cockpitlite allows users to manage the content of an S3 account to upload files, download files, delete S3 objects and make objects publicly accessible. All these operations are mediated by a Gatekeeper service. - jets3t-cockpit: graphical application for transferring files, viewing and managing the contents of an Amazon S3 account. - jets3t-synchronize: A command-line application for synchronizing directories on your computer with an Amazon S3 account. Ideal for performing back-ups or synchronizing files between different computers. - jets3t-uploader: A graphical application that Service Providers with S3 accounts may provide to clients or customers without S3 accounts. jets3t-uploader allows users to upload files to S3 using a simple wizard-based workflow, but all uploads must first be authorized by a Gatekeeper service - gatekeeper: A servlet that acts as an authorization service running on a Service Provider's server to mediate access to S3 accounts. It processes requests from client applications such as JetS3t Uploader & CockpitLite, and authorizes the client application to perform operations such as uploads, downloads and deletes. Homepage: http://jets3t.s3.amazonaws.com/index.html Package: jetty8 Priority: optional Section: java Installed-Size: 743 Maintainer: Debian Java Maintainers Architecture: all Version: 8.1.3-4.2.201403220112 Depends: libjetty8-java (>= 8.1.3-4.2.201403220112), adduser, apache2-utils, default-jre-headless | java5-runtime-headless | java6-runtime-headless Suggests: libjetty8-extra-java (>= 8.1.3-4.2.201403220112), libjetty8-java-doc (>= 8.1.3-4.2.201403220112) Filename: 4.0-0/all/jetty8_8.1.3-4.2.201403220112_all.deb Size: 537798 MD5sum: e2a2525c686cd3962491c556d4926193 SHA1: e7513142a074a1b9b414376b8c9770e073079bf5 SHA256: 2485fedf415bd7cf0952fd45eb661a94597bbea1b9106e510b30876e333e7289 Description: Java servlet engine and webserver Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. Homepage: http://jetty.mortbay.com/ Package: jetty Priority: optional Section: java Installed-Size: 1018 Maintainer: Debian Java Maintainers Architecture: all Version: 6.1.26-1.6.201403220026 Depends: libjetty-java (>= 6.1.26-1.6.201403220026), adduser, jsvc, apache2-utils, default-jre-headless | java5-runtime-headless Suggests: libjetty-extra-java (>= 6.1.26-1.6.201403220026), libjetty-extra (>= 6.1.26-1.6.201403220026), libjetty-java-doc (>= 6.1.26-1.6.201403220026) Filename: 4.0-0/all/jetty_6.1.26-1.6.201403220026_all.deb Size: 859698 MD5sum: a97f15cf01821199923fceba61f33e27 SHA1: 9fd65cd0c46d693d76110872e02cbccd83047de5 SHA256: 6cb086e70df3fa8050f78d9c1512d8313c54de29898ad1511c57dcb1a141587d Description: Java servlet engine and webserver Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. Homepage: http://jetty.mortbay.com/ Package: jeuclid-cli Priority: optional Section: libs Installed-Size: 56 Maintainer: Debian Science Team Architecture: all Source: jeuclid Version: 3.1.9-2.7.201403220125 Depends: libjeuclid-core-java, libcommons-cli-java, libcommons-lang-java, java-wrappers Filename: 4.0-0/all/jeuclid-cli_3.1.9-2.7.201403220125_all.deb Size: 13206 MD5sum: 1098ec1031e402b2c14470912106281c SHA1: 9027297974d7068bc38f57556e9c03f02dc61dc3 SHA256: 54b3c9f864658828a8dceb14d4816e3ad119281ffc391e64cf594f7314886a3f Description: Complete MathML rendering solution (command line tools) JEuclid is a complete MathML rendering solution, consisting of: * A MathViewer application * Command line converters from MathML to other formats * An ant task for automated conversion * Display components for AWT and Swing * A component for Apache Cocoon . This package contains the command line tools. Homepage: http://jeuclid.sourceforge.net Package: jeuclid-mathviewer Priority: optional Section: libs Installed-Size: 99 Maintainer: Debian Science Team Architecture: all Source: jeuclid Version: 3.1.9-2.7.201403220125 Depends: libjeuclid-core-java, java-wrappers, libcommons-io-java, jeuclid-cli Filename: 4.0-0/all/jeuclid-mathviewer_3.1.9-2.7.201403220125_all.deb Size: 59342 MD5sum: 703cc2d5fcc612630a943da4929fda10 SHA1: cf41e229c9c0bf38f4f87fe09921de874bb83113 SHA256: 9df14fca978801838836a507506047103c83584569c27a0ffebd9d2bdcb40297 Description: Complete MathML rendering solution (Swing MathViewer) JEuclid is a complete MathML rendering solution, consisting of: * A MathViewer application * Command line converters from MathML to other formats * An ant task for automated conversion * Display components for AWT and Swing * A component for Apache Cocoon . This package contains the Swing MathViewer application. Homepage: http://jeuclid.sourceforge.net Package: jffnms Priority: optional Section: web Installed-Size: 2581 Maintainer: Craig Small Architecture: all Version: 0.9.3-3.4.201403220157 Depends: adduser, cron, rrdtool, apache2 | httpd, dbconfig-common, libapache2-mod-php5 | php5-cgi | php5-fpm, php5-cli, php5-mysql | php5-pgsql, php5-snmp, php5-gd, mysql-client | virtual-mysql-client | postgresql-client, debconf (>= 0.5) | debconf-2.0 Pre-Depends: debconf | debconf-2.0 Recommends: ntp, nmap, fping Suggests: tac-plus, snmpd, syslog-ng, tftpd, smsclient Filename: 4.0-0/all/jffnms_0.9.3-3.4.201403220157_all.deb Size: 614844 MD5sum: 001a018585206295efc43fd4a76ea209 SHA1: 574573e34365b797ca2719b6b6091bc08160b2b6 SHA256: 9a6abad8a76747769ab94242d57cd0b66868d3ca32a78304448ece4eea8d58c8 Description: PHP Network Management System JFFNMS is a Network Management System designed to help maintain a network running SNMP, syslog, and/or TACACS+. It can monitor any standards-compliant SNMP device, server, TCP port or custom poller, and also has some Cisco-oriented features. . Its features include: * written in PHP; * PHP/cron scripts for polling, analyzing, and consolidating data; * MySQL or PostgreSQL database back-end; * configurable event types and severity levels; * modular and extensible; * advanced event filter; * interface, host, and network autodiscovery. Homepage: http://jffnms.sf.net/ Package: jflex Priority: optional Section: java Installed-Size: 1395 Maintainer: Debian Java Maintainers Architecture: all Version: 1.4.3-2.6.201403220202 Depends: default-jre-headless | java1-runtime | java2-runtime Filename: 4.0-0/all/jflex_1.4.3-2.6.201403220202_all.deb Size: 1072076 MD5sum: 72068e4ba776545808f490bcee2bcd06 SHA1: acb378fa4b488295f5e286c3757072568d1674c4 SHA256: 20b4053178dd8809c68de1cebeba4f0cf8fe083a54da41947a8ab4abad9a839e Description: lexical analyzer generator for Java It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex : They do not share any code though. . JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool. Enhances: ant-optional Homepage: http://www.jflex.de/ Package: jfractionlab Priority: extra Section: math Installed-Size: 4479 Maintainer: José L. Redrejo Rodríguez Architecture: all Version: 0.91-2.6.201403220208 Depends: openjdk-6-jre | java6-runtime, libtablelayout-java Recommends: libreoffice.org-calc | openoffice.org-calc, libreoffice.org-writer | openoffice.org-writer Filename: 4.0-0/all/jfractionlab_0.91-2.6.201403220208_all.deb Size: 4367600 MD5sum: 21b5869db540ddb34183f6228f8d2c00 SHA1: 613c6976e3b3472bf79a3492109650e899b97be0 SHA256: 144bcf667d02bd269b8a39cefee7412e7f6482f91db7185dbf4967377a5c76fa Description: Educative program to practice fractions JFractionLab is a nice tool for math students that are learning the use and operation of fractions. . It provides a collection of nice exercices with a numeric and visual representation of the fractions. . JFractionLab shows the user every step of the calculation and therefore helps him to understand them. . It gives the user an answer after each input, making impossible to have a false answer. Homepage: http://jfractionlab.sourceforge.net/ Package: jftp Priority: optional Section: net Installed-Size: 561 Maintainer: Debian Java maintainers Architecture: all Version: 1.52+dfsg-2.6.201403220221 Depends: openjdk-6-jre | openjdk-7, libjcifs-java, libcommons-logging-java, libcommons-httpclient-java, liblog4j1.2-java, kunststoff, libyanfs-java, libj2ssh-java, libjsch-java, libjlayer-java, java-wrappers Filename: 4.0-0/all/jftp_1.52+dfsg-2.6.201403220221_all.deb Size: 469318 MD5sum: 7b54389df78ed34329cfeb4de710ca58 SHA1: 9143022f889a64d340cfad0ddd919f313b580cad SHA256: d114c4bf9e49d789fb0a4f9acc64fe207367cc884808deb013a95df6aa37acc5 Description: Java GUI client for FTP, SMB, SFTP and NFS JFtp is a graphical Java network and file transfer client. It supports FTP using its own FTP API and various other protocols like SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It includes many advanced features such as recursive directory up/download, browsing FTP servers while transferring files, FTP resuming and queueing, browsing the LAN for Windows shares, and more. Multiple connections can open at a time in a Mozilla-style tabbed browsing environment. Homepage: http://j-ftp.sourceforge.net Package: jfugue Priority: extra Section: java Installed-Size: 27 Maintainer: Debian Java Maintainers Architecture: all Version: 4.0.3-3.2.201403220228 Depends: libjfugue-java Filename: 4.0-0/all/jfugue_4.0.3-3.2.201403220228_all.deb Size: 2422 MD5sum: 7559890bd05ef1d1e8229f08d4c5ba35 SHA1: 135577bcdbf6613bca88aa03626900ade687f718 SHA256: 6cb8c7b87b567b77ec0c27f90caf7776749a670d88293032293d180acc2408cf Description: Java API for music programming - transitional package JFugue is a Java API for music programming that does not require the programmer to be aware of all the complexities of MIDI. The music can be synthetized from strings that describe its notes, chords, instruments, etc., or can be generated in real-time in many different ways. . JFugue supports playing music in real time as well as saving it to MIDI files or send it to MIDI devices. . This is a transitional package and can safely removed after having installed its dependencies. Homepage: http://www.jfugue.org/ Package: jgit-cli Priority: optional Section: devel Installed-Size: 380 Maintainer: Debian Java Maintainers Architecture: all Source: jgit Version: 2.0.0-2.2.201403220234 Depends: libjgit-java (= 2.0.0-2.2.201403220234), libargs4j-java, libjsch-java Filename: 4.0-0/all/jgit-cli_2.0.0-2.2.201403220234_all.deb Size: 226506 MD5sum: 67a47298bbe0e3590455df7d6cbd08e9 SHA1: f8baaf835badf490dfa3c457e07ad72358520566 SHA256: c0bccdad49796e296e1481d5f2a3fb56511c7ccf7da22786ee3e7db586a69f52 Description: Java implementation of GIT version control (command line interface) JGit is a lightweight, pure Java library implementing the Git version control system. . This package provides command line interface for user interaction with jgit. Homepage: http://www.eclipse.org/jgit/ Package: jifty Priority: optional Section: perl Installed-Size: 595 Maintainer: Debian Perl Group Architecture: all Version: 1.10518+dfsg-2.6.201403240748 Depends: libjifty-perl Filename: 4.0-0/all/jifty_1.10518+dfsg-2.6.201403240748_all.deb Size: 130658 MD5sum: 113b4c3f9e59761932994077d24243ab SHA1: a73293aaf3f3347324a0c73e423b0f087ef64204 SHA256: 51147751a1b4bf9a8ace2edfe923e8d1236e2ec42406b1cf8369f9e32e658ebc Description: perl web MVC framework Perl based web framekwork. Jifty offers the following features: . DRY (Don't Repeat Yourself) Jifty tries not to make you say things more than once. . Full-stack Out of the proverbial box, Jifty comes with one way to do everything you should need to do: One database mapper, one templating system, one web services layer, one AJAX toolkit, one set of handlers for standalone or FastCGI servers. Jifty developers work hard to make all the bits play well together, so you don't have to. . Continuations With Jifty, it's easy to let the user go off and do something else, like fill out a wizard, look something up in the help system or go twiddle their preferences and come right back to where they were. . Form-based dispatch This is one of the things that Jifty does that we've not seen anywhere else. Jifty owns your form rendering and processing. This means you never need to write form handling logic. All you say is "I want an input for this argument here" and Jifty takes care of the rest. (Even autocomplete and validation) . This metapackage provides examples to help you writing application on your desktop. You can use libjifty-perl package alone for running your jifty application on servers. Homepage: http://search.cpan.org/dist/Jifty/ Package: jigl Priority: optional Section: web Installed-Size: 244 Maintainer: Nicholas Breen Architecture: all Version: 2.0.1+20060126-4.4.201403220325 Depends: perl, imagemagick, jhead Recommends: csh | c-shell Filename: 4.0-0/all/jigl_2.0.1+20060126-4.4.201403220325_all.deb Size: 57224 MD5sum: ecec41163be80c6f41fb65c9af6b96aa SHA1: 860c4167cdfe11db51f2da63393dc1474cfd7830 SHA256: 29f24e34084a3c19c62a23d7d3e29c960c8ad48996cdc6e53b69033e550310ec Description: Generates a static html photo gallery from one or more directories of images Perl script that generates a static html photo gallery from one or more directories of gif/jpg/png images. It supports themes and is very customizable. It includes the ability to display comments and EXIF info for each image in a simple clean layout. Homepage: http://xome.net/projects/jigl/ Package: jiipview Priority: optional Section: graphics Installed-Size: 114 Maintainer: Mathieu Malaterre Architecture: all Version: 2.05-1.2.201403220330 Depends: default-jre | java6-runtime | java7-runtime, jarwrapper (>= 0.5) Filename: 4.0-0/all/jiipview_2.05-1.2.201403220330_all.deb Size: 69518 MD5sum: ace22919f1b5dc85ab147b98cad801e6 SHA1: d69d5bfa0bbdec3f28eb59f531a930e03d212b35 SHA256: fc922c9379f3962546d523d106b162248716107ed9f31be7b79f6325f60c6a3d Description: Java Internet Imaging Protocol (IIP v1.05) client Java client which communicates directly with the IIPImage server to request portions of the image at the desired resolution. It is able to efficiently cache image tiles and provides a very fast interface to the high resolution image. . The client can either be used as an applet embedded within a web page or as a standalone application. Homepage: http://iipimage.sourceforge.net/ Package: jing-trang-doc Priority: extra Section: doc Installed-Size: 313 Maintainer: Debian XML/SGML Group Architecture: all Source: jing-trang Version: 20091111-5.8.201403220345 Filename: 4.0-0/all/jing-trang-doc_20091111-5.8.201403220345_all.deb Size: 95828 MD5sum: b8372538a26453d145cdd79be7de9193 SHA1: 3bc2d6caa89875f8b7b3833f0abded0130d82667 SHA256: d7ac21690de56b77569e36e250c10426f99ff76cf3ecbc8de696333063969397 Description: Jing Trang and dtdinst documentation This package provides documentation for libjing-java, libtrang-java, and libdtdinst-java Homepage: http://code.google.com/p/jing-trang/ Package: jing Priority: extra Section: text Installed-Size: 45 Maintainer: Debian XML/SGML Group Architecture: all Source: jing-trang Version: 20091111-5.8.201403220345 Depends: default-jre | java2-runtime, libjing-java Filename: 4.0-0/all/jing_20091111-5.8.201403220345_all.deb Size: 6156 MD5sum: 631df6de929adce40ecbed8a1d7b6f3c SHA1: bafa42ce0f4b6a7eaf59bd77a4cbdd95b240bce8 SHA256: 8eb0e4ac3ce1af97b85208ce31d805a2e1e297b046d476a5692eb2d2b8c7135e Description: RELAX NG validator This provides a validator for - RELAX NG 1.0 Specification, - RELAX NG Compact Syntax, and - parts of RELAX NG DTD Compatibility, specifically checking of ID/IDREF/IDREFS. Homepage: http://code.google.com/p/jing-trang/ Package: jirc Priority: optional Section: perl Installed-Size: 80 Maintainer: Kees Cook Architecture: all Version: 1.0-1.4.201403220405 Depends: perl, libconfig-simple-perl, libxml-stream-perl, libpoe-component-irc-perl, libfilter-template-perl, libpoe-component-jabber-perl (>= 3.00-1), libpoe-filter-xml-perl, libnet-jabber-perl Recommends: libnet-ssleay-perl Filename: 4.0-0/all/jirc_1.0-1.4.201403220405_all.deb Size: 18724 MD5sum: 60706d184ca64b67dcc5fa1073c280e1 SHA1: e0947368aeef87d33651ef302da99df5aecf9d71 SHA256: 8c6afc3630ad12c3b77c172f925eaaff03a4e4f555400d8981973c8164a73301 Description: an IRC to Jabber bridge bot The jirc bot logs into an IRC channel and a Jabber conference room. It will relay conversations between the two rooms, identifying each of the speakers in braces. Actions are forwarded as well. Homepage: http://outflux.net/software/pkgs/jirc-bridge/ Package: jlatex209-base Priority: optional Section: tex Installed-Size: 267 Maintainer: TSUCHIYA Masatoshi Architecture: all Source: jtex-base Version: 2.1-1.1.4.201403221322 Depends: texlive-binaries | texlive-base-bin Recommends: jlatex209-bin Conflicts: jtex-base (<= 1.9.1-2) Filename: 4.0-0/all/jlatex209-base_2.1-1.1.4.201403221322_all.deb Size: 51716 MD5sum: 20a02571137b25ddb654bdc5f6eac523 SHA1: a38c6f581226ad8d93f608e15f01046a67985652 SHA256: 6e19dcda9b4d6d41a9e3f005f2551ae445b36c4395a6118dae27cfe5ba835710 Description: basic NTT JLaTeX 2.09 macro files NTT JLaTeX 2.09 is a Japanized version of LaTeX 2.09. It is obsolete and superseded by JLaTeX 2e which is included in jtex-bin package. Package: jlex Priority: optional Section: java Installed-Size: 152 Maintainer: Colin Watson Architecture: all Version: 1.2.6-6.13.201403220416 Replaces: javalex Depends: default-jre | java5-runtime | java6-runtime | java7-runtime Conflicts: javalex Filename: 4.0-0/all/jlex_1.2.6-6.13.201403220416_all.deb Size: 71182 MD5sum: 1b9e5851f136ad679ef54daa44de9673 SHA1: b813ca21666ad70e5a6ac94e5dfc9127fd9d3a2b SHA256: da4d2e9eb673a0247104dbb31655debeb2e2c5fba0cbd156661c247d9c0af9eb Description: A Lex-style lexical analyser generator for Java The JLex utility is a lexical analyser generator, modelled after the popular UNIX "lex" utility. . JLex takes a specification file similar to that accepted by Lex, then creates a Java source file for the corresponding lexical analyzer. Multi-Arch: foreign Homepage: http://www.cs.princeton.edu/~appel/modern/java/JLex/ Package: jlha-utils Priority: optional Section: utils Installed-Size: 74 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Version: 0.1.6-3.5.201403220424 Provides: lzh-archiver Depends: default-jre-headless | java-runtime-headless | java2-runtime-headless, libjlha-java Conflicts: lha (<< 1.14i-10.4) Filename: 4.0-0/all/jlha-utils_0.1.6-3.5.201403220424_all.deb Size: 32962 MD5sum: 3f6f507d526821f71b9cc3e0653cf656 SHA1: 146b3dc5639fe9c1899065a1e74dc3ef7e35c1a0 SHA256: e1aee21164f2a4237ed884937675cf9620b7a866e2265014f5431cf19f141302 Description: command-line lzh archiver written in Java lzh is an archiving format generated by lha utility. jlha-utils is a command-line program for compressing or decompressing lzh files. It has a compatible interface to the lha program. . Note: Some of the functionality is missing currently, please read README.Debian for detailed information. Homepage: http://sourceforge.net/projects/jlhafrontend/ Package: jlint-doc Priority: optional Section: doc Installed-Size: 360 Maintainer: Ganesan Rajagopal Architecture: all Source: jlint Version: 3.0-4.5.4.201403220449 Filename: 4.0-0/all/jlint-doc_3.0-4.5.4.201403220449_all.deb Size: 188578 MD5sum: a0f952882abbb7b5b6d73bfdbda678eb SHA1: fa2f45579f0a8abea4803a7eba5dd6cf8f551788 SHA256: e2f99e0c41d51b2d51ff285805e648c40b8e148600b126953a1ca74200211468 Description: Manual for jlint - a Java Program Checker Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph. This package contains the manual for jlint in info, html and pdf formats. Package: jmagick6-docs Priority: optional Section: doc Installed-Size: 1167 Maintainer: Debian Java Maintainers Architecture: all Source: jmagick Version: 6.2.6-0-8.6.201403220457 Provides: jmagick-docs Filename: 4.0-0/all/jmagick6-docs_6.2.6-0-8.6.201403220457_all.deb Size: 100576 MD5sum: de14c4dd0e1430be4de73844f41303c3 SHA1: f6b96c86f614e0fc1103846fb0df3ae2eff2d829 SHA256: 3e102226ba8d9696bf9f6c3082fdf5e40f0480880471011d8355de6c00974b4b Description: java interface to ImageMagick - api documentation JMagick is an open source Java interface of ImageMagick. It is implemented in the form of Java Native Interface (JNI) into the ImageMagick API. . JMagick does not attempt to make the ImageMagick API object-oriented. It is merely a thin interface layer into the ImageMagick API. . JMagick currently only implements a subset of ImageMagick APIs. Should you require unimplemented features in JMagick, please join the mailing list and make a request. . This package contains javadoc generated documentation. Homepage: http://www.yeo.id.au/jmagick/ Package: jmeter-apidoc Priority: optional Section: doc Installed-Size: 38758 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Suggests: jmeter (= 2.5.1-1.6.201403211239) Filename: 4.0-0/all/jmeter-apidoc_2.5.1-1.6.201403211239_all.deb Size: 3082040 MD5sum: 22f6a537b80d7011954b9cf7489d0ff3 SHA1: 5d56c19441abb9742bcf7afd677fe0b3a9e3f6c7 SHA256: b9e60777f640a27cd622561ee36536e87da0a63fab3e1e33103c77935628c632 Description: Load testing and performance measurement application (API doc) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the API documentation. Homepage: http://jmeter.apache.org/ Package: jmeter-ftp Priority: optional Section: net Installed-Size: 55 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libcommons-io-java, libcommons-lang-java, libcommons-net1-java, libexcalibur-logkit-java Filename: 4.0-0/all/jmeter-ftp_2.5.1-1.6.201403211239_all.deb Size: 18720 MD5sum: fcb8eefeef462f67347af8f1268455b9 SHA1: c1622f7cb3f620fe1921716c6efaf5db3bd2eb0f SHA256: d1104bc2bac94052e075efdb53ece6d1d3eafb49bdc7aa9ac72832acb863aaaf Description: Load testing and performance measurement application (ftp module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the ftp testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-help Priority: optional Section: doc Installed-Size: 5235 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Suggests: jmeter (= 2.5.1-1.6.201403211239) Filename: 4.0-0/all/jmeter-help_2.5.1-1.6.201403211239_all.deb Size: 3568188 MD5sum: c7381cc1cbaea35d9d0b0e5e76ea21d4 SHA1: 655383f919c972736b0da9c291bb20f9fbab0c67 SHA256: c71c594caa89e6848440a66bdfde4fe0ac521651b5956c14f48ef634d8e666b4 Description: Load testing and performance measurement application (user manual) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the user manual. Homepage: http://jmeter.apache.org/ Package: jmeter-http Priority: optional Section: net Installed-Size: 372 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libcommons-httpclient-java, libcommons-io-java, libcommons-lang-java, libcommons-logging-java, libexcalibur-logkit-java, libhtmlparser-java, libhttpclient-java, libhttpcore-java, libhttpmime-java, libjtidy-java, liboro-java, libxstream-java Filename: 4.0-0/all/jmeter-http_2.5.1-1.6.201403211239_all.deb Size: 321322 MD5sum: 65d187aee8425105bfd02aec81d8684c SHA1: 0d34d40e8a36991660c8ffce8026be4c34970e6b SHA256: 922de435eb8fbaa7612c9ce3ff3c525bd92640a98de57ae766ebeaa786be73d5 Description: Load testing and performance measurement application (http module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the http testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-java Priority: optional Section: net Installed-Size: 79 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libbsf-java, libcommons-io-java, libexcalibur-logkit-java Filename: 4.0-0/all/jmeter-java_2.5.1-1.6.201403211239_all.deb Size: 40586 MD5sum: bb5daf622673965e9f8cc2a12794c7e9 SHA1: 75c5f4e3582a39cf33bfc831c176732fc259b9dc SHA256: 580ff44173dd4e7da65dfc0ea1d20e111158c513fdd92a3984bfdfbc5ccd658f Description: Load testing and performance measurement application (java module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the java testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-jms Priority: optional Section: net Installed-Size: 94 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libexcalibur-logkit-java, libgeronimo-jms-1.1-spec-java Filename: 4.0-0/all/jmeter-jms_2.5.1-1.6.201403211239_all.deb Size: 56656 MD5sum: 30d745cc6846eb056a306e67fdc7957e SHA1: b9042be95522444f2943a24867e136f27f858303 SHA256: 71389f774ffd96fe758aa8a6a95a22578fbdcf23e20903686f3819816cb908e6 Description: Load testing and performance measurement application (jms module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the jms testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-junit Priority: optional Section: net Installed-Size: 62 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), junit4, libexcalibur-logkit-java Filename: 4.0-0/all/jmeter-junit_2.5.1-1.6.201403211239_all.deb Size: 25644 MD5sum: 2ae394133eed8e97d092ff369215f224 SHA1: d057532860759bbaace1493101d2d69024f338b7 SHA256: c8119bdd154a5fab1aeb8c7dabadd226454a15f55f516c4af16e9d34cab39c6c Description: Load testing and performance measurement application (junit module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the junit testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-ldap Priority: optional Section: net Installed-Size: 88 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libcommons-lang-java, libexcalibur-logkit-java Filename: 4.0-0/all/jmeter-ldap_2.5.1-1.6.201403211239_all.deb Size: 51040 MD5sum: 1608fcf71c4827df3f2ff901eaa31c58 SHA1: 404c0cf11d54ec2704a467e6f590f1212e149752 SHA256: a9c0dbe00d711888f57bacf8393257714210ad14cbedaf42b7fdfe688c6a6b60 Description: Load testing and performance measurement application (ldap module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the ldap testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-mail Priority: optional Section: net Installed-Size: 106 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libexcalibur-logkit-java, libgeronimo-activation-1.1-spec-java, libgeronimo-javamail-1.4-spec-java Filename: 4.0-0/all/jmeter-mail_2.5.1-1.6.201403211239_all.deb Size: 64962 MD5sum: 9a2788af564b6fde2f06de0ac6f51841 SHA1: f3b695d5cef949eecd3a44633c28416d9cb3eb29 SHA256: a10b6f8b4d6bcd3432b95396694147205390aa423ac371f50bb892f01763b073 Description: Load testing and performance measurement application (mail module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the mail testing module. Homepage: http://jmeter.apache.org/ Package: jmeter-tcp Priority: optional Section: net Installed-Size: 65 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: jmeter (= 2.5.1-1.6.201403211239), libcommons-io-java, libexcalibur-logkit-java Filename: 4.0-0/all/jmeter-tcp_2.5.1-1.6.201403211239_all.deb Size: 27840 MD5sum: 439bcaa39579c55d44198379d0364c74 SHA1: 1c0cd4201fdf56446f8c20d12bf18ef893da910b SHA256: 0ba912ee8a8222e7e2b60e470af3447299570aa3ebeaf214ed1c9d9f2f82692a Description: Load testing and performance measurement application (tcp module) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the tcp testing module. Homepage: http://jmeter.apache.org/ Package: jmeter Priority: optional Section: net Installed-Size: 1720 Maintainer: Debian Java Maintainers Architecture: all Source: jakarta-jmeter Version: 2.5.1-1.6.201403211239 Depends: default-jre | java2-runtime, java-wrappers (>= 0.1.14), libavalon-framework-java, libbcmail-java, libbcprov-java, libbsf-java, libcommons-collections3-java, libcommons-httpclient-java, libcommons-io-java, libcommons-jexl-java, libcommons-lang-java, libexcalibur-logger-java, libexcalibur-logkit-java, libgeronimo-javamail-1.4-spec-java, libjcharts-java, libjdom1-java, libjtidy-java, liboro-java, librhino-java, libxalan2-java, libxmlgraphics-commons-java, libxstream-java Recommends: jmeter-http (= 2.5.1-1.6.201403211239), jmeter-help (= 2.5.1-1.6.201403211239) Filename: 4.0-0/all/jmeter_2.5.1-1.6.201403211239_all.deb Size: 1516240 MD5sum: bf49620bde4ffcb03e89bdb650b16a77 SHA1: ec8b0efd575ac9a7a94e5f6ba289d15598bf378b SHA256: 05b2db969a4429719f61d08382d7729cb425fdcfd5f46dab0dfa405940e17b38 Description: Load testing and performance measurement application (main application) Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. . This package contains the main application. Homepage: http://jmeter.apache.org/ Package: jmol-applet Priority: optional Section: java Installed-Size: 5030 Maintainer: Debichem Team Architecture: all Source: jmol Version: 12.2.32+dfsg2-1.2.201403220533 Depends: default-jre | java2-runtime, libjmol-java, libwww-perl, perl Filename: 4.0-0/all/jmol-applet_12.2.32+dfsg2-1.2.201403220533_all.deb Size: 4791716 MD5sum: 0685ce16865cb9757fdc439e43649d9d SHA1: f68a128e8af837c02ce3bf084352dff0b16a7d25 SHA256: 92ad49cc4e2131688568416fca0c371549cbdc2ad1c43ce0a181e9e8b6aa88a1 Description: Jmol Java applet Jmol is a Java molecular viewer for three-dimensional chemical structures. Features include reading a variety of file types and output from quantum chemistry programs, and animation of multi-frame files and computed normal modes from quantum programs. It includes with features for chemicals, crystals, materials and biomolecules. Jmol might be useful for students, educators, and researchers in chemistry and biochemistry. . File formats read by Jmol include PDB, XYZ, CIF, CML, MDL Molfile, Gaussian, GAMESS, MOPAC, ABINIT, ACES-II, Dalton and VASP. . This package contains the Jmol Java applet Homepage: http://jmol.sourceforge.net/ Package: jmol Priority: optional Section: science Installed-Size: 702 Maintainer: Debichem Team Architecture: all Version: 12.2.32+dfsg2-1.2.201403220533 Depends: libjmol-java Filename: 4.0-0/all/jmol_12.2.32+dfsg2-1.2.201403220533_all.deb Size: 260360 MD5sum: f40f053c1997393584aba9c896072daf SHA1: a1e9dfbed7956d262e50dd40b1b08b7129510acb SHA256: cb3efdcc33f5dfd8496377b841f9c1ce5c918fb0585e3ea29a1c18130ab826f1 Description: Molecular Viewer Jmol is a Java molecular viewer for three-dimensional chemical structures. Features include reading a variety of file types and output from quantum chemistry programs, and animation of multi-frame files and computed normal modes from quantum programs. It includes with features for chemicals, crystals, materials and biomolecules. Jmol might be useful for students, educators, and researchers in chemistry and biochemistry. . File formats read by Jmol include PDB, XYZ, CIF, CML, MDL Molfile, Gaussian, GAMESS, MOPAC, ABINIT, ACES-II, Dalton and VASP. Homepage: http://jmol.sourceforge.net/ Package: jodconverter Priority: extra Section: utils Installed-Size: 47 Maintainer: Samuel Thibault Architecture: all Source: jodconverter-cli Version: 2.2.2-8.9.201403220630 Depends: default-jre-headless | java2-runtime-headless, libcommons-cli-java, libcommons-io-java, libjodconverter-java (>= 2.2.2-5), libreoffice-java-common (>= 1:3.5.0~) Filename: 4.0-0/all/jodconverter_2.2.2-8.9.201403220630_all.deb Size: 6892 MD5sum: 94b29c72a538094bdc4118b14fc92989 SHA1: b89db86a5e6cc8e991d1d4ab49fb303dc170a3c3 SHA256: e416b7bb30f473da60d9a96702236ad6b5ec8134cb2b76243479d8829d820148 Description: Office formats converter JODConverter, the Java OpenDocument Converter, leverages OpenOffice.org to provide import/export filters for various office formats including OpenDocument and Microsoft Office. . This package provides a command-line frontend. Homepage: http://www.artofsolving.com/opensource/jodconverter Package: jodreports-cli Priority: extra Section: java Installed-Size: 52 Maintainer: Sascha Girrulat Architecture: all Source: jodreports Version: 2.4.0-3.2.201403220638 Depends: ure, default-jre, libjodreports-java Recommends: libslf4j-java Filename: 4.0-0/all/jodreports-cli_2.4.0-3.2.201403220638_all.deb Size: 10004 MD5sum: 09989791144f7e53442644e1f00c3c74 SHA1: 28e8ce0c594e21d1e23d0f11fadd7023ce6cefe7 SHA256: 37c03f0f2c154c69887ac4c7e53a07706ca0ff39f928791c5fbf3fac1600ea2a Description: Merge OpenDocument text with data - command line tool JODReports, Java OpenDocument Reports, is a solution for creating office documents and reports in OpenDocument Text format from templates that can be visually composed using the OpenOffice.org Writer word processor. . This package provides a command line tool to execute the jar file directly Homepage: http://www.artofsolving.com/opensource/jodreports Package: joe-jupp Priority: extra Section: editors Installed-Size: 170 Maintainer: Thorsten Glaser Architecture: all Source: jupp Version: 3.1.21-1.2.201403221449 Replaces: joe Provides: joe Depends: jupp (>= 3.1.18-2~) Conflicts: joe Filename: 4.0-0/all/joe-jupp_3.1.21-1.2.201403221449_all.deb Size: 23160 MD5sum: 1255a46c2cd3a3c2e63d91bbd7902f9b SHA1: e999bed9037dc5ab99d6dc840428f4b9b44c1d3e SHA256: 8bc85cf5f75d1b6159a6ddf909073578d9071b03af22321ccc9c1f722419414b Description: reimplement the joe Debian package using jupp This package contains symbolic links to replace the Debian joe package using the jupp package and implementation (both binaries and manpages). It also contains the appropriate conffiles and, in contrast to Debian's joe flavour, supports SELinux context copying (on Debian systems with the Linux kernel), and has many bugs fixed. Homepage: https://www.mirbsd.org/jupp.htm Package: john-data Priority: optional Section: admin Installed-Size: 1010 Maintainer: Ruben Molina Architecture: all Source: john Version: 1.7.8-1.4.201403220648 Breaks: john (<= 1.7.2-1) Filename: 4.0-0/all/john-data_1.7.8-1.4.201403220648_all.deb Size: 654644 MD5sum: de88142ad142fc374a69945abbbc25af SHA1: 9ca06e61e7f10c0d663a866f6cac059dc17c5edb SHA256: 85e9d462b7dee8143572fcab3eacdf14a0a93c4fbcc821f00fd9ee292925bb5c Description: active password cracking tool - character sets John the Ripper is a tool designed to help systems administrators to find weak (easy to guess or crack through brute force) passwords, and even automatically mail users warning them about it, if it is desired. . This package contains architecture-independent character sets usable by john. Enhances: john Homepage: http://www.openwall.com/john/ Package: jokosher Priority: optional Section: sound Installed-Size: 3390 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 0.11.5-5.4.201403220653 Depends: python (>= 2.6.6-7~), python-cairo, python-dbus, python-glade2, python-gtk2, python-gobject, python-gst0.10, gstreamer0.10-gnonlin (>= 0.10.8), gstreamer0.10-plugins-good (>= 0.10.9), gstreamer0.10-plugins-base (>= 0.10.12), python-pkg-resources, python-xdg Filename: 4.0-0/all/jokosher_0.11.5-5.4.201403220653_all.deb Size: 1212810 MD5sum: 396b0ae95327ad7c50a659287405e574 SHA1: 61c62d0460a376b8aeabadc7eb9614dad4bfe73b SHA256: 9810a5b35b8c2dfa554b6e2547dd4eab33d326830371d4bd7e9782ea4b04266a Description: simple and easy to use audio multi-tracker Jokosher is a simple and powerful multi-track studio. Jokosher provides a complete application for recording, editing, mixing and exporting audio, and has been specifically designed with usability in mind. The developers behind Jokosher have re-thought audio production at every level, and created something devilishly simple to use. . Jokosher offers a strong feature set: * Easy to use interface, designed from the ground up. Jokosher uses concepts and language familiar to musicians, and is a breeze to use. * Simple editing with splitting, trimming and moving tools. * Multi-track volume mixing with VU sliders. * Import audio (Ogg Vorbis, MP3, FLAC, WAV and anything else supported by GStreamer) into your projects. * A range of instruments can be added to a project, and instruments can be renamed. Instruments can also be muted and soloed easily. * Export to MP3, Ogg Vorbis, FLAC, WAV and anything else GStreamer supports. Homepage: http://www.jokosher.org Package: josm-plugins Priority: extra Section: utils Installed-Size: 407 Maintainer: Debian OpenStreetMap Team Architecture: all Version: 0.0.svn28420+ds2-1.5.201403220710 Depends: josm (>= 0.0.svn5267), libmetadata-extractor-java, liblog4j1.2-java, libjgrapht0.8-java Breaks: josm (>= 0.0.svn5268) Filename: 4.0-0/all/josm-plugins_0.0.svn28420+ds2-1.5.201403220710_all.deb Size: 347556 MD5sum: a6b7bf888b9c8ab6013e43c1eff90cdc SHA1: fff887d18d39ee87d097b23a7b719eca5b164c44 SHA256: e0229606f93080b3416a137f1bd10a85ae86ae09f54c8946e0da2987f5685841 Description: Plugins for JOSM JOSM (Java OpenStreetMap) plugin collection. . This package contains the following plugins: * colorscheme - Allows creating different color schemes. * measurement - Adds a dialog and a layer to measure length and angle of segments and create measurement paths. * openvisible - Allows opening gpx and osm files that intersect the currently visible screen area. * cadastre-fr - A special handler for the French land registry WMS server. * DirectUpload - Directly uploads GPS Traces from current active layer in JOSM to openstreetmap.org. * editgpx - Anonymizes timestamps and deletes parts of huge GPX tracks very fast. * lakewalker - Helps vectorizing WMS images. * routing - Provides routing capabilities. . JOSM is an editor for OpenStreetMap (OSM) written in Java. The current version supports stand alone GPX tracks, GPX track data from OSM database and existing nodes, line segments and metadata tags from the OSM database. . OpenStreetMap is a project aimed squarely at creating and providing free geographic data such as street maps to anyone who wants them. The project was started because most maps you think of as free actually have legal or technical restrictions on their use, holding back people from using them in creative, productive or unexpected ways. Homepage: http://josm.openstreetmap.de/wiki/Plugins Package: josm Priority: extra Section: utils Installed-Size: 6621 Maintainer: Debian OpenStreetMap Team Architecture: all Version: 0.0.svn5267+dfsg1-2.6.201403220703 Depends: openjdk-6-jre | sun-java6-jre | openjdk-7-jre, libcommons-codec-java, libgettext-commons-java (>= 0.9.6), libmetadata-extractor-java, liboauth-signpost-java (>= 1.2), libsvgsalamander-java, openstreetmap-map-icons-classic, ant Recommends: josm-plugins, webkit-image-gtk | webkit-image-qt Filename: 4.0-0/all/josm_0.0.svn5267+dfsg1-2.6.201403220703_all.deb Size: 6151286 MD5sum: 83dc847bd12694abd3a1ce108e1e1763 SHA1: 309f613976963b864a77529142078a04e233ceab SHA256: 2d6c3997bd0c1ebdd8e1fc6834a1a861f582fd18b0a1f6fd870d487a73419220 Description: Editor for OpenStreetMap JOSM is an editor for OpenStreetMap (OSM) written in Java. The current version supports stand alone GPX tracks, GPX track data from OSM database and existing nodes, line segments and metadata tags from the OSM database. . OpenStreetMap is a project aimed squarely at creating and providing free geographic data such as street maps to anyone who wants them. The project was started because most maps you think of as free actually have legal or technical restrictions on their use, holding back people from using them in creative, productive or unexpected ways. Homepage: http://josm.openstreetmap.de Package: jpoker Priority: optional Section: web Installed-Size: 9477 Maintainer: Loic Dachary (OuoU) Architecture: all Version: 1.0.16-2.5.201411011524 Depends: apache2 Suggests: python-poker-network Filename: 4.0-0/all/jpoker_1.0.16-2.5.201411011524_all.deb Size: 2742788 MD5sum: cfb46b21f45b095c06b6de7dea66f96d SHA1: cab2b906fc18d5ba67a0b224f27c422b382b9610 SHA256: 3d5ce38caa348734e15499491ff696d7592b6d5d569049751e96ee4c9cb05e29 Description: javascript online poker client http://jspoker.pokersource.info/jpoker/ is a javascript client for playing online poker. It displays the list of poker tables and when the user choses one, it is displayed in the browser. The user can join the game and play hands. It supports multi table tournaments. The poker server to which jpoker connects must implement a protocol compatible with http://pokersource.info/poker-network/. jpoker user interface is based on http://tiddlywiki.com/. However the underlying http://jquery.com/ based library is independent and can be used to implement alternate look and feel. Package: jquery-alternative-doc Priority: optional Section: doc Installed-Size: 3737 Maintainer: Debian Javascript Maintainers Architecture: all Source: jqapi Version: 1.7+dfsg-1.2.201403220840 Depends: libjs-jquery (>= 1.7) Filename: 4.0-0/all/jquery-alternative-doc_1.7+dfsg-1.2.201403220840_all.deb Size: 1205986 MD5sum: 4c56689bcb3946c9c8f0046273a210cf SHA1: 85cd7b54dc296031a4ce10b91e922100427c18a7 SHA256: 85a53ee1236914b8070c73069123d54ccca13a26e44bcb6694c61d62f30b1a57 Description: Alternative jQuery Documentation JQAPI is inspired by the Rails API. The content is the same as in the official documentation and all credits belong to the jQuery team. Homepage: http://www.jqapi.com/ Package: jquery-jplayer-bluemonday Priority: extra Section: web Installed-Size: 98 Maintainer: Pau Garcia i Quiles Architecture: all Version: 2.1.0-1.2.201403220858 Depends: libjs-jquery-jplayer Filename: 4.0-0/all/jquery-jplayer-bluemonday_2.1.0-1.2.201403220858_all.deb Size: 45018 MD5sum: 081c18142ffafb9df228e24510b5c9f7 SHA1: abedcb4abdb354194b518838f68ab4a86c06b026 SHA256: d982fb1a7ae8e02c792bff101c81c118f61476b8d898876f84af11493cac9f08 Description: Blue Monday skin for jPlayer jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript. A jQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. . This package contains the Blue Monday skin for jPlayer. Homepage: http://www.jplayer.org/ Package: jquery-jplayer-pinkflag Priority: extra Section: web Installed-Size: 95 Maintainer: Pau Garcia i Quiles Architecture: all Version: 2.1.0-1.2.201403220901 Depends: libjs-jquery-jplayer Filename: 4.0-0/all/jquery-jplayer-pinkflag_2.1.0-1.2.201403220901_all.deb Size: 38766 MD5sum: 16827767a5f149ee1f29722a239b85f1 SHA1: cd3c24c0d8d5d98f66468c823af3dc2569f5bf4e SHA256: 186cf524b01f4261a064fc190ab5b89f6a0c18081e4e87db0854350a690f9b61 Description: Pink Flag skin for jPlayer jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript. A jQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. . This package contains the Pink Flag skin for jPlayer. Homepage: http://www.jplayer.org/ Package: jruby Priority: optional Section: ruby Installed-Size: 16388 Maintainer: Debian Java Maintainers Architecture: all Version: 1.5.6-5.8.201403220935 Replaces: jruby1.0, jruby1.1, jruby1.2 Depends: openjdk-6-jre | java6-runtime, libjffi-jni Recommends: ri1.8 Filename: 4.0-0/all/jruby_1.5.6-5.8.201403220935_all.deb Size: 8916646 MD5sum: 6f8c28921afe130e10b9087f9938d027 SHA1: 9d7f1eb1de29a17a0990df494896dd297e8391f6 SHA256: 434daade4a65ffa6390e6f5bd8e74f57b2fb6c107ba14686101d22413c77048d Description: 100% pure-Java implementation of Ruby JRuby is a 100% pure-Java implementation of the Ruby programming language. . JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of ".rb" files, but a few that depend on C language-based extensions have been reimplemented. Some are still missing, but JRuby hopes to implement as many as is feasible. Homepage: http://jruby.org Package: js2-mode Priority: optional Section: editors Installed-Size: 513 Maintainer: Vincent Bernat Architecture: all Version: 0~20090723b-2.4.201403220956 Depends: emacs23 | emacsen, emacsen-common (>= 1.4.14) Filename: 4.0-0/all/js2-mode_0~20090723b-2.4.201403220956_all.deb Size: 109128 MD5sum: 2e5c40c462dee1ff10437554629dc009 SHA1: 7ebd411cbfc2fe65d14895ff73af44144e10f657 SHA256: 56bcad93c215be7d52326506678d995dc4f9b05cb3107d7c524f49060aa36b99 Description: Emacs mode for editing Javascript programs This JavaScript editing mode supports: . - the full JavaScript language through version 1.7 - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7 - accurate syntax highlighting using a recursive-descent parser - syntax-error and strict-mode warning reporting - "bouncing" line indentation to choose among alternate indentation points - smart line-wrapping within comments and strings - code folding: - show some or all function bodies as {...} - show some or all block comments as /*...*/ - context-sensitive menu bar and popup menus - code browsing using the imenu' package - typing helpers (e.g. inserting matching braces/parens) - many customization options Homepage: http://code.google.com/p/js2-mode/ Package: jscribble Priority: extra Section: utils Installed-Size: 230 Maintainer: Martin Ueding Architecture: all Version: 1.7.7-1.2.2.201403221005 Depends: default-jre (>= 1:1.6) Filename: 4.0-0/all/jscribble_1.7.7-1.2.2.201403221005_all.deb Size: 169952 MD5sum: 566d1c1785fca2563226a26dd9c68eb6 SHA1: c20aa17dfd032b17df31d5c8574c0543c6fa23b8 SHA256: dff6fe452a6688462f19c541b07030e5fc1d54cdde77169a60938234924fcc4a Description: graphical notepad for use with a pen tablet `jscribble` is a graphical notepad with as many pages as you want. You can organize your notes within notepads. Best used with a graphics tablet or touchscreen. . Taking notes on paper allow you to draw and write whatever you want. Some people are fast enough in LaTeX to set complicated formulas while in a lecture. Some prefer to draw these by hand but do not like carrying lots of paper with me. . `jscribble` offers screen based note taking with as many pages as you want. `Xournal` offers more features but is paper size oriented which does not make sense on a 10" netbook screen where one wants to use the whole screen for taking notes. . Another focus was set to avoid any mouse navigation. All you can do with your mouse (or pen) is draw, therefore you cannot click anything accidentially. Navigation is done with the keyboard. Homepage: http://martin-ueding.de/jscribble/ Package: jsdoc-toolkit Priority: extra Section: devel Installed-Size: 379 Maintainer: Georges Khaznadar Architecture: all Version: 2.4.0+dfsg-3.2.201403221040 Depends: rhino Filename: 4.0-0/all/jsdoc-toolkit_2.4.0+dfsg-3.2.201403221040_all.deb Size: 83178 MD5sum: ff91a0a93b3c05ff45ab03247f2f285b SHA1: 3389afacba54171458590b0f2cff2dceaf4cfb61 SHA256: 06ad5162c48713d43fe413b6a4c37e515d509beab53c6839034494d486e79cde Description: automatic generator for HTML documentation of Javascript sources JsDoc Toolkit is an application, written in JavaScript, for automatically generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code. . Based on the JSDoc.pm project, this was renamed "Jsdoc Toolkit" during development as it grew into more than a simple version upgrade. Homepage: http://code.google.com/p/jsdoc-toolkit/ Package: jsmath-fonts-sprite Priority: optional Section: web Installed-Size: 3590 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.0-2.4.201403221109 Depends: jsmath Filename: 4.0-0/all/jsmath-fonts-sprite_1.0-2.4.201403221109_all.deb Size: 3212664 MD5sum: 25fad5456f0a19e0ae5642a5e69b31c5 SHA1: f00af5d85ba56555c8acda4008841aee582174aa SHA256: 81396dc91e0ef5eb88f74a0170d82ea5403e0932fecee877c69f08b316c372e1 Description: raster fonts for jsMath plugin spriteImageFonts Rasterized fonts saved in separate image files -- 1 image per font to enable viewing of jsMath pages by a web-browser which is missing access to TeX fonts. Sprite organization of raster fonts elivates the problem of jsmath-fonts, which is a tremendous number of images since each character has a separate image file. But such advantage comes at speed and compatibility cost. . Homepage: http://www.math.union.edu/~dpvc/jsMath Package: jsmath-fonts Priority: optional Section: fonts Installed-Size: 5627 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.3-2.4.201403221103 Depends: jsmath Filename: 4.0-0/all/jsmath-fonts_1.3-2.4.201403221103_all.deb Size: 4090004 MD5sum: ead97b5d1483ddd47aee306318fb9f80 SHA1: b8113f6d9b7fddb114fd53f0588a2bd58141389b SHA256: c49b4ee7d5f6a7f390096fa07f9de3f94f24929200bfb05e2de850b64a7836ba Description: raster fonts for jsMath Rasterized fonts saved in image files to enable viewing of jsMath pages by a web-browser which is missing access to TeX fonts. . Homepage: http://www.math.union.edu/~dpvc/jsMath Package: jsmath Priority: optional Section: web Installed-Size: 1201 Maintainer: Yaroslav Halchenko Architecture: all Version: 3.6c-1.5.201411011532 Depends: debconf (>= 0.5) | debconf-2.0 Recommends: apache | apache-ssl | apache-perl | apache2 | httpd, jsmath-fonts Suggests: jsmath-fonts-sprite Filename: 4.0-0/all/jsmath_3.6c-1.5.201411011532_all.deb Size: 274580 MD5sum: 9eecca06f4416abe7ee3fe3b74ba49db SHA1: e4363766b498998e590704066071dc716c13888f SHA256: 44ae6ea9545d4aed642de8f8d6a15a0d2ba0b899118f2afb701ca014196789a0 Description: TeX equations in HTML documents Provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of Unix. It overcomes a number of the shortcomings of the traditional method of using images to represent mathematics: jsMath uses native fonts, so they resize when you change the size of the text in your browser, they print at the full resolution of your printer, and you don't have to wait for dozens of images to be downloaded in order to see the mathematics in a web page. Homepage: http://www.math.union.edu/~dpvc/jsMath Package: jsonbot Priority: optional Section: net Installed-Size: 3600 Maintainer: Jeremy Malcolm Architecture: all Version: 0.84.4-1.2.201403221222 Depends: python (>= 2.5), python-support (>= 0.90.0), python-pkg-resources (>= 0.6b3), python-simplejson (>= 2.0), python-oauth (>= 1.0), python-feedparser (>= 4.0), adduser Recommends: python-tornado (>= 2.2), python-sleekxmpp Filename: 4.0-0/all/jsonbot_0.84.4-1.2.201403221222_all.deb Size: 843574 MD5sum: 578b217a4af241ca07ff303fbf0db5f8 SHA1: 724b0daab3b6c1d1c0ff5f494500e486d8cb387d SHA256: 64f99172df7017efba17d555962bef3a9037e402389b1f3b82167d827fb1ff3b Description: Framework for building bots for IRC, XMPP and the Web JSONBOT is a remote event-driven framework for building bots that talk JSON to each other over XMPP. This distribution provides bots built on the JSONBOT framework for console, IRC, XMPP for the shell and WWW, and XMPP for the Google App Engine. A plugin infrastructure can be used to write your own functionality. Python-Version: 2.6, 2.7 Package: jsxgraph Priority: extra Section: devel Installed-Size: 18098 Maintainer: Georges Khaznadar Architecture: all Version: 0.83+svn1872~dfsg1-1.2.201403221259 Depends: libjs-prototype, libjs-jquery Filename: 4.0-0/all/jsxgraph_0.83+svn1872~dfsg1-1.2.201403221259_all.deb Size: 2965736 MD5sum: 017547b2e8bc6d868a43acce0d2f47e5 SHA1: a4959e64afc7ccfaf7801a80d4fd99c31c530446 SHA256: 93d8d18341e6e5fd9ad946612236e2ba6c3a628c0611ccc10bd601d2edef6881 Description: Interactive Geometry with JavaScript JSXGraph is a cross-browser library to display interactive geometry in a web browser. It is implemented in JavaScript and uses SVG and VML. At the moment the following browsers are supported: Mozilla Firefox, Opera, Safari, Google Chrome, Microsoft Internet Explorer. . There are still some issues with JSXGraph in the Internet Explorer, so we recommend to use Firefox, Opera, Safari or Chrome. . JSXGraph is easy to embed and has a small footprint: only 50 kB if embedded in a web page. No plugins are required! Homepage: http://jsxgraph.uni-bayreuth.de/cms/index.php Package: jsymphonic Priority: optional Section: sound Installed-Size: 1954 Maintainer: Debian Java Maintainers Architecture: all Version: 0.3.0.Ode.To.Freedom+svn387-7.6.201403221305 Depends: openjdk-6-jre | java6-runtime, java-wrappers (>= 0.1.22), libswing-layout-java Recommends: ffmpeg Suggests: pmount Filename: 4.0-0/all/jsymphonic_0.3.0.Ode.To.Freedom+svn387-7.6.201403221305_all.deb Size: 1675508 MD5sum: 87e19d5ebaef21274864916779be2058 SHA1: 702bbff79090913adb5a327909f4518ff33fab1c SHA256: 79985d2b17d8268de3f43ca15a0a9b2cdce1bcf68dbbe7be63bf4176288223f7 Description: File manager for Sony's MP3 players Symphonic is a file manager for Sony's flash players (such as the NW-E00x series), where songs are stored in a proprietary format not very Unix-friendly. . This program provides functionalities similar to the proprietary Windows-only SonicStage software given by Sony to interact with the players. Homepage: http://sourceforge.net/projects/symphonic/ Package: jta-doc Priority: optional Section: doc Installed-Size: 2240 Maintainer: Debian Java Maintainers Architecture: all Source: jta Version: 2.6+dfsg-5.5.201403221312 Suggests: jta, default-jdk-doc Filename: 4.0-0/all/jta-doc_2.6+dfsg-5.5.201403221312_all.deb Size: 174534 MD5sum: c3f8958c15a9c2cc881756b29b64b3d5 SHA1: 1a82b908ac8d58474391e9f3dbef2d7475ed7553 SHA256: 91e7d4b8b6062226a3d0f1de36588cbfc72e8ca41e1118492b0dea95447725ce Description: Java telnet/ssh applet - documentation JTA is a Java implementation of Telnet and ssh. . JTA may be run as a standalone application (using class de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet). . It's modular structure allows one to configure the software to act either as a sophisticated terminal emulation and/or, adding the network backend, as telnet implementation. Additional modules provide features like scripting or an improved graphical user interface. . This package provides the API documentation for JTA. Homepage: http://www.javassh.org/ Package: jta Priority: optional Section: net Installed-Size: 281 Maintainer: Debian Java Maintainers Architecture: all Version: 2.6+dfsg-5.5.201403221312 Depends: libgnu-regexp-java, libcrimson-java, libjdom1-java Suggests: jta-doc Filename: 4.0-0/all/jta_2.6+dfsg-5.5.201403221312_all.deb Size: 239088 MD5sum: 99ec2e688966fe8c77d712aeae58d10f SHA1: 951391edb54a794a40c010c1e3e6fa15868d0eb8 SHA256: 7ef357cd1d12bd0f2a851ce6407d92bfbfe1f72d454b4604bb872ae9549eded3 Description: Java telnet/ssh applet JTA is a Java implementation of Telnet and ssh. . JTA may be run as a standalone application (using class de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet). . It's modular structure allows one to configure the software to act either as a sophisticated terminal emulation and/or, adding the network backend, as telnet implementation. Additional modules provide features like scripting or an improved graphical user interface. Homepage: http://www.javassh.org/ Package: jtb Priority: optional Section: devel Installed-Size: 626 Maintainer: Ludovico Cavedon Architecture: all Version: 1.4.4-2.6.201403221318 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, jarwrapper (>= 0.5) Filename: 4.0-0/all/jtb_1.4.4-2.6.201403221318_all.deb Size: 516388 MD5sum: fdb7e827366a355995d7f653c9798e9e SHA1: 4ac08c86d9212b834c81467d91ba9c161f331ffe SHA256: 13a69411f0bb438fffa2a71e9b6d5124227916f066e3d3c7ff6f3132d8c1a2e9 Description: syntax tree builder and visitors generator for JavaCC JTB (Java Tree Builder) is a syntax tree builder and visitors generator to be used in front of JavaCC (Java Compiler Compiler). It takes a JavaCC grammar file as input (usually a ".jtb" file) and automatically generates the following: * a set of syntax tree classes based on the productions in the grammar, utilizing the Visitor design pattern; * four interfaces: IVoidVisitor, IVoidArguVisitor, IRetVisitor, IRetArguVisitor; * four depth-first visitors: DepthFirstVoidVisitor, DepthFirstVoidArguVisitor, DepthFirstRetVisitor, DepthFirstREtArguVisitor, whose default methods simply visit the children of the current node; * a JavaCC grammar ".jj" file (jtb.out.jj by default), with the proper annotations to build the syntax tree during parsing (which then must be compiled with JavaCC). . New visitors, which subclass any generated one, can then override the default methods and perform various operations on and manipulate the generated syntax tree. Homepage: http://eclipse-javacc.sourceforge.net/jtb_doc.html Package: jtex-base Priority: optional Section: tex Installed-Size: 1023 Maintainer: TSUCHIYA Masatoshi Architecture: all Version: 2.1-1.1.4.201403221322 Depends: texlive-binaries | texlive-base-bin Recommends: jtex-bin Conflicts: jtex-bin (<= 1.9.1) Filename: 4.0-0/all/jtex-base_2.1-1.1.4.201403221322_all.deb Size: 124698 MD5sum: 09d8f3fa950c9a991290be84f7abd7b0 SHA1: f2e18fba43169095e42e9f8b81be2701bd5bdd11 SHA256: 01f2c19a544b95f006b7b074aab6289638f31d6feca0d6f9f0bedc7acd2347e4 Description: basic NTT JTeX library files NTT JTeX is a localized TeX implementation for Japanese text processing. Package: jtreg Priority: optional Section: java Installed-Size: 589 Maintainer: Debian Java Maintainers Architecture: all Version: 4.1-2.2.201403221351 Depends: javahelp2, libjtharness-java, libxalan2-java Filename: 4.0-0/all/jtreg_4.1-2.2.201403221351_all.deb Size: 438342 MD5sum: 10c88f2c3fd781ac95f41b79514aafee SHA1: 8cd8097606c849d331a832898fb62c8e0531a0e2 SHA256: 4a25e308e7949b1a4bbdace0810816430f6900f69a2079e735ef1b20df43436d Description: Regression Test Harness for the OpenJDK platform jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK. Homepage: http://openjdk.java.net/jtreg/index.html Package: juman-dic Priority: optional Section: misc Installed-Size: 4732 Maintainer: TSUCHIYA Masatoshi Architecture: all Source: juman Version: 5.1-2.5.201411011536 Filename: 4.0-0/all/juman-dic_5.1-2.5.201411011536_all.deb Size: 770896 MD5sum: aeb50516639a084417af042743ccc130 SHA1: eaf5cae22e74a451a8a7ea846ed4b27badd2e7bc SHA256: d4c7903abf3c40c06809f3ebfc191754ada8dae0c36498500938ebc9d02171d6 Description: Juman dictionary in text format This package provides Juman dictionary written in text format. Package: jumpapplet Priority: optional Section: x11 Installed-Size: 86 Maintainer: Tanguy Ortolo Architecture: all Source: autojump Version: 20-2.2.201403132224 Depends: python, python-gtk2, autojump Filename: 4.0-0/all/jumpapplet_20-2.2.201403132224_all.deb Size: 9998 MD5sum: b2c5477424d30901ca62eed7bf262f9d SHA1: 0937056715706f2cd3fa0de81da80713eba20d9a SHA256: 5b7e12213463357a4292badf053560ea38fefacef6bbeefc84f7a03053b61c4f Description: autojump notification icon, to jump to frequently used directories jumpapplet is an applet that provides a notification icon based on autojump. It allows you to open a shell or a file manager window for frequently used directories. Homepage: http://wiki.github.com/joelthelion/autojump/ Package: junior-arcade Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: bugsquish, bumprace, circuslinux, cuyo, funnyboat, heroes-ggi | heroes-sdl, holotz-castle, jumpnbump, koules, lbreakout2, madbomber, supertux, tuxmath, vodovod, xsoldier Suggests: anagramarama Filename: 4.0-0/all/junior-arcade_1.20.9.201403191320_all.deb Size: 5480 MD5sum: bfe1516b9dde4a8276f4d4c522d4dde1 SHA1: a7202d9c47cca00a458c96f7b1d340a1a9282ce9 SHA256: 8f54b3ddeed2237b3d06c678e15644766980b61daa8696d282a33a419f3860b6 Description: Debian Jr. arcade games This metapackage will install arcade games suitable, in the opinion of the contributors to the Debian Jr. project, for children of all ages. Mastering most of these games requires dexterity and cognitive skills usually developed only in the older children (around ages 5 to 8). But the youngest children may enjoy watching older players, or just poking randomly at the controls, depending on the game. Package: junior-art Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: gimp, tuxpaint, xpaint Filename: 4.0-0/all/junior-art_1.20.9.201403191320_all.deb Size: 5458 MD5sum: 60ca1707e4f1d5018a7312ca4bd7aa1a SHA1: 1abf34ecceb857d4663e8467bdce15910c013695 SHA256: 5fcfae82b09433f12d80eba0d8525f540786295a09a63eea5a5df63048765cb1 Description: Debian Jr. Art Tools for children to produce artwork. The simplest of these is tuxpaint, which is designed for small children. It features sounds and easy to use controls. For older children, there are gimp and xpaint. While gimp is more complex, and is aimed at the graphic artist, it is not necessarily much harder to use than the older, less full-featured xpaint. Children starting out with just a small subset of the functions of these tools eventually pick up quite a number of new things as they explore, either with adults or other children with whom they share their computers, or on their own. Package: junior-config Priority: extra Section: misc Installed-Size: 61 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: adduser, debconf (>= 0.5) | debconf-2.0, menu, blends-common (>= 0.6.15) Filename: 4.0-0/all/junior-config_1.20.9.201403191320_all.deb Size: 5842 MD5sum: aaf40b20db55bcac682dd169d697da52 SHA1: 1d3063f5c7b4e41e4a6f504e600a537cb6cfe00c SHA256: 381e7a9076ef98f41ed77730b59bff5947515afd810f9f7333a7f625a56b1e6d Description: Debian Jr. Project common package This package builds the basic infra structure of all junior-* packages. . This package provides some files which are common to all junior-* packages. Moreover it introduces a method to handle system users in a group junior using debconf. Package: junior-doc Priority: extra Section: doc Installed-Size: 198 Maintainer: Ben Armstrong Architecture: all Version: 1.16.1.5.201403221428 Suggests: www-browser, postscript-viewer Filename: 4.0-0/all/junior-doc_1.16.1.5.201403221428_all.deb Size: 117574 MD5sum: 6f02439833c86ff8eff4159e5881d81a SHA1: b21e72fcf4b2e1a6f6b3c02a834fc826895a9e78 SHA256: 83576db8c97709c0696819923514a7064314dad3ec3efabc53b89e356e7b6f0e Description: Debian Jr. Documentation Includes, for the moment, just the "Quick Guide" which helps a new user of Debian Jr. get started. The intention of the Debian Jr. working group is to provide a variety of additional documents to help children and sys admins alike with the installation, configuration, and use of a Debian Jr. system. Package: junior-games-card Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: ace-of-penguins, kpat, sgt-puzzles, xsol Suggests: spider Filename: 4.0-0/all/junior-games-card_1.20.9.201403191320_all.deb Size: 5328 MD5sum: 55dda6a2292f1a7e45debfaff9f98c30 SHA1: 8cf0dddc1c6b4ca0365cf367dde26a6828d19554 SHA256: b71b5804e914d1589eed685dd7c3b658a792d6b890d499e6b23392d09eb9aee2 Description: Debian Jr. Card Games A collection of card games, for the time being just solitaire, which are probably more suited to older children than young, although the "memory" type games in pysol may appeal to children just entering grade school. Package: junior-games-gl Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: armagetronad, bzflag, extremetuxracer, gltron, neverball, supertuxkart, torcs, trackballs Suggests: platinumarts-sandbox Filename: 4.0-0/all/junior-games-gl_1.20.9.201403191320_all.deb Size: 5500 MD5sum: a4f6394d43d890ce563480a06290f978 SHA1: b429b8016db7724d5c035f26bac62a7788bb2b99 SHA256: bf1707ebe79d1ccf0d3ec9cce3c5f2f8c8bc47a5df93b8bb8a4ff5da4cd8158f Description: Debian Jr. 3D Games (hardware acceleration required) These games all use OpenGL libraries. They will not work without decent 3D graphics cards providing hardware-accelerated OpenGL. . While armagetron and gltron are different interpretations of the game depicted in the classic 3D-animated movie "Tron", Tux Racer is an all-original made-for-Linux 3D racing game. Unlike the standard blood-and-guts fare in the 3D games universe, all of these games are suitable for children. Package: junior-games-net Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: xblast-tnt, xblast-tnt-levels, xblast-tnt-musics, xblast-tnt-sounds, xpilot-ng Filename: 4.0-0/all/junior-games-net_1.20.9.201403191320_all.deb Size: 5344 MD5sum: 0b337fb5eef185ccea18c5c4a0d1568c SHA1: b3545225869c0dc236ea28c11b1b24148fa23108 SHA256: 19de7160b50e6dc53304f48aaa6551d93c348dc8f416f6648bccab43b3640719 Description: Debian Jr. Network Games While XPilot has a broad international community of players (mostly on high-bandwidth connections) it can be enjoyed on a home network as well. XBlast, on the other hand, achieves networking using the X protocol, so it is best suited to a local network. Package: junior-games-sim Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: freeciv-client-gtk | freeciv-client-sdl, freecol, lincity-ng | lincity Filename: 4.0-0/all/junior-games-sim_1.20.9.201403191320_all.deb Size: 5266 MD5sum: e47d6399e00897ca48ffcffef0f3257b SHA1: 705c5da3f21873dd3dabda0adbd0c7cc7be4e0ba SHA256: 74c41f5f087415443b8af7002c2760debe31b011b8a016aa5c4d42940923b722 Description: Debian Jr. Simulation Games Simulation games tend to be rather complex, so they are recommended for older children, and even then some help from someone older may be needed. Package: junior-games-text Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: animals, bsdgames, moon-buggy | moon-buggy-esd, nettoe, zivot Filename: 4.0-0/all/junior-games-text_1.20.9.201403191320_all.deb Size: 5300 MD5sum: 2e2ae302c62cbaacbf2487ecca2c961f SHA1: 5b73ca24e90bc4297274c0312bedc85ee3c29d56 SHA256: 4f623da7c388c4c0d08a284e4760bc2ad22b880fd5a63301779622a2a0631411 Description: Debian Jr. Text Games The principal virtue of these games is their simplicity. They will run on any hardware, and some of them are simple enough to control so that very young children can enjoy them (e.g. snake) Package: junior-gnome Priority: extra Section: gnome Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: gcompris, gworldclock, mathwar Filename: 4.0-0/all/junior-gnome_1.20.9.201403191320_all.deb Size: 5432 MD5sum: 054b0c17a3d41acf047c0d9ca1de1864 SHA1: f92bbf11b310e72beef9b52207a0530467fd6743 SHA256: 3b52269cc2ce5ba2777c26fcce69b29d0f9f41336023e63417e39f3b1125260c Description: Debian Jr. for GNOME This package includes a collection of programs for children which are built for GNOME. A GNOME desktop is not required in order to run these. They are kept separate merely so that installing a Debian Jr. system won't drag in all kinds of GNOME dependencies. . As such, this package is by no means a complete collection of programs suitable for children in GNOME. The Debian Jr. project will be adding to this list in future release, and likely refining the package into categories the way the rest of Debian Jr. packages are now organized. Package: junior-internet Priority: extra Section: net Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: iceweasel Filename: 4.0-0/all/junior-internet_1.20.9.201403191320_all.deb Size: 5312 MD5sum: 7aaab318097052716b0ad01e2c0e0280 SHA1: af6db8db1891e17ca487b75c4d4927e0b2af1504 SHA256: 7a5c1739f12fd53f3ae2c7f60a6c9b581d8d0a19e0f5ee06291801c3c4d1ba0d Description: Debian Jr. Internet tools For children, a wide variety of Internet tools are not necessary to get started. Most users will find the Iceweasel web browser covers their needs. As children's familiarity and sophistication of use of the Internet develops, you will probably want to add more Internet clients to the child's system. Package: junior-kde Priority: extra Section: kde Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: kig, kstars, ktuberling Filename: 4.0-0/all/junior-kde_1.20.9.201403191320_all.deb Size: 5422 MD5sum: b60551aab953ea4806ba0d99c1324b76 SHA1: 5df59114470f9fef323b70dd869396aa29ffd5c2 SHA256: 58a9266082f27da486522b77bbacf005bd4c8cf6960080e46882a07a8a52885f Description: Debian Jr. for KDE This package includes a collection of programs for children which are built for KDE. A KDE desktop is not required in order to run these. They are kept separate merely so that installing a Debian Jr. system won't drag in all kinds of KDE dependencies. . As such, this package is by no means a complete collection of programs suitable for children in KDE. The Debian Jr. project will be adding to this list in future releases, and likely refining the package into categories the way the rest of Debian Jr. packages are now organized. Package: junior-math Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: bc, bsdgames, x11-apps, xaos Filename: 4.0-0/all/junior-math_1.20.9.201403191320_all.deb Size: 5466 MD5sum: 4109c5e652cc852ba1534b99395486d8 SHA1: c77895d39c6c65843b64fc9c9df10f35d51075fb SHA256: ae74527498eb5298106c46ec3f26d390b7bf994e462eec7a3f8099cbe579ece4 Description: Debian Jr. educational math This metapackage will install educational math programs suitable for children. Some of the packages use mathematics that is well beyond the abilities of young children (e.g. fractals and cryptography), but hopefully using these let them gain an appreciation of the beauty of math from an early age. Other packages allow children to explore and learn math concepts in an engaging, interactive way. Some packages are more general, providing math activities as only one part of the package, e.g. bsdgames includes "arithmetic" in addition to other non-math games, and x11-apps provides xcalc. Package: junior-programming Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: gvrng, kturtle, littlewizard Filename: 4.0-0/all/junior-programming_1.20.9.201403191320_all.deb Size: 5444 MD5sum: 3a3ccbb867f59b570b646e0b249236d3 SHA1: f939b2a2d19cb1536f29d59860fa1f9ab0038a10 SHA256: 2bb42e28bec149b795b97311b862c1870c44823eaa903d5c14a24fbf215ba22d Description: Debian Jr. programming The emphasis for this sampling of programming packages for children is first on simple interpreted languages. Also important for using languages with children are good documentation, and some ability to produce visual programs without too much effort. It is by no means a complete list, and you are encouraged to explore other languages with children as well, even those children. . The Logo language is specifically designed for children, with a strong emphasis on the visual and concrete. Littlewizard is an icon-based graphical programming language also designed for children. Package: junior-puzzle Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: frozen-bubble, gtans, hex-a-hop, lmemory, xjig Suggests: kartofel, stegavorto Filename: 4.0-0/all/junior-puzzle_1.20.9.201403191320_all.deb Size: 5332 MD5sum: 278ec68a3f2fc98fa2f19d36d7a627f6 SHA1: af4400ec896b4be0985f47f62d0e13f4d732afea SHA256: e2d7aa01d0e8ef855cd4e3a077de2d11a41f827c7d26c14b553afdd03091269f Description: Debian Jr. Puzzles Some puzzle-type games, from the more arcade-like and frozen-bubble to xjig (a jigsaw puzzle program), to lmemory (based on the classic "memory" card game). This sampling of packages was done in the hope that it will appeal to child and adult alike. Package: junior-sound Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: audacious, bplay, cdtool, vorbis-tools Filename: 4.0-0/all/junior-sound_1.20.9.201403191320_all.deb Size: 5304 MD5sum: 8db720e3eee5434cc4cfbc4c7ea16e8e SHA1: c8be3dfef0fc47ef4810c2a449f4eabc0f909082 SHA256: e2e9e09f3951d230a04863f31a1bb6c7c49078972cc2da11abfa07b0efe939e3 Description: Debian Jr. sound This metapackage will install a sampling of sound packages for a system that is used by children. While not all of these will be things that children will use directly, a child's system administrator can make use of them to ensure that the child gets the most out of their system. Package: junior-system Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: hello, lavaps, mc Filename: 4.0-0/all/junior-system_1.20.9.201403191320_all.deb Size: 5608 MD5sum: e9d830397c2b9f79512700622788de47 SHA1: cde87d5338618db6bf8af37357c11076e17910db SHA256: da161f4ec5830522731e60e8d380cbeaef1eceb8b127d09ef7bbd3269a393811 Description: Debian Jr. System tools This package includes a few tools for helping children learn about and use their system. . Midnight Commander is more than just a file manager. It is shell with which children can explore and manage their own accounts. It can be a great help for the very young, as it saves them some typing (as compared with using a command-line shell directly). It is also packed with power and flexibility which can be tapped by older children and adults alike. . The 'hello' sample program can be used as an instructional aid, as an example of how to invoke programs from the shell, specify switches, use the man page, and so on. . Finally, lavaps not only provides a very pleasing way to visualize running processes and the resources they use, but can also make discovering and killing errant processes an easy thing to do for children who lack the ability yet to easily manage "ps" and "kill" from the command line. Package: junior-tasks Priority: extra Section: misc Installed-Size: 44 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: tasksel Filename: 4.0-0/all/junior-tasks_1.20.9.201403191320_all.deb Size: 6906 MD5sum: 31fe33c6f303ae73542490ff9e921d8d SHA1: 19e00947e4ad6080ee63ff5bb8bc70364ad47e34 SHA256: c0a6d78d91f994b073e238e928a27b0b75058889649dcef693f71f4659c8bb2e Description: Debian Jr. tasks for tasksel This package provides Debian Jr. tasks in tasksel. Tasksel is an alternate way to the metapackages approach to install packages which are intersting for the target group of Debian Jr. Package: junior-toys Priority: extra Section: games Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: lletters, oneko, xfireworks, xfishtank, xpenguins, xplanet, xplanet-images, xteddy Filename: 4.0-0/all/junior-toys_1.20.9.201403191320_all.deb Size: 5274 MD5sum: f0d0d814ee9dfa0f299ca529088e00d1 SHA1: 9f171eed250fa15e2fa6a6b796aa05d3223231d2 SHA256: 11a16b77d792a2f5b4c6b44f84ddcbec84543664075a129e771b07205f46b9fd Description: Debian Jr. desktop toys This metapackage will install desktop toys suitable for children. The collection contains some packages which might enjoy children and make them love their computer. Package: junior-typing Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: gtypist, tuxtype Filename: 4.0-0/all/junior-typing_1.20.9.201403191320_all.deb Size: 5268 MD5sum: a8a8378104aca4653970520e7a45c19c SHA1: 736c2fc4c4eba2c0e6d7b7e3fe831647a2c9b7c6 SHA256: c69d6584151e6fb2962f150b384c694abae00a82bdb28ccd3eb351f45d055591 Description: Debian Jr. typing This metapackage will install typing tutors and typing games for various skill levels. This collection of packages was assembled in the hope that children become comfortable with the keyboard quickly while having fun learning it. Package: junior-writing Priority: extra Section: misc Installed-Size: 46 Maintainer: Debian Junior Architecture: all Source: debian-junior Version: 1.20.9.201403191320 Depends: junior-tasks (= 1.20.9.201403191320), junior-config (= 1.20.9.201403191320) Recommends: abiword, aspell, dict, nano Filename: 4.0-0/all/junior-writing_1.20.9.201403191320_all.deb Size: 5236 MD5sum: 4c5c9d16af883bfcc202d7680948bab6 SHA1: fcd269d2fc2ea27151d061b30aafd474355082a2 SHA256: 0268985f9bd0b325de70e3bab6b8e804646e81ea26b274ac04be42437f93c4e3 Description: Debian Jr. writing This metapackage will install tools for your budding young writer. A text editor, spell-checker, dictionary client and word processor are provided. Package: junit-doc Priority: optional Section: doc Installed-Size: 1071 Maintainer: Debian Java Maintainers Architecture: all Source: junit Version: 3.8.2-8.16.201403221432 Suggests: junit Filename: 4.0-0/all/junit-doc_3.8.2-8.16.201403221432_all.deb Size: 99358 MD5sum: ed16ab0afa9d865b1697601947f9cc89 SHA1: 5a6e03eaa007b9c8cbb8d3287b65cbb811ff3f21 SHA256: 6cd2095f6db7f99a1717c54d8b1a315fa48d8a9ace7c2bfe1b37a7fb9e20013d Description: Document for JUnit This package provide documents and examples for JUnit which is a simple framework for writing and running automated tests. Homepage: http://www.junit.org Package: junit4-doc Priority: optional Section: doc Installed-Size: 3063 Maintainer: Debian Java Maintainers Architecture: all Source: junit4 Version: 4.10-3.6.201403221436 Recommends: default-jdk-doc, libhamcrest-java-doc Suggests: junit4 Filename: 4.0-0/all/junit4-doc_4.10-3.6.201403221436_all.deb Size: 326748 MD5sum: eddc2abb1f21420f586e4f90755b23a0 SHA1: c60221f3c4b50920bb4f52340f8f5a5a85c8b2ae SHA256: f1327e75b232bf73a4eabc7eec008383956fdb93391a35208a383fc8be57b3ef Description: JUnit regression test framework for Java - documentation JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. . This package contains Javadoc API documentation of JUnit 4. Homepage: http://www.junit.org/ Package: junit4 Priority: optional Section: java Installed-Size: 299 Maintainer: Debian Java Maintainers Architecture: all Version: 4.10-3.6.201403221436 Depends: default-jre-headless | java5-runtime-headless, libhamcrest-java Filename: 4.0-0/all/junit4_4.10-3.6.201403221436_all.deb Size: 217256 MD5sum: e23a4aff61530c7b4ec9f85e94693772 SHA1: d47380f1e0a0b317135e796e5a5bbfc9e1aad8d0 SHA256: 4f1c7fe315aa8fa04ab244fb117951d59669293f5bb7f82c9a38008640a0a280 Description: JUnit regression test framework for Java JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. Homepage: http://www.junit.org/ Package: junit Priority: optional Section: java Installed-Size: 195 Maintainer: Debian Java Maintainers Architecture: all Version: 3.8.2-8.16.201403221432 Recommends: default-jre (>= 1.4) | default-jre-headless (>= 1.4) | java2-runtime | java2-runtime-headless Suggests: junit-doc Filename: 4.0-0/all/junit_3.8.2-8.16.201403221432_all.deb Size: 107494 MD5sum: 22509d2dedc00aad75c90ff285c1e535 SHA1: e9ca32ace18d319de39d8b9a1204d86be4dbe871 SHA256: 95cc2d6a3cef8310ef05f50ae27bf930a9befba9d0d322d2c2e6200907162bc8 Description: Automated testing framework for Java JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software. Enhances: ant-optional Homepage: http://www.junit.org Package: junkfilter Priority: optional Section: mail Installed-Size: 138 Maintainer: Santiago Vila Architecture: all Version: 20030115-4.4.201403221447 Depends: procmail Filename: 4.0-0/all/junkfilter_20030115-4.4.201403221447_all.deb Size: 45680 MD5sum: 337f8acf35d549ab04c23ada6f04f2a0 SHA1: 262b88c5a23c71e2df00e8adf73554cead9e10b4 SHA256: d2f25528e141132825a3cc60127876e6c0a992c0c9fcd08d0042ed0377124f4c Description: A junk-email filtering program for procmail This package uses procmail filtering algorithms to detect junk email. This results in internal procmail variables being assigned to indicate the reason why the email has been classified as junk. The user can then use those variables within their .procmailrc file to deal with the junk in any way they see fit. There are a number of filters available in the package, and can be selected from a simple config file on a per-user basis. Homepage: http://junkfilter.zer0.org/ Package: jvim-doc Priority: optional Section: doc Installed-Size: 327 Maintainer: Teruyuki Morimura Architecture: all Source: jvim Version: 3.0-2.1b-3.4.201403221501 Filename: 4.0-0/all/jvim-doc_3.0-2.1b-3.4.201403221501_all.deb Size: 235962 MD5sum: 08f8068526a6dafc7c3a5b05a5c65603 SHA1: 5b172b8ee88b5e55de83146b09dc5ea010b69e82 SHA256: 09c88ff2329155aad49164b4cad3f28aafc95d079dc19e9ac4064d1bcf7a9e7b Description: Documentation for jvim (Japanized VIM) JVIM 3.0 is Japanized VIM (VI clone editor) by K.Tsuchida on Dec 24, 2002 (patch version 2.1b). Homepage: http://hp.vector.co.jp/authors/VA003457/vim/ Package: jwchat Priority: optional Section: web Installed-Size: 4094 Maintainer: Debian XMPP Maintainers Architecture: all Version: 1.0+dfsg-1.5.201411011544 Depends: debconf (>= 0.5) | debconf-2.0, apache2 | httpd, ucf, libjs-jac, libjs-xmlextras, libjs-debugger Recommends: ejabberd Filename: 4.0-0/all/jwchat_1.0+dfsg-1.5.201411011544_all.deb Size: 1020226 MD5sum: 5a832f207e7af134b602b5d26672b114 SHA1: 28365273406f04ca27e7b3a9ce5aaee9546c8794 SHA256: ce78dca3216177c48eef7b6ecb27a883d3ba07d279c32b39d6415baa05b3a198 Description: a full featured, web-based Jabber chat client JWChat is a full featured, web-based Jabber client. Written using AJAX technology it relies on JavaScript and HTML at the client-side only. It supports basic jabber instant messaging, roster management and groupchats based on the MUC protocol . JWChat is an advanced instant messenger (IM) just like AIM, MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage your contacts, communicate with other users in 1:1 chat sessions or join a groupchat room for collaborative communication. Unlike other IMs you can use this with your web browser without having to install any additional software at all. . All of your settings, bookmarks and your contact list are stored on the server side. This means that you have access to your personalized client from almost any computer as long as it's got access to the internet. Homepage: http://jwchat.sourceforge.net/ Package: jxplorer Priority: optional Section: admin Installed-Size: 1999 Maintainer: Debian Java Maintainers Architecture: all Version: 3.2.2~rc1+dfsg-3.7.201403221518 Depends: openjdk-6-jre | sun-java6-jre, javahelp2, junit, java-wrappers (>= 0.1.14) Filename: 4.0-0/all/jxplorer_3.2.2~rc1+dfsg-3.7.201403221518_all.deb Size: 1410650 MD5sum: 7a3e2a8f5ba6bec374de3d25a8030193 SHA1: 8d0b3d43815ff30b4ec33c721f32f500c3e905a0 SHA256: b6ac93eacf52464348f140273c1931afb19b99aebaf3d65108ac49dcea38ec75 Description: Java LDAP Browser JXplorer is an open source LDAP browser originally developed by Computer Associates' eTrust Directory development lab. It is a standards compliant general purpose LDAP browser that can be used to read and search any LDAP directory, or any X500 directory with an LDAP interface. JXplorer is a fully functional piece of software with advanced security integration and support for the more difficult and obscure parts of the LDAP protocol. It should run on any java supporting operating system. Main features are: . * Standard LDAP operations: add/delete/copy/modify * Complex operations: tree copy and tree delete * Optional GUI based search filter construction * SSL and SASL authentication * pluggable editors/viewers * pluggable security providers * HTML templates/forms for data display * Full i18n support * LDIF file format support * highly user configurable * drag-n-drop browsing operation * DSML Support * handles complex LDAP cases: o multi valued rdns o binary attributes o Certificates and Passwords o Unicode characters o Special characters / UTF8 in distinguished names. * Extensible architecture with object class based Java plugins Homepage: http://jxplorer.org/ Package: jython-doc Priority: optional Section: doc Installed-Size: 21012 Maintainer: Nicolas Duboc Architecture: all Source: jython Version: 2.5.2-1.17.201403221523 Recommends: w3m | www-browser Suggests: jython Filename: 4.0-0/all/jython-doc_2.5.2-1.17.201403221523_all.deb Size: 1608570 MD5sum: 05f42d0eea71f8b4b0d405da569591b2 SHA1: 8c91842eab6fe47cf0ec02c02636bab36b8f48d8 SHA256: 7c15b3d33afa886a032da5161c1be77be56516efa02c44d04b1917c040dd8c02 Description: Jython documentation including API docs Official documentation for Jython, an implementation of Python seamlessly integrated with Java. This includes detailed Jython usage information as well as the API documentation for the Jython classes. . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, see Python web site : http://www.python.org/doc/2.2.3/ . Homepage: http://www.jython.org/ Package: jython Priority: optional Section: python Installed-Size: 23566 Maintainer: Nicolas Duboc Architecture: all Version: 2.5.2-1.17.201403221523 Depends: perl, default-jre-headless | java5-runtime-headless, libasm3-java, antlr3 (>= 3.1), libconstantine-java, libjnr-posix-java, libjffi-java, libjnr-x86asm-java, liblivetribe-jsr223-java, libguava-java, libjnr-netdb-java, libreadline-java (>= 0.8), libjline-java Recommends: default-jdk | java-compiler Suggests: jython-doc, libmysql-java, libpostgresql-jdbc-java, libservlet2.5-java Filename: 4.0-0/all/jython_2.5.2-1.17.201403221523_all.deb Size: 9909226 MD5sum: 9928add78b7fe6d3a4f7de93f5e8d39b SHA1: 41e834a3a6472db7f789453087e3ebd26260f684 SHA256: 91005decf5fac4945b9feeebcf326ad47e175721ed3b05dfbe404be914f807f7 Description: Python seamlessly integrated with Java Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. . Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications. Homepage: http://www.jython.org/ Package: k3b-data Priority: optional Section: kde Installed-Size: 10638 Maintainer: Debian KDE Extras Team Architecture: all Source: k3b Version: 2.0.2-6.24.201403221540 Filename: 4.0-0/all/k3b-data_2.0.2-6.24.201403221540_all.deb Size: 4905306 MD5sum: 5a8b07290fe7217cf564e90277ca08fd SHA1: b9b964bf2d45fdae7373a1d8547b7452b952def2 SHA256: a586ff487bea8134b7392e65ecacb1e1cefb276954a3eb8882f8882c3f3b9a6c Description: Sophisticated CD/DVD burning application - data files K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. . This package contains the required data files common to all architectures. Homepage: http://www.k3b.org Package: k3b-extrathemes Priority: optional Section: utils Installed-Size: 854 Maintainer: Debian KDE Extras Team Architecture: all Source: k3b Version: 2.0.2-6.24.201403221540 Replaces: k3b-data (<< 1.70.0~beta1) Filename: 4.0-0/all/k3b-extrathemes_2.0.2-6.24.201403221540_all.deb Size: 822524 MD5sum: 291612972ebedfd9f97795a2ac3af0f2 SHA1: b89dd8bb7a6798e392089873d312a20d0523596f SHA256: fa583a492f1760759bca52dfe5e3d47d2278745d2d21b2678e50f8f8f33893b5 Description: Sophisticated CD/DVD burning application - extra themes K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. . This package contains additional themes for K3b. Homepage: http://www.k3b.org Package: k3b-i18n Priority: optional Section: localization Installed-Size: 14624 Maintainer: Debian KDE Extras Team Architecture: all Source: k3b Version: 2.0.2-6.24.201403221540 Depends: k3b Filename: 4.0-0/all/k3b-i18n_2.0.2-6.24.201403221540_all.deb Size: 1914848 MD5sum: 689570503615573beea8aee3a9613b94 SHA1: fedbb96b754094df5fc2737f5b30867b68d00278 SHA256: d136f3811f25a165c30b6a827ff46a97e3df787ef145e98f1ed2851ba64effaa Description: Sophisticated CD/DVD burning application - localizations files K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start. . This package contains translations files. Homepage: http://www.k3b.org Package: k3d-data Priority: extra Section: graphics Installed-Size: 6219 Maintainer: David Martínez Moreno Architecture: all Source: k3d Version: 0.8.0.2-18.17.201403221558 Replaces: k3d (<< 0.8.0.2-2) Depends: ttf-bitstream-vera (>= 1.10) Breaks: k3d (<< 0.8.0.2-2) Filename: 4.0-0/all/k3d-data_0.8.0.2-18.17.201403221558_all.deb Size: 2213696 MD5sum: 7fa2c74bc8b6e381335b5c4c4d2b4f5f SHA1: 03f3203667aa6ae8f02c20bae02046e5b8905886 SHA256: d14144f12e9e542be3dbf2676e091d7c743d2629813ac0e622cba0b6c587d9cc Description: 3D modeling and animation system, data files K-3D is free-as-in-freedom 3D modeling and animation software. It combines flexible plugins with a visualization pipeline architecture, making K-3D a versatile and powerful tool for artists. . This package contains data needed by the binaries (shaders, GUI elements, ...). Homepage: http://www.k-3d.org/ Package: kabikaboo Priority: extra Section: editors Installed-Size: 530 Maintainer: Jeremy Bicha Architecture: all Version: 1.7-1.4.201403221741 Depends: python (<< 2.8), python (>= 2.5), python-support (>= 0.90.0), python-gtk2 (>= 2.14), python-gtksourceview2 (>= 2.2), python-gtkspell | python-gnome2-extras (<< 2.25), python-gnome2 Filename: 4.0-0/all/kabikaboo_1.7-1.4.201403221741_all.deb Size: 103520 MD5sum: e834cb0688deb53d94e0ead666cbc64d SHA1: bd06a6322f17feaa71a002ce09d9be0df55a0f9b SHA256: 7da8df06f35b8543a8e0a63e82b112bb2747d7d553ae43979c364d7a804df9e7 Description: Writing Assistant Kabikaboo is a tree-based note pad, designed to help you plan a book or complex project. Kabikaboo aims to make the author's life easier by providing a way to edit and organize a collection of related text files. The program can be used to plan a series of books, technical manuals, software projects, or anything that would benefit from tree-based text organization. Homepage: https://launchpad.net/kabikaboo Package: kadu-common Priority: optional Section: net Installed-Size: 4317 Maintainer: Patryk Cisek Architecture: all Source: kadu Version: 0.11.2-1.5.201403221754 Replaces: kadu-external-modules (<< 0.10.0-2) Recommends: kadu-external-modules (>= 0.10.0-2) Suggests: kadu-themes Breaks: kadu-external-modules (<< 0.10.0-2) Filename: 4.0-0/all/kadu-common_0.11.2-1.5.201403221754_all.deb Size: 1314962 MD5sum: 0ec2c3b1783d4cfc1300f608ef3effb0 SHA1: 053ae3e6ae02e80754991ac9ddcefff01e9b762d SHA256: 157d5b2f30fbebac6853cabf57c385a4337ecf75ec964e52aa572f50c093594c Description: Gadu-Gadu/XMPP client for X11 Gadu-Gadu is a Windows instant messenger, very popular in Poland. Kadu is a Qt4 client of Gadu-Gadu and XMPP for *nix systems. . This package provides data common for all architectures. Homepage: http://kadu.net Package: kadu-dev Priority: optional Section: net Installed-Size: 1923 Maintainer: Patryk Cisek Architecture: all Source: kadu Version: 0.11.2-1.5.201403221754 Filename: 4.0-0/all/kadu-dev_0.11.2-1.5.201403221754_all.deb Size: 247602 MD5sum: 18e94beeec381e8528f970ea7c5dc2a6 SHA1: d7efb3d8ea32ecdf2f00bb40f7e1eae8dcfa48d4 SHA256: 6936da027250fa67e1edfe3ec297e752561a91f536a791571f07c5a6e631547a Description: Development files needed to compile plugins for kadu Gadu-Gadu is a Windows instant messenger, very popular in Poland. Kadu is a Qt4 client of Gadu-Gadu and XMPP for *nix systems. . This package provides development files needed to compile plugins for Kadu. Homepage: http://kadu.net Package: kadu-themes Priority: optional Section: net Installed-Size: 19479 Maintainer: Patryk Cisek Architecture: all Source: kadu Version: 0.11.2-1.5.201403221754 Recommends: kadu Filename: 4.0-0/all/kadu-themes_0.11.2-1.5.201403221754_all.deb Size: 8580728 MD5sum: 1d81410537fd01a74c1ef276cb57b2a3 SHA1: 2341d9e86efb17576284c053119573675f93ee2a SHA256: 2286caed343d76ce7ef0505329d439c79f7a1fb9e7206937b5f1b964fee87342 Description: Additional icons and emoticons for Kadu Gadu-Gadu is a Windows instant messenger, very popular in Poland. Kadu is a Qt4 client of Gadu-Gadu and XMPP for *nix systems. . This package provides additional icons, sounds and emoticons themes for Kadu. Homepage: http://kadu.net Package: kakasi-dic Priority: optional Section: text Installed-Size: 2171 Maintainer: Keita Maehara Architecture: all Source: kakasi Version: 2.3.5~pre1+cvs20071101-1.5.201403221831 Conflicts: kakasi (<= 2.2.5-5) Filename: 4.0-0/all/kakasi-dic_2.3.5~pre1+cvs20071101-1.5.201403221831_all.deb Size: 916610 MD5sum: 15b7e4b7fbd7afd0fb8288f1e78d58c8 SHA1: 75169880ded9f532c2ffc982a7f45c8545ff5813 SHA256: 753bc75f056e46f0c4a178b2cdea347145999fc75485b59b97761a5dafbf1e6b Description: KAKASI dictionary files This package provides KAKASI dictionary files. You have to install this package if you use KAKASI. . KAKASI is the language processing filter to convert Kanji characters to Hiragana, Katakana or Romaji(1) and may be helpful to read Japanese documents. . (1) "Romaji" is alphabetical description of Japanese pronunciation. Homepage: http://kakasi.namazu.org Package: kalzium-data Priority: optional Section: science Installed-Size: 10725 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kalzium Version: 4:4.8.4-1.2.201403221903 Filename: 4.0-0/all/kalzium-data_4.8.4-1.2.201403221903_all.deb Size: 3464630 MD5sum: 176f3ee77378832abc7db81c3e4e1ec9 SHA1: ed80d62db6b5c4a82b6c4de18b9793998727cfa5 SHA256: 1c095ef872348aa9afc4a542550f5fc110afc0f506ee49fc8c0e37ea1ddf3bbf Description: data files for Kalzium This package contains architecture-independent data files for Kalzium, the KDE periodic table application. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: kanadic Priority: optional Section: education Installed-Size: 60 Maintainer: Євгеній Мещеряков Architecture: all Source: kdrill Version: 6.5deb2-8.4.201403231022 Suggests: kdrill Filename: 4.0-0/all/kanadic_6.5deb2-8.4.201403231022_all.deb Size: 12368 MD5sum: 316cbd12ca6d1aad9074f2947db6e210 SHA1: ddc089e0f6feed729033e7ec01a03e1e819530ef SHA256: 88be0102719e8e7ee2cd05994440fb1c8a9a93dcc3cbe7c16c14238ae8aeb8d5 Description: katakana and hiragana drill files for KDrill This package provides files for practicing katakana and hiragana with KDrill. It includes basic and extended versions of each list. Homepage: http://www.bolthole.com/kdrill/ Package: kanif Priority: optional Section: net Installed-Size: 108 Maintainer: Lucas Nussbaum Architecture: all Version: 1.2.2-1.4.201403221940 Depends: perl, taktuk (>= 3.7.4) Filename: 4.0-0/all/kanif_1.2.2-1.4.201403221940_all.deb Size: 27494 MD5sum: 36cdfaf46f49680539e78e17eeae99f9 SHA1: 64efb89e62066fb582237e78595748888628e00b SHA256: ac2ce28eb108a4fbc0d55b0df4bdf3881df3d26f6c2bb355fae9f3a64fc2afdc Description: cluster management and administration swiss army knife Kanif is a tool for high performance computing clusters management and administration. It combines the main functionalities of well-known cluster management tools such as c3, pdsh and dsh, and mimics their syntax. It provides three tools to run the same command on several nodes ("parallel ssh", using the 'kash' command), to broadcast the copy of files or directories to several nodes ('kaput' command), and to gather several remote files or directories locally ('kaget' command). It relies on TakTuk for efficiency and scalability. Homepage: http://taktuk.gforge.inria.fr/kanif Package: kanjidic-xml Priority: optional Section: text Installed-Size: 1341 Maintainer: Ludovic Drolez Architecture: all Source: kanjidic Version: 2012.05.09-1.8.201403221956 Filename: 4.0-0/all/kanjidic-xml_2012.05.09-1.8.201403221956_all.deb Size: 1336720 MD5sum: fe928e981cbe1eb96bc737d4fefb89bf SHA1: a8aaad56b1f71cbf12de3e4862599712520b0135 SHA256: c95db51df7244321267fdb49c0fadbc1c6cf14cf75aaaf7cd9cc66a05aa1d6e3 Description: Kanji Dictionary in XML format The KANJIDIC file contains comprehensive information about Japanese kanji. It is a XML file containing 6,355 kanji from JIS X 0208, the 5,801 kanji from JIS X 0212 and the 3,625 kanji from JIS X 0213. Package: kanjidic Priority: optional Section: text Installed-Size: 1191 Maintainer: Ludovic Drolez Architecture: all Version: 2012.05.09-1.8.201403221956 Filename: 4.0-0/all/kanjidic_2012.05.09-1.8.201403221956_all.deb Size: 564692 MD5sum: 164cdb2fa34fa8b763ad637019231199 SHA1: be787f482424c1e1e59f3edf9717358a96d0c57d SHA256: 18ce177dc1a43377cc2ac690d67d19a237abe3b39b4178ee2c4555b15d3346aa Description: Kanji Dictionary The KANJIDIC file contains comprehensive information about Japanese kanji. It is a text file currently 6,355 lines long, with one line for each kanji in the two levels of the characters specified in the JIS X 0208-1990 set. Package: kannel-docs Priority: optional Section: net Installed-Size: 4649 Maintainer: Paul Dwerryhouse Architecture: all Source: kannel Version: 1.4.3-2.4.201403222008 Suggests: kannel Filename: 4.0-0/all/kannel-docs_1.4.3-2.4.201403222008_all.deb Size: 4126258 MD5sum: 5d692b9c5bc8f8b73fe4dfe1b721c1e1 SHA1: 87cce828e4e03b8eb047521a2e0c034944e097e7 SHA256: 5429b2705e622d4b35de6a462be8867420daa483ce7e6821976b997919bacaab Description: WAP and SMS gateway documentation Kannel is a gateway for connecting WAP (Wireless Application Protocol) phones to the Internet. It also works as an SMS/SMPP gateway, for providing SMS based services for GSM phones. . Documentation in html, rtf and pdf format. Homepage: http://www.kannel.org/ Package: kanyremote Priority: extra Section: kde Installed-Size: 501 Maintainer: Philipp Huebner Architecture: all Version: 5.13-1.4.201403222026 Depends: anyremote (>= 5.4.1), python, python-bluez (>= 0.9.1), python-kde4, python-qt4 Recommends: bluez Filename: 4.0-0/all/kanyremote_5.13-1.4.201403222026_all.deb Size: 88710 MD5sum: be98a6138717aa2be232af8e1d515410 SHA1: e4f196e618cc113f6d6f7b0b27a609007a9f2398 SHA256: 967e5e21a5d05114d8245937988647acb3a9d155ff8fc7b597faf530f690ba24 Description: KDE frontend for anyRemote kAnyRemote package is KDE GUI frontend for anyRemote. (http://anyremote.sourceforge.net/). The overall goal of this project is to provide remote control service on Linux through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection. Homepage: http://anyremote.sourceforge.net Package: kate-syntax-go Priority: optional Section: devel Installed-Size: 109 Maintainer: Ondřej Surý Architecture: all Source: golang Version: 2:1.0.2-1.1.2.201403151610 Depends: kate Suggests: golang-go Filename: 4.0-0/all/kate-syntax-go_1.0.2-1.1.2.201403151610_all.deb Size: 26094 MD5sum: b416ba7363600d68bd04139746fda454 SHA1: d6955f36c9c35323973f685cc4340c2e7677a7f0 SHA256: 4ff1c093b2a323af46da59b1096c0c4476486e7af4332d48120890d95dd6402f Description: Go programming language - Kate highlighting syntax files This package provides syntax files for the Kate editor for editing code in Google's Go programming language. Homepage: http://golang.org/ Package: kbd-compat Priority: optional Section: utils Installed-Size: 86 Maintainer: Alastair McKinstry Architecture: all Source: console-tools Version: 1:0.2.3dbs-70.17.201403180603 Replaces: kbd Provides: kbd Depends: console-tools (>= 1:0.2.3dbs-70.17.201403180603), libconsole (>= 1:0.2.3dbs-70.17.201403180603) Conflicts: kbd Filename: 4.0-0/all/kbd-compat_0.2.3dbs-70.17.201403180603_all.deb Size: 46218 MD5sum: c419337f7bcf6f73125db50868725c12 SHA1: 228b3f510f7a97dabc743c5c9f6736c418c275f7 SHA256: 19fee200de9bdcd574338e538d7682a48f15f2707987090c1bf30bef51d94e44 Description: Wrappers around console-tools for backward compatibility with `kbd' This package provides the following wrapper scripts, for compatibility with old `kbd' package, for programs which depends on the former's command-line interfaces: setfont, loadunimap, saveunimap, mapscrn, setlogcons. Package: kcachegrind-converters Priority: optional Section: devel Installed-Size: 96 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdesdk Version: 4:4.8.4+dfsg-1.33.201403230727 Depends: perl, php5-cli, python Recommends: kcachegrind Filename: 4.0-0/all/kcachegrind-converters_4.8.4+dfsg-1.33.201403230727_all.deb Size: 27332 MD5sum: 55e9b1a83ffc6b30543d03c53134ee4c SHA1: 37a8ca41d5abd803a5c3a9af3be52029760be1d5 SHA256: ec4ac706db3c556e004daf17fef41f521e5e0cd7133782805945437942107073 Description: format converters for KCachegrind profiler visualisation tool This is a collection of scripts for converting the output from several different profiling tools into a format that KCachegrind can display. . KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. Executables can be profiled using calltree without being recompiled, including multi-threaded applications, shared libraries, and plugin architectures. . The included scripts are: . * dprof2calltree: converts the tmon.out output of Perl's Devel::DProf package * hotshot2calltree: converts the pstat output of the hotshot Python profiler * memprof2calltree: converts the memory profiles of memprof * op2calltree: converts the OProfile's output of "opreport -gdf" (v 0.8) * pprof2calltree: converts the pprof output from APD . This package is part of the KDE Software Development Kit module. Homepage: http://www.kde.org Package: kcron Priority: optional Section: admin Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeadmin Version: 4:4.8.4-3.47.201403230347 Depends: kde-config-cron Filename: 4.0-0/all/kcron_4.8.4-3.47.201403230347_all.deb Size: 8382 MD5sum: f393ca324e907a14550cb5a86d27b016 SHA1: f7a3e22dbc4c530818412769ad99a741be185b8a SHA256: 3d29a71f320dc88c47e2f7f54096b04fc94b3c4b3b11f363cc8032df81895370 Description: program scheduler frontend - transitional package This package helps migrating from the kcron standalone app to the KDE config module in kde-config-cron. . It is a transitional package that can be safely removed. Homepage: http://www.kde.org/ Package: kde-config-touchpad Priority: extra Section: x11 Installed-Size: 584 Maintainer: Debian KDE Extras Team Architecture: all Source: synaptiks Version: 0.8.1-1.5.201403241958 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pyudev, python (>= 2.7) | python-argparse, python-pkg-resources, python-qt4 (>= 4.8), python-kde4 (>= 4:4.5), libxi6 (>= 2:1.4) Recommends: libxtst6, python-dbus, upower Filename: 4.0-0/all/kde-config-touchpad_0.8.1-1.5.201403241958_all.deb Size: 108506 MD5sum: 8c8f883d0dcb765a4c81122b15d5a64a SHA1: 59f30f4c896e509755cdc56321f6feb00c648c8d SHA256: ee841494a00e4c34c588147b47ec7113f8d6b47f9656d7aa7671f6909d40af4f Description: touchpad configuration tool (synaptiks) synaptiks touchpad configuration tool. this package contains a configuration tool for touchpads. The package provides a kcm module (for systemsettings), as well as a plasma widget and kded module to help managing touchpads, especially in KDE environments. Homepage: http://kde-apps.org/content/show.php/synaptiks?content=114270 Package: kde-full Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde Version: 5:77.19.201403151348 Provides: kde-software-compilation Depends: kde-plasma-desktop (>= 5:77.19.201403151348), kde-plasma-netbook (>= 5:77.19.201403151348), kdeadmin (>= 4:4.8.4), kdeartwork (>= 4:4.8.4), kdegraphics (>= 4:4.8.4), kdeedu (>= 4:4.8.4), kdegames (>= 4:4.8.4), kdemultimedia (>= 4:4.8.4), kdenetwork (>= 4:4.8.4), kdeutils (>= 4:4.8.4), kdepim (>= 4:4.4.11), kdeplasma-addons (>= 4:4.8.4) Recommends: kde-standard (>= 5:77.19.201403151348), kdeaccessibility (>= 4:4.8.4), kdesdk (>= 4:4.8.4), kdetoys (>= 4:4.8.4), kdewebdev (>= 4:4.8.4) Suggests: kde-l10n (>= 4:4.8.4), calligra (>= 1:2.4.2), xorg Breaks: kde-minimal (<< 5:57) Filename: 4.0-0/all/kde-full_77.19.201403151348_all.deb Size: 11848 MD5sum: b3c9f7030933ec736b453ef15fd181de SHA1: 4617a935118876cd759737679c4ccf531b9fbb82 SHA256: 6be9ada526d2e4e212e53da242e1f66011cefebe35f04049785c391c86ba29cd Description: complete KDE Software Compilation for end users KDE is the powerful, integrated, and easy-to-use Free Software desktop platform and suite of applications. . This metapackage includes all the official modules released with KDE Sotware Compilation that are not specific to development and as well other KDE applications that are useful for a desktop user. This includes multimedia, networking, graphics, education, games, system administration tools, and other artwork and utilities. Homepage: http://www.kde.org Package: kde-icons-mono Priority: optional Section: kde Installed-Size: 4774 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Replaces: kmouth (<< 4:4.6) Breaks: kmouth (<< 4:4.6) Filename: 4.0-0/all/kde-icons-mono_4.8.4-5.52.201403230403_all.deb Size: 3335218 MD5sum: 3046a0140914eb613e8216b1ed0a9fff SHA1: 31eb340e280133bece4134c0e7bf222f67e4a89a SHA256: 6a1e7379dc14850d282d3857f71cc3ac9c7ca9de22430f1dd8cfa7e09ebc5e2f Description: monochromatic icons theme A monochromatic icon theme, designed for accessibility purposes. . This package is part of the KDE accessibility module Homepage: http://www.kde.org/ Package: kde-icons-nuvola Priority: optional Section: kde Installed-Size: 38 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Depends: nuvola-icon-theme Filename: 4.0-0/all/kde-icons-nuvola_4.8.4-5.52.201403230403_all.deb Size: 8750 MD5sum: 1aade710a52d9fe51d87a7c2321a3a9c SHA1: 96811ec7eb9858676294f843f3809b060e367bad SHA256: 44e5cdd828b8be36751eec2010cd7e93e5b9e5692be49275a57e3c9b92bfb3db Description: transitional package for Nuvola icon theme Transitional package for ease upgrading from Nuvola icons as shipped in KDE 3 series. Homepage: http://www.kde.org/ Package: kde-l10n-ar Priority: optional Section: localization Installed-Size: 5550 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ar (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ar (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ar_4.8.4-2.8.201403230008_all.deb Size: 2100456 MD5sum: f3ef8b1eb4151a9ab0b02825b3540563 SHA1: ca74cdf47eddc8fb9d461876ecf9fc5c9ff701fd SHA256: 721706d2a8af0b156294a21f78f6877d7773992d05ef5ebe4a168c1efc2720ec Description: Arabic (ar) localization files for KDE This package contains the Arabic translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-bg Priority: optional Section: localization Installed-Size: 4962 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-bg (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-bg (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-bg_4.8.4-2.8.201403230008_all.deb Size: 1040254 MD5sum: c94086c19622be7a51782ec590e087d1 SHA1: cccc01c7b00990e1583fbec40e5b002f21bf4789 SHA256: ad92b51e8f1cadf4dc5fddd2a64bb105d140385245e98d474ee7124aed8cb626 Description: Bulgarian (bg) localization files for KDE This package contains the Bulgarian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-bs Priority: optional Section: localization Installed-Size: 7003 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-bs (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-bs (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-bs_4.8.4-2.8.201403230008_all.deb Size: 1701406 MD5sum: d6e15ae9edc56f3d72413eec69fdf6a4 SHA1: a065134d3b7f19fb0b35555b0937a0fa57461b23 SHA256: 085d5e3a3c1b976d597db5a432d218757762ab82b3d62992ccfb263ada78cd06 Description: Bosnian (bs) localization files for KDE This package contains the Bosnian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ca Priority: optional Section: localization Installed-Size: 18622 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ca (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ca (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ca_4.8.4-2.8.201403230008_all.deb Size: 8308132 MD5sum: 9ae7c1e4e6f285b7b89c1c9b4117b373 SHA1: b1984a97b72ed7cb2b9bf47f44b212f05705efc1 SHA256: 30047bd2e37b9074f9c15d4182331acd2049270c714050207577b99493510cd7 Description: Catalan (ca) localization files for KDE This package contains the Catalan translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-cavalencia Priority: optional Section: localization Installed-Size: 7757 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-cavalencia (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-cavalencia (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-cavalencia_4.8.4-2.8.201403230008_all.deb Size: 1831024 MD5sum: 5930b57087a898e6ae9828c968b7f43b SHA1: a93f73dd9635f6293d9047df9565bb1c6186fc27 SHA256: 92d26483d6e8d4869930dc8dac17497d7c3290ddac1366ff800549cdc3b06aa1 Description: Southern Catalan (Valencian) (ca@valencia) files for KDE This package contains the Southern Catalan (Valencian) translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-cs Priority: optional Section: localization Installed-Size: 7600 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-cs (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-cs (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-cs_4.8.4-2.8.201403230008_all.deb Size: 2376018 MD5sum: c5d5f8ae7246de270732a973b477d1c5 SHA1: eed5b2b9b5916d54ffbd9bd2bfc965585b6c4a85 SHA256: 333fe8fbd978a9e03217c4e2bcfcdd6aebc5cfab9d9698f98533d10d2b6f25a8 Description: Czech (cs) localization files for KDE This package contains the Czech translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-da Priority: optional Section: localization Installed-Size: 19549 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-da (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-da (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-da_4.8.4-2.8.201403230008_all.deb Size: 12061426 MD5sum: c9e2a3811a45b973bf3b1652ce32e55a SHA1: de1f310b9d064f821b71b586a2e6132b98658040 SHA256: 6f946e4b0dec8cefebe4b4ca3451769fa43dfddcf19eed5d12f8d198a8aa414c Description: Danish (da) localization files for KDE This package contains the Danish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-el Priority: optional Section: localization Installed-Size: 11029 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-el (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-el (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-el_4.8.4-2.8.201403230008_all.deb Size: 3767808 MD5sum: b65db1462a2e43249b5661f3e4f4863c SHA1: 37641bb493f2d66903c03097d40f3908e38025d6 SHA256: 7f6745cd0621740e7ff33af9c15b4a037a6bdab3dbaee90ecf334765f699e453 Description: Greek (el) localization files for KDE This package contains the Greek translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-engb Priority: optional Section: localization Installed-Size: 8452 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-engb (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-engb (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-engb_4.8.4-2.8.201403230008_all.deb Size: 1988210 MD5sum: 2fc79cca9d3a1e335a0b3b43cf2c2b66 SHA1: 6db61579721036134aa7c4c9a61f3ffa3c87d82a SHA256: e01c642f25f138b3af4f7475d60bb7d3ad0ce74177808c007a226cfbdbeb1afd Description: British English (en_GB) localization files for KDE This package contains the British English translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-es Priority: optional Section: localization Installed-Size: 32070 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-es (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-es (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-es_4.8.4-2.8.201403230008_all.deb Size: 19343894 MD5sum: acb5b34a94f311da3bbfa25d9535edf9 SHA1: 46e6a8389d9265d2b8f4894415540483a88a932c SHA256: e4dc16e24e89151f045e283aea776f5b5d7b9035bc60166bfccdcd8cac08b621 Description: Spanish (es) localization files for KDE This package contains the Spanish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-et Priority: optional Section: localization Installed-Size: 16173 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-et (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-et (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-et_4.8.4-2.8.201403230008_all.deb Size: 5129844 MD5sum: e582f859c4c74468f7da94795df4040b SHA1: 6d5390d60e7a692282b8fe0add9a45697274a980 SHA256: 48ac6bd1170e5f0c219f92155f8ccb2336f838b1f9c8a1096276df03398052fa Description: Estonian (et) localization files for KDE This package contains the Estonian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-eu Priority: optional Section: localization Installed-Size: 6127 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-eu (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-eu (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-eu_4.8.4-2.8.201403230008_all.deb Size: 1484044 MD5sum: 1a3600f2d39a549c4ef3ea9a5ac6e4e9 SHA1: 612d48b287d77c93c64f098c5f0d4288ea34cff3 SHA256: efa910a90a230e40701798cb8b292f3b16439c651cc4e66be4a8eb0ee17f1d96 Description: Basque (eu) localization files for KDE This package contains the Basque translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-fa Priority: optional Section: localization Installed-Size: 3517 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-fa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-fa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-fa_4.8.4-2.8.201403230008_all.deb Size: 783082 MD5sum: de565c73cbc69b9da030af51a3547b08 SHA1: ee0f17e32d23a36c7862c6398980a0a367a1b9ce SHA256: 01d9a6e15b6fc84f0bfd8a3739e91471166cc7994eee61669c5633e89561c3d1 Description: Farsi (fa) localization files for KDE This package contains the Farsi translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-fi Priority: optional Section: localization Installed-Size: 7052 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-fi (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-fi (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-fi_4.8.4-2.8.201403230008_all.deb Size: 1762374 MD5sum: 8bb2e70eee75b3a3890464674aea6169 SHA1: 16398ecc0732c51c8ced4b0dbecdf44943447ed9 SHA256: 44b14ad877d225343ae73fe3bd389dbea7103dd0d22a0f795cb00e1f9613118e Description: Finnish (fi) localization files for KDE This package contains the Finnish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-fr Priority: optional Section: localization Installed-Size: 42666 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-fr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-fr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-fr_4.8.4-2.8.201403230008_all.deb Size: 31120176 MD5sum: 0b6cc291b7a0cbba2a3527208ea2018d SHA1: be75c90a18a16d3e021504e5c4f351cb0c202af8 SHA256: 95788fa1e174723702d6b17a40614317ae5c92c1b4c43add5f1fa60d05392d87 Description: French (fr) localization files for KDE This package contains the French translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ga Priority: optional Section: localization Installed-Size: 6990 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ga (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ga (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ga_4.8.4-2.8.201403230008_all.deb Size: 1985284 MD5sum: b3e0939356f27a79ef29c8ba7c012549 SHA1: b789ab71daba3d088fc7ee4a296de9ae627dab2c SHA256: 8b91d481cde9cdbf2282387f6d589f369bc54e1752bcc1cbc8ae1bbda007683f Description: Irish Gaelic (ga) localization files for KDE This package contains the Irish Gaelic translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-gl Priority: optional Section: localization Installed-Size: 9861 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-gl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-gl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-gl_4.8.4-2.8.201403230008_all.deb Size: 2960136 MD5sum: d29965705943af03634b4249af315329 SHA1: 2736cfd9a77a484d0ed2f6dfa2ebdbf9b667d588 SHA256: bdb907efd352236975c633eb375e968ec25bc99b236f43c6ffc0929e74eb199b Description: Galician (gl) localization files for KDE This package contains the Galician translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-he Priority: optional Section: localization Installed-Size: 3867 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-he (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-he (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-he_4.8.4-2.8.201403230008_all.deb Size: 1170148 MD5sum: ae9530950f477871f64252dc52ec21cd SHA1: d60f709189a41f91e6534890813aaa10dfc8c8d1 SHA256: 382b51a33b5314d58bbace36c00170425c4bba6d70de947b4af01ca69e3af3ab Description: Hebrew (he) localization files for KDE This package contains the Hebrew translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-hr Priority: optional Section: localization Installed-Size: 3577 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-hr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-hr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-hr_4.8.4-2.8.201403230008_all.deb Size: 863426 MD5sum: 27641eecd0f690a9afbadbe7f0515648 SHA1: 07cc3abc97b16c5146c58daeef493b0761901bca SHA256: 74756ea4d6fa4d747b3e8391093c4669dd819f3555bc4042f83827bf74e49a2f Description: Croatian (hr) localization files for KDE This package contains the Croatian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-hu Priority: optional Section: localization Installed-Size: 8835 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-hu (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-hu (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-hu_4.8.4-2.8.201403230008_all.deb Size: 3323480 MD5sum: 30ffe7ae8ecd393d95801205a2160d1c SHA1: 966fa886be47b3fa7b2654b52676df0d81946c6a SHA256: ed898fca8f095e5cff9bc489337b4d47d1c35a3ae3dec4f6eadca751a0cb2e11 Description: Hungarian (hu) localization files for KDE This package contains the Hungarian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ia Priority: optional Section: localization Installed-Size: 3335 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ia (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ia (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ia_4.8.4-2.8.201403230008_all.deb Size: 801264 MD5sum: 0ede88ba0fb313723fa00a838e5d3c64 SHA1: dd7378cc33c41fa2f6846ecac5a53ab480b7ff41 SHA256: a0b2d6f12803125c5795b456b376df394d895f8a70915251afe0fa4678a3904b Description: Interlingua (ia) localization files for KDE This package contains the Interlingua translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-id Priority: optional Section: localization Installed-Size: 1677 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-id (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-id (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-id_4.8.4-2.8.201403230008_all.deb Size: 409792 MD5sum: 5653805b6ccbc4ad912756a5930c1adb SHA1: d69423524b6de7500a2f3d61ce67974520ddd584 SHA256: 6a30d0632135b2541bd8c5a92c1ad1694e3490b2d2a8409cbd122e963f88bd37 Description: Indonesian (id) localization files for KDE This package contains the Indonesian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-is Priority: optional Section: localization Installed-Size: 2912 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-is (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-is (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-is_4.8.4-2.8.201403230008_all.deb Size: 754838 MD5sum: f0ad413b6843a8421921f8fbf51fb9cb SHA1: 79e95a2f8cdd2c2df1aac3c6b66e325ef205be13 SHA256: ed4534e46a24fae10e1201b519d3dce44edff06b16a6ac1e85546713bcb0ef2b Description: Icelandic (is) localization files for KDE This package contains the Icelandic translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-it Priority: optional Section: localization Installed-Size: 21139 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-it (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-it (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-it_4.8.4-2.8.201403230008_all.deb Size: 9203284 MD5sum: 4c20a537cb40c10060c64353ac1b8f67 SHA1: 66a6df1caa11f2d3c32799b013d5ed0a7c30eec4 SHA256: a5cc6c1dcd7949bba7c42d3b3cadb4b25563327232e165f545985efa541e86b5 Description: Italian (it) localization files for KDE This package contains the Italian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ja Priority: optional Section: localization Installed-Size: 6999 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ja (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ja (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ja_4.8.4-2.8.201403230008_all.deb Size: 1678404 MD5sum: 471eda1992a531b79a0cddc7f5c470d9 SHA1: 66cad84c0434cce0e1747a69385648a9607b5c03 SHA256: b354706a9f5fb3e982916ce8c9cc0595475387d8f222a39fafa55f807477b9ff Description: Japanese (ja) localization files for KDE This package contains the Japanese translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-kk Priority: optional Section: localization Installed-Size: 8900 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-kk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-kk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-kk_4.8.4-2.8.201403230008_all.deb Size: 1854592 MD5sum: 66311c22667696f9ff64b8e6dfcf3bcc SHA1: 89f527a6bd960c096b74ccaf531b2c968820e6f7 SHA256: 269e3c480d41da2c5054396707b0e7ad88bb9c0bc1d19da2c718cde450646806 Description: Kazakh (kk) localization files for KDE This package contains the Kazakh translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-km Priority: optional Section: localization Installed-Size: 8016 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-km (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-km (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-km_4.8.4-2.8.201403230008_all.deb Size: 1342342 MD5sum: 69a930f6cdbb378fba5112a0abe4364b SHA1: 28bed1dadc848e752fd62da560ff2c3e5da0c3ca SHA256: c8969bece0929e3c6ed9c82a4992fb5fa5e5f9038a307c3eec165754eb62e72f Description: Khmer (km) localization files for KDE This package contains the Khmer translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ko Priority: optional Section: localization Installed-Size: 5292 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ko (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ko (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ko_4.8.4-2.8.201403230008_all.deb Size: 1251046 MD5sum: 4938cb8a05c70fff32d405f184efae81 SHA1: 7497b11910d42266fec5eada0d55b2135e99763e SHA256: 75d3a0fa00b5b0dd76bad921f4d6585d5ae77951b972bc9d7f3f067469732c29 Description: Korean (ko) localization files for KDE This package contains the Korean translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-lt Priority: optional Section: localization Installed-Size: 15030 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-lt (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-lt (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-lt_4.8.4-2.8.201403230008_all.deb Size: 9757174 MD5sum: 09854ab356e2f156864fd936d7ddd89b SHA1: caed52207cc86f57641508a2b28241fc06e5ca1e SHA256: 92c386e7dfd876cd30d35bc63a7e7607b4505adb6d291ea95024fdbc2357bb33 Description: Lithuanian (lt) localization files for KDE This package contains the Lithuanian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-lv Priority: optional Section: localization Installed-Size: 5521 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-lv (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-lv (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-lv_4.8.4-2.8.201403230008_all.deb Size: 1337574 MD5sum: eb5031bef2b89f333dafc18d17193dc1 SHA1: cf0264ef97fd630de644fb42a0d8a7ead3421761 SHA256: a565cd5c9722819e4f22a43e074471a7d38bd9c359cf5b8406431adb6e645eb9 Description: Latvian (lv) localization files for KDE This package contains the Latvian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-nb Priority: optional Section: localization Installed-Size: 8126 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-nb (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-nb (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-nb_4.8.4-2.8.201403230008_all.deb Size: 2053230 MD5sum: e3c05c69b3f702707da8df7ad3c23789 SHA1: d8b249786d8f43d2c049a140eabdf2149472655a SHA256: 9432ff04399c62a1d6407db37cb24217e94d613d095b6e0aadbe8000ac75f275 Description: Norwegian Bookmal (nb) localization files for KDE This package contains the Norwegian Bookma translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-nds Priority: optional Section: localization Installed-Size: 8678 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-nds (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-nds (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-nds_4.8.4-2.8.201403230008_all.deb Size: 2366908 MD5sum: 268fbcb48d803b912d382fc4a34cca22 SHA1: 50fce0eb765b35e958c0bbe8b3c284aace94fbd2 SHA256: 8fb6c48cecff766002cfa00f98314ec46dac2341baaf50566204f6111f1eece5 Description: Low Saxon (nds) localization files for KDE This package contains the Low Saxon translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-nl Priority: optional Section: localization Installed-Size: 26998 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-nl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-nl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-nl_4.8.4-2.8.201403230008_all.deb Size: 14695826 MD5sum: 56356d0e1cb698db90d40fff0f71c44e SHA1: d0826ee3093e6e09b7e29a7c10cd4c3e82197b5d SHA256: 34ba0aba7fc08bf00b2b8ce29ad31f5a40216b08cdc84903dcf538c6be89466e Description: Dutch (nl) localization files for KDE This package contains the Dutch translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-nn Priority: optional Section: localization Installed-Size: 5824 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-nn (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-nn (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-nn_4.8.4-2.8.201403230008_all.deb Size: 1406038 MD5sum: 7e7610d77488440c5c33f9462edd8c64 SHA1: df4e30034a90b483964a9bcd52b6993afd5bc6b2 SHA256: 7ae03089385da2e2bf97a3a491ecf16456e910c63595ccbf0c8cb2b67e7493d3 Description: Norwegian Nynorsk (nn) localization files for KDE This package contains the Norwegian Nynorsk translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-pa Priority: optional Section: localization Installed-Size: 4419 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-pa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-pa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-pa_4.8.4-2.8.201403230008_all.deb Size: 888814 MD5sum: 4eb8d06193aaf7b244532cb8daa37a44 SHA1: 23f647426e178f4af98cf026dbbfaaf5360b2b6f SHA256: 3504e3c927f4732680e363ce106217a34796d56c8b863b476a9c71dfa1072d67 Description: Punjabi (pa) localization files for KDE This package contains the Punjabi translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-pl Priority: optional Section: localization Installed-Size: 26729 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-pl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-pl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-pl_4.8.4-2.8.201403230008_all.deb Size: 17157436 MD5sum: 6f7a37484deed3b5b8341284c3d826f5 SHA1: 12e2a59ec16f3473cd701605019531bf3e55d2ac SHA256: 5d5e51a146351a4cc6c162c5334492166737fe72c1db72a0c711f113255b8b88 Description: Polish (pl) localization files for KDE This package contains the Polish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-pt Priority: optional Section: localization Installed-Size: 16674 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-pt (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-pt (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-pt_4.8.4-2.8.201403230008_all.deb Size: 4769442 MD5sum: 256573c6261bb1d67e6331c3bbdb2db2 SHA1: 370c8422f876a9842c83f7bde4201836aa193032 SHA256: f4119e70bb72d5e713577974c4a0816373192054b913681625ffc3bd07d01039 Description: Portuguese (pt) localization files for KDE This package contains the Portuguese translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ptbr Priority: optional Section: localization Installed-Size: 37655 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ptbr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ptbr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ptbr_4.8.4-2.8.201403230008_all.deb Size: 24721904 MD5sum: dd1ea6f99285761703a6fa7a3cd2264a SHA1: d16c6de74413fad35848fe978a81dbbf63f68ba5 SHA256: 396443463d76c8b7c037fd60b61910f75221e7509a61db4bf04b12d438491135 Description: Brazilian Portuguese (pt_BR) localization files for KDE This package contains the Brazilian Portuguese translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ro Priority: optional Section: localization Installed-Size: 6790 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ro (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ro (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ro_4.8.4-2.8.201403230008_all.deb Size: 2046470 MD5sum: e425324e461c5bf9001388e84092a1cd SHA1: 2775028ce3da30d5c931f080215faa19568bc666 SHA256: 593c43a7b6fd71713110cfef3de58eb23c75d4b7be06e4ae4a89433d2d716ee0 Description: Romanian (ro) localization files for KDE This package contains the Romanian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ru Priority: optional Section: localization Installed-Size: 32913 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ru (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ru (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ru_4.8.4-2.8.201403230008_all.deb Size: 21174762 MD5sum: 0a908b67c6b254345c2a38c4f7325367 SHA1: ec98f3af6f99a6c910de1632bb8130420a893bcf SHA256: 4399268b98f80cdb0dab08b9249550db5ae9433f6d3479698fddfda6d9397842 Description: Russian (ru) localization files for KDE This package contains the Russian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-si Priority: optional Section: localization Installed-Size: 2839 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-si (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-si (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-si_4.8.4-2.8.201403230008_all.deb Size: 549412 MD5sum: 8784aa36a0444cce017f83978fecb0f3 SHA1: aad753d979cb8693f3427e8dbf0ac2d8cdc7e7f3 SHA256: 53388a7a3caaad9a9820a46ba6f0a4aad244efc9670492d04157869d266d2c1e Description: Sinhala (si) localization files for KDE This package contains the Sinhala translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-sk Priority: optional Section: localization Installed-Size: 5745 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-sk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-sk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-sk_4.8.4-2.8.201403230008_all.deb Size: 1405024 MD5sum: 55093ffe9e55b7cb2437cf396d3ae969 SHA1: 51b7454eadab5aaadd7eccd3081b31d079efeef3 SHA256: a207bf55b04e31bed80f5755f9222c4c0ec87e41b2c8b90f7fb506d51a644809 Description: Slovakian (sk) localization files for KDE This package contains the Slovakian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-sl Priority: optional Section: localization Installed-Size: 6245 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-sl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-sl (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-sl_4.8.4-2.8.201403230008_all.deb Size: 1914936 MD5sum: 27fbfc4b2b3119373baf382e1fa682f1 SHA1: 12ff4bf0b4bbe598f632a9ef4cfa509ab78229fe SHA256: b006ffb3811b19ba420404a72fc0708657e94d0d836ba45cf6bb42213bb28c92 Description: Slovenian (sl) localization files for KDE This package contains the Slovenian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-sr Priority: optional Section: localization Installed-Size: 43518 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-sr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-sr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-sr_4.8.4-2.8.201403230008_all.deb Size: 8850226 MD5sum: 664979d7274d99f174d6f4989f00288f SHA1: a794be995891bac5be81eadf1f7fcdded772c908 SHA256: 35467b626a1e1f215df722d129eed985d70f2f8923a24333747c69d6b0f18ce9 Description: Serbian (sr) localization files for KDE This package contains the Serbian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-sv Priority: optional Section: localization Installed-Size: 25276 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-sv (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-sv (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-sv_4.8.4-2.8.201403230008_all.deb Size: 13583276 MD5sum: 498a9d030bc2c9ecea76813ff7842564 SHA1: 65f8506269f4433f9f0fd251f4ea7824d899edb8 SHA256: e5637ab1c8d373336f0464d86566d86aaa5a609beac6befbfb1a57542a060ae9 Description: Swedish (sv) localization files for KDE This package contains the Swedish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-tg Priority: optional Section: localization Installed-Size: 3047 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-tg (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-tg (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-tg_4.8.4-2.8.201403230008_all.deb Size: 670522 MD5sum: 3df9327a3f1430fd93ed916c69b610e3 SHA1: 0f6cee6fb0714e9fa88b87da857a762c48d0e74d SHA256: e7f9eedb4e778569990a5f79fe8ee68b295d1ce5a39617eb71f3419068a90834 Description: Tajik (tg) localization files for KDE This package contains the Tajik translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-th Priority: optional Section: localization Installed-Size: 5365 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-th (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-th (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-th_4.8.4-2.8.201403230008_all.deb Size: 942752 MD5sum: 98c73c6359f459dca89ef0c4fbef1235 SHA1: 43a46b1dff71d5fc6d01f75a2b101c3c7a0411ce SHA256: 47006298d627b2754c91e85ac6deb2d1eae384df9f7b1ad9343055c3ee0c93e7 Description: Thai (th) localization files for KDE This package contains the Thai translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-tr Priority: optional Section: localization Installed-Size: 6474 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-tr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-tr (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-tr_4.8.4-2.8.201403230008_all.deb Size: 1554584 MD5sum: bb51f3dd9c064b0bfabb9585afd7cda8 SHA1: 56e9bd2d9a7afeec577e769d4c808498b234c43f SHA256: 7d19e588214d3e0f0390f121b17eeae328ae15cbdb1126ad4a0dacc190070661 Description: Turkish (tr) localization files for KDE This package contains the Turkish translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-ug Priority: optional Section: localization Installed-Size: 4159 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-ug (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-ug (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-ug_4.8.4-2.8.201403230008_all.deb Size: 871080 MD5sum: 88a33c7728f3cb54d463f87a91d79924 SHA1: 9faf99fbd1568841976ec016efae277bdf56e3a0 SHA256: 1908025086ab34b57a42a45c0f5e095eea81507d24866a01b1711a12ec041357 Description: Uygur (ug) localization files for KDE This package contains the Uygur translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-uk Priority: optional Section: localization Installed-Size: 36666 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-uk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-uk (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-uk_4.8.4-2.8.201403230008_all.deb Size: 19336774 MD5sum: 1aee59f99416b9692a906e13a031d131 SHA1: be1eae3aa716588e3dc04b90e423214db034ddd4 SHA256: 35493199e9d2decf19c63cee4e347ef7a43f0051c9226ee5945fe9f7f43948d9 Description: Ukrainian (uk) localization files for KDE This package contains the Ukrainian translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-vi Priority: optional Section: localization Installed-Size: 1724 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-vi (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-vi (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-vi_4.8.4-2.8.201403230008_all.deb Size: 418620 MD5sum: 829a7c32fbd13e04b7f17eb453c188f9 SHA1: b0a6dba8da4d325ee097614b6db38e1c8f6d8dda SHA256: 3b7e3845740f8a557c037d168e129bfca308922a584b1abdd1ce14e0ed27348a Description: Vietnamese (vi) localization files for KDE This package contains the Vietnamese translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-wa Priority: optional Section: localization Installed-Size: 3131 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-wa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-wa (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-wa_4.8.4-2.8.201403230008_all.deb Size: 1236152 MD5sum: 587808c70e8da21b6414549c49a0b9f1 SHA1: 697296002a5d6f91dfa1f3df5cfa7bf5b2e5920c SHA256: 847523fe76622a131b6ce3facf29bb840f4c7a0d24ce968bd63e3dc821fc8a61 Description: Walloon (wa) localization files for KDE This package contains the Walloon translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-zhcn Priority: optional Section: localization Installed-Size: 10056 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-zhcn (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-zhcn (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-zhcn_4.8.4-2.8.201403230008_all.deb Size: 2824190 MD5sum: 3c2599ba5e1761ac58023a370427af23 SHA1: 291a0e9a69d742a5365a5d8ba891bbb6e7f5377f SHA256: 95b8bc2df5671c6761feb0c564d0fede139aeba0f3736f87ee9ad83c8bdc6d47 Description: Chinese Simplified (zh_CN) localization files for KDE This package contains the Chinese Simplified translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-l10n-zhtw Priority: optional Section: localization Installed-Size: 7508 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-l10n Version: 4:4.8.4-2.8.201403230008 Replaces: filelight-l10n, gwenview-i18n, kde-i18n-zhtw (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Provides: kde-l10n-without-pim Depends: libkdecore5 (>= 4:4.8) Suggests: kde-standard Breaks: filelight-l10n, gwenview-i18n, kde-i18n-zhtw (<< 4:3.95.0-1), konq-plugins-l10n, okular-l10n Filename: 4.0-0/all/kde-l10n-zhtw_4.8.4-2.8.201403230008_all.deb Size: 1845752 MD5sum: 89ed5c70e2489d71c1570ac74790964e SHA1: ceab845b71d087f81c32224509993cf82bb2eec2 SHA256: 318ac29d51d2d24cd40cdafeaf004c678f4783d127d77dd463f507a9ced5f421 Description: Chinese Traditional (zh_TW) localization files for KDE This package contains the Chinese Traditional translations for applications from the official KDE 4 release. Homepage: http://i18n.kde.org/ Package: kde-sc-dev-latest Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: debhelper (>= 7.3.16~), cmake (>= 2.6.4), automoc (>= 1.0~version-0.9.88), pkg-kde-tools (>= 0.12) Conflicts: kdebase-workspace-dev Breaks: kalgebra-dev (<< 4:4.7.4), kde-workspace-dev (<< 4:4.8.4), kdelibs5-dev (<< 4:4.8.3), kdepimlibs5-dev (<< 4:4.8.4), libakonadi-dev (<< 1.5.1), libkactivities-dev (<< 4:4.8.4), libkdcraw-dev (<< 4:4.7.4), libkdeedu-dev (<< 4:4.7.4), libkexiv2-dev (<< 4:4.7.4), libkipi-dev (<< 4:4.7.4), libkonq5-dev (<< 4:4.7.4), libksane-dev (<< 4:4.7.4), libmarble-dev (<< 4:4.7.4), okular-dev (<< 4:4.7.4) Filename: 4.0-0/all/kde-sc-dev-latest_4.8.4+5.77.19.201403151348_all.deb Size: 11854 MD5sum: 55dde30549f4e224f1b9ad3fcf7e9a5a SHA1: c9c5dac04374d30c7bee7dec1edca79a1193e7a9 SHA256: e4118c00f410ca5901032be3566dd4e5aeaf173da6ecc151bc6982317eb8bfdf Description: ensure that the latest KDE Development Platform is installed This package ensures that the latest version of the KDE Development Platform packages are installed on the system. . This metapackage is intended to be used only in the Build-Depends of the KDE Software Compilation packages. If the "Breaks" effect of this package is not desired on the maintainer system, it can be overridden by installing a custom version of this package with the pkgkde-override-sc-dev-latest command from the pkg-kde-tools package. Homepage: http://www.kde.org Package: kde-telepathy-data Priority: optional Section: libs Installed-Size: 884 Maintainer: Debian KDE Extras Team Architecture: all Source: ktp-common-internals Version: 0.4.0-1.2.201403240232 Filename: 4.0-0/all/kde-telepathy-data_0.4.0-1.2.201403240232_all.deb Size: 225260 MD5sum: beab23ed822bba09b298289a1cdaa531 SHA1: d748b9877fcfbc9f05c6e8951a97f389ae73716d SHA256: db5d2d7d43497f4ea936eee4cd9e4db3976ba98b678be781cc17597117c1113a Description: Shared data for all the KDE Telepathy components This package contains various data files that are used by nearly all the different KDE Telepathy components. Homepage: https://projects.kde.org/projects/extragear/network/telepathy/ktp-common-internals Package: kde-telepathy-minimal Priority: optional Section: metapackages Installed-Size: 26 Maintainer: Debian KDE Extras Team Architecture: all Source: meta-kde-telepathy Version: 0.4.0.2.201403151356 Depends: kde-config-telepathy-accounts (>= 0.4.0), kde-telepathy-approver (>= 0.4.0), kde-telepathy-auth-handler (>= 0.4.0), kde-telepathy-contact-list (>= 0.4.0), kde-telepathy-integration-module (>= 0.4.0), plasma-widget-telepathy-presence (>= 0.4.0), kde-telepathy-text-ui (>= 0.4.0), telepathy-mission-control-5 (>= 1:5.12), telepathy-connection-manager Recommends: telepathy-gabble, telepathy-salut, telepathy-haze, telepathy-logger Suggests: telepathy-rakia, telepathy-idle Filename: 4.0-0/all/kde-telepathy-minimal_0.4.0.2.201403151356_all.deb Size: 2332 MD5sum: c983403170a741ccd320ec843f31d95b SHA1: 57eabfe1ac6450d80b17824edf2435a4fb448962 SHA256: ced1f0a35c8091d186bdd895d8520ea9ecdc032947199657bdc442288102db41 Description: metapackage for installing the basic KDE Telepathy components KDE Telepathy aims to integrate real-time communication and collaboration features into the KDE Plasma Workspaces. It provides means to connect to several instant messaging networks, chat with your friends and collaborate with them. . KDE Telepathy consists of several independent components that need to be used together to provide all the available features. This package is a metapackage that installs the most basic components, for the most simple use case. For installing all the components, use the kde-telepathy metapackage. . Apart from the dependencies that this metapackage pulls, you will also need to install at least one of the telepathy-gabble, telepathy-salut, telepathy-haze packages to be able to connect to your IM networks. gabble provides xmpp (jabber, google talk/plus, facebook), salut provides link-local xmpp (using avahi) and haze provides most other common protocols. Package: kde-telepathy Priority: optional Section: metapackages Installed-Size: 26 Maintainer: Debian KDE Extras Team Architecture: all Source: meta-kde-telepathy Version: 0.4.0.2.201403151356 Depends: kde-telepathy-minimal (= 0.4.0.2.201403151356), kde-telepathy-call-ui (>= 0.4.0), kde-telepathy-filetransfer-handler (>= 0.4.0), kde-telepathy-send-file (>= 0.4.0), plasma-widget-telepathy-chat (>= 0.4.0) Filename: 4.0-0/all/kde-telepathy_0.4.0.2.201403151356_all.deb Size: 2204 MD5sum: b23e1f8f330ee4e115425f7794b0370d SHA1: ac3a78859ab7a858b32b43578659809328ef0ebf SHA256: 32c8ae5e584dec5806bdb9bf68b4bde70807c50bc76c018b48c8e8c8369e760b Description: metapackage for installing all the KDE Telepathy components KDE Telepathy aims to integrate real-time communication and collaboration features into the KDE Plasma Workspaces. It provides means to connect to several instant messaging networks, chat with your friends and collaborate with them. . KDE Telepathy consists of several independent components that need to be used together to provide all the available features. This package is a metapackage that installs all those components. . Apart from the dependencies that this metapackage pulls, you will also need to install at least one of the telepathy-gabble, telepathy-salut, telepathy-haze packages to be able to connect to your IM networks. gabble provides xmpp (jabber, google talk/plus, facebook), salut provides link-local xmpp (using avahi) and haze provides most other common protocols. Package: kde-wallpapers Priority: optional Section: kde Installed-Size: 45248 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-1.2.201403230153 Replaces: kdebase-workspace-data (<< 4:4.6.80), kdm (<< 4:4.6.0) Depends: kde-wallpapers-default (>= 4:4.8.4-1.2.201403230153) Breaks: kdebase-workspace-data (<< 4:4.6.80), kdm (<< 4:4.6.0) Filename: 4.0-0/all/kde-wallpapers_4.8.4-1.2.201403230153_all.deb Size: 45500486 MD5sum: 2c9c815a2c5e9d8d461cb6074ec8553d SHA1: 99833df852e29bbfca94525079ecce3a0b4ce879 SHA256: eb3af5864e1533ec92b52040519a31aa6132fb03fea30b81b0eb6366c6a73672 Description: set of wallpapers for the KDE Plasma Workspaces This package contains additional wallpapers for KDE Plasma Workspaces. It is a part of the official KDE Wallpapers module. Homepage: http://www.kde.org/ Package: kdeaccessibility Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: kaccessible (>= 4:4.8.4), kde-icons-mono (>= 4:4.8.4), kmag (>= 4:4.8.4), kmousetool (>= 4:4.8.4), kmouth (>= 4:4.8.4), jovie (>= 4:4.8.4) Filename: 4.0-0/all/kdeaccessibility_4.8.4+5.77.19.201403151348_all.deb Size: 11800 MD5sum: 2f80b4d808c620d6b3e74a0260b53033 SHA1: 56858efcda840a75f491a59ef580b694c9ba0f37 SHA256: 2ecdaef676ec98c31e4501308a73cb68d69182313ee5d44af844d3f79337f186 Description: accessibility packages from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes a collection of programs to make KDE more accessible, provided with the official release of KDE. Homepage: http://www.kde.org Package: kdeadmin Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-3.47.201403230347 Depends: kde-config-cron (>= 4:4.8.4-3.47.201403230347), ksystemlog (>= 4:4.8.4-3.47.201403230347), kuser (>= 4:4.8.4-3.47.201403230347) Recommends: system-config-printer-kde (>= 4:4.8.4-3.47.201403230347) Filename: 4.0-0/all/kdeadmin_4.8.4-3.47.201403230347_all.deb Size: 8640 MD5sum: b749611f23757b0c555b60f2db4be60d SHA1: ae76e5c27383cfb7e29fb32cc3666a41bf9ac047 SHA256: 4e9e33f7360814c9a9ed8c2b3a6385a0346490ce4a356cf6876f477e594e12e6 Description: system administration tools from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes a collection of system administration tools provided with the official release of KDE. Homepage: http://www.kde.org/ Package: kdeartwork-emoticons Priority: optional Section: kde Installed-Size: 182 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Filename: 4.0-0/all/kdeartwork-emoticons_4.8.4-5.52.201403230403_all.deb Size: 72568 MD5sum: 1c76a86e271d89cefa7bcea6fc2614e8 SHA1: 770020807d305e1c28b28c7859ee2ed33a0b0ea1 SHA256: 9eb6330db022807deec708171b3f84c1afae1892e14ebdb1964ec8a0b639d026 Description: emoticon collections for chat clients This package contains several collections of emoticons for chat clients, such as Kopete and Konversation. . This package is part of the KDE artwork module. Homepage: http://www.kde.org/ Package: kdeartwork-theme-icon Priority: optional Section: kde Installed-Size: 38 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Depends: nuvola-icon-theme (>= 4:4.8.4-5.52.201403230403), kde-icons-mono (>= 4:4.8.4-5.52.201403230403) Filename: 4.0-0/all/kdeartwork-theme-icon_4.8.4-5.52.201403230403_all.deb Size: 8766 MD5sum: 1c7168c4f9876d67abe7061bdb4c4180 SHA1: 40a33fb849afe883f9697c061d5e8b80db151fd0 SHA256: 9d119b3c9eaca4c42c1b7b604c937b2887079303dab35b4c21e8f3152b95ba30 Description: additional icon themes This metapackage installs additional icon themes for KDE. . This package is part of the KDE artwork module. Homepage: http://www.kde.org/ Package: kdeartwork Priority: optional Section: kde Installed-Size: 1555 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-5.52.201403230403 Replaces: kdeartwork-misc Depends: kdeartwork-emoticons (>= 4:4.8.4-5.52.201403230403), kdeartwork-style (>= 4:4.8.4-5.52.201403230403), kdeartwork-theme-icon (>= 4:4.8.4-5.52.201403230403) | kdelibs5-data, kdewallpapers (>= 4:4.8.4-5.52.201403230403), kscreensaver (>= 4:4.8.4-5.52.201403230403), plasma-desktopthemes-artwork (>= 4:4.8.4-5.52.201403230403), kdeartwork-theme-window (>= 4:4.8.4-5.52.201403230403) Breaks: kdeartwork-misc Filename: 4.0-0/all/kdeartwork_4.8.4-5.52.201403230403_all.deb Size: 1350006 MD5sum: 769a295249e92ce9cb7395295248d26b SHA1: 2abd25653cebb87d4f483664be6609e5ca360eb1 SHA256: a9933f0c30e67652023cc00963e6dc9a941d531df9677f664e84c0446eb1c425 Description: themes, styles and other artwork from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes a collection of additional artwork provided with the official release of KDE. Homepage: http://www.kde.org/ Package: kdebase-apps Priority: optional Section: kde Installed-Size: 64 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-baseapps Version: 4:4.8.4-2.2.201403222342 Depends: kde-baseapps Filename: 4.0-0/all/kdebase-apps_4.8.4-2.2.201403222342_all.deb Size: 16982 MD5sum: df36088dafeb143cf0edd84af4550996 SHA1: f71d673a40ebe496a1c783fe36f011dd60821700 SHA256: 7338bd8b32f96c459157668c7d5b519f98f6aefc5f2ff201b955e67ad917a077 Description: Transitional package for kde-baseapps This transitional package takes care of pulling in the new kde-baseapps package and can safely be removed after installation. Homepage: http://www.kde.org/ Package: kdebase-bin Priority: optional Section: kde Installed-Size: 64 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-baseapps Version: 4:4.8.4-2.2.201403222342 Depends: kde-baseapps-bin Filename: 4.0-0/all/kdebase-bin_4.8.4-2.2.201403222342_all.deb Size: 16960 MD5sum: fb837f3bdcce8db785264c7dc474739a SHA1: a716364aaa2a4cf6b919e7515ac8d173a9170ef2 SHA256: 7d2eeb32c66eac941ab241d05d1145f0fe001e8bc7b1b5446a6cb3211f53f2c5 Description: Transitional package for new kde-baseapps This transitional package can be safely removed after installation. Homepage: http://www.kde.org/ Package: kdebase-dbg Priority: extra Section: oldlibs Installed-Size: 64 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-baseapps Version: 4:4.8.4-2.2.201403222342 Depends: kde-baseapps-dbg Filename: 4.0-0/all/kdebase-dbg_4.8.4-2.2.201403222342_all.deb Size: 16986 MD5sum: 8c512d4ac44dc5e00544b4ec710706d5 SHA1: 6c82c31250769f93830449a2080088652406213f SHA256: a31ff63ca9b9ad3585411d502341d8af7ed6fb43eee0c057da1c5adad419640f Description: Transitional package for kde-baseapps-dbg This transitional package takes care of pulling in the new kde-baseapps-dbg package and can safely be removed after installation. Homepage: http://www.kde.org/ Package: kdebase-runtime-dbg Priority: extra Section: oldlibs Installed-Size: 66 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-runtime Version: 4:4.8.4-2.3.201403270848 Depends: kde-runtime-dbg Filename: 4.0-0/all/kdebase-runtime-dbg_4.8.4-2.3.201403270848_all.deb Size: 18410 MD5sum: 97a94fd02879f2f9054456c751f7cd4f SHA1: 9fdb6ab5c777fd583f93a77b181ea63e94a5e336 SHA256: 7d2b6e9bf88d01f319d31ede6a94c22882606b855f53115fd90093fa3955e8d6 Description: transitional package for kde-runtime-dbg This is a dummy transitional package for kde-runtime-dbg and can be safely removed after the installation is complete. Homepage: http://www.kde.org/ Package: kdebase-runtime Priority: extra Section: oldlibs Installed-Size: 66 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-runtime Version: 4:4.8.4-2.3.201403270848 Depends: kde-runtime Filename: 4.0-0/all/kdebase-runtime_4.8.4-2.3.201403270848_all.deb Size: 18680 MD5sum: 2be5b9c37a4147b253b39a2c02fd7b98 SHA1: be0383952b2d55a3d6fd49b6542ef868d2615fd7 SHA256: ab04d2e0cfe1f31d7ef3f6cd33139d279e3ddc3e2e2ed298175df696418e5635 Description: Transitional package for the KDE runtime components KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This transitional package takes care of pulling in the new kde-runtime package and can safely be removed after installation. Homepage: http://www.kde.org/ Package: kdebase-workspace-bin Priority: optional Section: kde Installed-Size: 111 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-workspace Version: 4:4.8.4-6.4.201410011837 Depends: kde-workspace-bin Filename: 4.0-0/all/kdebase-workspace-bin_4.8.4-6.4.201410011837_all.deb Size: 34436 MD5sum: 6f46988e5a993a61d9cb60f3881ab476 SHA1: a42927e9d5623904b53690445c6292980b104092 SHA256: 28e1d9ac2e70ea3d3b494bbf173dfd5c7e9aea4f5200776923abc13c0580c847 Description: transitional package for kde-workspace-bin This is a dummy transitional package for kde-workspace-bin and can be safely removed after the installation is complete. Homepage: http://www.kde.org/ Package: kdebase-workspace-dev Priority: optional Section: kde Installed-Size: 111 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-workspace Version: 4:4.8.4-6.4.201410011837 Depends: kde-workspace-dev Filename: 4.0-0/all/kdebase-workspace-dev_4.8.4-6.4.201410011837_all.deb Size: 34444 MD5sum: f8882891821aee49d1ff0580d0fcf124 SHA1: 4bc6275737c30c4ea7fedf4c8c52698f4181bae9 SHA256: 09db8900e0d42ccb58a1af7126faf5501a771696dbc185805eb531ad4db6511f Description: transitional package for kde-workspace-dev This is a dummy transitional package for kde-workspace-dev and can be safely removed after the installation is complete. Homepage: http://www.kde.org/ Package: kdebase-workspace Priority: extra Section: oldlibs Installed-Size: 111 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kde-workspace Version: 4:4.8.4-6.4.201410011837 Depends: kde-workspace Filename: 4.0-0/all/kdebase-workspace_4.8.4-6.4.201410011837_all.deb Size: 34426 MD5sum: 8c30a1a60be8d481a848f68c3e1707c5 SHA1: 2f99a10a47e4cfbd8557df862026972a59226ce7 SHA256: fb62ee1b1ba6230cc580339ff6828e02aac7c09ecc2d87fe020f0551ca240469 Description: transitional package for kde-workspace This is a dummy transitional package for kde-workspace and can be safely removed after the installation is complete. Homepage: http://www.kde.org/ Package: kdeedu-kvtml-data Priority: optional Section: kde Installed-Size: 188 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: libkdeedu Version: 4:4.8.4-1.3.201404110800 Filename: 4.0-0/all/kdeedu-kvtml-data_4.8.4-1.3.201404110800_all.deb Size: 16708 MD5sum: f5d6479250f3c4793f0bf18439119b18 SHA1: 3d60e9accdaefc0abd8b7571f76bb61718f73ce6 SHA256: 1d81eeb71cff1a915e81b834526dda3f6cefcdc006b7d2ecf01d5cef1ad68ae0 Description: KVTML files for KDE-Edu programs This package contains KVTML files for several KDE-Edu applications, such as KAnagram, KHangman, and KWordQuiz. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: kdeedu Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: blinken (>= 4:4.8.4), cantor (>= 4:4.8.4), kalgebra (>= 4:4.8.4), kalzium (>= 4:4.8.4), kanagram (>= 4:4.8.4), kbruch (>= 4:4.8.4), kgeography (>= 4:4.8.4), khangman (>= 4:4.8.4), kig (>= 4:4.8.4), kiten (>= 4:4.8.4), klettres (>= 4:4.8.4), kmplot (>= 4:4.8.4), kstars (>= 4:4.8.4), ktouch (>= 4:4.8.4), kturtle (>= 4:4.8.4), kwordquiz (>= 4:4.8.4), marble (>= 4:4.8.4), parley (>= 4:4.8.4), rocs (>= 4:4.8.4), step (>= 4:4.8.4) Filename: 4.0-0/all/kdeedu_4.8.4+5.77.19.201403151348_all.deb Size: 11832 MD5sum: 2bd5d1b36c98badda5967cd48579811a SHA1: 2716411a2eceea7ea473f693bea2a78d5d77dedd SHA256: cfa6023e42261731d2e1ecc930bc5078e620507c1810b3776f2e3fc7319fd28a Description: educational applications from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes educational applications provided with the official release of KDE. Homepage: http://www.kde.org Package: kdegraphics-libs-data Priority: optional Section: libs Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: libkdcraw-data, libkipi-data, libksane-data, libkexiv2-data Filename: 4.0-0/all/kdegraphics-libs-data_4.8.4+5.77.19.201403151348_all.deb Size: 11516 MD5sum: 0097d056f47ce7934eb99f078f23740c SHA1: 83b16cf0a0b0aad981c32f25084c869e295adecd SHA256: 76384e6da6371bf46fd0cd2fb36027876f1fa042a058afe9a4d3f1454adbf130 Description: transitional package for data files of various kdegraphics libs This transitional package can be safely removed after installation. Homepage: http://www.kde.org Package: kdegraphics-strigi-plugins Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: kdegraphics-strigi-analyzer, kdegraphics-thumbnailers Filename: 4.0-0/all/kdegraphics-strigi-plugins_4.8.4+5.77.19.201403151348_all.deb Size: 11568 MD5sum: a13858835b2c64b9bb2c67d9e6213229 SHA1: f09d64787ba78d53f9eb0e2d99dc6d9cd561698f SHA256: 6f68e95c6676a6ad68ebafdf5ec006ed73c3388d9b4af6560bbb2c3882c530c8 Description: transitional package for kdegraphics-related plugins This transitional package allows one to migrate to the packages providing thumbnailers and Strigi plugins of the KDE graphics module. . It can be safely removed after the installation. Homepage: http://www.kde.org Package: kdegraphics Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: gwenview (>= 4:4.8.4), kamera (>= 4:4.8.4), kcolorchooser (>= 4:4.8.4), kgamma (>= 4:4.8.4), kolourpaint4 (>= 4:4.8.4), kruler (>= 4:4.8.4), ksnapshot (>= 4:4.8.4), okular (>= 4:4.8.4) Recommends: kdegraphics-strigi-analyzer (>= 4:4.8.4), kdegraphics-thumbnailers (>= 4:4.8.4), kdegraphics-mobipocket (>= 4:4.8.4), ksaneplugin (>= 4:4.8.4), svgpart (>= 4:4.8.4) Filename: 4.0-0/all/kdegraphics_4.8.4+5.77.19.201403151348_all.deb Size: 11838 MD5sum: 43a98081649872b7da8a9070efc0805a SHA1: 2b30ae8db02322e41fff230aadc9e441724cfc3c SHA256: 62ced1878e44f5b6c570c28d614a8aa7bc8d467e80afe6c5dafe9a8e7e96f6b4 Description: graphics applications from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes graphics applications provided with the official release of KDE. Homepage: http://www.kde.org Package: kdelirc Priority: optional Section: utils Installed-Size: 27 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kremotecontrol Version: 4:4.8.4-3.2.201403232237 Depends: kremotecontrol (>= 4:4.8.4-3.2.201403232237) Filename: 4.0-0/all/kdelirc_4.8.4-3.2.201403232237_all.deb Size: 2478 MD5sum: 47d9d7770b2597340760270219988655 SHA1: d9c87aa1a21f14bdc064fd1c2f61176e0948f82f SHA256: d451e89be7b45a651013ea9c56286ac737db754cb3e619071d39f4889371e60f Description: transitional package for kremotecontrol This is a transitional package provided to ease upgrade from kdelirc to the new kremotecontrol. It can be safely removed. . This package is part of the KDE SC utilities module. Homepage: http://www.kde.org Package: kdemultimedia Priority: optional Section: kde Installed-Size: 43 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-2.55.201403230442 Depends: dragonplayer (>= 4:4.8.4-2.55.201403230442), kdemultimedia-kio-plugins (>= 4:4.8.4-2.55.201403230442), juk (>= 4:4.8.4-2.55.201403230442), kmix (>= 4:4.8.4-2.55.201403230442), kscd (>= 4:4.8.4-2.55.201403230442), kde-config-cddb (>= 4:4.8.4-2.55.201403230442) Recommends: ffmpegthumbs (>= 4:4.8.4-2.55.201403230442) | mplayerthumbs (>= 4:4.8.4-2.55.201403230442) Filename: 4.0-0/all/kdemultimedia_4.8.4-2.55.201403230442_all.deb Size: 10400 MD5sum: 782c26276eb72870e3f1512b0e54673a SHA1: 76caac29d1cb837824fea2af42cabe10a6ee7c1e SHA256: 7e74c3c87d0ff32d7abda5bffc7ec35d389e99ca6f3974e03d3bd4500ffd6623 Description: multimedia applications from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes multimedia applications provided with the official release of KDE. Homepage: http://www.kde.org/ Package: kdenetwork Priority: optional Section: kde Installed-Size: 65 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-1.55.201403251019 Depends: kget (>= 4:4.8.4-1.55.201403251019), kopete (>= 4:4.8.4-1.55.201403251019), krdc (>= 4:4.8.4-1.55.201403251019), krfb (>= 4:4.8.4-1.55.201403251019) Recommends: kdenetwork-filesharing (>= 4:4.8.4-1.55.201403251019), kppp (>= 4:4.8.4-1.55.201403251019) Filename: 4.0-0/all/kdenetwork_4.8.4-1.55.201403251019_all.deb Size: 16152 MD5sum: acd0b20ae232a0a79d6b165bf76c4c9d SHA1: 1daf4d7268d844accf6ee0c9720ee279be11e619 SHA256: da75ca6aba35d9ca2d68a3730bef295975223cdf49a5aa562c3583e689405030 Description: networking applications from the official KDE 4 release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes networking applications provided with the official release of KDE. Homepage: http://www.kde.org/ Package: kdenlive-data Priority: optional Section: video Installed-Size: 14028 Maintainer: Patrick Matthäi Architecture: all Source: kdenlive Version: 0.9.2-2.5.201403251039 Recommends: kdenlive Breaks: kdenlive (<= 0.7.2.1) Filename: 4.0-0/all/kdenlive-data_0.9.2-2.5.201403251039_all.deb Size: 5078060 MD5sum: 415d12ab0a0b05c540d8772e28c33ebf SHA1: b66a515edc67fe087311b8de9236879c710f3a63 SHA256: 91ee5d3d1abc0f4c813f109d84034681fdbac089c44ac77e0b62de082a65a6ba Description: non-linear video editor (data files) Kdenlive is a non-linear video editing suite, which supports DV, HDC and much more formats. It main features are: * Guides and marker for organizing timelines * Copy and paste support for clips, effects and transitions * Real time changes * Firewire and Video4Linux capture * Screen grabbing * Exporting to any by FFMPEG supported format . This package contains the data files for kdenlive. Homepage: http://www.kdenlive.org/ Package: kdepim Priority: optional Section: kde Installed-Size: 84 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.4.11.1+l10n-3.29.201403230516 Depends: akregator (>= 4:4.4.11.1+l10n-3.29.201403230516), kaddressbook (>= 4:4.4.11.1+l10n-3.29.201403230516), kalarm (>= 4:4.4.11.1+l10n-3.29.201403230516), kdepim-kresources (>= 4:4.4.11.1+l10n-3.29.201403230516), kdepim-wizards (>= 4:4.4.11.1+l10n-3.29.201403230516), kmail (>= 4:4.4.11.1+l10n-3.29.201403230516), knode (>= 4:4.4.11.1+l10n-3.29.201403230516), knotes (>= 4:4.4.11.1+l10n-3.29.201403230516), konsolekalendar (>= 4:4.4.11.1+l10n-3.29.201403230516), kontact (>= 4:4.4.11.1+l10n-3.29.201403230516), korganizer (>= 4:4.4.11.1+l10n-3.29.201403230516), ktimetracker (>= 4:4.4.11.1+l10n-3.29.201403230516), kdepim-strigi-plugins (>= 4:4.4.11.1+l10n-3.29.201403230516), kjots (>= 4:4.4.11.1+l10n-3.29.201403230516), kleopatra (>= 4:4.4.11.1+l10n-3.29.201403230516), blogilo (>= 4:4.4.11.1+l10n-3.29.201403230516), akonadiconsole (>= 4:4.4.11.1+l10n-3.29.201403230516) Filename: 4.0-0/all/kdepim_4.4.11.1+l10n-3.29.201403230516_all.deb Size: 20740 MD5sum: 29e6748802cb8ba1ced9f5f854893ba8 SHA1: 7f26fe00b5976efad03360f70707af129aa3f457 SHA256: e3d0fddd1f7e1769251f728bd17275503f634efcf349f90eebd703940c5de2f4 Description: Personal Information Management apps from the official KDE release KDE (the K Desktop Environment) is a powerful Open Source graphical desktop environment for Unix workstations. It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system. . This metapackage includes a collection of Personal Information Management (PIM) applications provided with the official release of KDE. Homepage: http://pim.kde.org/ Package: kdesdk-scripts Priority: optional Section: devel Installed-Size: 274 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdesdk Version: 4:4.8.4+dfsg-1.33.201403230727 Depends: perl, python Recommends: subversion, gawk, optipng, advancecomp Suggests: cvs, khelpcenter4, dmalloc, gdb, kdelibs5-doc, qt4-doc, valgrind, devscripts, xsltproc Filename: 4.0-0/all/kdesdk-scripts_4.8.4+dfsg-1.33.201403230727_all.deb Size: 105278 MD5sum: f3e284b20649afb5e2c1d31ef3df4af4 SHA1: c434091d2bb24a8cb3d304fed4cefa4aab507604 SHA256: d9c57e318249bfe68eb269c726c95c192cd16fbc4f7f759f5bc8afd9f85f6258 Description: scripts and data files for development This package contains scripts and data files to facilitate development of KDE software. Also included are scripts which are not specific to KDE, such as helper scripts for working with Subversion and CVS repositories. . In addition to these scripts, this package provides: - gdb macros for Qt programming - Vim and EMACS helper files for Qt/KDE programming - bash and zsh completion rules for KDE applications - Valgrind error suppressions for KDE applications . This package is part of the KDE Software Development Kit module. Enhances: kate Homepage: http://www.kde.org Package: kdesdk Priority: optional Section: kde Installed-Size: 47 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4+dfsg-1.33.201403230727 Depends: cervisia (>= 4:4.8.4+dfsg-1.33.201403230727), kapptemplate (>= 4:4.8.4+dfsg-1.33.201403230727), kcachegrind (>= 4:4.8.4+dfsg-1.33.201403230727), kdesdk-kio-plugins (>= 4:4.8.4+dfsg-1.33.201403230727) | kdesvn-kio-plugins, kdesdk-misc (>= 4:4.8.4+dfsg-1.33.201403230727), kdesdk-scripts (>= 4:4.8.4+dfsg-1.33.201403230727), kdesdk-strigi-plugins (>= 4:4.8.4+dfsg-1.33.201403230727), kompare (>= 4:4.8.4+dfsg-1.33.201403230727), kuiviewer (>= 4:4.8.4+dfsg-1.33.201403230727), lokalize (>= 4:4.8.4+dfsg-1.33.201403230727), poxml (>= 4:4.8.4+dfsg-1.33.201403230727), umbrello (>= 4:4.8.4+dfsg-1.33.201403230727), kpartloader (>= 4:4.8.4+dfsg-1.33.201403230727), kmtrace (>= 4:4.8.4+dfsg-1.33.201403230727), kdesdk-dolphin-plugins (>= 4:4.8.4+dfsg-1.33.201403230727), okteta (>= 4:4.8.4+dfsg-1.33.201403230727), kate Suggests: kcachegrind-converters (>= 4:4.8.4+dfsg-1.33.201403230727) Filename: 4.0-0/all/kdesdk_4.8.4+dfsg-1.33.201403230727_all.deb Size: 13852 MD5sum: 1397ac941d9bc30a20698b4b9129d8de SHA1: 0258158e1699aece6a0ea0117ff704de8bcddf63 SHA256: 6785bb483308dbfbcc39adb5174da45d5188241371721e408299e6e73ed7e99a Description: Software Development Kit from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes software development applications provided with the official release of KDE. Homepage: http://www.kde.org Package: kdesrc-build Priority: optional Section: kde Installed-Size: 617 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 1.15.1-1.2.201403230757 Depends: perl, libxml-parser-perl, libwww-perl Recommends: git, subversion, gcc, g++, cmake, make, dialog Suggests: bzr Filename: 4.0-0/all/kdesrc-build_1.15.1-1.2.201403230757_all.deb Size: 192940 MD5sum: e38b4cec5fb2b0f4e32f356d7d994f7a SHA1: 06c39b4ff65cd3d578fd801e7f888accd848c3eb SHA256: 63ae7e10a37fca3c42f818caa7ec75dab0ef780eee859d42649ae76bd8e1a4f4 Description: tool for building KDE from its source repositories kdesrc-build provides an easy way to build KDE, downloading the development version from the repositories and compiling it. . It was previously known as kdesvn-build, and part of the KDE Software Development Kit module. Homepage: http://kdesrc-build.kde.org/ Package: kdeutils Priority: optional Section: kde Installed-Size: 35 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: meta-kde (5:77.19.201403151348) Version: 4:4.8.4+5.77.19.201403151348 Depends: ark (>= 4:4.8.4), filelight (>= 4:4.8.4), kcalc (>= 4:4.8.4), kcharselect (>= 4:4.8.4), kdf (>= 4:4.8.4), kgpg (>= 4:4.8.4), kremotecontrol (>= 4:4.8.4), ktimer (>= 4:4.8.4), kwalletmanager (>= 4:4.8.4), plasma-scriptengine-superkaramba (>= 4:4.8.4), sweeper (>= 4:4.8.4) Suggests: kfloppy (>= 4:4.8.4) Filename: 4.0-0/all/kdeutils_4.8.4+5.77.19.201403151348_all.deb Size: 11834 MD5sum: d7411d9d1b8c41e02e9bf1cf34bd0254 SHA1: ea925e0140cba131e835aac952f3bef1d859a4a3 SHA256: 216ba95c294f8dfc052501ebb7b7cc17a28df2eb55f5bb4e0c29b0c57dc69ae0 Description: general-purpose utilities from the official KDE release KDE is produced by an international technology team that creates free and open source software for desktop and portable computing. Among KDE's products are a modern desktop system for Linux and UNIX platforms, comprehensive office productivity and groupware suites and hundreds of software titles in many categories including Internet and web applications, multimedia, entertainment, educational, graphics and software development. . This metapackage includes general-purpose utilities provided with the official release of KDE. Homepage: http://www.kde.org Package: kdevelop-data Priority: optional Section: kde Installed-Size: 5350 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdevelop Version: 4:4.3.1-3.5.201403230826 Filename: 4.0-0/all/kdevelop-data_4.3.1-3.5.201403230826_all.deb Size: 4913122 MD5sum: 0eee6fb62f71f9220bbb40bedb791d8d SHA1: b3738ceb468e454bca9208abeb1f3ff7898e165f SHA256: eca502cb36a0864939467e1ff1d50fe401ca36163c4543088606b50aa24e1b36 Description: data files for the KDevelop IDE KDevelop is an easy to use integrated development environment for KDE. It supports a wide range of programming languages and features project management, an advanced editor, a class browser and an integrated debugger. . The application wizard can generate fully functional projects for terminal programs and GUI programs using Qt, KDE or GNOME. . This package contains arch independent data for KDevelop. Homepage: http://www.kdevelop.org/ Package: kdevelop-l10n Priority: optional Section: localization Installed-Size: 2159 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdevelop Version: 4:4.3.1-3.5.201403230826 Replaces: kdevelop-l10n-ca, kdevelop-l10n-cavalencia, kdevelop-l10n-da, kdevelop-l10n-de, kdevelop-l10n-engb, kdevelop-l10n-es, kdevelop-l10n-et, kdevelop-l10n-fi, kdevelop-l10n-fr, kdevelop-l10n-gl, kdevelop-l10n-it, kdevelop-l10n-nds, kdevelop-l10n-nl, kdevelop-l10n-pt, kdevelop-l10n-ptbr, kdevelop-l10n-ru, kdevelop-l10n-sl, kdevelop-l10n-sv, kdevelop-l10n-th, kdevelop-l10n-tr, kdevelop-l10n-uk, kdevelop-l10n-zhcn, kdevelop-l10n-zhtw Recommends: kdevplatform-l10n Breaks: kdevelop-l10n-ca, kdevelop-l10n-cavalencia, kdevelop-l10n-da, kdevelop-l10n-de, kdevelop-l10n-engb, kdevelop-l10n-es, kdevelop-l10n-et, kdevelop-l10n-fi, kdevelop-l10n-fr, kdevelop-l10n-gl, kdevelop-l10n-it, kdevelop-l10n-nds, kdevelop-l10n-nl, kdevelop-l10n-pt, kdevelop-l10n-ptbr, kdevelop-l10n-ru, kdevelop-l10n-sl, kdevelop-l10n-sv, kdevelop-l10n-th, kdevelop-l10n-tr, kdevelop-l10n-uk, kdevelop-l10n-zhcn, kdevelop-l10n-zhtw Filename: 4.0-0/all/kdevelop-l10n_4.3.1-3.5.201403230826_all.deb Size: 713572 MD5sum: ed40004e286f74afa6c7c664c4b5c3f5 SHA1: a5814b9954456e5f9900dea2d1b3bfa828c82f05 SHA256: 40a87b89e399df06e8a84ed0d0c939c74890e2ac0d409ac68b8d9df4344c1b44 Description: localization files for the KDevelop IDE KDevelop is an easy to use integrated development environment for KDE. It supports a wide range of programming languages and features project management, an advanced editor, a class browser and an integrated debugger. . This package contains the translations for KDevelop. Homepage: http://www.kdevelop.org/ Package: kdevelop-php-docs-l10n Priority: optional Section: localization Installed-Size: 298 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdevelop-php-docs Version: 1.3.1-2.5.201403230903 Replaces: kdevelop-php-docs-l10n-ca, kdevelop-php-docs-l10n-cavalencia, kdevelop-php-docs-l10n-da, kdevelop-php-docs-l10n-engb, kdevelop-php-docs-l10n-es, kdevelop-php-docs-l10n-et, kdevelop-php-docs-l10n-fr, kdevelop-php-docs-l10n-gl, kdevelop-php-docs-l10n-it, kdevelop-php-docs-l10n-nds, kdevelop-php-docs-l10n-nl, kdevelop-php-docs-l10n-pt, kdevelop-php-docs-l10n-ptbr, kdevelop-php-docs-l10n-sv, kdevelop-php-docs-l10n-uk, kdevelop-php-docs-l10n-zhtw Breaks: kdevelop-php-docs-l10n-ca, kdevelop-php-docs-l10n-cavalencia, kdevelop-php-docs-l10n-da, kdevelop-php-docs-l10n-engb, kdevelop-php-docs-l10n-es, kdevelop-php-docs-l10n-et, kdevelop-php-docs-l10n-fr, kdevelop-php-docs-l10n-gl, kdevelop-php-docs-l10n-it, kdevelop-php-docs-l10n-nds, kdevelop-php-docs-l10n-nl, kdevelop-php-docs-l10n-pt, kdevelop-php-docs-l10n-ptbr, kdevelop-php-docs-l10n-sv, kdevelop-php-docs-l10n-uk, kdevelop-php-docs-l10n-zhtw Filename: 4.0-0/all/kdevelop-php-docs-l10n_1.3.1-2.5.201403230903_all.deb Size: 18306 MD5sum: d2e6ef76f70da258074dc27ff6a614e7 SHA1: 68a5e1b2f20a7f0a99fe95d751224cd7f1506ba9 SHA256: 165166f3b4ee1949c2aad849c2a1443ff457c5ed5ccd21218f9d13fd079509c2 Description: localization files for KDevelop PHP documentation plugin This package contains the translations for KDevelop PHP documentation plugin. . This package is part of the PHP documentation plugin for KDevelop. Homepage: http://www.kdevelop.org/ Package: kdevelop-php-l10n Priority: optional Section: localization Installed-Size: 330 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdevelop-php Version: 1.3.1-2.5.201403230855 Replaces: kdevelop-php-l10n-ca, kdevelop-php-l10n-cavalencia, kdevelop-php-l10n-da, kdevelop-php-l10n-engb, kdevelop-php-l10n-es, kdevelop-php-l10n-et, kdevelop-php-l10n-fr, kdevelop-php-l10n-gl, kdevelop-php-l10n-it, kdevelop-php-l10n-nds, kdevelop-php-l10n-nl, kdevelop-php-l10n-pt, kdevelop-php-l10n-ptbr, kdevelop-php-l10n-sv, kdevelop-php-l10n-th, kdevelop-php-l10n-uk, kdevelop-php-l10n-zhcn, kdevelop-php-l10n-zhtw Breaks: kdevelop-php-l10n-ca, kdevelop-php-l10n-cavalencia, kdevelop-php-l10n-da, kdevelop-php-l10n-engb, kdevelop-php-l10n-es, kdevelop-php-l10n-et, kdevelop-php-l10n-fr, kdevelop-php-l10n-gl, kdevelop-php-l10n-it, kdevelop-php-l10n-nds, kdevelop-php-l10n-nl, kdevelop-php-l10n-pt, kdevelop-php-l10n-ptbr, kdevelop-php-l10n-sv, kdevelop-php-l10n-th, kdevelop-php-l10n-uk, kdevelop-php-l10n-zhcn, kdevelop-php-l10n-zhtw Filename: 4.0-0/all/kdevelop-php-l10n_1.3.1-2.5.201403230855_all.deb Size: 31234 MD5sum: 07db7abfcfff92e5444bc44f1d84e02a SHA1: b443183fa73af987c1a7f7ea83156061ada8fd32 SHA256: f29128e52d9688b17d0b51394e6dd9a630721bdc542bbdaca68e243248a30410 Description: localization files for KDevelop PHP plugin The KDevelop-PHP plugin is the language plugin for the PHP language for the KDevelop integrated development environment for KDE. . This package contains the localizations for the KDevelop PHP plugin. Homepage: http://www.kdevelop.org/ Package: kdevplatform-l10n Priority: optional Section: localization Installed-Size: 4269 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdevplatform Version: 1.3.1-2.12.201403230914 Replaces: kdevplatform-l10n-ca, kdevplatform-l10n-cavalencia, kdevplatform-l10n-da, kdevplatform-l10n-de, kdevplatform-l10n-engb, kdevplatform-l10n-es, kdevplatform-l10n-et, kdevplatform-l10n-fi, kdevplatform-l10n-fr, kdevplatform-l10n-gl, kdevplatform-l10n-hu, kdevplatform-l10n-it, kdevplatform-l10n-nds, kdevplatform-l10n-nl, kdevplatform-l10n-pt, kdevplatform-l10n-ptbr, kdevplatform-l10n-ru, kdevplatform-l10n-sl, kdevplatform-l10n-sv, kdevplatform-l10n-th, kdevplatform-l10n-tr, kdevplatform-l10n-uk, kdevplatform-l10n-zhcn, kdevplatform-l10n-zhtw Suggests: kde-l10n Breaks: kdevplatform-l10n-ca, kdevplatform-l10n-cavalencia, kdevplatform-l10n-da, kdevplatform-l10n-de, kdevplatform-l10n-engb, kdevplatform-l10n-es, kdevplatform-l10n-et, kdevplatform-l10n-fi, kdevplatform-l10n-fr, kdevplatform-l10n-gl, kdevplatform-l10n-hu, kdevplatform-l10n-it, kdevplatform-l10n-nds, kdevplatform-l10n-nl, kdevplatform-l10n-pt, kdevplatform-l10n-ptbr, kdevplatform-l10n-ru, kdevplatform-l10n-sl, kdevplatform-l10n-sv, kdevplatform-l10n-th, kdevplatform-l10n-tr, kdevplatform-l10n-uk, kdevplatform-l10n-zhcn, kdevplatform-l10n-zhtw Filename: 4.0-0/all/kdevplatform-l10n_1.3.1-2.12.201403230914_all.deb Size: 1413480 MD5sum: beed64f7439c1748789b7d67f5a6c3a7 SHA1: 8b9065da34e6e4dc71373dcb5040aa507427ff45 SHA256: 10b9dd63c211b857be744d100803ee826c7193b40f855dc93bf3268bd263b940 Description: language package for the KDevelop platform This package contains the localization files for applications using the KDevelop platform. . This package is part of the KDevelop platform. Homepage: http://www.kdevelop.org/ Package: kdewallpapers Priority: optional Section: kde Installed-Size: 113177 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Replaces: kdebase-workspace-data (<< 4:4.7.0) Suggests: kde-window-manager | x-window-manager Breaks: kdebase-workspace-data (<< 4:4.7.0) Filename: 4.0-0/all/kdewallpapers_4.8.4-5.52.201403230403_all.deb Size: 114399976 MD5sum: cfdb61e0003d81b501b8c0304292314a SHA1: 024a85a7db3569b7dd3b169c7ce516ee861753df SHA256: 8d6566e8131a534f573898720eb059be4e4793d1d4f7da37249acd92a26fc72e Description: extra KDE artwork wallpapers for the KDE Plasma Workspaces This package contains more additional wallpapers for KDE Plasma Workspaces, in addition to the ones provided with kde-wallpapers. . This package is part of the KDE artwork module. Homepage: http://www.kde.org/ Package: kdewebdev Priority: optional Section: kde Installed-Size: 31 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-1.24.201403230938 Depends: kfilereplace (>= 4:4.8.4-1.24.201403230938), kimagemapeditor (>= 4:4.8.4-1.24.201403230938), klinkstatus (>= 4:4.8.4-1.24.201403230938), kommander (>= 4:4.8.4-1.24.201403230938) Filename: 4.0-0/all/kdewebdev_4.8.4-1.24.201403230938_all.deb Size: 5538 MD5sum: 2e958b188952d70b154be34c5e33d160 SHA1: 9ab34b582f2c8cc24a9a8208746f563b47f87c75 SHA256: dadd6249803f186bdd8f00f52dfd451eedb3e36ee7e8830e6bdde288e41aa732 Description: web development apps from the official KDE release This metapackage includes a collection of web development applications provided with the official release of KDE. Homepage: http://kdewebdev.org/ Package: kdiff3-doc Priority: optional Section: doc Installed-Size: 1742 Maintainer: Eike Sauer Architecture: all Source: kdiff3 Version: 0.9.96-4.14.201403231000 Replaces: kdiff3 (<= 0.9.92-1) Recommends: kdiff3 | kdiff3-qt Breaks: kdiff3 (<= 0.9.92-1) Filename: 4.0-0/all/kdiff3-doc_0.9.96-4.14.201403231000_all.deb Size: 717262 MD5sum: 3ade4ed550135ac8248d994e7f97a5aa SHA1: da4f7d0a3f98fa47f5370bf06a155177088dd125 SHA256: c045fb6fff331b7ece525306944554905c4aff86327e70bf89c783257dff8716 Description: documentation for kdiff3 KDiff3 compares two or three input files and shows the differences line by line and character by character. This package contains the HTML documentation. Homepage: http://kdiff3.sourceforge.net Package: kdirstat Priority: optional Section: oldlibs Installed-Size: 27 Maintainer: Jerome Robert Architecture: all Source: k4dirstat Version: 2.7.3-1.2.201403221722 Depends: k4dirstat Filename: 4.0-0/all/kdirstat_2.7.3-1.2.201403221722_all.deb Size: 2400 MD5sum: 8ea2874e8ee74ac7ee219e99ba595e57 SHA1: cdf1ef140fcd4fe46bc0ac3cbb31564810e77a27 SHA256: e83f8e0c15fe4025837aa96619a85dcf8d130e96069f8c9067945aa00021549c Description: Transitional package for k4dirstat This is a transitional dummy package to ease the migration from the kdirstat to the new k4dirstat package. Homepage: http://bitbucket.org/jeromerobert/k4dirstat Package: kdm-gdmcompat Priority: extra Section: kde Installed-Size: 71 Maintainer: Fabian Knittel Architecture: all Version: 0.13-2.4.201403231013 Replaces: kdmflexiserver Depends: kdm, xauth, lsb-base (>= 3.2-13) Conflicts: kdmflexiserver Filename: 4.0-0/all/kdm-gdmcompat_0.13-2.4.201403231013_all.deb Size: 9866 MD5sum: b97b46926ba482447d4db5210086b774 SHA1: 34a24db96badcc8f3983122697b692fc268403ff SHA256: dcbc4d41e9efaf94400b36372986ea572679bf596f986640ca944313415f30df Description: Provide basic gdm functionality to systems running kdm This package provides a gdmflexiserver replacement utility and a daemon emulating gdm's control socket. The idea is to allow screen savers (especially xscreensaver and gnome-screensaver) and desktops which depend on gdm, to seamlessly integrate with kdm. The tools communicate with kdm via kdmctl. Enhances: kdm Homepage: http://opensource.fsmi.uni-karlsruhe.de/projects/kdm-gdmcompat/ Package: kdm-theme-aperture Priority: extra Section: kde Installed-Size: 376 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/kdm-theme-aperture_0.r1552-1.2.201403141624_all.deb Size: 273978 MD5sum: d320a5da56dabdcc360ce93b0120e56d SHA1: d0cf338da589d44430da6ff2d2df8108807d396a SHA256: 10e673ed4aab662b42d4f393d68c6e51135a9f7875073f2f8da4157b8f6fa67c Description: very glossy Qt4/KDE4 kdm theme - aperture variant Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the kdm theme for Bespin - Aperture variant Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: kdm-theme-bespin Priority: extra Section: kde Installed-Size: 494 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/kdm-theme-bespin_0.r1552-1.2.201403141624_all.deb Size: 455850 MD5sum: d4d5f788683f4fba3f80997d0c6edeac SHA1: 3f13a26094b0ed284b72b6e4d4e692fee71b196f SHA256: 491d25437f95294135eeb069d58bda381734c6a7eca99f2f9017992df7412ae4 Description: very glossy Qt4/KDE4 kdm theme Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the kdm theme for Bespin Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: kdm-theme-tibanna Priority: extra Section: kde Installed-Size: 469 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/kdm-theme-tibanna_0.r1552-1.2.201403141624_all.deb Size: 370008 MD5sum: 7e55df613098fe6a711e7278f772a213 SHA1: 066a8dc8c5f82fa7bbcf737a84e9e6a38499922e SHA256: a81cc83dc5f1a48ee742ccb2e9f47f83f9632539036b331966586804f76a2e39 Description: very glossy Qt4/KDE4 kdm theme - tibanna variant Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the kdm theme for Bespin - Tibanna variant Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: kdump-tools Priority: optional Section: devel Installed-Size: 83 Maintainer: John Wright Architecture: all Source: makedumpfile Version: 1.4.3-1.4.201403141206 Depends: makedumpfile, kexec-tools Filename: 4.0-0/all/kdump-tools_1.4.3-1.4.201403141206_all.deb Size: 18104 MD5sum: 22cec85e823a6e9f1e2da0f872bd2c78 SHA1: b6eb937db638d28f15696d8ab5c3579d01ac83d6 SHA256: 0f8d33adc072782a19178230fcca50dba11f5079ae1b197155f26d6b2a2efaf2 Description: scripts and tools for automating kdump (Linux crash dumps) kdump-tools provides an init script and a configuration script for automating the use of kdump. It uses the makedumpfile utility to reduce the size of the /proc/vmcore file based on user preferences. . After installing, please see /usr/share/doc/kdump-tools/README.Debian for information on enabling and configuring kdump. Package: kedpm-gtk Priority: extra Section: utils Installed-Size: 260 Maintainer: Antoine Beaupré Architecture: all Source: kedpm Version: 0.5.0-4.2.201403231024 Depends: kedpm (>= 0.5.0-4.2.201403231024), python-gtk2 (>= 1.99.14-1), python-glade2 Filename: 4.0-0/all/kedpm-gtk_0.5.0-4.2.201403231024_all.deb Size: 29006 MD5sum: cd6817287c57259355d7e02fabbd7a2e SHA1: 8b9150555794cb4facac69930c1c0eaf003ff35f SHA256: 865626b29b29adedb81708ecfd8fe043a4eb40171bff17bbc7b224e933e18edf Description: KED Password Manager Ked Password Manager helps to manage large amounts of passwords and related information, and simplifies the tasks of searching and entering password data. . It is Figaro Password Manager compatible and can act as a near-complete replacement. . Ked Password Manager has a command line and gtk2 based user interfaces. Homepage: https://redmine.koumbit.net/projects/kedpm Package: kedpm Priority: extra Section: utils Installed-Size: 192 Maintainer: Antoine Beaupré Architecture: all Version: 0.5.0-4.2.201403231024 Depends: python (>= 2.1), python-crypto Filename: 4.0-0/all/kedpm_0.5.0-4.2.201403231024_all.deb Size: 33824 MD5sum: 5a37c0ed70532c8346aa65602c317243 SHA1: ebe6edd72eaf84380b3edb3abfcd205ed67a9654 SHA256: 38fe9e23417d09124e429bce55b18fe9f289c630c1955cdc487821b18c15d1cb Description: KED Password Manager Ked Password Manager helps to manage large amounts of passwords and related information, and simplifies the tasks of searching and entering password data. . It is Figaro Password Manager compatible and can act as a near-complete replacement. . Ked Password Manager has a command line and gtk2 based user interfaces. Homepage: https://redmine.koumbit.net/projects/kedpm Package: keepass2-doc Priority: optional Section: doc Installed-Size: 921 Maintainer: Debian CLI Applications Team Architecture: all Source: keepass2 Version: 2.19+dfsg-2.2.201403231033 Depends: keepass2 Suggests: xdotool Filename: 4.0-0/all/keepass2-doc_2.19+dfsg-2.2.201403231033_all.deb Size: 531004 MD5sum: 46e680f2f036b45d5bc23966f9e03055 SHA1: b4f1f63ea36cf77b35beb0591dcb5298c6525491 SHA256: 473f34c9211bdb86cf1bda7565638dce0b17ab191332ae1d95ce5f212c9630f4 Description: Password manager - Documentation KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and mobile devices. You can store your passwords in highly-encrypted databases, which can only be unlocked with one master password and/or a key file. A database consists of only one file that can be transferred from one computer to another easily. KeePass can import data from various file formats. The password list can be exported to various formats, including TXT, HTML, XML and CSV files. . This package contains the documentation. Homepage: http://keepass.info/ Package: keepass2 Priority: optional Section: utils Installed-Size: 2128 Maintainer: Debian CLI Applications Team Architecture: all Version: 2.19+dfsg-2.2.201403231033 Depends: mono-runtime (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-configuration4.0-cil (>= 1.0), libmono-system-drawing4.0-cil (>= 1.0), libmono-system-security4.0-cil (>= 1.0), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Suggests: keepass2-doc, mono-dmcs, xdotool Filename: 4.0-0/all/keepass2_2.19+dfsg-2.2.201403231033_all.deb Size: 933790 MD5sum: 5ec9051a2e3019f9ab77579a65491847 SHA1: f3ec1480559d2c2957183679b8a539a5b1ca5f16 SHA256: 21c46f9de00403e89d8fd42c736a70fb5e7b8dca0dcc6f001b3c7dd3451c9ce0 Description: Password manager KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and mobile devices. You can store your passwords in highly-encrypted databases, which can only be unlocked with one master password and/or a key file. A database consists of only one file that can be transferred from one computer to another easily. KeePass can import data from various file formats. The password list can be exported to various formats, including TXT, HTML, XML and CSV files. Homepage: http://keepass.info/ Package: keepnote Priority: optional Section: utils Installed-Size: 2805 Maintainer: Khalid El Fathi Architecture: all Version: 0.7.8-1.2.201403231045 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gtk2, python-glade2, libsqlite3-0 Suggests: python-gnome2-extras Filename: 4.0-0/all/keepnote_0.7.8-1.2.201403231045_all.deb Size: 545666 MD5sum: b0a86e07cee9053fc5b97d537110c3a5 SHA1: dd8589d8605f7f76b673ec03705d819251c9f20e SHA256: 98f825148e197ccdb0135491a3d510da94a03587c9a3a5db6942671fef4d473d Description: cross-platform note-taking and organization application With KeepNote, you can store your class notes, TODO lists, research notes, journal entries, paper outlines, etc in a simple notebook hierarchy with rich-text formatting, images, and more. Using full-text search, you can retrieve any note for later reference. . KeepNote is designed to be cross-platform (implemented in Python and PyGTK) and stores your notes in simple and easy to manipulate file formats (HTML and XML). Archiving and transferring your notes is as easy as zipping or copying a folder. Homepage: http://keepnote.org Package: kephra Priority: optional Section: perl Installed-Size: 1662 Maintainer: Debian Perl Group Architecture: all Version: 0.4.3.32+dfsg-2.2.201403231052 Depends: perl, libconfig-general-perl, libfile-userconfig-perl, libwx-perl, libwx-perl-processstream-perl, libyaml-tiny-perl Filename: 4.0-0/all/kephra_0.4.3.32+dfsg-2.2.201403231052_all.deb Size: 448036 MD5sum: 4fc3348bd62b84267d18ef2365edd980 SHA1: 9e84c6d74365d8731cfb87a6c4dcdacd01a8aeb2 SHA256: 536fd2a9f84fa7852879bbdf85cb42e733f8de28cfe53ae8dc03741ed1069813 Description: gui text editor along Perl alike Paradigms Kephra is gui text editor writen in Perl but not only for Perl developers. . The features of Kephra are: - File: file sessions, history, simple templates, open all of a dir, insert, autosave by timer, save copy as, rename, close all other, detection if file where changed elsewhere - Editing: unlimited undo with fast modes, replace (clipboard and selection), line edit functions, move line/selection, indenting, block formating, delete trailing space, comment, convert (case, space or indention) rectangular selection with mouse and keyboard, auto- and braceindention - Navigation: bracenav, blocknav, doc spanning bookmarks, goto last edit, last doc, rich search, incremental search, searchbar and search dialog - Tools: run script (integrated output panel), notepad panel, color picker - Doc Property: syntax mode, codepage, tab use, tab width, EOL, write protection - View: all app parts and margins can be switched on and off, syntaxhighlighting bracelight, ight margin, indention guide, caret line, line wrap, EOL marker, visible whitespace, changeable font - Configs: config files to be opened through a menu: settings, all menus, commandID's, event binding, icon binding, key binding, localisation (translate just one file to transelate the app), syntaxmodes and some help texts to be opened as normal files Homepage: http://kephra.sourceforge.net Package: kernel-package Priority: optional Section: kernel Installed-Size: 1846 Maintainer: Manoj Srivastava Architecture: all Version: 12.036+nmu3.25.201403231104 Depends: build-essential, make (>= 3.80-10), po-debconf, gettext, file, debianutils (>= 2.30), binutils (>= 2.12), util-linux (>= 2.10o), module-init-tools (>= 0.9.10) Recommends: cpio Suggests: linux-source | kernel-source, e2fsprogs (>= 1.41.4), libncurses-dev, docbook-utils, xmlto, bzip2, linux-initramfs-tool, grub (>= 0.93) | grub2, jfsutils (>= 1.1.3), mcelog (>= 0.6), oprofile (>= 0.9), pcmciautils (>= 004), ppp (>= 2.4.0), procps (>= 3.2.0), reiserfsprogs (>= 3.6.3), squashfs-tools (>= 4.0), udev (>= 081), xfsprogs (>= 2.6.0), quota, btrfs-tools Filename: 4.0-0/all/kernel-package_12.036+nmu3.25.201403231104_all.deb Size: 524262 MD5sum: eaf7176fc06d8e0bf35a96f6db8997a9 SHA1: c24a8a7d51670e93c22a4e7c2349cf7d5d1b3db3 SHA256: d7ed32fb950b0addc62af24889275f6b295abb3f95193c776b8acab6f83fe832 Description: A utility for building Linux kernel related Debian packages. This package provides the capability to create a Debian kernel image package by just running make-kpkg kernel_image in a kernel source directory tree. It can also package the relevant kernel headers into a kernel-headers package. In general, this package is very useful if you need to create a custom kernel, if, for example, the default kernel does not support some of your hardware, or you wish a leaner, meaner kernel. It also scripts the steps that need be taken to compile the kernel, which is quite convenient (forgetting a crucial step once was the initial motivation for this package). Please look at /usr/share/doc/kernel-package/Rationale.gz for a full list of advantages of this package. Package: kernel-patch-atopacct Priority: optional Section: kernel Installed-Size: 76 Maintainer: Edelhard Becker Architecture: all Source: atoppatch Version: 1:1.23-1.4.201403131811 Depends: bash (>= 2.0), patch, grep-dctrl, kernel-patch-atopcnt Filename: 4.0-0/all/kernel-patch-atopacct_1.23-1.4.201403131811_all.deb Size: 18406 MD5sum: 4280b33c3ffe69ffb1a955a07e4af390 SHA1: defa8775e92195d1076adc6051d8a861186f01ef SHA256: a69603a22045995a6c49558a8d10da6e79bdab67cd66e4f30a69f9399f1ff4c3 Description: save additional statistical counters for atop in the record This patch takes care that the additional statistical counters are added to the process-accounting record (yes, this means an incompatible layout of this record). When this patch is installed, ATOP automatically shows the additional counters for terminated processes as well. Since the pid of processes is also stored in the modified process-accounting record, matching this info with the formerly running process is less time-consuming compared to the conventional process-accounting record. . Author: Gerlof Langeveld Enhances: kernel-patch-atopcnt Homepage: http://www.atconsultancy.nl/atop/kernpatch.html Package: kernel-patch-atopcnt Priority: optional Section: kernel Installed-Size: 90 Maintainer: Edelhard Becker Architecture: all Source: atoppatch Version: 1:1.23-1.4.201403131811 Depends: bash (>= 2.0), patch, grep-dctrl Filename: 4.0-0/all/kernel-patch-atopcnt_1.23-1.4.201403131811_all.deb Size: 22872 MD5sum: f3cd356f975ceed84a55a16f20cc39ee SHA1: 02eaac354e12a3bf965da8af97025ce4e13a7478 SHA256: 869bd36293d7790ac9b71ced981e0c953c9da70e0b07aa0575a9fc35931ffddb Description: additional statistical counters for atop This patch takes care that statistical counters are added to the process-administration (task_struct) and that these counters are incremented per process. The additional counters are shown via the file /proc/pid/stat as a second line of counters. When this patch is installed, atop automatically shows another layout for the generic screen (including disk- and network-transfers for active processes). However for terminated process these additional counters are not shown, because the conventional layout of the process-accounting record has not been adapted. . Author: Gerlof Langeveld Enhances: atop Homepage: http://www.atconsultancy.nl/atop/kernpatch.html Package: kernel-patch-grsecurity2 Priority: extra Section: kernel Installed-Size: 33 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: linux-patch-grsecurity2 Version: 2.9.1+3.2.21-201206221855-1.4.201403131043 Depends: linux-patch-grsecurity2 Filename: 4.0-0/all/kernel-patch-grsecurity2_2.9.1+3.2.21-201206221855-1.4.201403131043_all.deb Size: 6940 MD5sum: a079fd46f354422072784fb8553b80a8 SHA1: d60acf2e21be89f17dc7bb8ec6794c3f0021e2bd SHA256: b4409d898b4b0ec06046efe89d7155785b8fdd621c1e3c2a0171e723202643ce Description: transitional package for Debian Lenny This is a transitional package to linux-patch-grsecurity2 . . You may safely remove this package. Homepage: http://www.grsecurity.net/ Package: kernel-patch-scripts Priority: optional Section: kernel Installed-Size: 70 Maintainer: Yann Dirson Architecture: all Source: dh-kpatches Version: 0.99.36.34.201411012231 Recommends: kernel-package Filename: 4.0-0/all/kernel-patch-scripts_0.99.36.34.201411012231_all.deb Size: 17668 MD5sum: c29479bad164702f7aa0bc3af073701e SHA1: cb3fddbcd4b8786b1f8f6703ed92945a1b95fd06 SHA256: 1c982cad6b26741515e4a585c3c676557bb487ba57496a2abddf49cc1451edf0 Description: Scripts to help dealing with packaged kernel patches This package contains scripts useful to people making use of the various kernel-patch packages. It currently contains: . * lskpatches: a tool that lists installed patches, and gives useful information about them. Enhances: kernel-package Package: kernel-patch-viewos Priority: optional Section: kernel Installed-Size: 454 Maintainer: Debian VSquare Team Architecture: all Version: 0.20120115-2.4.201403231109 Depends: bash (>= 2.0), patch, grep-dctrl Filename: 4.0-0/all/kernel-patch-viewos_0.20120115-2.4.201403231109_all.deb Size: 245918 MD5sum: e034729c7c5bb8349f956d3e04b04907 SHA1: 966759c478b16e3564394ba44517a08953580345 SHA256: 92e2182c3b3fc640c1d4a221d48a01ef46e2c2405215269cbfe18cb60ace2ae6 Description: View-OS - Kernel patch for better UMView performances View-OS is a novel approach to the process/kernel interface. The semantics of each system call can be assigned process by process giving the user the right to decide which view of the system each process has to join. Each process can "see" a different file system structure, networking resources, processor, devices. Moreover some of the resources can be provided by the user him/herself, thus these resource can be private to the single process and are not known a priori by the system. Groups of processes can share the same view but this is just an optimization to share management methods. . For more information, see http://wiki.virtualsquare.org . This package contains a couple of kernel patches that should be used together with UMView. Though not required, they consent dramatic improvements in performances. These patches are quite general and can also be used by other virtualization software (as User Mode Linux, or everything that uses the ptrace() system call) to increase performances. Enhances: umview Homepage: http://view-os.sourceforge.net Package: kernel-wedge Priority: optional Section: utils Installed-Size: 120 Maintainer: Debian Install System Team Architecture: all Version: 2.85.10.201403231111 Depends: debhelper (>= 7.0.0), make Filename: 4.0-0/all/kernel-wedge_2.85.10.201403231111_all.deb Size: 44728 MD5sum: 8849b9801e675c061776a8346c11f1e9 SHA1: 5ae4d7916ba14e1643962c239429b3fa08aaf310 SHA256: 57e947485d0e601f621e7e74cc1ff783f085dcc7c71d6be13bfd26c0825d0436 Description: udeb package builder for Debian-Installer kernel-wedge splits udeb packages out of a kernel image deb. The udebs are used by the Debian-Installer. Package: ketchup Priority: optional Section: devel Installed-Size: 77 Maintainer: Johann Felix Soden Architecture: all Version: 1.0.1+git20111228+e1c62066-1.4.201403231122 Depends: python, patch, bzip2, xz-utils Filename: 4.0-0/all/ketchup_1.0.1+git20111228+e1c62066-1.4.201403231122_all.deb Size: 15244 MD5sum: c85c2374ae05804a6e15a0b766934a30 SHA1: c4932d283b37d26dc49cef32acdd0cdba30ebb78 SHA256: 32f3cb4602aeb2e781227b871dae9996c3d203487ac94164b979bf31135f7e99 Description: update utility for linux-kernel sources This utility can update (or install) kernel sources automatically. It can search for the newest kernel in numerous trees (vanilla, rc, tiny, mm, mjb, etc.). . It can also automatically download the needed patches (and apply them) to create the newest repository from an old one. Homepage: https://github.com/psomas/ketchup Package: keurocalc-data Priority: optional Section: kde Installed-Size: 2473 Maintainer: Debian KDE Extras Team Architecture: all Source: keurocalc Version: 1.2.0-1.4.201403231127 Replaces: keurocalc Suggests: keurocalc Filename: 4.0-0/all/keurocalc-data_1.2.0-1.4.201403231127_all.deb Size: 1538974 MD5sum: ca148731e96059874cf6f32125b58c73 SHA1: d31858f9aefa951031ace44ed28808042d768ceb SHA256: 2da999d6f07b71233d6ab08ebb1f28241849f69bb6d548215273c64c7800971a Description: universal currency converter and calculator - data package KEurocalc is a universal currency converter and calculator. It downloads latest exchange rates directly from the European Central Bank and Time Genie. . This is a data package containing some files needed by the keurocalc binary package. Homepage: http://opensource.bureau-cornavin.com/keurocalc/ Package: kexi-plugin-kspread Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: kexi-calligrasheets-driver Filename: 4.0-0/all/kexi-plugin-kspread_2.4.3+2.2.201403160215_all.deb Size: 1992 MD5sum: cb832434b947202d4e28b9c937f1a65a SHA1: 4e60a5dad63ba045c483353f68a48fa543325095 SHA256: 2e7727d205c7f1bb8709b251c977b845437ebd94ef5c9fb837109cb42af1de0c Description: transitional dummy package for kexi-calligrasheets-driver This transitional package allows one to migrate to the newer name of the KSpread plugin for Kexi. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kexi-plugin-mysql Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: kexi-mysql-driver Filename: 4.0-0/all/kexi-plugin-mysql_2.4.3+2.2.201403160215_all.deb Size: 1986 MD5sum: 7abe105bf447f1d1d1b1197d0fe283ae SHA1: 9404cc7e233f9ff885ba675e59439f119da05223 SHA256: c4848639183af4cfede0cbc0e0a3ed271a4d0b5349b0829be11712828d788e90 Description: transitional dummy package for kexi-mysql-driver This transitional package allows one to migrate to the newer name of the MySQL plugin for Kexi. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kexi-plugin-postgresql Priority: extra Section: oldlibs Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: kexi-postgresql-driver Filename: 4.0-0/all/kexi-plugin-postgresql_2.4.3+2.2.201403160215_all.deb Size: 1992 MD5sum: 9e938d64950eae827c215db7f861d4e6 SHA1: 16514753270e7e13576ccd8036530e23663054d4 SHA256: a5e53edbf6b40989159a442c3c50d7d90b94575053a962664274b8f04cc9ad4a Description: transitional dummy package for kexi-postgresql-driver This transitional package allows one to migrate to the newer name of the PostgreSQL plugin for Kexi. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kexi-plugin-xbase Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: kexi-xbase-driver Filename: 4.0-0/all/kexi-plugin-xbase_2.4.3+2.2.201403160215_all.deb Size: 1986 MD5sum: a771eddad8c38ed5e7cacb70e2700186 SHA1: a8ab0f18933a50f6b8e8cd7e149d76ccf1cf4822 SHA256: 83300d6b9617eb08e6ad2cc2ed14e1d10c44f50309840baf6a01639bdf4af399 Description: transitional dummy package for kexi-xbase-driver This transitional package allows one to migrate to the newer name of the XBase plugin for Kexi. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: key-mon Priority: optional Section: utils Installed-Size: 2395 Maintainer: Andrea Colangelo Architecture: all Version: 1.13-1.2.201403231137 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-xlib, python-gtk2 Filename: 4.0-0/all/key-mon_1.13-1.2.201403231137_all.deb Size: 169782 MD5sum: 7017726b7143296d1df17b77bd9c7acc SHA1: d8e57dcb42aa7138790eba207171896a51971618 SHA256: 5d76fc2823f1f0a2fc330e30e47764daf3ed7909822d182f136094be1579ba82 Description: Utility to show live keyboard and mouse status key-mon shows on the desktop indicators of current keyboard and mouse status, and updates them live when you press keys or mouse buttons. It is very useful for teaching, live presentation and screencasts to show the user what keys/buttons you are pressing. . Features include several different themes, scalability to any size, support for super key and mouse wheel, support for multiple mouses/keyboards. Homepage: https://code.google.com/p/key-mon Package: keyanalyze Priority: optional Section: utils Installed-Size: 36 Maintainer: Thijs Kinkhorst Architecture: all Source: signing-party Version: 1.1.4-1.9.201403191639 Depends: signing-party (>= 1.1) Filename: 4.0-0/all/keyanalyze_1.1.4-1.9.201403191639_all.deb Size: 10982 MD5sum: d15a854ef52a9fa06f9bfbec282b5939 SHA1: c3761d98761b6a9cff7bb36ba7305ced077fd08d SHA256: e280fccfa42701d41ee72dc43173ae2ec9f61ab65ab5ad17e2e2627544bd3ad8 Description: transitional package to pull in signing-party This is an empty package to pull in signing-party in which keyanalyze is now included. It can safely be removed. Homepage: http://pgp-tools.alioth.debian.org/ Package: keyboards-rg Priority: optional Section: misc Installed-Size: 90 Maintainer: Radovan Garabík Architecture: all Version: 0.2.4.201403231143 Depends: xserver-xorg, xkb-data (>= 0.8-8) Suggests: xbase-clients Filename: 4.0-0/all/keyboards-rg_0.2.4.201403231143_all.deb Size: 13464 MD5sum: e0faa71bb81d208faaa18775d7fd71ad SHA1: 407fca56e7d753dd7213efaaefd55f2ba4323f1e SHA256: 165e0f9b7bfd4037c4e99aaf266e3859800d2fe65ba34159f4245896b60aa377 Description: Various keyboard layouts for X-window and linux console keyboards-rg includes several keyboard layouts. Currently there is a Slovak programmers keyboard, Pan-cyrillic yawerty keyboard with Russian, Ukrainian and Belarusia variants and an Esperanto keyboard for the X-window system. Package: keychain Priority: extra Section: net Installed-Size: 115 Maintainer: Cesar Mendoza Architecture: all Version: 2.7.1-1.4.201403231145 Depends: openssh-client | ssh-client, grep (>= 2.4.2-1) Suggests: gnupg-agent, ssh-askpass Filename: 4.0-0/all/keychain_2.7.1-1.4.201403231145_all.deb Size: 42278 MD5sum: 5b42d5fe86e13374ada0c1d3ea5cd682 SHA1: 8f08b9a1e83023ac6248138124289f0b2d152f12 SHA256: af36c2a0c26d040092f48f27960733cd49387c96c7bde02982549a218aa34f7f Description: key manager for OpenSSH Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When keychain is run, it checks for a running ssh-agent, otherwise it starts one. It saves the ssh-agent environment variables to ~/.keychain/\$\{HOSTNAME\}-sh, so that subsequent logins and non-interactive shells such as cron jobs can source the file and make passwordless ssh connections. In addition, when keychain runs, it verifies that the key files specified on the command-line are known to ssh-agent, otherwise it loads them, prompting you for a password if necessary. Package: keyjnote Priority: extra Section: x11 Installed-Size: 41 Maintainer: Yaroslav Halchenko Architecture: all Source: impressive Version: 0.10.3-2.4.201403201741 Depends: impressive Filename: 4.0-0/all/keyjnote_0.10.3-2.4.201403201741_all.deb Size: 5184 MD5sum: 24e349760faad01b3580bcf9a3ca4cab SHA1: 5619bce267176c9002cc5d50e6de509ee38029c6 SHA256: c55387711e2eebe6e05baedc9e0680bb4ae94e173b2c733f21f6cd5967403dd9 Description: PDF presentation tool with eye candies (transition package) Package to ease upgrading for previousely installed versions of keyjnote, which was later renamed into impressive. Also it provides symbolic links from keyjnote to impressive module and executable. . This package can be purged at anytime once the impressive package has been installed and user comprehends the change of the project name. Homepage: http://impressive.sourceforge.net/ Package: keymapper Priority: optional Section: utils Installed-Size: 229 Maintainer: Colin Watson Architecture: all Version: 0.5.3-10.1.4.201403231150 Depends: python (>= 2.6.6-7~), python (<< 2.8), xkb-data | xkeyboard-config, yapps2-runtime (>= 2.1.1-17) Suggests: graphviz Filename: 4.0-0/all/keymapper_0.5.3-10.1.4.201403231150_all.deb Size: 52650 MD5sum: 9076a7a0caccd654a244f76ddda1e604 SHA1: b7409cc199cb514a2723d0ce77ba184f5edd4798 SHA256: 33869802abab2c201b8fb08a39dba081ef1923b802e116622195ff6f442211b1 Description: Keyboard map decision tree builder and interpreter This package implements an alternate way to let a user decide which keyboard map to use. It generates a decision tree and then asks the user to press a couple of keys. Depending on which keycode is returned, the list of possible keyboards is pruned until there is only one left. Package: keystone-doc Priority: extra Section: doc Installed-Size: 1413 Maintainer: PKG OpenStack Architecture: all Source: keystone Version: 2012.1.1-13.2.201403231155 Depends: libjs-jquery, libjs-underscore Filename: 4.0-0/all/keystone-doc_2012.1.1-13.2.201403231155_all.deb Size: 240698 MD5sum: 0bb0c1683e901d25248f30c00625bcd5 SHA1: c3cd2c71eb109e65abb871ff5c5569e230a393d1 SHA256: 6ae98980c6481393aa123e7ed51caa0d1c1ea6b0a0cb470f99e08db9449eaa92 Description: OpenStack identity service - documentation This is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID in future versions. Out of the box, Keystone uses SQLite for its identity store database, with the option to connect to external LDAP. . This package contains the documentation. Homepage: http://launchpad.net/keystone Package: keystone Priority: extra Section: python Installed-Size: 110 Maintainer: PKG OpenStack Architecture: all Version: 2012.1.1-13.2.201403231155 Depends: python, debconf (>= 0.5) | debconf-2.0, python-keystone (= 2012.1.1-13.2.201403231155), adduser, lsb-base (>= 3.0-6), dbconfig-common, python-keystoneclient Filename: 4.0-0/all/keystone_2012.1.1-13.2.201403231155_all.deb Size: 18722 MD5sum: 8506b8b715c56d81f9e019f010be9fa8 SHA1: 80cf16c6abc95a3c6dc9e3451c6cc6fd7367d416 SHA256: 01a3a4c42a39959e55a0e77fa4096e5e2eb854707dd4f53e066e6d39cd9d7a26 Description: OpenStack identity service This is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID in future versions. Out of the box, Keystone uses SQLite for its identity store database, with the option to connect to external LDAP. . This package contains the daemons. Homepage: http://launchpad.net/keystone Package: kgb-bot Priority: optional Section: devel Installed-Size: 113 Maintainer: Debian KGB Maintainers Architecture: all Version: 1.15-2.20.201403231227 Depends: perl, adduser, libpoe-component-irc-perl (>= 5.56), libpoe-component-server-soap-perl, libpoe-perl, libproc-pid-file-perl, libschedule-ratelimiter-perl, libyaml-perl, kgb-client (>= 1.15) Suggests: polygen, libipc-run-perl, libfile-which-perl Filename: 4.0-0/all/kgb-bot_1.15-2.20.201403231227_all.deb Size: 24546 MD5sum: a67e8befd747ad60156cadeca343fcbb SHA1: a78b48b13f55ba38bc084f0ee1eddbdf695357e9 SHA256: 55e3a867c54fbfe7aab99456c22ccafc64179db12709ce7b8f46fc5f3dcb090f Description: IRC collaboration bot KGB is an IRC bot, helping people work together by notifying an IRC channel when a commit occures. . It supports multiple repositories/IRC channels and is fully configurable. . This package contains the server-side daemon, kgb-bot, which is responsible for relaying commit notifications to IRC. Homepage: http://kgb.alioth.debian.org/ Package: kgb-client-git Priority: optional Section: devel Installed-Size: 77 Maintainer: Debian KGB Maintainers Architecture: all Source: kgb-bot Version: 1.15-2.20.201403231227 Depends: perl, git-core, kgb-client, libipc-run-perl Filename: 4.0-0/all/kgb-client-git_1.15-2.20.201403231227_all.deb Size: 19010 MD5sum: d4c7eb4548b30d2bf21dcd895aa6de2d SHA1: 17398298beaae53308a5ae61cf047a2507adf17f SHA256: d27b6d9710a1a803f576c105dc49bbea2f1c130031c35d25df44213ca987810b Description: client for KGB (IRC collaboration bot) - Git support KGB is an IRC bot, helping people work together by notifying an IRC channel when a commit occures. . This package adds support to Git version control system to kgb-client. Enhances: kgb-client Homepage: http://kgb.alioth.debian.org/ Package: kgb-client Priority: optional Section: devel Installed-Size: 133 Maintainer: Debian KGB Maintainers Architecture: all Source: kgb-bot Version: 1.15-2.20.201403231227 Depends: perl, libclass-accessor-perl, libsoap-lite-perl, libsvn-perl, libyaml-perl Recommends: kgb-client-git, libfile-touch-perl Suggests: kgb-bot Filename: 4.0-0/all/kgb-client_1.15-2.20.201403231227_all.deb Size: 44864 MD5sum: 5c17e21a22af4de6e1c5011da71744f9 SHA1: b3c133b3242614e5a3b4cbee3a8e174fe7be8cce SHA256: e4571de3f9dd4124c68fe018f100f8126e1deed23d8c36ca402a077ead7f93e2 Description: client for KGB (IRC collaboration bot) KGB is an IRC bot, helping people work together by notifying an IRC channel when a commit occures. . It supports multiple repositories/IRC channels and is fully configurable. . This package contains the client-side program, kgb-client, which is supposed to be used as an hook in your version control system and sends the notifications to the KGB daemon. . Currently supported version control systems are: * Subversion * Git . Note that Git support is provided by a separate package, kgb-client-git Homepage: http://kgb.alioth.debian.org/ Package: kgeography-data Priority: optional Section: kde Installed-Size: 6873 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kgeography Version: 4:4.8.4-1.2.201403231230 Filename: 4.0-0/all/kgeography-data_4.8.4-1.2.201403231230_all.deb Size: 5885992 MD5sum: 9428984eaed1d836153f6b9e159b5dff SHA1: 3befd2f253e5548110bb3a57979a85a2373eae04 SHA256: 2346335043085884ccfe428cebc9ffa7ae1182056034cbc1e2eac2366acd0d97 Description: data files for KGeography This package contains architecture-independent data files for the KGeography geography learning tool, including maps, capitals, and flags. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: khmerconverter Priority: optional Section: text Installed-Size: 267 Maintainer: Soputtra San Architecture: all Version: 1.4-1.4.201403231247 Depends: python (>= 2.3), python-support (>= 0.90.0) Recommends: python-tk, tix Suggests: ttf-khmeros Filename: 4.0-0/all/khmerconverter_1.4-1.4.201403231247_all.deb Size: 44674 MD5sum: 53b6456663a41402841f761287f159a5 SHA1: f14d17f21a3178d1750aacf2312be908fa0efcd5 SHA256: 62acaf5808b5cc0082b7f4ae0e7798820a410c722ef780020d68699376c74fcb Description: converts between legacy Khmer encodings and Unicode khmerconverter converts files between Unicode and the legacy Khmer encodings based on fonts using the ASCII/ANSI range. . It currently supports plain text files, OpenDocument files (ODT) and HTML files encoded with UTF-8 and the ABC, ABC-ZWSP, Baidok, Fk, Khek, Limon and Truth legacy Khmer fonts. . Please install python-tk and tix to use the graphical interface (GUI). . Homepage: http://www.khmeros.info/drupal/?q=en/download/converter Package: kicad-common Priority: optional Section: electronics Installed-Size: 116634 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Replaces: kicad (<< 0.20120126+bzr3256-1) Recommends: kicad Filename: 4.0-0/all/kicad-common_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 34309808 MD5sum: efd7483579204bd007e266065f106b13 SHA1: 7d9ecee2b8060c2371c2fee118b6219458d59318 SHA256: acc29249939c02f7862a8cc5485f5de98e618e20b592e2690eabe3e9463a70e1 Description: Common files used by kicad This package contains the component libraries and language files for Kicad. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-de Priority: optional Section: electronics Installed-Size: 487 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-de_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 406864 MD5sum: f19d23284018530475cba504a5ab8e3c SHA1: 60ce550a6904e8c4e29d9094436c7e6f8e2bbe3b SHA256: 538ccd3de23b4896bef0bc1b8b9683319d37848417ba245c36d2008ed433a057 Description: Kicad help files (German) This package provides documentation for Kicad in German. . This package does not provide a German translation of the manual, only the tutorial. Manual available in the French & English packages only. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-en Priority: optional Section: electronics Installed-Size: 7098 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-en_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 6359526 MD5sum: 24c25422eb100e530caf13544033f9ab SHA1: 8c238016cf252ae7a5e712d30e4150a5b25390fa SHA256: 73363826b353d9ad68a417a175929c7e4d28bcab6ed9655ac3485867f0d5bd8e Description: Kicad help files (English) This package provides documentation for Kicad in English. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-es Priority: optional Section: electronics Installed-Size: 34 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-es_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 6682 MD5sum: 2111306ef9505ec8bebbc5811749d5aa SHA1: a3cb1c267ce852890c612d88072fa879490941c2 SHA256: ca1b4a217606ccf707aed2ca4c284cb5a8a395638e547df0557a04fd87f4de61 Description: Kicad help files (Spanish) This package provides documentation for Kicad in Spanish. . This package does not provide a Spanish translation of the manual, only the tutorial. Manual available in the French & English packages only. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-fr Priority: optional Section: electronics Installed-Size: 6703 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-fr_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 6005326 MD5sum: 504c4595305833767642342393b680a0 SHA1: 8db7bec8ad299ef4b424161c30ff7edfc38bba1f SHA256: 3e9ac453b0f07efedc0f671fbc416f6a7de15e37367d63469c44f15842d45118 Description: Kicad help files (French) This package provides documentation for Kicad in French. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-hu Priority: optional Section: electronics Installed-Size: 862 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-hu_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 760050 MD5sum: 8727112b5b2b64b3861814a1b36be4f6 SHA1: b5ecbeb193ebe05746e9d074a14a2d7caf7de59e SHA256: 165694a69144ead70e065e45159ebe1ebbc40bd32a4c43707921d33cf7556513 Description: Kicad help files (Hungarian) This package provides documentation for Kicad in Hungarian. . This package does not provide a Hungarian translation of the manual, only the tutorial. Manual available in the French & English packages only. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-it Priority: optional Section: doc Installed-Size: 997 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-it_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 796398 MD5sum: cec302a898bd951320c409cf21e1a558 SHA1: b54d66f52152d648c91f670818c47b31361f20ec SHA256: e8251e79a9b5380707f2eb433487044c43bc3e184ba5d1433d9810aee9948cca Description: Kicad help files (Italian) This package provides documentation for Kicad in Italian. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-pl Priority: optional Section: doc Installed-Size: 6462 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-pl_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 5934174 MD5sum: ce8b3a69f3c01b4f5a0fc536eace4bae SHA1: 4eaa4a1e7b20e6c23cf4d74f8fb2e11f08651bcc SHA256: 21e35809fa0a5ad2b4dd4cc77a0c1241e4c092d6dd03960466f34f3a4bdd1e26 Description: Kicad help files (Polish) This package provides documentation for Kicad in Polish. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-pt Priority: optional Section: doc Installed-Size: 34 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-pt_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 6608 MD5sum: 7ac8a826f14e6555e8598982d38d9cc5 SHA1: 18b685107fb92f822588c90c820bf8aabccdf13a SHA256: e71163bf79f3cbabae8f0cb34d158d100bd95e116a0729809ce1e48993360d37 Description: Kicad help files (Portuguese) This package provides documentation for Kicad in Portuguese. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-ru Priority: optional Section: electronics Installed-Size: 13249 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-ru_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 11741584 MD5sum: 83b9735f79187dbada93aeece06e1366 SHA1: 8066bb093d3d652594db521387dcb241a0e6fb00 SHA256: 99116b93bdae7a4b4c519b5873f22b11728b15a409eee4c0e14964293e435c73 Description: Kicad help files (Russian) This package provides documentation for Kicad in Russian. . This package does not provide a Russian translation of the manual, only the tutorial. Manual available in the French & English packages only. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kicad-doc-zh-cn Priority: optional Section: electronics Installed-Size: 554 Maintainer: Georges Khaznadar Architecture: all Source: kicad Version: 0.20120526+bzr3261-1.4.201403231310 Filename: 4.0-0/all/kicad-doc-zh-cn_0.20120526+bzr3261-1.4.201403231310_all.deb Size: 479914 MD5sum: e0892905695f762d3732ce06cb48277a SHA1: 7cdb383360971e7e2d23988697c39d8a9c22f953 SHA256: 69c97c6de7b6166a204f76aaed9b02c91d9d5ecff5771e5867f7f55c9b316f99 Description: Kicad help files (Simplified Chinese) This package provides documentation for Kicad in Simplified Chinese. . This package does not provide a Simplified Chinese translation of the manual, only the tutorial. Manual available in the French & English packages only. Homepage: http://iut-tice.ujf-grenoble.fr/kicad/ Package: kiki Priority: optional Section: python Installed-Size: 187 Maintainer: Ignace Mouzannar Architecture: all Version: 0.5.6-8.4.201403231402 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-wxgtk2.8 Filename: 4.0-0/all/kiki_0.5.6-8.4.201403231402_all.deb Size: 35502 MD5sum: df3b6017e61983934980d1b0c1888711 SHA1: 5d9ad300c95cc54e2e84688f83e4d9181a350822 SHA256: 6bf728d84ffd4d709f4c345011fd5be0b232cf2d2889d9aa9ab0e637921ce999 Description: tool for python regular expression testing A free environment for regular expression testing (ferret). It allows you to write regexes and test them against a sample text, providing extensive output about the results. It is useful for several purposes: . - exploring and understanding the structure of match objects generated by the re module, making Kiki a valuable tool for people new to regexes. - testing regexes on sample text before deploying them in code. . Kiki can function on its own or as plugin for the Spe Python editor. Homepage: http://project5.freezope.org/kiki Python-Version: 2.6, 2.7 Package: kile-doc Priority: optional Section: doc Installed-Size: 4143 Maintainer: Debian KDE Extras Team Architecture: all Source: kile Version: 1:2.1.0-1.8.201403231405 Filename: 4.0-0/all/kile-doc_2.1.0-1.8.201403231405_all.deb Size: 2920160 MD5sum: 54195472017dc1b67ae536d9f1c3436a SHA1: 5010d26b51b3b544476706e97933ec77218593fc SHA256: 92056d63bceacd182172785becbc01e9ac44ceb4e2eb8a0f26c9fd19a882e1ef Description: KDE Integrated LaTeX Environment (documentation) Kile is a user-friendly LaTeX source editor and TeX shell for KDE. . This package contains the documentation for Kile. Homepage: http://kile.sourceforge.net Package: kile-l10n Priority: optional Section: localization Installed-Size: 5321 Maintainer: Debian KDE Extras Team Architecture: all Source: kile Version: 1:2.1.0-1.8.201403231405 Replaces: kile-i18n (<< 2.1.0-1) Depends: kile (>= 1:2.1.0-1.8.201403231405) Breaks: kile-i18n (<< 2.1.0-1) Filename: 4.0-0/all/kile-l10n_2.1.0-1.8.201403231405_all.deb Size: 1784484 MD5sum: 280e588d8873ef4e823fad2a3640ef03 SHA1: 7fe4b75e331ca5982a3032563434f0b11b8016f5 SHA256: 17b229dac68205e4364ab3e951972c1988480a089ae24e4aa84849343fa45416 Description: KDE Integrated LaTeX Environment (localization) Kile is a user-friendly LaTeX source editor and TeX shell for KDE. . This package contains the translations for Kile. Homepage: http://kile.sourceforge.net Package: killer Priority: optional Section: misc Installed-Size: 90 Maintainer: Debian Edu Developers Architecture: all Version: 0.90-8.5.201403231417 Depends: perl, exim4 | mail-transport-agent Filename: 4.0-0/all/killer_0.90-8.5.201403231417_all.deb Size: 24598 MD5sum: 5669cde0350e425d1ca867d14eddcf30 SHA1: 75f49c47e5af3bea9e599f547392c6ec6dbf0e82 SHA256: 53ab8f1d9a0808ec64d77cd4aca9f33b5a83e61f5ba37335418604aee038873c Description: Background job killer killer is a perl script that gets rid of background jobs. Background jobs are defined as processes that belong to users who are not currently logged into the machine. Jobs can be run in the background (and are exempt from *killer*'s actions) if their scheduling priority has been reduced by increasing their nice(1) value or if they are being run through condor. . When the package is installed, a cron job is installed to run killer once an hour. Package: kimwitu++-doc Priority: optional Section: doc Installed-Size: 584 Maintainer: Michael Piefel Architecture: all Source: kimwitu++ Version: 2.3.13-2.4.201403231425 Recommends: kimwitu++ Filename: 4.0-0/all/kimwitu++-doc_2.3.13-2.4.201403231425_all.deb Size: 387486 MD5sum: 30f23e03e8dcc80e4ea5d2374c0dfdf2 SHA1: 9e8f3ea309825f9e2b7ac2588bccefcc8fb29c81 SHA256: 7f09697ec50d79c36494041b43b9e4612481cf53c497ce7269f943603b4ae4ad Description: Documentation for the (syntax-)tree-handling tool Kimwitu++ Kimwitu++ is a system that supports the construction of programs that use trees or terms as their main data structure. It allows you to define, store and operate on trees with typed nodes. Each type of node has a specific number of sons, and expects these sons to have specific types. The most popular example of such trees are syntax trees. . This is the documentation for Kimwitu++ in PDF and HTML format. Package: kimwitu-doc Priority: optional Section: doc Installed-Size: 612 Maintainer: Michael Piefel Architecture: all Version: 10a+1-2.2.4.201403231434 Suggests: doc-base Filename: 4.0-0/all/kimwitu-doc_10a+1-2.2.4.201403231434_all.deb Size: 599148 MD5sum: 559fbc4cd721060e3030c91e84181319 SHA1: b1b09961af3d58aa9c0bb633451f7b3ad3cc5553 SHA256: 640f4b53aceee16378a8424f25c728598de647d61d95040d49904b147b46a435 Description: documentation for compiler development tool Kimwitu Kimwitu (pronounced kee'mweetoo) is a system that supports the construction of programs that use trees or terms as their main data structure. It is a meta-tool in the development process of tools. . It can easily be interfaced with Yacc and Lex - the idea is that yacc and lex are used to do the parsing, and Kimwitu routines are used to built and manipulate the parse tree. . There is also Kimwitu++ (also packaged for Debian) which interfaces with C++ instead of C; its documentation is still a little shaky, so this document might be useful for it. Package: kindleclip Priority: extra Section: text Installed-Size: 115 Maintainer: Gunnar Wolf Architecture: all Version: 0.3-3.2.201403231439 Depends: ruby | ruby-interpreter, ruby-gtk2, ruby-gettext Filename: 4.0-0/all/kindleclip_0.3-3.2.201403231439_all.deb Size: 9570 MD5sum: 888f990c526e77c00623b0072a460dfa SHA1: 0171e1918afb1a11869fefa1794fe77c17dda1d8 SHA256: 40ac025abf42621b662357df21d3cd71383a26c988763ac1b6a33d4143375441 Description: User interface for managing Amazon Kindle's "My Clippings" file Amazon Kindle devices store a "My Clippings.txt" file, where the bookmarks, highlights and notes are kept. This application allows you to search within the clippings, filter the contents, and copy and paste to other applications. . This program is in no way endorsed, promoted or should be associated with Amazon. It is not –and does not aim to be– an official Kindle project. Homepage: https://github.com/gwolf/kindleclip Package: king Priority: optional Section: java Installed-Size: 2159 Maintainer: Debian Med Packaging Team Architecture: all Version: 2.21.120420-2.2.201403231444 Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, jarwrapper (>= 0.5), libitext-java, libjogl-java Filename: 4.0-0/all/king_2.21.120420-2.2.201403231444_all.deb Size: 1816728 MD5sum: d960c938d2b51fe6f89ff1aea00d2638 SHA1: df3602ef5de61914e5dc99c84486b7961abb7250 SHA256: ab102fb05321e99d7ece2d23f577660756357dc17e3c2aac2a84cf70a982138f Description: interactive system for three-dimensional vector graphics KiNG (Kinemage, Next Generation) is an interactive system for three-dimensional vector graphics. It supports a set of graphics primitives that make it suitable for many types of graphs, plots, and other illustrations; although its first use was to display macromolecular structures for biophysical research. KiNG builds on Mage, JavaMage, and the "kinemage" (kinetic image) concept to deliver a full-featured Java application with a user-friendly interface and integrated editing features. The KiNG jar file can be used within a web page as a Java applet or Java object to promote easy access to kinemages or coordinate files from a web browser. Homepage: http://kinemage.biochem.duke.edu/software/king.php Package: kinput2-common Priority: optional Section: x11 Installed-Size: 175 Maintainer: Keita Maehara Architecture: all Source: kinput2 Version: 3.1-10.3.4.201403231512 Depends: im-switch Conflicts: xbase (<< 3.3.2.3a-2) Filename: 4.0-0/all/kinput2-common_3.1-10.3.4.201403231512_all.deb Size: 95354 MD5sum: 472bb6b092c1d4db08e1e995fa32fd7a SHA1: 2b702067cae6e9a831cbd354c259bd67d6a8636e SHA256: 535e81afb7848fc91dc1e73d1bd7f1f535dda0a03d396cc64edccd7ced39d6a9 Description: Files shared among kinput2 packages This package contains files that is needed by three kinput2 packages (kinput2-canna, kinput2-wnn and kinput2-canna-wnn). Package: kipi-plugins-common Priority: optional Section: graphics Installed-Size: 15170 Maintainer: Debian KDE Extras Team Architecture: all Source: digikam Version: 4:2.6.0-1.24.201403200115 Replaces: digikam (<< 4:2.3.0-2~) Breaks: digikam (<< 4:2.3.0-2~) Filename: 4.0-0/all/kipi-plugins-common_2.6.0-1.24.201403200115_all.deb Size: 7570024 MD5sum: 5dd4fe48366aecbb807c573888988cc2 SHA1: 157318c7266b548f00d0d18e7066791a075d5a1c SHA256: 46ce24ed6409312c39136132059786179a3647cbc452b42f388f47a656401f02 Description: kipi-plugins architecture-independent data KIPI plugins (KDE Image Plugin Interface) is an effort to develop a common plugin structure for digiKam, KPhotoAlbum (formerly known as KimDaBa), Showimg and Gwenview. Its aim is to share image plugins among graphic applications. . The architecture independent data needed for the kipi-plugins package. Homepage: http://www.digikam.org Package: klash-opengl Priority: extra Section: oldlibs Installed-Size: 54 Maintainer: Debian Flash Team Architecture: all Source: gnash Version: 0.8.11~git20120629-1.21.201403141700 Depends: klash (>= 0.8.11~git20120629-1.21.201403141700) Filename: 4.0-0/all/klash-opengl_0.8.11~git20120629-1.21.201403141700_all.deb Size: 27550 MD5sum: 707de796421b81b8b1fd814f2fa1c5ae SHA1: 44b269c96a81c498b3e7c1bdadbe6ec8bcb6c2a4 SHA256: be57a4263ba3d0a9f30b19cb5953b8c2c231114f2fbf800ed7d5a2187fd2f163 Description: dummy package for klash-opengl removal This package is a transitional package for klash-opengl removal. . It can be safely removed when klash is installed. Homepage: http://www.gnu.org/software/gnash/ Package: klettres-data Priority: optional Section: kde Installed-Size: 3639 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: klettres Version: 4:4.8.4-1.2.201403231606 Filename: 4.0-0/all/klettres-data_4.8.4-1.2.201403231606_all.deb Size: 2590144 MD5sum: 8d27128d78721be7d43dafb72b3cfc06 SHA1: f7ad1fce3ca6c366b1a0f278366556f205f7ddb1 SHA256: 3453e23012294a150979147f066b0a8567d72c842c4ab9c4dc5435612d2c91c0 Description: data files for KLettres foreign alphabet tutor This package contains architecture-independent data files for KLettres, the foreign alphabet tutor for KDE. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: klone-package Priority: extra Section: web Installed-Size: 73 Maintainer: Kari Pahula Architecture: all Source: webserver-package Version: 0.3.4.201403132038 Depends: klone (>= 2.0.0~rc9-1) Recommends: libz-dev, libssl-dev Filename: 4.0-0/all/klone-package_0.3.4.201403132038_all.deb Size: 9736 MD5sum: 2d19e2625c3d8aad3a0f6570d9573ee2 SHA1: e3e2ced1dee92e8dff032a9ba0e4c76520537b98 SHA256: bac87b88635e8ae762ae70feefb91ae83754d7e4565fa9ac9b33ee8c1e11f259 Description: tool for creating custom KLone web server packages This package has utilities that help creating packages containing a custom web server created by KLone web application development framework. Package: klone Priority: extra Section: web Installed-Size: 505 Maintainer: Kari Pahula Architecture: all Version: 2.1.0~rc1-1.4.201403231627 Replaces: klone-source Recommends: klone-package Suggests: klone-doc Conflicts: klone-package (<= 0.2), klone-source Filename: 4.0-0/all/klone_2.1.0~rc1-1.4.201403231627_all.deb Size: 440868 MD5sum: 32d1535e0a15ef57d7fba4e6a74e4b17 SHA1: d3347fecf78b38394c3ed8b6bcc1405bcc0b1edc SHA256: c1a9d5bd35d4001f34d517f4f5ad2624219005ac4cf3fc95f1189ceee7b089d9 Description: embedded web application development framework This package contains KLone's source code, to be used to build custom kloned servers. . KLone is a fully-featured, multiplatform, web application development framework, targeted especially for embedded systems and appliances. . It is a self-contained solution which includes a web server and an SDK for creating WWW sites with both static and dynamic content. When using KLone, there's absolutely no need for any additional component: neither the HTTP/S server (e.g. Apache, Netscape, Roxen), nor the typical active pages engine (PHP, Perl, ASP, Python). . KLone does everything, and does it fast and small. . KLone blends the HTTP/S server application together with its content and configuration into a single executable file. The site developer writes his/her dynamic pages in C/C++ (in usual scripting style: <% /* code */ %>) and uses KLone to transform them into embeddable, compressed native code with the native C/C++ compiler. The result is then linked to the HTTP/S server skeleton to obtain one single, ROM-able, binary file. This means that he/she can get: - easy, complete and unfiltered interaction with the host operating system - dynamic pages in native compiled code, which in turn implies - fast execution and - small overall application footprint - all of this without giving up the common functionality of web application frameworks such as sessions, parsing of form variables, cookies, etc Homepage: http://www.koanlogic.com/klone/ Package: kmfl-keyboards-mywin Priority: extra Section: utils Installed-Size: 65 Maintainer: Keith Stribley Architecture: all Version: 2.1.1-2.4.201403231708 Depends: scim-kmfl-imengine, kmflcomp Recommends: ttf-sil-padauk, pangographite Filename: 4.0-0/all/kmfl-keyboards-mywin_2.1.1-2.4.201403231708_all.deb Size: 8816 MD5sum: 0ccaaf99f808d8c3315b2266b4fec997 SHA1: ff77b67d439e18d13a4fe5ce69dc9adbd17d1c8a SHA256: 330536c3065c5ddc5f338d6607f40a6f777477f307c4cb4433d9e071820dc72f Description: myWin Myanmar (Burmese) Unicode Keyboard This implements a smart keyboard for Myanmar/Burmese using SCIM and KMFL. It performs sequence checking and reordering to ensure that the text is conformant to Unicode Technical Note 11. This keyboard supports the changes in Unicode 5.1.0. Homepage: http://www.thanlwinsoft.org/ Package: kmymoney-common Priority: optional Section: kde Installed-Size: 30343 Maintainer: Debian KDE Extras Team Architecture: all Source: kmymoney Version: 4.6.2-3.2.15.201403231822 Recommends: kmymoney Filename: 4.0-0/all/kmymoney-common_4.6.2-3.2.15.201403231822_all.deb Size: 21422682 MD5sum: 914d82c53aa5a5057f9f6f393f52c45b SHA1: 99062d8d345b3ccfdc49ba94d195a36b859cf3e5 SHA256: f67d9e56e044cea0310363189b9e505c4b259ac9aeea1ab336b922ccbc97451e Description: KMyMoney architecture independent files KMyMoney is the Personal Finance Manager for KDE. It operates similar to MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support. . This package contains architecture independent files needed for KMyMoney to run properly. It also provides KMyMoney documentation. Therefore, unless you have 'kmymoney' package installed, you will hardly find this package useful. Homepage: http://kmymoney2.sourceforge.net Package: knowledgeroot Priority: optional Section: web Installed-Size: 1171 Maintainer: Frank Habermann Architecture: all Version: 0.9.9.5-6.5.201403231913 Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql, libphp-phpmailer, php-xml-htmlsax3, fckeditor, libjs-scriptaculous, libjs-prototype, tinymce, php-gettext, php-htmlpurifier Suggests: mysql-server | postgresql-8.2 | postgresql-8.1 Filename: 4.0-0/all/knowledgeroot_0.9.9.5-6.5.201403231913_all.deb Size: 231514 MD5sum: 39f0fca6c51ac74d128c3458930228bc SHA1: 6ffc58b7376a4b0613ad0af60304e93d60dda46a SHA256: dfe00755e2e7be10adbed146b82a991cbd57bfe8746096e05c0278f2e1f32c77 Description: web-based knowledgebase system This is a knowledgebase system that lets you structure your content in a tree. It is a little bit like a wiki but it is not a wiki! You do not need to learn a wiki syntax; you can use a rich text editor (FCKEditor or TinyMCE) to write content. Package: ko.tex-base Priority: optional Section: tex Installed-Size: 51788 Maintainer: A Lee Architecture: all Source: ko.tex-unfonts Version: 0.1.0+20071012-1.6.201411011619 Depends: tex-common Filename: 4.0-0/all/ko.tex-base_0.1.0+20071012-1.6.201411011619_all.deb Size: 40413382 MD5sum: c6abf0eff0b0149332745827df99b75f SHA1: cb7dbd2f7fe76bbb585cd3c61e27d10af5ae227d SHA256: eefdaeb569be51924a94a66379ebf8e73b663d40443624457b3af677a2f759d8 Description: Korean TeX: Base fonts ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim and Kangsoo Kim to replace HLaTeX and Hangul-ucs. See http://project.ktug.or.kr/ko.TeX/ for more information. . This package contains base fonts Enhances: ko.tex Package: ko.tex-extra-hlfont Priority: optional Section: tex Installed-Size: 16360 Maintainer: A Lee Architecture: all Version: 0.1.0-1.5.201403231922 Depends: tex-common Filename: 4.0-0/all/ko.tex-extra-hlfont_0.1.0-1.5.201403231922_all.deb Size: 13715338 MD5sum: 7c8792821bfc94adf914a65d69e842e9 SHA1: 07e2c4c9cbebb6b8783cdb86a9c1cb3774f11550 SHA256: 06638c5d77d51fec86c43374e10f071d6d88fde04655cf739bf42afa967cb1f2 Description: Korean TeX: Extra HLaTeX fonts ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim and Kangsoo Kim to replace HLaTeX and Hangul-ucs. See http://project.ktug.or.kr/ko.TeX/ for more information. . This package contains extra HLaTeX fonts Enhances: ko.tex Package: ko.tex-extra Priority: optional Section: tex Installed-Size: 63853 Maintainer: A Lee Architecture: all Source: ko.tex-unfonts Version: 0.1.0+20071012-1.6.201411011619 Depends: tex-common Filename: 4.0-0/all/ko.tex-extra_0.1.0+20071012-1.6.201411011619_all.deb Size: 49797622 MD5sum: f39365839d82e70a830ffc8bb71c411a SHA1: 7c3d5d71a1c3fcf05bf8772449a96bf0bdc354eb SHA256: 88fc35a9ac8037cc93dc086fd10a68f23e8485d5e8e11d10673ae73d1ec837f0 Description: Korean TeX: Extra fonts ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim and Kangsoo Kim to replace HLaTeX and Hangul-ucs. See http://project.ktug.or.kr/ko.TeX/ for more information. . This package contains extra fonts Enhances: ko.tex Package: ko.tex Priority: optional Section: tex Installed-Size: 2287 Maintainer: A Lee Architecture: all Version: 0.1.0+20071012-1.1.5.201403231916 Replaces: hlatex, latex-hangul-ucs Depends: ko.tex-bin, ko.tex-base, dpkg (>= 1.14.18), tex-common (>= 3) Suggests: ko.tex-extra Conflicts: hlatex, latex-hangul-ucs Filename: 4.0-0/all/ko.tex_0.1.0+20071012-1.1.5.201403231916_all.deb Size: 1304954 MD5sum: 45998bf33f2e4c92ab22d8be88e9318a SHA1: a1de0a4154840e3013a2a52434401a279cb08760 SHA256: 11f62d98a26afb9d20d03d7f33ab04803e1a88e63723dc91244f4c48bc0cad7c Description: Korean TeX: Core macros ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim and Kangsoo Kim to replace HLaTeX and Hangul-ucs. See http://project.ktug.or.kr/ko.TeX/ for more information. . This package contains LaTeX and TeX macros. Package: koffice-dbg Priority: extra Section: oldlibs Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-dbg Filename: 4.0-0/all/koffice-dbg_2.4.3+2.2.201403160215_all.deb Size: 1960 MD5sum: 88943c7cb3d85183d6e70fea5aab09a0 SHA1: be0b4cdf491cbd997eda7622d468a365a90710a1 SHA256: 993e42f88ca3ac9b382c0c990643339d0eec887c5132e151669f4a278f05570a Description: transitional dummy package for calligra-dbg This transitional package allows one to migrate from KOffice's debug package to Calligra's one. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-ca Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-ca Filename: 4.0-0/all/koffice-l10n-ca_2.4.3+2.2.201403160215_all.deb Size: 1976 MD5sum: e89ab1607ce104312230a7268a72c15f SHA1: 8807ef930ae77e99013d2f9979c2915f71400a5c SHA256: 333972409b44817181faead73351f2854a585d4636e27e176907ea47c7fc353e Description: transitional dummy package for calligra-l10n-ca This transitional package allows one to migrate from the Canadian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-cavalencia Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-cavalencia Filename: 4.0-0/all/koffice-l10n-cavalencia_2.4.3+2.2.201403160215_all.deb Size: 2000 MD5sum: a9644d77dc95f8c707a95a2754f59cd3 SHA1: cfc6bb53c473dc2f4c03b3e4c9ce50a0792bd0e6 SHA256: 7601f3190d8a50ac9b1ddf71e7d6d10a7d9ef59536fc0d14b15b01f5bbeb72cc Description: transitional dummy package for calligra-l10n-cavalencia This transitional package allows one to migrate from the Southern Catalan (Valencian) translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-da Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-da Filename: 4.0-0/all/koffice-l10n-da_2.4.3+2.2.201403160215_all.deb Size: 1974 MD5sum: f30da7e5ae5af5415f307d18f7ec0c20 SHA1: 38f810076ddd62cbcca067b907044e725581929e SHA256: bf5b4f0ff3bec5299c3951311d97d5e45f7ddb01f5a7d65b0c5700d3859bb5c9 Description: transitional dummy package for calligra-l10n-da This transitional package allows one to migrate from the Danish translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-de Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-de Filename: 4.0-0/all/koffice-l10n-de_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: 068dd5cb6dd18cf1f14154e1312bc30b SHA1: ab7825f85afaf5bcb992cb446eb223d734165e8d SHA256: d8a935c27a67cac0c2eafcd81802ef6460d78c09297b2ca23ea2d910a5774744 Description: transitional dummy package for calligra-l10n-de This transitional package allows one to migrate from the German translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-el Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-el Filename: 4.0-0/all/koffice-l10n-el_2.4.3+2.2.201403160215_all.deb Size: 1974 MD5sum: a51669806c9a0174abbe5973f09aa073 SHA1: 79870650b7d61c2cd77a04e1edb844741627e36d SHA256: bc21ee9d92441f5246197264a03ec0bf7a56ecf6f9bdaf758eced90a432b765c Description: transitional dummy package for calligra-l10n-el This transitional package allows one to migrate from the Greek translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-engb Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-engb Filename: 4.0-0/all/koffice-l10n-engb_2.4.3+2.2.201403160215_all.deb Size: 1988 MD5sum: 2c1af12a539813d4c68bff63742a2782 SHA1: ec6a182131a6e9d4aff4c2932a3e5f5ebb923c3e SHA256: 319980061628749e23fa4b0b8cf30f14d47da71434e3a18806940d5ac775fe92 Description: transitional dummy package for calligra-l10n-engb This transitional package allows one to migrate from the British English translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-es Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-es Filename: 4.0-0/all/koffice-l10n-es_2.4.3+2.2.201403160215_all.deb Size: 1976 MD5sum: d419643685a5bfeb46115f9d59d17d85 SHA1: 66a144c24e0847671d4c610255b6e81e7b2aa721 SHA256: 4b823b110aece243cae4086d523e707cb91b532e271aa2864d4243048c6f1d94 Description: transitional dummy package for calligra-l10n-es This transitional package allows one to migrate from the Spanish translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-et Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-et Filename: 4.0-0/all/koffice-l10n-et_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: 5fc7698800b06aaca16e2a417db65560 SHA1: a13d9cf3b2e9192ae780ca80c6e63b0bccdb3af4 SHA256: 175c61509b3e5cd4d6b51e5cd20469ba5456e51903480eaca95e212759feb03b Description: transitional dummy package for calligra-l10n-et This transitional package allows one to migrate from the Estonian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-fr Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-fr Filename: 4.0-0/all/koffice-l10n-fr_2.4.3+2.2.201403160215_all.deb Size: 1976 MD5sum: 5bc1ed957bad2f30d16d260839851aa7 SHA1: d265fd798535f56c158c5372065ce3a74f019f47 SHA256: fa346f9537637936068a62a7d3b0d8d42bd6f25216aaf4b936e3170fc21a01ee Description: transitional dummy package for calligra-l10n-fr This transitional package allows one to migrate from the French translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-hu Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-hu Filename: 4.0-0/all/koffice-l10n-hu_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: c68864e72085eed5e66c9e72c86ab9d7 SHA1: 99fa88da4151214b7b0a73941e673936703e3e8e SHA256: 73d8eb5461b96d683b10dc0d45b4a3a5ea9b78103cc2e0d0bd28ef6a61188054 Description: transitional dummy package for calligra-l10n-hu This transitional package allows one to migrate from the Hungarian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-it Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-it Filename: 4.0-0/all/koffice-l10n-it_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: f8116cf36ac44685e9ec13ba9c169f08 SHA1: 023b0f33d8cbe0dde8e54c9d0519e09a81dc145b SHA256: 0faa08beb4d019ac8a2b3e644fe044c9cf37dbbc0c6ae7b8ab4a14a4069b8f3a Description: transitional dummy package for calligra-l10n-it This transitional package allows one to migrate from the Italian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-kk Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-kk Filename: 4.0-0/all/koffice-l10n-kk_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: cd2abc4845c1243ff07e835e6830ebd6 SHA1: 103dde6690c4c19c97330b6e8a07e0296e336f51 SHA256: 3e528692222b113e88382e18b2dd481318dbc8e84f185462888a8e1249a01592 Description: transitional dummy package for calligra-l10n-kk This transitional package allows one to migrate from the Kazakh translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-nb Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-nb Filename: 4.0-0/all/koffice-l10n-nb_2.4.3+2.2.201403160215_all.deb Size: 1988 MD5sum: a57b6d943e3ee9a4d632dfe7fdfafd41 SHA1: 398797f11309b6f02e8e810a139574096a609d36 SHA256: 006a172e75c00e963041a58a082a5cf7d419a265f146f0a94d346a36c296a05f Description: transitional dummy package for calligra-l10n-nb This transitional package allows one to migrate from the Norwegian Bookmal translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-nds Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-nds Filename: 4.0-0/all/koffice-l10n-nds_2.4.3+2.2.201403160215_all.deb Size: 1980 MD5sum: 034388d9df678a9990624fc641ea01e8 SHA1: b3f508436eedda68ecd0ff2a39b15751f1ffb54f SHA256: 5fdeac96092b8501de139cc091f8eae2aff0a89698bad935d5449de782e576fa Description: transitional dummy package for calligra-l10n-nds This transitional package allows one to migrate from the Low Saxon translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-nl Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-nl Filename: 4.0-0/all/koffice-l10n-nl_2.4.3+2.2.201403160215_all.deb Size: 1976 MD5sum: e466577baa6496efe29c682e158e2439 SHA1: 4b91927453b82b354d3a49e289d0b1c987e9f5b1 SHA256: 58019ca780b6923f572e738de48c82b68082eb24cea3d1656a6c493b1061d780 Description: transitional dummy package for calligra-l10n-nl This transitional package allows one to migrate from the Dutch translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-pl Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-pl Filename: 4.0-0/all/koffice-l10n-pl_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: e8444f80a47a152d6232542bbc3ad550 SHA1: 5c9e70dde207b599cfa76a568e4c3b32d1153bcb SHA256: f219a5316c7f7e1e9f06736ea12b0578465dc95c0721f9de42b75d89afae4ca2 Description: transitional dummy package for calligra-l10n-pl This transitional package allows one to migrate from the Polish translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-pt Priority: extra Section: oldlibs Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-pt Filename: 4.0-0/all/koffice-l10n-pt_2.4.3+2.2.201403160215_all.deb Size: 1978 MD5sum: 27fc16dbae6f2b5478bb6f01e49e5d5e SHA1: 4f3a356d24e5b3f9bfdcf57a627890af6e5a30c5 SHA256: c4a15b87393384a1bffa504b67280705c8a0985ae102d8c7fd48e35e60ae5194 Description: transitional dummy package for calligra-l10n-pt This transitional package allows one to migrate from the Portuguese translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-ptbr Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-ptbr Filename: 4.0-0/all/koffice-l10n-ptbr_2.4.3+2.2.201403160215_all.deb Size: 1988 MD5sum: 528d3cb6e14dfbd14f938556e99697a1 SHA1: 0a1199653844837c8a15a994c0fc2ea0a2b0903e SHA256: 8dec514ae6058f18e54f15ee34e3127fd2ca9786768cb9e6980e2903be6b377b Description: transitional dummy package for calligra-l10n-ptbr This transitional package allows one to migrate from the Brazilian Portuguese translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-ru Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-ru Filename: 4.0-0/all/koffice-l10n-ru_2.4.3+2.2.201403160215_all.deb Size: 1974 MD5sum: ddc76910b54e3113763aeab1753022f0 SHA1: 087ffec9b083efad2b2e422aa70224bb84d8f7b7 SHA256: 3badb92fd5b36ae3bdf3d0bb786badcb8ff3db1c8d20e1456d018c569388b05d Description: transitional dummy package for calligra-l10n-ru This transitional package allows one to migrate from the Russian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-sv Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-sv Filename: 4.0-0/all/koffice-l10n-sv_2.4.3+2.2.201403160215_all.deb Size: 1974 MD5sum: 4c0e86416c4fb0098c8648c5cfa5485d SHA1: 6f71df24efd05ae65232e6dc3c4fab0bc299b27d SHA256: e6f735e38df159931c157d8c74dad19db2dd64cff0aa3b5e1735a668cb7e3fbc Description: transitional dummy package for calligra-l10n-sv This transitional package allows one to migrate from the Swedish translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-uk Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-uk Filename: 4.0-0/all/koffice-l10n-uk_2.4.3+2.2.201403160215_all.deb Size: 1976 MD5sum: 189ee72ad4b8b99b796fb5c374c1a11f SHA1: 70269da47071b3b95b74437b67dc56a535df1054 SHA256: 498531ecb96d98f054ae62888eeb10213741865e72a24225f385da7074b9b027 Description: transitional dummy package for calligra-l10n-uk This transitional package allows one to migrate from the Ukrainian translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-zhcn Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-zhcn Filename: 4.0-0/all/koffice-l10n-zhcn_2.4.3+2.2.201403160215_all.deb Size: 1984 MD5sum: 800fd10c40131870d76fe9fc7d723f56 SHA1: dafd0acc1d78b7e20de55f68d982674347a38001 SHA256: a3ddadc4a70fbc51afaa5ac0396bef38c62d3b40ba24c50a8dd397979c0eb374 Description: transitional dummy package for calligra-l10n-zhcn This transitional package allows one to migrate from the Chinese Simplified translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice-l10n-zhtw Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra-l10n-zhtw Filename: 4.0-0/all/koffice-l10n-zhtw_2.4.3+2.2.201403160215_all.deb Size: 1984 MD5sum: 742b236ddf8d8c07b5653a2f45dd8be0 SHA1: 7bfcba0c69c67da4362a92b7ed7a2eaa6e5f5cd2 SHA256: 4bab66b516c368c348ff6b5a48e36b787dc020e7578d4d5a6cc9a573cdb2ac6d Description: transitional dummy package for calligra-l10n-zhtw This transitional package allows one to migrate from the Chinese Traditional translations of KOffice to the Calligra ones. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: koffice Priority: extra Section: oldlibs Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligra Filename: 4.0-0/all/koffice_2.4.3+2.2.201403160215_all.deb Size: 1952 MD5sum: 352319ec040a00d53e055da44390fac9 SHA1: 701ad7e346c878ef2938091ca1fae65b7d0f6245 SHA256: c70689cab793634262949bd4310c81cef2fd9a700a00b80ff0a69ce2c4a5349a Description: transitional dummy package for calligra This transitional package allows one to migrate from the whole KOffice suite to Calligra. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: konfont Priority: optional Section: utils Installed-Size: 146 Maintainer: ISHIKAWA Mutsumi Architecture: all Version: 0.1-8.4.201403232003 Replaces: kon-font, pubfont Conflicts: kon-font, pubfont Filename: 4.0-0/all/konfont_0.1-8.4.201403232003_all.deb Size: 117524 MD5sum: ceaeb4923c243b506b176df4b02d32d7 SHA1: 4b8d799345706d5fac7c1677c8304beffbcbc731 SHA256: 03067194a5246449d1db1a3c61c3c2d3bf02c2e96df1cc2b4ccd3fa36b6902ed Description: Public domain japanese fonts for KON2 This package is public domain japanese fonts customized for kon2 Japanese console package. Package: konversation-data Priority: optional Section: net Installed-Size: 9323 Maintainer: Debian KDE Extras Team Architecture: all Source: konversation Version: 1.4-1.36.201403232015 Replaces: konversation (<< 1.3~beta1-2) Depends: perl Recommends: konversation (>= 1.4-1.36.201403232015), python Breaks: konversation (<< 1.3~beta1-2) Filename: 4.0-0/all/konversation-data_1.4-1.36.201403232015_all.deb Size: 4078834 MD5sum: ac8abc9d92cfd6a8e2361ccf55c58875 SHA1: d6f3d5abc460255e24d51628a0da8ea3833cbc5a SHA256: fa3086fb429603276e721813290dd98491e11e233ba223b589ba551f82868e73 Description: data files for Konversation Konversation is a client for the Internet Relay Chat (IRC) protocol. This package contains data files for Konversation. It is probably of no use if `konversation' package is not installed. Homepage: http://konversation.kde.org/ Package: konwert-dev Priority: extra Section: text Installed-Size: 93 Maintainer: Yann Dirson Architecture: all Source: konwert Version: 1.8-11.2.4.201403232029 Depends: konwert Suggests: g++ Filename: 4.0-0/all/konwert-dev_1.8-11.2.4.201403232029_all.deb Size: 21770 MD5sum: c8fe8a45bfd3d7a573d9359c4959b07f SHA1: 5ffcee4218412c57049adff7dca91c01735ce6a4 SHA256: 0233103e1e9f11f003913a40fa2f1e176824990b72e79f967461a21b7c5b6d95 Description: Tools to define new charset conversion for konwert This package contains sources for some filters, and the scripts used to build those filters from them. . The `512bold' filter is a C++ program. Package: konwert-filters Priority: optional Section: text Installed-Size: 542 Maintainer: Yann Dirson Architecture: all Source: konwert Version: 1.8-11.2.4.201403232029 Depends: perl, libfile-temp-perl Recommends: konwert Filename: 4.0-0/all/konwert-filters_1.8-11.2.4.201403232029_all.deb Size: 226768 MD5sum: cbce37baa0b4f8b90d58019d67d7878e SHA1: 640be3ffffcc4574a55b600ca2ab433188915dfb SHA256: 33f435569d7d2f53070139bfa9680adb3b62b22264095382e9c9b5508b6cbaf5 Description: Filters used by konwert for charset conversion These files are needed by konwert. . They are also probably useless without konwert itself. Package: korundum4 Priority: optional Section: ruby Installed-Size: 44 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: korundum Version: 4:4.8.4-1.2.201403232031 Depends: korundum Filename: 4.0-0/all/korundum4_4.8.4-1.2.201403232031_all.deb Size: 15736 MD5sum: 737052d7af843292562f714c563aa709 SHA1: 0124423dca9a6bee81ca2aef6b19ca5ea3e98ea2 SHA256: 6f66e3c15a9f406800dbad5e66f138fd7aa04bc6db55d5446034290bb923962f Description: transitional package for korundum This is a transitional package to ease upgrades to the korundum package. It can safely be removed. Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/korundum Package: korundum Priority: optional Section: ruby Installed-Size: 46 Maintainer: Debian Qt/KDE Maintainers Architecture: all Version: 4:4.8.4-1.2.201403232031 Replaces: korundum4 (<< 4:4.6.80) Provides: korundum4 Depends: ruby-kde4, ruby-akonadi, ruby-okular, ruby-plasma, ruby-soprano Breaks: korundum4 (<< 4:4.6.80) Filename: 4.0-0/all/korundum_4.8.4-1.2.201403232031_all.deb Size: 18450 MD5sum: ef02038a0af9a400706754908915c384 SHA1: e0cb9bab5cd928c09c902623a27592a82515db81 SHA256: 0aef3b3eb844fe6a798b45bc25b843a28137cff0eb9976d172aa50eb25494dcc Description: Ruby bindings for the KDE Development Platform This virtual package installs the complete suite of KDE bindings for the Ruby language including KHTML, Okular, Nepomuk, and Solid bindings. . This is part of the Korundum module. Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/korundum Package: kplato Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligraplan Filename: 4.0-0/all/kplato_2.4.3+2.2.201403160215_all.deb Size: 1956 MD5sum: cf3ffa415ac1cc6ff7e48049e97dd7a2 SHA1: 1eaf3c9ce2ff73b57752c9ea180f434b036bfe53 SHA256: 535fa3219687aa3cbacea41240f67809f3ca879120c6b70ad1089e45d4babf81 Description: transitional dummy package for calligraplan This transitional package allows one to migrate from KOffice's KPlato to Calligra Plan. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kpresenter Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligrastage Filename: 4.0-0/all/kpresenter_2.4.3+2.2.201403160215_all.deb Size: 1960 MD5sum: 44f4827ce2d6715d9d0dc99b8f2d8029 SHA1: 516e927532e1f0acc420b238b906b1b3e2fc53f9 SHA256: 2bedde7c76fd5773577a222084f8d13c971244b77db1a1333499a0da43d5811d Description: transitional dummy package for calligrastage This transitional package allows one to migrate from KOffice's KPresenter to Calligra Stage. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kradio Priority: optional Section: sound Installed-Size: 45 Maintainer: Debian KDE Extras Team Architecture: all Source: kradio4 Version: 4.0.4-1.3.201403232130 Depends: kradio4 Filename: 4.0-0/all/kradio_4.0.4-1.3.201403232130_all.deb Size: 20784 MD5sum: 611c8f5fb0b8668e307d390f68a43c46 SHA1: 0a0872fbe6aa426a9d7bacff8cacfdbbb51bcdfb SHA256: b1da0448076e702d300922e3f086386adb8cd585601fd81ecb13b574c5d4d4f3 Description: dummy transition package for Wheezy This is a dummy transition package and can be safely removed. . It can also be removed from the Debian package once Wheezy is released. Homepage: http://kradio.sourceforge.net/ Package: krb5-doc Priority: optional Section: doc Installed-Size: 3181 Maintainer: Sam Hartman Architecture: all Source: krb5 Version: 1.10.1+dfsg-5.56.201411010441 Depends: dpkg (>= 1.15.4) | install-info Conflicts: heimdal-docs Filename: 4.0-0/all/krb5-doc_1.10.1+dfsg-5.56.201411010441_all.deb Size: 2664648 MD5sum: a97d421f4b1b521e35db2a0948777f31 SHA1: d9718091c5fd5c7fe1c6aaf91d271c0f1183207a SHA256: a296dcd799d83a2402b7612f2c85b621b3b23502614d3f21181f295e4f773c4d Description: Documentation for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the installation, administrator, and user reference manuals for MIT Kerberos and the man pages for the MIT Kerberos configuration files. Homepage: http://web.mit.edu/kerberos/ Package: krecipes-data Priority: optional Section: kde Installed-Size: 5074 Maintainer: Debian KDE Extras Team Architecture: all Source: krecipes Version: 2.0~beta2-3.5.201403232220 Filename: 4.0-0/all/krecipes-data_2.0~beta2-3.5.201403232220_all.deb Size: 1987732 MD5sum: 2e5187d5dc9a718dcc0c2b7fc01f4dae SHA1: 7a21730519b8d1fb99526ee708ac518aa18a356a SHA256: 4bea720a6b9268bd6b973e01cb49d6548534a3e61deeeb68c418541e306742b4 Description: recipes manager for KDE - data files Krecipes is a KDE application designed to manage recipes. It can help you to do your shopping list, search through your recipes to find what you can do with available ingredients and a diet helper. It can also import or export recipes from files in various format (eg RecipeML or Meal-Master) or from databases. . This package provides architecture independent files for krecipes. Homepage: http://krecipes.sourceforge.net/ Package: krecipes-doc Priority: optional Section: doc Installed-Size: 5629 Maintainer: Debian KDE Extras Team Architecture: all Source: krecipes Version: 2.0~beta2-3.5.201403232220 Recommends: krecipes (>= 2.0~beta2-3.5.201403232220) Filename: 4.0-0/all/krecipes-doc_2.0~beta2-3.5.201403232220_all.deb Size: 4486092 MD5sum: 163c07fc13a821e8b2e5147c3fc0619e SHA1: 74ceb1e456634f80dcb99611dad22499bd17d4a5 SHA256: 182cb27abe7d6557e4b87cfba4ef56ea6b46295e358bda93e5d9ef985795559d Description: recipes manager for KDE - documentation Krecipes is a KDE application designed to manage recipes. It can help you to do your shopping list, search through your recipes to find what you can do with available ingredients and a diet helper. It can also import or export recipes from files in various format (eg. RecipeML or Meal-Master) or from databases. . This package contains the krecipes documentation. Homepage: http://krecipes.sourceforge.net/ Package: krita-data Priority: optional Section: graphics Installed-Size: 61132 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra Version: 1:2.4.4-3.2.201403160009 Filename: 4.0-0/all/krita-data_2.4.4-3.2.201403160009_all.deb Size: 19702386 MD5sum: c001d565f97b85a7b0e06e84c0d85f25 SHA1: 23d95589fc79ac4a7229f77f930ceb8df65268af SHA256: d9913856b54a0daeef878104a6c3c58531aba5bb30a59638f4b6fb51c3e1a1cf Description: data files for Krita painting program This package contains architecture-independent data files for Krita, the painting program shipped with the Calligra Suite. . See the krita package for further information. . This package is part of the Calligra Suite. Homepage: http://www.calligra-suite.org/krita/ Package: kscreensaver-xsavers-webcollage Priority: optional Section: kde Installed-Size: 60 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kdeartwork Version: 4:4.8.4-5.52.201403230403 Depends: kscreensaver-xsavers (>= 4:4.8.4-5.52.201403230403), xscreensaver-screensaver-webcollage, miscfiles, netpbm Filename: 4.0-0/all/kscreensaver-xsavers-webcollage_4.8.4-5.52.201403230403_all.deb Size: 13014 MD5sum: 3d4d6f5e65a7599b3c2bb0436961e243 SHA1: 9b58289101d2e881fc7284483750e21a7a583aa4 SHA256: b006f0224e11a463e8095a64f5d58fe9448f9e1b6564fff984fd6a35c5ecf000 Description: webcollage screensaver support for KScreenSaver This package allows KScreenSaver to use the WebCollage screensaver, which downloads random pictures from the internet to create a collage. . IMPORTANT NOTICE: The internet contains all kinds of pictures, some of which might be found inappropriate or offensive. It is recommended that this screensaver not be used a public environment, workplace, or where it may be seen by children. . Please read /usr/share/doc/kscreensaver-xsavers-webcollage/README.Debian after installing this package. . This package is part of the KDE artwork module. Homepage: http://www.kde.org/ Package: ksplash-theme-aperture Priority: extra Section: kde Installed-Size: 5009 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/ksplash-theme-aperture_0.r1552-1.2.201403141624_all.deb Size: 5059250 MD5sum: 778f4b0c091037f72eae297b65e49530 SHA1: ede574b545cec2cac4f1ab56a312e744eca8eb28 SHA256: ccda5ab818c556817f8ed9a6d4f4203fa9293c9660bdb2cf79c860cfc300403b Description: very glossy Qt4/KDE4 ksplash theme - aperture variant Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the ksplash theme for Bespin - aperture variant Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: ksplash-theme-bespin Priority: extra Section: kde Installed-Size: 4886 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/ksplash-theme-bespin_0.r1552-1.2.201403141624_all.deb Size: 4775604 MD5sum: 427816af4ce1b1051aa4ab3ad6393412 SHA1: aa061c3ccbceb4af537767f98d9287328938e248 SHA256: 8233ea4a25f6f7c18f7d813f50f9f13a0ef51c70e6d9562317086f7827a4e1a6 Description: very glossy Qt4/KDE4 ksplash theme Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the ksplash theme for Bespin Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: ksplash-theme-tibanna Priority: extra Section: kde Installed-Size: 2590 Maintainer: Debian KDE Extras Team Architecture: all Source: bespin Version: 0.r1552-1.2.201403141624 Suggests: kde-style-bespin Filename: 4.0-0/all/ksplash-theme-tibanna_0.r1552-1.2.201403141624_all.deb Size: 2542486 MD5sum: a597d986d444f690ed08349a1c6dc8a8 SHA1: b130aa079e8b4175540509fd747926518251fe2d SHA256: 1cde7ee4db395c56b294a16c1ab8249d44e5ea17253d1b272a680b9482de917d Description: very glossy Qt4/KDE4 ksplash theme - tibanna variant Bespin is a window decoration for KDE4, the name is nothing about quantum mechanics, but just refers to cloud city (StarWars Episode V: The Empire Strikes Back) . This package includes the ksplash theme for Bespin - Tibanna variant Bugs: http://sourceforge.net/tracker/?atid=976907&group_id=201276&func=browse Homepage: http://cloudcity.sourceforge.net Package: kspread Priority: optional Section: kde Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligrasheets Filename: 4.0-0/all/kspread_2.4.3+2.2.201403160215_all.deb Size: 1958 MD5sum: ca9cd036b116047db3720e49479a8ac3 SHA1: 93f498987d978e87046c7beb4fb558f84c314773 SHA256: 2a1e2b612850aad2255aa81eb6b03844ae84dc7e6e3c015f30d2062e8e5348b3 Description: transitional dummy package for calligrasheets This transitional package allows one to migrate from KOffice's KSpread to Calligra Sheets. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kst-data Priority: optional Section: science Installed-Size: 6248 Maintainer: Ruben Molina Architecture: all Source: kst Version: 2.0.3-1.3.6.201403240010 Replaces: kst-bin (<< 2.0.3) Breaks: kst-bin (<< 2.0.3) Filename: 4.0-0/all/kst-data_2.0.3-1.3.6.201403240010_all.deb Size: 1046802 MD5sum: f8af26c2715575aefade6675bcaa7971 SHA1: 12b267a2ed572de474ffbce134a35c342474f9ca SHA256: ca3856b2e53d34d1daa853fd19dcf9b3513dbb704db3a8f79877759eafeb8bc4 Description: set of data files for kst Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains architecture independent files for kst. Homepage: http://kst.kde.org Package: kst-doc Priority: optional Section: doc Installed-Size: 454 Maintainer: Ruben Molina Architecture: all Source: kst Version: 2.0.3-1.3.6.201403240010 Filename: 4.0-0/all/kst-doc_2.0.3-1.3.6.201403240010_all.deb Size: 373534 MD5sum: 0857250de9db01ec811b09e25d073004 SHA1: 9dda10aa35a5f93200c4bfe7d5190edd3b986ff5 SHA256: 0dd4a6896d165dad56868bd5b56d7efb283d8c2f9922a709f72bff73e87fbf06 Description: set of tutorials for kst Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains documentation files for kst. Homepage: http://kst.kde.org Package: kstars-data Priority: optional Section: science Installed-Size: 22674 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: kstars Version: 4:4.8.4-1.2.201403240027 Filename: 4.0-0/all/kstars-data_4.8.4-1.2.201403240027_all.deb Size: 11640246 MD5sum: bc662a38ada8992400f7565b3d6f1d21 SHA1: 84fed321b3e7d05c1e548f71f545ea34315d8bd7 SHA256: 2c273d8384d50c4d97a7e2c4ff67080aba3a40556f1978e8ccc55b30b6d67c05 Description: data files for KStars desktop planetarium This package contains architecture-independent data files for KStars, the graphical desktop planetarium for KDE, including star catalogues and astronomical images. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: ktorrent-data Priority: optional Section: net Installed-Size: 9417 Maintainer: Debian KDE Extras Team Architecture: all Source: ktorrent Version: 4.2.1-1.15.201403240119 Replaces: ktorrent (<< 3.2~beta1+svn902175) Recommends: ktorrent (>= 4.2.1-1.15.201403240119) Breaks: ktorrent (<< 3.2~beta1+svn902175) Filename: 4.0-0/all/ktorrent-data_4.2.1-1.15.201403240119_all.deb Size: 2854498 MD5sum: 7fa126405fe51a114fd2f557092e9c16 SHA1: e60a8dbca53ce7342d5d1a628b080b54eb34fb1d SHA256: a9dcac894ae3c68248048b98d0eba3996d07ffdb87a1ca67e83a0c25050483fc Description: KTorrent data and other architecture independent files This package contains architecture independent data files for KTorrent, a BitTorrent peer-to-peer network client. Unless you have ktorrent package installed, you probably won't find this package useful. Homepage: http://ktorrent.org/ Package: ktouch-data Priority: optional Section: kde Installed-Size: 4210 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: ktouch Version: 4:4.8.4-1.2.201403240133 Replaces: ktouch (<< 4:4.7.2) Breaks: ktouch (<< 4:4.7.2) Filename: 4.0-0/all/ktouch-data_4.8.4-1.2.201403240133_all.deb Size: 1532408 MD5sum: 84d4e6099a8fbe5733ca50720fcaa20d SHA1: ef39b96223a18eea23fd3e768ae626def709ea8d SHA256: 87717440807a2b22f598f3dc08930f1b359be71e9741dda4c94e71fe12893bb9 Description: data files for ktouch This package contains the architecture-independent data files for ktouch. . This package is part of the KDE education module. Homepage: http://edu.kde.org/ Package: kttsd Priority: optional Section: utils Installed-Size: 38 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: jovie Version: 4:4.8.4-2.2.201403220729 Depends: jovie Filename: 4.0-0/all/kttsd_4.8.4-2.2.201403220729_all.deb Size: 12908 MD5sum: 58fdc4c1b7c4e94d886696f720e798cf SHA1: 5e2f789306060ed9941348ad2f5553472ffe17c6 SHA256: 18ca1a2d31bca7c9018ab3324f6bce5b534339cd66084825581c68e6f0f9274c Description: transitional package for jovie This is a transitional package provided to ease upgrade from kttsd to jovie. Homepage: http://accessibility.kde.org/developer/kttsd Package: kunststoff Priority: optional Section: utils Installed-Size: 74 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0.2-5.4.201403240410 Filename: 4.0-0/all/kunststoff_2.0.2-5.4.201403240410_all.deb Size: 41506 MD5sum: 71159f33c09d7982a9e502861d8094a7 SHA1: cf5d3ae4f4932d92ceae4fa47c80e7f0bd8a75ef SHA256: 709ef0a1b0bb272cfe8f05cd9b06bcdb142d7bfb3fa1c865ac5906afc44b76c0 Description: suite of skins for different applications The Kunststoff Look & Feel is a completely free Look & Feel for Java Swing applications. It supports many widgets (e.g JInnerFrame, JProgressBar, JToolBar) and provides customizable gradient colors. Homepage: http://kunstoff.incors.com/archive/ Package: kup-client Priority: extra Section: net Installed-Size: 56 Maintainer: Ben Hutchings Architecture: all Source: kup Version: 0.3.2-1.2.201403240421 Depends: libconfig-simple-perl, perl Recommends: gnupg-agent Filename: 4.0-0/all/kup-client_0.3.2-1.2.201403240421_all.deb Size: 10964 MD5sum: de627e8031600c154ac18c9f33d28550 SHA1: 5aec95702db59dd823648f85f9a9b15927d813e9 SHA256: 0c1c475943352f88e625b8f01659e8dc1024b6b0ed62df856b9284255d051d2d Description: kernel.org upload tool This utility is used to upload files to kernel.org and other systems using the same upload system (kup-server). Homepage: http://git.kernel.org/?p=utils/kup/kup.git Package: kup-server Priority: extra Section: net Installed-Size: 115 Maintainer: Ben Hutchings Architecture: all Source: kup Version: 0.3.2-1.2.201403240421 Depends: libbsd-resource-perl, libconfig-simple-perl, git, gnupg, openssh-server | ssh-server, perl, base-files (>= 6.4) Recommends: bzip2, xz-utils Filename: 4.0-0/all/kup-server_0.3.2-1.2.201403240421_all.deb Size: 15702 MD5sum: c6b474637f8e4284de2c5df0b8ebbb27 SHA1: bc9cb3436015aa9ad3aef36cd24805b2c8d39883 SHA256: d50c8826813d0f8550d86c766f62ae2bf5d8b9fb84cdc303e806c557bb333759 Description: kernel.org upload server This is the upload system used on kernel.org, which runs as an SSH service. Homepage: http://git.kernel.org/?p=utils/kup/kup.git Package: kupfer Priority: optional Section: utils Installed-Size: 2862 Maintainer: Luca Falavigna Architecture: all Version: 0+v208-2.6.201403240423 Depends: python (>= 2.6.6-7~), python-gobject (>= 2.18), python-gtk2 (>= 2.16), python-xdg, python-dbus, dbus, python-keybinder Recommends: python-keyring, python-wnck Suggests: python-cjson, python-gdata, python-qrencode Filename: 4.0-0/all/kupfer_0+v208-2.6.201403240423_all.deb Size: 855474 MD5sum: 9ed583427d810fd1112dc2cd7394ef33 SHA1: 8941aab42b87acd21f8ec6079e0ac6997445c32c SHA256: d6518a9395595b770f8e7349c7d066e8418cd9fcdcddb2ee736ec30c8b33d145 Description: fast and lightweight desktop summoner/launcher Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It can search and browse your files, launch desired applications and object you need in a quicker way. . Kupfer is written in Python and has a flexible architecture based on plugins to extend its features. Homepage: http://kaizer.se/wiki/kupfer/ Package: kvirc-data Priority: optional Section: net Installed-Size: 12386 Maintainer: Debian KDE Extras Team Architecture: all Source: kvirc Version: 4:4.1.3+20111124.svn5988-2.5.201403240431 Recommends: kvirc (>= 4:4.1.3+20111124.svn5988-2.5.201403240431) Filename: 4.0-0/all/kvirc-data_4.1.3+20111124.svn5988-2.5.201403240431_all.deb Size: 3905684 MD5sum: 2ab22fb3811aabf595f58ed716f680dd SHA1: 8862d0150833baf2824af26d4230f667c61a9671 SHA256: cacbf595609c4ebe88cdffb0ce11181f55b1932b888d13f44d0582fb7ee8a0ef Description: Data files for KVIrc This package contains the architecture-independent data needed by KVIrc in order to run, such as icons and images, language files, and shell scripts. It also contains complete reference guides on scripting and functions within KVIrc in its internal help format. Multi-Arch: foreign Homepage: http://www.kvirc.de/ Package: kvpnc-data Priority: optional Section: utils Installed-Size: 507 Maintainer: Debian KDE Extras Team Architecture: all Source: kvpnc Version: 0.9.6a-2.7.201411011635 Replaces: kvpnc (<< 0.9.6a) Recommends: kvpnc (>= 0.9.6a-2.7.201411011635) Filename: 4.0-0/all/kvpnc-data_0.9.6a-2.7.201411011635_all.deb Size: 266990 MD5sum: 006d63b328d29e86dc6b74220f202b3c SHA1: 5971f675dd81970d59cba76751c0c5bdd1d78dce SHA256: c6be4ab893ac19f677603fdd91daa72a38f04e67a5875c716e56c69b630cb2c6 Description: data files for KVpnc This package contains the data files for KVpnc, a KDE frontend for various vpn clients. Unlessyou have 'kvpnc' package installed, you probably won't this package useful. Homepage: http://home.gna.org/kvpnc Package: kwalify Priority: optional Section: text Installed-Size: 936 Maintainer: Marc Dequènes (Duck) Architecture: all Version: 0.7.2-2.5.201403240518 Depends: ruby | ruby-interpreter Suggests: doc-base Filename: 4.0-0/all/kwalify_0.7.2-2.5.201403240518_all.deb Size: 128432 MD5sum: 5020323b574dc2c071533f3fc31d30cc SHA1: 3d8551e0ada07b315f39ce0a9e29f6732ca0ae24 SHA256: d6120d60be692617d2663cc1e39aa4f57aeac7b4ef5f72dc411202bc781b0480 Description: parser, schema validator, and data-binding tool for YAML and JSON. YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation. Homepage: http://www.kuwata-lab.com/kwalify/ Ruby-Versions: ruby1.8 ruby1.9.1 Package: kword Priority: extra Section: oldlibs Installed-Size: 26 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: calligra-transitional (2.2.201403160215) Version: 1:2.4.3+2.2.201403160215 Depends: calligrawords Filename: 4.0-0/all/kword_2.4.3+2.2.201403160215_all.deb Size: 1952 MD5sum: aa32ce08c2fa0e4b0bbade4cbaddaa9a SHA1: 1b562de04b50ccd53e7f4ca734ffe567861b7eab SHA256: f1425be0d8cecfc5aec9cec04a23c7a8e492217a0eb7df78cbd6795cb51884d2 Description: transitional dummy package for calligrawords This transitional package allows one to migrate from KOffice's KWord to Calligra Words. . It can be safely removed after the upgrade. Homepage: http://www.calligra-suite.org Package: kwwidgets-doc Priority: optional Section: doc Installed-Size: 101680 Maintainer: Debian Science Team Architecture: all Source: kwwidgets Version: 1.0.0~cvs20100930-8.14.201403240611 Depends: vtk-doc Suggests: libkwwidgets1-dev Filename: 4.0-0/all/kwwidgets-doc_1.0.0~cvs20100930-8.14.201403240611_all.deb Size: 10438898 MD5sum: 354c15dc5925f5a8f594e53c90ca8f04 SHA1: fb82a2ced191a14a2a4e59820dab0dc947f51d05 SHA256: efb294f2f6a58c5d6c9d77d11188c375b2a0447fe84514df4ecfcd779284f802 Description: Cross-Platform GUI Toolkit - documentation Like many other GUI toolkits, it provides low-level core widgets like buttons, entries, scales, menus, combo-boxes, thumbwheels, spin-boxes, trees, notebooks and multi-column lists to name a few. Unlike many of those toolkits though, it also provides advanced composite widgets like toolbars, tooltips, progress gauges, split-frames, splash-screens, 2D/3D extents, color pickers, histograms, windows and dialogs. . More importantly, KWWidgets builds upon this set of widgets to interface to visualization libraries like VTK and offer high-level visualization-oriented widgets like surface material editors, simple animation generators, transfer function editors, annotation editors, window/level and volume property preset editors, text property editors, 2D and 3D rendering widgets, etc. . This package contains documentation files for KWWidgets. Homepage: http://www.kwwidgets.org/ Package: kwwidgets-examples Priority: optional Section: graphics Installed-Size: 1324 Maintainer: Debian Science Team Architecture: all Source: kwwidgets Version: 1.0.0~cvs20100930-8.14.201403240611 Suggests: libkwwidgets1-dev Filename: 4.0-0/all/kwwidgets-examples_1.0.0~cvs20100930-8.14.201403240611_all.deb Size: 788866 MD5sum: 8d0c198eea83ccc33115788c65726833 SHA1: 859818d7905e92185c4bcf0a9466df8a03305a88 SHA256: 3232b404ea2cc0f4e47ff6573c91be8de81f00b51823bd2363b22ed3bed045b0 Description: Cross-Platform GUI Toolkit - examples Like many other GUI toolkits, it provides low-level core widgets like buttons, entries, scales, menus, combo-boxes, thumbwheels, spin-boxes, trees, notebooks and multi-column lists to name a few. Unlike many of those toolkits though, it also provides advanced composite widgets like toolbars, tooltips, progress gauges, split-frames, splash-screens, 2D/3D extents, color pickers, histograms, windows and dialogs. . More importantly, KWWidgets builds upon this set of widgets to interface to visualization libraries like VTK and offer high-level visualization-oriented widgets like surface material editors, simple animation generators, transfer function editors, annotation editors, window/level and volume property preset editors, text property editors, 2D and 3D rendering widgets, etc. . This package contains examples from the KWWidgets source. Homepage: http://www.kwwidgets.org/ Package: l7-protocols Priority: extra Section: net Installed-Size: 210 Maintainer: Debian QA Group Architecture: all Version: 20090528-4.4.201403240655 Recommends: l7-filter-userspace Filename: 4.0-0/all/l7-protocols_20090528-4.4.201403240655_all.deb Size: 65310 MD5sum: 11ce17a5aef4d0a2aaf72879a3d2c49e SHA1: 39567150a33a6560ceb38a46667485a4214a5494 SHA256: b13dcc85c5385443af48089d9c084ce6b1ef9ab0bbda09b2b6466919275762bc Description: protocol definitions for the Linux layer 7 packet classifier l7-protocols provides patterns (protocol definitions) for the Linux layer 7 packet classifier (l7-filter). To use them, you need the kernel and iptables patches or the l7-filter userspace version (l7-filter-userspace). Homepage: http://l7-filter.sourceforge.net/ Package: ladder Priority: optional Section: admin Installed-Size: 106 Maintainer: Neil Williams Architecture: all Version: 0.0.4.2.201403240745 Depends: perl, apt, gnupg, libconfig-inifiles-perl, liblocale-gettext-perl, reprepro Filename: 4.0-0/all/ladder_0.0.4.2.201403240745_all.deb Size: 21000 MD5sum: aa33e26ca1261a089530217e3ca1a546 SHA1: ba94b75b4315746b016ed7b49d93952a83adbc25 SHA256: 9dc733f470f2caa14ed836e2737546564b8d6a4809728a3ed30cad07a1543823 Description: Stepwise repository upgrade tool Ladder creates a local repository of all packages required to upgrade a tarball of a chroot to a new milestone or software release. Ladder step repositories are intended to be used on machines after production, rather than during development, providing a way to achieve secure remote upgrades. . The repository can be signed and includes all specified target packages and dependencies. The repository can then be distributed and used to cleanly upgrade multiple devices through the milestones, in sequence, without needing network access. Package: laditools Priority: optional Section: sound Installed-Size: 559 Maintainer: Debian Multimedia Maintainers Architecture: all Version: 1.0.1-2.2.201403240756 Depends: gir1.2-vte-2.90, python-gi, python-gi-cairo, python-laditools, python Recommends: gladish Suggests: g15composer Filename: 4.0-0/all/laditools_1.0.1-2.2.201403240756_all.deb Size: 204524 MD5sum: 70838ae1c6cbe4aee6d525f88d75ae52 SHA1: 0375a1444e55915c508314dd4ba95a8df015853a SHA256: dc93213213d35fc05bfd1b4f22eede34dc9ab17385fdd1a126ab53baf37d8914 Description: Linux Audio Desktop Integration Tools LADI Tools is a set of tools aiming to achieve the goals of the LADI project to improve desktop integration and user workflow of Linux audio system based on JACK and ladish. Those tools take advantage of the D-Bus interfaces recently added to JACK and ladish to ease the configuration and use of those two great softwares. . The following tools are included: * g15ladi - a JACK monitor for g15 keyboards * ladi-control-center - graphical configuration tool to setup JACK's configuration * ladi-player - convenient VLC-style application to control JACK and manage studios * ladi-system-log - JACK, ladish and a2jmidid log viewer * ladi-system-tray - system indicator that allows users to start, stop and monitor JACK, as well as start some JACK related applications . This package includes basic set of tools to control and monitor the LADI system, that is JACK and ladish in a D-Bus environment. Homepage: https://launchpad.net/laditools Package: lam-mpidoc Priority: extra Section: doc Installed-Size: 330 Maintainer: Camm Maguire Architecture: all Source: lam Version: 7.1.4-3.5.201403240819 Replaces: mpi-doc Conflicts: mpi-doc Filename: 4.0-0/all/lam-mpidoc_7.1.4-3.5.201403240819_all.deb Size: 302192 MD5sum: 6581f1f189a39976a200525958e20134 SHA1: 54702ef23937e26191f4fa2dc18b3e0c93a7a64f SHA256: a16df27015706c24bb0c368236ed446299cff2ef54ed2d247f0d164f0292844a Description: Documentation for the Message Passing Interface standard This package contains man pages describing the Message Passing Interface standard. . These pages are newly provided by the LAM package, and are also found in the mpi-doc package build from the mpich source package. Package: lame-doc Priority: optional Section: doc Installed-Size: 483 Maintainer: Debian multimedia packages maintainers Architecture: all Source: lame Version: 3.99.5+repack1-3.10.201403240834 Filename: 4.0-0/all/lame-doc_3.99.5+repack1-3.10.201403240834_all.deb Size: 295716 MD5sum: 1c4ed5f7011efed1ee0f4257cd8cd248 SHA1: 851be6f0a18a42e2e4aadc14f91675dd34a1d310 SHA256: 4eab3c576e8d752fa46a987da1019f43e8238165cb4cad880768cceb731438cc Description: MP3 encoding library (documentation) LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, a simple frontend application, and other tools for sound analysis, as well as convenience tools. . This package contains the documentation. Homepage: http://lame.sourceforge.net/ Package: lammps-doc Priority: extra Section: doc Installed-Size: 26822 Maintainer: Debian Science Maintainers Architecture: all Source: lammps Version: 0~20120615.gite442279-1.2.201403240838 Filename: 4.0-0/all/lammps-doc_0~20120615.gite442279-1.2.201403240838_all.deb Size: 23383852 MD5sum: 8d2cedcdad07941740c3adbdfd646ced SHA1: 07767db3c2d5f4ea561a6147be81d24706f1ade5 SHA256: 6761ab96c1804c49b861d81ac079cef16e0b3330432427441980ed45a7d221cc Description: Molecular Dynamics Simulator. Documentation and examples. LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. . LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, meso, or continuum scale. . LAMMPS runs on single processors or in parallel using message-passing techniques and a spatial-decomposition of the simulation domain. The code is designed to be easy to modify or extend with new functionality. Homepage: http://lammps.sandia.gov/ Package: landell Priority: optional Section: video Installed-Size: 482 Maintainer: Thadeu Lima de Souza Cascardo Architecture: all Version: 0.92.1-1.1.2.201403240904 Depends: python (>= 2.6.6-7~), gstreamer0.10-plugins-base (>= 0.10.19), gstreamer0.10-plugins-good (>= 0.10.8), gstreamer0.10-plugins-bad (>= 0.10.7), gstreamer0.10-ffmpeg (>= 0.10.4), gstreamer0.10-alsa (>= 0.10.19), gstreamer0.10-x (>= 0.10.19), gstreamer0.10-hplugins (>= 0.2.0), gstreamer0.10-videomixer2 | gstreamer0.10-plugins-good (>= 0.10.26), python-gst0.10 (>= 0.10.12), python-configobj (>= 4.5.2), python-gobject (>= 2.14.2), python-gtk2 (>= 2.16) Filename: 4.0-0/all/landell_0.92.1-1.1.2.201403240904_all.deb Size: 52030 MD5sum: 0ba48bca9703fd45bf06104b9bd27262 SHA1: 2e54f26cb9c023e7762fbf0d3828ae6bf42fc35b SHA256: 7d8fd163d8d33f11d3fa1eb8a443a9ab732fa5177539bed36197984169bfde97 Description: audio and video streams manager Landell is an audio and video streamer that receives streams from sources and sends a stream using icecast. It has a graphical interface that shows preview and allows applying dynamic effects and configuring stream. Homepage: http://landell.holoscopio.com Package: laptop-mode-tools Priority: optional Section: utils Installed-Size: 397 Maintainer: Ritesh Raj Sarraf Architecture: all Version: 1.61-2.10.201403241011 Depends: lsb-base (>= 3.0-10), util-linux (>= 2.13), psmisc Recommends: hdparm, sdparm, ethtool, net-tools, wireless-tools, udev Suggests: acpid | apmd | pbbuttonsd | pmud, hal Conflicts: noflushd Filename: 4.0-0/all/laptop-mode-tools_1.61-2.10.201403241011_all.deb Size: 113030 MD5sum: ce99a6f0fd43b030ab41002786b639b2 SHA1: 643ee08f9080056d0339fa96ddf53e34f38b2215 SHA256: 3ca3f7380ec0ebe89d825de6afe132f999bf7899627b388c4807686fbcf30f30 Description: Tools for Power Savings based on battery/AC status Laptop mode is a Linux kernel feature that allows your laptop to save considerable power, by allowing the hard drive to spin down for longer periods of time. This package contains the userland scripts that are needed to enable laptop mode. . It includes support for automatically enabling laptop mode when the computer is working on batteries. It also supports various other power management features, such as starting and stopping daemons depending on power mode, automatically hibernating if battery levels are too low, and adjusting terminal blanking and X11 screen blanking . laptop-mode-tools uses the Linux kernel's Laptop Mode feature and thus is also used on Desktops and Servers to conserve power Homepage: http://www.samwel.tk/laptop_mode/ Package: lastfmsubmitd Priority: optional Section: sound Installed-Size: 147 Maintainer: Debian QA Group Architecture: all Version: 1.0.6-4.4.201403241045 Depends: debconf (>= 0.5) | debconf-2.0, adduser, python, python-support (>= 0.90.0) Suggests: ears Filename: 4.0-0/all/lastfmsubmitd_1.0.6-4.4.201403241045_all.deb Size: 31672 MD5sum: 00d59af2def660c97894987a41ed1927 SHA1: b89fc2da35412f00c5d62801342174bd0ec7b23c SHA256: 8822d72dac544efc2c3b1e50b3b931d65ccba2e16376a2dc702916c159295b3b Description: submission daemon for the Last.fm social music network lastfmsubmitd collects information from audio player plugins about what songs a user has listened to, submits them to Last.fm, and saves submissions if no servers are reachable. A helper program and a Python interface are provided to assist in writing player plugins. Package: lastmp Priority: optional Section: sound Installed-Size: 72 Maintainer: Debian QA Group Architecture: all Source: lastfmsubmitd Version: 1.0.6-4.4.201403241045 Provides: mpd-client Depends: debconf (>= 0.5) | debconf-2.0, lastfmsubmitd, python-mpdclient (>= 0.11.0), python Filename: 4.0-0/all/lastmp_1.0.6-4.4.201403241045_all.deb Size: 18270 MD5sum: db0793586f637e220bdc85662c5c596b SHA1: 277e9b093d012fd5c4c5000679f792331fa62fa2 SHA256: b160f1baa17215f8491577d973a95786a3cdd68e97885a027100b3485a0d8d09 Description: MPD client for lastfmsubmitd lastmp listens to an instance of MPD and sends information about played songs to the Last.fm submission daemon. Package: lat Priority: optional Section: net Installed-Size: 1439 Maintainer: Eric Dorland Architecture: all Version: 1.2.3-10.5.201403241052 Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.10-1ubuntu1), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-keyring0 (>= 2.23.5), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-ldap4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-security4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/lat_1.2.3-10.5.201403241052_all.deb Size: 221720 MD5sum: adfad17c48e1149b287b01a452e8a991 SHA1: 2275bfebfd265489f4bc083281be26a56eacee3e SHA256: 193e083e986983350887c84eefb6d6d86de9228799f645ab0cfe45abfe133d0f Description: LDAP Administration Tool LAT stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. It can store profiles for quick access to different servers. Multi-Arch: foreign Homepage: http://sourceforge.net/projects/ldap-at/ Package: latex-beamer Priority: optional Section: tex Installed-Size: 3190 Maintainer: OHURA Makoto Architecture: all Version: 3.10-2.6.201403241116 Depends: dpkg (>= 1.14.18), tex-common (>= 3), pgf (>= 1.00-1), latex-xcolor (>= 2.00-1), texlive-latex-base Filename: 4.0-0/all/latex-beamer_3.10-2.6.201403241116_all.deb Size: 2580520 MD5sum: 9851fff05218a21957ee785fbfc7e270 SHA1: 9c4e9c45fce4dab91b3fed096984f96862bf0c5d SHA256: d5394762228942ecdcc69bfd3e59f9862593e940de4e3b182dd160c0fc095782 Description: LaTeX class to produce presentations The beamer class is a LaTeX class that allows you to create a beamer presentation. It can also be used to create slides. It behaves similarly to other packages like Prosper, but has the advantage that it works together directly with pdflatex, but also with dvips. . Once you have installed the beamer class, the basic steps to create a beamer presentation are the following: - Specify beamer as document class instead of article. - Structure your LaTeX text using \section and \subsection commands. - Place the text of the individual slides inside \frame commands. - Run pdflatex on the text (or latex and dvips). . The beamer class has several useful features: You don't need any external programs to use it other than pdflatex, but it works also with dvips. You can easily and intuitively create sophisticated overlays. Finally, you can easily change the whole slide theme or only parts of it. Package: latex-cjk-all Priority: optional Section: tex Installed-Size: 21 Maintainer: Debian TeX maintainers Architecture: all Source: cjk Version: 4.8.3+git20120621-1.4.201403170347 Depends: latex-cjk-common (>= 4.8.3+git20120621-1.4.201403170347), latex-cjk-chinese (>= 4.8.3+git20120621-1.4.201403170347), latex-cjk-japanese (>= 4.8.3+git20120621-1.4.201403170347), latex-cjk-korean (= 4.8.3+git20120621-1.4.201403170347), latex-cjk-thai (= 4.8.3+git20120621-1.4.201403170347), latex-cjk-chinese-arphic-bsmi00lp, latex-cjk-chinese-arphic-bkai00mp, latex-cjk-chinese-arphic-gbsn00lp, latex-cjk-chinese-arphic-gkai00mp, latex-cjk-japanese-wadalab Conflicts: cjk-latex (<= 4.5.1) Filename: 4.0-0/all/latex-cjk-all_4.8.3+git20120621-1.4.201403170347_all.deb Size: 914 MD5sum: a5497b4c8a1eba1ef263d4eceae65e80 SHA1: d741e4c171c9fc2cce8b1d604d454daa685be61d SHA256: c9e1705d7466eddab177abe555acfdbd71156705e591ed311bf5a1e231d72d05 Description: installs all LaTeX CJK packages This package will install all CJK packages. You may also wish to install each package separately instead. See the latex-cjk-common package for a detailed description. Homepage: http://cjk.ffii.org/ Package: latex-cjk-chinese-arphic-bkai00mp Priority: optional Section: fonts Installed-Size: 13736 Maintainer: Debian TeX maintainers Architecture: all Source: latex-cjk-chinese-arphic Version: 1.22.5.201403241121 Provides: tfm-arphic-bkai00mp Depends: dpkg (>= 1.14.18), tex-common (>= 3) Suggests: fonts-arphic-bkai00mp Filename: 4.0-0/all/latex-cjk-chinese-arphic-bkai00mp_1.22.5.201403241121_all.deb Size: 12707340 MD5sum: 507e0c013adff661c79e07da80627fc4 SHA1: 09c4b3015271716b80967e030693aa53bd291ea7 SHA256: 7ad7073ed01a25ec42ec30bd69318f35c641ee0fb05fc1ab45467b23f2516fd0 Description: traditional Chinese KaiTi fonts for CJK This package installs all necessary fonts (PFB, AFM, TFM, etc.) to get the "AR PL KaitiM Big5" font working with the LaTeX macro "CJK" in local and UTF-8 environments. Homepage: ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/ Package: latex-cjk-chinese-arphic-bsmi00lp Priority: optional Section: tex Installed-Size: 12703 Maintainer: Debian TeX maintainers Architecture: all Source: latex-cjk-chinese-arphic Version: 1.22.5.201403241121 Provides: tfm-arphic-bsmi00lp Depends: dpkg (>= 1.14.18), tex-common (>= 3) Suggests: fonts-arphic-bsmi00lp Filename: 4.0-0/all/latex-cjk-chinese-arphic-bsmi00lp_1.22.5.201403241121_all.deb Size: 11614568 MD5sum: 60c3cb16f744cd6eff735e599eb57c02 SHA1: a6dbfc69a81dfbfb97b0fe585d1a826fa50a5faa SHA256: 8a2d3ed4b1be186fa793ff102bd5b994514d685624342d8b005e9b4ae06762f9 Description: traditional Chinese KaiTi fonts for CJK This package installs all necessary fonts (PFB, AFM, TFM, etc.) to get the "AR PL Mingti2L Big5" font working with the LaTeX macro "CJK" in local and UTF-8 environments. Homepage: ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/ Package: latex-cjk-chinese-arphic-gbsn00lp Priority: optional Section: tex Installed-Size: 6059 Maintainer: Debian TeX maintainers Architecture: all Source: latex-cjk-chinese-arphic Version: 1.22.5.201403241121 Provides: tfm-arphic-gbsn00lp Depends: dpkg (>= 1.14.18), tex-common (>= 3) Suggests: fonts-arphic-gbsn00lp Filename: 4.0-0/all/latex-cjk-chinese-arphic-gbsn00lp_1.22.5.201403241121_all.deb Size: 5295972 MD5sum: 7c1627fb7031b938026c885b1f60ebbc SHA1: 67b4c05217bdb27186a188e302409d1745762def SHA256: 388bcea48b12d1c04806a9583211aba5fe202a7e69ff692069cbb548969cc72b Description: traditional Chinese KaiTi fonts for CJK This package installs all necessary fonts (PFB, AFM, TFM, etc.) to get the "AR PL SungtiL GB" font working with the LaTeX macro "CJK" in local and UTF-8 environments. Homepage: ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/ Package: latex-cjk-chinese-arphic-gkai00mp Priority: optional Section: tex Installed-Size: 6586 Maintainer: Debian TeX maintainers Architecture: all Source: latex-cjk-chinese-arphic Version: 1.22.5.201403241121 Provides: tfm-arphic-gkai00mp Depends: dpkg (>= 1.14.18), tex-common (>= 3) Suggests: fonts-arphic-gkai00mp Filename: 4.0-0/all/latex-cjk-chinese-arphic-gkai00mp_1.22.5.201403241121_all.deb Size: 5852486 MD5sum: 80dc31900c06174f14a9402c518e0a52 SHA1: 41a8ec0fab37ddec16253b79844c60ada552276f SHA256: a39ae34f094047e1fd6c5302b96947710635dc610886802856b63c713b9cf1cb Description: traditional Chinese KaiTi fonts for CJK This package installs all necessary fonts (PFB, AFM, TFM, etc.) to get the "AR PL KaitiM GB" font working with the LaTeX macro "CJK" in local and UTF-8 environments. Homepage: ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/ Package: latex-cjk-japanese-wadalab Priority: optional Section: fonts Installed-Size: 19636 Maintainer: Debian TeX maintainers Architecture: all Version: 0.20050817-16.4.201403241134 Depends: dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/latex-cjk-japanese-wadalab_0.20050817-16.4.201403241134_all.deb Size: 18377966 MD5sum: e234b90ee8900cf929bee317422b63cc SHA1: c6403be4d184d539f05c2f6ab09593af70e701b7 SHA256: 4f2e02187aa33cb1df28942ae4062e8daf69065e743230edbf48c265c6e0050b Description: type1 and tfm DNP Japanese fonts for latex-cjk This package installs Type1 and TFM fonts from a DNP font called "Wadalab". You'll get three flavours: Mincho, Gothic and Maru. . DNP stands for "Dai Nippon Printing" (a big printing company in Japan). DNP fonts are commercial fonts made by this company; if real DNP fonts have been already installed at your site, you should use them. But watanabe-dnp fonts (like Wadalab), which are customized from watanabe-jfonts to emulate DNP fonts, are freeware. The method of emulation is symbolic name linking. . These Type1 fonts differ from those in the gsfonts-wadalab package, because CJK author Werner Lemberg has introduced some fixes. Homepage: ftp://ftp.dante.de/pub/tex/support/ghostscript/3rdparty/fonts/kanji/Font/ Package: latex-cjk-korean Priority: optional Section: tex Installed-Size: 224 Maintainer: Debian TeX maintainers Architecture: all Source: cjk Version: 4.8.3+git20120621-1.4.201403170347 Depends: latex-cjk-common (>= 4.8.3+git20120621-1.4.201403170347), tex-common (>= 3), dpkg (>= 1.14.18) Recommends: ko.tex-extra-hlfont Conflicts: cjk-latex (<= 4.5.1) Filename: 4.0-0/all/latex-cjk-korean_4.8.3+git20120621-1.4.201403170347_all.deb Size: 22770 MD5sum: 0cf79a95f1a23f2b7aae6d8f0c6087d7 SHA1: d7e4f0b3c2f8950a301f6782641535f7ca59bf33 SHA256: 86078e6b4945e62a376cd5b6d0143077a143d95c7c4c214af6cd36fea8390095 Description: Korean module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Korean text in your (La)TeX documents. Homepage: http://cjk.ffii.org/ Package: latex-cjk-thai Priority: optional Section: tex Installed-Size: 451 Maintainer: Debian TeX maintainers Architecture: all Source: cjk Version: 4.8.3+git20120621-1.4.201403170347 Depends: latex-cjk-common (>= 4.8.3+git20120621-1.4.201403170347), texlive-latex-base, tex-common (>= 3), thailatex (>= 0.4.2), dpkg (>= 1.14.18) Conflicts: cjk-latex (<= 4.5.1) Filename: 4.0-0/all/latex-cjk-thai_4.8.3+git20120621-1.4.201403170347_all.deb Size: 88902 MD5sum: 9fa86a1cc47f8e7273a14d54c8ff63ef SHA1: 0eacdd23d130eab274620358b4aadec39d195e10 SHA256: aa70183c8c3fa43a91c5228f7eb49626b50126c7085ad4b02ea346253e7273fb Description: Thai module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Thai text in your (La)TeX documents. It uses the same Type1 fonts (Norasi and Garuda) from the ThaiLaTeX package. . Have a look at latex-cjk-common for a more detailed description. Homepage: http://cjk.ffii.org/ Package: latex-fonts-sipa-arundina Priority: optional Section: fonts Installed-Size: 1296 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-sipa-arundina Version: 0.2.0-5.2.201403240828 Depends: thailatex (>= 0.4.6), dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/latex-fonts-sipa-arundina_0.2.0-5.2.201403240828_all.deb Size: 882950 MD5sum: cc5409ff809334cf1cd13007c1b60835 SHA1: 358e3babb26bb3966e152a754bf417aaddd158c3 SHA256: f1abfeafd0a492e841eea3015e3816ba60e7d82959b635e020298b1c72f3cc3a Description: Thai DejaVu-compatible fonts for LaTeX Arundina fonts for typesetting Thai documents with TeX/LaTeX. . The fonts are designed to be compatible with Bitstream Vera or DejaVu fonts. Serif, sans-serif and monospace type faces are included. Homepage: http://linux.thai.net/projects/fonts-sipa-arundina Package: latex-fonts-thai-tlwg Priority: optional Section: fonts Installed-Size: 4534 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: fonts-tlwg Version: 1:0.5.0-5.2.201403240918 Replaces: thailatex (<< 0.4.6) Depends: thailatex (>= 0.4.6), dpkg (>= 1.14.18), tex-common (>= 3) Breaks: thailatex (<< 0.4.6) Filename: 4.0-0/all/latex-fonts-thai-tlwg_0.5.0-5.2.201403240918_all.deb Size: 3201572 MD5sum: ff31126db8a98472f708ad4d5773cfc7 SHA1: 25727a757ac8d4bef85b2ed641c49f66f06ffff3 SHA256: 1a3018ed37b39ca5f567f56ead8eebd41093d903088b20732276fee781621fac Description: Thai fonts for LaTeX from TLWG Thai fonts for TeX/LaTeX that are collected, enhanced and maintained by Thai Linux Working Group (TLWG). . It provides fonts from the National Font Project (kinnari, garuda, norasi), UI font from NECTEC (loma) and several developed by TLWG and contributors (ttype, ttypist, umpush, sawasdee, purisa, waree). Homepage: http://linux.thai.net/projects/fonts-tlwg Package: latex-make Priority: optional Section: tex Installed-Size: 1097 Maintainer: Vincent Danjean Architecture: all Version: 2.1.18-2.4.201403241140 Depends: dpkg (>= 1.14.18), tex-common (>= 3), transfig, ghostscript, make (>= 3.81), python Recommends: texlive-latex-recommended, inkscape (>= 0.48.2), texlive-latex-extra Filename: 4.0-0/all/latex-make_2.1.18-2.4.201403241140_all.deb Size: 907544 MD5sum: d0e615d880644aaca04a7bc9e0b15b2f SHA1: 076c698d38f833d7fdbf6a9654820095e8a76a0e SHA256: ed36a17c08c6f65d154f1d457bb905893147bc364a82babf00f51941fe9877b3 Description: easy compiling of complex (and simple) LaTeX documents This package provides several tools that aim to simplify the compilation of LaTeX documents: . LaTeX.mk: a Makefile snippet to help compiling LaTeX documents in DVI, PDF, PS, ... format. Dependencies are automatically tracked: one should be able to compile documents with a one-line Makefile containing 'include LaTeX.mk'. Complex documents (with multiple bibliographies, indexes, glossaries, ...) should be correctly managed. . figlatex.sty: a LaTeX package to easily insert xfig figures (with \includegraphics{file.fig}). It can interact with LaTeX.mk so that the latter automatically invokes transfig if needed. . And various helper tools for LaTeX.mk Homepage: http://gforge.inria.fr/projects/latex-utils/ Package: latex-mk Priority: optional Section: tex Installed-Size: 521 Maintainer: Wences Arana Architecture: all Version: 2.1-1.1.14.201403241149 Depends: dpkg (>= 1.15.4) | install-info Recommends: make, texlive-latex-recommended, texlive-base Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd, ghostscript, tgif, transfig Filename: 4.0-0/all/latex-mk_2.1-1.1.14.201403241149_all.deb Size: 292994 MD5sum: ec2984bcb5f1ff7dc51839361ebd4200 SHA1: 2a67c9941bb4e8fb6421c058ca50451f6e88d687 SHA256: 17a5bc38348416aa3c8c66f5974a2c1bcf6107d8a61fba5e273957b3e15e6284 Description: tool for managing LaTeX projects LaTeX-Mk is a collection of Makefile fragments and shell scripts for managing small to large sized LaTeX projects. The typical LaTeX-Mk input file is simply a series of variable definitions in a Makefile for the project. After creating a simple Makefile the user can easily perform all required steps to do such tasks as: preview the document, print the document, or produce a PDF file. LaTeX-Mk will keep track of files that have changed and how to run the various programs that are needed to produce the output. Homepage: http://latex-mk.sourceforge.net/ Package: latex-xcolor Priority: optional Section: tex Installed-Size: 723 Maintainer: OHURA Makoto Architecture: all Version: 2.11-1.8.201411011658 Depends: texlive-latex-recommended, dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/latex-xcolor_2.11-1.8.201411011658_all.deb Size: 610154 MD5sum: 7e7e5a5954550815d2d4646013c3e388 SHA1: da3ba974efa4af1253875d7bbd94ec73ac0992e2 SHA256: e0ea3f003f231531f1281b3578075aba1731c00e4685121dcee05685ddaf99d3 Description: Easy driver-independent TeX class for color xcolor provides easy driver-independent access to several kinds of color tints, shades, tones, and mixes of arbitrary colors. It allows to select a document-wide target color model and offers tools for automatic color schemes, conversion between eight color models, and alternating table row colors. Package: latex209-base Priority: optional Section: tex Installed-Size: 787 Maintainer: Debian TeX maintainers Architecture: all Source: latex209 Version: 25.mar.1992-13.4.201403241204 Depends: texlive-base, texlive-latex-base, dpkg (>= 1.14.18), tex-common (>= 3) Filename: 4.0-0/all/latex209-base_25.mar.1992-13.4.201403241204_all.deb Size: 213810 MD5sum: 1bb1204db34c60109f2812c5b9a5c428 SHA1: c4dbdef437ae933859fd15182563f8b3466ac9e6 SHA256: 11c6912cae9ef0c521a70a698dacbb0cd51ee110b1035eb174286be359357edd Description: macro files of LaTeX 2.09 25-mar-1992 version LaTeX 2.09 is obsolete. Use LaTeX 2e. This package is for those who want to use old style files. Package: latex209-bin Priority: optional Section: tex Installed-Size: 76 Maintainer: Debian TeX maintainers Architecture: all Source: latex209 Version: 25.mar.1992-13.4.201403241204 Depends: dpkg (>= 1.14.18), tex-common (>= 3), latex209-base Filename: 4.0-0/all/latex209-bin_25.mar.1992-13.4.201403241204_all.deb Size: 6818 MD5sum: 4d10199635207ee54948411686ff039d SHA1: a2eef1d13437bbe494f7c2161f0b6c9a523cb35e SHA256: 26fdffe8d2b6c891cb2b2de6c7489e14d1b7c8214d74596089891b129abb691c Description: latex209 command for LaTeX 2.09 25-mar-1992 version LaTeX 2.09 is obsolete. Use LaTeX 2e. This package is for those who want to use old style files. Package: latex209-src Priority: optional Section: tex Installed-Size: 340 Maintainer: Debian TeX maintainers Architecture: all Source: latex209 Version: 25.mar.1992-13.4.201403241204 Suggests: tetex-base (>= 2.0.2-15) | texlive-base Filename: 4.0-0/all/latex209-src_25.mar.1992-13.4.201403241204_all.deb Size: 63550 MD5sum: 67f154c5cbe5704e5e2265b780f1b9c0 SHA1: 7e7aba68ca8ccae524aeee518680002c5a99e07f SHA256: 952dc63d620c7ed3a423a6feb3cd7daf65f0c7b719217411c420b8dcb85ab0c4 Description: source files of macros of LaTeX 2.09 25-mar-1992 version LaTeX 2.09 is obsolete. Use LaTeX 2e. This package is for those who want to use old style files. You don't need to install this package to use latex209. Package: latex2html Priority: optional Section: tex Installed-Size: 5209 Maintainer: Roland Stigge Architecture: all Version: 2008-debian1-7.13.201403241209 Depends: dpkg (>= 1.14.18), tex-common (>= 3), perl, netpbm (>= 2:9.20), ghostscript-x, texlive-base-bin, texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, perl-doc Filename: 4.0-0/all/latex2html_2008-debian1-7.13.201403241209_all.deb Size: 2121124 MD5sum: 33914482c2f7ae92dc7195e30d19d295 SHA1: 4884a5b61a6a58bf1e608b4ad6b2b00ca729e0a1 SHA256: 4fbb3de282a5234673b2e4a807f8ec8a27b649cfc4ee2ba7fabd8171a20fa35b Description: LaTeX to HTML translator LaTeX2HTML is a conversion tool that converts documents written in LaTeX to HTML format. In addition, it offers an easy migration path towards authoring complex hypermedia documents using familiar word-processing concepts. . LaTeX2HTML replicates the basic structure of a LaTeX document as a set of interconnected HTML files which can be explored using automatically generated navigation panels. The cross-references, citations, footnotes, the table of contents and the lists of figures and tables, are also translated into hypertext links. Formatting information which has equivalent ``tags'' in HTML (lists, quotes, paragraph breaks, type styles, etc.) is also converted appropriately. The remaining heavily formatted items such as mathematical equations, pictures or tables are converted to images which are placed automatically at the correct positions in the final HTML document. . LaTeX2HTML extends LaTeX by supporting arbitrary hypertext links and symbolic cross-references between evolving remote documents. It also allows the specification of conditional text and the inclusion of raw HTML commands. These hypermedia extensions to LaTeX are available as new commands and environments from within a LaTeX document. . Pstoimg, the part of latex2html that produces bitmap images from the LaTeX source, can support both GIF and PNG format. . Hompage: http://www.latex2html.org/ Package: latex2rtf-doc Priority: optional Section: doc Installed-Size: 644 Maintainer: Chris Lawrence Architecture: all Source: latex2rtf Version: 1.9.19-4.2.4.201403241219 Filename: 4.0-0/all/latex2rtf-doc_1.9.19-4.2.4.201403241219_all.deb Size: 425956 MD5sum: e96c5956850d8ca24b38f7da5095d1d7 SHA1: f214fd90fc32aba64c965de9ef6d63ae0a5ef444 SHA256: 4d2a04e833898e73c13672b79d11ce9c674f836012c89af53ad3c67b78d237a3 Description: Converts documents from LaTeX to RTF - documentation Attempts to convert as much formatting information as possible from LaTeX to Microsoft's Rich Text Format (RTF). While RTF has limited support for mathematical markup, it is widely supported as a "least common denominator" word processing format. . This package includes the documentation for LaTeX2RTF in HTML, Info and PDF formats. Homepage: http://latex2rtf.sourceforge.net/ Package: latexdiff Priority: optional Section: tex Installed-Size: 455 Maintainer: Debian Perl Group Architecture: all Version: 0.5-4.26.201403241223 Depends: perl Recommends: texlive-latex-base, texlive-latex-extra Suggests: subversion | cvs | rcs Filename: 4.0-0/all/latexdiff_0.5-4.26.201403241223_all.deb Size: 323100 MD5sum: ab966b5e1b3ae0b4293df3d7f2b698b5 SHA1: 79edc59b197c492e5787468c0edef09039c766e4 SHA256: 3d35640e3740047f7bc446a7e7aef529cb45e340d66f1e94b081793e19d3f7f7 Description: utility to mark up significant differences between LaTeX files latexdiff compares two LaTeX files and marks up significant differences between them (i.e. a diff for LaTeX files). It generates a new LaTeX file containing the annotated differences. . Various options are available for visual markup using standard LaTeX packages such as 'color.sty'. Changes not directly affecting visible text, for example in formatting commands, are still marked in the LaTeX source. . A rudimentary revision facilility is provided by another Perl script, 'latexrevise', which accepts or rejects all changes. Manual editing of the difference file can be used to override this default behaviour and accept or reject selected changes only. Homepage: http://bullard.esc.cam.ac.uk/~tilmann/soft.html Package: latexdraw Priority: optional Section: graphics Installed-Size: 1973 Maintainer: Stuart Prescott Architecture: all Version: 2.0.8+1-3.5.201403241225 Depends: openjdk-7-jre | openjdk-6-jre | sun-java6-jre, libjiu-java, libjlibeps-java, java-wrappers Recommends: texlive-pstricks, texlive-base-bin, texlive-latex-base, ghostscript Suggests: ttf-mscorefonts-installer Filename: 4.0-0/all/latexdraw_2.0.8+1-3.5.201403241225_all.deb Size: 1412144 MD5sum: 450f84cba5ef8a1f6c179881d25829bc SHA1: b69dc6dea80bbb34f9fc6ea4be4d2e16f971061d SHA256: fd0a2d8180e320a73d272580cf96d26140aee90b7ef20428e7440fc66b4610a1 Description: vector drawing program for LaTeX using PSTricks LaTeXDraw is a free PSTricks code generator or PSTricks editor for LaTeX. It has the usual drawing tools (lines, rectangles, circles, Bezier curves) and can resize, rotate, move and join objects using vector transformations. LaTeXDraw uses SVG as its file format and figures can be exported as PSTricks code, pdf, eps, jpg, bmp, png, ppm. . PSTricks is an extension of LaTeX which allows the creation of drawings, diagrams and graphs in 2D or 3D. Homepage: http://latexdraw.sourceforge.net/ Package: latexila-data Priority: optional Section: tex Installed-Size: 1627 Maintainer: Tanguy Ortolo Architecture: all Source: latexila Version: 2.4.0-1.4.201403241229 Depends: dconf-gsettings-backend | gsettings-backend Filename: 4.0-0/all/latexila-data_2.4.0-1.4.201403241229_all.deb Size: 423026 MD5sum: 2739a49251418db0fdcc0eda3cb7f202 SHA1: c1808efae03d1683b640e75eab3bffa7f263ccbc SHA256: f63a9160ccf3b1746327f01562e905fa31731cfd7ffc3c2bc06a985b60fcd7b6 Description: LaTeXila editor -- arch-independent files LaTeXila is a LaTeX editor for GNOME. It integrates the various tools required for processing LaTeX documents. It provides menus, buttons and templates to assist with the edition and the compilation of documents. . This package contains documentation and arch-independent files for LaTeXila Homepage: http://projects.gnome.org/latexila/ Package: latexmk Priority: optional Section: tex Installed-Size: 344 Maintainer: OHURA Makoto Architecture: all Version: 1:4.24-1.4.201403241238 Depends: perl, texlive-latex-base Recommends: xpdf-reader | pdf-viewer, gv | postscript-viewer Suggests: gs-common Filename: 4.0-0/all/latexmk_4.24-1.4.201403241238_all.deb Size: 110558 MD5sum: 7f17b43c5735850b094ba01c7157f2b1 SHA1: fc399c648254fcd109874de62066251b0d423a3b SHA256: dd3aae15d4f37833498b749ccc7a5be8f4016eca409af1b58c04348acd90c532 Description: Perl script for running LaTeX the correct number of times Latexmk runs LaTeX the correct number of times to resolve cross references, etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and dvips and/or a previewer as requested). It has a number of other useful capabilities, for example to start a previewer and then run latex whenever the source files are updated, so that the previewer gives an up-to-date view of the document. Package: latexml Priority: extra Section: tex Installed-Size: 4354 Maintainer: Atsuhito KOHDA Architecture: all Version: 0.7.0-1.4.201403241239 Depends: perl, libparse-recdescent-perl, libxml2, libxml-libxml-perl, libxslt1.1, libxml-libxslt-perl, imagemagick, perlmagick Filename: 4.0-0/all/latexml_0.7.0-1.4.201403241239_all.deb Size: 672222 MD5sum: 44dcb704bbf062aa68ba383868a67a5a SHA1: 695c5bbf189a25f7cc2fb99d29377e3ae182d924 SHA256: dd4dde6c4195e72ac170988ddaac0ce9ae8355fbf6aba3088c6555791d85f21b Description: LaTeX to XML Converter latexml is a program, written in Perl, that attempts to faithfully mimic TeX's behaviour, but produces XML instead of dvi. The document model of the target XML makes explicit the model implied by LaTeX. . The processing and model are both extensible; you can define the mapping between TeX constructs and the XML fragments to be created. A postprocessor, latexmlpost converts this XML into other formats such as HTML or XHTML, with options to convert the math into MathML (currently only presentation) or images. Homepage: http://dlmf.nist.gov/LaTeXML/ Package: launchy-skins Priority: optional Section: x11 Installed-Size: 301 Maintainer: Ricardo Mones Architecture: all Source: launchy Version: 2.5-1.2.201403241302 Recommends: launchy, compiz Filename: 4.0-0/all/launchy-skins_2.5-1.2.201403241302_all.deb Size: 184302 MD5sum: 1b8828d67ac3cd133adbe4a8ec42f5a7 SHA1: 2ef306d3a8c77aec9c888a619770a864ade926d2 SHA256: 40859d53d9d6a4b15eef5cd27464900ae8d41e624bbb7d58ad1b381040084e99 Description: more skins for launchy, the smart search launcher Launchy is the most efficient way to open files, folders, websites, and programs on your computer. . These are the non-default skins included with the main distribution: Note, Spotlight Wide, Simple, Black Glass, Black Glass Wide, Mercury, Mercury Wide and QuickSilver2. . You probably need a compositing window manager for these skins to work properly. Enhances: launchy Homepage: http://www.launchy.net Package: lazarus-0.9.30.4 Priority: optional Section: devel Installed-Size: 61 Maintainer: Carlos Laviola Architecture: all Source: lazarus Version: 0.9.30.4-6.5.201403241313 Replaces: lazarus (<< 0.9.18.2-13) Provides: lazarus Depends: lazarus-ide-0.9.30.4 (>= 0.9.30.4-6.5.201403241313), lazarus-src-0.9.30.4 (>= 0.9.30.4-6.5.201403241313), lazarus-doc-0.9.30.4 (>= 0.9.30.4-6.5.201403241313) Recommends: fpc, fpc-source Suggests: fp-utils, fp-docs Breaks: lazarus (<< 0.9.28.2-13) Filename: 4.0-0/all/lazarus-0.9.30.4_0.9.30.4-6.5.201403241313_all.deb Size: 20332 MD5sum: 9449660dfe15bcba6b7d06db16e890eb SHA1: 843626c8ed3aeb42a8d28d858a453b486a4ebcb7 SHA256: 9c25925d0c72a832a51d4408d161a08cc4d0ed697cdb22cdbe85425c7e045039 Description: IDE for Free Pascal - suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage pulls in all the packages needed to have a typical Lazarus installation. Homepage: http://www.lazarus.freepascal.org Package: lazarus-doc-0.9.30.4 Priority: optional Section: doc Installed-Size: 43535 Maintainer: Carlos Laviola Architecture: all Source: lazarus Version: 0.9.30.4-6.5.201403241313 Replaces: lazarus-doc (<< 0.9.28.2-13) Provides: lazarus-doc Suggests: lazarus-ide-0.9.30.4 Breaks: lazarus-doc (<< 0.9.28.2-13) Filename: 4.0-0/all/lazarus-doc-0.9.30.4_0.9.30.4-6.5.201403241313_all.deb Size: 1959246 MD5sum: e96e6f3471e6ff3e6c66e888826ebd0e SHA1: 141a971308bebcd7740c335072271928baf51aa9 SHA256: 2ae3a442e344a45e3b9635b86648c02da35b672c065fe1b37c51a5f04fabd1f9 Description: IDE for Free Pascal - documentation Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help of that identifier). Homepage: http://www.lazarus.freepascal.org Package: lazarus-doc Priority: optional Section: doc Installed-Size: 61 Maintainer: Carlos Laviola Architecture: all Source: lazarus Version: 0.9.30.4-6.5.201403241313 Depends: lazarus-doc-0.9.30.4 (= 0.9.30.4-6.5.201403241313) Filename: 4.0-0/all/lazarus-doc_0.9.30.4-6.5.201403241313_all.deb Size: 20048 MD5sum: 4f8cddbe338380d123a0560a0b4473e1 SHA1: 5abf109f383dae2aa376f16d99a92c46e63969f6 SHA256: 8d9a999f70f6e7f72baede3b08629fae4bfe9e0e6a6c7fcf19e51ade5245f092 Description: IDE for Free Pascal - documentation dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package pulling in the documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help for that identifier). Homepage: http://www.lazarus.freepascal.org Package: lazarus-src-0.9.30.4 Priority: optional Section: devel Installed-Size: 76761 Maintainer: Carlos Laviola Architecture: all Source: lazarus Version: 0.9.30.4-6.5.201403241313 Replaces: lazarus-src (<< 0.9.18.2-13) Provides: lazarus-src Suggests: lazarus-ide-0.9.30.4 Breaks: lazarus-src (<< 0.9.28.2-13) Filename: 4.0-0/all/lazarus-src-0.9.30.4_0.9.30.4-6.5.201403241313_all.deb Size: 14205044 MD5sum: 3726d57ab2cc369fe48a1bbdce83517e SHA1: d78ec9acbe13013522180c7f8b475214e5610efe SHA256: 48151c940853cc9a4a2638c34a115196531bbf642e520ac023bd58e4b58ea183 Description: IDE for Free Pascal - LCL source code Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the latest version of the source code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Homepage: http://www.lazarus.freepascal.org Package: lazarus-src Priority: optional Section: devel Installed-Size: 61 Maintainer: Carlos Laviola Architecture: all Source: lazarus Version: 0.9.30.4-6.5.201403241313 Depends: lazarus-src-0.9.30.4 (= 0.9.30.4-6.5.201403241313) Filename: 4.0-0/all/lazarus-src_0.9.30.4-6.5.201403241313_all.deb Size: 19986 MD5sum: 2fb6e18668ecf7a1faaac55146c7a373 SHA1: 8a62dd2b0617ba3dea5778ba5e023598f1c19350 SHA256: 74daa97e966f458898ecf6a1d758c5335bf19e904ecb184e93bec758f0b5b419 Description: IDE for Free Pascal - LCL source code dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the IDE code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Homepage: http://www.lazarus.freepascal.org Package: lazarus Priority: optional Section: devel Installed-Size: 61 Maintainer: Carlos Laviola Architecture: all Version: 0.9.30.4-6.5.201403241313 Depends: lazarus-0.9.30.4 (= 0.9.30.4-6.5.201403241313) Filename: 4.0-0/all/lazarus_0.9.30.4-6.5.201403241313_all.deb Size: 19974 MD5sum: dc86188102ec63d4e08e99823097d936 SHA1: 383b0f8a1993ad2d71b0471b68bd3784fa6391a6 SHA256: cca4aa30eed627586d8f94f508f7dea7bedd91f975a25a8be0c24859c639acd5 Description: IDE for Free Pascal - SDK dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the metapackage pulling in all the packages needed to have a typical Lazarus installation. Homepage: http://www.lazarus.freepascal.org Package: lazygal Priority: optional Section: graphics Installed-Size: 440 Maintainer: Michal Čihař Architecture: all Version: 0.7.4-1.4.201403241342 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-imaging, python-genshi, python-pyexiv2 Suggests: python-gst0.10, gstreamer0.10-plugins-base Filename: 4.0-0/all/lazygal_0.7.4-1.4.201403241342_all.deb Size: 98830 MD5sum: 0c9081890a342a69274f4fc533c17812 SHA1: 047d1a98444eee4d8323805d8ab29d14ae2127d9 SHA256: 0ea15e1a53bedeccf8e410fb860764038b5597db1f23529d1e373fbf0a6b8847 Description: static web gallery generator Lazygal is another static web gallery generator written in Python. It is command line based, uses reusable engine and is lazy - it regenerates only parts that have to be regenerated. . There is support for many interesting features like subgalleries, EXIF information, theming and custom folder meta data. Included themes are pure XHTML + CSS. Homepage: http://sousmonlit.dyndns.org/~niol/playa/oss/projects/lazygal Package: lcov Priority: optional Section: devel Installed-Size: 391 Maintainer: Alastair McKinstry Architecture: all Version: 1.9-3.4.201403241437 Depends: perl, gcc Recommends: libgd-gd2-perl Filename: 4.0-0/all/lcov_1.9-3.4.201403241437_all.deb Size: 110214 MD5sum: 911bf0e1677bc95c14befaee209c8383 SHA1: 109c19155f1111ebc6f536958eb37dc24459c594 SHA256: 649d94f2f6d25590fa588aa73d804e482f3e6056ebff99886c0e24045030264e Description: Summarise Code coverage information from GCOV LCOV is an extension of GCOV, a GNU tool which provides information about what parts of a program are actually executed (i.e. "covered") while running a particular test case. The extension consists of a set of Perl scripts which build on the textual GCOV output to implement the following enhanced functionality: . - HTML based output: coverage rates are additionally indicated using bar graphs and specific colors. - Support for large projects: overview pages allow quick browsing of coverage data by providing three levels of detail: directory view, file view and source code view. Homepage: http://ltp.sourceforge.net/coverage/lcov.php Package: ldap-account-manager-lamdaemon Priority: extra Section: web Installed-Size: 15088 Maintainer: Roland Gruber Architecture: all Source: ldap-account-manager Version: 3.7-2.4.201403241458 Depends: perl, sudo, libquota-perl, libsys-syslog-perl Filename: 4.0-0/all/ldap-account-manager-lamdaemon_3.7-2.4.201403241458_all.deb Size: 4931722 MD5sum: 309c25ef3b07c71bcad4c078413ce51a SHA1: d3e311970b8111ed92c2348eefefd3701b7180f3 SHA256: 057d005eb35a8744db8db7e9b0d568333c936cd57c989f44924235d1eba5d293 Description: Quota and home directory management for LDAP Account Manager Lamdaemon is part of LDAP Account Manager. This package needs to be installed on the server where the home directories reside and/or quotas should be managed. Homepage: http://www.ldap-account-manager.org/ Package: ldap-account-manager Priority: extra Section: web Installed-Size: 31004 Maintainer: Roland Gruber Architecture: all Version: 3.7-2.4.201403241458 Depends: php5 (>= 5.2.4), php5-ldap, php5-gd, apache2 | httpd, php-fpdf (>= 1.7), debconf (>= 0.5) | debconf-2.0 Suggests: ldap-server, php5-mcrypt, ldap-account-manager-lamdaemon, perl Filename: 4.0-0/all/ldap-account-manager_3.7-2.4.201403241458_all.deb Size: 9105082 MD5sum: 79a56d55fb16b3c037c48b6ade12a2bf SHA1: cad8804a171777883c9d74ca54d8c67a14371510 SHA256: c3ccd342507527058e2991550816a5d247381d5fc76c7a49e5b61a96bdce403f Description: webfrontend for managing accounts in an LDAP directory LDAP Account Manager (LAM) runs on an existing webserver. It manages user, group and host accounts. Currently LAM supports these account types: Samba 3, Unix, Kolab 2, address book entries, NIS mail aliases and MAC addresses. There is an integrated LDAP browser to allow access to the raw LDAP attributes. You can use templates for account creation and use multiple configuration profiles. Account information can be exported as PDF file. There is also a script included which manages quotas and homedirectories. Homepage: http://www.ldap-account-manager.org/ Package: ldap-haskell-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ldap-doc Filename: 4.0-0/all/ldap-haskell-doc_8.4.201403172026_all.deb Size: 4194 MD5sum: 8bf92a1e019c1eda01769f1ebd5e9ae6 SHA1: 16954b34d854e6f98577602ca17f3a12beb397b6 SHA256: 9d4624bba8ac3d466094768f09b644d6e84dabdc94324daa3adce460ed1603a1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ldapscripts Priority: optional Section: admin Installed-Size: 175 Maintainer: Alexander GQ Gerasiov Architecture: all Version: 2.0.1-1.4.201403241522 Depends: ldap-utils Recommends: sharutils, pwgen Suggests: libnss-ldap Filename: 4.0-0/all/ldapscripts_2.0.1-1.4.201403241522_all.deb Size: 53242 MD5sum: 240f7100e00e2e5bd26a507e3551303f SHA1: f942f878362392a7899a111eec7b3abe60de0162 SHA256: cfca87a0e2a308e6beb380f7acf25bddeb906b2037dddaf0933b79c758962797 Description: Add and remove user and groups (stored in a LDAP directory) Ldapscripts are shell scripts that allow management of POSIX accounts (users, groups, machines) in a LDAP directory. They are similar to smbldap-tools but are written in shellscript, not Perl. . They only require OpenLDAP client commands (ldapadd, ldapdelete, ldapsearch, ldapmodify, ldappasswd) and make administrator's work a lot easier avoiding the need to configure PERL and each library dependency (e.g. Net::LDAP). . These scripts are very simple to configure by not requiring any Samba-related information (SID, profiles, homes, ...) : management of Samba attributes is entirely done by standard commands (net, smbpasswd et pdbedit) used together with the scripts. Moreover, most of the configuration is guessed from the one of libpam-ldap, and everything should work out from the box for most users. . The scripts may be used independently - within command lines - or automatically by Samba (like smbldap-tools), to handle POSIX information within accounts before adding Samba information. Homepage: http://ldapscripts.sourceforge.net/ Package: ldaptor-doc Priority: optional Section: doc Installed-Size: 17243 Maintainer: Debian Python Modules Team Architecture: all Source: ldaptor Version: 0.0.43+debian1-7.15.201403241524 Filename: 4.0-0/all/ldaptor-doc_0.0.43+debian1-7.15.201403241524_all.deb Size: 1344910 MD5sum: ba9f8380290ddd4a3faa7e004c2cd360 SHA1: 015c87e70eb3858c73b9df7f6066c57501e90679 SHA256: afe79749d9d5e9c12dec2a9af78e2f837cba1f713cae6810ed1402af3549f3a1 Description: documentation for Ldaptor A collection of documentation about Ldaptor and LDAP, including: . * An introduction to LDAP * The Ldaptor library API * Slides for a talk "Creating a simple LDAP application" Homepage: http://www.inoi.fi/open/trac/ldaptor Package: ldaptor-utils Priority: optional Section: admin Installed-Size: 120 Maintainer: Debian Python Modules Team Architecture: all Source: ldaptor Version: 0.0.43+debian1-7.15.201403241524 Depends: python, python-ldaptor Filename: 4.0-0/all/ldaptor-utils_0.0.43+debian1-7.15.201403241524_all.deb Size: 41200 MD5sum: e208b87e8cd2dbde54a06952e9315651 SHA1: 6a88b4c1d245d633fdd073172ecd81f204fdb43b SHA256: 561a624024a5d05add30e35b6de41f56b6343bb9efe3942999d2acbf4b7c7d3f Description: command-line LDAP utilities A set of LDAP utilities for use from the command line, including: . * ldaptor-search -- Search LDAP directories. * ldaptor-namingcontexts -- Fetch the naming contexts the server supports. * ldaptor-find-server -- Find the server that serves the wanted DN by looking at DNS SRV records. * ldaptor-passwd -- Change passwords. * ldaptor-rename -- Change object RDN and DNs. * ldaptor-ldap2passwd -- Generate passwd(5) format data from LDAP accounts. * ldaptor-getfreenumber -- Do an efficient scan for e.g. next free uidNumber. * ldaptor-ldap2dhcpconf -- Create dhcp.conf based on LDAP host info. * ldaptor-ldap2dnszones -- Create a DNS zone files based on LDAP host info. * ldaptor-ldap2maradns -- Create a maradns zone file based on LDAP host info. * ldaptor-ldap2pdns -- pdns pipe backend. * ldaptor-fetchschema -- Fetch schema from a server. Homepage: http://www.inoi.fi/open/trac/ldaptor Package: ldirectord Priority: extra Section: admin Installed-Size: 233 Maintainer: Debian HA Maintainers Architecture: all Source: resource-agents Version: 1:3.9.2-5.5.201406191613 Depends: ipvsadm, libauthen-radius-perl, libcrypt-ssleay-perl, libdbi-perl, libdigest-hmac-perl, libdigest-md5-perl, libmail-pop3client-perl, libmailtools-perl, libnet-dns-perl, libnet-imap-simple-perl, libnet-imap-simple-ssl-perl, libnet-ldap-perl, libnet-perl, libsocket6-perl, libwww-perl, perl Recommends: logrotate, rsyslog | system-log-daemon Conflicts: libpils0 (<< 2.0.8-3), libstonith0 (<< 2.0.8-3), stonith (<< 2.0.8-3) Filename: 4.0-0/all/ldirectord_3.9.2-5.5.201406191613_all.deb Size: 65796 MD5sum: 9f4184e5d246347eef0c85c6854cff33 SHA1: 1ccd2f5ab27d5d6cbc48c092e679ada58a2020d1 SHA256: e141383b8c98df76a4ddfe66c561acca8a866fd0e8e34990c27f501cffe96fb2 Description: Monitors virtual services provided by LVS ldirectord is a stand-alone daemon to monitor services of real for virtual services provided by The Linux Virtual Server (LVS). and works with Linux-HA's heartbeat package. Homepage: https://github.com/ClusterLabs/resource-agents Package: ldm-server Priority: extra Section: misc Installed-Size: 106 Maintainer: LTSP Debian Maintainers Architecture: all Source: ldm Version: 2:2.2.11-2.4.201403241543 Replaces: ltsp-server (<= 5.1.62) Depends: python, x11-common, openssh-server, update-inetd, openbsd-inetd | inet-superserver Recommends: ltspfs, gnome-session | x-session-manager | x-window-manager, libasound2-plugins, xauth Breaks: ltsp-server (<= 5.1.62) Filename: 4.0-0/all/ldm-server_2.2.11-2.4.201403241543_all.deb Size: 62356 MD5sum: 3fdeceb0713c55f981b5e18698b4377d SHA1: 0525843750d49f6be2827b893ac61eff0ed41e4c SHA256: 9ec9d51c97abe549f6fdbb0c14145f0fd841d9f12d75732ce5347b61369a690b Description: server components for LTSP display manager ldm is an X11 display manager similar to xdm, gdm and kdm, but unlike those it wraps the X11 traffic within an SSH tunnel to provide a secure login mechanism for remote X sessions. . This package includes the server components used by ldm to discover available sessions and locales on the server. It also recommends packages relevent for local device access, a login session, and remote sound. . LTSP stands for 'Linux Terminal Server Project'. Homepage: http://ltsp.org/ Package: ldm-themes Priority: optional Section: misc Installed-Size: 232 Maintainer: LTSP Debian/Ubuntu Maintainers Architecture: all Version: 12.07.1.2.201403241549 Recommends: gtk2-engines Filename: 4.0-0/all/ldm-themes_12.07.1.2.201403241549_all.deb Size: 195180 MD5sum: 555c6946ffa1042f9d9d067c07fd4741 SHA1: cf932f7bb4213743220c8637ebf3b34446255581 SHA256: a00d0e31da1931c9ada86e8ae5f0c083e32490cd75a2895eaa7b72b9aca1900e Description: Collection of themes for the LTSP login manager LDM is the LTSP Display Manager. It manages logins to sessions hosted on remote machines. . This package currently provides the following themes: - Joy Package: ldp-docbook-dsssl Priority: optional Section: text Installed-Size: 58 Maintainer: Debian XML/SGML Group Architecture: all Source: ldp-docbook-stylesheets Version: 0.0.20040321-2.10.201403241613 Depends: docbook-dsssl Filename: 4.0-0/all/ldp-docbook-dsssl_0.0.20040321-2.10.201403241613_all.deb Size: 6118 MD5sum: 155acafabb8ba99206da018d0d0d4c73 SHA1: 0c9556b168fbf4cb419f3d67cb6f717ed16fec27 SHA256: 63f324594c14f92ab692e56578cfdf5e553bab1179bfbeca617680d66d015887 Description: The Linux Documentation Project's DSSSL stylesheets This is a customized stylesheet authored by contributors to the Linux Documentation Project. It imports standard DocBook stylesheets and overrides certain components. . This package provides the DSSSL stylesheet; XSL versions can be found in ldp-docbook-xsl. Package: ldp-docbook-xsl Priority: optional Section: text Installed-Size: 120 Maintainer: Debian XML/SGML Group Architecture: all Source: ldp-docbook-stylesheets Version: 0.0.20040321-2.10.201403241613 Depends: docbook-xsl Filename: 4.0-0/all/ldp-docbook-xsl_0.0.20040321-2.10.201403241613_all.deb Size: 29446 MD5sum: 849f84f60a742dd2161e03a9c6b55cb0 SHA1: a52c024d066db022d1143bf52c804b88695b261a SHA256: dc375cac8bfed510b1b157b18849b7e56299609ffae9c91b78baaf6b0f0f61d2 Description: The Linux Documentation Project's XSL stylesheets These are customized stylesheets authored by contributors to the Linux Documentation Project. They import standard DocBook stylesheets and override certain components. . This package provides the XSL stylesheets; a DSSSL version can be found in ldp-docbook-dsssl. Package: ldtp-doc Priority: optional Section: doc Installed-Size: 2529 Maintainer: Kartik Mistry Architecture: all Source: ldtp Version: 2.3.1-1.4.201403241615 Replaces: ldtp-doc (<< 0.8-5) Recommends: ldtp (>= 2.3.1) Filename: 4.0-0/all/ldtp-doc_2.3.1-1.4.201403241615_all.deb Size: 185102 MD5sum: a61df65efae78f47ddc90d89ade68d46 SHA1: 56e0719dcd6e6ff321b18351c1876e8a1da67c12 SHA256: 25d9cd23fed89f91bbc189c07d2719467e7e37102cd330c5601c03a201ad430e Description: Documentation for LDTP packages Linux Desktop Testing Project is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it. It uses the Accessibility libraries to poke through the applications user interface. . This package contains documentation for LDTP packages. Homepage: http://ldtp.freedesktop.org Package: ldtp Priority: optional Section: devel Installed-Size: 342 Maintainer: Kartik Mistry Architecture: all Version: 2.3.1-1.4.201403241615 Depends: python (>= 2.6.6-7~), python (<< 2.8), gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-wnck-3.0, python-gobject, python-pyatspi2, python-twisted-web Filename: 4.0-0/all/ldtp_2.3.1-1.4.201403241615_all.deb Size: 48008 MD5sum: 3a01c51e7451a1eb1be1fba254083fce SHA1: 6c6746a94e6faa566814db54ae7376bd45b94836 SHA256: 5e5461c8e237ec66e73921584369bef3549977622a4d5cbe064b833b9cc5f827 Description: Linux Desktop Testing Project (LDTP) Linux Desktop Testing Project is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it. It uses the Accessibility libraries to poke through the applications user interface. Homepage: http://ldtp.freedesktop.org Package: lebiniou-data Priority: extra Section: graphics Installed-Size: 9536 Maintainer: Olivier Girondel Architecture: all Version: 3.10-1.2.201403241647 Filename: 4.0-0/all/lebiniou-data_3.10-1.2.201403241647_all.deb Size: 7250662 MD5sum: aa9ee21303a999ef651f9a56e2cab538 SHA1: 10e943e60f7f5e78043ebc85b9bd5bd8b3533b57 SHA256: f4567a016dbbb843fa44f98cd3d5606b2ce45f2b152752ccef509a5a5b49fa9d Description: Datafiles for Le Biniou This is where you will find the mandatory files that Le Biniou uses by default: . - a selection of free colormaps - a selection of pictures to see what Le Biniou is capable of Homepage: http://biniou.net Package: ledgersmb Priority: optional Section: web Installed-Size: 10462 Maintainer: Debian LedgerSMB Team Architecture: all Version: 1.3.18-2.2.201403241654 Replaces: ledger-smb Depends: perl (>= 5.8.0-1), debconf (>= 0.5) | debconf-2.0, libconfig-std-perl, libconfig-any-perl, libmime-lite-perl, libdbi-perl, libdbd-pg-perl, liberror-perl, liblocale-maketext-lexicon-perl (>= 0.62-1), libtemplate-perl (>= 2.14-1), libhtml-parser-perl, liblog-log4perl-perl, libdatetime-perl, apache2 | httpd-cgi, libcgi-simple-perl, libfile-mimeinfo-perl, libio-stringy-perl, postgresql-client, postgresql-contrib, dbconfig-common Recommends: default-mta | mail-transport-agent, texlive-latex-recommended, libopenoffice-oodoc-perl, libmath-bigint-gmp-perl, libparse-recdescent-perl, libtemplate-plugin-latex-perl Suggests: postgresql, lpr, libnet-tclink-perl, latex-cjk-all, libimage-size-perl Conflicts: ledger-smb Filename: 4.0-0/all/ledgersmb_1.3.18-2.2.201403241654_all.deb Size: 2460478 MD5sum: b2dfcb4659959872d597c7195b8ba463 SHA1: 9ee8c873b3b63850ebffb41d9946f959060455aa SHA256: ef6fb8c40b7d310740edbfc85f13214d3710fdd743b421c8cfde00f09edebaf5 Description: financial accounting and ERP program LedgerSMB is a double-entry financial accounting and Enterprise Resource Planning system which offers "Accounts Receivable", "Accounts Payable" and "General Ledger" tracking as well as inventory control and fixed assets handling. The LedgerSMB client can be a web browser or a programmed API call. The goal of the LedgerSMB project is to bring high quality ERP and accounting capabilities to Small and Midsize Businesses. Homepage: http://www.ledgersmb.org/ Package: ledit Priority: optional Section: editors Installed-Size: 201 Maintainer: Debian OCaml Maintainers Architecture: all Version: 2.03-1.5.201403241656 Provides: readline-editor Depends: ocaml-base-nox-3.12.1 Filename: 4.0-0/all/ledit_2.03-1.5.201403241656_all.deb Size: 46590 MD5sum: 8fa45ec2e9b30e2ef228116f440181f6 SHA1: a6a4983cb676c550ab497134c8e4281535df8ef2 SHA256: d870cc2a3220b2e647dd7a7f2f6ab47ae760629d79f9324de413a35b98b17cd2 Description: line editor for interactive programs Ledit is a line editor, allowing to use control commands like in emacs or in shells (bash, tcsh). To be used with interactive commands. It is written in OCaml and Camlp4 and uses the library unix.cma. Homepage: http://cristal.inria.fr/~ddr/ledit/ Package: leds-alix-source Priority: optional Section: kernel Installed-Size: 36 Maintainer: Adam Cécile (Le_Vert) Architecture: all Source: leds-alix Version: 0.0.1-1.6.201411011719 Depends: module-assistant, debhelper (>= 5), make, bzip2 Filename: 4.0-0/all/leds-alix-source_0.0.1-1.6.201411011719_all.deb Size: 7738 MD5sum: c0ae50e5051955fb7388798aea6b8ed1 SHA1: 6ca6dbdedebc33a89fe6ae09c42c4227bd5f50c5 SHA256: ca2f946fc4714b8bbdadf0dbee8b46a1c222a1765f1d2ed26b27f2be288ad624 Description: Source for the LEDs driver of PCEngines ALIX 2/3 boards This package provides the source code for the leds-alix kernel module. . PCEngines ALIX boards (version 2/3) have three LEDs on front. . This driver allow you to power them on/off. Homepage: https://dev.openwrt.org/ Package: legit Priority: optional Section: vcs Installed-Size: 109 Maintainer: Python Applications Packaging Team Architecture: all Version: 0.1.1-2.3.201403250923 Depends: python-clint (>= 0.2.4), python-git (>= 0.3.0), python-pkg-resources, python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.0-0/all/legit_0.1.1-2.3.201403250923_all.deb Size: 12270 MD5sum: 2b078d708dead1a9d47ae91fede01c1d SHA1: 6816c20e40431b9ac877ee59210e144751fbcd26 SHA256: 2e3f055b2f8ba24026726ec21d05ff9b90df16501ac17b5b97cc4a8aee0a6c15 Description: Git extension to assist in manipulating branches This program provides several commands that help to automate certain tasks with Git: seamless branch switching, syncing repository, creating and merging branches, manipulating remote branches. Homepage: https://github.com/kennethreitz/legit Package: leiningen Priority: optional Section: java Installed-Size: 1272 Maintainer: Debian Java Maintainers Architecture: all Version: 1.7.1-1.3.201403250749 Depends: ant, clojure1.2, libbackport-util-concurrent-java, libclassworlds-java, libclucy-clojure, libjaxp1.3-java, liblucene2-java, libmaven-ant-tasks-java, libmaven2-core-java, libplexus-container-default-java, libplexus-interpolation-java, libplexus-utils-java, librobert-hooke-clojure, libwagon-java, openjdk-6-jre | openjdk-7-jre, clojure-contrib (>= 1.2.0), rlwrap Filename: 4.0-0/all/leiningen_1.7.1-1.3.201403250749_all.deb Size: 1100368 MD5sum: 194284c7b54a2ff89cd4081cc3cc2f06 SHA1: 65c42bda25398ee02090069de6532c52bf657f3b SHA256: 15dd824972f3adfe5856e8d9cd942f3c8cada962c936b5c642a74e261afd6272 Description: simple build system for Clojure Working on Clojure projects with tools designed for Java can be an exercise in frustration. With Leiningen, you describe your build with Clojure. Leiningen handles fetching dependencies, running tests, packaging your projects and can be easily extended with a number of plugins. Homepage: https://github.com/technomancy/leiningen Package: lemonldap-ng-doc Priority: extra Section: doc Installed-Size: 5627 Maintainer: Xavier Guimard Architecture: all Source: lemonldap-ng Version: 1.1.2-5.4.201403241708 Filename: 4.0-0/all/lemonldap-ng-doc_1.1.2-5.4.201403241708_all.deb Size: 4475482 MD5sum: 76b6d5843900406434a925b96ecdcac6 SHA1: a2200fc4abd2cc70bbf6fa1954a63023786588d8 SHA256: 26f4cbb83c220dbaa3b8dbad02e935c683a000d26344fcc3f9e9f09198c45094 Description: Lemonldap::NG Web-SSO system documentation Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application Apache servers. . This package contains html documentation. Homepage: http://lemonldap-ng.org/ Package: lemonldap-ng Priority: extra Section: perl Installed-Size: 48 Maintainer: Xavier Guimard Architecture: all Version: 1.1.2-5.4.201403241708 Depends: liblemonldap-ng-handler-perl (= 1.1.2-5.4.201403241708), liblemonldap-ng-manager-perl (= 1.1.2-5.4.201403241708), liblemonldap-ng-portal-perl (= 1.1.2-5.4.201403241708) Filename: 4.0-0/all/lemonldap-ng_1.1.2-5.4.201403241708_all.deb Size: 18044 MD5sum: 7d537498377a88e7764d9cfcf40d8773 SHA1: 8feb24eaf6cc823ca9bd8e98ce7ac03b260450b1 SHA256: 1b7eb6b19fa4faafc4633961b9e7aaa6c87053cc6e096d601d38e1bf8b12fd33 Description: Lemonldap::NG Web-SSO system Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application Apache servers. . This package is a metapackage that install handler, manager and portal. Homepage: http://lemonldap-ng.org/ Package: lesstif-doc Priority: optional Section: doc Installed-Size: 842 Maintainer: Sam Hocevar Architecture: all Source: lesstif2 Version: 1:0.95.2-1.10.201411011724 Replaces: lesstifg (<< 1:0.89.0-1) Filename: 4.0-0/all/lesstif-doc_0.95.2-1.10.201411011724_all.deb Size: 360170 MD5sum: aae22ba217f2a849e238b5b54fa5ceb2 SHA1: 84c8e32a655328321bd87759c60e3242b9ff9688 SHA256: 38bd6b1894c0e2159f0f372664f1c3ff89e1db5a811d721896e4099a88ef1107 Description: documentation for LessTif Contains the LessTif documentation. LessTif is the Hungry Programmers' version of the OSF/Motif graphical toolkit, including a clone of mwm, the Motif Window Manager. Homepage: http://www.lesstif.org/ Package: letodms Priority: optional Section: web Installed-Size: 1869 Maintainer: Francisco Manuel Garcia Claramonte Architecture: all Version: 3.3.9+dfsg-1.2.201403241733 Depends: debconf (>= 0.5) | debconf-2.0, apache2, php5-mysql, php5, php5-gd, libphp-adodb (>= 4.64-4), dbconfig-common (>= 1.8.4), php-letodms-core (>= 3.3.0-1), libjs-jquery, php-letodms-lucene, php-log Recommends: mysql-server Suggests: mysql-client Filename: 4.0-0/all/letodms_3.3.9+dfsg-1.2.201403241733_all.deb Size: 410772 MD5sum: 78d1310c71423b34e3cf2180f915a607 SHA1: 3f6dc3f17bbc9b089882aa8f013b525c843135a6 SHA256: 2dc319e55e9f5b051cd6e0e30df05422db9b32e5e095c4e00a5e527dbb25ec5a Description: document management system based on PHP and MySQL LetoDMS combines all these features with a nice-looking web interface which makes it possible to access your documents not only via intranet in your office but worldwide via the Internet. . In detail LetoDMS offers you these features: * Upload files through web interface * Create folders to group your documents * Edit document and folder properties online * Detailed information on uploaded documents * Lock and unlock documents * Update documents - old versions are saved * Individual icons for different MIME types * Set expiration date for documents * Users are notified about new, updated or expired documents via email * Download documents or view them online within your browser * Control access via detailed ACLs (access control lists) * User and Group management * Powerful search engine * Multi language support * Template system * User can choose language and theme on login * Intuitive user interface * Should work with every browser * Automatic conversion of various document formats to HTML for online viewing * Supports multiple instances. Homepage: http://www.letodms.com/ Package: leveldb-doc Priority: optional Section: doc Installed-Size: 103 Maintainer: Alessio Treglia Architecture: all Source: leveldb Version: 0+20120530.gitdd0d562-1.3.201403241743 Filename: 4.0-0/all/leveldb-doc_0+20120530.gitdd0d562-1.3.201403241743_all.deb Size: 33924 MD5sum: 6fe0153179c8ade6b051b62a0d9c72e4 SHA1: 6f15aa60b367a07be9ec517f16caa2e41a4ffd19 SHA256: 7d0b160d6e7db36d0f996d2a61e43fa0fb617e74621d4060c831aa4e758845da Description: LevelDB documentation LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the developers reference for LevelDB. Homepage: http://code.google.com/p/leveldb/ Package: lfm Priority: optional Section: utils Installed-Size: 413 Maintainer: Daniel Echeverry Architecture: all Version: 2.3-1.4.201403241759 Depends: python (>= 2.5), python-support (>= 0.90.0) Filename: 4.0-0/all/lfm_2.3-1.4.201403241759_all.deb Size: 113820 MD5sum: be82c93929c872c83c8b5e69ea8ecd57 SHA1: 6c1ef339a1d0a7e294be8e790a2d85c5ad42b8da SHA256: f5b02c616e9c353452da6cd0f316f02e44da3f0d4fa57302c1aa4d28536fe500 Description: simple but powerful file manager for the UNIX console Last File Manager is a simple but powerful file manager for the UNIX console. It has been developed with the ol' good `Midnight Commander` as model. . lfm package also contains pyview, a text / hex file viewer to be used with or without lfm. Homepage: http://www.terra.es/personal7/inigoserna/lfm/ Package: lhapdf-ccwrap-doc Priority: optional Section: doc Installed-Size: 453 Maintainer: Debian Science Maintainers Architecture: all Source: lhapdf Version: 5.8.7+repack-1.3.201403241816 Filename: 4.0-0/all/lhapdf-ccwrap-doc_5.8.7+repack-1.3.201403241816_all.deb Size: 81284 MD5sum: a70b53dff07c7284f22960523a462e78 SHA1: 128f32b419ec8f87300c6d1e23d32a3929bae0cb SHA256: 8e6caeec992ef48110ec61c5ff0dfa2e62c4fcc1089f11d7720f7c2a7a2698af Description: C++ Bindings for LHAPDF - documentation LHAPDF provides a unified and easy to use interface to modern PDF sets. It is designed to work not only with individual PDF sets but also with the more recent multiple "error" sets. It can be viewed as the successor to PDFLIB, incorporating many of the older sets found in the latter, including pion and photon PDFs. In LHAPDF the computer code and input parameters/grids are separated thus allowing more easy updating and no limit to the expansion possibilities. . This package provides documentation of C++ bindings for LHAPDF. Homepage: http://projects.hepforge.org/lhapdf/ Package: lhapdf-pdfsets-minimal Priority: optional Section: science Installed-Size: 12065 Maintainer: Debian Science Maintainers Architecture: all Source: lhapdf Version: 5.8.7+repack-1.3.201403241816 Depends: python-lhapdf, python Filename: 4.0-0/all/lhapdf-pdfsets-minimal_5.8.7+repack-1.3.201403241816_all.deb Size: 3306586 MD5sum: be5a1497615e2f400ecd6bdc33e4cf12 SHA1: 26f280ab6cca53545a9ece5ef23c15a0dec0cadc SHA256: b30fa56d986072ad99d7e17205b42e29a8236bc93ebbc7a322ddd9f3175818d4 Description: Minimal PDF Sets of LHAPDF LHAPDF provides a unified and easy to use interface to modern PDF sets. It is designed to work not only with individual PDF sets but also with the more recent multiple "error" sets. It can be viewed as the successor to PDFLIB, incorporating many of the older sets found in the latter, including pion and photon PDFs. In LHAPDF the computer code and input parameters/grids are separated thus allowing more easy updating and no limit to the expansion possibilities. . This package provides a minimal PDF sets required by the test suites of LHAPDF. Homepage: http://projects.hepforge.org/lhapdf/ Package: libaac-tactics-coq Priority: optional Section: math Installed-Size: 2445 Maintainer: Debian OCaml Maintainers Architecture: all Source: aac-tactics Version: 0.2.pl2-7.2.201403111027 Provides: aac-tactics Depends: libaac-tactics-ocaml (>= 0.2.pl2-7.2.201403111027), coq-8.3pl4+3.12.1 Filename: 4.0-0/all/libaac-tactics-coq_0.2.pl2-7.2.201403111027_all.deb Size: 320034 MD5sum: 00fc979fa22daf1d138a29ccf02585cf SHA1: 166c9e0fb1f91b7be066a658493ec1c7b0196c24 SHA256: 8c54b1d136e055ee2e01fd8fab06a49acaab9595c3e258017e48d5d59c009e02 Description: Coq tactics for reasoning modulo AC (theories) This Coq plugin provides tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators. . This package provides the Coq support library. Homepage: http://sardes.inrialpes.fr/~braibant/aac_tactics/ Package: libabstract-ruby-doc Priority: extra Section: doc Installed-Size: 153 Maintainer: Bryan McLellan Architecture: all Source: libabstract-ruby Version: 1.0.0-2.1.5.201403241836 Depends: libabstract-ruby Filename: 4.0-0/all/libabstract-ruby-doc_1.0.0-2.1.5.201403241836_all.deb Size: 48728 MD5sum: 7afe21a46c7a7b50bdd516b9c04d78ea SHA1: 6fa794a29bc127cbcedd5a0ad005387593cbc8db SHA256: 56bbf5a62a80759e1887f423a1a568cc30f23a9ce361050c9b47ea907dec6b58 Description: Documentation for libabstract-ruby An abstract method is a dummy method which is not implemented. It can be used as a placeholder to be overridden later to help build a framework. . This package provides generated HTML documentation for libabstract-ruby. Package: libabstract-ruby1.8 Priority: extra Section: ruby Installed-Size: 42 Maintainer: Bryan McLellan Architecture: all Source: libabstract-ruby Version: 1.0.0-2.1.5.201403241836 Depends: ruby1.8 Filename: 4.0-0/all/libabstract-ruby1.8_1.0.0-2.1.5.201403241836_all.deb Size: 3774 MD5sum: 0fba9bf172ed5e53de465c6df4c4245b SHA1: 98656a412fc7facb1d7c9325e0c9d98366140a25 SHA256: 7acd2058b78f8bd049675da47008afb68a3ada32da804691eda7d0d4d6a7a412 Description: A library which enables you to define abstract method in Ruby 1.8 An abstract method is a dummy method which is not implemented. It can be used as a placeholder to be overridden later to help build a framework. . This package contains abstract library for Ruby 1.8. Package: libabstract-ruby1.9.1 Priority: extra Section: libs Installed-Size: 42 Maintainer: Bryan McLellan Architecture: all Source: libabstract-ruby Version: 1.0.0-2.1.5.201403241836 Depends: ruby1.9.1 Filename: 4.0-0/all/libabstract-ruby1.9.1_1.0.0-2.1.5.201403241836_all.deb Size: 3776 MD5sum: 5ecece8949513b364bfa4e2ba2ab36ef SHA1: 649195314f5c19ead6cbcbe88616fd49a41d87af SHA256: d7bd502a529e28612538e9da11de197923591bfd8a3af2d6c9b742fc16b2f4c9 Description: A library which enables you to define abstract method in Ruby 1.9.1 An abstract method is a dummy method which is not implemented. It can be used as a placeholder to be overridden later to help build a framework. . This package contains abstract library for Ruby 1.9.1. Package: libabstract-ruby Priority: extra Section: ruby Installed-Size: 28 Maintainer: Bryan McLellan Architecture: all Version: 1.0.0-2.1.5.201403241836 Depends: libabstract-ruby1.8 Suggests: libabstract-ruby-doc Filename: 4.0-0/all/libabstract-ruby_1.0.0-2.1.5.201403241836_all.deb Size: 3132 MD5sum: 59348628f83d973021fed29595c3f5ef SHA1: b390c58a08a937486b3e2b07be05c9c9b0aa109a SHA256: cdaa58965b1c2aade3089530184b3ef6b75ac5f0305740e738e403a6abd4ca5c Description: A library which enables you to define abstract method in Ruby An abstract method is a dummy method which is not implemented. It can be used as a placeholder to be overridden later to help build a framework. . This package is a dependency package, which depends on the package containing actual Ruby abstract library for the default Ruby version (currently 1.8). Package: libaccess-bridge-java Priority: optional Section: java Installed-Size: 494 Maintainer: Debian Java maintainers Architecture: all Source: java-access-bridge Version: 1.26.2-9.8.201403211621 Recommends: libaccess-bridge-java-jni Filename: 4.0-0/all/libaccess-bridge-java_1.26.2-9.8.201403211621_all.deb Size: 429478 MD5sum: 08efd3bba60fe1bc679b8469ea42f28a SHA1: 9daaf23a94daea8778bbd0c18b16135f8011eebd SHA256: d184a453e4a3ff3385653860365a772d13f35e4307b56f5d4830b88f797baaf0 Description: Java Access Bridge for GNOME This module contains the Java Access Bridge for GNOME, which connects the built-in accessibility support in Java Swing apps to the GNOME Accessibility framework, specifically the Assistive Technology Service Provider Interface (AT-SPI). Multi-Arch: foreign Homepage: http://live.gnome.org/Java%20Access%20Bridge Package: libaccess-modifier-checker-java-doc Priority: optional Section: doc Installed-Size: 654 Maintainer: Debian Java Maintainers Architecture: all Source: access-modifier-checker Version: 1.0-4.3.201403111250 Depends: default-jdk-doc, libannotation-indexer-java-doc, libmaven2-core-java-doc Recommends: libmetainf-services-java-doc Suggests: libaccess-modifier-checker-java Filename: 4.0-0/all/libaccess-modifier-checker-java-doc_1.0-4.3.201403111250_all.deb Size: 134406 MD5sum: 56f422132052b56772375325349669ff SHA1: 5c5ba045160ebe7bbc5d779efc3cb34b4bdefc2a SHA256: 0a79a8e73921a6c45ad7a3d366c14ca211f6fd5225a7b2d9db5c3e7a8d7831f0 Description: Documentation for libaccess-modifier-checker-java This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) . This package provides the API documentation for libaccess-modifier-checker-java. Homepage: https://github.com/kohsuke/access-modifier Package: libaccess-modifier-checker-java Priority: optional Section: java Installed-Size: 109 Maintainer: Debian Java Maintainers Architecture: all Source: access-modifier-checker Version: 1.0-4.3.201403111250 Depends: libannotation-indexer-java, libasm3-java, libmaven2-core-java Recommends: libmetainf-services-java Filename: 4.0-0/all/libaccess-modifier-checker-java_1.0-4.3.201403111250_all.deb Size: 27640 MD5sum: c1c85a8e3fb02e80f9c7c087d47fa32d SHA1: ddae621a137eb8ccfaf41a0d9158bdc3bea279e3 SHA256: fd15fb51b4801ff44e4952ecfffd691e9f40462140add39672190ee3ca09b7bf Description: Maven plugin for custom access modifier checking This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) Homepage: https://github.com/kohsuke/access-modifier Package: libaccessors-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403241839 Depends: perl Filename: 4.0-0/all/libaccessors-perl_1.01-1.2.201403241839_all.deb Size: 21168 MD5sum: 04c98923c86edf643aaf3b0c871f421a SHA1: 57cedbb49d29cb10b315dfa3aa5bb160cf929a4a SHA256: 9eca12c5bcd70666ccc67ee8f2035ca46eb7a67becd43ebe764427ff77c4de65 Description: Perl module to create accessor methods in caller's package The accessors pragma lets you create simple accessors at compile-time. . This saves you from writing them by hand, which tends to result in cut-n-paste errors and a mess of duplicated code. It can also help you reduce the ammount of unwanted direct-variable access that may creep into your codebase when you're feeling lazy. accessors was designed with laziness in mind. . Method-chaining accessors are generated by default. Note that you can still use accessors::chained directly for reasons of backwards compatibility. . See accessors::classic for accessors that always return the current value if you don't like method chaining. Homepage: http://search.cpan.org/dist/accessors/ Package: libace-doc Priority: optional Section: doc Installed-Size: 60966 Maintainer: Debian ACE+TAO maintainers Architecture: all Source: ace Version: 6.0.3+dfsg-0.1.12.201403111311 Recommends: doc-base Suggests: libace-dev Filename: 4.0-0/all/libace-doc_6.0.3+dfsg-0.1.12.201403111311_all.deb Size: 15174788 MD5sum: e521299cf7a9877aea7a4ecc529a0ea9 SHA1: ecfb13fa9ad2e146af534b114d30b9e3568e019c SHA256: 5ce7bf08db278affc3cbcf50eedb7c24c8ac2edb99ae59bae0fc2d91c49c6573 Description: C++ network programming framework - documentation This package contains the ACE overview documentation, tutorials, examples, and information regarding upstream development. Homepage: http://www.cs.wustl.edu/~schmidt/ACE.html Package: libacegi-security-java-doc Priority: optional Section: doc Installed-Size: 14599 Maintainer: Debian Java Maintainers Architecture: all Source: acegi-security Version: 1.0.7-3.2.201403111329 Depends: default-jdk-doc, libcommons-codec-java-doc, libcommons-logging-java-doc, liblog4j1.2-java-doc Recommends: libservlet2.5-java-doc, libspring-ldap-java-doc Suggests: libacegi-security-java Filename: 4.0-0/all/libacegi-security-java-doc_1.0.7-3.2.201403111329_all.deb Size: 3100774 MD5sum: 92c2119188a04e9097615430d74d157b SHA1: 5e5d7bb43f57660e957999d7e69bd01d344059f5 SHA256: c2f48a7bb3725536b0b44a97a1ac86c1550170563ba50a766597b1f439866181 Description: Documentation for Acegi Security Acegi Security provides comprehensive security services for J2EE-based enterprise software applications. There is a particular emphasis on supporting projects built using The Spring Framework, which is the leading J2EE solution for enterprise software development. . This package provides the API documentation for libacegi-security-java. Homepage: http://acegisecurity.org/ Package: libacegi-security-java Priority: optional Section: java Installed-Size: 607 Maintainer: Debian Java Maintainers Architecture: all Source: acegi-security Version: 1.0.7-3.2.201403111329 Depends: libcommons-codec-java, libcommons-collections3-java, libcommons-lang-java (>= 2.6), libcommons-logging-java, liblog4j1.2-java (>= 1.2.16), liboro-java, libspring-aop-java, libspring-context-java, libspring-context-support-java, libspring-core-java, libspring-jdbc-java Recommends: libaspectj-java, libehcache-java, libservlet2.5-java, libspring-ldap-java, libspring-test-java, libspring-web-java Suggests: libacegi-security-java-doc Filename: 4.0-0/all/libacegi-security-java_1.0.7-3.2.201403111329_all.deb Size: 469428 MD5sum: 7bca91c21ec789aba5130944a110999a SHA1: 702af14e2fec10a60964fc59a9dc70b106b98ffb SHA256: 79a8c769a3d0eaf179f073cff38a0ad44e2093992baf53dbd0100cdac1a5b269 Description: Acegi Security System for Spring Acegi Security provides comprehensive security services for J2EE-based enterprise software applications. There is a particular emphasis on supporting projects built using The Spring Framework, which is the leading J2EE solution for enterprise software development. Homepage: http://acegisecurity.org/ Package: libacme-bleach-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1.4.201403241844 Depends: perl Filename: 4.0-0/all/libacme-bleach-perl_1.13-1.4.201403241844_all.deb Size: 14068 MD5sum: 7ddf0384204fe180e9c65818aab1cad2 SHA1: bf9243f987f93095422d9935b87714a2bb082909 SHA256: 994461c349bb2bf9fb4390ed5f80b7fe3ed41bfefa42de0421b1c63e23d2fc47 Description: Perl module for really clean programs The first time you run a program under use Acme::Bleach, the module removes all the unsightly printable characters from your source file. . This package also installs the Acme::DWIM and Acme::Morse modules. Acme::DWIM replaces all the unsightly operators et al. from your source file with the new DWIM operator: ... (pronounced "yadda yadda yadda"). Acme::Morse converts your program to Morse code. Homepage: http://search.cpan.org/dist/Acme-Bleach/ Package: libacme-brainfck-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Jaldhar H. Vyas Architecture: all Version: 1.1.1.4.201403241849 Provides: libacme-brainfuck-perl Depends: perl Filename: 4.0-0/all/libacme-brainfck-perl_1.1.1.4.201403241849_all.deb Size: 10246 MD5sum: 1bf5c53970b189cb10a64bbcc407f538 SHA1: b4398561ac0b27d1c584619af7a113fea296c4a0 SHA256: 9a5935d684bc2ebecedd05c0343012d977ce6bd2b5dd4cca266fdfcefe4beff7 Description: Embed Brainf*ck in your perl code Brainf*ck (yes, there is a u there.) is about the tiniest Turing-complete programming language you can get. A language is Turing-complete if it can model the operations of a Turing machine--an abstract model of a computer defined by the British mathematician Alan Turing in 1936. A Turing machine consists only of an endless sequence of memory cells and a pointer to one particular memory cell. Yet it is theoretically capable of performing any computation. This module will allow you to mix Brainf*ck with your perl code. Package: libacme-eyedrops-perl Priority: optional Section: perl Installed-Size: 622 Maintainer: Debian Perl Group Architecture: all Version: 1.60-1.2.201403241855 Depends: perl Filename: 4.0-0/all/libacme-eyedrops-perl_1.60-1.2.201403241855_all.deb Size: 121942 MD5sum: ca79a85ae0851b6b8e1f24f71fd5aaae SHA1: 8d270e79bba058e36ba09e520461619feedc534c SHA256: b398efd0320fcd53e9012dfb4ad7a62ee4aab80ee5ada746f1d51450d489eac7 Description: funny way for visual programming in Perl Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. . In a Visual Programming breakthrough, EyeDrops allows you to pour the generated program into various shapes, such as UML diagrams, enabling you to instantly understand how the program works just by glancing at its new and improved visual representation. . Unlike Acme::Bleach and Acme::Buffy, the generated program runs without requiring that Acme::EyeDrops be installed on the target system. Homepage: http://search.cpan.org/dist/Acme-EyeDrops/ Package: libacme-poe-knee-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.10-7.4.201403241857 Depends: perl, libpoe-perl Filename: 4.0-0/all/libacme-poe-knee-perl_1.10-7.4.201403241857_all.deb Size: 10504 MD5sum: c473eaa1ad0ce9e0ddeae61e4299b8a4 SHA1: ad2175cc8dda09b67ff7aebba726cb5549239815 SHA256: 9843b761bbe7a1f129f6b108da60f8920353b45b0139a5d602aac730e507a5ac Description: Time sliced pony race using the POE event loop POE::Knee is a homophone of "Pony". We all like ponies. And wouldn't we love to race ponies? Well, that's what Acme::POE::Knee is for! . Using the POE event driven component architecture, you specify a distance the ponies must run, and a maximum delay before the pony will reach the next step. So, the bigger the delay, the bigger the distance between multiple ponies can be. Homepage: http://search.cpan.org/dist/Acme-POE-Knee/ Package: libactionmailer-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-actionmailer Filename: 4.0-0/all/libactionmailer-ruby1.8_2.3.14.2.14.201403151831_all.deb Size: 9104 MD5sum: 838ead180b49668f48baf5001f9a992f SHA1: 8875febb4ff1581e93d4fd53e317f717ab872b43 SHA256: 5cec73329e915dc9d99df9dd608e5b308cfa65d45864ecca6c0d6eb61a5d61f2 Description: Transitional package for ruby-actionmailer This is a transitional package to ease upgrades to the ruby-actionmailer package. It can safely be removed. Package: libactionmailer-ruby Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-actionmailer Filename: 4.0-0/all/libactionmailer-ruby_2.3.14.2.14.201403151831_all.deb Size: 9096 MD5sum: 451d70315a627e984f4aaeece15f280e SHA1: eb6c8f0e9376527c5bd84bdff19262c03450a555 SHA256: 2a649a673e38fb65575f9deb9ca5bff3eeb8fba9f341b39ddb7250264010e1c1 Description: Transitional package for ruby-actionmailer This is a transitional package to ease upgrades to the ruby-actionmailer package. It can safely be removed. Package: libactionpack-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-actionpack Filename: 4.0-0/all/libactionpack-ruby1.8_2.3.14.2.14.201403151831_all.deb Size: 9098 MD5sum: 11a08b533e1fdbb829983ab3f7437daa SHA1: 76b5840cef03a8e467cd261d444cc3a345ffb31c SHA256: df0569ccef4938bf7dbfcdc1d353eee0261edfeae6bce4fa90815f86098cf7e4 Description: Transitional package for ruby-actionpack This is a transitional package to ease upgrades to the ruby-actionpack package. It can safely be removed. Package: libactionpack-ruby Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-actionpack Filename: 4.0-0/all/libactionpack-ruby_2.3.14.2.14.201403151831_all.deb Size: 9092 MD5sum: a89fd67cb63a25fbc4719cd4fdbf7f7f SHA1: 45d2ab8b89ecc26aeb047a729a55d58ad6e0b0aa SHA256: de569723b9325a8d7551c85f956660b82121d6a505d5fb5d3b44a6fac8670987 Description: Transitional package for ruby-actionpack This is a transitional package to ease upgrades to the ruby-actionpack package. It can safely be removed. Package: libactiveldap-ruby-doc Priority: optional Section: doc Installed-Size: 42 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-activeldap Version: 1.2.4-3.4.201403170127 Depends: ruby-activeldap-doc Filename: 4.0-0/all/libactiveldap-ruby-doc_1.2.4-3.4.201403170127_all.deb Size: 16328 MD5sum: ee817ecc592309faffb16b9b609a96ac SHA1: ee18d97495bd2cd5c051e8b6465988b4a15d7eb5 SHA256: 34c75e1d86dbc52cf0b9c18a5a4e5e812350a57db5636822a6dbf265395004ba Description: Transitional package for ruby-activeldap This is a transitional package to ease upgrades to the ruby-activeldap package. It can safely be removed. Homepage: http://ruby-activeldap.rubyforge.org/ Package: libactiveldap-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 42 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-activeldap Version: 1.2.4-3.4.201403170127 Depends: ruby-activeldap Filename: 4.0-0/all/libactiveldap-ruby1.8_1.2.4-3.4.201403170127_all.deb Size: 16332 MD5sum: 2e6f4eba33eac84fbf2b6f4d6894abe1 SHA1: 4f32b4ec2d59c6081e3e6236ccea9bc05005109b SHA256: 8efd990a0e8b168b5c354d5bb6cbe3c5ce57dff640e4a23d9aab3b6a6495da49 Description: Transitional package for ruby-activeldap This is a transitional package to ease upgrades to the ruby-activeldap package. It can safely be removed. Homepage: http://ruby-activeldap.rubyforge.org/ Package: libactiveldap-ruby Priority: extra Section: oldlibs Installed-Size: 42 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-activeldap Version: 1.2.4-3.4.201403170127 Depends: ruby-activeldap Filename: 4.0-0/all/libactiveldap-ruby_1.2.4-3.4.201403170127_all.deb Size: 16322 MD5sum: c99f00d6af7029d5f183d07bb61298f5 SHA1: 38f416c448133d2ba2b8c5f46bb834604c9b02e8 SHA256: 2b0c7862a557dd2cb29bde7a5df54e9b5c4fa62711f13a110fb381d567dacaca Description: Transitional package for ruby-activeldap This is a transitional package to ease upgrades to the ruby-activeldap package. It can safely be removed. Homepage: http://ruby-activeldap.rubyforge.org/ Package: libactivemq-activeio-java-doc Priority: optional Section: doc Installed-Size: 2204 Maintainer: Debian Java Maintainers Architecture: all Source: activemq-activeio Version: 3.1.1-1.2.201403111748 Depends: glassfish-javaee, libcommons-logging-java Suggests: libactivemq-activeio-java Filename: 4.0-0/all/libactivemq-activeio-java-doc_3.1.1-1.2.201403111748_all.deb Size: 408058 MD5sum: 9e9a0fd96e782eee3b774330b40ea4bb SHA1: e1c8b8d22bd90b7814c0c28dec289b3802541875 SHA256: d67797b7b4f5589d8b9dcd6a80fef587c7ffc810229ab87708b33b13848ea933 Description: ActiveMQ ActiveIO protocol implementation framework - documentation Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . ActiveMQ ActiveIO provides a high performance IO framework for implementing network protocols. . This package contains Javadoc API for libactivemq-activeio-java. Homepage: http://activemq.apache.org/ Package: libactivemq-activeio-java Priority: optional Section: java Installed-Size: 171 Maintainer: Debian Java Maintainers Architecture: all Source: activemq-activeio Version: 3.1.1-1.2.201403111748 Depends: glassfish-javaee, libcommons-logging-java Suggests: libactivemq-activeio-java-doc Filename: 4.0-0/all/libactivemq-activeio-java_3.1.1-1.2.201403111748_all.deb Size: 85838 MD5sum: 2f87f1b31754c27c706e9639d4cf5bd7 SHA1: 7ddca726657f57b91d04f45af6ff7b265f8676b2 SHA256: 46278f7affeb3cf3e7264c45efdd54b461ffbfd76240c215a305b8224bdbaf71 Description: ActiveMQ ActiveIO protocol implementation framework Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . ActiveMQ ActiveIO provides a high performance IO framework for implementing network protocols. . This package, used by Apache ActiveMQ, contains a Java library for ActiveIO. Homepage: http://activemq.apache.org/ Package: libactivemq-java-doc Priority: optional Section: doc Installed-Size: 115373 Maintainer: Debian Java Maintainers Architecture: all Source: activemq Version: 5.6.0+dfsg-1.2.201403111724 Depends: default-jdk-doc, libcommons-daemon-java, libcommons-pool-java-doc, libjasypt-java-doc, libjosql-java-doc, libxbean-java-doc, libxpp3-java Suggests: libactivemq-java Filename: 4.0-0/all/libactivemq-java-doc_5.6.0+dfsg-1.2.201403111724_all.deb Size: 9050210 MD5sum: 314f4c68db98652a3fbc0c4992a235de SHA1: e1d4bc0446e0290cf3f01084369985dff4d763e2 SHA256: 92cce5d0f6135b63ea58ad10a64356caa37a43d494054cfe935db1ac64f5d51d Description: Java message broker core libraries - documentation Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains Javadoc API for libactivemq-java. Homepage: http://activemq.apache.org Package: libactivemq-java Priority: optional Section: java Installed-Size: 4595 Maintainer: Debian Java Maintainers Architecture: all Source: activemq Version: 5.6.0+dfsg-1.2.201403111724 Depends: glassfish-javaee, libactivemq-activeio-java, libaopalliance-java, libcommons-collections3-java, libcommons-daemon-java, libcommons-lang-java (>= 2.6), libcommons-pool-java, libgentlyweb-utils-java (>= 1.5), libjasypt-java, libjosql-java (>= 1.5), liblog4j1.2-java (>= 1.2.16), libmaven2-core-java, libslf4j-java, libspring-beans-java, libspring-context-java, libspring-core-java, libspring-jms-java, libspring-test-java, libxbean-java, libxpp3-java, libxstream-java, velocity Suggests: libactivemq-java-doc Filename: 4.0-0/all/libactivemq-java_5.6.0+dfsg-1.2.201403111724_all.deb Size: 3976744 MD5sum: ec4d0f7982e24d679a516c55f1c6b842 SHA1: 9fd1ebf8201d9dd46bcd38c58efd27ea293d8ff4 SHA256: 7244ed31d136f2dd0c3fc5dff041c91aab2463d5b245125b45f8ce4a06009674 Description: Java message broker core libraries Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a core Java library for ActiveMQ. Homepage: http://activemq.apache.org Package: libactivemq-protobuf-java-doc Priority: optional Section: doc Installed-Size: 1714 Maintainer: Debian Java Maintainers Architecture: all Source: activemq-protobuf Version: 1.1-3.2.201403111757 Recommends: libmaven2-core-java Suggests: libactivemq-protobuf-java Filename: 4.0-0/all/libactivemq-protobuf-java-doc_1.1-3.2.201403111757_all.deb Size: 110030 MD5sum: 67b54b1bedc76e98a092c6c63f0106ff SHA1: 0d16936130fda8b7c5107ace3a3a14e0efa7bdf3 SHA256: 9188512124cbf4182d4019f9bc6d6e7eeb46c131c53ef1d329393531f98eec4c Description: ActiveMQ Protocol Buffers Maven plugin - documentation Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . "Protocol Buffers" are language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols or data storage. . This package contains Javadoc API for libactivemq-protobuf-java. Homepage: http://activemq.apache.org/ Package: libactivemq-protobuf-java Priority: optional Section: java Installed-Size: 434 Maintainer: Debian Java Maintainers Architecture: all Source: activemq-protobuf Version: 1.1-3.2.201403111757 Recommends: libmaven2-core-java Suggests: libactivemq-protobuf-java-doc Filename: 4.0-0/all/libactivemq-protobuf-java_1.1-3.2.201403111757_all.deb Size: 329124 MD5sum: 83b4c45a6f1caccea736bd0fb8376bb3 SHA1: 240626c9399e96ea3afb9b1a5cdfae93d8628f4c SHA256: 50417d9141d0eeaae52cf284efe2b438153c890ed17fd6f79ef2e0017bb588bf Description: ActiveMQ Protocol Buffers Maven plugin Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . "Protocol Buffers" are language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols or data storage. . This package, used by Apache ActiveMQ, provide a simple Protocol Buffer Java API. It comes with a built in proto file compiler and Java source code generator (as a Maven plugin). Homepage: http://activemq.apache.org/ Package: libactiverecord-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activerecord Filename: 4.0-0/all/libactiverecord-ruby1.8_2.3.14.2.14.201403151831_all.deb Size: 9106 MD5sum: 0d2fea6d9a7f649c14ee17a0d9e01ae1 SHA1: a80d11ed6e1cc85542b941d3c9562fed6ecd6673 SHA256: a0e701fd524e1891cd12c8c5be0aedc4bac1498ab5e73686d1a45f20c29ce28e Description: Transitional package for ruby-activerecord This is a transitional package to ease upgrades to the ruby-activerecord package. It can safely be removed. Package: libactiverecord-ruby1.9.1 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activerecord Filename: 4.0-0/all/libactiverecord-ruby1.9.1_2.3.14.2.14.201403151831_all.deb Size: 9110 MD5sum: c944f2a75e4ef176175c91d9838e2cbf SHA1: 86638065934c047c2ae80849314a3ec3266cb049 SHA256: 8a162e48ab5e92eda3d9f6c7a6348720a1b19d2621fdd77322ad1571a5e3bbc3 Description: Transitional package for ruby-activerecord This is a transitional package to ease upgrades to the rails package. It can safely be removed. Package: libactiverecord-ruby Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activerecord Filename: 4.0-0/all/libactiverecord-ruby_2.3.14.2.14.201403151831_all.deb Size: 9100 MD5sum: 3635ac1fa494770eca668ebf462960b0 SHA1: caa7ccc682be141caa69f1ed6dacf8bfe5378e4e SHA256: fbccd1a21620ea311245ccc3f11ca4dacf86cf6660c88cee31d7f55dd0431b4a Description: Transitional package for ruby-activerecord This is a transitional package to ease upgrades to the ruby-activerecord package. It can safely be removed. Package: libactiveresource-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activeresource Filename: 4.0-0/all/libactiveresource-ruby1.8_2.3.14.2.14.201403151831_all.deb Size: 9104 MD5sum: a1639b97f379e2cf1504900d04388051 SHA1: 9b4d1b1d2d58d6206e729493df032ef4e0ce3e30 SHA256: d884144695762e68d49d9822c7bdef0bf9b81302bd288d196a8d84ef363f09af Description: Transitional package for ruby-activeresource This is a transitional package to ease upgrades to the ruby-activeresource package. It can safely be removed. Package: libactiveresource-ruby Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activeresource Filename: 4.0-0/all/libactiveresource-ruby_2.3.14.2.14.201403151831_all.deb Size: 9098 MD5sum: fa9c06872f3712c4374558d3cf834d36 SHA1: 61f26acb8a914691b97a6f910819ca4891e071c7 SHA256: a55088ca2fcd0bc0058fde59631690339fb2a75404f51e28eb68134b4502f6ab Description: Transitional package for ruby-activeresource This is a transitional package to ease upgrades to the ruby-activeresource package. It can safely be removed. Package: libactivesupport-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activesupport Filename: 4.0-0/all/libactivesupport-ruby1.8_2.3.14.2.14.201403151831_all.deb Size: 9106 MD5sum: 96dbab435c8339bcc06c975982b1f283 SHA1: 2be56a944b24fd837f31798c84287fe7d1328bf9 SHA256: 201a4b619519097c7a75ae177c4250fc79b229dc92461e09d2563d0ec1603984 Description: Transitional package for ruby-activesupport This is a transitional package to ease upgrades to the ruby-activesupport package. It can safely be removed. Package: libactivesupport-ruby1.9.1 Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activesupport Filename: 4.0-0/all/libactivesupport-ruby1.9.1_2.3.14.2.14.201403151831_all.deb Size: 9110 MD5sum: 43d6fb8bf754a19de3c87d002e584feb SHA1: fc9da5abad0d1d25b3eda079d339a8b6b4993da0 SHA256: ec996afe24b9991f762e708a72634a6d7375853386740f32e52c31ed6319538f Description: Transitional package for ruby-activesupport This is a transitional package to ease upgrades to the ruby-activesupport package. It can safely be removed. Package: libactivesupport-ruby Priority: optional Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rails Version: 2:2.3.14.2.14.201403151831 Depends: ruby-activesupport Filename: 4.0-0/all/libactivesupport-ruby_2.3.14.2.14.201403151831_all.deb Size: 9102 MD5sum: f8160fbdb0c6176126dd6dca86a8276c SHA1: dcbbd46d7aae05771090bb9736f5400385b6969d SHA256: 57c2c303b4326967bb2f04a66fcf48249ec0b868a8096c3b884b00a4fb7a7b0d Description: Transitional package for ruby-activesupport This is a transitional package to ease upgrades to the ruby-activesupport package. It can safely be removed. Package: libaddressable-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-addressable Version: 2.2.8-1.4.201403170232 Depends: ruby-addressable Filename: 4.0-0/all/libaddressable-ruby1.8_2.2.8-1.4.201403170232_all.deb Size: 2844 MD5sum: daad6de87f58e5c3a993e908e0bb72df SHA1: 4551db2b4bf8e9a57186537519494fd60321a219 SHA256: 007db5fa007e3b03ff981c4fba1dc24e57f9e92a127cc88ac6fb22ec27c30542 Description: Transitional package for ruby-addressable This is a transitional package to ease upgrades to the ruby-addressable package. It can safely be removed. Homepage: http://addressable.rubyforge.org/ Package: libaddressable-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-addressable Version: 2.2.8-1.4.201403170232 Depends: ruby-addressable Filename: 4.0-0/all/libaddressable-ruby1.9.1_2.2.8-1.4.201403170232_all.deb Size: 2848 MD5sum: 70a6c6895796e912561868b86f0a41e8 SHA1: 00a158e9cad1765bdfa4525abc8bde485f002329 SHA256: b2e7438b603656516b94fc4583db38006af131b40c8708ae04d789f368b70566 Description: Transitional package for ruby-addressable This is a transitional package to ease upgrades to the ruby-addressable package. It can safely be removed. Homepage: http://addressable.rubyforge.org/ Package: libaddressable-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-addressable Version: 2.2.8-1.4.201403170232 Depends: ruby-addressable Filename: 4.0-0/all/libaddressable-ruby_2.2.8-1.4.201403170232_all.deb Size: 2840 MD5sum: bffe482560a58cbcb1649f84fad26046 SHA1: 331bf66da26f46b0ff0de505d8251435aab6aa24 SHA256: d163a4a469d5d21a5ca4030fb8f97b4249dd540a14b77cbd45d07cbdaaf8da14 Description: Transitional package for ruby-addressable This is a transitional package to ease upgrades to the ruby-addressable package. It can safely be removed. Homepage: http://addressable.rubyforge.org/ Package: libaether-java Priority: optional Section: java Installed-Size: 739 Maintainer: Debian Java Maintainers Architecture: all Source: aether Version: 1.13.1-2.2.201403112220 Depends: junit4, libasync-http-client-java, libplexus-classworlds2-java (>= 2.4), libplexus-containers1.5-java (>= 1.5.5), libplexus-utils2-java (>= 2.0.5), libsisu-ioc-java (>= 2.3.0), libslf4j-java, libwagon-java Filename: 4.0-0/all/libaether-java_1.13.1-2.2.201403112220_all.deb Size: 490110 MD5sum: 70084b342d12a096517a6e2ddce8be9b SHA1: 92c185a4ec23f11ecb1e00be0c3a146edaaae3b1 SHA256: 1db3f1eec70be1d2a16fa064778e99f906f38ab1d883852a4a13b5c78fac6c60 Description: Library to handle Java artifact repositories Aether is a library for interacting with Java artifact repositories. . This involves the specification of local repository formats, remote repository formats, workspaces, transports, and artifact resolution. . Aether is a dependency of Maven but Aether don't depends on anything Maven specific. For instance, with Aether you can specify your dependency metadata in a properties files or in a database. Homepage: http://aether.sonatype.org/ Package: libaiksaurus-1.2-data Priority: optional Section: libs Installed-Size: 541 Maintainer: Masayuki Hatta (mhatta) Architecture: all Source: aiksaurus Version: 1.2.1+dev-0.12-6.8.201411012146 Provides: libaiksaurus-data Conflicts: libaiksaurus-data Filename: 4.0-0/all/libaiksaurus-1.2-data_1.2.1+dev-0.12-6.8.201411012146_all.deb Size: 317904 MD5sum: 5e2de726cc1e830a6f44a14d853d90ed SHA1: 566122ae604b494fe6a8c78135d148fcc78b63b0 SHA256: 02f4dbf78709a0a57636e125ef4de62c411230f4f62c7ceaa4bb5b5d12cf5dd4 Description: an English-language thesaurus (data) Aiksaurus is an English-language thesaurus that is suitable for integration with word processors, email composers, and other authoring software. . This package contains thesaurus data. Package: libajaxtags-java Priority: optional Section: java Installed-Size: 139 Maintainer: Debian Java Maintainers Architecture: all Version: 1.5.1-1.6.201403241912 Filename: 4.0-0/all/libajaxtags-java_1.5.1-1.6.201403241912_all.deb Size: 48374 MD5sum: da8ef57de8fed59b81a0fa8e5958c8e5 SHA1: cde3dc699a5654bd48729bdeedaf1639cc2779f7 SHA256: 7311d6c65ad061ed766dd0a000139f74b990abf6fb76f1aad8d582547329adcc Description: Java based library supporting AJAX in Java Server Pages The AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. . This tag library does not force J2EE developers to write the necessary JavaScript to implement an AJAX-capable web form. The tag library provides support for live form updates for the following use cases: - autocomplete based on character input to an input field - select box population based on selections made from another field - callout or balloon popups for highlighting content - refreshing form fields - toggling images and form field states on/off. Homepage: http://ajaxtags.sourceforge.net/ Package: libakonadi-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 44 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: korundum Version: 4:4.8.4-1.2.201403232031 Depends: ruby-akonadi Filename: 4.0-0/all/libakonadi-ruby1.8_4.8.4-1.2.201403232031_all.deb Size: 15762 MD5sum: a048c1a6583327b12511c64c846ffa94 SHA1: b011cbdf0872626633432210c7321f071fe78d01 SHA256: 9172bfac4a64d2aa8331d891d683c726764acea5ff1c73ba8f92d874f5c13e2a Description: transitional package for ruby-akonadi This is a transitional package to ease upgrades to the ruby-akonadi package. It can safely be removed. Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/korundum Package: libakonadi-ruby Priority: extra Section: oldlibs Installed-Size: 44 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: korundum Version: 4:4.8.4-1.2.201403232031 Depends: ruby-akonadi Filename: 4.0-0/all/libakonadi-ruby_4.8.4-1.2.201403232031_all.deb Size: 15756 MD5sum: d62616bebe27e4e6c6af2cb844f623b3 SHA1: 9347370b4ac2b457fce3caaf4e0e0e599e38c610 SHA256: fd27f848ff68b077e13cfbc7e754a8947004aaa1a1a175e7c21f60e1775776fc Description: transitional package for ruby-akonadi This is a transitional package to ease upgrades to the ruby-akonadi package. It can safely be removed. Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/korundum Package: libakuma-java-doc Priority: optional Section: doc Installed-Size: 368 Maintainer: Debian Java Maintainers Architecture: all Source: akuma Version: 1.8-1.5.201403120149 Depends: default-jdk-doc Suggests: libakuma-java Filename: 4.0-0/all/libakuma-java-doc_1.8-1.5.201403120149_all.deb Size: 79506 MD5sum: 9b4c1a20a801b1a763c0dabee70a13d7 SHA1: 2cf2f3ece72660c37be2c77061e69a15954c2aff SHA256: 8ce3167a9c83112ef755493db68e39502ebc1c117187c7f9bb9d21f952597cb0 Description: Documentation for Embeddable daemonization library This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps. . This package provides the API documentation for libakuma-java. Homepage: http://java.net/projects/akuma Package: libakuma-java Priority: optional Section: java Installed-Size: 76 Maintainer: Debian Java Maintainers Architecture: all Source: akuma Version: 1.8-1.5.201403120149 Depends: libjna-java Filename: 4.0-0/all/libakuma-java_1.8-1.5.201403120149_all.deb Size: 21756 MD5sum: 845914a7f002379edb4bebaf4bca9878 SHA1: eb698d6313f014a0f204f3c73c1b2c0f1f4dadb4 SHA256: dc76a0e98339d7cb575fb038e4fe40222aa71b3a96e1d9f5d27daa1eb00c8b8f Description: Embeddable daemonization library for Java This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps. Homepage: http://java.net/projects/akuma Package: libalgorithm-checkdigits-perl Priority: optional Section: perl Installed-Size: 317 Maintainer: Jose Parrella Architecture: all Version: 0.50-1.4.201403241926 Depends: perl Filename: 4.0-0/all/libalgorithm-checkdigits-perl_0.50-1.4.201403241926_all.deb Size: 140266 MD5sum: 2f4575a2b742afa67529c14ab252824c SHA1: 71ca2050cb25449f973f1597ead4808f657f3dec SHA256: 14ccd05fc8b4673c12d390e8d2688060bd9c2e07256adf00c0b923bd1d4a2e8c Description: Perl extension to generate and test check digits This module provides a number of methods to test and generate checksum digits such as carrier trackers, ISBNs, banknotes, credit cards and a lot of other identification numbers. . It will check validity, complete partial numbers, provide base check numbers and extract check digits from several sequence of numbers. Homepage: http://search.cpan.org/dist/Algorithm-CheckDigits/ Package: libalgorithm-dependency-perl Priority: optional Section: perl Installed-Size: 111 Maintainer: Jonas Genannt Architecture: all Version: 1.110-1.4.201403241937 Depends: perl, libparams-util-perl, libtest-classapi-perl, libpath-class-perl Filename: 4.0-0/all/libalgorithm-dependency-perl_1.110-1.4.201403241937_all.deb Size: 40348 MD5sum: 24923225286ca2b8efb63887444d7f29 SHA1: 8749e2ec21f2b74fef13e300bc619b035e0052b7 SHA256: 8267f182c4a8e86c8ce4f9940f2e18afea413885828d1a4a8d790efcb8b68257 Description: Base class for implementing various dependency trees in Perl Algorithm::Dependency is a framework for creating simple read-only dependency heirachies, where you have a set of items that rely on other items in the set, and require actions on them as well. Homepage: http://search.cpan.org/dist/Algorithm-Dependency/ Package: libalgorithm-diff-perl Priority: optional Section: perl Installed-Size: 137 Maintainer: Debian Perl Group Architecture: all Version: 1.19.02-2.13.201403241942 Depends: perl Recommends: libalgorithm-diff-xs-perl Filename: 4.0-0/all/libalgorithm-diff-perl_1.19.02-2.13.201403241942_all.deb Size: 50988 MD5sum: a13bc43d1fc5dbc14c51fa192d89cb92 SHA1: 535ad46d89c6289f6d5d9958ee2bb2b92306a888 SHA256: f4e6d5a5e0f6c7136504d6eb6ed0aba2da4cc1753689fb1379aa36e75ec4df3b Description: module to find differences between files Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'. . There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl). Homepage: http://search.cpan.org/dist/Algorithm-Diff/ Package: libalgorithm-diff-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-algorithm-diff Version: 0.4-14.4.201403170246 Depends: ruby-algorithm-diff Filename: 4.0-0/all/libalgorithm-diff-ruby1.8_0.4-14.4.201403170246_all.deb Size: 2892 MD5sum: 56063ec55109d3015c405417ff0892f7 SHA1: e7c5277e30f2339cb237efd4e4123edfbdd4764a SHA256: 40928d7babd8b06f3a083801a9b339ced7cb427c97cf68962118f4a43752f073 Description: Transitional package for ruby-algorithm-diff This is a transitional package to ease upgrades to the ruby-algorithm-diff package. It can safely be removed. Package: libalgorithm-diff-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-algorithm-diff Version: 0.4-14.4.201403170246 Depends: ruby-algorithm-diff Filename: 4.0-0/all/libalgorithm-diff-ruby_0.4-14.4.201403170246_all.deb Size: 2886 MD5sum: a2fdaa85a702c31277fee10e18c492aa SHA1: 39542506fb71722c7cf6ddf4b05785edb9a30aa4 SHA256: 26f766dadb051536cdc5adcf87f7c4cd31fa9948a6a2a6e206ffbf9992f7d8af Description: Transitional package for ruby-algorithm-diff This is a transitional package to ease upgrades to the ruby-algorithm-diff package. It can safely be removed. Package: libalgorithm-merge-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 0.08-2.4.201403241949 Depends: perl, libalgorithm-diff-perl Filename: 4.0-0/all/libalgorithm-merge-perl_0.08-2.4.201403241949_all.deb Size: 13574 MD5sum: 2238bf1a0c044f7a4fb6a9e9e196098d SHA1: 53a59401026715115dd5707b600c56d97d9475d4 SHA256: 284e2e414b234a6497ee5a4bd6dc69f2a5b807c6e43442b324d368e19ede040f Description: Perl module for three-way merge of textual data Algorithm::Merge provides three-way merge and diff functions, complementing the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given three sets of items, known as the original, left and right, this module can take a three-way difference or merge them. Taking a difference provides an array reference that is very similar to the behaviour of Algorithm::Diff. One can also implement custom conflict resolution using the CONFLICT callback. Homepage: http://search.cpan.org/dist/Algorithm-Merge/ Package: libalgorithm-munkres-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.08-2.4.201403241951 Depends: perl Filename: 4.0-0/all/libalgorithm-munkres-perl_0.08-2.4.201403241951_all.deb Size: 12510 MD5sum: 6a64b10d25c3c9f9f88accab52dbb8f3 SHA1: c3251914fe48de700aee5c0a2e1c97767fa07806 SHA256: 95d3c57e1ef6e1b4f5504c3e659f646fc67b4e42e06b8c354925580733107243 Description: extension for Munkres' solution to Assignment problem The Algorithm::Munkres module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square matrix by padding necessary zeros. . Assignment Problem: Given N jobs, N workers and the time taken by each worker to complete a job then how should the assignment of a Worker to a Job be done, so as to minimize the time taken. Homepage: http://search.cpan.org/dist/Algorithm-Munkres/ Package: libalgorithm-numerical-sample-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Dominic Hargreaves Architecture: all Version: 2010011201-1.4.201403241956 Depends: perl Filename: 4.0-0/all/libalgorithm-numerical-sample-perl_2010011201-1.4.201403241956_all.deb Size: 12578 MD5sum: a84ef17a29bb6b5880675639779e3ad9 SHA1: 74cc325355285a4a941c5dfc79e42b8f3236daba SHA256: 6e399a890a819ce28064ccad6679a1bd59aca4d1b3b7f5f677d67e9399ce9309 Description: Draw samples from a set This package gives two methods to draw fair, random samples from a set. There is a procedural interface for the case the entire set is known, and an object oriented interface when the a set with unknown size has to be processed. Homepage: http://search.cpan.org/dist/Algorithm-Numerical-Sample/ Package: libaliased-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.30-1.4.201403242006 Depends: perl Filename: 4.0-0/all/libaliased-perl_0.30-1.4.201403242006_all.deb Size: 11106 MD5sum: fbdc908fae604983d4acb2f1b75705d8 SHA1: a3817f6b745da1e576377865170043e886556b98 SHA256: 82dab4669b55ac39309d40fea76b686d3cf5aeb8c84abf079f32d201453555dc Description: Perl module to provide aliases of class names aliased is a module to alias class names to arbitrary aliases in the current module or script, which is especially useful with classes that are in deep class hierarchies. It is also handy if a class has been renamed. . Please note that this module only applies to loading object oriented modules, not for procedural modules in general. Fortunately this is rarely necessary in practise, since these modules support exporting of needed functions. Homepage: http://search.cpan.org/dist/aliased/ Package: libalien-sdl-dev-perl Priority: optional Section: perl Installed-Size: 30 Maintainer: Debian Perl Group Architecture: all Source: libalien-sdl-perl Version: 1.430-4.2.201403242008 Depends: freeglut3-dev, libalien-sdl-perl (= 1.430-4.2.201403242008), libgl1-mesa-dev, libjpeg8-dev, libpng12-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-pango-dev, libsdl-ttf2.0-dev, libsdl1.2-dev, libsmpeg-dev, libtiff4-dev Filename: 4.0-0/all/libalien-sdl-dev-perl_1.430-4.2.201403242008_all.deb Size: 6294 MD5sum: e2e2bfcc1690201242557f554a0e7545 SHA1: 23687c26384dd708f945508a2845412e404c07bb SHA256: 1294a07486708d7788b8070982ccd23a9b49140bd7ed2e9f13985d20393ebe87 Description: helper to build Perl program using SDL libraries Perl's idea of a metapackage to provide C library dependencies for Perl SDL application. . When building from source, this package can be used to detect and get configuration settings from an installed SDL and related libraries. As a binary package, it provides a record of all native libs used when building this package. This record is queried by other Perl SDL application to know what native libraries are available. In order to actually provide these libraries, libalien-sdl-perl package will depend on a lot of lib packages (like libsdl-image1.2) even though it does not uses them directly. . Regarding the native C libraries, all packages built with libalien-sdl-perl must have at least the same build dependencies than libalien-sdl-perl. Since this list if not fun to maintain, this metapackage depends on all packages used to build libalien-sdl-perl (and on libalien-sdl-perl). Homepage: http://search.cpan.org/dist/Alien-SDL/ Package: libalien-sdl-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 1.430-4.2.201403242008 Depends: perl, libcapture-tiny-perl, libfile-sharedir-perl (>= 1.00), libfile-which-perl, libgl1-mesa-glx, libjpeg8, libpng12-0, libsdl-gfx1.2-4, libsdl-image1.2, libsdl-mixer1.2, libsdl-net1.2, libsdl-pango1, libsdl-ttf2.0-0, libsdl1.2debian, libsmpeg0, libtiff4 Filename: 4.0-0/all/libalien-sdl-perl_1.430-4.2.201403242008_all.deb Size: 22328 MD5sum: 7ac8a4ca35dbc79202e2c20f4d8d1950 SHA1: f80b4f165a50a80487fb5a4eac5bf4af134e0ff4 SHA256: 78902dc5ba47d19b14d5a5b6097a553c5a7eda9d5e96b1b13a78ea0a1471d9a1 Description: helper to get, build and use SDL libraries Perl's idea of a metapackage to provide C library dependencies for Perl SDL application. . When building from source, this package can be used to detect and get configuration settings from an installed SDL and related libraries. As a binary package, it provides a record of all native libs used when building this package. This record is queried by other Perl SDL application to know what native libraries are available. In order to actually provide these libraries, this package will depend on a lot of lib packages (like libsdl-image1.2) even though it does not uses them directly. . This package provides Perl module Alien::SDL Homepage: http://search.cpan.org/dist/Alien-SDL/ Package: liballegro-doc Priority: optional Section: doc Installed-Size: 106 Maintainer: Debian Games Team Architecture: all Source: allegro4.4 Version: 2:4.4.2-2.1.2.201403120353 Depends: allegro4-doc Filename: 4.0-0/all/liballegro-doc_4.4.2-2.1.2.201403120353_all.deb Size: 80902 MD5sum: 2e9dcccfb4be453300584bb5334024dc SHA1: 49358d4b573367c9d2333988bbdcfcc01c465a7a SHA256: 3aed8343421b48737eba6eb944fd2b5a5ce310aefd0a2ecdc2728ea38b21c665 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Homepage: http://www.liballeg.org Package: libalzabo-perl Priority: optional Section: perl Installed-Size: 864 Maintainer: Debian Perl Group Architecture: all Version: 0.92-2.4.201403242030 Depends: perl, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl Filename: 4.0-0/all/libalzabo-perl_0.92-2.4.201403242030_all.deb Size: 358228 MD5sum: 8c9e5474fbac813e3ae3f7e5e2badbdb SHA1: 3bf72467e1c695275186066c2bd0c8288dc15334 SHA256: afbfaaba0e2a1a3805f144a6732c59d5593a3f3add6939607c70133c400634a5 Description: Data modelling tool and RDBMS-OO mapper Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. . Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. Homepage: http://www.alzabo.org/ Package: libamazon-ruby Priority: extra Section: ruby Installed-Size: 790 Maintainer: Dafydd Harries Architecture: all Source: ruby-amazon Version: 0.9.2-1.6.201403170252 Depends: librexml-ruby1.8 Filename: 4.0-0/all/libamazon-ruby_0.9.2-1.6.201403170252_all.deb Size: 82676 MD5sum: 2a3981243a96d22b44f1b7219aacca95 SHA1: e678e7c40d53a71a50f85847e9ed150dbf9ab92f SHA256: 4fae2ba53d1a69a09908927ba4d9630dfbd80face3490897f9d8aaf3f697aaa1 Description: a Ruby library for programmatic access to the Amazon website Ruby/Amazon allows Ruby programs to fetch data from the popular Amazon website via the REST (XML over HTTP) based Amazon Web Services. In addition to the original amazon.com site, the amazon.co.uk, amazon.de and amazon.co.jp properties are also supported. Package: libamazon-sqs-simple-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 1.06-1.4.201403242032 Depends: perl, libdigest-hmac-perl, liburi-perl, libwww-perl, libxml-simple-perl Filename: 4.0-0/all/libamazon-sqs-simple-perl_1.06-1.4.201403242032_all.deb Size: 23702 MD5sum: c511cf2b4ee6ce24666a0ca55f38cf2f SHA1: 5332f728ed2af454d0f3c5dd6fe60a64e97f27e4 SHA256: b14088e955321a98dc8f2ed4bf1de2144b751bf95b4735b8cf10a02a841e5d44 Description: Perl module for accessing the Amazon Simple Queue Amazon::SQS::Simple is a Perl library providing an object-oriented API for the Amazon Simple Queue Service. . This version of Amazon::SQS::Simple defaults to work against version 2009-02-01 of the SQS API. Earlier API versions may or may not work. Homepage: http://search.cpan.org/dist/Amazon-SQS-Simple/ Package: libamazonec2-ruby-doc Priority: optional Section: doc Installed-Size: 35 Maintainer: Damien Raude-Morvan Architecture: all Source: ruby-amazon-ec2 Version: 0.9.17-2.4.201403170254 Depends: ruby-amazon-ec2 Filename: 4.0-0/all/libamazonec2-ruby-doc_0.9.17-2.4.201403170254_all.deb Size: 10780 MD5sum: 7e79a7721d774342dd4175b52efbeacc SHA1: de1f80d33b40ca622458682d0d218bac9e89440a SHA256: 2089fab11fede06c67a3a763fab4fafc333a54aab4ebf2842b56465357bf6260 Description: Transitional package for ruby-amazon-ec2 This is a transitional package to ease upgrades to the ruby-amazon-ec2 package. It can safely be removed. Homepage: http://github.com/grempe/amazon-ec2 Package: libamazonec2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 35 Maintainer: Damien Raude-Morvan Architecture: all Source: ruby-amazon-ec2 Version: 0.9.17-2.4.201403170254 Depends: ruby-amazon-ec2 Filename: 4.0-0/all/libamazonec2-ruby1.8_0.9.17-2.4.201403170254_all.deb Size: 10784 MD5sum: 9f1f4c6b62a1261fc10f6f240ddfd788 SHA1: 113e40d05aadd9e595f507e4b243ff916822d0e5 SHA256: 3d861c5be28e1599d6c613c6484cda0b9e271d17606e3b0e0ebe378ae46ea5fc Description: Transitional package for ruby-amazon-ec2 This is a transitional package to ease upgrades to the ruby-amazon-ec2 package. It can safely be removed. Homepage: http://github.com/grempe/amazon-ec2 Package: libamazonec2-ruby Priority: extra Section: oldlibs Installed-Size: 35 Maintainer: Damien Raude-Morvan Architecture: all Source: ruby-amazon-ec2 Version: 0.9.17-2.4.201403170254 Depends: ruby-amazon-ec2 Filename: 4.0-0/all/libamazonec2-ruby_0.9.17-2.4.201403170254_all.deb Size: 10782 MD5sum: 017b47acabc0074a7697e0a307341e15 SHA1: f517769fcb6d995ec2550935a46fa0ba53ec6f1f SHA256: 07cb204268f2c0687e8f3da26cd9cd814baff34198f9afbbb2eba2257042daf8 Description: Transitional package for ruby-amazon-ec2 This is a transitional package to ease upgrades to the ruby-amazon-ec2 package. It can safely be removed. Homepage: http://github.com/grempe/amazon-ec2 Package: libampsharp-cil-dev Priority: optional Section: cli-mono Installed-Size: 34 Maintainer: Debian CLI Libraries Team Architecture: all Source: ampsharp Version: 2.0.4-2.2.201403120907 Depends: libampsharp2.0-cil (= 2.0.4-2.2.201403120907) Filename: 4.0-0/all/libampsharp-cil-dev_2.0.4-2.2.201403120907_all.deb Size: 2590 MD5sum: 64789600a32309e065fc0667f0c5db2f SHA1: 173a20e84832faf83611d0ccd10f951561a27720 SHA256: ecf6738d15178bab135f01d6376532f0a6acd231eca542b6a3e26e3f97fdf391 Description: Asynchronous Messaging Protocol library for the CLI. AMP is an RPC protocol for sending multiple asynchronous request/response pairs over the same connection. Requests and responses are both collections of key/value pairs. AMP is simple, flexible and efficient, with implementations in many languages. . This package contains development headers for the ampsharp library. Homepage: http://amp-protocol.net/AmpSharp Package: libampsharp2.0-cil Priority: optional Section: cli-mono Installed-Size: 75 Maintainer: Debian CLI Libraries Team Architecture: all Source: ampsharp Version: 2.0.4-2.2.201403120907 Depends: cli-common (>= 0.5.1), liblog4net1.2-cil (>= 1.2.10), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libampsharp2.0-cil_2.0.4-2.2.201403120907_all.deb Size: 16226 MD5sum: 30234cc2b0dac14ecae9fa56935263c4 SHA1: 562e94f39b96b8c2b5ab094561804bb2c3ca827b SHA256: ea013423dd822867d1321d7e3bede3dd8e2035f3a4a91f69c9d16b11e49eb493 Description: Asynchronous Messaging Protocol library for the CLI. AMP is an RPC protocol for sending multiple asynchronous request/response pairs over the same connection. Requests and responses are both collections of key/value pairs. AMP is simple, flexible and efficient, with implementations in many languages. . This package contains the ampsharp library itself. Homepage: http://amp-protocol.net/AmpSharp Package: libamrita-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-amrita Version: 1.0.2-10.4.201403170314 Depends: ruby-amrita Filename: 4.0-0/all/libamrita-ruby1.8_1.0.2-10.4.201403170314_all.deb Size: 6080 MD5sum: 5afb285a9f046c6d9ae59213c8134785 SHA1: c9abe6708ede27142c050eb9e09da719fc701abb SHA256: 33f63a6d0d67a5cb37fdfdbff9204ee16b37f5ed2518531bdcab589ee186b23f Description: Transitional package for ruby-amrita This is a transitional package to ease upgrades to the ruby-amrita package. It can safely be removed. Homepage: http://amrita.sourceforge.jp/ Package: libamrita2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 44 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-amrita2 Version: 2.0.2+dfsg.1-3.4.201403170317 Depends: ruby-amrita2 Filename: 4.0-0/all/libamrita2-ruby1.8_2.0.2+dfsg.1-3.4.201403170317_all.deb Size: 5098 MD5sum: a7aa709cb17fc1d1a69d6bbd57431790 SHA1: 91c01bccd831ceba45bc3759083901e191fd32a3 SHA256: fa3c714a057a09e0210e1237df1c939d1d71f7e6b01577045837ac74955d5062 Description: Transitional package for ruby-amrita2 This is a transitional package to ease upgrades to the ruby-amrita2 package. It can safely be removed. Homepage: http://rubyforge.org/projects/amrita2/ Package: libamrita2-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-amrita2 Version: 2.0.2+dfsg.1-3.4.201403170317 Depends: ruby-amrita2 Filename: 4.0-0/all/libamrita2-ruby1.9.1_2.0.2+dfsg.1-3.4.201403170317_all.deb Size: 3046 MD5sum: 271a538fb28b7dd670b633397b9f08ae SHA1: 13355c357c247a09c2664b1d088020d6de713b61 SHA256: 5616446fee0b5db8ffcf68ce0fb457e6c129ad4e26d21f02085a9cf8fd9681ff Description: Transitional package for ruby-amrita2 This is a transitional package to ease upgrades to the ruby-amrita2 package. It can safely be removed. Homepage: http://rubyforge.org/projects/amrita2/ Package: libamrita2-ruby Priority: optional Section: ruby Installed-Size: 31 Maintainer: TANIGUCHI Takaki Architecture: all Source: amrita2 Version: 2.0.2+dfsg.1-2.10.201403120913 Depends: libhpricot-ruby, libamrita2-ruby1.8 Filename: 4.0-0/all/libamrita2-ruby_2.0.2+dfsg.1-2.10.201403120913_all.deb Size: 4666 MD5sum: c4dd8cbfed20ca28cf2019eb9cd2207a SHA1: 2fba0f840376de219deaeff67b83b8fd345b3ffd SHA256: 47484942df214a3a1ca424a3c8f1a11f17670c541f6afd243639e7060d8358c1 Description: a xml/xhtml template library for Ruby Amrita produces html documents from XML template and Ruby model data. . * The template for amrita2 is a pure html/xhtml document without any special tag like or <% .. %> . * The template can be written by designers using almost any xhtml/xml Editor. . * Need no change on Ruby code to change the view of _dynamic_ part (not only static part) of the template . * The model data may be standard Ruby data, Hash, Array, String... or an instance of classes you made. . * The output is controlled by _data_ not by logic. So It's easy to write, test, debug code. (Good for eXtreamPrograming) . Amrita2 mixes a template and model data up to a html document naturally matching the +id+ attribute of XML element to model data. . This is a dependency package which depends on Debian's default Ruby version. Homepage: http://rubyforge.org/projects/amrita2/ Package: libanimal-sniffer-java-doc Priority: optional Section: doc Installed-Size: 1114 Maintainer: Debian Java Maintainers Architecture: all Source: animal-sniffer Version: 1.7-2.7.201403121049 Depends: default-jdk-doc Suggests: libanimal-sniffer-java Filename: 4.0-0/all/libanimal-sniffer-java-doc_1.7-2.7.201403121049_all.deb Size: 263596 MD5sum: 1f178b4959952c5caef68131d23f322c SHA1: 9d9cf8578ff6d2d80db942db7722a7f2ef4c2cce SHA256: adb9bd31491cd2159e83add59a75942edf7fa81d6606844c7fa3b3fc44a60993 Description: Documentation for Animal Sniffer Animal Sniffer provides tools to assist verifying that classes compiled with a newer JDK/API are compatible with an older JDK/API. . This package contains the API documentation of libanimal-sniffer-java. Homepage: http://mojo.codehaus.org/animal-sniffer/ Package: libanimal-sniffer-java Priority: optional Section: java Installed-Size: 509 Maintainer: Debian Java Maintainers Architecture: all Source: animal-sniffer Version: 1.7-2.7.201403121049 Depends: ant, libasm3-java, libmaven-common-artifact-filters-java, libmaven-enforcer-plugin-java, libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java Suggests: libanimal-sniffer-java-doc Filename: 4.0-0/all/libanimal-sniffer-java_1.7-2.7.201403121049_all.deb Size: 315528 MD5sum: 636783586f2d49c0e9751a4216b8ed83 SHA1: 822729a0d667d7660051c3529fad99c27c2005bd SHA256: 4176a50751482068b5bc286aaf9446b1b4437121844ef81eddd14b9e86a239c9 Description: JDK/API verification tools Animal Sniffer provides tools to assist verifying that classes compiled with a newer JDK/API are compatible with an older JDK/API. . The Java Boot Classpath Detector is an executable jar file which tries to determine the boot classpath of the Java Runtime and outputs that classpath to the standard output. . Animal Sniffer Annotations provides Java 1.5+ annotations which allow marking methods which Animal Sniffer should ignore signature violations of. Animal Sniffer is designed to detect when you have used classes/methods/fields which are not part of the JRE that you are targeting. There are certain situations when you might be compiling with a newer JDK than the JRE you are targeting. . The Animal Sniffer ANT Tasks can be used to build signatures of APIs and to check your classes against previously generated signatures. . The Animal Sniffer Enforcer Rule is used to check your classes against previously generated signatures. . The Animal Sniffer Maven Plugin is used to build signatures of APIs and to check your classes against previously generated signatures. Homepage: http://mojo.codehaus.org/animal-sniffer/ Package: libannotation-indexer-java-doc Priority: optional Section: doc Installed-Size: 246 Maintainer: Debian Java Maintainers Architecture: all Source: annotation-indexer Version: 1.3-1.4.201403121153 Depends: default-jdk-doc, libmetainf-services-java-doc Suggests: libannotation-indexer-java Filename: 4.0-0/all/libannotation-indexer-java-doc_1.3-1.4.201403121153_all.deb Size: 52380 MD5sum: 4c757b63dfe2ac7e0b1d9d6f3ccbc449 SHA1: f373398f6139056cb5620544b7ab768ceab3c92f SHA256: 23593bab5183085e19bc820586f7d5f550c9ba6ee11b0990cafe3a7053914b44 Description: Documentation for libannotation-indexer-java Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. . This package provides the API documentation for libannotation-indexer-java. Homepage: http://github.com/jenkinsci/lib-annotation-indexer Package: libannotation-indexer-java Priority: optional Section: java Installed-Size: 89 Maintainer: Debian Java Maintainers Architecture: all Source: annotation-indexer Version: 1.3-1.4.201403121153 Recommends: libmetainf-services-java Filename: 4.0-0/all/libannotation-indexer-java_1.3-1.4.201403121153_all.deb Size: 22708 MD5sum: fd1032929e0a760387b0027c238642d5 SHA1: 66b64a1229c350bc606bbc3949f65e15f2e7e8e4 SHA256: 1170902898742086f08bfa7a0cc1e6963561af32bc1cb0d6c08ba361631f8f0c Description: Indexing and validation of Java annotations Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. Homepage: http://github.com/jenkinsci/lib-annotation-indexer Package: libantelope-java-doc Priority: optional Section: doc Installed-Size: 1983 Maintainer: Damien Raude-Morvan Architecture: all Source: antelope Version: 3.5.1-2.2.201403121231 Suggests: libantelope-java Filename: 4.0-0/all/libantelope-java-doc_3.5.1-2.2.201403121231_all.deb Size: 406870 MD5sum: 0b6ec2a8250df3b21eb86073cfb4e3d4 SHA1: 7e62da4af84f1ef82d604662830494ea36d1cc8b SHA256: 9c4322d4014e21660b65585bb27a55e0ccc1c3623480e5df48444ed55a89bd85 Description: graphical user interface for Ant - documentation Antelope is a graphical user interface for running Ant. . It can run as a stand-alone GUI application and as a plugin to jedit. . Antelope Project also provides a set of additional tasks that provide functionality not found in the standard tasks distributed with Ant. . This package contains API Javadoc for libantelope-java. Homepage: http://antelope.tigris.org/ Package: libantelope-java Priority: optional Section: java Installed-Size: 326 Maintainer: Damien Raude-Morvan Architecture: all Source: antelope Version: 3.5.1-2.2.201403121231 Recommends: ant Filename: 4.0-0/all/libantelope-java_3.5.1-2.2.201403121231_all.deb Size: 253034 MD5sum: a6744d09481fabbafe0d9f5c5d4741cb SHA1: 342342425bac6675c20794b3caa164a14755e6dc SHA256: 7aa0244d781a90a9b908da1f13a184cb1468a17ea7087d7b9d4c993c14823491 Description: graphical user interface for Ant Antelope is a graphical user interface for running Ant. . It can run as a stand-alone GUI application and as a plugin to jedit. . Antelope Project also provides a set of additional tasks that provide functionality not found in the standard tasks distributed with Ant. Homepage: http://antelope.tigris.org/ Package: libantlr-java Priority: optional Section: java Installed-Size: 495 Maintainer: Debian Java Maintainers Architecture: all Source: antlr Version: 2.7.7+dfsg-4.21.201403121301 Replaces: antlr (<< 2.7.7-8) Breaks: antlr (<< 2.7.7-8) Filename: 4.0-0/all/libantlr-java_2.7.7+dfsg-4.21.201403121301_all.deb Size: 434504 MD5sum: fc403cd7b0655448e35e08ac86c71b30 SHA1: 4aa85f9fbc356297bdcfaf653db6af014538c767 SHA256: 94fe9105fc426f756eea7a590e621d18645cec2893880ed3c92223aaac90b1b4 Description: language tool for constructing recognizers, compilers etc (java library) ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package contains the java libraries without a dependency on any runtime to be able to bootstrap gcj without a dependency on a java runtime. Homepage: http://www.antlr2.org/ Package: libantlr-maven-plugin-java Priority: optional Section: java Installed-Size: 76 Maintainer: Debian Java Maintainers Architecture: all Source: antlr-maven-plugin Version: 2.1-2.12.201403121318 Depends: libmaven-reporting-impl-java, libmaven2-core-java, libplexus-i18n-java, libplexus-utils-java, libwagon-java Filename: 4.0-0/all/libantlr-maven-plugin-java_2.1-2.12.201403121318_all.deb Size: 23046 MD5sum: 9680525c4f6fbddc0cb060cf21d69dbf SHA1: ac06a985dd344f0a9695d617c82a7db5a42a5a3d SHA256: cca7984bcc200dcb5ece5741789046d559b57ebcde0cfbd03972660a4049f1e5 Description: Maven ANTLR Plugin Maven Plugin for Antlr v2. It can generate code from Antlr 2 scripts inside a Maven build. Homepage: http://mojo.codehaus.org/antlr-maven-plugin/ Package: libantlr2.7-cil Priority: optional Section: cli-mono Installed-Size: 163 Maintainer: Debian Java Maintainers Architecture: all Source: antlr Version: 2.7.7+dfsg-4.21.201403121301 Depends: cli-common (>= 0.5.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-drawing4.0-cil (>= 1.0), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Recommends: antlr Filename: 4.0-0/all/libantlr2.7-cil_2.7.7+dfsg-4.21.201403121301_all.deb Size: 51886 MD5sum: 1836ce1c8e78c6105a5c81c3b3097685 SHA1: bce89fa273278106be74f7c94faf75f5b0546395 SHA256: 20ebd0499db3a3b345f923e026589c586b5099f30cf6282d840b0a0187603fd1 Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package contains the C# (CLI) libraries. Homepage: http://www.antlr2.org/ Package: libantlr3-gunit-java-doc Priority: optional Section: doc Installed-Size: 1453 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.2-7.10.201403121331 Depends: antlr3-doc, junit4-doc Suggests: libantlr3-gunit-java Filename: 4.0-0/all/libantlr3-gunit-java-doc_3.2-7.10.201403121331_all.deb Size: 93508 MD5sum: c9717447e42cbd92b384824bce390d71 SHA1: 4f423b517589f00d975c1111fd4b2e46dff81083 SHA256: 32b22e4952d8e3246346515c9d43effe01cc93128d9f98172649998023e1dcaf Description: API documentation for gUnit gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the API documentation for gUnit for ANTLR 3 Homepage: http://www.antlr.org/ Package: libantlr3-gunit-java Priority: optional Section: java Installed-Size: 345 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.2-7.10.201403121331 Depends: antlr3 (>= 3.2-7.10.201403121331), junit4 Suggests: antlr3-gunit-maven-plugin Filename: 4.0-0/all/libantlr3-gunit-java_3.2-7.10.201403121331_all.deb Size: 268336 MD5sum: d56249e22bf7e1ca2864b54135bf2c79 SHA1: 383cb63962f62d83057dd0fea6a5531d3a271b77 SHA256: 62c71c22c6e29d72053979a7aa82e3bdc518a89d9f060590afa43172f0ec9b9c Description: Unit Test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. Homepage: http://www.antlr.org/ Package: libany-moose-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.17-1.4.201403242041 Depends: perl, libmouse-perl | libmoose-perl Filename: 4.0-0/all/libany-moose-perl_0.17-1.4.201403242041_all.deb Size: 10934 MD5sum: baacaf6a8f81eff94fdebfbeba94c800 SHA1: afa401e95755c0d38c2f3fb630de36c4713b3e51 SHA256: 88166005d13aa3b1fcf88e31d0c727d38c5ce1116221c5edb70a24b3b2b9294c Description: module to use either Moose or Mouse, based on availability Any::Moose is a Perl module that intelligently loads either Moose or Mouse, which provide nearly identical interfaces to the same modern object system. This module takes advantage of the fact that anything that works with Mouse should also work with Moose. . Note that using this module may not always be appropriate because Mouse is a lightweight implementation of the Moose object system, which trades some of the less-used functionality for increased performance. Homepage: http://search.cpan.org/dist/Any-Moose/ Package: libany-template-processdir-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403242043 Depends: perl, libfile-find-wanted-perl, libfile-slurp-perl, libfile-spec-perl, libmoose-perl, libtry-tiny-perl Filename: 4.0-0/all/libany-template-processdir-perl_0.07-1.2.201403242043_all.deb Size: 8592 MD5sum: 1446bb6f6c562a4a7654aadff98cd7a9 SHA1: e2ddefc5c16357ad0478641bf97bc3eceb2626c7 SHA256: fcdaeb8961b93949383533ddec4f7a8082c3a48aff150f324fa9177784fb3f5b Description: Perl module for processing a directory of templates Any::Template::ProcessDir is a module to recursively processes a directory of templates, generating a set of result files in the same directory or in a parallel directory. Each file in the source directory may be template-processed, copied, or ignored depending on its pathname. Homepage: http://search.cpan.org/dist/Any-Template-ProcessDir/ Package: libanydata-perl Priority: optional Section: perl Installed-Size: 246 Maintainer: Debian Perl Group Architecture: all Version: 0.10-9.4.201403242049 Depends: perl, libxml-twig-perl Suggests: libxml-parser-perl, libwww-perl Filename: 4.0-0/all/libanydata-perl_0.10-9.4.201403242049_all.deb Size: 90356 MD5sum: 1b0f8fb76062453c58838e6f871571fd SHA1: aef388c2a669db5ba560480df8660d1b1978d558 SHA256: 0befed86686562ee501eb3e635417de5f785f7344b5f2f86075becd6c4c2496a Description: simple tied hash interface for files and data structures AnyData provides simple and uniform access to data from many sources -- perl arrays, local files, remote files retrievable via http or ftp -- and in many formats including flat files (CSV, Fixed Length, Tab Delimited, etc), standard format files (Web Logs, Passwd files, etc.), structured files (XML, HTML Tables) and binary files with parseable headers (mp3s, jpgs, pngs, etc). Homepage: http://search.cpan.org/dist/AnyData/ Package: libanyevent-aggressiveidle-perl Priority: extra Section: perl Installed-Size: 50 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.04-1.2.201403242051 Depends: perl, libanyevent-perl Filename: 4.0-0/all/libanyevent-aggressiveidle-perl_0.04-1.2.201403242051_all.deb Size: 7794 MD5sum: d0a88a92892ab8de3d5dd827d8063aae SHA1: 9ba894ecf20dc3f21a7993dc65e70083c044834c SHA256: 6dba744e0e34b3deb727c1cbea1951cb4cc2d3b54a3cdf5d280ff3c1b1b82bbf Description: Aggressive idle processes for AnyEvent. The package contains the function that allows You to start idle AnyEvent processes that can be even done on overloaded system (as opposed to built-in AnyEvent::idle). Homepage: http://search.cpan.org/~unera/AnyEvent-AggressiveIdle/ Package: libanyevent-callback-perl Priority: extra Section: perl Installed-Size: 63 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.06-1.2.201403242055 Depends: perl Filename: 4.0-0/all/libanyevent-callback-perl_0.06-1.2.201403242055_all.deb Size: 11144 MD5sum: bc35b8f8e6130f98a086ddafafaeb484 SHA1: ca9a5527e7d403a2937dba8c6c63a453161df5c1 SHA256: 26b4bc8640b09c475a65bd1edfdf7f3649c341cb1bb6c81635d1a9d677f4f28f Description: callback aggregator for AnyEvent watchers The module allows You to create callback's hierarchy. Also the module groups error and result callbacks into one object. . Also the module checks if one callback was called by watcher or not. If a watcher doesn't call result or error callback, error callback will be called automatically. . Also the module checks if a callback was called reentrant. In the case the module will complain (using "carp" in Carp). . If a watcher touches error callback and if superior didn't define error callback, the module will call error callback upwards hierarchy. Homepage: http://search.cpan.org/dist/AnyEvent-Callback/ Package: libanyevent-dbd-pg-perl Priority: extra Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.03-3.2.201403242102 Depends: perl, libcommon-sense-perl, liblib-abs-perl, libdbi-perl, libdbd-pg-perl, libanyevent-perl Filename: 4.0-0/all/libanyevent-dbd-pg-perl_0.03-3.2.201403242102_all.deb Size: 9240 MD5sum: 35cbf252bb8a66adc318991714642dda SHA1: 3ae27818d891a8599c67b283ed932193721fd469 SHA256: 8b9614cc0c0fa6e96372721e23a0d5c96e269a8a7fdb74c95b30d91773df50e8 Description: AnyEvent interface to DBD::Pg's async interface This perl-module can be used inside AnyEvent application to access postgresql database in non-blocking mode. Homepage: http://search.cpan.org/perldoc?AnyEvent::DBD::Pg Package: libanyevent-dbi-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 2.2-1.2.201403242111 Depends: perl, libanyevent-perl, libcommon-sense-perl, libdbi-perl Filename: 4.0-0/all/libanyevent-dbi-perl_2.2-1.2.201403242111_all.deb Size: 16422 MD5sum: e1727c83ecd6aaa7169d7cdd2568ae3b SHA1: 404682fc77c4eb09bf16f0af74b5c2e8700c35dd SHA256: 2e7ac058745ce76cd87a265f71d93e0d95f0c0d660db2946068c069ee18e3793 Description: module supporting asynchronous DBI access AnyEvent::DBI is an AnyEvent extension, you need to make sure that you use and run a supported event loop. This module implements asynchronous DBI access by forking or executing separate "DBI-Server" processes and sending them requests. It means that you can run DBI requests in parallel to other tasks. The overhead for very simple statements ("select 0") is somewhere around 100% to 120% (dual/single core CPU) compared to an explicit prepare_cached/execute/fetchrow_arrayref/finish combination. Homepage: http://search.cpan.org/dist/AnyEvent-DBI/ Package: libanyevent-forkobject-perl Priority: extra Section: perl Installed-Size: 58 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.09-1.2.201403242117 Depends: perl, libanyevent-tools-perl, libanyevent-serialize-perl, libdevel-globaldestruction-perl Filename: 4.0-0/all/libanyevent-forkobject-perl_0.09-1.2.201403242117_all.deb Size: 10000 MD5sum: 8ac82a241c05bb542c5dc797ce2a731a SHA1: 625e88e9fe4a2eabd92c7247545a0969493cfbf1 SHA256: 877f712095dee2693a92e45d61e109e06dd6ecdb4845383929fc106e9b613686 Description: fork jail for AnyEvent The module provides non-blocking interface for perl objects. Homepage: http://search.cpan.org/perldoc?AnyEvent::ForkObject Package: libanyevent-http-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 2.14-1.2.201403242120 Depends: perl, libcommon-sense-perl, libanyevent-perl (>= 5.330) Filename: 4.0-0/all/libanyevent-http-perl_2.14-1.2.201403242120_all.deb Size: 35284 MD5sum: 2e43eb809d519129a4399b39837d4843 SHA1: 84c7cacd8dda4a8857b7f80e79e144bc1e3fab7c SHA256: 68dbab86cf1aa8d992781d4a223e93881e1989d9fc884946e834d6168cc747e4 Description: simple non-blocking HTTP/HTTPS client AnyEvent::HTTP is an simple non-blocking HTTP/HTTPS client implementation, which uses AnyEvent under the hood for asynchronous I/O. It supports GET, POST and other request methods, cookies and more. It is well suited to most HTTP tasks, while retaining fine-grained control over request and response headers to cater to more complex requirements. Homepage: http://search.cpan.org/dist/AnyEvent-HTTP/ Package: libanyevent-httpd-perl Priority: extra Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 0.93-3.2.201403242122 Depends: perl, libanyevent-perl, libtime-local-perl, libcommon-sense-perl, libobject-event-perl Filename: 4.0-0/all/libanyevent-httpd-perl_0.93-3.2.201403242122_all.deb Size: 36740 MD5sum: 10ab7ff3d9e5198f280e07618c3891e5 SHA1: 44c1aa8fb4b6f6db9a80a29a71ca5ffd798bcc01 SHA256: d0106a0d1fc413fde0060c39af80e61683b8b95f77f04a4f6b0aa8e0c45d2c39 Description: simple lightweight event based web (application) server This module provides a simple HTTPD for serving simple web application interfaces. It's completelly event based and independend from any event loop by using the AnyEvent module. Homepage: http://search.cpan.org/~elmex/AnyEvent-HTTPD/ Package: libanyevent-i3-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Michael Stapelberg Architecture: all Version: 0.08-1.4.201403242124 Depends: perl, libanyevent-perl, libjson-xs-perl Filename: 4.0-0/all/libanyevent-i3-perl_0.08-1.4.201403242124_all.deb Size: 11258 MD5sum: 03549cc27e00e9cf94a38285b869ce0d SHA1: e86c4d51268087948929bb9fd90d7989b8653347 SHA256: 48176e9f59c8f613cbf7710df1cc9dccbbe10b6ac7b4603ebeaee7e93632723f Description: communicate with the i3 window manager This perl module provides integration of the i3 IPC protocol into the AnyEvent framework. Use it to have an easy way of communicating with i3 using event-based (or blocking, if you like) programming. Homepage: http://search.cpan.org/dist/AnyEvent-I3/ Package: libanyevent-irc-perl Priority: optional Section: perl Installed-Size: 157 Maintainer: Debian Perl Group Architecture: all Version: 0.96-1.4.201403242127 Depends: perl, libanyevent-perl, libcommon-sense-perl, libobject-event-perl Filename: 4.0-0/all/libanyevent-irc-perl_0.96-1.4.201403242127_all.deb Size: 52710 MD5sum: 40e16cddb5fc347792c7ebff943a303d SHA1: 10d2ea04608304cbe25c34812204fe730ec6fdc6 SHA256: f0d47e2a3cfda09a7804296baca6183217290b844d74fcc2dfa7b668dc386e3e Description: Perl module for handling IRC connections AnyEvent::IRC is a Perl module that can be conceptualized as a toolbox for handling Internet Relay Chat (IRC) connections and communications. It won't do everything for you, and you still need to have a basic understanding of the internal protocol. Homepage: http://search.cpan.org/dist/AnyEvent-IRC/ Package: libanyevent-redis-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.23-1.2.201403242136 Depends: perl, libanyevent-perl, libtry-tiny-perl Filename: 4.0-0/all/libanyevent-redis-perl_0.23-1.2.201403242136_all.deb Size: 14050 MD5sum: 858116a092dcc69e323bd179b8b2f4a8 SHA1: 1a7129090f0c0f86a4e7f7039fae16028e3d7676 SHA256: 2ddffd06148017d515ca4d6db98a05f05d86fc4dd506d0e90038751e0c55ca90 Description: Perl module that implements a non-blocking Redis client AnyEvent::Redis is a non-blocking (event-driven) Redis client based on the AnyEvent event loop framework. . Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. Homepage: http://search.cpan.org/dist/AnyEvent-Redis/ Package: libanyevent-serialize-perl Priority: extra Section: perl Installed-Size: 50 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.04-1.2.201403242141 Depends: perl, libanyevent-perl, libdata-streamdeserializer-perl, libdata-streamserializer-perl, libanyevent-aggressiveidle-perl Filename: 4.0-0/all/libanyevent-serialize-perl_0.04-1.2.201403242141_all.deb Size: 7384 MD5sum: 6c2b6a1a4abd6f82cf20b4b22d1df68d SHA1: 2af3e915a975f8d7587607235c41038ee1473895 SHA256: 040f2a226900d666cddb7cb58c7c01586a10dcc4b3c5f714858fa97266d9610b Description: serializer and deserializer for AnyEvent The package provides a few non-blocking methods to serialize and deserialize perl object. Homepage: http://search.cpan.org/~unera/AnyEvent-Serialize/ Package: libanyevent-tools-perl Priority: extra Section: perl Installed-Size: 78 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.12-1.2.201403242146 Depends: perl, libanyevent-aggressiveidle-perl Filename: 4.0-0/all/libanyevent-tools-perl_0.12-1.2.201403242146_all.deb Size: 15346 MD5sum: 059429659ec1460693f2118e23e194bf SHA1: 2d65b850571f48d971d14d64b103d2904e03b302 SHA256: c4e5a7367a7400e6de15378cd988146a7a6018a90126aa8a8aebc40a71ccffb0 Description: instrument collection for AnyEvent The package contains a few instruments that can be used with AnyEvent: * mutexes/rw_mutexes - sharing one resource between many processes * foreaches - non-blocking cycles * pools - sharing many resources between many processes * buffers implementation, etc Homepage: http://search.cpan.org/~unera/AnyEvent-Tools/ Package: libanyevent-xmpp-perl Priority: optional Section: perl Installed-Size: 597 Maintainer: Debian Perl Group Architecture: all Version: 0.52-1.2.201403242149 Depends: perl, libanyevent-perl, libxml-writer-perl, libxml-parser-perl, libnet-libidn-perl, libauthen-sasl-perl, libobject-event-perl Filename: 4.0-0/all/libanyevent-xmpp-perl_0.52-1.2.201403242149_all.deb Size: 271664 MD5sum: ccfad2d1a80d4724211bbd9c5b7401a7 SHA1: 92e8800e27d1f25886ed7f8dcd51fee0f50e2d18 SHA256: 4c020b9c40df8ea516146db6ddde0c3e3999b5fadf37bcf0e6ee82909434b858 Description: implementation of the XMPP Protocol AnyEvent::XMPP is an implementation of XMPP in Perl, formerly know under the name Net::XMPP2, it allows you to easily write Clients and Components. In comparsion to Net::XMPP it offers a event based API and is independent of an event loop with AnyEvent. . The following XEPs are implemented: * XEP-0004 - Data Forms * XEP-0030 - Service Discovery * XEP-0054 - vcard-temp (XMPP vCards) * XEP-0066 - Out of Band Data * XEP-0077 - In-Band Registration * XEP-0078 - Non-SASL Authentication * XEP-0082 - XMPP Date and Time Profiles * XEP-0086 - Error Condition Mappings * XEP-0091 - Delayed Delivery (legacy) * XEP-0092 - Software Version * XEP-0114 - Jabber Component Protocol * XEP-0153 - vCard-Based Avatars * XEP-0199 - XMPP Ping * XEP-0203 - Delayed Delivery (new) Homepage: http://search.cpan.org/dist/AnyEvent-XMPP/ Package: libaopalliance-java-doc Priority: extra Section: doc Installed-Size: 500 Maintainer: Debian Java Maintainers Architecture: all Source: libaopalliance-java Version: 20070526-5.5.201403242157 Replaces: libaopalliance-java (<< 20070526-5) Suggests: libaopalliance-java Breaks: libaopalliance-java (<< 20070526-5) Filename: 4.0-0/all/libaopalliance-java-doc_20070526-5.5.201403242157_all.deb Size: 41602 MD5sum: 4552b17ded7677937e4f33b2b8338466 SHA1: aa1782b758262d2b574dce31082e5c513b28939e SHA256: 10005d4f71b6adfa36a54333a1f96c925b7d9ea65b6037752ca02d69682cd7b6 Description: library for interoperability for Java AOP implementations - documentation Aspect-Oriented Programming (AOP) offers a better solution to many problems than do existing technologies such as EJB. . The AOP Alliance aims to ensure interoperability between Java AOP implementations by providing standard interfaces common among the different frameworks and implementations. . This package contains Javadoc HTML documentation for libaopalliance-java. Homepage: http://aopalliance.sourceforge.net/ Package: libaopalliance-java Priority: extra Section: java Installed-Size: 62 Maintainer: Debian Java Maintainers Architecture: all Version: 20070526-5.5.201403242157 Suggests: libaopalliance-java-doc Filename: 4.0-0/all/libaopalliance-java_20070526-5.5.201403242157_all.deb Size: 9294 MD5sum: 2bfbaa66f1135f72a7fb1fd3847984d8 SHA1: aed0f2d6c04d42514cc8c2788ed281cde72a5f5b SHA256: a2e71b3d6ddd84150cff7a451b5d430e8556ca01cb97c2b55c07de95104c59a1 Description: library for interoperability for Java AOP implementations Aspect-Oriented Programming (AOP) offers a better solution to many problems than do existing technologies such as EJB. . The AOP Alliance aims to ensure interoperability between Java AOP implementations by providing standard interfaces common among the different frameworks and implementations. Homepage: http://aopalliance.sourceforge.net/ Package: libapache-admin-config-perl Priority: optional Section: perl Installed-Size: 98 Maintainer: Raphaël Pinson Architecture: all Version: 0.94-1.1.4.201403242209 Depends: perl Filename: 4.0-0/all/libapache-admin-config-perl_0.94-1.1.4.201403242209_all.deb Size: 25350 MD5sum: 66810fa363f5f71c1492acdf953b2670 SHA1: d21994a89f8698e9963e719be2add7cd7b1a2518 SHA256: 98bb853c40ff413ac40c94f884d6f5b989702bad1686031eb50d6055a8e55e38 Description: a Perl module to read/write Apache like configuration files Apache::Admin::Config provides an object oriented interface to read and write Apache configuration files without affecting comments, indentation, or truncated lines. . You can easily extract information from Apache configuration files, or manage htaccess files. An advantage over Apache::ConfigFile is that you can modify configuration files on disk, and generate new ones. . The class was specifically written for a hosting provider, where it is used to add new clients, activate features, (un)lock directories using htaccess, etc. It can also come in handy for writing a one-shot migration script in a few lines. . Homepage: http://search.cpan.org/dist/Apache-Admin-Config/ Package: libapache-asp-perl Priority: optional Section: perl Installed-Size: 1510 Maintainer: Debian Perl Group Architecture: all Version: 2.62-1.4.201403242214 Depends: perl, libmldbm-perl, libmldbm-sync-perl, libwww-perl Recommends: libapache2-mod-perl2 Suggests: libapache-ssi-perl, libdevel-symdump-perl, libhtml-clean-perl, libhtml-fillinform-perl, libxml-libxslt-perl | libxml-xslt-perl Filename: 4.0-0/all/libapache-asp-perl_2.62-1.4.201403242214_all.deb Size: 608384 MD5sum: 00674c7db775f9c2eb022ba3e82f8e85 SHA1: 53e0d59d064167a2b8586aa62f1ef563bcc44cae SHA256: c40949ccadc468e3c25a9f2b17ac2b5e272bcaf96777deab6bf4a407e472abfa Description: perl Apache::ASP - Active Server Pages for Apache with mod_perl Apache::ASP provides an Active Server Pages port to the Apache Web Server with perl as the host scripting language. Active Server Pages is a web application platform that originated with the Microsoft NT/IIS server. Under Apache for Unix and Win32 platforms it allows a developer to create dynamic web applications with session management and embedded perl code. . This module works under the Apache Web Server with the mod_perl module enabled. See http://www.apache.org and http://perl.apache.org for further information. It can also work under a standard CGI call interface using the asp-perl command. See README.Debian in this package for more details. . This is a portable solution, similar to ActiveState's PerlScript for NT/IIS ASP. Work has been done and will continue to make ports to and from this implementation as smooth as possible. Homepage: http://search.cpan.org/dist/Apache-ASP/ Package: libapache-authznetldap-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Debian Perl Group Architecture: all Version: 0.07-4.4.201403242223 Depends: perl, libconvert-asn1-perl, libnet-ldap-perl, libmime-base64-urlsafe-perl, liburi-perl, libapache2-mod-perl2 Filename: 4.0-0/all/libapache-authznetldap-perl_0.07-4.4.201403242223_all.deb Size: 11190 MD5sum: 955fdcb92ae66c0f05c237edfc4dbc70 SHA1: 1bebb3b176580fbb3508574287cd01c7d362cbe2 SHA256: 193fc0c3fa2189aa62321bb86285335604e366598c8a2e28ca0ba2a382912228 Description: Apache-Perl module that enables to authorize a user with LDAP attributes After you have authenticated a user (perhaps with Apache::AuthNetLDAP ;) you can use Apache::AuthzNetLDAP to determine whether they are authorized to access the Web resource under this modules control. . You can control authorization via one of four methods. The first two are the pretty standard user and valid-user require, the second two are group or ldap-url which are unique to LDAP. Homepage: http://search.cpan.org/dist/Apache-AuthzNetLDAP/ Package: libapache-dbi-perl Priority: optional Section: perl Installed-Size: 154 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1.7.201403242234 Depends: perl, libapache2-mod-perl2 | libapache-mod-perl, libdbi-perl Filename: 4.0-0/all/libapache-dbi-perl_1.11-1.7.201403242234_all.deb Size: 54352 MD5sum: 6b41bd222c47476337b8497309d8783c SHA1: 6fe8cfb5523ea7fe812a16c23b7bfa466d3defea SHA256: 9fa1623390c32852eec497c66dc6d5d429303f4939eaca2784d82ff12c0b7b95 Description: interface connecting apache server to database via perl's DBI Apache::DBI and Apache::AuthDBI are to be used with the Apache server and an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI). . o AuthDBI.pm provides authentication and authorization: - optional shared cache for passwords to minimize database load - configurable cleanup-handler deletes outdated entries from the cache . o DBI.pm provides persistent database connections: - connections can be established during server-startup - configurable rollback to ensure data integrity - configurable verification of the connections to avoid time-outs. Homepage: http://search.cpan.org/dist/Apache-DBI/ Package: libapache-dbilogger-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.93-12.5.201403250600 Depends: perl, libapache-dbi-perl, libapache2-mod-perl2, libdbi-perl, libtimedate-perl Filename: 4.0-0/all/libapache-dbilogger-perl_0.93-12.5.201403250600_all.deb Size: 14286 MD5sum: d4b58d604d0526d429d575218ee7291f SHA1: d1486f048355530c29fad8d99cdcbde32af1a81a SHA256: 2fde2101a50dd1323d0b03d5321db286de550a263eacbe076740304a1ed3bc74 Description: Perl module for tracking what's being transferred in a DBI database Apache::DBILogger tracks what's being transfered by the Apache web server in a SQL database (everything with a DBI/DBD driver). This allows one to get statistics (of almost everything) without having to parse the log files (like the Apache::Traffic module, just in a "real" database, and with a lot more logged information). Homepage: http://search.cpan.org/dist/Apache-DBILogger/ Package: libapache-gallery-perl Priority: optional Section: perl Installed-Size: 218 Maintainer: Don Armstrong Architecture: all Version: 1.0.2-1.4.201403242238 Depends: perl, libapache2-mod-perl2 (>= 2.0) | libapache-request-perl, libimage-size-perl, libimage-info-perl, libtemplate-perl, libimage-imlib2-perl, libtext-template-perl Filename: 4.0-0/all/libapache-gallery-perl_1.0.2-1.4.201403242238_all.deb Size: 99158 MD5sum: 273a92b0de3bc570d6bd817788f0febb SHA1: 4d15736781cd8977201611d5a7f7b496b3de4329 SHA256: cf6cd93ff6bdb5a2d604a5e44b2b82d209346384eb753a17a80ff5ea89211d0d Description: Apache module to create image galleries on-the-fly This package contains a Perl module for Apache to create galleries. . The images just need to be copied into a directory where Apache will pick them up and create a gallery page for you, with thumbnails and links to the full size images. . Thumbnail size and maximum image size can be defined, among others. Package: libapache-htgroup-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 1.23-1.2.201403242242 Depends: perl Filename: 4.0-0/all/libapache-htgroup-perl_1.23-1.2.201403242242_all.deb Size: 8258 MD5sum: a7845a9e883d2c5661f8d86b94e719ef SHA1: db877439de2ed1e37636900bdd908a93e3b4ee76 SHA256: 96453cd4292550aeb1552252cfff119b4d271654dbdc940fc26bb2809b5eb28f Description: interface to Apache authentication group files Apache::Htgroup provides methods to manage the membership of Apache authentication groups. . Please note that this is not a mod_perl module. Please also note that there is another module that does similar things (HTTPD::UserManage) and that this is a more simplistic module, not doing all the things that one does. Homepage: http://search.cpan.org/dist/Apache-Htgroup/ Package: libapache-htpasswd-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Tatsuki Sugiura Architecture: all Version: 1.8-1.5.201411011746 Depends: perl, libcrypt-passwdmd5-perl Filename: 4.0-0/all/libapache-htpasswd-perl_1.8-1.5.201411011746_all.deb Size: 16564 MD5sum: 237dd7d11b8d226269ac94da257d663c SHA1: 7606a168fcea5419e06207edabdad8a917784722 SHA256: c2146198ed96ae387f5d433eb9f969de800ce566892a8b2eadeb12de5e029d45 Description: Manage Unix crypt-style password file This module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. . The passwords file is a flat-file with login name and their associated crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files. Homepage: http://search.cpan.org/~kmeltz/Apache-Htpasswd/ Package: libapache-mime4j-java-doc Priority: extra Section: doc Installed-Size: 3388 Maintainer: David Paleino Architecture: all Source: apache-mime4j Version: 0.6.1-2.7.201403121605 Filename: 4.0-0/all/libapache-mime4j-java-doc_0.6.1-2.7.201403121605_all.deb Size: 237544 MD5sum: d2b4915fc64983642455d730335e31d4 SHA1: 1ce1840501b72f154be2e567891e94454b66ff8c SHA256: 0cfc838d3a38759387091c536dca9ee2812a49ed4aef13de8750e7fca0312908 Description: MIME and RFC822 parser for Java - documentation mime4j provides a parser, MimeStreamParser, for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should have no problem getting started with mime4j. . This package contains the API documentation. Homepage: http://james.apache.org/mime4j/ Package: libapache-mime4j-java Priority: extra Section: java Installed-Size: 398 Maintainer: David Paleino Architecture: all Source: apache-mime4j Version: 0.6.1-2.7.201403121605 Depends: default-jre-headless, libcommons-logging-java Filename: 4.0-0/all/libapache-mime4j-java_0.6.1-2.7.201403121605_all.deb Size: 312004 MD5sum: 408443edd1a9e5baea3303253497257d SHA1: 357c65cba25909cb33b43c991b7217bea81592d5 SHA256: 7104b750f40dc19ab08ed961a094798764d8f76f6f4342a8b92ee78f6f0284f5 Description: MIME and RFC822 parser for Java mime4j provides a parser, MimeStreamParser, for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should have no problem getting started with mime4j. Homepage: http://james.apache.org/mime4j/ Package: libapache-mod-jk-doc Priority: optional Section: doc Installed-Size: 927 Maintainer: Debian Java Maintainers Architecture: all Source: libapache-mod-jk Version: 1:1.2.37-1.29.201403242304 Replaces: libapache-mod-jk (<= 1.2.5-2) Suggests: libapache2-mod-jk Conflicts: libapache-mod-jk (<= 1.2.5-2) Filename: 4.0-0/all/libapache-mod-jk-doc_1.2.37-1.29.201403242304_all.deb Size: 213774 MD5sum: cb9ed9d68684eab7bcfb3d384b38a89e SHA1: a4adb33a024c25b6bf8dfcb31ef1d04c1771c7c5 SHA256: 4301515d926e9bf102147351e4f89edddcd69d98d5b3ff8217492b556e934e64 Description: Documentation of libapache2-mod-jk package Documentation and examples of the Apache jk connector for the Tomcat Java servlet engine. . For uptodate documentation about Tomcat connectors please take a look at the home page at http://tomcat.apache.org/connectors-doc/. Homepage: http://tomcat.apache.org/ Package: libapache-mod-security Priority: optional Section: httpd Installed-Size: 42 Maintainer: Alberto Gonzalez Iniesta Architecture: all Source: modsecurity-apache Version: 2.6.6-6.5.201411010556 Depends: libapache2-modsecurity Filename: 4.0-0/all/libapache-mod-security_2.6.6-6.5.201411010556_all.deb Size: 18604 MD5sum: 89a652d7da9341e90226bbd9ddd37b4a SHA1: e41748049c1bf93eb406237c0a18573b408404ae SHA256: 394e074a5f5f96e2e3d76434e1a2d3a0c1877b5002cbff9d05e8be9a7bd6fb5f Description: Dummy transitional package This package is provided to ease the updating of modsecurity to the new package name. You may safely remove it. Homepage: http://www.modsecurity.org/ Package: libapache-poi-java-doc Priority: optional Section: doc Installed-Size: 49578 Maintainer: Debian Java Maintainers Architecture: all Source: libapache-poi-java Version: 3.6+dfsg-2.3.201403242349 Replaces: libjakarta-poi-java-doc Provides: libjakarta-poi-java-doc Suggests: libapache-poi-java Conflicts: libjakarta-poi-java-doc Filename: 4.0-0/all/libapache-poi-java-doc_3.6+dfsg-2.3.201403242349_all.deb Size: 3361252 MD5sum: da5e979690d1a383fe618a8c6c50eb22 SHA1: ce0d93bc243644eae5f518c1d6fb42bc8570ed49 SHA256: 89eed2aa9f5910713467bc8f64efa5705c6c21f5c0c3d5b84a34d96b95d01325 Description: Poor Obfuscation Implementation Documentation The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. . This package includes the documentation. Homepage: http://poi.apache.org Package: libapache-poi-java Priority: optional Section: java Installed-Size: 2448 Maintainer: Debian Java Maintainers Architecture: all Version: 3.6+dfsg-2.3.201403242349 Replaces: libjakarta-poi-java Provides: libjakarta-poi-java Depends: libcommons-logging-java, liblog4j1.2-java, libxalan2-java, libcommons-beanutils-java, libcommons-lang-java Suggests: libapache-poi-java-doc Conflicts: libjakarta-poi-java Filename: 4.0-0/all/libapache-poi-java_3.6+dfsg-2.3.201403242349_all.deb Size: 2193950 MD5sum: fb8daacdfdd417c955a6aad0daa46073 SHA1: 7fa24a2e24c7ad2e4a5ce2a98ff01d7a6c855d0b SHA256: 1c38557fc6cb598f8f4c0a6be374ab2db968b441250a042d9b7133ee108185a2 Description: Poor Obfuscation Implementation The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. . OLE 2 Compound Document Format based files include most Microsoft Office files such as XLS and DOC. Homepage: http://poi.apache.org Package: libapache-pom-java Priority: optional Section: java Installed-Size: 60 Maintainer: Debian Java Maintainers Architecture: all Source: apache-pom Version: 10-2.2.201403121623 Filename: 4.0-0/all/libapache-pom-java_10-2.2.201403121623_all.deb Size: 4020 MD5sum: 01a0786da9d2ba3eec2ff08a3c1d6942 SHA1: 02da163f2816ba74448032fbd7c2a12bde225aa8 SHA256: c38a1e426acd631dc41dc49630d3fb42fae32a585afe027dd77d1da8c4826f28 Description: Maven metadata for all Apache Software projects This package contains the Maven metadata shared between all Apache Software Foundation's projects. Homepage: http://maven.apache.org/pom/asf/ Package: libapache-ruby1.8 Priority: optional Section: ruby Installed-Size: 98 Maintainer: Shugo Maeda Architecture: all Source: mod-ruby Version: 1.2.6-2.6.201403160616 Depends: libruby1.8 Recommends: libapache2-mod-ruby Conflicts: libapache-mod-ruby (<< 1.2.0) Filename: 4.0-0/all/libapache-ruby1.8_1.2.6-2.6.201403160616_all.deb Size: 20612 MD5sum: 8a2aad3021be916fe9bb38b81536e16e SHA1: e74a227d45168c4b9922126b03f373ce87cb7339 SHA256: 46f8d3ffbc0c02ecdf67233be0d96c6ecaaa34f552ba318702f2a7f8fecf27a9 Description: Ruby libraries for mod_ruby mod_ruby embeds the Ruby interpreter into the Apache2 web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. . This package contains Ruby libraries for mod_ruby. Package: libapache-session-browseable-perl Priority: optional Section: perl Installed-Size: 103 Maintainer: Debian Perl Group Architecture: all Version: 0.7-1.2.201403242359 Depends: perl, libapache-session-perl Filename: 4.0-0/all/libapache-session-browseable-perl_0.7-1.2.201403242359_all.deb Size: 24070 MD5sum: ecc7ae483aff4fec9724854e980932f9 SHA1: f4aaf205db23a83f7e4dc341e5ad6911b5114a26 SHA256: 315cd80d553244482fa4ab28af85528f825ebacd4105f144f6ce39e3b02e4b10 Description: module adding index and search methods to Apache::Session Apache::Session::Browseable provides some class methods to manipulate all sessions and add the capability to index some fields to make research faster. . This module is recommended as session backend for LemonLDAP::NG. Homepage: http://search.cpan.org/dist/Apache-Session-Browseable/ Package: libapache-session-ldap-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.2-1.2.201403250002 Depends: perl, libapache-session-perl, libnet-ldap-perl Filename: 4.0-0/all/libapache-session-ldap-perl_0.2-1.2.201403250002_all.deb Size: 9112 MD5sum: b6dc68d176773c7b5c6af5f90a587f52 SHA1: 547324b2e794fe5175484107a20a1e56646bcb32 SHA256: 283f5177fcfea38d6f7a2dc4bad7a69b127d6fb935a84f683687d03999314848 Description: LDAP implementation of Apache::Session Apache::Session makes maintaining user data across HTTP requests simple. . Apache::Session::LDAP is an implementation of Apache::Session that uses an LDAP directory to store datas. Homepage: http://search.cpan.org/dist/Apache-Session-LDAP/ Package: libapache-session-perl Priority: optional Section: perl Installed-Size: 255 Maintainer: Debian Perl Group Architecture: all Version: 1.89-1.4.201403250007 Depends: perl Filename: 4.0-0/all/libapache-session-perl_1.89-1.4.201403250007_all.deb Size: 103672 MD5sum: 4648e73bee07b3d50476f3233c1183b1 SHA1: 29b78b43fa7bc7868d0d9a2ebf7aa2f563625d5a SHA256: 5ba912ff021f7a5c9ccb34075665a25b99da9b4712c6c6f18ffb5f9c787a38c9 Description: modules for keeping persistent user data across HTTP requests Apache::Session makes maintaining user data across HTTP requests simple. It's usable from both mod_perl scripts and more traditional Perl CGI scripts. Homepage: http://search.cpan.org/dist/Apache-Session/ Package: libapache-session-wrapper-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.34-1.4.201403250011 Depends: perl, libapache-session-perl, libparams-validate-perl, libclass-container-perl, libexception-class-perl Filename: 4.0-0/all/libapache-session-wrapper-perl_0.34-1.4.201403250011_all.deb Size: 22588 MD5sum: 1b10713059120ac9eb2430275d91fce5 SHA1: 72a8d77521375c103e6714ad5bc74d81a8977c7c SHA256: c362fef1f716ca4ef61763860f17148573706688c75f49824a2c70d944833a57 Description: simple wrapper around Apache::Session Apache::Session::Wrapper module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id. . It can uses cookies to store the session id, or it can look in a provided object for a specific parameter. Alternately, you can simply provide the session id yourself in the call to the session() method. . If you're using Mason, you should probably take a look at MasonX::Request::WithApacheSession first, which integrates this module directly into Mason. Homepage: http://search.cpan.org/dist/Apache-Session-Wrapper/ Package: libapache-sessionx-perl Priority: optional Section: perl Installed-Size: 232 Maintainer: Debian Perl Group Architecture: all Version: 2.01-4.4.201403250014 Depends: perl, debconf (>= 0.5) | debconf-2.0, libdigest-md5-perl, libstorable-perl, libapache-session-perl Suggests: libdbd-pg-perl, libdbd-mysql-perl, libdbd-sybase-perl, libmime-base64-perl Filename: 4.0-0/all/libapache-sessionx-perl_2.01-4.4.201403250014_all.deb Size: 44412 MD5sum: 4cf310aeef37793823d81bd927908511 SHA1: 492cc05dd1bd9f266a7c37ee4069302f3aaf34b3 SHA256: 577ac5f010958c9dfa6ee409092987691505e2dfab29dfe803c10341ee78a8bb Description: extended persistence framework for session data Apache::SessionX extends Apache::Session. It was initially written to use Apache::Session inside HTML::Embperl, but it seems to be useful outside of Embperl as well, so here it is as a standalone module. Apache::SessionX provides lazy creation of sessions, and an easier configuration using canned locking and storage combinations. Homepage: http://search.cpan.org/dist/Apache-SessionX/ Package: libapache-singleton-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.4.201403250016 Depends: perl, libapache2-mod-perl2 Filename: 4.0-0/all/libapache-singleton-perl_0.15-1.4.201403250016_all.deb Size: 13448 MD5sum: 53273cd5bd65d311b50ff4a5681e917e SHA1: 583178ba68ce677532614f5fb4639efc5bf99420 SHA256: 92607bb60cbf43c41699f1978131ce8badcd0e7ce25e9d8518eaecbb96c9a191 Description: Singleton class for mod_perl Apache::Singleton is a Perl module that provides a Singleton class suitable for use with mod_perl. . A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. . For a description and discussion of the Singleton class, see "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. Homepage: http://search.cpan.org/dist/Apache-Singleton/ Package: libapache2-authcassimple-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.4.201403250023 Depends: perl, libapache-session-wrapper-perl, libapache2-mod-perl2, libauthen-cas-client-perl, libapache2-request-perl, libcrypt-ssleay-perl, liburi-perl Filename: 4.0-0/all/libapache2-authcassimple-perl_0.10-1.4.201403250023_all.deb Size: 12334 MD5sum: ae3790e3c8a264b0a9b610f1de9dc0a9 SHA1: 0392e0ab94d095d9bc82c1b999ae892eaf583bf7 SHA256: 520543e7920902b5da06b5225ef3e4e240ed67ba8317ee2b34c939411377d9c0 Description: Apache2 module to authentificate trough a CAS server Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. . It allows you to authenticate users through a Yale CAS server. It means you don't need to give login/password if you've already be authenticate by the CAS server, only tickets are exchanged between Web client, Apache2 server and CAS server. If you are not authenticated yet, you will be redirected on the CAS server login form. Homepage: http://search.cpan.org/dist/Apache2-AuthCASSimple/ Package: libapache2-authcookie-perl Priority: optional Section: perl Installed-Size: 206 Maintainer: Debian Perl Group Architecture: all Version: 3.18-1.2.201403250031 Depends: perl, libapache2-mod-perl2 (>= 2.0.5) Filename: 4.0-0/all/libapache2-authcookie-perl_3.18-1.2.201403250031_all.deb Size: 58574 MD5sum: 8d953a5602bcbf8cf9c615396a2a2540 SHA1: 845f64775c686e5c65380b597685d41cb247305a SHA256: 2a2d36521a56fa7f633390a9c8893acf8bc9e4888ab286cffc6447df98360207 Description: Perl Authentication and Authorization via cookies This module is for mod_perl version 2. If you are running mod_perl version 1, you should be using Apache::AuthCookie instead. . Apache2::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key. . The session key is returned to the user's browser as a cookie. As a cookie, the browser will pass the session key on every subsequent accesses. AuthCookie will verify the session key and re-authenticate the user. Homepage: http://search.cpan.org/dist/Apache-AuthCookie Package: libapache2-mod-neko Priority: optional Section: httpd Installed-Size: 47 Maintainer: Jens Peter Secher Architecture: all Source: neko Version: 1.8.1-6.4.201403180153 Depends: neko (>= 1.8.1-6.4.201403180153), apache2-mpm-prefork Filename: 4.0-0/all/libapache2-mod-neko_1.8.1-6.4.201403180153_all.deb Size: 10854 MD5sum: 3d373ef9f16b22e20d65aa501693e10e SHA1: 5115d3126eda8a69cce64c5033bd4d2aabd60533 SHA256: 6fee027f873cc323bf186e3764462c9494f9f06e76842fc33f4fc20fac3b77f4 Description: Apache module for running server-side Neko programs Neko provides a common runtime for several different languages, including JavaScript and haXe. . This package includes a module for Apache 2 so that you can dynamically generate server-side web pages from Apache. . Neko was written by Nicolas Cannasse. Homepage: http://nekovm.org Package: libapache2-mod-perl2-dev Priority: optional Section: libdevel Installed-Size: 274 Maintainer: Debian Perl Group Architecture: all Source: libapache2-mod-perl2 Version: 2.0.7-3.24.201403250225 Depends: libapache2-mod-perl2 (>= 2.0.7-3.24.201403250225), libapache2-mod-perl2 (<< 2.0.7-3.24.201403250225.1~) Filename: 4.0-0/all/libapache2-mod-perl2-dev_2.0.7-3.24.201403250225_all.deb Size: 86212 MD5sum: 27e80f72c7dcd052c4fae641cd8473fe SHA1: a98e4aae3ecb7e8571985851b4d29dd90bd43cac SHA256: b7a8f43a1bde3252131b7530adcd580015658328c6de85af6b1f77de11321fb1 Description: Integration of perl with the Apache2 web server - development files mod_perl allows the use of Perl for just about anything Apache-related, including sections in the config files and the famous Apache::Registry module for caching compiled scripts. . This package contains the header files required for building C-based modules integrating with mod_perl. Homepage: http://perl.apache.org/ Package: libapache2-mod-perl2-doc Priority: optional Section: doc Installed-Size: 3566 Maintainer: Debian Perl Group Architecture: all Source: libapache2-mod-perl2 Version: 2.0.7-3.24.201403250225 Recommends: dwww Filename: 4.0-0/all/libapache2-mod-perl2-doc_2.0.7-3.24.201403250225_all.deb Size: 1915408 MD5sum: 8bcc47f1f76685c0127551448a7da453 SHA1: cf3c97d399ecb44c26b704736e2119b734e6f654 SHA256: 5b3a16dae525d31b2f95878f9833c7bdb91efd30086569e00ff0ff9324ba19d7 Description: Integration of perl with the Apache2 web server - documentation mod_perl allows the use of Perl for just about anything Apache-related, including sections in the config files and the famous Apache::Registry module for caching compiled scripts. . This package contains additional documentation for mod_perl tailored to be indexed by the doc-base system. Homepage: http://perl.apache.org/ Package: libapache2-mod-python-doc Priority: optional Section: doc Installed-Size: 939 Maintainer: Debian Python Modules Team Architecture: all Source: libapache2-mod-python Version: 3.3.1-9.19.201403250233 Suggests: www-browser Filename: 4.0-0/all/libapache2-mod-python-doc_3.3.1-9.19.201403250233_all.deb Size: 160604 MD5sum: 5a382e1b705163757b067e876bd687a2 SHA1: 81c5337820faacfd3a06fb52cc9c636a66c27fd7 SHA256: 022d744fe4bcea432725f9eab885bfa69159cfba51634f6df2f639532f6f5ed8 Description: Python-embedding module for Apache 2 - documentation The mod_python module supports web applications written in Python. Because the parser is embedded in the server as an Apache module, it will run much faster than traditional CGI. . This package contains the module documentation in HTML format. Homepage: http://www.modpython.org/ Package: libapache2-mod-rivet-doc Priority: extra Section: doc Installed-Size: 564 Maintainer: Massimo Manghi Architecture: all Source: libapache2-mod-rivet Version: 2.0.5-1.2.201403250243 Filename: 4.0-0/all/libapache2-mod-rivet-doc_2.0.5-1.2.201403250243_all.deb Size: 150400 MD5sum: 1fa110c06fd59e0f6cf114332697da6b SHA1: 89d416ca18e4656dfc9b057797d8dd6ffe2f5633 SHA256: 0c979736ff76c9faeb97cad2137c61212662dfca53a580283c2e4207c7cdb833 Description: Documentation for Rivet, a server-side Tcl programming system Apache Rivet is a system for creating dynamic web content via the Tcl programming language integrated with Apache Web Server. It is designed to be fast, powerful and extensible, consume few system resources, be easy to learn, and to provide the user with a platform that can also be used for other programming tasks outside the web (GUI's, system administration tasks, text processing, database manipulation, XML, and so on). In order to meet these goals Tcl programming language was chosen to combine with the Apache HTTP Server. This package contains the HTML configuration and programming manual. Homepage: http://tcl.apache.org/rivet/ Package: libapache2-sitecontrol-perl Priority: optional Section: perl Installed-Size: 134 Maintainer: Debian Perl Group Architecture: all Version: 1.05-1.2.201403250310 Depends: perl, libapache-session-perl, libapache2-authcookie-perl, libapache2-request-perl, libcrypt-cast5-perl, libcrypt-cbc-perl Filename: 4.0-0/all/libapache2-sitecontrol-perl_1.05-1.2.201403250310_all.deb Size: 47576 MD5sum: 159e410a6a59aa4e37f8d8844af0dd2b SHA1: 07f9ca665bc7405aab2fa4253799dfb87b330c3c SHA256: d964a8a4321684cec0dcd7fe7e643d33b665429673e90c20a0fbc0f65bb34d1a Description: perl web site authentication/authorization system Apache2::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why. . For example, say your web application is written in HTML::Mason. Your individual "screens" are composed of Mason modules, and you would like to keep those as clean as possible, but decisions have to be made about what to allow as the component is processed. SiteControl attempts to make that as easy as possible. Homepage: http://search.cpan.org/dist/Apache2-SiteControl/ Package: libapp-cache-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Jonas Genannt Architecture: all Version: 0.37-1.4.201403250313 Depends: perl, libfile-find-rule-perl, libwww-perl, libclass-accessor-chained-perl, libpath-class-perl, libfile-homedir-perl Filename: 4.0-0/all/libapp-cache-perl_0.37-1.4.201403250313_all.deb Size: 11340 MD5sum: 89e6b6d4daa80cc085a2050a53f6c438 SHA1: 40fe60b7714516c7199bf71b8e947221bc7933c4 SHA256: 8f3ec15b3c3cec7764e35ef5df80c212f8e69b0e65d34344477911d8822b8910 Description: Easy application-level caching library for perl The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. Package: libapp-cli-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Debian Perl Group Architecture: all Version: 0.313-1.4.201403250319 Depends: perl Filename: 4.0-0/all/libapp-cli-perl_0.313-1.4.201403250319_all.deb Size: 16564 MD5sum: 073af9122554520d3274d7fea5a5a8c7 SHA1: 23009284db32abe436e116b1074ad8b97fca2672 SHA256: 5fdae86325cabd89923b224a1cf967d20b5fa98a1d4300db9c14aac3b4b58171 Description: Dispatcher module for command line interface programs App::CLI dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options. Homepage: http://search.cpan.org/dist/App-CLI/ Package: libapp-cmd-perl Priority: optional Section: perl Installed-Size: 152 Maintainer: Debian Perl Group Architecture: all Version: 0.318-1.4.201403250321 Depends: perl, libcapture-tiny-perl (>= 0.13), libclass-load-perl, libgetopt-long-descriptive-perl, libio-tiecombine-perl, libstring-rewriteprefix-perl, libsub-exporter-perl, libsub-install-perl Filename: 4.0-0/all/libapp-cmd-perl_0.318-1.4.201403250321_all.deb Size: 62166 MD5sum: 6efe83a2dbdd9864fd5a9816e1dfb374 SHA1: e0d706dfaa5c3348b8bb8ae2cdfa2ee6585300dd SHA256: 5d31918bfac3c75e001210d24abe8ee600bd7868bd15db7937f9c8d2a3a5e10d Description: Perl interface to write command line apps with less suffering App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. . For information on how to start using App::Cmd, see App::Cmd::Tutorial. Homepage: http://search.cpan.org/dist/App-Cmd/ Package: libapp-control-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 1.02-2.4.201403250326 Depends: perl Filename: 4.0-0/all/libapp-control-perl_1.02-2.4.201403250326_all.deb Size: 9580 MD5sum: a64305a426c2da8f65a42f2fc1614cfa SHA1: 89fbf5e1fee28a1027ec7e0739d3220ac50c07b3 SHA256: bd31c09b83efc5b49573abb1b67c38945fa936b3a29960edac4b2aace53f862a Description: Perl module for apachectl style control of another executable App::Control is a simple module to replicate the kind of functionality you get with apachectl to control apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way. The module is intended to be used in a simple wrapper control script. Currently the module does a fork and exec to start the executable, and sets the signal handler for SIGCHLD to 'IGNORE' to avoid zombie processes. Homepage: http://search.cpan.org/dist/App-Control Package: libapp-daemon-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.4.201403250329 Depends: perl, libfile-pid-perl, liblog-log4perl-perl, libproc-processtable-perl Filename: 4.0-0/all/libapp-daemon-perl_0.15-1.4.201403250329_all.deb Size: 17694 MD5sum: 93714ca20a30652b8c81a87317b023f5 SHA1: 4fced648629b7fef097b665ae0d73e166c64f473 SHA256: 77e70b0a92a9a13271e0762e974d04474579629dcc174ef13139c3c0577889d1 Description: Perl module to start an Application as a Daemon App::Daemon helps running an application as a daemon. The idea to prepend scripts with functions provided by this module to 'daemonize' it. . Along with the common features offered by similar modules on CPAN, it * supports logging with Log4perl: In background mode, it logs to a logfile. In foreground mode, log messages go directly to the screen. * detects if another instance is already running and ends itself automatically in this case. * shows with the 'status' command if an instance is already running and which PID it has. Homepage: http://search.cpan.org/dist/App-Daemon/ Package: libapp-info-perl Priority: optional Section: perl Installed-Size: 395 Maintainer: Nacho Barrientos Arias Architecture: all Version: 0.56-1.4.201403250334 Depends: perl Filename: 4.0-0/all/libapp-info-perl_0.56-1.4.201403250334_all.deb Size: 137616 MD5sum: 3a746157b49433a4270b05f5fe4f16cb SHA1: 3b8fd926486649d4d6d372fa8b45574a52d8c776 SHA256: 018010a3d4aa549b5da7225cba4325092affebf37bbd11f0f8e57daf1371d65e Description: Provide metadata about software packages installed App::Info provides a generalized interface for providing metadata about software packages installed on a system. The idea is that App::Info subclasses can be used in Perl application installers in order to determine whether software dependencies have been fulfilled, and to get necessary metadata about those software packages. Homepage: http://search.cpan.org/dist/App-Info/ Package: libapp-options-perl Priority: optional Section: perl Installed-Size: 188 Maintainer: Debian Perl Group Architecture: all Version: 1.12-1.4.201403250342 Depends: perl Recommends: libtimedate-perl Filename: 4.0-0/all/libapp-options-perl_1.12-1.4.201403250342_all.deb Size: 59748 MD5sum: 0a9b90f7710052aa1097a5f2b2546f31 SHA1: 6c4d9c8deffed56f05cc6242f6e7ab288dee627f SHA256: 2055b73f211c463bf3f503be2a61898f1e01ac0f9d3639a87d1a2e3d103550e9 Description: command-line option values processing system App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values. . Furthermore, its special treatment of the "perlinc" option facilitates the inclusion ("use") of application-specific perl modules from special places to enable the installation of multiple versions of an application on the same system (i.e. /usr/myproduct/version). Homepage: http://search.cpan.org/dist/App-Options/ Package: libapp-rad-perl Priority: optional Section: perl Installed-Size: 143 Maintainer: Debian Perl Group Architecture: all Version: 1.04-1.2.201403250347 Depends: perl Filename: 4.0-0/all/libapp-rad-perl_1.04-1.2.201403250347_all.deb Size: 54690 MD5sum: 06e82494f937a599d838856090fda5c7 SHA1: f088966098af48e29641b2e7c950c11a97ce1bb1 SHA256: 7976e00981f5a04f59f517efd4baf1bb2230031fe8b97099b4d74693d2c36c7c Description: Perl module for rapid and easy creation of command line applications App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. . It also tries to provide a handy interface for your common command-line tasks. Homepage: http://search.cpan.org/dist/App-Rad/ Package: libapp-repl-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.012-1.2.201403250352 Depends: perl, libpadwalker-perl (>= 1.5), libppi-perl (>= 1.118) Filename: 4.0-0/all/libapp-repl-perl_0.012-1.2.201403250352_all.deb Size: 10722 MD5sum: e518e09ce3dd612467742c07c14d29e7 SHA1: 30c7209d26eeece54c8c20089edc63ea0e2abc05 SHA256: 92bcdfcdc2aa1d4230e4905a9e7f5e855f1476cbd3100e28f87292bc47f1092a Description: container for functions for the iperl program App::REPL module contains functions that the iperl program automatically imports into any package it enters, for interactive convenience. Homepage: http://search.cpan.org/dist/App-REPL/ Package: libapp-termcast-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.2.201403250357 Provides: termcast Depends: perl, libjson-perl, libmoose-perl, libmoosex-getopt-perl, libterm-filter-perl, libterm-readkey-perl, libtry-tiny-perl Recommends: libterm-ttyrec-plus-perl Filename: 4.0-0/all/libapp-termcast-perl_0.12-1.2.201403250357_all.deb Size: 16348 MD5sum: 3ad5c5de3de6c0b72034d86989c8f317 SHA1: 5445f4d0a1afc3346f01b4e9629046d9c36eb3c6 SHA256: 9be21dff9d7510e7422692ce26f2fc8c3a2134e8f44430e395c7e40e6be0024d Description: termcasting module and client App::Termcast is a client for the http://termcast.org/ service, which allows broadcasting of a terminal session for remote viewing. . The package contains the module and a wrapper script for easily starting a termcast. . Potential viewers just have to `telnet termcast.org' (or any other used server). Homepage: http://search.cpan.org/dist/App-Termcast/ Package: libappindicator-doc Priority: optional Section: doc Installed-Size: 236 Maintainer: The Ayatana Packagers Architecture: all Source: libappindicator Version: 0.4.92-2.2.201403250403 Filename: 4.0-0/all/libappindicator-doc_0.4.92-2.2.201403250403_all.deb Size: 52116 MD5sum: 1d015103942b776da925bd2f5f375df0 SHA1: c09c01075f93206f997cffb90e942dbf3027f8cb SHA256: e2997a77de7ecc667094447935d8f86057b0935b13e4db2347d8d61996d6bbcc Description: allow applications to export a menu into the panel -- documentation A library to allow applications to export a menu into the panel. Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available. . This package contains developer documentation. Homepage: https://launchpad.net/libappindicator Package: libappindicator0.1-cil-dev Priority: optional Section: cli-mono Installed-Size: 67 Maintainer: The Ayatana Packagers Architecture: all Source: libappindicator Version: 0.4.92-2.2.201403250403 Replaces: libappindicator-cil-dev (<= 0.0.19-0ubuntu4) Depends: libappindicator0.1-cil (= 0.4.92-2.2.201403250403) Conflicts: libappindicator-cil-dev (<= 0.0.19-0ubuntu4) Filename: 4.0-0/all/libappindicator0.1-cil-dev_0.4.92-2.2.201403250403_all.deb Size: 36378 MD5sum: af5a352a4597004b2d5e5db6eebd2743 SHA1: 4e4f79d74135b65cea9817fe4ab432a073c601b9 SHA256: 0627ff197a8dccb08b54fabe8a598a83295c3e37ca18676eda40c60812f42598 Description: allow applications to export a menu into the panel -- CLI development A library to allow applications to export a menu into the panel. Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available. . This package contains files that are needed to build CLI (.NET) applications. Homepage: https://launchpad.net/libappindicator Package: libappindicator0.1-cil Priority: optional Section: cli-mono Installed-Size: 108 Maintainer: The Ayatana Packagers Architecture: all Source: libappindicator Version: 0.4.92-2.2.201403250403 Replaces: libappindicator0-cil (<= 0.0.19-0ubuntu4), libappindicator0.0-cil (<= 0.2.0-0ubuntu4) Provides: libappindicator0.0-cil Depends: cli-common (>= 0.5.1), libappindicator1, libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Conflicts: libappindicator0-cil (<= 0.0.19-0ubuntu4) Filename: 4.0-0/all/libappindicator0.1-cil_0.4.92-2.2.201403250403_all.deb Size: 44196 MD5sum: 156ab3cd86ccdc3405bfe5412cc3e750 SHA1: 04cdd53584fc165be077374ece9f38035e8f854e SHA256: 141db92335189c04c7fbf64d48ed76c02fdece590c3a8233d7bb7b84c7baa479 Description: allow applications to export a menu into the panel -- CLI bindings A library to allow applications to export a menu into the panel. Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available. . This package provides the appindicator-sharp assembly that allows CLI (.NET) programs to use libappindicator. Homepage: https://launchpad.net/libappindicator Package: libapreq2-doc Priority: optional Section: doc Installed-Size: 971 Maintainer: Steinar H. Gunderson Architecture: all Source: libapreq2 Version: 2.13-1.4.201403250424 Recommends: libapreq2-dev (= 2.13-1.4.201403250424) Filename: 4.0-0/all/libapreq2-doc_2.13-1.4.201403250424_all.deb Size: 215098 MD5sum: 67d105eb63a020267945afabb419c2b2 SHA1: 1e0656369450bcefd45c6c6b07ed1f047fcd4212 SHA256: c0c08ecdf4b3b1e871dca33b5522ba458b2eb1ed126eaa4d346f453de5194657 Description: generic Apache request library - documentation The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the programming documentation for the library. Package: libapron-dev Priority: optional Section: libdevel Installed-Size: 1372 Maintainer: Debian OCaml Maintainers Architecture: all Source: apron Version: 0.9.10-5.11.201410312243 Depends: libgmp3-dev, libmpfr-dev, libppl-dev Filename: 4.0-0/all/libapron-dev_0.9.10-5.11.201410312243_all.deb Size: 195470 MD5sum: bfe91df61cf1c6ce3d9801e9b984a65a SHA1: 669c785640246dd58bc7bac6be729100f060551a SHA256: 9fb4f2cc2936170899dfc700a7d479deb6b336eaef7df5ec4f0496b62825edc6 Description: an abstract interpretation library The APRON library is dedicated to the static analysis of the numerical variables of a program by Abstract Interpretation. The aim of such an analysis is to infer invariants about these variables. It is intended to be a common interface to various underlying libraries/abstract domains and to provide additional services that can be implemented independently from the underlying library/abstract domain. . This package contains the files necessary to use the APRON library in C. Homepage: http://apron.cri.ensmp.fr/library/ Package: libapt-pkg-doc Priority: optional Section: doc Installed-Size: 6459 Maintainer: APT Development Team Architecture: all Source: apt Version: 0.9.7.9.66.201410101439 Filename: 4.0-0/all/libapt-pkg-doc_0.9.7.9.66.201410101439_all.deb Size: 961096 MD5sum: 14924cd7d9eaf1902ce0112720f0efe9 SHA1: d9c34f66ee917894b318d45e82b5679a31cc7216 SHA256: f51f934f613db147ebba48dda8497c366a976df7c8e5a972b4887ba9921eced3 Description: documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. . This includes the source code documentation generated by doxygen in html format. Package: libaqbanking-data Priority: optional Section: libs Installed-Size: 15704 Maintainer: Micha Lenk Architecture: all Source: libaqbanking Version: 5.0.24-3.5.201403250435 Recommends: libaqbanking34 Filename: 4.0-0/all/libaqbanking-data_5.0.24-3.5.201403250435_all.deb Size: 2515906 MD5sum: 59b7fad4b4d3b1a3864fdb4fb98c2d44 SHA1: c6539f37611bd5abe79697d4c88a0eef1675228c SHA256: dd012f805d5b2adb609fce358f6a92db46be980c9ec9878c6c4710c53e52cedd Description: configuration files for libaqbanking AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, and HBCI are available. . This package contains data files for AqBanking. Homepage: http://www.aquamaniac.de/aqbanking/ Package: libaqbanking-doc Priority: optional Section: doc Installed-Size: 8149 Maintainer: Micha Lenk Architecture: all Source: libaqbanking Version: 5.0.24-3.5.201403250435 Depends: libjs-jquery Filename: 4.0-0/all/libaqbanking-doc_5.0.24-3.5.201403250435_all.deb Size: 928678 MD5sum: 692609b5a89f42730da4ca5fd7bbeab9 SHA1: 5f3eb7a6d809aea4a10dd8067d1a5f7c59f29a40 SHA256: 0c16c4592cdf03e5abcdadf72f46d627c1cae2e28ba188a1b82ccf69173ac7aa Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, and HBCI are available. . This package contains the API documentation. Enhances: libaqbanking34-dev Homepage: http://www.aquamaniac.de/aqbanking/ Package: libarc-php Priority: optional Section: php Installed-Size: 548 Maintainer: Olivier Berger Architecture: all Source: php-arc Version: 2~20101006-2.5.201403251620 Depends: php5 Suggests: php5-mysql Filename: 4.0-0/all/libarc-php_2~20101006-2.5.201403251620_all.deb Size: 107962 MD5sum: a2e9be2f78313505153d9bb0af3473ca SHA1: 42de1f123c5af5a2f8dbc61a3a71f96c0ad982a3 SHA256: 1fbc3ad0461f78a117119bc2dfdde4b3cbff7e1c16c31cefd81e652650e36a80 Description: Flexible RDF system for semantic web and PHP practitioners ARC is a flexible RDF system for semantic web and PHP practitioners. . It offers the following features : Various RDF parsers and extractors (RDF/XML, Turtle, RSS, microformats, eRDF, RDFa, ...); Serializers (N-Triples, RDF/JSON, RDF/XML, Turtle); RDF Storage, SPARQL Query, and Update; Turtle templating and Plugins and Triggers. Homepage: http://arc.semsol.org/ Package: libarch-perl Priority: optional Section: perl Installed-Size: 384 Maintainer: Debian Perl Group Architecture: all Version: 0.5.2-1.4.201403250446 Depends: perl, tla Filename: 4.0-0/all/libarch-perl_0.5.2-1.4.201403250446_all.deb Size: 160772 MD5sum: e96d941458708a8ff6ab83757d539a1f SHA1: 5c001fa59134b8e61d7c1fb87c1fcc6efa982257 SHA256: c464c68edc8e1a06916ee9db54500de2dc6fd7f16d295c7dbbbd7998d78e0cf0 Description: high-level interface to GNU Arch Arch is a Perl module that provides a pragmatic high-level interface around tla or baz. It can be used to design and create new object-oriented frontends for GNU Arch. Homepage: http://search.cpan.org/dist/Arch/ Package: libarchive-any-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.0932-1.4.201403250500 Depends: perl, perl-modules (>= 5.10), libarchive-zip-perl (>= 1.07), libmodule-find-perl (>= 0.05), libfile-mmagic-perl (>= 1.27), libmime-types-perl (>= 1.16) Filename: 4.0-0/all/libarchive-any-perl_0.0932-1.4.201403250500_all.deb Size: 16704 MD5sum: cad749e289ca4e6830bb539bca394175 SHA1: c2a369c51ed2fa72336d2439eae496ed69e1d3af SHA256: 85c3035d4eda032354b1671694e34a272ae1c15b325df530a1352bb4a9a1fb0d Description: Perl module to deal with file archives in any format The Archive::Any module allows a Perl program to create, manipulate, read, and write different archive formats (tarballs and Zip files) through a single API. Homepage: http://search.cpan.org/dist/Archive-Any/ Package: libarchive-ar-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 1.14-1.4.201403250502 Depends: perl Filename: 4.0-0/all/libarchive-ar-perl_1.14-1.4.201403250502_all.deb Size: 15450 MD5sum: 7c125a8d325dd151056aab459cdb67ce SHA1: e8b9b286295d6da34058816424e08d4e6820b31d SHA256: 45fa200182adc260899ea9122fd59c3cdfa55fd15a0c00dd4aa0833d4f287b07 Description: Perl interface for manipulating ar archives Archive::Ar is a pure-perl way to handle standard ar archives. . This is useful if you have those types of old archives on the system, but it is also useful because .deb packages for the Debian GNU/Linux distribution are ar archives. This is one building block in a future chain of modules to build, manipulate, extract, and test Debian modules with no platform or architecture dependence. . You may notice that the API to Archive::Ar is similar to Archive::Tar, and this was done intentionally to keep similarity between the Archive::* modules. Homepage: http://search.cpan.org/dist/Archive-Ar/ Package: libarchive-peek-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.35-1.2.201403250505 Depends: perl, libarchive-zip-perl, libmoose-perl, libmoosex-types-path-class-perl, perl (>= 5.10.1) | libio-compress-perl Filename: 4.0-0/all/libarchive-peek-perl_0.35-1.2.201403250505_all.deb Size: 6246 MD5sum: bc7f83d6e75f85b7511e131e8cbe6bde SHA1: ab0ab9f8d3286e709999af911939540ce9bdabb5 SHA256: 2c1128639b66779ba2178a5257f811bc089a9e40fbbb2cfa2dcc1a0223db123a Description: Perl module for peeking into archives without extracting them Archive::Peek lets you peek into archives without extracting them. It currently supports tar files and zip files. It offers methods for returning the list of files within the archive and the contents of single files. Homepage: http://search.cpan.org/dist/Archive-Peek/ Package: libarchive-tar-wrapper-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.16-1.2.201403250507 Depends: perl, libipc-run-perl, liblog-log4perl-perl Filename: 4.0-0/all/libarchive-tar-wrapper-perl_0.16-1.2.201403250507_all.deb Size: 20858 MD5sum: f419712c0299e0e6c7437106c9ca617e SHA1: 72274a52cdb4ecb0096cda38a26c11233b379e09 SHA256: 82ad54dc0c765d021df0cf1ef754f61f7e86dbff043b77e99b6fa0777acbe33c Description: API wrapper around the 'tar' utility Archive::Tar::Wrapper is an API wrapper around the 'tar' command line utility. It never stores anything in memory, but works on temporary directory structures on disk instead. It provides a mapping between the logical paths in the tarball and the 'real' files in the temporary directory on disk. Homepage: http://search.cpan.org/dist/Archive-Tar-Wrapper/ Package: libargs4j-java-doc Priority: optional Section: doc Installed-Size: 1441 Maintainer: Debian Java Maintainers Architecture: all Source: args4j Version: 2.0.16-2.3.201403130422 Depends: ant-doc, default-jdk-doc Suggests: libargs4j-java Filename: 4.0-0/all/libargs4j-java-doc_2.0.16-2.3.201403130422_all.deb Size: 303844 MD5sum: b51dd0fd9891c91f4f69077e296a7d98 SHA1: 72bec452bd8204058ab2bb91fc73e013b95e7a4e SHA256: d71e77ad2d2ac6f6b09d00d1ec6749a3781b06b8772d7440020ec1d2c8a29480 Description: Documentation for Java command line arguments parser args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. . This package provides the API documentation for libargs4j-java. Homepage: http://args4j.java.net/ Package: libargs4j-java Priority: optional Section: java Installed-Size: 154 Maintainer: Debian Java Maintainers Architecture: all Source: args4j Version: 2.0.16-2.3.201403130422 Depends: ant Filename: 4.0-0/all/libargs4j-java_2.0.16-2.3.201403130422_all.deb Size: 66524 MD5sum: 2961b9c84aa0dd610570967c6a5b0236 SHA1: dda7b004fff46553da555d7f5c39311969abc726 SHA256: 8301e584c03a76ec2b740288047a058f259a4e793c05e21c5aafcce76a330cf7 Description: Java command line arguments parser args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. Homepage: http://args4j.java.net/ Package: libargtable2-docs Priority: optional Section: doc Installed-Size: 2985 Maintainer: Shachar Shemesh Architecture: all Source: argtable2 Version: 12-1.4.201403130430 Suggests: libargtable2-dev (= 12-1.4.201403130430) Filename: 4.0-0/all/libargtable2-docs_12-1.4.201403130430_all.deb Size: 2956392 MD5sum: 38e8b9487544dd59f9ee95c108c2920f SHA1: 23bbd8e8f7da2d3758edde83c33b87a783215ff0 SHA256: 53582102300151c9711fa86f26e39c7f2fef141dc8da66a430f3ae61787b191d Description: A library for parsing GNU style command line arguments Argtable is an ANSI C library for parsing GNU style command line arguments. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument. Syntax error handling is automatic and the library also provides the means for displaying the command line syntax directly from the array of argument specifications. . This package contains the documentation for the development libraries for the libargtable2-dev package. Homepage: http://argtable.sourceforge.net Package: libarray-compare-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 2.02-1.5.201403250512 Depends: perl, libmoose-perl Filename: 4.0-0/all/libarray-compare-perl_2.02-1.5.201403250512_all.deb Size: 14634 MD5sum: 631e1eecff19d8ac052d5dba9c9cfcf4 SHA1: 76213ffab7ee90ad6c3b3ad87a05fb2e2135c5a8 SHA256: 30518a6e3efd690e713e454425da2d8bd1bec40511086d34efde20584cec9d6f Description: Perl module to easily compare arrays Array::Compare can easily compare two arrays, in a variety of flexible ways, such as whitespace-ignorant, case-insensitive, and with certain elements skipped. Homepage: http://search.cpan.org/dist/Array-Compare/ Package: libarray-diff-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.4.201403250514 Depends: perl, libalgorithm-diff-perl, libclass-accessor-perl Filename: 4.0-0/all/libarray-diff-perl_0.07-1.4.201403250514_all.deb Size: 7428 MD5sum: 4099e347333a81212bf11237c9fd4c62 SHA1: 411cff67669dbe3011021c48c1712a12097c8f72 SHA256: c96ee1704b74b5917258ac930c11d8907f47543420fabb8edfe3187af3f9c72d Description: Perl module to find the differences between two arrays The Array::Diff module compares two arrays and determines which elements have been removed or added. Its interface is straightforward, solving a simple problem in a simple way; for those who need more features, there is always the Array::Compare module. Homepage: http://search.cpan.org/dist/Array-Diff/ Package: libarray-printcols-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 2.1-9.4.201403250517 Depends: perl Filename: 4.0-0/all/libarray-printcols-perl_2.1-9.4.201403250517_all.deb Size: 8908 MD5sum: 00b042c8c9f4adaf490c0f16d211e0ed SHA1: cc7c46e2c5c08d1474593a275d135595c937aa0a SHA256: 9dd25f8365815e49e0755cf07281f3c8079be62fd6806a1c3b49e37e5cb7eb69 Description: Print or format array elements in vertically sorted columns Array::PrintCols, version 2.1, is a Perl 5 module which defines a subroutine to print arrays of elements in alphabetically, vertically sorted columns. Optional arguments can be given to control either the width or number of the columns, the total width of the output, and the amount of indentation. Homepage: http://search.cpan.org/dist/Array-PrintCols/ Package: libarray-unique-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403250521 Depends: perl Filename: 4.0-0/all/libarray-unique-perl_0.08-1.4.201403250521_all.deb Size: 11278 MD5sum: 925efc134f294315cbb88015d9d4ec44 SHA1: 0aa3be07dd9bc6f16cfa43cc4543f246b214e98c SHA256: 4108e3825e4e3c3935f3559ee794963b5e0a4739752c14625b19a69a1c6c713d Description: Tie-able array that allows only unique values Array::Unique lets you create an array which will allow only one occurrence of any value. In other words, no matter how many times you put in 42, it will keep only the first occurrence and the rest will be dropped. . Uniqueness is checked with the 'eq' operator so among other things it is case sensitive. As a side effect, the module does not allow undef as a value in the array. Homepage: http://search.cpan.org/dist/Array-Unique/ Package: libart2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 201 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: libart2.0-cil (<< 2.24.1-5), libart2.24-cil Depends: libart2.0-cil (= 2.24.2-3.10.201403240821) Filename: 4.0-0/all/libart2.0-cil-dev_2.24.2-3.10.201403240821_all.deb Size: 128896 MD5sum: 7ac10b43ccd8bddc8099998e755f4fb6 SHA1: fbf9092efff83d7c3bafdb761db7ebc81a1620d9 SHA256: 2573d60d2a57048ad4f9515623ac3b7a88cfdefa95bf3f5f81f139af96d7b772 Description: CLI binding for libart 2.3 This package provides the art-sharp assembly that allows CLI (.NET) programs to use the libart library 2.3. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains development files for the art-sharp library, and should be used for compilation Homepage: http://www.mono-project.com/GtkSharp Package: libart2.0-cil Priority: optional Section: cli-mono Installed-Size: 215 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: gtk-sharp2-gapi (<< 2.10.0-1), libart2.24-cil, libgnome2.0-cil (<< 2.16.0-4) Depends: cli-common (>= 0.5.1), libart-2.0-2, libglib2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Suggests: monodoc-gtk2.0-manual Conflicts: libart2.24-cil Filename: 4.0-0/all/libart2.0-cil_2.24.2-3.10.201403240821_all.deb Size: 139826 MD5sum: 349561e7680ab6e39c0982bb1e0a4c59 SHA1: 6899f5ddf11b93e0b030c1f04454451c7b4abcff SHA256: b676e52cc02f1d959b43e10bd6fbf014e8342408654505dce579bc9a6678aa9b Description: CLI binding for libart 2.3 This package provides the art-sharp assembly that allows CLI (.NET) programs to use the libart library 2.3. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains the art-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Package: libasa-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.4.201403250525 Depends: perl Filename: 4.0-0/all/libasa-perl_0.02-1.4.201403250525_all.deb Size: 9536 MD5sum: bef69dc98db0b87a21ae6d78e316a0ad SHA1: 5ddf502726c02f857b8c9665e298d785082ecfd2 SHA256: e8c56f8e243a0a399b78d0cf831e67db18cd93b265d1b66285f97943d3d06626 Description: Perl module for expanding a class or object's list of base classes The asa pragma attempts a new approach to bringing Java-style interfaces or Perl 6-style roles to Perl 5. It allows a class or object to look like a derivative of another class without actually specifying it in the @ISA array. Homepage: http://search.cpan.org/dist/asa/ Package: libasio-dev Priority: optional Section: libdevel Installed-Size: 1553 Maintainer: Simon Richter Architecture: all Source: asio Version: 1.4.1-3.6.201410312316 Depends: libboost-dev, libboost-date-time-dev Recommends: libboost-regex-dev, libssl-dev Filename: 4.0-0/all/libasio-dev_1.4.1-3.6.201410312316_all.deb Size: 222094 MD5sum: 3329e3de62a32f5f5b54912ddc715793 SHA1: 2403fba4d5fd46c95a14c828d1f61fa643369915 SHA256: ff243e818ae00c6a2ffe4527edf7a449660aec80d9ce79662849896d0202f136 Description: cross-platform C++ library for network programming asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach. It has recently been accepted into Boost. . This package contains the development header files. Package: libasio-doc Priority: optional Section: doc Installed-Size: 12037 Maintainer: Simon Richter Architecture: all Source: asio Version: 1.4.1-3.6.201410312316 Recommends: libasio-dev Filename: 4.0-0/all/libasio-doc_1.4.1-3.6.201410312316_all.deb Size: 905258 MD5sum: f384112a13b05db10fcde4d64fc20ea3 SHA1: cfe5c8a346f146582af93ebf7a59296097bf4ba9 SHA256: f835ef76c16670cea491f604cc8baf39a7f790aa856eeae8cc803c75b9484062 Description: cross-platform C++ library for network programming asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach. It has recently been accepted into Boost. . This package contains the documentation. Package: libasm-java-doc Priority: optional Section: doc Installed-Size: 3152 Maintainer: Debian Java Maintainers Architecture: all Source: asm Version: 1.5.3-7.7.201403130743 Suggests: libasm-java Filename: 4.0-0/all/libasm-java-doc_1.5.3-7.7.201403130743_all.deb Size: 267332 MD5sum: 0b34b1929dc31546ebc4336fe025bba9 SHA1: ced05f79841fbe6a0d9542ef7f0ebbcc9817092e SHA256: 2685a549abd29b015154f54ef4fd3a27a16fa295032ce77a686a2acdcf86aca5 Description: Documentation for ASM, the Java(TM) bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into a Java(TM) Virtual Machine. . This package includes the API Javadoc and examples. Homepage: http://asm.objectweb.org/ Package: libasm-java Priority: optional Section: java Installed-Size: 196 Maintainer: Debian Java Maintainers Architecture: all Source: asm Version: 1.5.3-7.7.201403130743 Depends: default-jdk | java2-runtime-headless Suggests: libasm-java-doc Filename: 4.0-0/all/libasm-java_1.5.3-7.7.201403130743_all.deb Size: 151134 MD5sum: 8dcc05ca1b9eb2bb416280c311929a64 SHA1: e1e57415ee2b65e4fe9a12d16e4b20f9fe15b326 SHA256: e76e104deaf509f5640f5cfc9473c75c8465e89e8547053bd5d2ca828450597b Description: Java bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. . ASM offers similar functionalities as BCEL or SERP, but is much smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is on the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible. Homepage: http://asm.objectweb.org/ Package: libasm2-java-doc Priority: optional Section: doc Installed-Size: 3838 Maintainer: Debian Java Maintainers Architecture: all Source: asm2 Version: 2.2.3-6.7.201403130751 Recommends: default-jdk-doc Suggests: libasm2-java Filename: 4.0-0/all/libasm2-java-doc_2.2.3-6.7.201403130751_all.deb Size: 340300 MD5sum: 7935ed3268f9fcada17fa575f36d3079 SHA1: b9e841890ae40515ccf0ba9d7014a200747a7a7b SHA256: d31b7a66a93f9e1883aebbabc29076edb4de288823ba89a9f80f916995236957 Description: Documentation for ASM, the Java(TM) bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into a Java(TM) Virtual Machine. . This package includes the API Javadoc and examples. Homepage: http://asm.objectweb.org/ Package: libasm2-java Priority: optional Section: java Installed-Size: 324 Maintainer: Debian Java Maintainers Architecture: all Source: asm2 Version: 2.2.3-6.7.201403130751 Filename: 4.0-0/all/libasm2-java_2.2.3-6.7.201403130751_all.deb Size: 163580 MD5sum: 1f2333070c06403e932223aa7c2204ed SHA1: 5c4eec2386ce7578ac6fecbb9d070d35e2e34ac8 SHA256: d4f854d4a018d49d5ed90a7ff55580b7e37e9f6d14e0ac1f92a45136eeda3e93 Description: Java bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. . ASM offers similar functionalities as BCEL or SERP, but is much smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is on the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible. Homepage: http://asm.objectweb.org/ Package: libasm3-java-doc Priority: optional Section: doc Installed-Size: 5777 Maintainer: Debian Java Maintainers Architecture: all Source: asm3 Version: 3.3.2-1.8.201403130757 Suggests: libasm3-java Filename: 4.0-0/all/libasm3-java-doc_3.3.2-1.8.201403130757_all.deb Size: 489276 MD5sum: 9eb1f3dbb84e313289f7d1f849dd3ade SHA1: 53aaff8ba4b8b0e60273044aa0888cea467e0f71 SHA256: 04914207751c40912a1fe81b2d5e076061796d660084c4753e9efa3296e23f0c Description: Documentation for ASM, the Java(TM) bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into a Java(TM) Virtual Machine. . This package includes the API Javadoc and examples. Homepage: http://asm.objectweb.org/ Package: libasm3-java Priority: optional Section: java Installed-Size: 875 Maintainer: Debian Java Maintainers Architecture: all Source: asm3 Version: 3.3.2-1.8.201403130757 Filename: 4.0-0/all/libasm3-java_3.3.2-1.8.201403130757_all.deb Size: 669160 MD5sum: 7a1cdacb29de6db07a6befa00997ecdc SHA1: 558a359cdf821689001585a79486c3592089636f SHA256: 70ca3ffc14f0efc67fa8b0e29a25ef98ec684807bbaa2266c89711b8c7a3a302 Description: Java bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. . ASM offers similar functionalities as BCEL or SERP, but is much smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is on the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible. Homepage: http://asm.objectweb.org/ Package: libasound2-doc Priority: optional Section: doc Installed-Size: 11268 Maintainer: Debian ALSA Maintainers Architecture: all Source: alsa-lib Version: 1.0.25-4.24.201403120522 Depends: libjs-jquery Suggests: libasound2-dev Filename: 4.0-0/all/libasound2-doc_1.0.25-4.24.201403120522_all.deb Size: 1425800 MD5sum: 9712ac755e1d36884f662dde66177d61 SHA1: c9a0c4c0ef7373c70b210b211f6a6881bc0d85a9 SHA256: c9eb1874a005d70fdd2d02e18394a6de50524bc18d1a4faafe72aad693817ac7 Description: documentation for user-space ALSA application programming This package contains the HTML documentation for the ALSA library, which describes the development API for user-space applications that want to use ALSA. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Package: libaspect-perl Priority: optional Section: perl Installed-Size: 346 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.4.201403250527 Depends: perl, libparams-util-perl (>= 1.00), libsub-install-perl, libsub-uplevel-perl (>= 0.2002), libtask-weaken-perl Suggests: libbenchmark-timer-perl Filename: 4.0-0/all/libaspect-perl_1.02-1.4.201403250527_all.deb Size: 156168 MD5sum: db3c426bc471d54b31eddee447497a7a SHA1: 328b983c749052653ccc171a57486521641b641d SHA256: 8684c65145a61ac4df97473ec90a021c8d4c9a8e9827f86b97f2ad5c8e66f26e Description: module for Aspect-Oriented Programming in Perl Aspect-oriented Programming (AOP) is a programming method developed by Xerox PARC and others. The basic idea is that in complex class systems there are certain aspects or behaviors that cannot normally be expressed in a coherent, concise and precise way. One example of such aspects are design patterns, which combine various kinds of classes to produce a common type of behavior. Another is logging. For more information, see . . The Perl Aspect module is focused on subroutine matching and wrapping. It allows you to select collections of subroutines using a flexible pointcut language, and modify their behavior in any way you want. Homepage: http://search.cpan.org/dist/Aspect/ Package: libaspectj-java-doc Priority: optional Section: doc Installed-Size: 1885 Maintainer: Debian Java Maintainers Architecture: all Source: aspectj Version: 1.6.12+dfsg-3.9.201403130848 Replaces: aspectj-doc (<< 1.6.10+dfsg-1) Recommends: default-jdk-doc, libasm3-java-doc Suggests: aspectj-doc Conflicts: aspectj-doc (<< 1.6.10+dfsg-1) Filename: 4.0-0/all/libaspectj-java-doc_1.6.12+dfsg-3.9.201403130848_all.deb Size: 179252 MD5sum: c9c322c0c0216775bc1fbf55cceddbec SHA1: ffabefac5d9ae6e33f953a76c909e37aad4e775d SHA256: 2fc3b380ef476a39724c77b85894ca9ac3a95d72371033abb32f271606fd50df Description: aspect-oriented extension for Java - API documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the Javadoc of JAR libraries of aspectj. Homepage: http://www.eclipse.org/aspectj Package: libaspectj-java Priority: optional Section: java Installed-Size: 11743 Maintainer: Debian Java Maintainers Architecture: all Source: aspectj Version: 1.6.12+dfsg-3.9.201403130848 Replaces: aspectj (<< 1.6.10+dfsg-1) Suggests: aspectj Conflicts: aspectj (<< 1.6.10+dfsg-1) Filename: 4.0-0/all/libaspectj-java_1.6.12+dfsg-3.9.201403130848_all.deb Size: 11179486 MD5sum: 1c87744f6bbc0cda4682803846d06bfb SHA1: 9cb1c0cea25e8e2b76219cf611677e4a86337323 SHA256: 53e574b3ddddc1dbf64537a2e191e3b1175920ad14e86c4dd50e0b4133ae57d4 Description: aspect-oriented extension for Java - library AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the JAR libraries of aspectj. Homepage: http://www.eclipse.org/aspectj Package: libassimp-doc Priority: extra Section: doc Installed-Size: 3335 Maintainer: IOhannes m zmoelnig (gpg-key at iem) Architecture: all Source: assimp Version: 3.0~dfsg-1.2.201403131134 Suggests: libassimp-dev Filename: 4.0-0/all/libassimp-doc_3.0~dfsg-1.2.201403131134_all.deb Size: 1161790 MD5sum: 49987bbd32136667889f197456fc8aad SHA1: 30e45c8848a19edffe33e31e650d288b37d69671 SHA256: 61f47256adc24b00cf4f973f321d510479b083e78a3aeccd7768b6f67c713fb3 Description: 3D model import library (documentation) Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience. . This package contains html documentation for the Assimp API. Homepage: http://assimp.sourceforge.net/ Package: libasterisk-agi-perl Priority: optional Section: perl Installed-Size: 139 Maintainer: Debian VoIP Team Architecture: all Version: 1.01-2.4.201403250554 Depends: perl Filename: 4.0-0/all/libasterisk-agi-perl_1.01-2.4.201403250554_all.deb Size: 40704 MD5sum: f89f2621683d10a326ad63dc13670196 SHA1: 3a7f317f42284bd6195c4832caf741fc798cb062 SHA256: c092c1ff3cf209f468bf99b4767296b44d3d7ff6564f9cb79a41528bbc67617a Description: Collections of Perl modules to be used with Asterisk PBX AGI This module provides a simple interface to several operations related to the Asterisk PBX, including: . * Asterisk::AGI - simplifies writing AGI scripts for the Asterisk dialplan. * Asterisk::Outgoing - create calls through the outgoing spool. * Asterisk::Manager - control Asterisk through the Manager interface socket. Homepage: http://asterisk.gnuinter.net/ Package: libastro-fits-header-perl Priority: optional Section: perl Installed-Size: 160 Maintainer: Debian Perl Group Architecture: all Version: 3.05-1.5.201403250712 Provides: libastro-fits-header-cfitsio, libastro-fits-header-item Depends: perl, libastro-fits-cfitsio-perl Filename: 4.0-0/all/libastro-fits-header-perl_3.05-1.5.201403250712_all.deb Size: 57784 MD5sum: 2d6cdf592132e30654e50ca8c8cb9381 SHA1: 0494673464b0b7a8caa3535da2ea2911da650ab1 SHA256: 05b13034f49f947c3afaa39dde6fed6ea88a72022a552cd9b48dec213116c137 Description: module for reading, modifying and writing FITS headers Astro::FITS::Header is a set of Perl modules that provide a more high-level approach than the straightforward CFITSIO to reading, modifying and then writing out FITS standard header blocks to FITS files. Homepage: http://search.cpan.org/dist/Astro-FITS-Header/ Package: libasync-http-client-java-doc Priority: optional Section: doc Installed-Size: 6194 Maintainer: Debian Java Maintainers Architecture: all Source: async-http-client Version: 1.6.5-1.2.201403131337 Depends: default-jdk-doc Recommends: libcommons-logging-java-doc Suggests: libasync-http-client-java Filename: 4.0-0/all/libasync-http-client-java-doc_1.6.5-1.2.201403131337_all.deb Size: 1188846 MD5sum: 8cb3f2e64f85917777f83ae6773c23c1 SHA1: 95f08ede7e6423eac50da738a5649f1a50f4d596 SHA256: 56892764655e6625784b820e93846f5a900e14e450ee9f6b93f6f8707ebe92b2 Description: Documentation for Java Asynchronous HTTP Client Async HTTP Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. . This package contains the API documentation of libasync-http-client-java. Homepage: http://github.com/sonatype/async-http-client Package: libasync-http-client-java Priority: optional Section: java Installed-Size: 398 Maintainer: Debian Java Maintainers Architecture: all Source: async-http-client Version: 1.6.5-1.2.201403131337 Depends: libnetty-java (>= 3.2.6.Final), libslf4j-java Recommends: libcommons-httpclient-java, libcommons-lang-java (>= 2.6), libcommons-logging-java Suggests: libasync-http-client-java-doc Filename: 4.0-0/all/libasync-http-client-java_1.6.5-1.2.201403131337_all.deb Size: 312746 MD5sum: 1261d6861f72e83f8a992ab205ec4a96 SHA1: b258f3c73a492d05c110515e49abf42c02870336 SHA256: 2781522ad87ab43a5fbb23c293bf051fc65339e3ac7cf08d7a46edc7cc993fbf Description: Java Asynchronous HTTP Client Async HTTP Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. Homepage: http://github.com/sonatype/async-http-client Package: libasync-mergepoint-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403250607 Depends: perl Filename: 4.0-0/all/libasync-mergepoint-perl_0.04-1.4.201403250607_all.deb Size: 10646 MD5sum: 24a30514f98fa0737bb758197b27529c SHA1: 6e54eda21173ac84c846da71f966f8e169512d61 SHA256: cfcea1e6f9d517ec6bf9f60940894fac57760d98c0a98ee07cc3c2b244c45076 Description: Perl module to resynchronize multiple control flows Async::Mergepoint is a module designed to provide a way to resynchronize multiple parallel control flows. Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchronous code, the usual approach is to do them sequentially. . An asynchronous or event-based program could do this, but if each step involves some IO idle time, better overall performance can often be gained by running the steps in parallel. A Async::MergePoint object can then be used to wait for all of the steps to complete, before passing the combined result of each step on to the next stage. Homepage: http://search.cpan.org/dist/Async-MergePoint/ Package: libatinject-jsr330-api-java-doc Priority: optional Section: doc Installed-Size: 149 Maintainer: Debian Java Maintainers Architecture: all Source: atinject-jsr330 Version: 1.0-2.12.201403131443 Suggests: libatinject-jsr330-api-java (= 1.0-2.12.201403131443), default-jdk-doc Filename: 4.0-0/all/libatinject-jsr330-api-java-doc_1.0-2.12.201403131443_all.deb Size: 17570 MD5sum: 5007a2d62d54fd42f9ffa50b64846fce SHA1: 494a6d3778b81caf5cf383795eb472f0a6cbd016 SHA256: 86860ca557f14682c31119f0b02754b8812571db28fbe30de50a97982f123f10 Description: Documentation for libatinject-jsr330-api-java Documentation for AtInject that is the Java API build by the JSR-330 Expert Group: . . It's a set of API aiming to standardize an extensible dependency injection paradigm, as those provided by Guice, Spring or Plexus projects. Homepage: http://code.google.com/p/atinject/ Package: libatinject-jsr330-api-java Priority: optional Section: java Installed-Size: 59 Maintainer: Debian Java Maintainers Architecture: all Source: atinject-jsr330 Version: 1.0-2.12.201403131443 Suggests: libatinject-jsr330-api-java-doc (= 1.0-2.12.201403131443) Filename: 4.0-0/all/libatinject-jsr330-api-java_1.0-2.12.201403131443_all.deb Size: 4900 MD5sum: 21faefee3778ad4a4aa2ba9602772b30 SHA1: 5a2764c789b05f241e573cfbb73ccd40172a37eb SHA256: 585e2d58c08fbd14ca2f451563df8a31a1537db474e3778409106e3a676fc049 Description: Java API for JSR-330 Dependency Injection AtInject is the Java API build by the JSR-330 Expert Group: . . It's a set of API aiming to standardize an extensible dependency injection paradigm, as those provided by Guice, Spring or Plexus projects. Homepage: http://code.google.com/p/atinject/ Package: libatk1-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-atk Filename: 4.0-0/all/libatk1-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10212 MD5sum: 818b7c22181232fd7f6aa505b0720ed1 SHA1: adccda798327b208f7ced73048099b523dff12a5 SHA256: d0ff9fb8978d443ad6920d393cf6269d7b47ef05bd7a0d7186c4d15d0064afd5 Description: Transitional package for ruby-atk This is a transitional package to ease upgrades to the ruby-atk package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libatk1-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-atk Filename: 4.0-0/all/libatk1-ruby_1.1.3-2.9.201403171008_all.deb Size: 10208 MD5sum: b616179443a4772baba7b8c3e080783d SHA1: ecad2b90cde658a794f4b64bf23e21df9fad941b SHA256: 4e0e4ee576c284589e13f813a30b076ffc7ac4b5e0c4caccedf67245f8197cdc Description: Transitional package for ruby-atk This is a transitional package to ease upgrades to the ruby-atk package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libatk1.0-doc Priority: optional Section: doc Installed-Size: 1002 Maintainer: Debian GNOME Maintainers Architecture: all Source: atk1.0 Version: 2.4.0-2.34.201403131522 Suggests: libglib2.0-doc, libgtk2.0-doc, devhelp Filename: 4.0-0/all/libatk1.0-doc_2.4.0-2.34.201403131522_all.deb Size: 117634 MD5sum: c5601ae6ed7f405a88b6b5f82dffdea1 SHA1: a94abf0aef4792b4bfffca989060be780fedbb9a SHA256: 9dc7312cf017e27ff6be36dfba279e0e40151f05f9435cc243c72464cd0b8b24 Description: Documentation files for the ATK toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the HTML documentation for the ATK library in /usr/share/doc/libatk1.0-doc/ . Homepage: http://www.gtk.org/ Package: libatkmm-1.6-doc Priority: optional Section: doc Installed-Size: 1251 Maintainer: Krzysztof Klimonda Architecture: all Source: atkmm1.6 Version: 2.22.6-1.2.201403131457 Depends: lynx | www-browser, doc-base Recommends: gtkmm-documentation Filename: 4.0-0/all/libatkmm-1.6-doc_2.22.6-1.2.201403131457_all.deb Size: 360172 MD5sum: 9b5a81bb35fce4cec8a5d2aca006f6c5 SHA1: 54b972eb2be96984000da444cccde01fcf9450f3 SHA256: ca64e945f26822261d8b4e098db1081f14c7c913b6616174df442626b2c4f672 Description: C++ wrappers for ATK accessibility toolkit (documentation) Atkmm is a C++ interface for ATK, accessibility toolkit used by Gtk+ library. It provides a familiar interface for C++ programmers to add accessibility features to their applications. . This package contains tutorial, FAQ, and reference documentation. Homepage: http://www.gtkmm.org/ Package: libatlas-cpp-doc Priority: optional Section: doc Installed-Size: 7148 Maintainer: Debian Games Team Architecture: all Source: atlas-cpp Version: 0.6.2-3.4.201403131745 Pre-Depends: dpkg (>= 1.15.6~) Suggests: libatlas-cpp-0.6-dev (>= 0.6.2-3.4.201403131745) Filename: 4.0-0/all/libatlas-cpp-doc_0.6.2-3.4.201403131745_all.deb Size: 366214 MD5sum: 225d1c13d53b7d3f6f8c10347dd2a162 SHA1: 51ff67a64c30d525fe935199bd82fb7ae4416908 SHA256: eb2ca7658ee2fee5435414a1d8c07fb1db54c7c217f93d1b68329cdab0216ff3 Description: World Forge wire protocol library - documentation This library implements the Atlas protocol, for use in client-server game applications. It can be used in either clients or servers. . This is the API documentation of the Atlas-C++ toolkit. Multi-Arch: foreign Homepage: http://www.worldforge.org/ Package: libatlas-dev Priority: optional Section: libdevel Installed-Size: 134 Maintainer: Debian Science Team Architecture: all Source: atlas Version: 3.8.4-9.19.201403141119 Replaces: atlas2-dev (<< 3.2.1-3), atlas2-headers, atlas3-headers Depends: libc6-dev, libblas-dev Suggests: liblapack-dev, liblapack-doc Conflicts: atlas-dev, atlas2-dev (<< 3.2.1-3), atlas2-headers, atlas3-headers, libblas-dev (<< 1.2-5), liblapack-dev (<< 3.2.1-4) Filename: 4.0-0/all/libatlas-dev_3.8.4-9.19.201403141119_all.deb Size: 43434 MD5sum: 895693416b2d2cedec78dc227c165535 SHA1: a582a110cb158d56aa9fd180e045bdcc329e382a SHA256: 658d8d8e61c28427ab537a052d4ead1f7f4ff2dc038d57e09bd31164ed6e298a Description: Automatically Tuned Linear Algebra Software, C header files ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package provides the headers needed to compile against the libraries provided by ATLAS. Homepage: http://math-atlas.sourceforge.net/ Package: libatlas-doc Priority: optional Section: doc Installed-Size: 1149 Maintainer: Debian Science Team Architecture: all Source: atlas Version: 3.8.4-9.19.201403141119 Replaces: atlas-doc, atlas3-doc Conflicts: atlas-doc, atlas3-doc Filename: 4.0-0/all/libatlas-doc_3.8.4-9.19.201403141119_all.deb Size: 1142660 MD5sum: 90a194427c6cdbccb72c9edc0e3b44c9 SHA1: 58b1e015365e59b4ae1d60b8c32e4dd80787dede SHA256: 971391cd1cdc63f0c50e975904ee602a2a4a6ff6193928094a7131193c0d80f4 Description: Automatically Tuned Linear Algebra Software, documentation ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package provides documentation on the atlas libraries useful for developers. Homepage: http://math-atlas.sourceforge.net/ Package: libatlas3gf-base Priority: optional Section: oldlibs Installed-Size: 60 Maintainer: Debian Science Team Architecture: all Source: atlas Version: 3.8.4-9.19.201403141119 Depends: libatlas3-base Breaks: octave3.2 Filename: 4.0-0/all/libatlas3gf-base_3.8.4-9.19.201403141119_all.deb Size: 34464 MD5sum: fa7dd79d120c1e969315a42440f36084 SHA1: 1595d67c094308c463f87b9ca80524b477ae005b SHA256: f0fcec15f53998a79a13092f3c9807273cf6b744ec6fe1a41ad0484cc2e37f70 Description: Transitional package to libatlas3-base ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. Homepage: http://math-atlas.sourceforge.net/ Package: libatombus-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 1.0405-1.2.201403250623 Depends: perl, libatompub-perl, libcapture-tiny-perl, libdancer-perl, libdancer-plugin-dbic-perl, libdbd-sqlite3-perl, libdbix-class-perl, libsql-translator-perl, libuuid-tiny-perl, libxml-atom-perl, libxml-xpath-perl Filename: 4.0-0/all/libatombus-perl_1.0405-1.2.201403250623_all.deb Size: 33226 MD5sum: 896c1600e633a96fd89c6587c026bce9 SHA1: 59d3f4cb5299e98d1e4f7f6c76d1df2da29b3b1e SHA256: 1ffc9487d69172fa228c0336305dc6b2455b539c41619f9b14b8f583fc1c385f Description: AtomPub server for messaging. The Atom Publishing Protocol (Atompub) is a protocol for publishing and editing Web resources described at http://www.ietf.org/rfc/rfc5023.txt. . AtomBus is an AtomPub server that can be used for messaging. The idea is that atom feeds can correspond to conceptual queues or buses. AtomBus is built on top of the Dancer framework. It is also PubSubHubbub (PuSH) friendly. Homepage: http://search.cpan.org/dist/AtomBus/ Package: libatompub-perl Priority: optional Section: perl Installed-Size: 127 Maintainer: Debian Perl Group Architecture: all Version: 0.3.7-1.2.201403250635 Depends: perl, libclass-accessor-perl, libclass-data-inheritable-perl, libdatetime-perl, libdatetime-format-w3cdtf-perl, libdatetime-timezone-perl, libfile-slurp-perl, libhttp-date-perl | libwww-perl (<< 6), libhttp-message-perl | libwww-perl (<< 6), libmime-types-perl, libperl6-export-attrs-perl, perl (>= 5.10.1-10) | libtime-local-perl, libxml-atom-service-perl Filename: 4.0-0/all/libatompub-perl_0.3.7-1.2.201403250635_all.deb Size: 46154 MD5sum: 9c2428636e634406c7e34266ce0c4119 SHA1: c282890aadbc5b6ac86e3746edbedddeb57ff498 SHA256: b34223bb3f38cdaee07d4436ab8bc3d79a8c49a162ba7dac935b88fc1ca11989 Description: implementation of Atom Publishing Protocol The Atom Publishing Protocol (Atompub) is a protocol for publishing and editing Web resources described at http://www.ietf.org/rfc/rfc5023.txt. . Atompub implements client Atompub::Client and server Atompub::Server for the protocol. XML formats used in the protocol are implemented in XML::Atom and XML::Atom::Service. Catalyst extension Catalyst::Controller::Atompub is also available. Homepage: http://search.cpan.org/dist/Atompub/ Package: libaubio-doc Priority: optional Section: doc Installed-Size: 1458 Maintainer: Paul Brossier Architecture: all Source: aubio Version: 0.3.2-4.5.201410312339 Filename: 4.0-0/all/libaubio-doc_0.3.2-4.5.201410312339_all.deb Size: 341280 MD5sum: 9ff12a107c8f3b0e5f41a32b230ac165 SHA1: 7ac6a1bab811b452fb899363d8d89b9645c08407 SHA256: 103fdc060adb63c1fc7976312aebb4d97f4a4f1bb522df09b32a985d0f151859 Description: a library for audio segmentation -- documentation aubio gathers a set of functions for audio signal segmentation and labelling. The library contains a phase vocoder, onset and pitch detection functions, a beat tracking algorithm and other sound processing utilities. . This package provides the documentation for the C interface. Package: libaudio-file-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 0.11-3.4.201403250654 Depends: perl, libaudio-flac-header-perl, libogg-vorbis-header-pureperl-perl (>= 1.0-2), libmp3-tag-perl, libmp3-info-perl Filename: 4.0-0/all/libaudio-file-perl_0.11-3.4.201403250654_all.deb Size: 21234 MD5sum: 14e2eb4d35e8f273c536f71bd12ed499 SHA1: eb3070753a6141c4e6ae85058d947d324e58eeb5 SHA256: eb9c049050aa65625e18890ac1bb04d6e7f72aa35308e1f660359b330bfeb627 Description: Perl audio file abstraction library Audio::File abstracts a single audio file, independent of its format. Using this module you can access a files meta-info like title, album, etc. as well as the files audio-properties like its length and bitrate. . Currently only the formats flac, ogg vorbis and mp3 are supported, but support for other formats may be easily added. Homepage: http://search.cpan.org/dist/Audio-File/ Package: libaudio-moosic-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 0.10-2.4.201403250713 Depends: perl, librpc-xml-perl Recommends: liblwp-protocol-http-socketunix-perl Suggests: moosic (>= 1.4.0) Filename: 4.0-0/all/libaudio-moosic-perl_0.10-2.4.201403250713_all.deb Size: 18996 MD5sum: fb70ecfe11a3e3f8099c751fd4333613 SHA1: fab68fc704c536323bcb48e59fc13efe89777beb SHA256: e1471c6a77742a1e92f58cf7f4f00fadb5117a7501521854322975e5d283364e Description: Moosic client library for Perl Audio::Moosic acts as a client for the musical jukebox program Moosic. . Using Audio::Moosic you can connect to a moosic server and execute arbitrary commands to control the moosic server. . Find out more about moosic at http://nanoo.org/~daniel/moosic/. Homepage: http://search.cpan.org/dist/Audio-Moosic/ Package: libaudio-mpd-common-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 1.120881-1.4.201403250722 Depends: perl, libmoose-perl (>= 0.92), libmoosex-has-sugar-perl, libmoosex-types-perl, libreadonly-perl, libstring-formatter-perl Suggests: mpd Filename: 4.0-0/all/libaudio-mpd-common-perl_1.120881-1.4.201403250722_all.deb Size: 35606 MD5sum: 7e3fe13e73e2e88aa6e2669ab5d53b12 SHA1: 46853220666c42d210cb5a348baaade34183aba3 SHA256: ada9c22cbb660e412328bf278cb9adf46fc017a985441e06ca2b19e3b172ae40 Description: collection of common perl helper classes for MPD Audio::MPD::Common is a Perl module which provides some base classes to represent MPD (Music Player Daemon) states and information. This module is a dependency of other, more useful modules such as Audio::MPD. Homepage: http://search.cpan.org/dist/Audio-MPD-Common Package: libaudio-mpd-perl Priority: optional Section: perl Installed-Size: 132 Maintainer: Debian Perl Group Architecture: all Version: 1.120610-1.5.201403250800 Depends: perl, libaudio-mpd-common-perl (>= 1.110550), libgetopt-euclid-perl, libio-socket-ip-perl, libmoose-perl, libmoosex-has-sugar-perl, libmoosex-semiaffordanceaccessor-perl, libproc-daemon-perl Suggests: mpd Filename: 4.0-0/all/libaudio-mpd-perl_1.120610-1.5.201403250800_all.deb Size: 46566 MD5sum: 89857b437da7cdfaec6f15899a7df04d SHA1: 1efa6f78cf865e56bdd24541af29cf3a596001b6 SHA256: 4cfc96b1dbd7f573531e302af259e29db4bac5de4b53248dbc07a5ea804bb0cf Description: module to communicate with MPD servers Audio::MPD is a Perl module that provides an object-oriented interface for communicating with and controlling MPD (Music Player Daemon) servers. It also includes an example control daemon, mpd-dynamic, which implements a dynamic playlist for MPD. Homepage: http://search.cpan.org/dist/Audio-MPD/ Package: libaudio-musepack-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 1.0.1-1.4.201403250730 Depends: perl, libaudio-scan-perl Filename: 4.0-0/all/libaudio-musepack-perl_1.0.1-1.4.201403250730_all.deb Size: 10258 MD5sum: e424e5733bc3372b9dd78e8ebd2c5270 SHA1: 2793df8df9b6231277c477e4758135f73f9b5e08 SHA256: 6f01b63549e59ca53f1f7a6e2eacd03a315b819e1575ddaeb24f929fba812224 Description: object-oriented interface to Musepack file information and APE tag fields The Audio::Musepack and Audio::APETags perl modules provide methods for extracting basic information about a Musepack file, as well as tag information contained in the file's APE tags. . The Audio::APE module provides methods for extracting information from header and APE tags of a Monkey audio file. Homepage: http://search.cpan.org/dist/Audio-Musepack/ Package: libaudio-rpld-perl Priority: optional Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: all Version: 0.004-1.2.201403250732 Depends: perl Suggests: roarplaylistd Filename: 4.0-0/all/libaudio-rpld-perl_0.004-1.2.201403250732_all.deb Size: 25860 MD5sum: 49df94285f2be92e0f57fb5ab0cca37d SHA1: 66780267fc936ee0b2f6139d43439e67486c9707 SHA256: 49954d2afed26e4ddbff20354e603364479f4e199187c255f10cbadc575fa2b7 Description: module to communicate with RoarAudio PlayList Daemon Audio::RPLD is used to communicate with a RoarAudio PlayList Daemon (rpld). It includes support for nearly all of the protocol. . This includes commands to control playback, the Main Queue, playlists and pointer mangement. Homepage: http://search.cpan.org/dist/Audio-RPLD/ Package: libaudio-scrobbler-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Michael Ablassmeier Architecture: all Version: 0.01-2.1.4.201403250741 Depends: perl, libconfig-inifiles-perl, libwww-perl Filename: 4.0-0/all/libaudio-scrobbler-perl_0.01-2.1.4.201403250741_all.deb Size: 15864 MD5sum: 0760e87321488e54646804c85dd42c3e SHA1: 6b5518f53c7404caa17526f489aa7011dcc811d4 SHA256: 9bec12e742b161f21c273b7592763a77cbe41f5fc60d47719ac48fd09fba55cb Description: perl interface to audioscrobbler.com/last.fm The Audio::Scrobbler module provides a Perl interface to the track submission API of Last.fm's AudioScrobbler - http://www.last.fm. So far, only track submissions are handled; the future plans include access to the various statistics. Package: libaudio-wav-perl Priority: optional Section: perl Installed-Size: 117 Maintainer: Debian Perl Group Architecture: all Version: 0.13-1.4.201403250745 Depends: perl Recommends: libinline-perl Filename: 4.0-0/all/libaudio-wav-perl_0.13-1.4.201403250745_all.deb Size: 31804 MD5sum: 5e460c391cd2ef6a7b87dfbec877522c SHA1: 9679b3a62e0fe83a984d8e665f9c07a13ac9c26e SHA256: e130194d50ff2394b892fbe6d1b6efc8a148637be81f937ceca4b958335eec98 Description: modules for manipulating WAV Audio files Audio::Wav is a collection of Perl modules that provide mechanisms to read, parse and write uncompressed Microsoft WAV audio files. It is a Pure Perl module, so it is extremely portable at the cost of performance. Homepage: http://search.cpan.org/dist/Audio-Wav/ Package: libaudio-wma-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 1.3-1.4.201403250751 Depends: perl Filename: 4.0-0/all/libaudio-wma-perl_1.3-1.4.201403250751_all.deb Size: 18518 MD5sum: ee1252671f48a9de25a756c0a2939aae SHA1: 5326fe7ae6c80048c16aa3e0d69838fd143c1976 SHA256: a3b1f2f25e0dbc3e34442b941ffccf3bdadaaba45b8ec9acd8ddf5a93faa2629 Description: perl extension for reading WMA/ASF Metadata Audio::WMA implements several methods which provide access to metadata/tag informations contained in WMA files. Homepage: http://search.cpan.org/dist/Audio-WMA/ Package: libaugeas-ruby Priority: optional Section: ruby Installed-Size: 26 Maintainer: Matt Palmer Architecture: all Version: 0.4.1-1.1.5.201403250802 Depends: libaugeas-ruby1.9.1 Filename: 4.0-0/all/libaugeas-ruby_0.4.1-1.1.5.201403250802_all.deb Size: 2642 MD5sum: b23bf5c81e20c303498b2e4a491a2516 SHA1: 15b2dee31f73a9500cc0400a188064f7eb205b04 SHA256: a2b874316a4c5784accb8f6e6785ea0e0d7b5244585f6371beedf49d7cb0f264 Description: Augeas bindings for the Ruby language Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by populating this tree and saving it back into native config files. . This is a dependency package which depends on Debian's default Ruby version (currently 1.9.1). Homepage: http://augeas.net/ Package: libauth-yubikey-decrypter-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403250814 Depends: perl, libcrypt-rijndael-perl Filename: 4.0-0/all/libauth-yubikey-decrypter-perl_0.07-1.2.201403250814_all.deb Size: 8016 MD5sum: 7fa617a7526213be81841599936d8ef8 SHA1: 18f6b3584bfd3690ff7c95b9110885e80c8223b2 SHA256: 782e9415e34e1e262d739f4a0c5e7b8a9d9b45f10ca5d7456b9a559317092571 Description: yubikey token output decryptor Auth::Yubikey_Decrypter is a Perl module to decrypt the AES output of Yubikey tokens. . Please note that this module does not perform authentication. It is a required component to decrypt the token first before authentication can be performed. Homepage: http://search.cpan.org/dist/Auth-Yubikey_Decrypter/ Package: libauth-yubikey-webclient-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 3.00-1.2.201403250817 Depends: perl, libdigest-hmac-perl, liburi-perl, libwww-perl Filename: 4.0-0/all/libauth-yubikey-webclient-perl_3.00-1.2.201403250817_all.deb Size: 9542 MD5sum: ee3953a9cdbbb9387cf8efecb6c26226 SHA1: cbd1a47b573425ebe5635da18c7b521896de8e2a SHA256: ffbe7a1076e28d5ede07dd5402682c33546ae0e02787dc9623d616f293e7a252 Description: Perl module to authenticate Yubikey against the Yubico Web API Auth::Yubikey_WebClient is a Perl module to authenticate Yubikey against the public Yubico Web API. Homepage: http://search.cpan.org/dist/Auth-Yubikey_WebClient/ Package: libauthcas-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: CAS packaging team Architecture: all Version: 1.5-1.2.201403250823 Depends: perl, libio-socket-ssl-perl, libwww-perl Filename: 4.0-0/all/libauthcas-perl_1.5-1.2.201403250823_all.deb Size: 12148 MD5sum: a406b0cfe10cd84529d697d79c0cb5e8 SHA1: eae12aba5e6fd88c8c64b327e4985058d7bddd6c SHA256: 48d147428d3f6ed62582066fff20fb0bc1cc175b2a7bd65adee1abffeea82cab Description: Client library for CAS 2.0 JA-SIG Central Authentication Service (CAS) is a web authentication and Single-Sign-On system. . This AuthCAS Perl module provides required subroutines to validate and retrieve CAS tickets, allowing perl applications to become clients of a CAS server. Homepage: http://sourcesup.cru.fr/projects/perlcas/ Package: libauthen-bitcard-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.90-1.4.201403250825 Depends: perl, libclass-errorhandler-perl, libjson-perl (>= 2.12), liblwp-protocol-https-perl, libmath-bigint-gmp-perl, liburi-perl (>= 1.22), libwww-perl Filename: 4.0-0/all/libauthen-bitcard-perl_0.90-1.4.201403250825_all.deb Size: 13256 MD5sum: 72e1c3a91ad52df4bed98b4034428765 SHA1: 2bede01199dc4495452185bdf24a34d3a71c5e07 SHA256: 8490d2b8b69528d0743604cb6cd6240f436906aee72e608154bb4c99e5c9b786 Description: Perl module providing authentication using the Bitcard service Authen::Bitcard is an implementation of verification for signatures generated by Bitcard authentication. For information on the Bitcard protocol and using Bitcard in other applications, see . The module and the protocol are heavily based on Authen::Typekey. (In fact, the Bitcard authentication server also supports the TypeKey API!) Homepage: http://search.cpan.org/dist/Authen-Bitcard/ Package: libauthen-captcha-perl Priority: extra Section: perl Installed-Size: 135 Maintainer: Debian Perl Group Architecture: all Version: 1.023-5.4.201403250828 Depends: perl, libgd-gd2-noxpm-perl | libgd-gd2-perl Filename: 4.0-0/all/libauthen-captcha-perl_1.023-5.4.201403250828_all.deb Size: 68178 MD5sum: c8c6fdef5b660394f631067f0b23bc08 SHA1: 6271fb79b8609f3cb974b768566b51523e6f8bf1 SHA256: cf437eb155cf038b038f0ce915ba4d2151126b48348acf4fc57dffa13e321500 Description: Extension for creating captcha's to verify the human element in transactions Authen::Captcha provides an object oriented interface to captcha file creations. Captcha stands for Completely Automated Public Turing test to tell Computers and Humans Apart. A Captcha is a program that can generate and grade tests that: . - Most humans can pass. - Current computer programs can't pass. . The most common form is an image file containing distorted text, which humans are adept at reading, and computers (generally) do a poor job. This module currently implements that method. We plan to add other methods, such as distorted sound files, and plain text riddles. Homepage: http://search.cpan.org/dist/Authen-Captcha/ Package: libauthen-cas-client-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403250832 Depends: perl, libxml-libxml-perl, libwww-perl, liburi-perl Filename: 4.0-0/all/libauthen-cas-client-perl_0.05-1.4.201403250832_all.deb Size: 19740 MD5sum: eeea2ae6d04f4be93b3674d348c7ccf4 SHA1: af562939cfc8cf16283933283687bc9ef55e45fc SHA256: 0ca9e32e5b6a706ce6e98d9cf314437ecbe95049c77a9b5f59c201eee8f55de3 Description: Perl module for authentication using CAS Authen::CAS::Client module provides a simple interface for authenticating users using JA-SIG's Central Authentication Service (CAS) Single Sign On protocol. Both CAS protocol version 1.0 and 2.0 are supported. Homepage: http://search.cpan.org/dist/Authen-CAS-Client/ Package: libauthen-ntlm-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 1.09-1.2.201403250854 Depends: perl, libdigest-hmac-perl Filename: 4.0-0/all/libauthen-ntlm-perl_1.09-1.2.201403250854_all.deb Size: 15250 MD5sum: 55bb9ee517e2718ac4ccbe8ec074a3b0 SHA1: 596ecad7c1c5e04d74af2368f3041fac5a838d4e SHA256: 507aa1674a93e29c8a1502b435fdb28b3a7ae261dfef44a01cf068268e9bbc98 Description: authentication module for NTLM Authen::NTLM provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP). . The implementation is a direct port of the code from fetchmail which, itself, has based its NTLM implementation on samba. As such, this code is not especially efficient, however it will still take a fraction of a second to negotiate a login on a PII which is likely to be good enough for most situations. Homepage: http://search.cpan.org/dist/Authen-NTLM/ Package: libauthen-oath-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 1.0.0-1.2.201403110854 Depends: perl, libdigest-hmac-perl, libmoose-perl Filename: 4.0-0/all/libauthen-oath-perl_1.0.0-1.2.201403110854_all.deb Size: 7826 MD5sum: b7e671e8049a7e4a7dd5bb0ac1e65cbb SHA1: fddc5deeebec79fc1dbb6e0c5fe18ce1922d13ec SHA256: 290b1cdde57b481bf3ac6ac171aa2356102c1c99fe7f53ca6b0aa8801a2b2199 Description: Perl module for OATH One Time Passwords Authen::OATH is an implementation of the HOTP and TOTP One Time Password algorithms as defined by OATH (http://www.openautentication.org). . All necessary parameters are set by default, though these can be overridden. Both totp() and htop() have passed all of the test vectors defined in the RFC documents for TOTP and HOTP. . totp() and hotp() both default to returning 6 digits and using SHA. As such, both can be called by passing only the secret key and a valid OTP will be returned. Homepage: http://search.cpan.org/dist/Authen-OATH/ Package: libauthen-passphrase-perl Priority: optional Section: perl Installed-Size: 261 Maintainer: Debian Perl Group Architecture: all Version: 0.008-1.4.201403110859 Depends: perl, libauthen-dechpwd-perl, libcrypt-des-perl, libcrypt-eksblowfish-perl, libcrypt-mysql-perl, libcrypt-passwdmd5-perl, libcrypt-unixcrypt-xs-perl, libdata-entropy-perl, libdigest-md4-perl, libmodule-runtime-perl (>= 0.011), libparams-classify-perl Filename: 4.0-0/all/libauthen-passphrase-perl_0.008-1.4.201403110859_all.deb Size: 108186 MD5sum: fd89d23e3edbac0eeb715bbacafa465e SHA1: 5757e77c63ef8aa61bc9cd8efaea1138b1cce732 SHA256: 7f769de2af41840dd9977ecf19a8dd0a7e4d0585238792d5c8f94f93ce322409 Description: Perl module encapsulating hashed passwords/passphrases as objects Authen::Passphrase is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect, and the intent of this class is to provide a consistent interface to them all, hiding the details. . This package contains implementations of several specific passphrase schemes in addition to the base class. Homepage: http://search.cpan.org/dist/Authen-Passphrase/ Package: libauthen-radius-perl Priority: extra Section: perl Installed-Size: 126 Maintainer: Debian Perl Group Architecture: all Version: 0.20-1.6.201403110905 Depends: perl Filename: 4.0-0/all/libauthen-radius-perl_0.20-1.6.201403110905_all.deb Size: 51168 MD5sum: bbcabfed523de9d8c959f9fd149a9431 SHA1: 4b7f4b719ebf5a5ae6ce66d21ff489c7b84c2563 SHA256: ae66d2cebb39b0f8e896b9ab1cfd5974fedd9b805c79d5c6ea2c72b87f0005f4 Description: module to authenticate users using RADIUS Authen::Radius is a Perl module that supports authentication of credentials against a RADIUS database. It also permits retrieval and modification of a user's settings. Name/value attribute pairs are automatically translated by the loaded dictionary. Homepage: http://search.cpan.org/dist/RadiusPerl/ Package: libauthen-simple-cdbi-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.2-2.4.201403110915 Depends: perl, libauthen-simple-perl, libclass-dbi-perl, libdbd-sqlite3-perl Filename: 4.0-0/all/libauthen-simple-cdbi-perl_0.2-2.4.201403110915_all.deb Size: 6656 MD5sum: 4cb501a0bd39d6fa3c836ac39acdb3fa SHA1: 7c9b86b9ae38ec2ce4a9a779ea0547431b6c1449 SHA256: e05f4dc4fcb2c48d71645630cd2aec2c61bcdcb93ea3e2ae20436f465833152c Description: Simple CDBI authentication This package allow to use CDBI authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-CDBI/ Package: libauthen-simple-dbi-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.2-2.4.201403110918 Depends: perl, libauthen-simple-perl, libdbd-sqlite3-perl Filename: 4.0-0/all/libauthen-simple-dbi-perl_0.2-2.4.201403110918_all.deb Size: 6990 MD5sum: 0fb5fc75eb69ca52d1224213a3e87c0a SHA1: a4ca7d4d430187d60991023d5475ce86632e3d2f SHA256: 585ae984a507ccb3f848b4dd8a4c6930652a0b882926053dafbeb56c919f48eb Description: Simple DBI authentication This package allow to use DBI authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-DBI/ Package: libauthen-simple-dbm-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.2-2.4.201403110921 Depends: perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-dbm-perl_0.2-2.4.201403110921_all.deb Size: 7566 MD5sum: dc12c264e18a74f8fcc590745ec3d6ca SHA1: 710441d8eee6e8452905a87358beba563571ce35 SHA256: 06aa848601b03bd8093b2a5a5b40413407accc150bf5540ecb4b402eb98e9a89 Description: Simple DBM authentication This package allow to use DBM authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-DBM/ Package: libauthen-simple-http-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.2-3.4.201403110923 Depends: perl, libwww-perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-http-perl_0.2-3.4.201403110923_all.deb Size: 7134 MD5sum: f086543ab698e16742d0e389e0d1d318 SHA1: 144f75cc524b73b9bcf6b34a410e24503b21642f SHA256: f175989ba58233700b4ca25b9030e51d52beed63dbfac0b5c90c86d65c99d6f5 Description: Simple HTTP authentication This package allow to use HTTP authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-HTTP/ Package: libauthen-simple-kerberos-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.1-3.4.201403110926 Depends: perl, libauthen-krb5-simple-perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-kerberos-perl_0.1-3.4.201403110926_all.deb Size: 6536 MD5sum: a2845bad633b3b733d1d10c050e6b4ec SHA1: ee8989e979c8f3100f75a95d6bfffe5b1845f73a SHA256: 344c5ebe218c72f2b8c4d331ec3f6adda26e37eb9d50fd5eda2c03432a153b02 Description: Simple Kerberos authentication This package allow to use Kerberos authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-Kerberos/ Package: libauthen-simple-ldap-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.3-1.4.201403110931 Depends: perl, libauthen-simple-perl, libnet-ldap-perl Filename: 4.0-0/all/libauthen-simple-ldap-perl_0.3-1.4.201403110931_all.deb Size: 12500 MD5sum: d342e18f157d70c3b537a0ffffba1009 SHA1: 2e4a337a4d034953e51bbe0c6db512444974c740 SHA256: e26e14aad1aab38b7221a5f99a7359d45473c721d41e59f11eff378137c36741 Description: module for simple LDAP authentication Authen::Simple::LDAP is part of the Authen::Simple framework for simple and consistent authentication. It provides a module for authentication against an LDAP service, including Apple Open Directory and Microsoft Active Directory servers. Homepage: http://search.cpan.org/dist/Authen-Simple-LDAP/ Package: libauthen-simple-net-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.2-3.4.201403110935 Depends: perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-net-perl_0.2-3.4.201403110935_all.deb Size: 12506 MD5sum: ec98ac0296ffdf87daca9b58f2555f9e SHA1: 4c7a99646d819a0cb20d5ad5220f93474d0976cc SHA256: da3f791998d40b841b204d57cc8bc415b04f989e894170de86be611fb31972a0 Description: Simple NET authentication This package allow to use NET authentication methods. . It supports: * Simple FTP authentication, * Simple POP3 authentication, * Simple SMTP authentication. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-Net/ Package: libauthen-simple-pam-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.2-3.4.201403110940 Depends: perl, libauthen-pam-perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-pam-perl_0.2-3.4.201403110940_all.deb Size: 6668 MD5sum: d184fb3ba10d2fa927acb410379303d1 SHA1: b70e5038e5678f8f6b80fba5db190405428efe84 SHA256: ae5fa91750cb5c6ed3036fa4a4999036bca89ab9efdee9bf0ceebf853e9ad415 Description: simple PAM authentication module Authen::Simple::PAM allows to use PAM authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-PAM/ Package: libauthen-simple-passwd-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.6-2.4.201403110945 Depends: perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-passwd-perl_0.6-2.4.201403110945_all.deb Size: 7404 MD5sum: 168fd035673a94051865b9a47a42ec9e SHA1: 7a6c15e658b8bce01bc676ab55b5357b704761b1 SHA256: 3b3ba8097c7364118cadf6ae780f45649dc90f8996c2e608321810a74904267b Description: Simple Passwd authentication This package allow to authenticate against a passwd file. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-Passwd/ Package: libauthen-simple-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 0.5-1.4.201403110948 Depends: perl, libclass-accessor-perl, libclass-data-inheritable-perl, libcrypt-passwdmd5-perl, libparams-validate-perl Recommends: libauthen-simple-pam-perl | libauthen-simple-passwd-perl | libauthen-simple-http-perl | libauthen-simple-ldap-perl | libauthen-simple-smb-perl | libauthen-simple-kerberos-perl Suggests: libauthen-simple-cdbi-perl | libauthen-simple-dbi-perl | libauthen-simple-dbm-perl | libauthen-simple-net-perl | libauthen-simple-radius-perl Filename: 4.0-0/all/libauthen-simple-perl_0.5-1.4.201403110948_all.deb Size: 21724 MD5sum: acfd5e752827815dbae0d1b1ffe5597f SHA1: f572411cd17df22c945d83cb382009dde6c71286 SHA256: 410662eb54b007e199b4372b8d1e79eba45aef304730768527b528e9f5e0897d Description: simple and consistent perl framework for authentication Authen::Simple is the base package for various authentication methods written by the same author and available in the following packages: . * libauthen-simple-pam-perl * libauthen-simple-passwd-perl * libauthen-simple-http-perl * libauthen-simple-ldap-perl * libauthen-simple-smb-perl * libauthen-simple-kerberos-perl Homepage: http://search.cpan.org/dist/Authen-Simple/ Package: libauthen-simple-radius-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.1-2.4.201403110951 Depends: perl, libauthen-simple-perl, libauthen-radius-perl Filename: 4.0-0/all/libauthen-simple-radius-perl_0.1-2.4.201403110951_all.deb Size: 6562 MD5sum: 9fcfdf3f96b713878a091b64b90bc40d SHA1: a692cfdc3eb67464f7ef589a1f3743b4940a2adb SHA256: 72a3fc8246a21a2f5e13913ec3eb79218a74e1800f013063bbb6342e36e21dd5 Description: Simple RADIUS authentication This package allow to use RADIUS authentication methods. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-RADIUS/ Package: libauthen-simple-smb-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.1-3.4.201403110956 Depends: perl, libauthen-smb-perl, libauthen-simple-perl Filename: 4.0-0/all/libauthen-simple-smb-perl_0.1-3.4.201403110956_all.deb Size: 6460 MD5sum: ef7d13705f64f0d9fd66ca2c8424f306 SHA1: da11b6469727082e1b8b1616513570dd7f521c6a SHA256: d685c59cb8e0dbcf09a26b117b28ddb14475d86d3fd8be56fbbf36b84ac246de Description: Simple SMB authentication This package allow to authenticate against a SMB server. . It uses the libauthen-simple-perl framework. Homepage: http://search.cpan.org/dist/Authen-Simple-SMB/ Package: libauthority-shared-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.006-1.2.201403111006 Depends: perl, libobject-authority-perl, libobject-role-perl Filename: 4.0-0/all/libauthority-shared-perl_0.006-1.2.201403111006_all.deb Size: 8472 MD5sum: 4f8307ccc8f6988465f24934ecbcbe3a SHA1: b360f06c0cf75372139a1474b3af747e432fce78 SHA256: 79141bb2851c4faff7cea06ad82b67eb158b27c2093f3658b2a66a3581286ffd Description: multi-AUTHORITY method for your classes authority::shared allows you to indicate that your module is issued by multiple authorities. The main use case for shared authorities is for team projects. The team would designate a URI to represent the team as a whole, e.g. http://www.perlrdf.org/. Releases can then be officially stamped with the authority of the team using: . use authority::shared q; . And users can check they have a module released by the official team using: . RDF::TakeOverTheWorld->AUTHORITY(q); . which will croak if package RDF::TakeOverTheWorld doesn't have the specified authority. Homepage: http://search.cpan.org/dist/authority-shared/ Package: libautobox-core-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 1.21-1.4.201403111008 Depends: perl, libautobox-perl (>= 2.71) Filename: 4.0-0/all/libautobox-core-perl_1.21-1.4.201403111008_all.deb Size: 32570 MD5sum: 716ad9249338f306198a63c23a996ba9 SHA1: d9dc15972882324641adfec482d417cb570e1184 SHA256: b46fda8ac0703febdeeef66bfcb3a96d67a524f582fc144eeeb571b43c5559b2 Description: module providing automatic methods for core functions This module provides automatic methods which wrap perl's built-in functions for minipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups. . autobox::Core is what you'd call a stub module. It is merely glue, presenting existing functions with a new interface. Most of the methods read like sub hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays, scalars, and code references, some Perl 6-ish things were thrown in, and some keywords like foreach have been turned into methods. Homepage: http://search.cpan.org/dist/autobox-Core/ Package: libautobox-dump-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Ivan Kohler Architecture: all Version: 20090426.1746-1.4.201403111010 Depends: perl Filename: 4.0-0/all/libautobox-dump-perl_20090426.1746-1.4.201403111010_all.deb Size: 7502 MD5sum: 7a5db47c8dccce8565f47f1e4774d635 SHA1: 2f6bae7fad7c967446f63591a2ba986122b7bb9f SHA256: fbf6fd18a4cb77f34946d13159dc17f7899706baffdc1b35497bd04848ca6738 Description: Human/perl readable strings from the results of an EXPR The autobox::dump pragma adds, via the autobox pragma, a method to normal expression (such as scalars, arrays, hashes, math, literals, etc.) that produces a human/perl readable representation of the value of that expression. Homepage: http://search.cpan.org/dist/autobox-dump/ Package: libautobox-list-util-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 20090629-1.4.201403111012 Depends: perl Filename: 4.0-0/all/libautobox-list-util-perl_20090629-1.4.201403111012_all.deb Size: 7060 MD5sum: d0f84e57fc51156d5c80c88725bd50ff SHA1: 1cc662fe2433b1e7c2bda4fd130b415f9b0aae9b SHA256: 19c3d4a4d03526371e8e5e4bfcc2849c65cb12e2ed632f594cbba0f0c2a91a1c Description: Perl module providing List::Util functions as methods on arrays The autobox pragma allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references. . autobox::List::Util brings all of the functions from List::Util to arrays as methods. Homepage: http://search.cpan.org/dist/autobox-List-Util/ Package: libautodie-perl Priority: optional Section: perl Installed-Size: 178 Maintainer: Debian Perl Group Architecture: all Version: 2.12-1.4.201403111016 Depends: perl, libsub-identify-perl (>= 0.04) Recommends: libipc-system-simple-perl Filename: 4.0-0/all/libautodie-perl_2.12-1.4.201403111016_all.deb Size: 66628 MD5sum: 0370e2c07b197e529a4486059964127a SHA1: 30000f969bf5ec34517e679bbae7c7f0dc009cd3 SHA256: 394c8aabc832f3ae307e7902aba2031674cd56d3bc10a533873e65a1f9c321f6 Description: Perl pragma to make certain failures fatal autodie is a Perl pragma that changes the behaviour of many built-in functions so that exceptions are thrown on failure rather than simply returning a false value. It understands lexical scope, meaning functions and subroutines altered with this module will only have this behaviour until the end of the enclosing eval, file or block, so it is useful when some code is out of your control. . By throwing exceptions on failure rather than simply returning false, programs are more robust and problems are easier to troubleshoot. . This module can also use IPC::System::Simple (see libipc-system-simple-perl) to do all the heavy lifting. Homepage: http://search.cpan.org/dist/autodie/ Package: libautomaton-java Priority: optional Section: java Installed-Size: 826 Maintainer: Debian Java Maintainers Architecture: all Source: automaton Version: 1.11-8-1.2.201403132341 Filename: 4.0-0/all/libautomaton-java_1.11-8-1.2.201403132341_all.deb Size: 214464 MD5sum: 7e8f9d42a8704adabb7000ac32570b20 SHA1: 4c9f0e015695512e0b17b3615db1dfbbdc8b6c09 SHA256: ffb4e3accc5d48e4d8ec144413e17720b908d13582448d9798472334e66aff59 Description: Finite-State Automaton for Regular Expressions Automaton is a DFA/NFA (finite-state automata) implementation with Unicode alphabet (UTF16) and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement, etc.). Homepage: http://www.brics.dk/automaton/index.html Package: libav-doc Priority: optional Section: doc Installed-Size: 176883 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Replaces: ffmpeg-doc (<< 6:0.8.16-1.5.201411010453) Breaks: ffmpeg-doc (<< 6:0.8.16-1.5.201411010453) Filename: 4.0-0/all/libav-doc_0.8.16-1.5.201411010453_all.deb Size: 12568348 MD5sum: 4f2b12fe87a2d2bbc41d5a7a5be3d018 SHA1: 4c504a7f60358a31135cc691218a1a3d0adddec6 SHA256: 772a3ea28c3b80483ff6eb11b00e137246cb5758509090d1abe8c414648e6058 Description: Documentation of the Libav API Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. Homepage: http://libav.org/ Package: libav-extra-dbg Priority: extra Section: oldlibs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libav-dbg Filename: 4.0-0/all/libav-extra-dbg_0.8.16-1.5.201411010453_all.deb Size: 54358 MD5sum: ca322366a2594e7d6edf55cd59788e3c SHA1: 9ffa75d1f4a78935afbcbf615db7357c02db1c60 SHA256: 1f35eec0919d2dfd7c75affdd6c8be3704c385f9fa4f9e627d1ffaf479a28627 Description: Debug symbols for Libav related packages (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package serves as a transitional package to libav-dbg. Homepage: http://libav.org/ Package: libavahi-cil-dev Priority: optional Section: cli-mono Installed-Size: 43 Maintainer: Utopia Maintenance Team Architecture: all Source: avahi-sharp Version: 0.6.19-4.2.9.201403140104 Replaces: libavahi-cil, libavahi1.0-cil (<< 0.6.19-4.1~) Depends: libavahi1.0-cil (= 0.6.19-4.2.9.201403140104) Filename: 4.0-0/all/libavahi-cil-dev_0.6.19-4.2.9.201403140104_all.deb Size: 8648 MD5sum: 14c01c6c4d21b8417482e811d60ba046 SHA1: 56537fd8bd3693970d7f72274a6ecbf1649b00cf SHA256: bab85799fedabbf63331ccafa20a7ac5570da0d57f539307a0ef7ac8e09b43c7 Description: CLI bindings for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains development files for the avahi-sharp library, and should be used for compilation. Package: libavahi-ui-cil-dev Priority: optional Section: cli-mono Installed-Size: 43 Maintainer: Utopia Maintenance Team Architecture: all Source: avahi-sharp Version: 0.6.19-4.2.9.201403140104 Replaces: libavahi-ui0.0-cil (<< 0.6.19-4.1~) Depends: libavahi-ui0.0-cil (= 0.6.19-4.2.9.201403140104), libgtk2.0-cil-dev Filename: 4.0-0/all/libavahi-ui-cil-dev_0.6.19-4.2.9.201403140104_all.deb Size: 8676 MD5sum: 638da71fdbcfc13d87c9adce0ae9bff9 SHA1: 9d1d332ee4e7ce5f5cc23f28884378a58416e94c SHA256: 6aaef4f0716270469e78b20c16489ed7d9e869b2a0e3ef2308aea8104fcbbec9 Description: CLI bindings for Avahi Ui Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains development files for the avahi-ui-sharp library, and should be used for compilation. Package: libavahi-ui0.0-cil Priority: optional Section: cli-mono Installed-Size: 65 Maintainer: Utopia Maintenance Team Architecture: all Source: avahi-sharp Version: 0.6.19-4.2.9.201403140104 Depends: cli-common (>= 0.5.1), libavahi-common3 (>= 0.6.16), libavahi-ui0 (>= 0.6.22), libavahi1.0-cil (>= 0.6.10), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libavahi-ui0.0-cil_0.6.19-4.2.9.201403140104_all.deb Size: 13394 MD5sum: b19ac226f070da387d312fa3c2b5be65 SHA1: 199bef6153b74269286f330fdf7b28383379098a SHA256: 0be0503ded7c0b6773a943113c019b00759b2f157183142181349b39e2cea0ca Description: CLI bindings for Avahi Ui Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the CLI bindings to Avahi Ui, allowing you to use Avahi Ui from Mono languages (e.g. C# and Boo). Package: libavahi1.0-cil Priority: optional Section: cli-mono Installed-Size: 106 Maintainer: Utopia Maintenance Team Architecture: all Source: avahi-sharp Version: 0.6.19-4.2.9.201403140104 Replaces: libavahi-cil Provides: libavahi-cil Depends: cli-common (>= 0.5.1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.13) | libc6.1 (>= 2.13) | libc0.1 (>= 2.13), libmono-corlib4.0-cil (>= 2.10.1), libmono-posix4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Conflicts: libavahi-cil Filename: 4.0-0/all/libavahi1.0-cil_0.6.19-4.2.9.201403140104_all.deb Size: 30110 MD5sum: 34261d79fc907da8c47ecceab2aaa4f3 SHA1: 42d8ac4845780361c84a57b125be7fd4183d5291 SHA256: 033c39a78bc42030feceb2b18c210f064f938135c8dc6048a326da41bd704806 Description: CLI bindings for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the CLI bindings to Avahi, allowing you to use Avahi from Mono languages (e.g. C# and Boo). Package: libavalon-framework-java-doc Priority: optional Section: doc Installed-Size: 1818 Maintainer: Debian Java Maintainers Architecture: all Source: avalon-framework Version: 4.2.0-8.13.201403140116 Suggests: libavalon-framework-java Filename: 4.0-0/all/libavalon-framework-java-doc_4.2.0-8.13.201403140116_all.deb Size: 139670 MD5sum: c8fdef17f90df2b634dfdf418e9e7bbb SHA1: 62bdbe84a8cb3393b3786bbc913a9b085104e21b SHA256: 095d6627a449c2bad3869bf17fda1826250827c6347be06bcd273b7aa725cc17 Description: Common framework for Java server applications (API) The Avalon framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcement, and several lightweight convenience implementations of the generic components. . This is the API documentation for Avalon which is a common framework for Java server applications. Homepage: http://excalibur.apache.org/ Package: libavalon-framework-java Priority: optional Section: java Installed-Size: 175 Maintainer: Debian Java Maintainers Architecture: all Source: avalon-framework Version: 4.2.0-8.13.201403140116 Suggests: libavalon-framework-java-doc Filename: 4.0-0/all/libavalon-framework-java_4.2.0-8.13.201403140116_all.deb Size: 70502 MD5sum: 3c14a44fbce206e030858ed6b8660899 SHA1: 021296f790dce21c467951bff24efbc9470bcc2b SHA256: 4709f7fbe3d27f6d2f330258117d1df51589d44f247f677dd9927dd95f649b6c Description: Common framework for Java server applications The Avalon framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcement, and several lightweight convenience implementations of the generic components. Homepage: http://excalibur.apache.org/ Package: libavdevice-extra-53 Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libavdevice53 Filename: 4.0-0/all/libavdevice-extra-53_0.8.16-1.5.201411010453_all.deb Size: 54394 MD5sum: b1a3407ba968b9d09a70fdebb7ee54fd SHA1: dd6c48c25d124b58674179688a8518f4a4a3ca5a SHA256: 1edd0e8adcfb5263ad19c04138df639b694c24f5581fc71aaeef7810023ea157 Description: Libav device handling library (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package is only used for transitional purposes and can be safely removed when no other packages depend on this package. Homepage: http://libav.org/ Package: libavfilter-extra-2 Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libavfilter2 Filename: 4.0-0/all/libavfilter-extra-2_0.8.16-1.5.201411010453_all.deb Size: 54392 MD5sum: c9d7655f66a502ed7dd7de7e5d9e12be SHA1: 5e5422bc5dc2b8f77d69b7fbe2287fe59a15279a SHA256: a44c065acb9cdf9f048e0b927a31002465f80f7b9a8384f1549c7a3f76e94930 Description: Libav filter library (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package is only used for transitional purposes and can be safely removed when no other packages depend on this package. Homepage: http://libav.org/ Package: libavformat-extra-53 Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libavformat53 Filename: 4.0-0/all/libavformat-extra-53_0.8.16-1.5.201411010453_all.deb Size: 54400 MD5sum: 2a5dda63bf032fea8d262e046142f823 SHA1: 1af65d2e7558cab48428a00ee741f18992b8f08a SHA256: 4ba76306e14da2caa0a6b0afd7f9c305f7faec65b5853efd05d9a029dc63c67d Description: Libav video postprocessing library (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package is only used for transitional purposes and can be safely removed when no other packages depend on this package. Homepage: http://libav.org/ Package: libavifile-0.7-common Priority: optional Section: misc Installed-Size: 184 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: avifile Version: 1:0.7.48~20090503.ds-13.6.201403140141 Replaces: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10) Breaks: libavifile-0.7c2 (<< 1:0.7.48~20090503.ds-10) Filename: 4.0-0/all/libavifile-0.7-common_0.7.48~20090503.ds-13.6.201403140141_all.deb Size: 89696 MD5sum: b577a736a2e21fdb0628633c31daf213 SHA1: 3e6ee93783a64b0945bace22f339759e71d2ccd6 SHA256: a9bb0c5d2dcd9a63d1274c3fd31d26418c9c8828688672889e59217d419ba5e7 Description: toolkit for libavifile Library that allows programs to read and write compressed AVI files (Indeo Video, DivX ;-), etc.) under GNU. (De)Compression is performed with various audio/video plugins (FFMpeg, Vorbis, Win32, ...). Formats like mpeg, mov are partly supported. For more info about usage of Win32, Lame and OpenDivX plugin see README.debian. . This package contains the common files which libavifile needed. Multi-Arch: foreign Homepage: http://avifile.sf.net Package: libavutil-extra-51 Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libav Version: 6:0.8.16-1.5.201411010453 Depends: libavutil51 Filename: 4.0-0/all/libavutil-extra-51_0.8.16-1.5.201411010453_all.deb Size: 54388 MD5sum: a7429573c9b7bf2e6ce867808f34128a SHA1: dc01dce3297adcd907931d3b5f9c3a7231b7ee72 SHA256: 63988e75bdc9c477d6545c10112b52d0bf02af9074062473bac09b3877b9ff48 Description: Libav utility library (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package is only used for transitional purposes and can be safely removed when no other packages depend on this package. Homepage: http://libav.org/ Package: libawl-php Priority: extra Section: php Installed-Size: 456 Maintainer: Andrew McMillan Architecture: all Source: awl Version: 0.53-1.4.201403140400 Depends: debconf (>= 1.0.32), perl Recommends: php5 (>= 5.1) Filename: 4.0-0/all/libawl-php_0.53-1.4.201403140400_all.deb Size: 116758 MD5sum: cdc181a472b3e715fa53d45546dc609a SHA1: 6c47055254807c1742dcae33fad8bb9430146b45 SHA256: edd18909d976f1c5d54b4d0b7d687545c4593053772c6a3c2a8b8121db6e52d0 Description: Andrew's Web Libraries - PHP Utility Libraries This package contains Andrew's Web Libraries. This is a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing . There is some documentation in the awl-doc package. Homepage: http://andrew.mcmillan.net.nz/projects/awl Package: libaws-doc Priority: optional Section: doc Installed-Size: 1190 Maintainer: Ludovic Brenta Architecture: all Source: libaws Version: 2.10.2-4.5.201403111123 Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat Filename: 4.0-0/all/libaws-doc_2.10.2-4.5.201403111123_all.deb Size: 320128 MD5sum: f942460d9856b899a040486010264803 SHA1: ba0f27f9a0c37fac5b33e65c2f4fa8404cf92f3b SHA256: 0da33dc3d53808f3e287339d9cb0a3e270338fb4162001c0832bac876c42e4cd Description: Ada Web Server documentation AWS is a complete framework to develop Web based applications. The main part of the framework is the embedded Web server. This small yet powerful Web server can be embedded into your application so your application will be able to talk with a Web browser. Around this Web server a lot of services have been developed. . This package contains the documentation for the Ada Web Server in info, ASCII and HTML formats, as well as demos and source code of reusable web elements. Package: libaxiom-java Priority: optional Section: java Installed-Size: 421 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Version: 1.2.8-1.5.201403111134 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libaxiom-java_1.2.8-1.5.201403111134_all.deb Size: 355530 MD5sum: 2ae7994bac226a8468d009495b118c84 SHA1: 2c76db9096659b563777599bf29ddd3173700c3c SHA256: df29573f6f4267d8bf5bad7a340015c811c310e81935d26f154592dc7bc04f89 Description: Apache AXIOM Java library (AXIs Object Model) Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. Package: libaxis-java-doc Priority: optional Section: doc Installed-Size: 27427 Maintainer: Debian Java Maintainers Architecture: all Source: axis Version: 1.4-16.2.13.201410221148 Suggests: libaxis-java Filename: 4.0-0/all/libaxis-java-doc_1.4-16.2.13.201410221148_all.deb Size: 2001928 MD5sum: b252677bb74e22170fba8c76379e17e4 SHA1: 02f8639a7e6fa23c6da55562bb4d894095b20de8 SHA256: 4d9303cc0056ec14e56d5dde4f642a366554c1d215c312696adc01162d20dbad Description: SOAP implementation in Java (documentation) Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. . From the draft W3C specification: . SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. . This project is a follow-on to the Apache SOAP project. . This package contains the Javadoc API documentation. Homepage: http://ws.apache.org/axis/ Package: libaxis-java Priority: optional Section: java Installed-Size: 1662 Maintainer: Debian Java Maintainers Architecture: all Source: axis Version: 1.4-16.2.13.201410221148 Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java, libcommons-httpclient-java, libgnujaf-java, libgnumail-java, libservlet2.5-java Recommends: ant Suggests: libaxis-java-doc Filename: 4.0-0/all/libaxis-java_1.4-16.2.13.201410221148_all.deb Size: 1495234 MD5sum: 999d7ef25064665210a667af5f8b0e53 SHA1: e63887a5c31d4733812f11b930e09b148f038ec1 SHA256: 6ddbeba21d4815e5b4741cc62f7677e963f7bf1f78c648179d931e6a18044ca0 Description: SOAP implementation in Java Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. . From the draft W3C specification: . SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. . This project is a follow-on to the Apache SOAP project. Homepage: http://ws.apache.org/axis/ Package: libb-perlreq-perl Priority: optional Section: perl Installed-Size: 82 Maintainer: Debian Perl Group Architecture: all Version: 0.80-1.4.201403111206 Depends: perl Filename: 4.0-0/all/libb-perlreq-perl_0.80-1.4.201403111206_all.deb Size: 25264 MD5sum: 5548f1470f29fcb7bf9a068c38f9d595 SHA1: 2258a58f93994b97adaef501dbb8f0f7d93192ec SHA256: 3c00c1937cc6ba3b153b923135055da16545d90ea9459b5cce8d5644d2aee64f Description: Perl module to determine Perl module dependencies B::PerlReq is a backend module for the Perl compiler that determines the dependencies of Perl source code, based on the internal structure that Perl creates itself after parsing a program source file. The output of this module is suitable for automatic dependency detection, tracking and organization, particularly for building and maintaining binary packages. Homepage: http://search.cpan.org/dist/rpm-build-perl/ Package: libbabl-doc Priority: optional Section: doc Installed-Size: 1932 Maintainer: Matteo F. Vescovi Architecture: all Source: babl Version: 0.1.10-1.6.201403140708 Replaces: libbabl-0.0-doc Breaks: libbabl-0.0-doc Filename: 4.0-0/all/libbabl-doc_0.1.10-1.6.201403140708_all.deb Size: 149964 MD5sum: d70827787c93a9824dbd23e2c9ab897d SHA1: b74a805e8abf089378ff8cafd79797e648eb23aa SHA256: 8697e01ab948096f3c9deb2f5c464deae2aced44c4823451ffd7c954841bbe52 Description: Dynamic, any to any, pixel format conversion library (documentation) Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. . This package contains the API documentation. Multi-Arch: foreign Homepage: http://gegl.org/babl/ Package: libbackport-util-concurrent-java-doc Priority: optional Section: doc Installed-Size: 3727 Maintainer: Debian Java Maintainers Architecture: all Source: backport-util-concurrent Version: 3.1-3.10.201403140724 Suggests: libbackport-util-concurrent-java, default-jdk-doc Filename: 4.0-0/all/libbackport-util-concurrent-java-doc_3.1-3.10.201403140724_all.deb Size: 360128 MD5sum: 4b4aaa4ca77c071084cc1671a69e064a SHA1: 7ad824d37b78c3af9f55fc4e426d20d2c232bcb4 SHA256: cbf48303fcc997ffcef5dbf5a7b3f40b5f0b8645b88db329e16386dd5eb65994 Description: backport of java.util.concurrent to Java 1.4 This is a backport of the java.util.concurrent API, introduced in Java 5.0, to Java 1.4. . This package contains the API documentation for libbackport-util-concurrent-java. Homepage: http://backport-jsr166.sourceforge.net/ Package: libbackport-util-concurrent-java Priority: optional Section: java Installed-Size: 377 Maintainer: Debian Java Maintainers Architecture: all Source: backport-util-concurrent Version: 3.1-3.10.201403140724 Suggests: libbackport-util-concurrent-java-doc Filename: 4.0-0/all/libbackport-util-concurrent-java_3.1-3.10.201403140724_all.deb Size: 293912 MD5sum: f3f2317a565f823b6156c161d54b3da0 SHA1: b1906c9575de50d42b57a7fe6df43c777a73a788 SHA256: 05baf7a0ee74a0c6a941f73b5e1efca592e0389a30245b9af6e85c05e74073a5 Description: backport of java.util.concurrent to Java 1.4 This is a backport of the java.util.concurrent API, introduced in Java 5.0, to Java 1.4. Homepage: http://backport-jsr166.sourceforge.net/ Package: libball1.4-data Priority: optional Section: science Installed-Size: 106166 Maintainer: Debian Med Packaging Team Architecture: all Source: ball Version: 1.4.1+20111206-4.4.201403140827 Filename: 4.0-0/all/libball1.4-data_1.4.1+20111206-4.4.201403140827_all.deb Size: 15064176 MD5sum: 4dbbb7ef605e72edc908941f8943af61 SHA1: 177d5f3d24e9858b7843d6edd2aae008e773f94a SHA256: a067eff0d3d5c12f7740d031b769f1ff3fd48d0ebcc5a06d57139d9c19fc81ba Description: Biochemical Algorithms Library BALL (Biochemical Algorithms Library) is an application framework in C++ that has been specifically designed for rapid software development in Molecular Modeling and Computational Molecular Biology. It provides an extensive set of data structures as well as classes for Molecular Mechanics, advanced solvation methods, comparison and analysis of protein structures, file import/export, and visualization. BALL is currently being developed in the groups of Oliver Kohlbacher (University of Tuebingen, Germany), Andreas Hildebrandt (Saarland University, Saarbruecken, Germany), and Hans-Peter Lenhof (Saarland University, Saarbruecken, Germany). . This package contains the data files (force field parameters, fragment data bases, etc) necessary for using BALL. Homepage: http://www.ballview.org Package: libball1.4-doc Priority: optional Section: doc Installed-Size: 137164 Maintainer: Debian Med Packaging Team Architecture: all Source: ball Version: 1.4.1+20111206-4.4.201403140827 Depends: libball1.4 Conflicts: libball1.3-doc Filename: 4.0-0/all/libball1.4-doc_1.4.1+20111206-4.4.201403140827_all.deb Size: 16568256 MD5sum: e8dc8db91bfc099f2a48762b46539a5d SHA1: 26539a4c4be3679cbb5f671269861623afc266df SHA256: 2578b57aee3d78b7d53a7a99a4ac7d1754c49945758980e43bbeefe38b2a11fa Description: documentation for the BALL library BALL (Biochemical Algorithms Library) is an application framework in C++ that has been specifically designed for rapid software development in Molecular Modeling and Computational Molecular Biology. The package comprises an extensive manual on how to program molecular modelling programs with BALL. Homepage: http://www.ballview.org Package: libbamf-doc Priority: optional Section: doc Installed-Size: 77 Maintainer: Didier Roche Architecture: all Source: bamf Version: 0.2.118-1.2.201403140913 Suggests: devhelp Filename: 4.0-0/all/libbamf-doc_0.2.118-1.2.201403140913_all.deb Size: 13414 MD5sum: 465b6df609d257cadf146791272eb448 SHA1: aeabc5c7113e336d5c125ab93069deaee2dfb5af SHA256: 00db73b0633ba81e0593c0223312857e6bc38ea8490cc5a010915b1f5cc16033 Description: Window matching library - documentation bamf matches application windows to desktop files . This package contains the daemon used by the library and a gio module that facilitates the matching of applications started through GDesktopAppInfo . This package contains the documentation Homepage: https://launchpad.net/bamf Package: libbarby-ruby-doc Priority: optional Section: doc Installed-Size: 54 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-barby Version: 0.5.0-1.4.201403170340 Depends: ruby-barby Filename: 4.0-0/all/libbarby-ruby-doc_0.5.0-1.4.201403170340_all.deb Size: 12032 MD5sum: 33db0a772587af70ca0e146bbb0740d3 SHA1: 927cf06276c180afc7f8c39a8295ae9b502f554c SHA256: 2cc951c16386152a59111e2740866bcdfa79234858130b01e589098f6b454bc6 Description: Transitional package for ruby-barby This is a transitional package to ease upgrades to the ruby-barby package. It can safely be removed. Homepage: http://toretore.github.com/barby Package: libbarby-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 54 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-barby Version: 0.5.0-1.4.201403170340 Depends: ruby-barby Filename: 4.0-0/all/libbarby-ruby1.8_0.5.0-1.4.201403170340_all.deb Size: 12036 MD5sum: 9c332b63db33aed209c9d246fe831e36 SHA1: 125f624b3fc7874ff7399be18861769bb30f39f4 SHA256: b379ced36f07dbafa27236349d32b4d1957b2ddd7a3d4b3cbfea80f8394a196d Description: Transitional package for ruby-barby This is a transitional package to ease upgrades to the ruby-barby package. It can safely be removed. Homepage: http://toretore.github.com/barby Package: libbarby-ruby Priority: extra Section: oldlibs Installed-Size: 54 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-barby Version: 0.5.0-1.4.201403170340 Depends: ruby-barby Filename: 4.0-0/all/libbarby-ruby_0.5.0-1.4.201403170340_all.deb Size: 12038 MD5sum: 8a645c016cdf2ed014b3c0f26bd69702 SHA1: 463271675d9986e3f231cbf0165de02edd06ae4b SHA256: 979135633acda18458b1d5617b6959f18b19598c1ce0b2d1641a27de4cc45fdf Description: Transitional package for ruby-barby This is a transitional package to ease upgrades to the ruby-barby package. It can safely be removed. Homepage: http://toretore.github.com/barby Package: libbarcode-code128-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group Architecture: all Version: 2.01-2.4.201403111211 Depends: perl Filename: 4.0-0/all/libbarcode-code128-perl_2.01-2.4.201403111211_all.deb Size: 23298 MD5sum: 6188328cf5d4ca0dd0171b7d04d526c6 SHA1: 882a9f4e1bd95136b325bebdf83b3dbd18822c08 SHA256: b9385120cd03c9b9631364b4238c1c92b96b799feecd7692a39029c5f42be4b8 Description: Perl library to generate CODE 128 bar codes Barcode::Code128 generates bar codes using the CODE 128 symbology. It can generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired. . The intended use of this module is to create a web page with a bar code on it, which can then be printed out and faxed or mailed to someone who will scan the bar code. The application which spurred its creation was an expense report tool, where the employee submitting the report would print out the web page and staple the receipts to it, and the Accounts Payable clerk would scan the bar code to indicate that the receipts were received. . The default settings for this module produce a large image that can safely be FAXed several times and still scanned easily. If this requirement is not important you can generate smaller image using optional parameters, described below. Homepage: http://search.cpan.org/dist/Barcode-Code128/ Package: libbase-java Priority: optional Section: java Installed-Size: 149 Maintainer: Debian Java Maintainers Architecture: all Source: libbase Version: 1.1.6-2.2.201403111219 Depends: libcommons-logging-java Filename: 4.0-0/all/libbase-java_1.1.6-2.2.201403111219_all.deb Size: 113920 MD5sum: 5bf360d483e37ec159fbfb086f83ea67 SHA1: 8f8f5a8948d37a4993c70387a239f4a4253f3905 SHA256: 92ca32ce9f065f68dd3df9e0d8998c120faf63bd045b233be28524cd8cd199de Description: A general purpose base service library (OOo 3.1 branch) LibBase is a library developed to provide base services like logging, configuration and initialization to all other libraries and applications. The library is the root library for all other Pentaho-Reporting projects. Homepage: http://jfreereport.sourceforge.net/ Package: libbash-doc Priority: optional Section: doc Installed-Size: 111 Maintainer: Hai Zaar Architecture: all Source: libbash Version: 0.9.11-1.4.201403111228 Filename: 4.0-0/all/libbash-doc_0.9.11-1.4.201403111228_all.deb Size: 33582 MD5sum: bbaafd6b69c26aeee769c13e88d042fc SHA1: 9914a302d557dbe466dbc976614b4b04f1378c84 SHA256: dd97069cb2967efe9f5456777ce1e438a5282e342db2fbf8fb1af65f01fbd484 Description: user and developer documentation for libbash libbash is a tool for managing bash scripts that contain functions you may want to use in various scripts. It provides mechanism to define dependencies between scripts and facility for script loading. . This package contains user and developer docs libbash Homepage: http://libbash.sourceforge.net Package: libbash Priority: optional Section: libs Installed-Size: 135 Maintainer: Hai Zaar Architecture: all Version: 0.9.11-1.4.201403111228 Depends: bash (>= 3) Filename: 4.0-0/all/libbash_0.9.11-1.4.201403111228_all.deb Size: 33960 MD5sum: 7b155d685d95260140f75ab85d3c63ec SHA1: 0620c48cc99a6057ce0d4fe0ed3af930b0ddc316 SHA256: 0c71796d77a6678b67e33cbf5419de70820fb55542812b52ca8042493dd5c06c Description: a tool that enables bash dynamic-like shared libraries libbash is a tool for managing bash scripts that contain functions you may want to use in various scripts. It provides mechanism to define dependencies between scripts and facility for script loading. Homepage: http://libbash.sourceforge.net Package: libbasicplayer-java Priority: optional Section: java Installed-Size: 301 Maintainer: Debian Java Maintainers Architecture: all Version: 3.0-6.5.201403111230 Filename: 4.0-0/all/libbasicplayer-java_3.0-6.5.201403111230_all.deb Size: 38474 MD5sum: c33716bd647572c6c25ba35960e0ab2b SHA1: 0a62a786d8a857fb07f28eeb839f72cb070817f0 SHA256: 8467be20a015b8793f7348ee347afb9b9241914689a151e32b8b7456248dc66b Description: threaded simple player class based on JavaSound API BasicPlayer layer is the simple player API of jlGui. These classes are designed to be used in any application that needs simple features (play, stop, pause, resume, seek) to play audio file or stream. It's a high-level API over JavaSound API. . This java library is part of the jlgui player project but can be used independently. Homepage: http://www.javazoom.net/jlgui/api.html Package: libbatik-java Priority: optional Section: java Installed-Size: 10410 Maintainer: Debian Java Maintainers Architecture: all Source: batik Version: 1.7+dfsg-3.11.201403141330 Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless | java7-runtime-headless, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.2.0), libcommons-io-java, libcommons-logging-java, java-wrappers (>= 0.1.12), libxml-commons-external-java Recommends: fop (>= 1:0.94), rhino, openjdk-6-jre | openjdk-7-jre-headless Filename: 4.0-0/all/libbatik-java_1.7+dfsg-3.11.201403141330_all.deb Size: 8698634 MD5sum: 7a375601944eae0c5288612310bba751 SHA1: 1f56d90d773e11959ac7f121840600e47f592f27 SHA256: d9e126a3493cdd44e98ddc8c858823ad59a06c866bdcc6c864af9b82ac88a935 Description: xml.apache.org SVG Library Batik is a toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. . Batik provides several modules to be used in applications: * A SVG generator module, usable to export graphics into the SVG format. * A SVG processor and SVG Viewing component for integrating SVG viewing. * A module to convert SVG to various formats, such as raster images (JPEG, PNG or Tiff) and PS, PDF. . fop is necessary for PDF output of rasterizer. . rhino is necessary for using the SVG browser, squiggle. . For detailed information, go to http://xml.apache.org/batik/ Homepage: http://xml.apache.org/batik/ Package: libbatteries-ocaml-doc Priority: optional Section: doc Installed-Size: 14460 Maintainer: Debian OCaml Maintainers Architecture: all Source: ocaml-batteries Version: 1.4.3-1.4.201403190507 Filename: 4.0-0/all/libbatteries-ocaml-doc_1.4.3-1.4.201403190507_all.deb Size: 1053710 MD5sum: ed821bce7f5b1b882a456ff8f99708d2 SHA1: 27f061157c02a83e5f97124cd1622d5ea152cc11 SHA256: 7e15f0002c0e00b0f4300dbecb014d26d22743c26c0ce6e453132ca884b2db15 Description: Batteries included - OCaml development platform - documentation Batteries included is a community-driven effort to standardize on an uniform, documented, and comprehensive OCaml development platform. . Batteries included serves the following purposes: * define a standard set of libraries which may be expected on every compliant installation of OCaml * organize these libraries into a hierarchy of modules, with one source of documentation * define a standard set of language extensions which may be expected on every compliant installation of OCaml * provide a consistent API for otherwise independent libraries. . This package contains the documentation for batteries included: HTML API documentation, examples, and information about how to use batteries included in your programs. Homepage: http://batteries.forge.ocamlcore.org Package: libbcel-java-doc Priority: optional Section: doc Installed-Size: 31646 Maintainer: Debian Java Maintainers Architecture: all Source: bcel Version: 5.2-9.12.201403141451 Recommends: default-jdk-doc Suggests: libbcel-java Filename: 4.0-0/all/libbcel-java-doc_5.2-9.12.201403141451_all.deb Size: 1944510 MD5sum: e38e5776c47f537f0c562cd2541f86a1 SHA1: 66ca1c90d16c13c83e7a974c595101367f621880 SHA256: 00f86c506616e9632bb2de8f73ceb1b5b7bd862a0f5fd3ab4bc376de451a23a3 Description: Documentation for Byte Code Engineering Library (BCEL) The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. . Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. . This package contains the API (javadoc) documentation. Homepage: http://jakarta.apache.org/bcel/ Package: libbcel-java Priority: optional Section: java Installed-Size: 580 Maintainer: Debian Java Maintainers Architecture: all Source: bcel Version: 5.2-9.12.201403141451 Suggests: libbcel-java-doc Filename: 4.0-0/all/libbcel-java_5.2-9.12.201403141451_all.deb Size: 476826 MD5sum: 63447ad1ecdd9cb3b7367228fe4e18b9 SHA1: e659b8616d66dcbc7ea9c7f0fa98b901cd820cfe SHA256: d0bf2f08aa4c442e1fe7d3e8186fc5e9ecad83e5d0539cf376cd062420a0a459 Description: Analyze, create, and manipulate (binary) Java class files The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. . Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. Homepage: http://jakarta.apache.org/bcel/ Package: libbcmail-java-doc Priority: optional Section: doc Installed-Size: 3105 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Filename: 4.0-0/all/libbcmail-java-doc_1.44+dfsg-3.1.6.201403151012_all.deb Size: 188050 MD5sum: 4e4ea7e1b2711d1cd4b65a322a2e0c85 SHA1: 789c18d91810a55fb4ce3425cd7856eacfa9b511 SHA256: 8525919207efcb0e699779601252a62d7d7b0d1ebe06bf140172817c6edc4dd3 Description: Documentation for libbcmail-java Javadocs for libbcmail-java, which provides Java generators and processors for S/MIME and CMS. Homepage: http://www.bouncycastle.org/ Package: libbcmail-java Priority: optional Section: java Installed-Size: 413 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Depends: default-jre-headless | java2-runtime-headless, libgnumail-java, libgnujaf-java Suggests: java-virtual-machine, libbcmail-java-doc, libbcmail-java-gcj Filename: 4.0-0/all/libbcmail-java_1.44+dfsg-3.1.6.201403151012_all.deb Size: 240532 MD5sum: e236c3e76d6a7c156d7584960f69d4a0 SHA1: 97137cbce8b1572cd60eda1b366c6d7fd463f58e SHA256: 1b638c83381ef608848060168fdad210512e386369a5c2c680c272a893c9ed31 Description: Bouncy Castle generators/processors for S/MIME and CMS The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for S/MIME and CMS (PKCS7/RFC 3852). Homepage: http://www.bouncycastle.org/ Package: libbcpg-java-doc Priority: optional Section: doc Installed-Size: 2495 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Filename: 4.0-0/all/libbcpg-java-doc_1.44+dfsg-3.1.6.201403151012_all.deb Size: 153736 MD5sum: 13d0f9a6c6a63580eba3d2592b40c364 SHA1: 4e8ef5cfd19ebd603fc61f5e20b9c802db1c283a SHA256: 1b4c0acd7fd9959dc997a96ad5840704d183405db637dcb2aa2ae8f9f28e383e Description: Documentation for libbcpg-java Javadocs for libbcpg-java, which provides generators and processors for OpenPGP. Homepage: http://www.bouncycastle.org/ Package: libbcpg-java Priority: optional Section: java Installed-Size: 357 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Depends: default-jre-headless | java2-runtime-headless Suggests: java-virtual-machine, libbcpg-java-doc, libbcpg-java-gcj Filename: 4.0-0/all/libbcpg-java_1.44+dfsg-3.1.6.201403151012_all.deb Size: 189584 MD5sum: ba985dd6d02392b7461ef1d433288690 SHA1: bcd96bfb21f609fd8eec2f5d2848cfa0e4f7acd0 SHA256: 609a91875bb05f21e80719b6ea20c29f536cd0d306521e43415aa1a7215afe0d Description: Bouncy Castle generators/processors for OpenPGP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for OpenPGP (RFC 2440). Homepage: http://www.bouncycastle.org/ Package: libbcprov-java-doc Priority: optional Section: doc Installed-Size: 27661 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Filename: 4.0-0/all/libbcprov-java-doc_1.44+dfsg-3.1.6.201403151012_all.deb Size: 1683876 MD5sum: 8af4fe447f2d98ce4b0a534f3b04af79 SHA1: 820541021d5f9d5c70768dbb15a7650f4c0daebc SHA256: 9be5a335ae6c8eb813f50207033d84983b27de870fe3f8035b3fe82bf205f52c Description: Documentation for libbcprov-java Javadocs for libbcprov-java, a Java implementation of cryptographic algorithms. Homepage: http://www.bouncycastle.org/ Package: libbcprov-java Priority: optional Section: java Installed-Size: 1733 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Depends: libgcj-common (>= 1:4.1.1-19), default-jre-headless | java2-runtime-headless Suggests: java-virtual-machine, libbcprov-java-doc, libbcprov-java-gcj Filename: 4.0-0/all/libbcprov-java_1.44+dfsg-3.1.6.201403151012_all.deb Size: 1383984 MD5sum: 11c6eb8491e5ed38f47b359d53b50585 SHA1: 83ec0735432e920b95b5f6ed868bc75c37036998 SHA256: f20b57d52785d3d08daaaedadf79381e3a165ce2773d50839adf78bb0e5661b2 Description: Bouncy Castle Java Cryptographic Service Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains a JCE provider and a lightweight crypto API. Homepage: http://www.bouncycastle.org/ Package: libbctsp-java-doc Priority: optional Section: doc Installed-Size: 381 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Filename: 4.0-0/all/libbctsp-java-doc_1.44+dfsg-3.1.6.201403151012_all.deb Size: 30726 MD5sum: 81b6864d5a3a8cf531bac7876ee53e69 SHA1: 28bc837a59f8fdc993f98d794c7c347466fb3547 SHA256: 94d7f5e2d35e5a71e529d94f0df6666db67321bd9a985bef6ba50b7fea380726 Description: Documentation for libbctsp-java Javadocs for libbctsp-java, which provides generators and processors for TSP. Homepage: http://www.bouncycastle.org/ Package: libbctsp-java Priority: optional Section: java Installed-Size: 227 Maintainer: Debian Java Maintainers Architecture: all Source: bouncycastle Version: 1.44+dfsg-3.1.6.201403151012 Depends: default-jre-headless | java2-runtime-headless Suggests: java-virtual-machine, libbctsp-java-doc, libbctsp-java-gcj Filename: 4.0-0/all/libbctsp-java_1.44+dfsg-3.1.6.201403151012_all.deb Size: 71354 MD5sum: 32bce2f44236e321c30bf86e083b6d6b SHA1: 2a7f0eaa2d5608d7372cfa0586579d7aa7d4093a SHA256: 233bdd835f3106e292d13bf242b3bbfb1792fac4b13f28f459b8c2936ecfad7a Description: Bouncy Castle generators/processors for TSP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for TSP (RFC 3161). Homepage: http://www.bouncycastle.org/ Package: libbeansbinding-java-doc Priority: optional Section: doc Installed-Size: 5363 Maintainer: Debian Java Maintainers Architecture: all Source: beansbinding Version: 1.2.1-1.2.201403141526 Filename: 4.0-0/all/libbeansbinding-java-doc_1.2.1-1.2.201403141526_all.deb Size: 370092 MD5sum: 4ea19778141b651c267ca87ac1f369ac SHA1: 6ea6219cf82d01ad288ea1c47c746d0d27a7d1d0 SHA256: 30b8514708c74d66d69eefc1b85b18fb069b3c6e29bfe16910a91d37f7aec3b3 Description: Beans Binding API (documentation) In essence, Beans Binding (JSR 295) is about keeping two properties (typically of two objects) in sync. An additional emphasis is placed on the ability to bind to Swing components, and easy integration with IDEs such as NetBeans. This project provides the reference implementation. . This package contains Javadoc API documentation. Homepage: http://beansbinding.dev.java.net/ Package: libbeansbinding-java Priority: optional Section: java Installed-Size: 649 Maintainer: Debian Java Maintainers Architecture: all Source: beansbinding Version: 1.2.1-1.2.201403141526 Suggests: libbeansbinding-java-doc Filename: 4.0-0/all/libbeansbinding-java_1.2.1-1.2.201403141526_all.deb Size: 178016 MD5sum: bd1f74107136f6f9f7503a641a067044 SHA1: 14c3174080ca2ebc1efa303801bfd4c29f22673c SHA256: fc3a1efc988cf36ddcc8d4c740adcd91ded419d4a54ed7ac1fa71435fdd7a00f Description: Beans Binding API (library) In essence, Beans Binding (JSR 295) is about keeping two properties (typically of two objects) in sync. An additional emphasis is placed on the ability to bind to Swing components, and easy integration with IDEs such as NetBeans. This project provides the reference implementation. . This package contains the Java Beans Binding library. Homepage: http://beansbinding.dev.java.net/ Package: libbenchmark-apps-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403111236 Depends: perl Filename: 4.0-0/all/libbenchmark-apps-perl_0.04-1.2.201403111236_all.deb Size: 8450 MD5sum: b6120d8beb7d8fa7f2d2fc56b50f2607 SHA1: 767fa052ab4665f487e0ec5b6942c42b9818f084 SHA256: eb20898c87f6abeaefd3c39c0522470f6daa7d8d22ed28b2a383057c729eab29 Description: simple module to benchmark applications Benchmark::Apps can be used to perform simple benchmarks on programs. Basically, it can be used to benchmark any program that can be called with a system call. Homepage: http://search.cpan.org/dist/Benchmark-Apps/ Package: libbenchmark-progressbar-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.00001-1.4.201403111238 Depends: perl, libterm-progressbar-perl Filename: 4.0-0/all/libbenchmark-progressbar-perl_0.00001-1.4.201403111238_all.deb Size: 6996 MD5sum: eee1ec033aceb599275a5686f41ca5cf SHA1: 9798dbf44d407f9df633939c4cf00a8ca3bad7c1 SHA256: 9b0c206b32d817c563fb844e8375a78fd48bf52325cd48436a730306f55af846 Description: Perl module that displays progress bar during benchmarking Benchmark::ProgressBar is a combination of Benchmark and Term::ProgressBar that produces a simple progress bar illustrating execution of benchmark runs. As such, it is particularly useful for heavy benchmarking tests that take a long time to complete. . You can use it as a drop-in replacement for Benchmark, but the only functions that would display a progress bar are: cmpthese, timethese and timeit. . This module is not compatible for use with Benchmark in the same script. The author doesn't know of any case where this would make sense. Homepage: http://search.cpan.org/dist/Benchmark-ProgressBar/ Package: libbenchmark-timer-perl Priority: extra Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 0.7102-1.4.201403111240 Depends: perl Filename: 4.0-0/all/libbenchmark-timer-perl_0.7102-1.4.201403111240_all.deb Size: 15482 MD5sum: 4066af7fec1e23a808baef3133682863 SHA1: 872c1fd4ee959eaefa8fce85fc1e491cce16d346 SHA256: de813960997ab1f97aa3075645549dbed6cd91914f5aaf9980407fea3e0d4390 Description: Benchmarking with statistical confidence The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code. Homepage: http://search.cpan.org/dist/Benchmark-Timer/ Package: libbencode-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 1.4-1.2.201403111245 Depends: perl Filename: 4.0-0/all/libbencode-perl_1.4-1.2.201403111245_all.deb Size: 9112 MD5sum: 32a80ada1ed33e886e81d5bceb8f8b42 SHA1: 005fddfa3a1d144e67982e7d7dabea3e741d81fc SHA256: 8af9b6dc89ae806b34c38f88f03e5e0921d552c934adb162790ef2962dea53ba Description: Perl module for BitTorrent serialisation format Bencode implements the BitTorrent bencode serialisation format as described in http://www.bittorrent.org/beps/bep_0003.html . BitTorrent is a protocol for distributing files. It identifies content by URL and is designed to integrate seamlessly with the web. Homepage: http://search.cpan.org/dist/Bencode/ Package: libbest-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.2.201403111249 Depends: perl Filename: 4.0-0/all/libbest-perl_0.14-1.2.201403111249_all.deb Size: 15634 MD5sum: 474802006341b94533d76d752b1b10a4 SHA1: 3bcc1f45a9aa73a90cba1b7ecdfbc86d9e051e6e SHA256: a5cc9558ecbb4e0b7955781b77e28d138b197e4f5bb2eec50f329d5ca842d8e5 Description: fallbackable module loader Best.pm attempts to load Perl modules from a list, stopping at the first successful load and failing only if no alternative was found. . Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. With Best.pm, this can be as simple as: . use Best qw/YAML::Syck YAML/; Homepage: http://search.cpan.org/dist/Best/ Package: libbetter-appframework-java-doc Priority: optional Section: doc Installed-Size: 1446 Maintainer: Debian Java Maintainers Architecture: all Source: bsaf Version: 1.9-3.2.201403151403 Filename: 4.0-0/all/libbetter-appframework-java-doc_1.9-3.2.201403151403_all.deb Size: 137810 MD5sum: 76c3ef0169222a511969169cc0ea26b4 SHA1: 1a6d723c46c2d9f1a39fa61995eebdbbf001b878 SHA256: 09de948f1b0d07df7d52f96ee508a27b0c18834cebc39c86db3ea12901a57a42 Description: Java Better Swing Application Framework (documentation) The Better Swing Application Framework is a fork of the original Swing Application Framework (appframework) reference implementation of JSR 296. Since August 2009, the original Swing Application Framework project has been on hold, and therefore this fork was created to carry on the work until the original project resumes. . The last public release of the original appframework project was version 1.03. The BSAF project currently aims at producing a new release, version 1.9, with the primary goals of improving stability, keeping backward compatibility with SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and examples. . This package contains the documentation for the Better Swing Application Framework. Homepage: http://kenai.com/projects/bsaf Package: libbetter-appframework-java Priority: optional Section: java Installed-Size: 174 Maintainer: Debian Java Maintainers Architecture: all Source: bsaf Version: 1.9-3.2.201403151403 Provides: libappframework-java Depends: junit4, libnetx-java Filename: 4.0-0/all/libbetter-appframework-java_1.9-3.2.201403151403_all.deb Size: 124278 MD5sum: 80d14345eb8b037168f8d51ff6258677 SHA1: 0470d148a0ed67d15f88092e8909342de8ea408f SHA256: 00e34e5ddb4fc6df8f25f27f5785f7cbf922fb3482c87ba71f0017980a3cfe27 Description: Java Better Swing Application Framework (library) The Better Swing Application Framework is a fork of the original Swing Application Framework (appframework) reference implementation of JSR 296. Since August 2009, the original Swing Application Framework project has been on hold, and therefore this fork was created to carry on the work until the original project resumes. . The last public release of the original appframework project was version 1.03. The BSAF project currently aims at producing a new release, version 1.9, with the primary goals of improving stability, keeping backward compatibility with SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and examples. . This package contains the Java library for the Better Swing Application Framework. Homepage: http://kenai.com/projects/bsaf Package: libbg1-doc Priority: optional Section: doc Installed-Size: 1586 Maintainer: Gerrit Pape Architecture: all Source: bglibs Version: 1.106-1.4.201403141701 Suggests: libbg1-dev Conflicts: bglibs-doc Filename: 4.0-0/all/libbg1-doc_1.106-1.4.201403141701_all.deb Size: 311088 MD5sum: c54cc5ea56ee287db48aa4b9b4627d4c SHA1: af96dc694b320891123bdce041fcb663b161935e SHA256: 54fffadf68802a8067c6f572c0373be00c71dee3828477b29a74e423389ee776 Description: BG Libraries Collection (documentation) The bglibs library collection is mandatory to build most of Bruce Guenter's software packages available at http://untroubled.org. . This package contains the documentation for bglibs. Package: libbiblio-citation-parser-perl Priority: optional Section: perl Installed-Size: 426 Maintainer: Debian Perl Group Architecture: all Version: 1.10+dfsg-1.4.201403111252 Depends: perl, liburi-perl, libtext-unidecode-perl Suggests: libsoap-lite-perl Filename: 4.0-0/all/libbiblio-citation-parser-perl_1.10+dfsg-1.4.201403111252_all.deb Size: 180720 MD5sum: b2704a539437bd1621773f2e9b8bce48 SHA1: 0ad2490b749b138882046311220c65cd5c97d293 SHA256: fc6934f70accef4e86767719bd51cc9787bc212ea23caf6ff4072c7c8ad382ed Description: citation parsing framework Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Parser class must provide at least the two methods defined here to ensure compatibility. Homepage: http://search.cpan.org/dist/Biblio-Citation-Parser/ Package: libbiblio-endnotestyle-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403111254 Depends: perl Filename: 4.0-0/all/libbiblio-endnotestyle-perl_0.05-1.4.201403111254_all.deb Size: 11324 MD5sum: 7acb089e36ec7781cae0b82752cfbf15 SHA1: 17c228cd6ebda491e99836eb997a9c783c8c6fd0 SHA256: f96f5ffc8d704d76dc9175fa405287e6f84c841d1ab81127feeb59be81ff12b9 Description: Reference formatting using Endnote-like templates This small module provides a way of formatting bibliographic references using style templates similar to those used by the popular reference management software Endnote (http://www.endnote.com/). The API is embarrassingly simple: a formatter object is made using the class's constructor, the new() method; format() may then be repeatedly called on this object, using the same or different templates. . (The sole purpose of the object is to cache compiled templates so that multiple format() invocations are more efficient than they would otherwise be. Apart from that, the API might just as well have been a single function.) Homepage: http://search.cpan.org/dist/Biblio-EndnoteStyle/ Package: libbiblio-isis-perl Priority: optional Section: perl Installed-Size: 110 Maintainer: Jose Parrella Architecture: all Version: 0.24-1.1.4.201403111256 Depends: perl Filename: 4.0-0/all/libbiblio-isis-perl_0.24-1.1.4.201403111256_all.deb Size: 37838 MD5sum: 2d396b4fcc493bd4e9636f3911c088c7 SHA1: 244ad9d978f6d2f3ca0f91732bd03e07f2859543 SHA256: a85eb920b163a029cf10aac33cd9519f1adfc2fccbec90b25c631a14c3e44cdf Description: Perl module which reads ISIS databases This module will read ISIS databases created by DOS CDS/ISIS, WinIsis or IsisMarc. . Biblio::Isis is a Perl module which reads ISIS databases produced by CDS/ISIS programs, such as MicroISIS, WinISIS and IsisMARC. ISIS was a popular family of integrated library systems provided as freeware by UNESCO, and this module provides methods to parse full databases and use them in a Perl program in order to migrate them to other formats. . It can create hash values from data in ISIS database (using to_hash), ASCII dump (using to_ascii) or just hash with field names and packed values (like ^asomething^belse). . Unique feature of this module is ability to include_deleted records. It will also skip zero sized fields (OpenIsis has a bug in XS bindings, so fields which are zero sized will be filled with random junk from memory). . It also has support for identifiers (only if ISIS database is created by IsisMarc), see to_hash. . Homepage: http://search.cpan.org/~dpavlin/Biblio-Isis-0.24/lib/Biblio/Isis.pm Package: libbind-config-parser-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.01-1.2.201403111301 Depends: perl, libparse-recdescent-perl Filename: 4.0-0/all/libbind-config-parser-perl_0.01-1.2.201403111301_all.deb Size: 7212 MD5sum: 734cebc47dd67daedc6d95f874695eab SHA1: e14c115047e95f4c20522de1bd49b996c24a72ff SHA256: af4df27aa0aec3769cbcd135f7348232594153af9af6e94916e11c7f7d5b8d20 Description: parser for BIND Config files BIND::Config::Parser provides a lightweight parser to the configuration file syntax of BIND v8 and v9 using a Parse::RecDescent grammar. . It is in a similar vein to BIND::Conf_Parser. However, as it has no knowledge of the directives, it doesn't need to be kept updated as new directives are added, it simply knows how to carve up a BIND configuration file into logical chunks. Homepage: http://search.cpan.org/dist/BIND-Config-Parser/ Package: libbind-confparser-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Ivan Kohler Architecture: all Version: 0.95-3.4.201403111303 Depends: perl Filename: 4.0-0/all/libbind-confparser-perl_0.95-3.4.201403111303_all.deb Size: 17648 MD5sum: cf735d461ab4dee7068fde14fd3f7b55 SHA1: 446e3a63d00a719006854a56487bfb3530fb8d2d SHA256: 780d522e46951783bc9cbcf2e1fdba622edd46386dcb9277c9ff800017d443e9 Description: Parser class for BIND configuration files BIND::Conf_Parser implements a virtual base class for parsing BIND (Berkeley Internet Name Domain) server version 8 (and sometimes version 9) configuration files ("named.conf"). The parsing methods shown in the synopsis perform syntactic analysis only. As each meaningful semantic 'chunk' is parsed, a callback method is invoked with the parsed information. Package: libbindex-java Priority: optional Section: java Installed-Size: 91 Maintainer: Debian Java Maintainers Architecture: all Source: bindex Version: 2.2+svn101-1.2.201403142006 Filename: 4.0-0/all/libbindex-java_2.2+svn101-1.2.201403142006_all.deb Size: 60474 MD5sum: a3650894a4ca03a8f5c3b64f3fb7dd9d SHA1: 98bf58b0a45f260e97ccfc2af1052389479b2bc7 SHA256: 58080fa820233139f3da0bb4056700b84d16e5d1e93259686273e8b5ad8e31b9 Description: OSGi BIndex reader BIndex is a small Java progam that implements the manifest header to repository format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse over a directory structure and just creates a repository.xml file. The URLs can be rewritten using a template. Homepage: http://www.osgi.org/Repository/BIndex Package: libbio-asn1-entrezgene-perl Priority: optional Section: perl Installed-Size: 134 Maintainer: Debian Perl Group Architecture: all Version: 1.100-1.4.201403111307 Depends: perl Filename: 4.0-0/all/libbio-asn1-entrezgene-perl_1.100-1.4.201403111307_all.deb Size: 40136 MD5sum: 5882072aee3cdcb423e791e2e4aacac0 SHA1: 85b8e51111bb88b63937832afb8172231875f703 SHA256: 9f2db2c0897460659d39528a99461867861eaf576c705c5ea34983b9f5c966d7 Description: parser for NCBI Entrez Gene and NCBI Sequence records Bio::ASN1::EntrezGene and Bio::ASN1::Sequence are regular expression-based parsers for NCBI Entrez Gene genome databases (). . They parse ASN.1-formatted Entrez Gene records and NCBI sequences, returning data structures that contain all data items from the gene records or the sequence records. . The parser will report error & line number if input data does not conform to the NCBI Entrez Gene genome or NCBI Sequence annotation file format. . Bio::ASN1::Sequence is basically a modified version of the high-performance Bio::ASN1::EntrezGene parser. However this standalone module exists since it is more efficient to keep Sequence-specific code out of EntrezGene.pm. Homepage: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/ Package: libbio-chado-schema-perl Priority: optional Section: perl Installed-Size: 939 Maintainer: Debian Perl Group Architecture: all Version: 0.10010-1.2.201403111310 Depends: perl, libbio-perl-perl, libcarp-clan-perl, libdbix-class-perl, libdbix-class-tree-nestedset-perl Filename: 4.0-0/all/libbio-chado-schema-perl_0.10010-1.2.201403111310_all.deb Size: 111268 MD5sum: 194018467247b6d82480ff83d0011475 SHA1: 839020d12cd1893c8abbab73a78c18e55103909f SHA256: b29e3a0f7631bfe6ee26d9d9ee22b2e5e46b59cb6114f0b07e08ae3fb6ca1480 Description: DBIx::Class layer for the Chado database schema The module Bio::Chado::Schema is a standard object-relational mapping layer for use with the GMOD Chado database schema. Chado is an open-source modular database schema for biological data. Homepage: http://search.cpan.org/dist/Bio-Chado-Schema/ Package: libbio-das-lite-perl Priority: optional Section: perl Installed-Size: 112 Maintainer: Richard Holland Architecture: all Version: 2.04-1.1.2.201403111314 Depends: perl, libio-stringy-perl (>= 2.110), libreadonly-perl (>= 1.03), libwww-curl-perl (>= 4.07), libwww-perl (>= 1.49) Filename: 4.0-0/all/libbio-das-lite-perl_2.04-1.1.2.201403111314_all.deb Size: 27380 MD5sum: 1a9d9e414c3fa25fcf32c3c33d58a77f SHA1: 0ebb18062096a2b548017104cc64bea1b27dfdd1 SHA256: c14cc05c40e76adf6e7bf1faecb455e0f792b6948abe83db5b9884adb8d7bca4 Description: implementation of the BioDas protocol Bio::Das::Lite is an implementation of the BioDas protocol for the retrieval of biological data from XML sources over HTTP. . Bio::Das::Lite is designed as a lightweight and more forgiving alternative to the client/retrieval/parsing components of Bio::Das. Bio::Das::Lite itself is not a drop-in replacement for Bio::Das but it can be subclassed to do so. Homepage: http://biodas.org/ Package: libbio-graphics-perl Priority: optional Section: perl Installed-Size: 1582 Maintainer: Debian Med Packaging Team Architecture: all Version: 2.26-1.4.201403111319 Depends: perl, bioperl (>= 1.6.0), libgd-gd2-perl (>= 2.3) Recommends: libbio-scf-perl, libfile-spec-perl, libgd-svg-perl, libstatistics-descriptive-perl Breaks: bioperl (<< 1.6.0) Filename: 4.0-0/all/libbio-graphics-perl_2.26-1.4.201403111319_all.deb Size: 669654 MD5sum: 423c6beb303648afa1f1a2573d5aa376 SHA1: 9e98580cf7bb1a80419cccb08cc9621c58d8c0e6 SHA256: 6fe8557040f7c6b2d36422026596d3f9a6db963bd8ffc96a7709308a6fab2154 Description: Generate GD images of Bio::Seq objects The Bio::Graphics::Panel class provides drawing and formatting services for any object that implements the Bio::SeqFeatureI interface, including Ace::Sequence::Feature, Das::Segment::Feature and Bio::DB::Graphics objects. It can be used to draw sequence annotations, physical (contig) maps, protein domains, or any other type of map in which a set of discrete ranges need to be laid out on the number line. Homepage: http://search.cpan.org/dist/Bio-Graphics/ Package: libbio-mage-perl Priority: optional Section: perl Installed-Size: 6949 Maintainer: Debian Med Packaging Team Architecture: all Version: 20030502.3-2.4.201403111321 Depends: perl, libtie-ixhash-perl Filename: 4.0-0/all/libbio-mage-perl_20030502.3-2.4.201403111321_all.deb Size: 1728074 MD5sum: 2b595f0f5c8945683f3bbdd2056eebea SHA1: 36960e980b1304d37051c023b5b3887bacc9e936 SHA256: a17a98ebea3129097d7c54ed35b20cdc42fe0c9f3fa798c3d2e0403f7e60cc34 Description: Container module for classes in the MAGE package: MAGE MAGE-TAB (MicroArray Gene Expression Tabular) format is a standard from the Microarray Gene Expression Data Society (MGED). This package contains Perl modules in the Bio::MAGE hierarchy to manipulate MIAME-compliant (Minimum Information About a Microarray Experiment) records of microarray ("DNA chips") experiments. . The Bio::MAGE module contains the following Bio::MAGE classes: * NameValueType * Extendable * Identifiable * Describable Homepage: http://mged.sourceforge.net/ Package: libbio-mage-utils-perl Priority: optional Section: perl Installed-Size: 258 Maintainer: Debian Med Packaging Team Architecture: all Version: 20030502.0-1.4.201403111323 Depends: perl, libtie-ixhash-perl Suggests: libbio-mage-perl Filename: 4.0-0/all/libbio-mage-utils-perl_20030502.0-1.4.201403111323_all.deb Size: 68180 MD5sum: 2ca2a27301b3fe59d8fbbc02bbca3b35 SHA1: f6b56d854035832ca3c0a3e002bcad4d1ac0f992 SHA256: 9efab7a9e7ca6bf97bc28a17e03031c4f0ffd283aca139538d98ca528ae96434 Description: Extra modules for classes in the MAGE package: MAGE MAGE-TAB (MicroArray Gene Expression Tabular) format is a standard from the Microarray Gene Expression Data Society (MGED). This package contains Perl modules in the Bio::MAGE hierarchy to manipulate MIAME-compliant (Minimum Information About a Microarray Experiment) records of microarray ("DNA chips") experiments. . Bio-MAGE-Utils contains extra modules for handling MAGE XML and MGED ontology, as well as SQL utilities. Homepage: http://mged.sourceforge.net/ Package: libbio-perl-perl Priority: optional Section: perl Installed-Size: 15447 Maintainer: Debian Med Packaging Team Architecture: all Source: bioperl Version: 1.6.901-3.5.201403142258 Replaces: bioperl (<< 1.6.9) Depends: libio-string-perl, libdata-stag-perl, perl Recommends: bioperl-run (>= 1.6.0) | libbio-perl-run-perl (>= 1.6.0), libace-perl, libalgorithm-munkres-perl, libarray-compare-perl, libbio-asn1-entrezgene-perl, libclone-perl, libconvert-binary-c-perl, libdbd-sqlite3-perl, libdbd-mysql-perl, libdbd-pg-perl, libgraph-perl, libgraphviz-perl, libhtml-parser-perl, liblist-moreutils-perl, libpostscript-perl, libset-scalar-perl, libsoap-lite-perl, libsort-naturally-perl, libspreadsheet-parseexcel-perl, libspreadsheet-writeexcel-perl, libstorable-perl, libsvg-perl, libsvg-graph-perl, liburi-perl, libxml-dom-xpath-perl, libxml-parser-perl, libxml-sax-perl, libxml-sax-writer-perl, libxml-simple-perl, libxml-twig-perl, libxml-writer-perl, libxml-libxml-perl, libwww-perl Suggests: bioperl, libmath-random-perl, libxml-sax-expatxs-perl Breaks: bioperl (<< 1.6.9) Filename: 4.0-0/all/libbio-perl-perl_1.6.901-3.5.201403142258_all.deb Size: 6152224 MD5sum: 2902ae4af34d1f65e5b845ddbe0ae5d1 SHA1: baac84e6c343de8313570852c6d7ae82cc74014d SHA256: 12ad03b5bf854fb500c89fd3db45a29ff42561c55b3fbbbe0abd0a843db75470 Description: BioPerl core perl modules BioPerl is a toolkit of perl modules useful in building bioinformatics solutions in Perl. It is built in an object-oriented manner so that many modules depend on each other to achieve a task. The collection of modules in libbio-perl-perl consist of the core of the functionality of bioperl. Homepage: http://www.bioperl.org/ Package: libbio-perl-run-perl Priority: optional Section: perl Installed-Size: 2268 Maintainer: Debian Med Packaging Team Architecture: all Source: bioperl-run Version: 1.6.9-1.5.201403142307 Replaces: bioperl-run (<< 1.6.9) Depends: perl, libbio-perl-perl (>= 1.6.0) Recommends: libalgorithm-diff-perl, libipc-run-perl, libio-string-perl, libxml-twig-perl, libwww-perl Breaks: bioperl-run (<< 1.6.9) Filename: 4.0-0/all/libbio-perl-run-perl_1.6.9-1.5.201403142307_all.deb Size: 883968 MD5sum: 76946dc92b6e84c046efe56ff0959e3e SHA1: 30f0b0fd3c3938e95d6d8a2675bc2fef46f9ac7a SHA256: 6ec3be12204eb3e7394855f1aa1e89d63db1c290087368f3aa26f4b3720019ca Description: BioPerl wrappers: modules Contains modules that provide a Perl interface to various bioinformatics applications to allow them to be used with common BioPerl objects. Homepage: http://www.bioperl.org/wiki/Run_package Package: libbio-primerdesigner-perl Priority: optional Section: perl Installed-Size: 161 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.4.201403111326 Depends: perl, libwww-perl, libclass-base-perl, libreadonly-perl, primer3, ncbi-epcr Filename: 4.0-0/all/libbio-primerdesigner-perl_0.07-1.4.201403111326_all.deb Size: 51494 MD5sum: bdfe5302ea58e6666c6c7a815327ed93 SHA1: b2800bb588d6ebb12625d4cb7d253619d99d0e2f SHA256: 7af086d01799f67babecc2182d6cba6c328f0978013eb97d7cabfaadb99069fc Description: Perl module to design PCR primers using primer3 and epcr Bio::PrimerDesigner provides a low-level interface to the primer3 and epcr binary executables and supplies methods to return the results. In addition to accessing local installations of primer3 or e-PCR, it also offers the ability to accessing the primer3 binary via a remote server. Homepage: http://search.cpan.org/dist/Bio-PrimerDesigner/ Package: libbio-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 78 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bio Version: 1.4.2-3.4.201403170353 Depends: ruby-bio Filename: 4.0-0/all/libbio-ruby1.8_1.4.2-3.4.201403170353_all.deb Size: 51308 MD5sum: 104dc6b416d85813b8291cddc815993f SHA1: e9e80b5b85e2652289c7d2c2a05beca1f414cd0b SHA256: 7053c250e141a2b80f6f278ccee4000fdb1e9640c5deee9f957c1da14fccc889 Description: Transitional package for ruby-bio This is a transitional package to ease upgrades to the ruby-bio package. It can safely be removed. Homepage: http://www.bioruby.org/ Package: libbio-ruby Priority: extra Section: oldlibs Installed-Size: 78 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bio Version: 1.4.2-3.4.201403170353 Depends: ruby-bio Filename: 4.0-0/all/libbio-ruby_1.4.2-3.4.201403170353_all.deb Size: 51296 MD5sum: 4d8fa035b27d61ecc47e5c6de37dbde9 SHA1: ed18c9739ec98cbe4d56b1b6aeff27a4e702c538 SHA256: 2f55e3ea7f9a4103fd6b182c9963b943fd89a1a86a8db544fdf7bc3a25d503ae Description: Transitional package for ruby-bio This is a transitional package to ease upgrades to the ruby-bio package. It can safely be removed. Homepage: http://www.bioruby.org/ Package: libbiojava-java-demos Priority: optional Section: java Installed-Size: 3802 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava-live Version: 1:1.7.1-2.6.201403142230 Recommends: libbiojava-java Filename: 4.0-0/all/libbiojava-java-demos_1.7.1-2.6.201403142230_all.deb Size: 3558046 MD5sum: 5d9e7f793adbc1dfc7e4bcc7b5c9e5bf SHA1: ccfed463f28b3f93a5a4b073d6f870e1e2c6dbdd SHA256: 68a24e8ee09f468b04c457de7bdabc8beddcd9ae446c7fd5e938700bb9f64dfd Description: Example programs for BioJava The package comes with a wealth of use cases for BioJava. It is generated together with the API documentation but because of its size of ~3.7MB it was decided to distribute it separately. Homepage: http://www.biojava.org Package: libbiojava-java-doc Priority: optional Section: doc Installed-Size: 65204 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava-live Version: 1:1.7.1-2.6.201403142230 Recommends: konqueror | html-browser Suggests: libbiojava-java-demos, libbiojava-java Filename: 4.0-0/all/libbiojava-java-doc_1.7.1-2.6.201403142230_all.deb Size: 4766738 MD5sum: 57c40fbf146f6ca632e02ed7635db37d SHA1: c1a5675e6fcf9eb41eabc9639991a2a9b051379f SHA256: 7cb88816d1eadaefd18da67189b6c600a7c93e89ec11fff286d32e6e09831536 Description: [Biology] Documentation for BioJava BioJava is an open-source project dedicated to providing a Java framework for processing biological data. . This package contains the HTML documentation describing the API of BioJava which was generated automatically by JavaDoc. Homepage: http://www.biojava.org Package: libbiojava-java Priority: optional Section: java Installed-Size: 184 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava-live Version: 1:1.7.1-2.6.201403142230 Replaces: libbiojava1.6-java Depends: libbiojava1.7-java Conflicts: libbiojava1.6-java Filename: 4.0-0/all/libbiojava-java_1.7.1-2.6.201403142230_all.deb Size: 50532 MD5sum: 9282fbeddd53f25f810c7155f130a8a3 SHA1: 6342871e6c761d73882231154ec58c8c754123c3 SHA256: 11d8dab6adf6a494267ad5d8845e815680f420b193dde77b59f66fd807c9c420 Description: Java API to biological data and applications (default version) BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It includes objects for manipulating sequences, file parsers, DAS client and server support, access to BioSQL and Ensembl databases, and powerful analysis and statistical routines including a dynamic programming toolkit. . BioJava is provided by a vibrant community which meets annually at the Bioinformatics Open Source Conference (BOSC) that traditionally accompanies the Intelligent Systems in Molecular Biology (ISMB) meeting. Much like BioPerl, the employment of this library is valuable for everybody active in the field because of the many tricks of the trade one learns just by communicating on the mailing list. . This is a wrapper package which should enable smooth upgrades to new versions. Homepage: http://www.biojava.org Package: libbiojava1.7-java Priority: optional Section: java Installed-Size: 3498 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava-live Version: 1:1.7.1-2.6.201403142230 Replaces: libbiojava1.6-java Depends: libcommons-pool-java (>= 1.1), libcommons-collections-java (>= 2.1), libcommons-dbcp-java (>= 1.1), libhsqldb-java, libbytecode-java Suggests: java-virtual-machine, libjgrapht-java, libbiojava-java, libbiojava-java-doc Conflicts: libbiojava1.6-java Filename: 4.0-0/all/libbiojava1.7-java_1.7.1-2.6.201403142230_all.deb Size: 3197496 MD5sum: 1ac757787942c5b11331449ae06c8fcb SHA1: 51483b332fe1b6e9aea4c8f75550c57ea4a1698e SHA256: 96668208bf59d1d33cc04d2ae96b4959de45f3197b9fabd79379ed55f8281199 Description: Java API to biological data and applications (version 1.7) This package presents the Open Source Java API to biological databases and a series of mostly sequence-based algorithms. The APIs are not compatible between versions. In analogy to the dealing with shared libraries of the C language, the jar file of this package has the API version in its name. It is symbolically linked to the expected biojava.jar filename in the package libbiojava-java. This will help keeping multiple versions of the biojava API in parallel. Homepage: http://www.biojava.org Package: libbiojava3-java-doc Priority: optional Section: doc Installed-Size: 24775 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava3-live Version: 3.0.4-1.2.201403142240 Recommends: konqueror | html-browser Suggests: libbiojava3-java-demos, libbiojava3-java Filename: 4.0-0/all/libbiojava3-java-doc_3.0.4-1.2.201403142240_all.deb Size: 1802132 MD5sum: 33faf71207db0514619e6e120ac884da SHA1: 9426084b07bdfe73dab319b41eb4097f48f50c5a SHA256: 7f110c01cbc40168f682cc5aaa6ad21b848732716de0f667e194dfd4196df3ca Description: [Biology] Documentation for BioJava BioJava is an open-source project dedicated to providing a Java framework for processing biological data. . This package contains the HTML documentation describing the API of BioJava which was generated automatically by JavaDoc. Homepage: http://www.biojava.org Package: libbiojava3-java Priority: optional Section: java Installed-Size: 28 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava3-live Version: 3.0.4-1.2.201403142240 Provides: libbiojava3-java Depends: libbiojava3.0-java Filename: 4.0-0/all/libbiojava3-java_3.0.4-1.2.201403142240_all.deb Size: 2916 MD5sum: 2fdc7c923e6e39ea36c06acea451ff58 SHA1: 3eb739ec51bce574f45082e030f6b9e2a3ea984a SHA256: b04059946eb999a91a5b8153e79a2dce2e26a6caa9fb9dc7e1890f7f5bbe721c Description: Java API to biological data and applications (default version) BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It includes objects for manipulating sequences, file parsers, server support, access to BioSQL and Ensembl databases, and powerful analysis and statistical routines including a dynamic programming toolkit. . BioJava is provided by a vibrant community which meets annually at the Bioinformatics Open Source Conference (BOSC) that traditionally accompanies the Intelligent Systems in Molecular Biology (ISMB) meeting. Much like BioPerl, the employment of this library is valuable for everybody active in the field because of the many tricks of the trade one learns just by communicating on the mailing list. . This is a wrapper package which should enable smooth upgrades to new versions. Homepage: http://www.biojava.org Package: libbiojava3.0-java Priority: optional Section: java Installed-Size: 3256 Maintainer: Debian Med Packaging Team Architecture: all Source: biojava3-live Version: 3.0.4-1.2.201403142240 Depends: libcommons-pool-java (>= 1.1), libcommons-collections-java (>= 2.1), libcommons-dbcp-java (>= 1.1), libhsqldb-java, libbytecode-java, jmol-applet, icedtea-netx, libjson-simple-java Suggests: java-virtual-machine, libjgrapht-java, libbiojava3-java, libbiojava3-java-doc Filename: 4.0-0/all/libbiojava3.0-java_3.0.4-1.2.201403142240_all.deb Size: 3121016 MD5sum: 6a28652e396c5dd53b22d900bcc25bc6 SHA1: 20a8225bc5309d92749b5dbc2430cd2af7e3620b SHA256: 758dd5d316a6f55e567aa6b6f63e800a4ad5a7f7518dc465088e9dcf037588cb Description: Java API to biological data and applications (version 3) This package presents the Open Source Java API to biological databases and a series of mostly sequence-based algorithms. . BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It includes objects for manipulating sequences, file parsers, server support, access to BioSQL and Ensembl databases, and powerful analysis and statistical routines including a dynamic programming toolkit. Homepage: http://www.biojava.org Package: libbit-vector-minimal-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 1.3-4.4.201403111336 Depends: perl Filename: 4.0-0/all/libbit-vector-minimal-perl_1.3-4.4.201403111336_all.deb Size: 7834 MD5sum: 38ba5f0dafb1af0ef1e50ca8b66d6345 SHA1: aaf7d39d0cb224f546af90b4011181a62f379c7e SHA256: 218a9ef67cea240caa80378188bcfcb2d220c43413fcf50417a9b4ef14b81520 Description: object-oriented wrapper around vec() Bit::Vector::Minimal is a much simplified, lightweight version of Bit::Vector. It wraps Perl's sometimes confusing vec() function in an object-oriented abstraction. Homepage: http://search.cpan.org/dist/Bit-Vector-Minimal/ Package: libbitstream-dev Priority: optional Section: libdevel Installed-Size: 790 Maintainer: Debian Multimedia Maintainers Architecture: all Source: bitstream Version: 1.0-1.2.201403150104 Filename: 4.0-0/all/libbitstream-dev_1.0-1.2.201403150104_all.deb Size: 130984 MD5sum: 4bccbda491d055f85c1292cc60c3cf8e SHA1: c2cc421d3a9819eeefd9555b3fc706330df9192e SHA256: f5251dfbe369d79c349195424fcff1d2dfa25954c49b4d066dc31623e92b7225 Description: access to binary structures such as specified by MPEG, DVB, IETF and more biTStream is a set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, etc. . If compared with libdvbpsi, biTStream is lower level, and more efficient: fewer memory allocations, fewer memory copies. It also features a better separation between layers and specifications. Homepage: http://git.videolan.org/?p=bitstream.git Package: libblas-doc Priority: optional Section: doc Installed-Size: 424 Maintainer: Debian Science Team Architecture: all Source: blas Version: 1.2.20110419-5.10.201403180645 Replaces: blas-doc, refblas3-doc Conflicts: blas-doc, refblas3-doc Filename: 4.0-0/all/libblas-doc_1.2.20110419-5.10.201403180645_all.deb Size: 395426 MD5sum: 0edd42ee5d40bfe1020e8e96a637c2a2 SHA1: aafec35b26a8c446953abbd394bb4a32524bb460 SHA256: 29257a67907ce5d2e5c22fa60a628489a42b5170c5d54997cb19e220c5d29038 Description: Basic Linear Algebra Subroutines 3, documentation BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. . This package contains manual pages for the routines, and other supporting documentation Homepage: http://www.netlib.org/blas/ Package: libblas3gf Priority: optional Section: oldlibs Installed-Size: 40 Maintainer: Debian Science Team Architecture: all Source: blas Version: 1.2.20110419-5.10.201403180645 Depends: libblas3 Filename: 4.0-0/all/libblas3gf_1.2.20110419-5.10.201403180645_all.deb Size: 8196 MD5sum: 8ffacd69ef32458f2d3005a6c353ccaa SHA1: 29a3a6263a09b28352d35bef5432fa76fe003e9f SHA256: 4b9d00bbc017ad5a21eb5d41a7e0acc1ae24373e06dca1cfbb34963701ac2c6c Description: Transitional package for libblas Several minor changes to the C interface have been incorporated. One can maintain both versions on a system simultaneously to aid in the transition. Homepage: http://www.netlib.org/blas/ Package: libblitz-doc Priority: extra Section: doc Installed-Size: 10109 Maintainer: Debian Science Team Architecture: all Source: blitz++ Version: 1:0.9-13.4.201403150329 Depends: libjs-jquery Filename: 4.0-0/all/libblitz-doc_0.9-13.4.201403150329_all.deb Size: 1795916 MD5sum: f29f39ef2e68de699c05664f5065b47b SHA1: 8a4a0f46c36aa8c9244998babd621c9ce2e094df SHA256: b00d0b34dbddfd50bdfb0ae58272e272a8be5cf3155f910c674d059cfd4fe255 Description: C++ template class library for scientific computing Blitz++ offers a high level of abstraction, but performance which rivals Fortran. The current version supports arrays and vectors. . This package contains the documentation and examples. Homepage: http://oonumerics.org/blitz/ Package: libbloom-filter-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.0-3.2.201403111352 Depends: perl Filename: 4.0-0/all/libbloom-filter-perl_1.0-3.2.201403111352_all.deb Size: 12272 MD5sum: 5edbe44fc5405c2d6047205be7bd2835 SHA1: 4f02e46aa8f836766faa411c5884e0cfd2062285 SHA256: ee517c99287a780e78e3d4cd8360c16eb8cccb6749388c27c1c4beb68a6d6617 Description: Bloom filter implemented in Perl A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. . Bloom::Filter is a Perl library implementing a simple Bloom filter with configurable capacity and false positive rate. Homepage: http://search.cpan.org/dist/Bloom-Filter/ Package: libbluecloth-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bluecloth Version: 2.2.0-3.4.201403170405 Depends: ruby-bluecloth Filename: 4.0-0/all/libbluecloth-ruby1.8_2.2.0-3.4.201403170405_all.deb Size: 5140 MD5sum: 640379cb2bc1c73e1dc84ca88c8541bf SHA1: 7b6efe5ccdfc27064e94c9e063f57263aa49f7c6 SHA256: 8caae4a4dc6ebf4a861205d6ec1511205c633670520d2789c65e8bfa512910d9 Description: Transitional package for ruby-bluecloth This is a transitional package to ease upgrades to the ruby-bluecloth package. It can safely be removed. Homepage: http://deveiate.org/projects/BlueCloth Package: libbluecloth-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bluecloth Version: 2.2.0-3.4.201403170405 Depends: ruby-bluecloth Filename: 4.0-0/all/libbluecloth-ruby_2.2.0-3.4.201403170405_all.deb Size: 5138 MD5sum: a17b42e55031599aa3fb8f7068815d42 SHA1: 59479eed2155fae609f4b5fc8629a2a30925e6a2 SHA256: 2450413fda5058600f3bd69fcfa4815e29698b370ff3346a5181600123e4551b Description: Transitional package for ruby-bluecloth This is a transitional package to ease upgrades to the ruby-bluecloth package. It can safely be removed. Homepage: http://deveiate.org/projects/BlueCloth Package: libbluray-bdj Priority: optional Section: libs Installed-Size: 410 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libbluray Version: 1:0.2.2-1.2.201403111403 Depends: libbluray1 (>= 1:0.2.2-1.2.201403111403), libbluray1 (<< 1:0.2.2-1.2.201403111403.1~), default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libbluray-bdj_0.2.2-1.2.201403111403_all.deb Size: 321046 MD5sum: 9061b8431824f2499aed0efc74627064 SHA1: db03a05865ba17dfd7be683f95c239f165d8b87b SHA256: 6c2cd9c4f383af0c5e8a11d88a274d4e302b6c42d2ec87bb9a3cc9c95e07c953 Description: Blu-ray Disc Java support library (BD-J library) libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. libbluray integrates navigation, playlist parsing, menus, and BD-J. . NB: Most commercial Blu-Ray are restricted by AACS or BD+ technologies and this library is not enough to playback those discs. . BD-J support is important because many of the advanced features and extra content in Blu-ray movies uses BD-J. Programs designed to provide support for those features must depend on this. . This package provides the BD-J library. Multi-Arch: foreign Homepage: http://www.videolan.org/developers/libbluray.html Package: libbluray-doc Priority: optional Section: doc Installed-Size: 648 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libbluray Version: 1:0.2.2-1.2.201403111403 Depends: libjs-jquery Filename: 4.0-0/all/libbluray-doc_0.2.2-1.2.201403111403_all.deb Size: 319008 MD5sum: 2001556b4bf0931febf109e5bbab0101 SHA1: 34b56550a33646f2c03074060fffe1a34cd12e9b SHA256: 60b3c2db80fac27b4b7500ef283de6d808c010f7391e1e13ff1c47d2fcd4a6d5 Description: Blu-ray disc playback support library (documentation) libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. libbluray integrates navigation, playlist parsing, menus, and BD-J. . NB: Most commercial Blu-Ray are restricted by AACS or BD+ technologies and this library is not enough to playback those discs. . This package provides the libbluray documentation. Homepage: http://www.videolan.org/developers/libbluray.html Package: libbonobo2-common Priority: optional Section: gnome Installed-Size: 1922 Maintainer: Debian GNOME Maintainers Architecture: all Source: libbonobo Version: 2.24.3-1.24.201409251615 Replaces: bonobo-activation (<< 1:2.4) Conflicts: bonobo-activation (<< 1:2.4) Filename: 4.0-0/all/libbonobo2-common_2.24.3-1.24.201409251615_all.deb Size: 248342 MD5sum: c4df5a5afd6f67bc2ab8d58a02bcb241 SHA1: 453d855937040f210741f4cc6e58124a4e0dad2c SHA256: aaf1d0095472fccab7def9992a65574279dab27e1a4c5356eb2180facba590da Description: Bonobo CORBA interfaces library -- support files Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the support files needed by the Bonobo library. Package: libbonoboui2-common Priority: optional Section: libs Installed-Size: 2454 Maintainer: Debian GNOME Maintainers Architecture: all Source: libbonoboui Version: 2.24.3-1.23.201403111421 Conflicts: libbonoboui2-0 (<= 2.4.3-1) Filename: 4.0-0/all/libbonoboui2-common_2.24.3-1.23.201403111421_all.deb Size: 320270 MD5sum: 6d466ee49635bc28613c8805b3024364 SHA1: 03486bdc262fc42e9224e1903f35715d249cd3b3 SHA256: 1bb223cff673f971af0086b6ccbe78e7aeb71aeb9b866c3e8ceb23349bc92c72 Description: The Bonobo UI library -- common files The Bonobo UI library . This package is a part of GNOME. Package: libboo-cil-dev Priority: optional Section: cli-mono Installed-Size: 39 Maintainer: Debian CLI Libraries Team Architecture: all Source: boo Version: 0.9.5~git20110729.r1.202a430-2.5.201403150729 Replaces: boo (<= 0.9.2), libboo2.0-cil (<= 0.9.2) Depends: libboo2.0.9-cil (= 0.9.5~git20110729.r1.202a430-2.5.201403150729) Filename: 4.0-0/all/libboo-cil-dev_0.9.5~git20110729.r1.202a430-2.5.201403150729_all.deb Size: 7288 MD5sum: 2d49bb3b3ea15acb6fe2c9a304b15044 SHA1: 84f88d36ea03476a3dc1fd0118269df0c7e26b59 SHA256: a192be704b09212dfeb6b555a2e555ba7adfabb9a074e10186371064078cb7ea Description: python-like language and compiler for the CLI - library files Boo is an object oriented statically typed programming language for the Common Language Infrastructure (CLI) with a Python inspired syntax and a special focus on language and compiler extensibility. . This package contains the Boo development headers, for compiling boo support into your software Homepage: http://boo.codehaus.org/ Package: libboo2.0.9-cil Priority: optional Section: cli-mono Installed-Size: 1805 Maintainer: Debian CLI Libraries Team Architecture: all Source: boo Version: 0.9.5~git20110729.r1.202a430-2.5.201403150729 Replaces: boo (<= 0.8.0.2730-2) Depends: cli-common (>= 0.5.6), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libmono-compilerservices-symbolwriter4.0-cil Filename: 4.0-0/all/libboo2.0.9-cil_0.9.5~git20110729.r1.202a430-2.5.201403150729_all.deb Size: 606226 MD5sum: 5a50ab749d1837a954017ed2347bc520 SHA1: 9e2f42f63f80155d353946084e5ae5e84f089a5e SHA256: 77db7dc93cff12bbe21c0d36530d7fef740837d06d1a8c5e33d39dccedf3e1c8 Description: python-like language and compiler for the CLI - library files Boo is an object oriented statically typed programming language for the Common Language Infrastructure (CLI) with a Python inspired syntax and a special focus on language and compiler extensibility. . This package contains the Boo libraries which can be used to embed the Boo language or access the internal functionality. Homepage: http://boo.codehaus.org/ Package: libboolean-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 0.28-1.4.201403111436 Depends: perl Filename: 4.0-0/all/libboolean-perl_0.28-1.4.201403111436_all.deb Size: 9612 MD5sum: fd085ea6d40ce93fe0c9c2bd8396e25a SHA1: 244f5aa77ad12105a59b3e801acbd0136d43cb5d SHA256: c014278a0caf150d255ee3dac6518ae14c88f7abb0a72cb8f8f9cb7def959d66 Description: module providing transparent support for booleans The boolean module provides basic Boolean support for Perl. . The module provides two singleton objects, true and false, and several helper functions. Homepage: http://search.cpan.org/dist/boolean/ Package: libboost-doc Priority: optional Section: doc Installed-Size: 26 Maintainer: Debian Boost Team Architecture: all Source: boost-defaults Version: 1.49.0.1.4.201403150755 Depends: libboost1.49-doc Filename: 4.0-0/all/libboost-doc_1.49.0.1.4.201403150755_all.deb Size: 3026 MD5sum: 53553f4b882253636c4dc2c095f94860 SHA1: 061064a7d725be0948dd82c4cf3d2b79a7f8e75b SHA256: 241d0025d7614508ccd048436c2552a4798f7c52b80657a0cb23f42cf894d215 Description: Boost.org libraries documentation (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.49). Homepage: http://www.boost.org/libs/ Package: libboost1.49-doc Priority: optional Section: doc Installed-Size: 190810 Maintainer: Debian Boost Team Architecture: all Source: boost1.49 Version: 1.49.0-3.2.2.201403150803 Suggests: libboost1.49-dev (>= 1.49.0-3.2.2.201403150803) Conflicts: libboost1.42-doc, libboost1.46-doc, libboost1.48-doc Filename: 4.0-0/all/libboost1.49-doc_1.49.0-3.2.2.201403150803_all.deb Size: 41122292 MD5sum: 50e08620052eef97a8b1eb91c270c0a3 SHA1: 982cf1e2060cfcc87a479737fca30de3ca1622ff SHA256: 146204bfef789f05c1e1f8ddd41c3432156ece275bf50c69422161fedec82082 Description: Boost.org libraries documentation The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. Homepage: http://www.boost.org/libs/ Package: libbot-basicbot-perl Priority: optional Section: perl Installed-Size: 111 Maintainer: Stephen Gran Architecture: all Version: 0.7-2.4.201403111437 Depends: perl, libpoe-component-irc-perl (>= 4.0), libpoe-perl (>= 0.22) Filename: 4.0-0/all/libbot-basicbot-perl_0.7-2.4.201403111437_all.deb Size: 37966 MD5sum: eff7f1d1961b2de18ff935569af7dc15 SHA1: f300563e18b3ff773cc6642430e479e4895bbadc SHA256: dec1e479f88a1d3abafd8836f835519f5385fb50cdd42cdd7ef3fc409552c374 Description: simple irc bot baseclass Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background. . Designed primarily to be used as a superclass for other programs. Homepage: http://search.cpan.org/dist/Bot-BasicBot/ Package: libbot-training-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403111441 Depends: perl, libany-moose-perl, libdir-self-perl, libfile-sharedir-perl, libmoose-perl, libmoosex-getopt-perl, libmouse-perl, libmousex-getopt-perl, libnamespace-clean-perl, perl (>= 5.10.1) | libautodie-perl Filename: 4.0-0/all/libbot-training-perl_0.04-1.2.201403111441_all.deb Size: 8966 MD5sum: 1d040afe4b7f4823ad31085dceb47ec8 SHA1: 1ccddd300726891dc1d98a752a2f56b1c7f7b4a6 SHA256: 2ce2424f62f701b12f9c0e6a5489da4b9acc89c6b54410c0042ec18e29e2cbf8 Description: text training material for bots Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. . This module provides a pluggable way to install already existing training files via the CPAN. It also comes with a command-line interface called bot-training. Homepage: http://search.cpan.org/dist/Bot-Training/ Package: libboulder-perl Priority: optional Section: perl Installed-Size: 389 Maintainer: Debian Perl Group Architecture: all Version: 1.30-4.4.201403111444 Depends: perl, libxml-parser-perl Filename: 4.0-0/all/libboulder-perl_1.30-4.4.201403111444_all.deb Size: 170748 MD5sum: b57146f486835ffd68b955a4393ced2d SHA1: 2ac7fc886dec04af1910bd62afb4dbe3dc7eb1ac SHA256: cf6c1f5f5377ff12a45111713e24ad719b280d8f6edc385e986f8f979ef8e221 Description: Perl module for hierarchical tag/value structures Boulder provides a simple stream-oriented format for transmitting data objects between one or more processes. It does not provide for the serialization of Perl objects the way FreezeThaw or Data::Dumper do, but it does provide the advantage of being language independent. . In addition to a stream-oriented interface, Boulder comes with a simple record-oriented database-oriented interface, Boulder::Store, which provides query and search capabilities comparable to many flat file DBMS systems. Homepage: http://search.cpan.org/dist/Boulder/ Package: libbrailleutils-java-doc Priority: extra Section: doc Installed-Size: 48 Maintainer: Sebastian Humenda Architecture: all Source: brailleutils Version: 1.2~b-2.2.201403151143 Filename: 4.0-0/all/libbrailleutils-java-doc_1.2~b-2.2.201403151143_all.deb Size: 8044 MD5sum: 7f65465211a603dca09d517943b07395 SHA1: 2a6f96e017d908ce639f0c9beaa45bd605885b18 SHA256: 6839a209bc24e12b1766c6fc9abac53b91153f4c048790126e4c7633ff62cc15 Description: cross platform library for embossing/converting PEF-files BrailleUtils provides a cross platform API for embossing and converting braille in PEF-format. It also supports conversion to and from commonly used "braille" text formats. . The library is written in Java and contains basic user interfaces for common operations. . This file contains the user and the developer documentation. Homepage: http://brailleutils.googlecode.com Package: libbrailleutils-java Priority: extra Section: java Installed-Size: 637 Maintainer: Sebastian Humenda Architecture: all Source: brailleutils Version: 1.2~b-2.2.201403151143 Depends: libsaxonb-java, libstax-java, libjing-java, libxerces2-java, libjaxp1.3-java, libisorelax-java Filename: 4.0-0/all/libbrailleutils-java_1.2~b-2.2.201403151143_all.deb Size: 567476 MD5sum: 52121fb676cc258da048168023d6a1af SHA1: ad072f838af42742e0aabd1af24383013d06647d SHA256: 94d50e59185123cd5e38b60220cc94391a216c9c90b0c191dc9861f21c28d0b0 Description: cross platform library for embossing/converting PEF-files BrailleUtils provides a cross platform API for embossing and converting braille in PEF-format. It also supports conversion to and from commonly used "braille" text formats. . The library is written in Java and contains basic user interfaces for common operations. Homepage: http://brailleutils.googlecode.com Package: libbridge-method-injector-java-doc Priority: optional Section: doc Installed-Size: 260 Maintainer: Debian Java Maintainers Architecture: all Source: bridge-method-injector Version: 1.4-3.3.201403151232 Depends: default-jdk-doc, libmaven2-core-java-doc Suggests: libbridge-method-injector-java Filename: 4.0-0/all/libbridge-method-injector-java-doc_1.4-3.3.201403151232_all.deb Size: 61112 MD5sum: 33e69639808d2c41e34ae3ba602cc145 SHA1: 46fab49bb584c3b4a1a19a5a9178eda3e026c415 SHA256: 494d1e2bb9d6b09f04bb51c7535ab27cd3824180b76b3fc46c4a3256c13886a5 Description: Documentation for Bridge Method Injector Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. . This package provides the API documentation for libbridge-method-injector-java. Homepage: http://bridge-method-injector.infradna.com/ Package: libbridge-method-injector-java Priority: optional Section: java Installed-Size: 105 Maintainer: Debian Java Maintainers Architecture: all Source: bridge-method-injector Version: 1.4-3.3.201403151232 Depends: libannotation-indexer-java, libasm3-java, libmaven2-core-java Filename: 4.0-0/all/libbridge-method-injector-java_1.4-3.3.201403151232_all.deb Size: 19792 MD5sum: 0b11d1a2097578f8bd2f448559ec1285 SHA1: cefc8762055e0b80b9f6135ab28b4bb73a9d5b85 SHA256: 7b04f23c81a8c4945d2bd5a3ceef3bb88dc90d685dca6b7a2a5d4445c16d5f81 Description: Evolve Java classes without breaking compatibility Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. Homepage: http://bridge-method-injector.infradna.com/ Package: libbrlapi-java Priority: extra Section: java Installed-Size: 736 Maintainer: Debian Accessibility Team Architecture: all Source: brltty Version: 4.4-10.29.201403151302 Depends: libbrlapi-jni (>= 4.4-10.29.201403151302) Filename: 4.0-0/all/libbrlapi-java_4.4-10.29.201403151302_all.deb Size: 118762 MD5sum: cf86824986e6010b9f000934cb570cf0 SHA1: d10eb63d15dc24abb71917b0337a6e27eb997386 SHA256: d4a8f686e4c6a178ecc5200b8e19da0c0fd789343d311c55625b481b6e55dc0a Description: Java bindings for BrlAPI This package provides java classes to access a braille display via BrlAPI. Homepage: http://mielke.cc/brltty/ Package: libbse-dev Priority: extra Section: libdevel Installed-Size: 1920 Maintainer: Debian Multimedia Maintainers Architecture: all Source: beast Version: 0.7.4-5.2.201403141533 Replaces: beast (<< 0.7.4) Depends: libbse-0.7-4 (<< 0.7.4+1~), libbse-0.7-4 (>= 0.7.4-5.2.201403141533), libglib2.0-dev, libgtk2.0-dev Suggests: beast-doc Breaks: beast (<< 0.7.4) Filename: 4.0-0/all/libbse-dev_0.7.4-5.2.201403141533_all.deb Size: 309368 MD5sum: de9c38f444c21ddfc46f40edaf37ea8d SHA1: 4a3d972fb9eae6408f490367c5dfb2d023b6beac SHA256: 9f1043e4202c82b1170e1ff581c56acf4dff76a72829d1eceb42de1d8feeafb5 Description: music synthesis and composition framework - development files BEAST/BSE is a plugin-based graphical system where you can link objects to each other and generate sound. . This package provides the development files. Homepage: http://beast.testbit.eu/ Package: libbsearch-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bsearch Version: 1.5-9.6.201403170409 Depends: ruby-bsearch Filename: 4.0-0/all/libbsearch-ruby1.8_1.5-9.6.201403170409_all.deb Size: 4294 MD5sum: dd100d2e5f0d0d9b71a0854bb5949d56 SHA1: e6467b21e2595c4dee7da2e0a75c9e7269f50015 SHA256: bf41d8d5fbb524f8b0fdedc83af474e3fc7f0413d8b445f050dcac80505bf1e0 Description: Transitional package for ruby-bsearch This is a transitional package to ease upgrades to the ruby-bsearch package. It can safely be removed. Package: libbsearch-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bsearch Version: 1.5-9.6.201403170409 Depends: ruby-bsearch Filename: 4.0-0/all/libbsearch-ruby_1.5-9.6.201403170409_all.deb Size: 4286 MD5sum: 6b005bf7ed73ef393959985bbc90f63e SHA1: a216bfb6edb6d738a103a57eaf3b23ef0d08dd88 SHA256: 2d287e0dc07bfb6ad6871a1bfa9d8d6fa2eba46366c989f334fad541126b619a Description: Transitional package for ruby-bsearch This is a transitional package to ease upgrades to the ruby-bsearch package. It can safely be removed. Package: libbsf-java-doc Priority: optional Section: doc Installed-Size: 1946 Maintainer: Debian Java Maintainers Architecture: all Source: libbsf-java Version: 1:2.4.0-5.22.201403111605 Replaces: libbsf-java (<< 1:2.4.0-5) Suggests: libbsf-java Breaks: libbsf-java (<< 1:2.4.0-5) Filename: 4.0-0/all/libbsf-java-doc_2.4.0-5.22.201403111605_all.deb Size: 120932 MD5sum: fa7d3c8d60585fc9d4b5c974bd9c2a1c SHA1: 19be94b699ef658a086968c4564d0fd650435720 SHA256: d2295920514fe20ae7c89bd4be84edb245a7212a3d0aebe83669a8fb7e082c19 Description: Bean Scripting Framework to support scripting - documentation Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines. . BSF supports these scripting languages: * Python (using Jython) * JavaScript (using rhino) * XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces) * BeanShell (using bsh) via its own bsf adapter . Support for Tcl, NetRexx is not available in this Debian package since Jacl, NetRexx (non-free) are not packaged. . This package contains Javadoc HTML documentation for libbsf-java. Homepage: http://jakarta.apache.org/bsf/ Package: libbsf-java Priority: optional Section: java Installed-Size: 130 Maintainer: Debian Java Maintainers Architecture: all Version: 1:2.4.0-5.22.201403111605 Depends: libapache-pom-java Suggests: bsh, libxalan2-java, rhino Filename: 4.0-0/all/libbsf-java_2.4.0-5.22.201403111605_all.deb Size: 72354 MD5sum: 86d42bc5a667751a85cf6c3c47453a64 SHA1: cce153bff625f351fd5212d7562e651b152c6b11 SHA256: 61ac3e8bfd8f9b206c6fca04222fcd8a1d67cc544fdad72572bcef2c851f5dfe Description: Bean Scripting Framework to support scripting languages in Java Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines. . BSF supports these scripting languages: * Python (using Jython) * JavaScript (using rhino) * XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces) * BeanShell (using bsh) via its own bsf adapter . Support for Tcl, NetRexx is not available in this Debian package since Jacl, NetRexx (non-free) are not packaged. Homepage: http://jakarta.apache.org/bsf/ Package: libbt Priority: extra Section: oldlibs Installed-Size: 21 Maintainer: Debian QA Group Architecture: all Source: blackbox Version: 0.70.1-13.4.201403150128 Depends: libbt0 (>= 0.70.1-13.4.201403150128) Filename: 4.0-0/all/libbt_0.70.1-13.4.201403150128_all.deb Size: 954 MD5sum: 011471c44d63586136062c52bd258faa SHA1: aded748d01ebe5b4959524e00bb1d66e169ae4b1 SHA256: 992e7de63876c8d3e452b8178a521967e1c67553eced9f49d7e1ec256f6c085f Description: transitional package for libbt0 This is a dummy package to aid in transitioning from libbt to libbt0. This dummy package may be safely removed after upgrading to wheezy. Homepage: http://blackboxwm.sourceforge.net/ Package: libbtm-java Priority: optional Section: java Installed-Size: 342 Maintainer: Debian Java Maintainers Architecture: all Version: 2.1.2-1.5.201403111608 Filename: 4.0-0/all/libbtm-java_2.1.2-1.5.201403111608_all.deb Size: 269544 MD5sum: eff5543fdc026d7ab3dc119c5b7f7493 SHA1: 3f1898a2fac4e86ef29bbf58ebf5bfdecd365d2f SHA256: b1b35b36db8aa5748a6972c1dba334787d3ffff79f25c6a3e84808f9b3e5757f Description: Bitronix JTA Transaction Manager The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.0.1B API. It is a fully working XA transaction manager that provides all services required by the JTA API while trying to keep the code as simple as possible for easier understanding of the XA semantics. This is BTM's strongest point compared to its competitors: it is trivial to configure and when something goes wrong it is much easier to figure out what to do thanks to the great care placed in useful error reporting and logging. Homepage: http://docs.codehaus.org/display/BTM/Home Package: libbuild-helper-maven-plugin-java-doc Priority: optional Section: doc Installed-Size: 420 Maintainer: Debian Java Maintainers Architecture: all Source: build-helper-maven-plugin Version: 1.5-2.3.201403151544 Depends: default-jdk-doc, libmaven2-core-java-doc Suggests: libbuild-helper-maven-plugin-java Filename: 4.0-0/all/libbuild-helper-maven-plugin-java-doc_1.5-2.3.201403151544_all.deb Size: 86432 MD5sum: c54e4fd6566c26ab87a1c3011cb082b8 SHA1: 496201e8fb6c1e712ecb623eefa455d3df78f7b6 SHA256: 35187937601d803b6e1cb9b1701991d44dc8339145f43412617c69c6acbf76ea Description: Documentation for Build Helper Maven Plugin This plugin contains various small independent goals to assist with Maven build lifecycle. . For example: attach some directory as new source folder, extract maven current version, parse and resolve a version property or reserve a random network port. . This package contains the API documentation of libbuild-helper-maven-plugin-java. Homepage: http://mojo.codehaus.org/build-helper-maven-plugin/ Package: libbuild-helper-maven-plugin-java Priority: optional Section: java Installed-Size: 72 Maintainer: Debian Java Maintainers Architecture: all Source: build-helper-maven-plugin Version: 1.5-2.3.201403151544 Depends: libmaven2-core-java, libplexus-utils-java Suggests: libbuild-helper-maven-plugin-java-doc Filename: 4.0-0/all/libbuild-helper-maven-plugin-java_1.5-2.3.201403151544_all.deb Size: 20046 MD5sum: 0a62fb571286114a6d491a7b3963c1ac SHA1: 06171092fd9e291119245f662bef72ab616ab540 SHA256: be10b092005eeb0f44641d0759eeaac7d037f4c5bea63608c100a87d514ee1a3 Description: Build Helper Maven Plugin This plugin contains various small independent goals to assist with Maven build lifecycle. . For example: attach some directory as new source folder, extract maven current version, parse and resolve a version property or reserve a random network port. Homepage: http://mojo.codehaus.org/build-helper-maven-plugin/ Package: libbuilder-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-builder Version: 3.0.0-3.4.201403170417 Depends: ruby-builder Filename: 4.0-0/all/libbuilder-ruby1.8_3.0.0-3.4.201403170417_all.deb Size: 4986 MD5sum: e247209d078d8c5e0f88a0f18b65d78d SHA1: a8b90be53a98a3c728ec89f90bc2bb1738ce365e SHA256: a59ee123f1b94789adabbe292756fbf8981e7b5ee8b70bfd297cb96463f3ed07 Description: Transitional package for ruby-builder This is a transitional package to ease upgrades to the ruby-builder package. It can safely be removed. Homepage: http://onestepback.org Package: libbuilder-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-builder Version: 3.0.0-3.4.201403170417 Depends: ruby-builder Filename: 4.0-0/all/libbuilder-ruby1.9.1_3.0.0-3.4.201403170417_all.deb Size: 4990 MD5sum: 2ed70e6048d7cfd082478078863ac1b9 SHA1: 6e62f0e952b378c914a6e53c6b307ee175f7e84d SHA256: 7127f9bb5565f714b19cc862dcfd47c04b53b9176572e199ffb6206c34ebeb22 Description: Transitional package for ruby-builder This is a transitional package to ease upgrades to the ruby-builder package. It can safely be removed. Homepage: http://onestepback.org Package: libbuilder-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-builder Version: 3.0.0-3.4.201403170417 Depends: ruby-builder Filename: 4.0-0/all/libbuilder-ruby_3.0.0-3.4.201403170417_all.deb Size: 4980 MD5sum: 72b76249a0cec2b9d6e57d157546cf97 SHA1: a69ff56b978f8e577291d8acf1889c0089c93b6f SHA256: 72ff84cf076d81911ab3cb8576832117ecbc1e46ed928a6bc43282638521d666 Description: Transitional package for ruby-builder This is a transitional package to ease upgrades to the ruby-builder package. It can safely be removed. Homepage: http://onestepback.org Package: libbunny-ruby-doc Priority: extra Section: doc Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bunny Version: 0.7.8-1.4.201403170421 Depends: ruby-bunny Filename: 4.0-0/all/libbunny-ruby-doc_0.7.8-1.4.201403170421_all.deb Size: 3120 MD5sum: 8235f4d6f9d9df651412088b42e67f22 SHA1: 12b20f8212306398a6e6ec5b7c8d392f78ed9fd9 SHA256: ee5bc500ef4ab5a42b469f83932afe0ebd552e1d1151046f29e2bf6fd44e5999 Description: Transitional package for ruby-bunny This is a transitional package to ease upgrades to the ruby-bunny package. It can safely be removed. Homepage: http://github.com/ruby-amqp/bunny Package: libbunny-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bunny Version: 0.7.8-1.4.201403170421 Depends: ruby-bunny Filename: 4.0-0/all/libbunny-ruby1.8_0.7.8-1.4.201403170421_all.deb Size: 3118 MD5sum: 8b09fb7c70fc72e26b54e831de4504f8 SHA1: 3cc00349b852a1719563ba0e3ce64bd0a94e36a8 SHA256: 28ee784d2d9ffadf1840b5a97bc171c3008f0b97e6f10e1aa37f790fbb72bb32 Description: Transitional package for ruby-bunny This is a transitional package to ease upgrades to the ruby-bunny package. It can safely be removed. Homepage: http://github.com/ruby-amqp/bunny Package: libbunny-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bunny Version: 0.7.8-1.4.201403170421 Depends: ruby-bunny Filename: 4.0-0/all/libbunny-ruby1.9.1_0.7.8-1.4.201403170421_all.deb Size: 3122 MD5sum: 57fd4145b9f5e2a7c5de34d5b4be73f2 SHA1: b5fe32251c57969ddee4d8b3535f6c77ac363bac SHA256: af5f2df23cb89a22565c995371aa8a9c9c8f7d0c5a8a36ce610ec252729cf3ea Description: Transitional package for ruby-bunny This is a transitional package to ease upgrades to the ruby-bunny package. It can safely be removed. Homepage: http://github.com/ruby-amqp/bunny Package: libbunny-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bunny Version: 0.7.8-1.4.201403170421 Depends: ruby-bunny Filename: 4.0-0/all/libbunny-ruby_0.7.8-1.4.201403170421_all.deb Size: 3114 MD5sum: 519e4bd30326d30a022f6778983f6c9d SHA1: c265f9c6486fe4cdab9fbc8a5da30d38585c5c00 SHA256: 74965bfbcf93353de08f15d5274ecb3af7d0296bdca9b6accdce9dfe8b217cd5 Description: Transitional package for ruby-bunny This is a transitional package to ease upgrades to the ruby-bunny package. It can safely be removed. Homepage: http://github.com/ruby-amqp/bunny Package: libburn-doc Priority: optional Section: doc Installed-Size: 2102 Maintainer: Debian Libburnia packagers Architecture: all Source: libburn Version: 1.2.2-2.5.201403111628 Filename: 4.0-0/all/libburn-doc_1.2.2-2.5.201403111628_all.deb Size: 436370 MD5sum: 0e686cb0ddb8231ebcde60c747cd24be SHA1: 86c3162da4503ad7e01bb333c93d4eeaafe67ff6 SHA256: 15da93f92322d89dcab351c1b7e18c6a2fd71769820535dd18a612e18c7ac1ad Description: API documentation for libburn library This package contains the documentation for libburn. Homepage: http://libburnia-project.org Package: libbusiness-creditcard-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Ivan Kohler Architecture: all Version: 0.31-1.4.201403111635 Depends: perl Filename: 4.0-0/all/libbusiness-creditcard-perl_0.31-1.4.201403111635_all.deb Size: 12440 MD5sum: 3287afbdc54f76d58f2163592a0b7b5b SHA1: 246cccf94c43cfb269be0712540fd4bc8ad56506 SHA256: 36429e39f2193d0e4fb429559cec41811fa659d93b69c7c69b74d6d258b58fc3 Description: Validate/generate credit card checksums/names These subroutines tell you whether a credit card number is self-consistent -- whether the last digit of the number is a valid checksum for the preceding digits. . The validate() subroutine returns 1 if the card number provided passes the checksum test, and 0 otherwise. . The cardtype() subroutine returns a string containing the type of card: "MasterCard", "VISA", and so on. My list is not complete; I welcome additions. . The generate_last_digit() subroutine computes and returns the last digit of the card given the preceding digits. With a 16-digit card, you provide the first 15 digits; the subroutine returns the sixteenth. Package: libbusiness-edi-perl Priority: optional Section: perl Installed-Size: 10723 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.2.201403111638 Depends: perl, libuniversal-require-perl, libfile-find-rule-perl, liblist-moreutils-perl, libjson-xs-perl, libexporter-easy-perl Filename: 4.0-0/all/libbusiness-edi-perl_0.05-1.2.201403111638_all.deb Size: 1982960 MD5sum: ddf42a6694bbd3734711b3c068a409a9 SHA1: 933aebbb54bd1c07faf4b22c925eec87a4e7b072 SHA256: d525fa8fb0f0c37820cc58f689cdd01c073f840c34389f98635a2418ab999b51 Description: class for generating U.N. EDI interchange objects The focus of Business::EDI is to provide object based access to EDI messages and subelements. At present, the EDI input processed by Business::EDI objects is JSON from the edi4r ruby library, and there is no EDI output beyond the perl objects themselves. Homepage: http://search.cpan.org/dist/Business-EDI/ Package: libbusiness-isbn-data-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 20081208-1.4.201403111640 Depends: perl Filename: 4.0-0/all/libbusiness-isbn-data-perl_20081208-1.4.201403111640_all.deb Size: 13564 MD5sum: e12e90239c343f0d2476bc72f89be35b SHA1: ee5004a7830fe8a0c0a679be803df5285f1b9950 SHA256: a1454d38ec91adb269f64e2bb115648d303a0e108970df1dc8c769eca4bbef4f Description: data pack for Business::ISBN This data is current as of November 2004. At that time, the publisher codes 9990000-9999999 or 999000-999999 had not been fixed, although they had been proposed. I do not include them in the data. . Business::ISBN uses this "data pack" to do its work. You can update Business::ISBN::Data independently of the main module as the various ISBN organizations assign new publisher codes. The ISBN agency lists these data at http://www.isbn-international.org/identifiers.html. The distribution should include the kludegy script I used to extract the data and format the data structure. . Note, that as a historical artifact, some countries are actually language areas. For instance, country code 2 is "French", and includes several French-speaking countries. Homepage: http://search.cpan.org/dist/Business-ISBN-Data/ Package: libbusiness-isbn-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 2.05-1.5.201403111646 Depends: perl, libbusiness-isbn-data-perl (>= 20081208) Suggests: libgd-barcode-perl Filename: 4.0-0/all/libbusiness-isbn-perl_2.05-1.5.201403111646_all.deb Size: 22316 MD5sum: de54462220efcd9597d5ad7786d22384 SHA1: d23dd8033a822cbe02092776355b656aa008a5eb SHA256: d27ae229443581debdff3f5acae10e612c2f0cccdf108cef31e8c9bfc925a181 Description: Perl library to work with International Standard Book Numbers Business::ISBN allows to easily extract useful information from ISBN such as country code, publisher code, ... It allows to check the checksum and/or correct it. Homepage: http://sourceforge.net/projects/perl-isbn/ Package: libbusiness-issn-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.91-2.4.201403111649 Depends: perl Filename: 4.0-0/all/libbusiness-issn-perl_0.91-2.4.201403111649_all.deb Size: 8194 MD5sum: e2d081ae266ed31ba6eac9bb53d511d1 SHA1: 3667ad309bbf908876301fe4af8068a82c3f9b04 SHA256: 2acb60bed324d86601e1820e9cd2546aa6289320e87ad8d291a9e8796f98fbdf Description: Perl extension for International Standard Serial Numbers (ISSN) A Perl module (Business::ISSN) for working with ISSN numbers (International Standard Serial Numbers), used to identify periodical publications, such as magazines. Homepage: http://search.cpan.org/dist/Business-ISSN/ Package: libbusiness-onlinepayment-authorizenet-perl Priority: optional Section: perl Installed-Size: 147 Maintainer: Debian Perl Group Architecture: all Version: 3.22-1.4.201403111654 Depends: perl, libbusiness-onlinepayment-perl (>= 3.01), libnet-https-any-perl, libtext-csv-xs-perl, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl Filename: 4.0-0/all/libbusiness-onlinepayment-authorizenet-perl_3.22-1.4.201403111654_all.deb Size: 34164 MD5sum: e278c8968d8fc226243d56a7c6769058 SHA1: 7f4b7f5527676ef92c32fb799d09eef547177e9f SHA256: c5584b32d90be18518689b820ee826c4a96a99d67b5e3f8b10d7c29dacea3df6 Description: AuthorizeNet backend for Business::OnlinePayment This is Business::OnlinePayment::AuthorizeNet, an Business::OnlinePayment backend module for Authorize.Net. It is only useful if you have a merchant account with Authorize.Net: http://www.authorize.net/ . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Homepage: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/ Package: libbusiness-onlinepayment-ippay-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.06-2.6.201403111656 Depends: perl, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl, libnet-ssleay-perl | libcrypt-ssleay-perl, libnet-ssleay-perl | libwww-perl, liburi-perl Filename: 4.0-0/all/libbusiness-onlinepayment-ippay-perl_0.06-2.6.201403111656_all.deb Size: 12734 MD5sum: 1dca3208a1d593bb040206c1e3a3386b SHA1: 3b69d2a5018189373a6741112a9ce9dd5011cbd4 SHA256: 004c029a2a32ab06cdd99812d77bd053309db8e7b4ca7024e2454267cb68fd0e Description: backend for IPPay in Business::OnlinePayment framework IPPay (see http://www.ippay.com) is a online payment framework for recurring utility bills. Business::OnlinePayment::IPPay is a Perl interface that fits into the wider Business::OnlinePayment framework. Homepage: http://420.am/business-onlinepayment/ Package: libbusiness-onlinepayment-openecho-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 0.03-2.4.201403111702 Depends: perl, libbusiness-onlinepayment-perl (>= 2.99) Filename: 4.0-0/all/libbusiness-onlinepayment-openecho-perl_0.03-2.4.201403111702_all.deb Size: 15684 MD5sum: 06bb0c6d3812463f026af9d1af926c25 SHA1: a20af945464440d7087a4331ea9f989c5694d7de SHA256: b6326a609ce63c966d72b933948e97a85555b99ccf3e288078ad0cbc19e2fe49 Description: ECHO backend module for Business::OnlinePayment This is Business::OnlinePayment::OpenECHO, an Business::OnlinePayment backend module for ECHO. It is only useful if you have a merchant account with ECHO: http://www.echo-inc.com/ (also see http://www.openecho.com/) . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Homepage: http://search.cpan.org/dist/Business-OnlinePayment-OpenECHO/ Package: libbusiness-onlinepayment-payconnect-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Ivan Kohler Architecture: all Version: 0.02-1.4.201403111704 Depends: perl, libbusiness-onlinepayment-perl, libnet-ssleay-perl Filename: 4.0-0/all/libbusiness-onlinepayment-payconnect-perl_0.02-1.4.201403111704_all.deb Size: 7318 MD5sum: 8aac7dee2271d1f1ab6137b94d86638a SHA1: ae2bb19ac333aa206cb9aecff6f9c9ee0bfb10e6 SHA256: 62527327fe573cde52061ca7da0c8b453bec06ea9fd89705a18d9c68c0cc0326 Description: PaymentOne PayConnect backend for Business::OnlinePayment This is Business::OnlinePayment::PayConnect, an Business::OnlinePayment backend module for PaymentOne (formerly eBillit) PayConnect. It is only useful if you have a merchant account with PaymentOne (formerly eBillit): http://www.paymentone.com/products/paycon.asp . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Package: libbusiness-onlinepayment-payflowpro-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.01-2.4.201403111710 Depends: perl, libbusiness-onlinepayment-perl (>= 3.00~07), libnet-ssleay-perl (>= 1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>= 1.30) | libwww-perl, liburi-perl, libtie-ixhash-perl Filename: 4.0-0/all/libbusiness-onlinepayment-payflowpro-perl_1.01-2.4.201403111710_all.deb Size: 19310 MD5sum: e5db4b0124ac76af3a2a95e52b70dc5d SHA1: 8b61db7180b921a7107ab131aa1a8c8eb4309bf5 SHA256: 2ab212bb1ddc7f0ebb5982ff7a3af67b5dc6cebd4ea7241bb3a5edb91c7a3588 Description: PayPal Payflow Pro backend for Business::OnlinePayment This is Business::OnlinePayment::PayflowPro, an Business::OnlinePayment backend module for PayPal Payflow Pro. It is only useful if you have a merchant account with PayPal Payflow Pro: https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-pro-overview-outside . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Homepage: http://search.cpan.org/dist/Business-OnlinePayment-PayflowPro/ Package: libbusiness-onlinepayment-paymentech-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 2.04-1.5.201403111715 Depends: perl, libbusiness-onlinepayment-perl (>= 3.00~07), libnet-https-any-perl, libxml-simple-perl Filename: 4.0-0/all/libbusiness-onlinepayment-paymentech-perl_2.04-1.5.201403111715_all.deb Size: 9682 MD5sum: a10729e7c1065a19a11f7691e8fb4628 SHA1: 03778867c157fe249a3f697ee4d5a51284c1a016 SHA256: 179aca332f83933737641c221341d344f3dbe70b5d93143e4bdfa1e1d7a1dc99 Description: Chase Paymentech backend for Business::OnlinePayment This is Business::OnlinePayment::PaymenTech, an Business::OnlinePayment backend module for Chase Paymentech. It is only useful if you have a merchant account with Chase Paymentech: http://www.chasepaymentech.com/ . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Homepage: http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/ Package: libbusiness-onlinepayment-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 3.02-1.4.201403111717 Depends: perl, libnet-https-any-perl Suggests: libbusiness-onlinepayment-backend-perl | libbusiness-onlinepayment-authorizenet-perl | libbusiness-onlinepayment-globalpayments-perl | libbusiness-onlinepayment-ippay-perl | libbusiness-onlinepayment-openecho-perl | libbusiness-onlinepayment-payconnect-perl | libbusiness-onlinepayment-payflowpro-perl | libbusiness-onlinepayment-paymentech-perl | libbusiness-onlinepayment-tclink-perl | libbusiness-onlinepayment-transactioncentral-perl | libbusiness-onlinepayment-usaepay-perl | libbusiness-onlinepayment-viaklix-perl Filename: 4.0-0/all/libbusiness-onlinepayment-perl_3.02-1.4.201403111717_all.deb Size: 33980 MD5sum: f193a766608ed2d4b3b25071c4ed13cb SHA1: 653d6ccbe14a9503fa6d31c4e67b329f6b6d9fe5 SHA256: baca0e47719e33414fbc14460aaa1ee99c2bfd3ddbc9e1303095075c8af3d77e Description: Perl extension for online payment processing Business::OnlinePayment is a generic module for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). . IMPORTANT: Business::OnlinePayment only defines the frontend interface to the system, in order to use it you also need to have at least one backend processing module installed. Homepage: http://420.am/business-onlinepayment/ Package: libbusiness-onlinepayment-tclink-perl Priority: optional Section: perl Installed-Size: 77 Maintainer: Ivan Kohler Architecture: all Version: 1.03-3.4.201403111719 Depends: perl, libnet-tclink-perl, libbusiness-onlinepayment-perl Filename: 4.0-0/all/libbusiness-onlinepayment-tclink-perl_1.03-3.4.201403111719_all.deb Size: 10546 MD5sum: 3d90937ca5f64aa171946dd2bffd1da0 SHA1: 5065afb466cbcae3feab4b7cf3981c5b9b0ef4a9 SHA256: 79c640eb6c4ab812acfa7eb424cd1e2f0c7167a865a58164e34a740e3bb7feb1 Description: TrustCommerce backend for Business::OnlinePayment This is Business::OnlinePayment::TCLink, a Business::OnlinePayment backend module for the TrustCommerce payment gateway. It is only useful if you have an account with TrustCommerce: http://www.trustcommerce.com/ . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you like buzzwords, call it an "multiplatform ecommerce-enabling middleware solution"). Package: libbusiness-onlinepayment-transactioncentral-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Ivan Kohler Architecture: all Version: 0.06-2.4.201403111723 Depends: perl, libbusiness-onlinepayment-perl (>= 2.99), libnet-ssleay-perl (>= 1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>= 1.30) | libwww-perl, liburi-perl, libtie-ixhash-perl Filename: 4.0-0/all/libbusiness-onlinepayment-transactioncentral-perl_0.06-2.4.201403111723_all.deb Size: 9662 MD5sum: 46a5ff1b6e8c8f6a3ffc75d6b1e7c803 SHA1: a44439a3c307a118a13f0ef44f92b0e2c33da0d7 SHA256: 0bdf9b46816e5340f6e267f45ef79fdae0981e076c44a4f89592eeceb2da0c06 Description: Transaction Central backend module for Business::OnlinePayment This is Business::OnlinePayment::TransactionCentral, a Business::OnlinePayment backend module for the MerchantAnywhere Transaction Central gateway. It is only useful if you have a merchant account with MerchantAnywhere: http://www.merchantanywhere.com/ http://www.merchantanywhere.com/ecshop/TC_elink.htm http://www.merchantanywhere.com/ecshop/TC%20Interface%20NEW.pdf Package: libbusiness-onlinepayment-viaklix-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Ivan Kohler Architecture: all Version: 0.01-3.4.201403111724 Depends: perl, libbusiness-onlinepayment-perl (>= 2.99), libnet-ssleay-perl (>= 1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>= 1.30) | libwww-perl, liburi-perl, libtie-ixhash-perl Filename: 4.0-0/all/libbusiness-onlinepayment-viaklix-perl_0.01-3.4.201403111724_all.deb Size: 12126 MD5sum: ae4651f69a3f0a0ce8be339c84cc1556 SHA1: e974a593dd76cbcee607418911de26dd50ae9fa1 SHA256: 9d1aef6d04e6b25410001c7ca8e59140efe71c7e7a7c4cabf7f6c70f2e97e0bf Description: viaKLIX backend for Business::OnlinePayment This module is a back end driver that implements the interface specified by Business::OnlinePayment to support payment handling via viaKLIX's Internet payment solution. . See Business::OnlinePayment for details on the interface this modules supports. . Homepage: http://search.cpan.org/dist/Business-OnlinePayment-viaKLIX/ Package: libbusiness-paypal-api-perl Priority: optional Section: perl Installed-Size: 222 Maintainer: Debian Perl Group Architecture: all Version: 0.69-2.4.201403111727 Depends: perl, libsoap-lite-perl Filename: 4.0-0/all/libbusiness-paypal-api-perl_0.69-2.4.201403111727_all.deb Size: 78170 MD5sum: 923bf4f43fbccffc9ce90d82e9411290 SHA1: 7bb37901fd0af3572ac9664178ae6e3c8b8964e2 SHA256: 035fd3395740b92315a27582635ce27aa36164ba0e7db5fd589bb26ac1a5862b Description: module providing access to the PayPal API Business::PayPal::API is a Perl module providing access to the PayPal API. It supports both certificate authentication and the new 3-token "Signature" authentication. It also support PayPal's development sandbox for testing. Homepage: http://search.cpan.org/dist/Business-PayPal-API/ Package: libbusiness-tax-vat-validation-perl Priority: optional Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.4.201403111733 Depends: perl, libhttp-message-perl, libwww-perl Filename: 4.0-0/all/libbusiness-tax-vat-validation-perl_1.00-1.4.201403111733_all.deb Size: 16494 MD5sum: ce32dfbf2b4e4e2d108d813510b195e1 SHA1: a0127b2dce597a0007792147b5387129d3f691e1 SHA256: 6e5521f62ed50dafb2af650af18ae18f090534e1b8e99e8008ce2bd4bb6e122d Description: library for european VAT numbers validation Business::Tax::VAT::Validation is a Perl library providing an easy API to validate european VAT numbers and check if they have been registered by the competent authorities. It asks the VIES database when needed. Homepage: http://search.cpan.org/dist/Business-Tax-VAT-Validation/ Package: libbusiness-us-usps-webtools-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Ivan Kohler Architecture: all Version: 1.11-1.4.201403111738 Depends: perl, libtest-simple-perl, libhash-asobject-perl, libtest-manifest-perl (>= 1.14), libwww-perl, liburi-perl Filename: 4.0-0/all/libbusiness-us-usps-webtools-perl_1.11-1.4.201403111738_all.deb Size: 13690 MD5sum: 4a15d482fed6e0e4b5a607fbbd1331e9 SHA1: 2c4511ea9d4f24a9a7448668689a437f7b070894 SHA256: 146c60caf0ee93dddf50233ee8cc3da4e3cde87c6f46445e2017da943b5cbfeb Description: Perl module enabling use of USPS Web Tools services This module provides a Perl interface to the US Postal Service's Web Tools service. You need a UserID and Password to use these services. See the Web Tools site at http://www.usps.com/webtools/ for details. Homepage: http://search.cpan.org/dist/Business-US-USPS-WebTools/ Package: libbytecode-java-doc Priority: optional Section: doc Installed-Size: 1431 Maintainer: Steffen Moeller Architecture: all Source: bytecode Version: 0.92.svn.20090106-1.6.201403151749 Suggests: lynx | www-browser Filename: 4.0-0/all/libbytecode-java-doc_0.92.svn.20090106-1.6.201403151749_all.deb Size: 90970 MD5sum: 28cebf9b06851ce027023bee13cc5588 SHA1: d0235dfc2f56789bc975757ee713a499bf50549e SHA256: d589d3b8a99d9f660465265a0441f79841437e129cf9b96eebe6040cadd85820 Description: Documentation for the API of the Java bytecode library Javadoc-generated description of the bytecode API in HTML. . http://www.biojava.org Package: libbytecode-java Priority: optional Section: java Installed-Size: 136 Maintainer: Steffen Moeller Architecture: all Source: bytecode Version: 0.92.svn.20090106-1.6.201403151749 Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime Filename: 4.0-0/all/libbytecode-java_0.92.svn.20090106-1.6.201403151749_all.deb Size: 90092 MD5sum: dc4a75527b602570d63f19a6c494617b SHA1: 9d00b59f6a73bc91a2253d15141782df3c7e038f SHA256: 75240d078c21c78482ac492f5f454588141f5b0ea9c74b7e3f035c4f71b968be Description: Java bytecode manipulation library The library presents itself as a collection of routines to manipulate Java bytecode. It allows for the dynamic creation of Java class files without using of Javac. Such tailored code can be used, i.e. as for the upstream's motivation of the BioJava developers, to generate implementations of Hidden Markov Models. It thus acts much like inline assembly for Java. . http://www.biojava.org Package: libbytelist-java Priority: optional Section: java Installed-Size: 80 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0.6-1.5.201403111742 Depends: libjcodings-java Filename: 4.0-0/all/libbytelist-java_1.0.6-1.5.201403111742_all.deb Size: 15830 MD5sum: ded3693e5f3891818d7f32ce30e9dc08 SHA1: 13ae775b383e3658cc9391eacf7870bd990401b0 SHA256: 4fb2a1d3f3b0e7d726ec681a312a1939d48be1574011a3b51202f34e3fc32c01 Description: helper library for packaging JRuby This library provides the org.jruby.util.ByteList byte container. Homepage: http://github.com/jruby/bytelist Package: libc3p0-java-doc Priority: optional Section: doc Installed-Size: 892 Maintainer: Debian Java Maintainers Architecture: all Source: c3p0 Version: 0.9.1.2-7.4.201403152050 Suggests: libc3p0-java Filename: 4.0-0/all/libc3p0-java-doc_0.9.1.2-7.4.201403152050_all.deb Size: 76220 MD5sum: bd3c6f8aa9d693c99f89b22e23891ac5 SHA1: 5d55e3f247266cadec47b6eec8c36c64113a5884 SHA256: ea234992e44b2db4b5457f13df7e4674a465684432435fbdd731af9d727cc5d4 Description: library for JDBC connection pooling (documentation) c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. . This package includes the documentation. Homepage: http://sourceforge.net/projects/c3p0 Package: libc3p0-java Priority: optional Section: java Installed-Size: 658 Maintainer: Debian Java Maintainers Architecture: all Source: c3p0 Version: 0.9.1.2-7.4.201403152050 Depends: liblog4j1.2-java, libmx4j-java Filename: 4.0-0/all/libc3p0-java_0.9.1.2-7.4.201403152050_all.deb Size: 569776 MD5sum: 9235eda0a548fc8cca4f55b60ab24d48 SHA1: 49b13300ea6f89552567e28b0555c0a4a11bf5c9 SHA256: 31f68e76f4eab446ab724b40371eca906dcfed8c1dec1926838b183f5200a80a Description: library for JDBC connection pooling c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. Homepage: http://sourceforge.net/projects/c3p0 Package: libcache-cache-perl Priority: optional Section: perl Installed-Size: 203 Maintainer: Debian Perl Group Architecture: all Version: 1.06-2.4.201403111800 Depends: perl, liberror-perl, libipc-sharelite-perl Filename: 4.0-0/all/libcache-cache-perl_1.06-2.4.201403111800_all.deb Size: 79064 MD5sum: f4e1db10024bf09aab462fbf71f809c2 SHA1: 3f627b0062552910c592f01a4cbbe2c92d464988 SHA256: c865316bccf0680ef905b5dd624ce75f3ef7d61763a8ec2f59b99be54cc962cd Description: Managed caches of persistent information The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory. Homepage: http://search.cpan.org/dist/Cache-Cache/ Package: libcache-historical-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403111808 Depends: perl, libdbd-sqlite3-perl, libdbi-perl, liblog-log4perl-perl, librose-db-object-perl (>= 1:0.785), librose-db-perl Filename: 4.0-0/all/libcache-historical-perl_0.05-1.4.201403111808_all.deb Size: 9126 MD5sum: 5455d10df99681db4578007787c0ced3 SHA1: c2d6efa714a421bcf158dc38ca462cc4b7d434cd SHA256: 11f1f0bc5438303971f323a2d55a9112d5a2c715d44b6093b9d6c87830964d9b Description: simple data caching service with time history Cache::Historical provides simple methods to store and search text values that are tied to a time and a key, like user or category. Each caching operation sets a time stamp, thus making it possible to search according to events in time. Like the name suggests, it was originally conceived for recording of historic events such as stock trading. . This module uses SQLite3 as database backend, thus leaving ample space for costumized additional tools to the same cached historic data. Homepage: http://search.cpan.org/dist/Cache-Historical/ Package: libcache-memcached-managed-perl Priority: optional Section: perl Installed-Size: 164 Maintainer: Debian Perl Group Architecture: all Version: 0.24-1.2.201403111817 Depends: perl, libcache-memcached-perl, memcached Recommends: libsocket6-perl Filename: 4.0-0/all/libcache-memcached-managed-perl_0.24-1.2.201403111817_all.deb Size: 50322 MD5sum: b48cf16197f7913df279fc2d6b4d5b8d SHA1: 89916b9a64b6b0058e7ca0196b3e3dd26ca89889 SHA256: 7646257c9c037b52e2690dce29067a505d94de6b95f5b685dd31e2dbea53154c Description: API for managing cached information The Cache::Memcached::Managed module provides an API to values, cached in one or more memcached servers. Apart from being very similar to the API of Cache::Memcached, the Cached::Memcached::Managed API allows for management of groups of values, for simplified key generation and expiration, as well as version and namespace management and a few other goodies. . Over the functionality provided by the Cache::Memcached module, this module provides: automatic key generation, ID refinement, version management, namespace support, group management, easy (default) expiration specification, automatic fork() detection, magical increment, instant invalidation, dead memcached server detection, starting/stopping memcached servers and an extensive test-suite. . The basic premise is that each piece of information that is to be cached, can be identified by a key, an optional ID, a version and a namespace. The key determines the basic identification of the value to be cached. The ID specifies a refinement on the basic identification. The version ensures that differently formatted values with the same key and ID do not interfere with each other. The namespace ensures that different realms of information (for instance, for different users) do not interfere with each other. Homepage: http://search.cpan.org/dist/Cache-Memcached-Managed/ Package: libcache-memcached-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 1.30-1.4.201403111821 Depends: perl, libstring-crc32-perl Suggests: memcached, libsocket6-perl Filename: 4.0-0/all/libcache-memcached-perl_1.30-1.4.201403111821_all.deb Size: 28172 MD5sum: 6e548b740197482a5d2f55f252f138b6 SHA1: 1525a8d67de2cc983408100b0bf53ec3c6a1c2ad SHA256: 6c02b8cf98bf64e87858b8cbca63d6b6479e51b296cdc04f5500ef3b0d8fef8d Description: Perl module for using memcached servers Cache::Memcached is a module that interfaces with the memcached distributed memory cache daemon. Danga Interactive's memcached is a generic memory object caching system, often used to accelerate dynamic web sites by reducing load on slower databases. (See the memcached package) . This module allows Perl authors to quickly set and retrieve key/data pairs from memcached servers, even clusters of multiple daemons. As such, it is used to power several large-scale and high-performance web sites, including LiveJournal and Slashdot. Homepage: http://search.cpan.org/dist/Cache-Memcached/ Package: libcache-perl Priority: optional Section: perl Installed-Size: 204 Maintainer: Dominic Hargreaves Architecture: all Version: 2.04-3.4.201403111827 Depends: perl, libfile-nfslock-perl (>= 1.2), libio-string-perl (>= 1.02), libheap-perl (>= 0.01), libtimedate-perl (>= 1.14) Filename: 4.0-0/all/libcache-perl_2.04-3.4.201403111827_all.deb Size: 72910 MD5sum: f3ec2671613de703579b4552c4a0617a SHA1: 57c1bd587a7ab496d98f0bbbd2a3ac980b3c208d SHA256: 3d81c7bf8eb580eb092990efda0cc46fd13f7bc7203439a42745a5e8b71c9fc3 Description: Cache interface Cache is designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. . The Cache interface is implemented by derived classes that store cached data in different manners (such as files on a filesystem, or in memory). Homepage: http://search.cpan.org/dist/Cache/ Package: libcache-ref-perl Priority: optional Section: perl Installed-Size: 159 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403111829 Depends: perl, libhash-util-fieldhash-compat-perl, libmoose-perl, libmoosex-role-parameterized-perl, libnamespace-autoclean-perl Filename: 4.0-0/all/libcache-ref-perl_0.04-1.2.201403111829_all.deb Size: 53022 MD5sum: 0530fdec189c5c63995e1469abff01da SHA1: c8751720fc315fcea340260e1667b0f7e6ebfdba SHA256: caeb63d4161cf3face2e275d84337dc14b7d180939007ea70d895e6828d3f679 Description: Perl module for caching references in memory Cache::Ref implements in-memory caching, designed primarily for shared references. It supports various caching algorithms. . It differs from CHI (libchi-perl), in that it does not attempt to address the problem of caching things persistently. Homepage: http://search.cpan.org/dist/Cache-Ref/ Package: libcache-simple-timedexpiry-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.27-2.4.201403111840 Depends: perl Filename: 4.0-0/all/libcache-simple-timedexpiry-perl_0.27-2.4.201403111840_all.deb Size: 6998 MD5sum: ebb324941163313cdb51dec61361a77f SHA1: ad21e981e0714a715cf4a47c27b5d7cfc702e501 SHA256: cb77147d8ec11f198f461e5d25d5e22060138cc66bb873ffc06ff23434023172 Description: Perl module to cache and expire key/value pairs Example: . my $h = new Cache::Simple::TimedExpiry; . $h->set(Forever => "Don't expire", 0); do {$h->set($_,"Value of $_", 1); sleep 2;} for qw(Have a nice day); $,=' '; print $h->elements; $h->dump; sleep 4; print $h->elements; $h->dump; Homepage: http://search.cpan.org/dist/Cache-Simple-TimedExpiry/ Package: libcairo-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-cairo Version: 1.12.2-2.4.201403170425 Depends: ruby-cairo Filename: 4.0-0/all/libcairo-ruby1.8_1.12.2-2.4.201403170425_all.deb Size: 5386 MD5sum: 27c8e84cb468f9cbf5ff983231ba0383 SHA1: c28b05b424e5ac7f1b2ef7e4532a6c3af241161c SHA256: f1f22232d069f9cde7f273e598c7314dad79f2ba478dd716a2a10d78eb0a94bc Description: Transitional package for ruby-cairo This is a transitional package to ease upgrades to the ruby-cairo package. It can safely be removed. Homepage: https://github.com/rcairo/rcairo Package: libcairo-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-cairo Version: 1.12.2-2.4.201403170425 Depends: ruby-cairo Filename: 4.0-0/all/libcairo-ruby_1.12.2-2.4.201403170425_all.deb Size: 5382 MD5sum: dd3ee3c45280be1001b31f07747a7818 SHA1: e8b046352ac3fb6e332f996ebc5935f9b4c56ac8 SHA256: 5f1defdeb40ec7d4455a99c458d399a89e1336b2da832f9fc531865c676eb85d Description: Transitional package for ruby-cairo This is a transitional package to ease upgrades to the ruby-cairo package. It can safely be removed. Homepage: https://github.com/rcairo/rcairo Package: libcairo2-doc Priority: optional Section: doc Installed-Size: 2188 Maintainer: Dave Beckett Architecture: all Source: cairo Version: 1.12.2-3.24.201403152215 Recommends: lynx | www-browser Filename: 4.0-0/all/libcairo2-doc_1.12.2-3.24.201403152215_all.deb Size: 624936 MD5sum: 6828a646dce2cd92856ff99e05c94c25 SHA1: 230ed3700ff38cc83f926c897e32b1b889865481 SHA256: 1d7b63c628595d451377bead491e9e8421cfd0c85f40c2f8ecbf014f82924d6a Description: Documentation for the Cairo Multi-platform 2D graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the HTML documentation for the Cairo library in /usr/share/gtk-doc/html/cairo/. Homepage: http://cairographics.org/ Package: libcairomm-1.0-doc Priority: optional Section: doc Installed-Size: 2338 Maintainer: Dave Beckett Architecture: all Source: cairomm Version: 1.10.0-1.6.201403152301 Suggests: www-browser Filename: 4.0-0/all/libcairomm-1.0-doc_1.10.0-1.6.201403152301_all.deb Size: 623248 MD5sum: 8cbbe03051bb68e609f8a409872aa473 SHA1: 7fb9b07574e2b3f780406a1f3ccb172b8d309165 SHA256: 1b5611866e8ecf1bf2c6bf160127e8e0d1cf030133082f2b19a6ce0c7850cebf Description: C++ wrappers for Cairo (documentation) cairomm provides C++ bindings for the Cairo graphics library, a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the HTML reference documentation. Homepage: http://cairographics.org/cairomm/ Package: libcal-dav-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.6-2.2.201403111851 Depends: perl, libdata-ical-perl, libhttp-dav-perl, libwww-perl Filename: 4.0-0/all/libcal-dav-perl_0.6-2.2.201403111851_all.deb Size: 12338 MD5sum: 7fb3622d91b4328843d9866b17f20fb4 SHA1: a3356dd10fd33b0859fe0f62f9e722ac89a67345 SHA256: 35c54fc4d0dc78cf7a1b25e45139b1fdd9b5df14d85225eafbb9bd8c554c2805 Description: CalDAV client library Cal::DAV is a library providing the client part of the CalDAV protocol. . Cal::DAV is implemented as a very thin wrapper around HTTP::DAV and Data::ICal. Homepage: http://search.cpan.org/dist/Cal-DAV/ Package: libcal3d-doc Priority: optional Section: doc Installed-Size: 3381 Maintainer: Michael Koch Architecture: all Source: cal3d Version: 0.11.0-4.5.201411010136 Recommends: libcal3d12-dev (>= 0.11.0-4.5.201411010136) Filename: 4.0-0/all/libcal3d-doc_0.11.0-4.5.201411010136_all.deb Size: 444610 MD5sum: cbabf33262d6d5012c8cc3ccd63382ab SHA1: 1347f5c2b927b9560332a7e009408b78d1af60e8 SHA256: 4ce6a35ba441f2198f0a08b6f3a815c90960c73470432d016dec3c276c1c2de1 Description: Skeletal based 3d character animation library - API documentation Cal3d is a skeletal based 3d character animation library written in C++ in a platform-/graphic API-independent way. It has an unified exporter plugin framework. Currently it includes exporters 16 for 3D Studio Max and MilkShape 3D). . This package contains the cal3 API documentation. Homepage: https://gna.org/projects/cal3d/ Package: libcalendar-ocaml-doc Priority: optional Section: doc Installed-Size: 1564 Maintainer: Debian OCaml Maintainers Architecture: all Source: calendar Version: 2.03-1.9.201403152350 Filename: 4.0-0/all/libcalendar-ocaml-doc_2.03-1.9.201403152350_all.deb Size: 114780 MD5sum: c7701952fec991b95eed0399e60e8b17 SHA1: 97b1fcac5b91f986d9f98fb538d08d85b7996b23 SHA256: 212368ec684522c279920f5900ddbd4ebcab30cd81cb8b8718d673222f85b313 Description: OCaml library providing operations over dates and times OCaml library implementing common date/time operations with timezones and pretty printing support. . This package contains the library documentation. Homepage: http://calendar.forge.ocamlcore.org/ Package: libcalendar-simple-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.21-1.4.201403111856 Depends: perl Recommends: libdatetime-perl Filename: 4.0-0/all/libcalendar-simple-perl_1.21-1.4.201403111856_all.deb Size: 11654 MD5sum: 50ea024813ccd1f30b46a6613d364f05 SHA1: 7de9e2ed47df02e3c1c3d3f93bf569dfbf82e70c SHA256: 0b7fc2453d411a1ad9b7ea7929b4b33dcfb8e6638047d2cbedcec92247b8002f Description: module for producing simple calendars Calendar::Simple is a Perl module that exports a single function, calendar(), which returns a data structure representing dates in a month. Its output can be configured in various ways, for example, by changing the day that each week begins with. Homepage: http://search.cpan.org/dist/Calendar-Simple/ Package: libcam-pdf-perl Priority: optional Section: perl Installed-Size: 476 Maintainer: Debian Perl Group Architecture: all Version: 1.58-2.2.201403111858 Depends: perl, tcsh | csh | c-shell, libcrypt-rc4-perl, libtext-pdf-perl Filename: 4.0-0/all/libcam-pdf-perl_1.58-2.2.201403111858_all.deb Size: 185522 MD5sum: e6e8a6e1b4d8c150c5f0bbdb0ecebc8c SHA1: e68a8e66db4747505abcdf4d5cc41ff022dd60f8 SHA256: c2f162768e38a44e07ffe4ef1e2983fd2b4ce5b4322eabca0a918ea497b2c03a Description: PDF manipulation library This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html (link last checked Oct 2005). . The file format through PDF 1.5 is well-supported, with the exception of the "linearized" or "optimized" output format, which this module can read but not write. Many specific aspects of the document model are not manipulable with this package (like fonts), but if the input document is correctly written, then this module will preserve the model integrity. . The PDF writing feature saves as PDF 1.4-compatible. That means that we cannot write compressed object streams. The consequence is that reading and then writing a PDF 1.5+ document may enlarge the resulting file by a fair margin. Homepage: http://search.cpan.org/dist/CAM-PDF/ Package: libcamlimages-ocaml-doc Priority: optional Section: doc Installed-Size: 21532 Maintainer: Debian OCaml Maintainers Architecture: all Source: camlimages Version: 1:4.0.1-4.10.201403160256 Replaces: libcamlimages-ocaml-dev (<< 1:3.0.1-2) Suggests: libcamlimages-ocaml-dev Breaks: libcamlimages-ocaml-dev (<< 1:3.0.1-2) Filename: 4.0-0/all/libcamlimages-ocaml-doc_4.0.1-4.10.201403160256_all.deb Size: 8599200 MD5sum: e51f718a02a96cda5afe9c99c5b98a3c SHA1: 81cd6f3df814bb4883d65999b59aa183191e2505 SHA256: 5e46a8179fc57c0493cbd4063c69866e385abbd7e00949dcd8a1171ae8596aac Description: OCaml CamlImages library documentation This package provides documentation for the OCaml CamlImages library. . The library itself is provided in the libcamlimages-ocaml and libcamlimages-ocaml-dev packages. Homepage: http://gallium.inria.fr/camlimages/ Package: libcamomile-ocaml-data Priority: optional Section: ocaml Installed-Size: 21428 Maintainer: Debian OCaml Maintainers Architecture: all Source: camomile Version: 0.8.4-2.10.201403180649 Suggests: libcamomile-ocaml-dev Filename: 4.0-0/all/libcamomile-ocaml-data_0.8.4-2.10.201403180649_all.deb Size: 5273142 MD5sum: ba18c69b43594562eb937f558b8fe80d SHA1: a63a55506679b8f25e72ee8b2164662fd098afec SHA256: f5f02f064fb5d545d621197d5cb74175b6151537554b2793317e06898aeb6de5 Description: Unicode data for OCaml Camomile is a comprehensive Unicode library for objective caml language. The library is currently designed to conform Unicode Standard 3.2. . This package contains the data needed by camomile. Homepage: http://sourceforge.net/projects/camomile/ Package: libcanberra-doc Priority: optional Section: doc Installed-Size: 168 Maintainer: Debian GNOME Maintainers Architecture: all Source: libcanberra Version: 0.28-6.6.201403111903 Filename: 4.0-0/all/libcanberra-doc_0.28-6.6.201403111903_all.deb Size: 25144 MD5sum: f66d7fda9f935aef9e595c75238477f1 SHA1: 79d60e99f6986ebbaedd04c89d6557cd5fa925d6 SHA256: b23f2966d0d07abd2c143cfd6cf9fee95618d388431610fc1089334016522653 Description: simple abstract interface for playing event sounds - doc libcanberra defines a simple abstract interface for playing event sounds. . libcanberra relies on the XDG sound naming specification for identifying event sounds. On Unix/Linux the right sound to play is found via the mechanisms defined in the XDG sound theming specification. . This package contains the HTML documentation for libcanberra and libcanberra-gtk. Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: libcanberra-gtk-common-dev Priority: optional Section: libdevel Installed-Size: 47 Maintainer: Debian GNOME Maintainers Architecture: all Source: libcanberra Version: 0.28-6.6.201403111903 Replaces: libcanberra-gtk-dev (<< 0.26) Breaks: libcanberra-gtk-dev (<< 0.26) Filename: 4.0-0/all/libcanberra-gtk-common-dev_0.28-6.6.201403111903_all.deb Size: 9632 MD5sum: 880ca34cd52a0167ea38ac56f5e9dbc2 SHA1: d3b5012b2fad1229672ab1ef55a275a5ad6d7117 SHA256: 32cc6d8763a44fbaf79d341d56d597f1cc28edc8a3aec2ab4ecc3118b589a1cb Description: simple abstract interface for playing event sounds libcanberra-gtk provides a few functions that simplify libcanberra usage from GTK+. . Contextual information is needed to play event sound. This library can help to compile directly event sounds property lists based on active GtkWidget objects or GdkEvent events. . This package contains common headers for developing applications using libcanberra-gtk and libcanberra-gtk3 Multi-Arch: foreign Homepage: http://0pointer.de/lennart/projects/libcanberra/ Package: libcaptcha-recaptcha-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.94-3.4.201403111926 Depends: perl, libwww-perl, libhtml-tiny-perl Filename: 4.0-0/all/libcaptcha-recaptcha-perl_0.94-3.4.201403111926_all.deb Size: 13400 MD5sum: 25a0fe93f3135ce74586896f7f46198c SHA1: 7ca85393a6eabc79be425664b97af8ef9d6e4300 SHA256: d60fb6c5f97ec944f1af405593beb140b88c3689123dabfe64fe6eed98786d88 Description: perl implementation of the reCAPTCHA API reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who complete the captcha to assist in the digitization of books. From http://recaptcha.net/learnmore.html: . reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly. . To use reCAPTCHA you need to register your site here: https://admin.recaptcha.net/recaptcha/createsite/ Homepage: http://search.cpan.org/dist/Captcha-reCAPTCHA/ Package: libcapture-tiny-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group Architecture: all Version: 0.18-1.4.201403111929 Depends: perl Filename: 4.0-0/all/libcapture-tiny-perl_0.18-1.4.201403111929_all.deb Size: 22470 MD5sum: 90a9453a64b2665d45d12eb96142b09c SHA1: 549f0c67936573818db9b2a3db6729931b0022c0 SHA256: 0ae1cedea8d193237b0be921c9a06263ce223eb25aaad71572e56cfc8e6f9905 Description: module to capture STDOUT and STDERR Capture::Tiny is a Perl module that provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, XS code or an external program. Further, output can be captured while being passed through to the original handles. Homepage: http://search.cpan.org/dist/Capture-Tiny/ Package: libcarp-always-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.4.201403111932 Depends: perl Filename: 4.0-0/all/libcarp-always-perl_0.11-1.4.201403111932_all.deb Size: 9194 MD5sum: 70d7266ceaf57920606b913a4d5e091d SHA1: b659e6b76756ef5f39fe9d01b80e3cfdf683eb43 SHA256: 57ea053803d9b8e5a1969243cd79c51a6276755f46dba32eb65e91bebb6bdfed Description: Perl module to make warn and die noisy with stack backtraces Carp::Always is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing. Thus, it is commonly used on the command line, to give more context to those mysterious warnings from deep down inside the module, without the need to edit code. Homepage: http://search.cpan.org/dist/Carp-Always/ Package: libcarp-assert-more-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 1.12-2.4.201403111937 Depends: perl, libcarp-assert-perl Filename: 4.0-0/all/libcarp-assert-more-perl_1.12-2.4.201403111937_all.deb Size: 11590 MD5sum: 7fbcf099f983e82d443e8fb5b914373c SHA1: 4c3a9ff95df60548e84783fba31c4de380960e4b SHA256: 1219b4fd19c243efb1874747d201981b5b871061353b8d8294acac634dfbd3d2 Description: Convenience wrappers for libcarp-assert-perl Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier. Homepage: http://search.cpan.org/dist/Carp-Assert-More/ Package: libcarp-assert-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 0.20-2.4.201403111940 Depends: perl Filename: 4.0-0/all/libcarp-assert-perl_0.20-2.4.201403111940_all.deb Size: 18150 MD5sum: 83e807b4d5ae3c7e94205aa066aa37c7 SHA1: df2107c66264cddf454d61bf919db60098a520ff SHA256: a100a50509b1907ef0823102257abda8f5872906fd6629eb294261800494b6ed Description: Carp::Assert - executable comments for perl Carp::Assert provides ANSI C assert.h style assertions for perl, useful for debugging and commenting Homepage: http://search.cpan.org/dist/Carp-Assert/ Package: libcarp-clan-share-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.013-1.4.201403111947 Depends: perl, libcarp-clan-perl Filename: 4.0-0/all/libcarp-clan-share-perl_0.013-1.4.201403111947_all.deb Size: 6672 MD5sum: 2887fe2d7ee294f66859d9e14f51ffe0 SHA1: fddafed323180bd443ffe9c30b23f86dc5ecac57 SHA256: 510e2630e90b86a95d2733b48b48429aac640228b0da260d9f0d4c550a7da5bd Description: Perl module enabling sharing of Carp::Clan settings Carp::Clan::Share is a lightweight helper module that automatically creates a ::Carp module for you, under your current base namespace, forwarding the options to Carp::Clan. It does this using an import method. Homepage: http://search.cpan.org/dist/Carp-Clan-Share/ Package: libcarp-datum-perl Priority: optional Section: perl Installed-Size: 212 Maintainer: Debian Perl Group Architecture: all Version: 1:0.1.3-6.4.201403111951 Depends: perl, liblog-agent-perl, libgetargs-long-perl Filename: 4.0-0/all/libcarp-datum-perl_0.1.3-6.4.201403111951_all.deb Size: 71476 MD5sum: 4471d900a59928e41037f77e523ceb6c SHA1: 58624c0ddb3acaf6f7a43e8431a7be2ffd5d0dc9 SHA256: f88433fd7e3107b876083825665d84caf1bee2db67be084574e769fd593788ff Description: Debugging And Tracing Ultimate Module (for perl) Carp::Datum implements the following features: . * Programming by contract: pre-conditions, post-conditions, assertions. * Flow control tracing: routine entry, arguments, returned values * Dynamic (i.e. runtime) configuration via mini language to tailor debugging and/or tracing at the routine / file / package / type level. * Ability to statically remove all assertions and flow control tracing hooks in modules making use of Carp::Datum. * Cooperation with Log::Agent for tracing. Homepage: http://search.cpan.org/dist/Carp-Datum/Datum.pm Package: libcastor-anttasks-java Priority: optional Section: java Installed-Size: 85 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-ddlgen-java, libcastor-codegen-java, libcommons-logging-java Recommends: ant Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-anttasks-java_1.3.2-1.3.201403160512_all.deb Size: 24972 MD5sum: 0e0f3e5fad881553dea784a37dcfff26 SHA1: 14e93599a5bcca6129f0dd41038555b1ddd0a8c1 SHA256: 8856f0c7771058019fd7115a775947683704e378feafc38e2f27fc646e74b811 Description: Data binding framework for Java (XML, Objects, DB) - Ant Tasks Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains Ant task definitions for Castor XML code generator. Homepage: http://www.castor.org/ Package: libcastor-codegen-java Priority: optional Section: java Installed-Size: 561 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-core-java, libcastor-xml-java, libcastor-xml-schema-java, libcommons-logging-java Recommends: velocity Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-codegen-java_1.3.2-1.3.201403160512_all.deb Size: 467484 MD5sum: 3fbd44eb42181f8f350d56206c0160e0 SHA1: a7d2aca29ada111437a536ade2278a710080a142 SHA256: c7723491571f45dad6a556a6108f6c2174befe84ef7b15ef97836d11a644794f Description: Data binding framework for Java (XML, Objects, DB) - Codegen Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains the Castor XML code generator. Homepage: http://www.castor.org/ Package: libcastor-core-java Priority: optional Section: java Installed-Size: 116 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcommons-logging-java Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-core-java_1.3.2-1.3.201403160512_all.deb Size: 52606 MD5sum: 33f4b10b477018f6cfe0b2ddf40d1a7b SHA1: 86ffc97d03290aa04427573005c46c8e0e7096a5 SHA256: 4d55a3ac5c3d12adab79d509b5e38de90bf3c28bb91d616d8e17aa8170fa10a1 Description: Data binding framework for Java (XML, Objects, DB) - Core Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains the core functionality of Castor and it is required by all other modules. Homepage: http://www.castor.org/ Package: libcastor-ddlgen-java Priority: optional Section: java Installed-Size: 196 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-xml-java Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-ddlgen-java_1.3.2-1.3.201403160512_all.deb Size: 123438 MD5sum: c5f250a3279ca1af9bcc933d265df1e2 SHA1: 0828a0f095c3d94eaa4af498c7cd091bb0511630 SHA256: 2ce259f1caff47956665fa96a686ba163547302051ef9547d88d642224d5000d Description: Data binding framework for Java (XML, Objects, DB) - DDL generator Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains the Castor JDO DDL generator. Homepage: http://www.castor.org/ Package: libcastor-java-doc Priority: optional Section: doc Installed-Size: 40675 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Suggests: libcastor-xml-java (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-java-doc_1.3.2-1.3.201403160512_all.deb Size: 3396428 MD5sum: 26469bf4c59a8480ae3c13628b081373 SHA1: 9c925a3e2b049c36747792bae96467d6870702c6 SHA256: 00505990d783e677faf13b6f63cbc891e460faac9957beb3a0b88fd2b9af8716 Description: Documentation for Castor Java databinding framework Documentation for Castor, that is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. Homepage: http://www.castor.org/ Package: libcastor-jdo-java Priority: optional Section: java Installed-Size: 1062 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-core-java, libcastor-xml-java, libcastor-xml-schema-java, libgeronimo-jta-1.0.1b-spec-java, libcglib-java, glassfish-javaee Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-jdo-java_1.3.2-1.3.201403160512_all.deb Size: 925218 MD5sum: 0b3b396f1bf0a30edda9a6c081f74599 SHA1: 7f6c6afb78f97c746265b86d3112d38d3c4b22df SHA256: 70f934da25b9cab2e9af388ea3fb7110c03b5ee79788a8255f84a6ca730140be Description: Data binding framework for Java (XML, Objects, DB) - JDO Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains Castor JDO: a persistence framework. Homepage: http://www.castor.org/ Package: libcastor-xml-java Priority: optional Section: java Installed-Size: 863 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-core-java, libcommons-logging-java Recommends: liboro-java, libregexp-java, libcommons-lang-java Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512) Filename: 4.0-0/all/libcastor-xml-java_1.3.2-1.3.201403160512_all.deb Size: 746050 MD5sum: 5ecadef5fff003f1ad6899acfbc8988d SHA1: 453a0ef907c88dd9e73bea8c1a71326070dc6f48 SHA256: a646c06b9ab98f5f3669234e20598449a5bde5eadc20c4c2085fc3b901df373a Description: Data binding framework for Java (XML, Objects, DB) - XML module Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains the core XML data binding framework with support for marshalling Java objects to and unmarshalling from XML documents. Homepage: http://www.castor.org/ Package: libcastor-xml-schema-java Priority: optional Section: java Installed-Size: 407 Maintainer: Debian Java Maintainers Architecture: all Source: castor Version: 1.3.2-1.3.201403160512 Depends: libcastor-xml-java, libcastor-core-java, libcommons-logging-java Suggests: libcastor-java-doc (= 1.3.2-1.3.201403160512), libcommons-cli-java Filename: 4.0-0/all/libcastor-xml-schema-java_1.3.2-1.3.201403160512_all.deb Size: 330594 MD5sum: 2dee20927fe3ac5c76e74cd8e668f0a0 SHA1: d6f3ec9d957303b2d1396a4aec6fc8b302fac32f SHA256: c11b8664ebfcbccaa55dba223c427e1f4064ba4fc8ecc43c07a53c8917c90fa4 Description: Data binding framework for Java (XML, Objects, DB) - XML Schema Castor is a data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. . Castor XML is an XML data binding framework. Unlike the two main XML APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal with the structure of an XML document, Castor enables you to deal with the data defined in an XML document through an object model which represents that data. . Castor XML can be compared to XMLBeans framework. . Castor JDO is an Object-Relational Mapping and Data-Binding Framework. Castor can map relational database data into Java Data Object based on user-defined mapping schema. In the other point-of-view, it provides java data objects a persistence layer. . This package contains a module with Castor XML schema support and provides functionality to reading, processing and writing XML schema documents. Homepage: http://www.castor.org/ Package: libcatalyst-action-rest-perl Priority: optional Section: perl Installed-Size: 225 Maintainer: Debian Perl Group Architecture: all Version: 1.04-1.4.201403111954 Depends: perl, libcatalyst-perl (>= 5.80030), libclass-inspector-perl, libdata-serializer-perl, libhtml-parser-perl, libmoose-perl (>= 1.03), libmro-compat-perl (>= 0.10), libnamespace-autoclean-perl, libparams-validate-perl, liburi-find-perl, libwww-perl, libyaml-syck-perl Pre-Depends: dpkg (>= 1.15.6) Suggests: libconfig-general-perl, libfreezethaw-perl, libjson-perl (>= 2.12), libjson-xs-perl (>= 2.222), libphp-serialization-perl, libxml-simple-perl Filename: 4.0-0/all/libcatalyst-action-rest-perl_1.04-1.4.201403111954_all.deb Size: 62986 MD5sum: ba1d11aa1eaeafbad1da71e37f0eac58 SHA1: f881182e6fcac22bb1f1cc9a62004020b9262dde SHA256: 8d0703b2fa978d1776585f6b0c0c2552f14ffc1326d50d151d339fedbca1feb5 Description: module for automatic REST method dispatching Catalyst::Action::REST is a Catalyst Action that handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. It will dispatch either to the action with the generating name or to a regular method. Homepage: http://search.cpan.org/dist/Catalyst-Action-REST/ Package: libcatalyst-actionrole-acl-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403112000 Depends: perl, libcatalyst-perl (>= 5.90013), libmoose-perl, libnamespace-autoclean-perl Filename: 4.0-0/all/libcatalyst-actionrole-acl-perl_0.07-1.2.201403112000_all.deb Size: 11864 MD5sum: b47da562fab68f1115dce3ca30b9034b SHA1: c2bab4e91269b1cda8e0fb192e0475b63e622e02 SHA256: 0c1c609a4a652ae942e3b0573485d49e3242ac957d77c9640d04270f2e95f6db Description: Catalyst ActionRole for user role-based authorization Catalyst::ActionRole::ACL provides a Catalyst reusable action role for user role-based authorization. . ACLs are applied via the assignment of attributes to application action subroutines. Homepage: http://search.cpan.org/dist/Catalyst-ActionRole-ACL/ Package: libcatalyst-authentication-credential-http-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 1.014-1.2.201403112006 Depends: libcatalyst-modules-perl, libcatalyst-perl, libclass-accessor-perl, libossp-uuid-perl, libstring-escape-perl, liburi-perl, perl Filename: 4.0-0/all/libcatalyst-authentication-credential-http-perl_1.014-1.2.201403112006_all.deb Size: 28256 MD5sum: bc5749419f1babce1254455d4658c929 SHA1: a53d8e991fed6954f5661442fe7db31843e20fd1 SHA256: c5be89d2cd707d16033b865098095e3bd55c31dd3a2a29e551324a0b134fc6c2 Description: HTTP Basic and Digest authentication for Catalyst Catalyst::Authentication::Credential::HTTP lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. . When authentication is required, this module sets a status of 401, and the body of the response to 'Authorization required.'. To override this and set your own content, check for the "$c->res->status == 401" in your "end" action, and change the body accordingly. Homepage: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/ Package: libcatalyst-controller-actionrole-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.2.201403112013 Depends: perl, libcatalyst-perl (>= 5.80025), libmoose-perl (>= 2) | libclass-mop-perl, libmoosex-types-perl, libnamespace-clean-perl, libstring-rewriteprefix-perl Suggests: libcatalyst-action-rest-perl Filename: 4.0-0/all/libcatalyst-controller-actionrole-perl_0.15-1.2.201403112013_all.deb Size: 9768 MD5sum: 8cc8d4278d17b52ba52c230db93fe267 SHA1: c527e95dc497ac0c5b13fdce6303e381aede5d5b SHA256: 73f39085acfb819f4eaf7759243730dbce7ccb8b29ddf9c489c52ecd8638a9dd Description: module for applying roles to action instances Catalyst::Controller::ActionRole allows one to apply Moose::Roles to the Catalyst::Actions for different controller methods. Homepage: http://search.cpan.org/dist/Catalyst-Controller-ActionRole/ Package: libcatalyst-devel-perl Priority: optional Section: perl Installed-Size: 218 Maintainer: Debian Perl Group Architecture: all Version: 1.37-1.4.201403112022 Replaces: libcatalyst-modules-perl (<< 39) Depends: perl, libcatalyst-perl (>= 5.90001), libconfig-general-perl (>= 2.42), libfile-changenotify-perl, libfile-copy-recursive-perl, libfile-sharedir-perl, libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libnamespace-autoclean-perl, libnamespace-clean-perl, libpath-class-perl, libtemplate-perl, libyaml-tiny-perl Suggests: libmodule-install-perl (>= 1.02), libmoosex-daemonize-perl, starman Breaks: libcatalyst-modules-perl (<< 39) Filename: 4.0-0/all/libcatalyst-devel-perl_1.37-1.4.201403112022_all.deb Size: 78568 MD5sum: 6430e90ffe91b0ae070988a58d68f3a4 SHA1: b91c844898954a1774c8ce37afc0022ea4dc06f0 SHA256: 51f9b040673295294ded71cd9b1bb6c5fa45ffe8ccd13db9d142dd72ea6d90fa Description: collection of development tools for Catalyst Catalyst::Devel is a collection of modules needed for Catalyst application development and testing, but is not required to run them. This package is not needed for Catalyst application deployment on production servers. Among other things, it includes the following tools: . Module::Install::Catalyst Provides various utilities for creating Catalyst module distributions. . Catalyst::Helper Helper module for bootstrapping a Catalyst application via catalyst.pl. . Catalyst::Restarter Utility to restart the server when files have changed Homepage: http://search.cpan.org/dist/Catalyst-Devel/ Package: libcatalyst-engine-apache-perl Priority: optional Section: perl Installed-Size: 93 Maintainer: Debian Perl Group Architecture: all Version: 1.16-1.4.201403112029 Depends: perl, libcatalyst-perl (>= 5.80000), libapache2-mod-perl2 Breaks: libcatalyst-perl (<< 5.50) Filename: 4.0-0/all/libcatalyst-engine-apache-perl_1.16-1.4.201403112029_all.deb Size: 25864 MD5sum: 52f5e965bd221c195482ff99a563e09d SHA1: 12448e55c03836907dd084bdbaa25802c59e281a SHA256: 18ccdf6c74d92c088944e77be95b81a2a63475c7ab125a2aaa56986c76f08575 Description: Catalyst engine for Apache 1.x and 2.x Catalyst::Engine::Apache is a Perl module that provides backend support for the Catalyst MVC framework on the Apache web server (for both the 1.x and 2.x branches). . In Debian, it is usually used with mod_perl 2.0, though the engine supports mod_perl 1.3x and 1.99 as well. Homepage: http://search.cpan.org/dist/Catalyst-Engine-Apache/ Package: libcatalyst-engine-psgi-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 0.13+dfsg-1.2.201403112036 Depends: perl, libcatalyst-modules-perl, libcatalyst-perl (>= 5.80007), libmoose-perl (>= 2) | libclass-mop-perl, libplack-perl, libtest-tcp-perl Filename: 4.0-0/all/libcatalyst-engine-psgi-perl_0.13+dfsg-1.2.201403112036_all.deb Size: 18252 MD5sum: f5e0514ebf5c983585b789c02e36783f SHA1: 363955e20278d14a01900df7ba4910c2ce368409 SHA256: de1fe16a00d5da31fca9628ef88ae8054d25292a48d9d1b68897c6e41001f832 Description: Catalyst engine for the PSGI protocol Catalyst::Engine::PSGI is a Perl module that provides backend support for the Catalyst MVC framework on any of a multitude of web servers that comply with the Perl Web Server Gateway Interface (PSGI) specification. . It is commonly used with the Plack middleware (see libplack-perl). Homepage: http://search.cpan.org/dist/Catalyst-Engine-PSGI/ Package: libcatalyst-manual-perl Priority: optional Section: perl Installed-Size: 857 Maintainer: Debian Perl Group Architecture: all Version: 5.9004-1.4.201403112046 Depends: perl Breaks: libcatalyst-modules-perl (<< 31) Filename: 4.0-0/all/libcatalyst-manual-perl_5.9004-1.4.201403112046_all.deb Size: 428438 MD5sum: 31dfcdd0f2730ce4ba39314281df9bc8 SHA1: f7d3123ddeca526ba9afab32d42a6001ea495ed9 SHA256: 74b64fe5c2b45fe2fafcd4554252ac87bb7dfb256f4a54faaf2686df48e4791d Description: developer's manual for Catalyst Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. . Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation, and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes the re-use of existing Perl modules that already handle common web application concerns well. . This package contains Catalyst developer's manual. Homepage: http://search.cpan.org/dist/Catalyst-Manual/ Package: libcatalyst-model-cdbi-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.4.201403112048 Depends: perl, libcatalyst-perl, libclass-dbi-loader-perl, libclass-dbi-perl, libmro-compat-perl Filename: 4.0-0/all/libcatalyst-model-cdbi-perl_0.12-1.4.201403112048_all.deb Size: 11266 MD5sum: 65ad9bea8256fe394157ffa35f4e581f SHA1: aa6f321341cbdc6fa0ec37a68b486be26d0b7c4d SHA256: e9302454bb2335749bccffe4af64897114fb3249a84f05f77427ad8538a6c479 Description: CDBI Model Class for Catalyst This is the Class::DBI model class for Catalyst. It's built on top of Class::DBI::Loader. . This module is deprecated and only provided for older applications which still need it for backwards compatibility. Homepage: http://search.cpan.org/dist/Catalyst-Model-CDBI/ Package: libcatalyst-modules-extra-perl Priority: optional Section: perl Installed-Size: 139 Maintainer: Debian Perl Group Architecture: all Version: 8.4.201403112056 Depends: perl, libcatalyst-model-cdbi-perl, libcatalyst-modules-perl, libcatalyst-perl, libcatalyst-view-tt-perl, libclass-data-inheritable-perl, libclass-dbi-asform-perl, libclass-dbi-fromform-perl, libclass-dbi-loader-perl, libclass-dbi-perl, libclass-dbi-plugin-retrieveall-perl, libgd-securityimage-perl, libhtml-fillinform-perl, liblwpx-paranoidagent-perl, libnet-openid-consumer-perl, libtemplate-plugin-class-perl, libwww-perl Recommends: libclass-dbi-sqlite-perl Filename: 4.0-0/all/libcatalyst-modules-extra-perl_8.4.201403112056_all.deb Size: 43428 MD5sum: df229949625b1e1c58c5775fe76c7d83 SHA1: 4648b86318094470c4f2fe54bd414cb2ccca883f SHA256: b213d35eb3d71b33d9997aa135d5424aacc4396dc72b2a81d225045f0c016475 Description: collection of extra modules for Catalyst This package includes some modules which could be handy when you make Catalyst application and which are not in libcatalyst-modules-perl. . Currently the following modules are included: . Catalyst::Model::Adaptor Use a plain class as a Catalyst model . Catalyst::Model::CDBI::CRUD Create-Read-Update-Delete model class using Class::DBI . Catalyst::Plugin::Authentication::Credential::OpenID Authentication using OpenID credentials . Catalyst::Plugin::Captcha Create and validate Captcha for Catalyst . Catalyst::Plugin::Setenv Deploy an environment (%ENV) using the Catalyst configuration Enhances: libcatalyst-perl Package: libcatalyst-modules-perl Priority: optional Section: perl Installed-Size: 1158 Maintainer: Debian Perl Group Architecture: all Version: 44.4.201403112104 Depends: perl, libauthen-simple-perl, libcache-cache-perl, libcache-fastmmap-perl, libcatalyst-perl (>= 5.90000), libcatalyst-view-tt-perl, libcgi-formbuilder-perl, libclass-c3-perl, libclass-throwable-perl, libconfig-any-perl (>= 0.20), libdata-visitor-perl, libdbix-class-cursor-cached-perl, libdbix-class-perl (>= 0.08111), libdbix-class-schema-loader-perl, libdevel-stacktrace-perl, libemail-mime-perl (>= 1.859), libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl (>= 1.453), libemail-sender-perl (>= 0.100110), libfile-changenotify-perl, libfile-slurp-perl, libhtml-formfu-perl (>= 0.09000), libhtml-prototype-perl, libhtml-widget-perl, libjson-any-perl, libjson-perl, liblocale-maketext-lexicon-perl, perl (>= 5.12) | liblocale-maketext-simple-perl (>= 0.19), liblog-log4perl-perl, libmoose-perl (>= 1.12), libmoosex-emulate-class-accessor-fast-perl, libmoosex-markasmethods-perl (>= 0.13), libmoosex-nonmoose-perl (>= 0.16), libmoosex-traits-pluggable-perl, libnamespace-autoclean-perl, libobject-signature-perl, libparams-validate-perl, libpath-class-perl, perl (>= 5.11) | libparent (>= 0.223), libregexp-assemble-perl, libset-object-perl, libsub-install-perl, libtask-weaken-perl, libtemplate-plugin-class-perl, libtest-www-mechanize-catalyst-perl, libtest-www-mechanize-perl (>= 1.16), libtie-ixhash-perl, libtry-tiny-perl, libuniversal-can-perl, libuniversal-isa-perl Suggests: libcatalyst-devel-perl, libconfig-general-perl, libconfig-tiny-perl, libhtml-mason-perl, libxml-simple-perl, libyaml-perl Filename: 4.0-0/all/libcatalyst-modules-perl_44.4.201403112104_all.deb Size: 462430 MD5sum: be839c39238bbb31c7e8a3d8f2287665 SHA1: e57d90a71b5417afe22a75b5a406580394b8ae37 SHA256: ff9b4ee67ca912c7cb1219b6337e6d7c1893dbe4f07408df4b91fd7a17ef1d74 Description: modules for Catalyst MVC Web Application Framework This package includes some modules to enhance Catalyst. It demands many perl modules to keep dependency but they are relatively small. . Currently the following modules are included: . Catalyst::Action::RenderView Sensible default end action . Catalyst::Log::Log4perl Log::Log4perl logging for Catalyst . Catalyst::Plugin::Cache Flexible caching support for Catalyst . Catalyst::Plugin::ConfigLoader Load config files of various types . Catalyst::Plugin::Session Generic Session plugin, ties together server side storage and client side state required to maintain session data. . Catalyst::Plugin::StackTrace Display a stack trace on the debug screen . Catalyst::Plugin::Static::Simple Make serving static pages painless . Catalyst::Plugin::SubRequest Make subrequests to actions in Catalyst . Catalyst::Plugin::Unicode Unicode aware Catalyst . CatalystX::Component::Traits Automatic trait loading and resolution for Catalyst components . Catalyst::Component::InstancePerContext Moose role to create only one instance of component per context . Catalyst::Model::DBI DBI Model Class . Catalyst::Model::DBIC::Schema DBIx::Class::Schema Model Class . Catalyst::Plugin::Cache::Store::FastMmap FastMmap cache store for Catalyst::Plugin::Cache . Catalyst::Plugin::Session::State::Cookie Maintain session IDs using cookies . Catalyst::Plugin::Session::Store::Cache Store sessions using a Catalyst::Plugin::Cache . Catalyst::Plugin::Session::Store::DBI Store your sessions in a database using DBI . Catalyst::Plugin::Session::Store::Delegate Delegate session storage to an application model object . Catalyst::Plugin::Session::Store::FastMmap FastMmap session storage backend . Catalyst::Plugin::Session::Store::File File storage backend for session data . Catalyst::View::JSON JSON view for your data . Catalyst::View::Mason Mason View Class . Catalyst::Plugin::Authentication Infrastructure plugin for the Catalyst authentication framework . Catalyst::Plugin::Authorization::Roles Role based authorization built on Catalyst::Plugin::Authentication . Catalyst::Plugin::I18N I18N for Catalyst . Catalyst::View::Email Send Email from Catalyst . Catalyst::Authentication::Credential::Authen::Simple Verify credentials with the Authen::Simple framework . Catalyst::Authentication::Store::DBIx::Class A storage class for Catalyst Authentication using DBIx::Class . Catalyst::Controller::FormBuilder Catalyst FormBuilder Base Controller . Catalyst::Controller::HTML::FormFu Catalyst integration for HTML::FormFu . Catalyst::Plugin::Authorization::ACL ACL support for Catalyst applications . Catalyst::Plugin::Session::Store::DBIC Store your sessions via DBIx::Class Enhances: libcatalyst-perl Package: libcatalyst-perl Priority: optional Section: perl Installed-Size: 630 Maintainer: Debian Perl Group Architecture: all Version: 5.90015-1.4.201403112113 Depends: perl, libcgi-simple-perl (>= 1.109), libclass-accessor-perl, libclass-c3-adopt-next-perl, libclass-c3-perl, libclass-inspector-perl, libclass-load-perl (>= 0.12), libdata-dump-perl, libdata-optlist-perl, libextutils-autoinstall-perl, libfile-copy-recursive-perl, libfile-modified-perl, libfile-slurp-perl, libhtml-parser-perl, libhttp-body-perl (>= 1.06), libhttp-request-ascgi-perl (>= 0.8), liblist-moreutils-perl, libmime-types-perl, libmoose-perl (>= 1.03), libmoosex-emulate-class-accessor-fast-perl, libmoosex-getopt-perl (>= 0.30), libmoosex-methodattributes-perl (>= 0.24), libmoosex-role-withoverloading-perl (>= 0.09), libmoosex-types-common-perl, libmoosex-types-loadableclass-perl, libnamespace-autoclean-perl, libnamespace-clean-perl (>= 0.23), libpath-class-perl, libplack-perl (>= 0.9974), libplack-middleware-reverseproxy-perl, libplack-test-externalserver-perl, libscope-upper-perl, libstring-rewriteprefix-perl, libtask-weaken-perl, libtest-mockobject-perl, libtext-simpletable-perl, libtree-simple-perl, libtree-simple-visitorfactory-perl, libtry-tiny-perl, liburi-perl, libwww-perl (>= 5.814), perl (>= 5.10.1) | libmodule-pluggable-perl (>= 3.9), perl (>= 5.10.1) | libparent-perl Pre-Depends: dpkg (>= 1.15.6~) Recommends: libcatalyst-devel-perl, libfcgi-perl Suggests: libcatalyst-engine-apache-perl, libcatalystx-leakchecker-perl, libfcgi-procmanager-perl, libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Breaks: libcatalyst-actionrole-acl-perl (<< 0.07), libcatalyst-modules-perl (<< 32~), libcatalystx-simplelogin-perl (<< 0.17) Filename: 4.0-0/all/libcatalyst-perl_5.90015-1.4.201403112113_all.deb Size: 283294 MD5sum: 39b5035c11913c1806b7fb3c502dc6bb SHA1: f7ce070747c4126001ec8de85e94fcb7fbb5c6bd SHA256: 849f7c358919496c098c6ba2a127c7ae21d3525fb6330c53973caca001c9e3b9 Description: elegant Model-View-Controller Web Application Framework Catalyst is an elegant web application framework, extremely flexible yet very simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. . Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation, and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes the re-use of existing Perl modules that already handle common web application concerns well. . This package only contains the Catalyst::Runtime module. If you want to develop your own web applications install libcatalyst-modules-perl as well. Homepage: http://search.cpan.org/dist/Catalyst-Runtime/ Package: libcatalyst-plugin-log-dispatch-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.121-1.2.201403112124 Depends: perl, libcatalyst-perl, liblog-dispatch-perl, libuniversal-require-perl Recommends: liblog-dispatch-config-perl Filename: 4.0-0/all/libcatalyst-plugin-log-dispatch-perl_0.121-1.2.201403112124_all.deb Size: 9012 MD5sum: 1748e1ac1b0ebc762271b39d71243bfd SHA1: 2bb3a5611354aefa60953e06dabdadf21de90c36 SHA256: ba0bf983ecbcb302ec4fdd23e4545875966da2c07748df72a3603d4a8f4652ff Description: Catalyst log module that uses Log::Dispatch Catalyst::Plugin::Log::Dispatch is a plugin to use Log::Dispatch from Catalyst. Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Log-Dispatch/ Package: libcatalyst-plugin-scheduler-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.2.201403112129 Depends: perl, libcatalyst-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libdatetime-perl, libdatetime-event-cron-perl, libdatetime-timezone-perl, libmro-compat-perl, libset-scalar-perl, libyaml-syck-perl | libyaml-perl Filename: 4.0-0/all/libcatalyst-plugin-scheduler-perl_0.10-1.2.201403112129_all.deb Size: 17148 MD5sum: eb1f1707ddb8dea2f1bf0df7f1c98bcc SHA1: 93bbf75cbb91e0fa54d5ea9ef531afb1b51eca37 SHA256: 40f9c446f9c699835b00cb279889fa891d368e4e59acd1f34dc4fc178bad4b63 Description: Catalyst plugin for scheduling events to run in a cron-like fashion The Catalyst::Plugin::Scheduler plugin allows you to schedule events to run at recurring intervals. Events will run during the first request which meets or exceeds the specified time. Depending on the level of traffic to the application, events may or may not run at exactly the correct time, but it should be enough to satisfy many basic scheduling needs. Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Scheduler/ Package: libcatalyst-plugin-smarturi-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.036-1.2.201403112136 Depends: perl, libcatalyst-perl (>= 5.80002), libclass-c3-componentised-perl, libmoose-perl, libnamespace-clean-perl, libtask-weaken-perl, liburi-smarturi-perl, perl (>= 5.10.1) | libparent-perl Filename: 4.0-0/all/libcatalyst-plugin-smarturi-perl_0.036-1.2.201403112136_all.deb Size: 10778 MD5sum: 46a11c9d165d92d64c472054c3f3fa3b SHA1: 1020cdac563e9ba57c4acc640ea3a2423eacd571 SHA256: 7173a864523ab09a4738858c465c69c90e2735145963286d42f9866bbefcc83f Description: module providing configurable URIs for Catalyst Configure whether $c->uri_for and $c->req->uri_with return absolute, hostless or relative URIs, or URIs based on the 'Host' header. Also allows configuring which URI class to use. Works on application-wide or per-request basis. . Catalyst::Plugin::SmartURI is useful in situations where you're for example, redirecting to a lighttpd from a firewall rule, instead of a real proxy, and you want your links and redirects to still work correctly. . To use your own URI class, just subclass URI::SmartURI and set uri_class, or write a class that follows the same interface. . This plugin installs a custom $c->request_class, however it does so in a way that won't break if you've already set $c->request_class yourself, ie. by using Catalyst::Action::REST (thanks mst!). Homepage: http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/ Package: libcatalyst-plugin-unicode-encoding-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Jonas Genannt Architecture: all Version: 1.7-1.2.201403112140 Depends: perl, libencode-perl, libcatalyst-perl, libwww-perl (>= 5.837), liburi-perl, libclass-data-inheritable-perl Filename: 4.0-0/all/libcatalyst-plugin-unicode-encoding-perl_1.7-1.2.201403112140_all.deb Size: 9476 MD5sum: 4bf61218844c966026d9dbdcb12ecadb SHA1: c30e68c06a4cc8d135f4d0fd89420b47f6470c7c SHA256: 2d6b5beb3c193175832dbc062fe2949ffb5d5110ef56546046b93edd88c40a8f Description: Unicode aware Catalyst Unicode encoding plugin for Catalyst perl MVC framework. . This Catalyst::Plugin::Unicode::Encoding package is an drop in replacement for the Catalyst::Plugin::Unicode package. . Catalyst::Plugin::Unicode::Encoding handles more cases. Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/ Package: libcatalyst-view-petal-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1.2.201403112147 Depends: libcatalyst-perl, libpetal-perl, perl Filename: 4.0-0/all/libcatalyst-view-petal-perl_0.03-1.2.201403112147_all.deb Size: 14916 MD5sum: f4c713899fed781e3f6a20795e8e6222 SHA1: def1dbfce25ac2c62789cdc97431edb2d71e9a1a SHA256: df1f6bcd7e14711566ddc465a16f5a6d63baf0e92dbd6b42be052da2d2b1913a Description: Petal View Class for Catalyst Catalyst::View::Petal is the Catalyst view class for Petal. Your subclass should inherit from this class. Homepage: http://search.cpan.org/dist/Catalyst-View-Petal/ Package: libcatalyst-view-tt-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 0.38-1.4.201403112155 Depends: perl, libcatalyst-perl, libmro-compat-perl, libtemplate-perl, libtemplate-provider-encoding-perl, libtemplate-timer-perl Filename: 4.0-0/all/libcatalyst-view-tt-perl_0.38-1.4.201403112155_all.deb Size: 32590 MD5sum: b62670e1c76849758980bd18fade79fe SHA1: 5d66bd59a66327ec31253966956ea37e6a224cf3 SHA256: 05bfc05d979a8e15fca93772fb495ba0c8691a8b06f1cf17815048d1486a3412 Description: Template View Class for Catalyst Catalyst::View::TT is the Catalyst view class for the Template toolkit. Your application subclass should inherit from this class. This plugin renders the template specified in $c->stash->{template}, or $c->request->match. The template variables are set up from the contents of $c->stash, augmented with template variable base set to Catalyst's $c->req->base, template variable c to Catalyst's $c, and template variable name to Catalyst's $c->config->{name}. The output is stored in $c->response->output. Homepage: http://search.cpan.org/dist/Catalyst-View-TT/ Package: libcatalystx-injectcomponent-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.024-1.2.201403112202 Depends: perl, libcatalyst-perl, libclass-inspector-perl Filename: 4.0-0/all/libcatalystx-injectcomponent-perl_0.024-1.2.201403112202_all.deb Size: 7884 MD5sum: d69029d9d7d3c847601b3d48a9bd9fc8 SHA1: a47a23509112565f0f684886b9531237386081d2 SHA256: 47cc7de10f1af3327f1c01997f53f4d3f82eac8665f32d1d9d5abe3125e8374b Description: module for injecting components into Catalyst applications CatalystX::InjectComponent will inject Controller, Model, and View components into Catalyst applications at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via "->setup_component"). Homepage: http://search.cpan.org/dist/CatalystX-InjectComponent/ Package: libcatalystx-leakchecker-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.4.201403112207 Depends: perl, libcatalyst-perl (>= 5.80000), libdevel-cycle-perl (>= 1.11), libmoose-perl (>= 0.90), libmoosex-types-perl, libnamespace-autoclean-perl, libnamespace-clean-perl, libtask-weaken-perl, libpadwalker-perl (>= 1.8), libtext-simpletable-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Filename: 4.0-0/all/libcatalystx-leakchecker-perl_0.06-1.4.201403112207_all.deb Size: 7174 MD5sum: 7936c4a2614a4a3e29ecbcf72ca70e1f SHA1: 2dd2b29d5f5df3c45eef17f5f17491967ad3135e SHA256: eaabebf382aeb66db6afba6354cff813fbb4e452e79186a3e36af849ec9504e2 Description: module for detecting memory leaks in Catalyst applications CatalystX::LeakChecker is a Perl module that tries to help you find memory leaks in Catalsy applications by automatically checking for common causes. If any leaks are found (even when they occur within code references), a debug message is logged with useful debugging information. . This module is intended for use during development and debugging only, rather than in a production environment. Homepage: http://search.cpan.org/dist/CatalystX-LeakChecker/ Package: libcatalystx-simplelogin-perl Priority: optional Section: perl Installed-Size: 145 Maintainer: Debian Perl Group Architecture: all Version: 0.17-1.2.201403112212 Depends: perl, libcatalyst-action-rest-perl, libcatalyst-modules-perl, libcatalyst-perl (>= 5.90013), libcatalyst-view-tt-perl, libcatalystx-injectcomponent-perl, libhtml-formhandler-perl, libmoose-autobox-perl, libmoose-perl, libmoosex-methodattributes-perl, libmoosex-relatedclassroles-perl, libmoosex-types-common-perl, libmoosex-types-perl, libnamespace-autoclean-perl Filename: 4.0-0/all/libcatalystx-simplelogin-perl_0.17-1.2.201403112212_all.deb Size: 43896 MD5sum: 58180a620535f02f0b32530690e89d42 SHA1: ee4e75c4a9e1a5809b9c72f79e951ee969e21c1b SHA256: bec05dfc2115bde7314943631fbb16dbd153cd1d2b3fe3a2745d93f3f6c6e304 Description: simple and reusable login controller CatalystX::SimpleLogin is an application class Moose::Role which will inject an instance of CatalystX::SimpleLogin::Controller::Login into your application. . This provides a simple login and logout page with the adition of only one line of code and one template to your application. Homepage: http://search.cpan.org/dist/CatalystX-SimpleLogin/ Package: libccfits-doc Priority: optional Section: doc Installed-Size: 4035 Maintainer: Aurelien Jarno Architecture: all Source: ccfits Version: 2.4-1.4.201403160711 Filename: 4.0-0/all/libccfits-doc_2.4-1.4.201403160711_all.deb Size: 950066 MD5sum: 39716738062b031d52965a201fd24406 SHA1: 196adb8d315fd8b22bcb33dc793a5fa46386ff2d SHA256: 454224b32bbe50afdde31768b4d0d15007af7e0162f46004cc8b540d17520d0e Description: documentation for CCfits CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++. It is written in ANSI C++ and implemented using the C++ Standard Library with namespaces, exception handling, and member template functions. . This package contains the CCFits reference manual in html and PDF format. Homepage: http://heasarc.gsfc.nasa.gov/fitsio/CCfits/ Package: libccrtp-doc Priority: optional Section: doc Installed-Size: 4606 Maintainer: Debian VoIP Team Architecture: all Source: libccrtp Version: 2.0.3-4.5.201403112227 Replaces: libccrtp-dev (<= 1.6.1-1) Filename: 4.0-0/all/libccrtp-doc_2.0.3-4.5.201403112227_all.deb Size: 848108 MD5sum: 7982821f2897c98e42c198a879bf3e56 SHA1: 889745b278b625e9658e78afda0f975ebf8ef0a0 SHA256: 42de56631303d825269dc1075f495409cedcb988f79e553b051ebe2faa0ca989 Description: Documentation files for GNU ccRTPp library GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is the Internet-standard protocol for the transport of real-time data, including audio and video. It can be used for media-on-demand as well as interactive for creating services such as Internet telephony. . This package contains the documentation files for GNU ccRTP. Homepage: http://www.gnu.org/software/ccrtp/ Package: libccss-doc Priority: optional Section: doc Installed-Size: 359 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: libccss Version: 0.5.0-4.5.201403112238 Suggests: devhelp Filename: 4.0-0/all/libccss-doc_0.5.0-4.5.201403112238_all.deb Size: 51788 MD5sum: 32ec3101e5d9a1574460c4ba2b46911b SHA1: dea2600178cb930c18066983fc9f1d01a6ffdefc SHA256: 79e3ca2961030d7bc21ca9eebad8fd2f3a6a59751003f1c1ccc3113c3a95f2e0 Description: simple api for CSS Stylesheets (documentation) Libccss offers a simple API to * Parse CSS stylesheets. * Query for style configurations on a user-provided document representation. * Draw query results onto cairo surfaces . This package contains the documentation. Homepage: http://cgit.freedesktop.org/ccss/ Package: libcddb-file-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 1.05-1.2.201403112258 Depends: perl Filename: 4.0-0/all/libcddb-file-perl_1.05-1.2.201403112258_all.deb Size: 8882 MD5sum: f761baded24b4b3b30f6663d57cc3f56 SHA1: 67455b8cf89e7a1d480162ef421a55020b00bd1d SHA256: 4cea6b8fc8bad75d59a69bd6524d278866dc495154b64ec800e2b69a4faff301 Description: Parse a CDDB/freedb data file CDDB::File provides an interface for extracting data from CDDB-format data files, as used by freedb. Homepage: http://search.cpan.org/dist/CDDB-File/ Package: libcddb-get-perl Priority: optional Section: perl Installed-Size: 95 Maintainer: Debian Perl Group Architecture: all Version: 2.28-1.4.201403112303 Depends: perl Filename: 4.0-0/all/libcddb-get-perl_2.28-1.4.201403112303_all.deb Size: 18794 MD5sum: 49d7364eccd4149f57df48e08d7bb575 SHA1: f05029f442be0ac278e12af27c82dea3c6c84388 SHA256: 3afdf67ff0c3951a8655015b78e153ae8dcfd770ab8e438bef8aee244964c775 Description: Perl interface to read the CDDB entry for an audio CD in your drive This module/script gets the CDDB info for an audio cd. You need a cdrom drive and an active internet connection in order to read the access the CDDB information. Homepage: http://search.cpan.org/dist/CDDB_get/ Package: libcddb-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 1.220-1.4.201403112304 Depends: perl Suggests: libmailtools-perl Filename: 4.0-0/all/libcddb-perl_1.220-1.4.201403112304_all.deb Size: 30188 MD5sum: 2d18300325704c25551ef775d5bf3936 SHA1: f6e5a40f08c3bc829f2e046526de8ea41a2fd196 SHA256: d67b4cdd3a14c6d3ffbb51e145bcb874a860bd3b71970cec574224dbbee9dabf Description: module to query CDDB and freedb servers CDDB protocol servers provide compact disc information for programs that need it. This allows such programs to display disc and track titles automatically and it provides extended information like liner notes and lyrics. With this module, a Perl program can identify and possibly gather details about a disc based on its "table of contents" (the disc's track times and offsets). . Disc details have been useful for generating CD catalogs, naming mp3 files, printing CD liners, or even just playing discs in an automated jukebox. Homepage: http://search.cpan.org/dist/CDDB/ Package: libcdi-api-java-doc Priority: optional Section: doc Installed-Size: 1246 Maintainer: Debian Java Maintainers Architecture: all Source: cdi-api Version: 1.0-1.2.201403160948 Filename: 4.0-0/all/libcdi-api-java-doc_1.0-1.2.201403160948_all.deb Size: 105792 MD5sum: c6c29c3698462c8b0441c974d57e1083 SHA1: bbd8f58324d5417949d4f1a6a771ffc789ddab86 SHA256: 2cbae86ef6db492eade1225344a4476872b4e055c256a6e4082e6eaebc424240 Description: Contexts and Dependency Injection for Java EE - documentation Contexts and Dependency Injection (CDI aka JSR 299) defines a set of complementary services to help usage of Inversion of Control (IoC) on Java EE platform (like with Spring Framework). . CDI can be used on Java EE platform but some container also support running on Java SE. . This package contains the Javadoc API for libcdi-api-java. Homepage: http://jcp.org/en/jsr/detail?id=299 Package: libcdi-api-java Priority: optional Section: java Installed-Size: 96 Maintainer: Debian Java Maintainers Architecture: all Source: cdi-api Version: 1.0-1.2.201403160948 Depends: libatinject-jsr330-api-java, libgeronimo-interceptor-3.0-spec-java, libservlet2.5-java Filename: 4.0-0/all/libcdi-api-java_1.0-1.2.201403160948_all.deb Size: 32464 MD5sum: fd4e2dfc25ee77cfdbc35cea1731f0f9 SHA1: ab45d3ae00d94b78d1e610a14f084d87ea1aa7fa SHA256: f078d6d8e29f7ee13f2bb75951a84db071141d784139d1d6496029f05cb8e1d1 Description: Contexts and Dependency Injection for Java EE Contexts and Dependency Injection (CDI aka JSR 299) defines a set of complementary services to help usage of Inversion of Control (IoC) on Java EE platform (like with Spring Framework). . CDI can be used on Java EE platform but some container also support running on Java SE. Homepage: http://jcp.org/en/jsr/detail?id=299 Package: libcdk-java Priority: optional Section: java Installed-Size: 4831 Maintainer: Debian Java Maintainers Architecture: all Source: cdk Version: 1:1.2.10-3.5.201403160955 Depends: libjama-java, libjgrapht0.6-java, liblog4j1.2-java, libvecmath-java, libxerces2-java, libxom-java Suggests: jchempaint, jmol Filename: 4.0-0/all/libcdk-java_1.2.10-3.5.201403160955_all.deb Size: 4735974 MD5sum: f606725f40f8bedb5ab0eb176080c454 SHA1: c0aea7cb436ed9e50b4b3b311b1d5d8fa5740ca4 SHA256: 18840e0c91e33f6ad170c769235066531d9c8463d65272873054571ecd738f1d Description: Chemistry Development Kit (CDK) Java libraries The CDK is a library of Java classes used in computational and information chemistry and in bioinformatics. It includes renderers, file IO, SMILES generation/parsing, maximal common substructure algorithms, fingerprinting and much, much more. Homepage: http://cdk.sourceforge.net/ Package: libcegui-mk2-doc Priority: optional Section: doc Installed-Size: 34308 Maintainer: Muammar El Khatib Architecture: all Source: cegui-mk2 Version: 0.7.6-2.16.201403161128 Filename: 4.0-0/all/libcegui-mk2-doc_0.7.6-2.16.201403161128_all.deb Size: 4525404 MD5sum: de93b034c7b0b1fdf4551b9e564e7d40 SHA1: f7964a8c6097dc0b0dbda52ce1a933b0ad7e00bc SHA256: b3e5fcbd39380472eeb0ee52898ce784b99249a0d35a34ac3e95eadcca911ddd Description: Crazy Eddie's GUI (documentation) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains the documentation for CEGUI. Homepage: http://www.cegui.org.uk/ Package: libcext-doc Priority: optional Section: doc Installed-Size: 1137 Maintainer: Debian Science Maintainers Architecture: all Source: cpl Version: 6.1.1-2.7.201403180857 Suggests: libcext-dev Filename: 4.0-0/all/libcext-doc_6.1.1-2.7.201403180857_all.deb Size: 284016 MD5sum: c40c376503bab1550064bd42d38c3e6a SHA1: b07be01bb6daf6a515d41ba4948f345b2f113e0f SHA256: b9797db643fdc9d13c6c11ebe1ba15383ad68b78fa678ac0b678bf438615e0ba Description: API documentation for ESO's C utility library libcext The libcext is a C utility library, which is used to implement ESO's Common Pipeline Library (CPL). The library contains a basic collections framework (maps, linked lists, queues), memory management, strings, logging and others. . The package contains the API documentation for libcpl. Multi-Arch: foreign Homepage: http://www.eso.org/sci/software/cpl/ Package: libcfitsio3-doc Priority: optional Section: doc Installed-Size: 2036 Maintainer: Aurelien Jarno Architecture: all Source: cfitsio3 Version: 3.300-2.5.201403161403 Replaces: cfitsio-doc Provides: cfitsio-doc Suggests: libcfitsio-dev Conflicts: cfitsio-doc Filename: 4.0-0/all/libcfitsio3-doc_3.300-2.5.201403161403_all.deb Size: 1244552 MD5sum: a070483b99122542a9bcdbb8dce47ae1 SHA1: fcc4f213a5b2afe0589e160ff0e03cdc3e637b7a SHA256: 910347e7c0a3571c7149d3e248b8ca69c31456da6be929c9fb177d432ca6db28 Description: documentation for cfitsio FITS (Flexible Image Transport System) is a data format most used in astronomy. cfitsio is a library of ANSI C routines for reading and writing FITS format data files. A set of Fortran-callable wrapper routines are also included for the convenience of Fortran programmers. . This package contains the CFITSIO User's Guide and QuickStart Guide in html, postscript and text formats, and contains documentation on how to use the library in your programs. Package: libcgal-demo Priority: optional Section: devel Installed-Size: 9248 Maintainer: Joachim Reichel Architecture: all Source: cgal Version: 4.0-5.2.201403161426 Depends: libcgal-dev (>= 4.0-5.2.201403161426), libcgal9 (>= 4.0-5.2.201403161426) Suggests: liblapack-dev, libatlas-base-dev | libatlas.so.3gf, gfortran, geomview, libqglviewer-qt4-dev, libipe-dev (>= 7), libglew1.5-dev | libglew-dev, libmagick++-dev, qt4-dev-tools, libqt4-opengl-dev, libeigen3-dev (>= 3.1.0~beta1-1), libmpfi-dev Filename: 4.0-0/all/libcgal-demo_4.0-5.2.201403161426_all.deb Size: 9354520 MD5sum: d04c5b338f176bda4f85517c71a0e3ce SHA1: 964201fff428562222fa5b27becac5d05705caea SHA256: 3e953a600ea9f0a47b31f8723e1993a0acaacce7fd3d37d5a64c977532a695c9 Description: C++ library for computational geometry (demos) CGAL (Computational Geometry Algorithms Library) makes the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric algorithms. . This package contains the demos and examples. Homepage: http://www.cgal.org/ Package: libcgi-ajax-perl Priority: optional Section: perl Installed-Size: 140 Maintainer: Debian Perl Group Architecture: all Version: 0.707-1.4.201403112328 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libcgi-ajax-perl_0.707-1.4.201403112328_all.deb Size: 45726 MD5sum: 6fe5731e02c718edfc5c9ff8f3c60dbe SHA1: a8c04ee062c083277abc2b678ede916d9c945ad6 SHA256: 3abd510a1c5e90f520f5a09a23da888d65c762071b8915efdb2e5508f9bab8b1 Description: Perl-specific system for writing Asynchronous web applications CGI::Ajax is an object-oriented module that provides a unique mechanism for using Perl code asynchronously from JavaScript-enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive JavaScript, except for associating an exported method with a document-defined event (such as onClick, onKeyUp, etc.). CGI::Ajax also mixes well with HTML containing more complex JavaScript. . CGI::Ajax supports methods that return single results or multiple results to the web page, and supports returning values to multiple DIV elements on the HTML page. . Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically generated based on HTML layout and events, and the page is then dynamically updated with the output from the perl function. Additionally, CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you can separate your code processing over multiple scripts. . A primary goal of CGI::Ajax is to keep the module streamlined and maximally flexible. We are trying to keep the generated javascript code to a minimum, but still provide users with a variety of methods for deploying CGI::Ajax. And VERY little user JavaScript. Homepage: http://www.perljax.us/ Package: libcgi-application-basic-plugin-bundle-perl Priority: optional Section: perl Installed-Size: 27 Maintainer: Debian Perl Group Architecture: all Version: 0.8.4.201403112334 Replaces: libcgi-applications-plugins-perl (<< 0.11) Depends: libcgi-application-perl, libcgi-application-dispatch-perl, libcgi-application-plugin-autorunmode-perl, libcgi-application-plugin-configauto-perl, libcgi-application-plugin-dbh-perl, libcgi-application-plugin-devpopup-perl, libcgi-application-plugin-fillinform-perl, libcgi-application-plugin-forward-perl, libcgi-application-plugin-logdispatch-perl, libcgi-application-plugin-session-perl, libcgi-application-plugin-stream-perl, libcgi-application-plugin-validaterm-perl, libcgi-application-plugin-viewcode-perl Breaks: libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-basic-plugin-bundle-perl_0.8.4.201403112334_all.deb Size: 2908 MD5sum: c24c0b88b4ae5d09dbb70fe27ecf6220 SHA1: 39afd61bc6f698218c0e454b4be4e0e9f024a588 SHA256: 88c393885f07730a285e8da793989c708d684bd161b949a6247a4ea01cdf98e8 Description: bundle of basic plugins for CGI::Application This is a dummy transition depending on the core CGI::Application plugins such as DBH, Session, ValidateRM, DevPopup, Dispatch, LogDispatch and so on. This package is only needed for packages that have not yet had their dependencies updated, and otherwise can be removed. Package: libcgi-application-dispatch-perl Priority: optional Section: perl Installed-Size: 150 Maintainer: Debian Perl Group Architecture: all Version: 3.07-2.2.201403112336 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl (>= 4.50), libhttp-exception-perl, libtry-tiny-perl, perl (>= 5.12) | libversion-perl Suggests: libapache2-mod-perl2, libplack-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-dispatch-perl_3.07-2.2.201403112336_all.deb Size: 52140 MD5sum: f4fbb7d28c2c6bd2fb32a114d168dcb1 SHA1: d40b35f7f8d106759f91f2db727f3fd2e0266ab8 SHA256: 1767f78bbbb86beab82bd6fda0ecb9b4f234ff96afd45b6a6a65d34bf96f553b Description: request dispatcher for CGI::Application CGI::Application::Dispatch provides glue between web server environments such as mod_perl, Plack and straight CGI and the CGI::Application web framework. It does this by parsing the PATH_INFO environment variable and mapping it onto a CGI::Application subclass module invocation with the appropriate run mode and CGI::Application parameters. Homepage: http://search.cpan.org/dist/CGI-Application-Dispatch/ Package: libcgi-application-extra-plugin-bundle-perl Priority: optional Section: perl Installed-Size: 27 Maintainer: Debian Perl Group Architecture: all Version: 0.6.4.201403112341 Depends: libcgi-application-plugin-actiondispatch-perl, libcgi-application-plugin-captcha-perl, libcgi-application-plugin-config-simple-perl, libcgi-application-plugin-dbiprofile-perl, libcgi-application-plugin-json-perl, libcgi-application-plugin-linkintegrity-perl, libcgi-application-plugin-ratelimit-perl, libcgi-application-plugin-requiressl-perl, libcgi-application-plugin-formstate-perl, libcgi-application-plugin-protectcsrf-perl, libcgi-application-plugin-messagestack-perl Suggests: libcgi-application-plugin-anytemplate-perl, libhtml-template-perl, libcgi-application-plugin-authorization-perl Filename: 4.0-0/all/libcgi-application-extra-plugin-bundle-perl_0.6.4.201403112341_all.deb Size: 3198 MD5sum: e3a83bf2c5fe1f9854e0d7cf473d4430 SHA1: db709ac8988a5be4010f20b6bb97ba43af0eb84d SHA256: ccbdf28ed45bf6ebc602c1c4bbb935bd8f79e882e641ef2904c8f1b7dfe9dd98 Description: bundle of extra CGI::Application plugins This empty package exists for transition purposes and will be removed once no more packages depend on it. The packages pulled in by this metapackage are for historical reasons the CGI::Application Perl modules not used by Titanium apart from the largest four. Package: libcgi-application-perl Priority: optional Section: perl Installed-Size: 243 Maintainer: Debian Perl Group Architecture: all Version: 4.50-1.4.201403112343 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Provides: libcgi-application-plugin-errorpage-perl, libcgi-application-plugin-redirect-perl, libcgi-application-standard-config-perl Depends: perl, libparams-validate-perl, libclass-isa-perl | perl (<< 5.10.1-13) Suggests: libhtml-template-perl, libcgi-psgi-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-perl_4.50-1.4.201403112343_all.deb Size: 93856 MD5sum: 3314a6b7194b4b6b3468e3b23ff7633a SHA1: a7fd24c6ab3b4870cc256c60b980e6792297ac04 SHA256: 126ddd1834f6f8b3a1f0344a1965f4616cf640f42aff81cbf9479907ea3e1054 Description: framework for building reusable web-applications CGI::Application is intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve. . This package comes bundled with three extra modules providing useful glue run modes: . CGI::Application::Plugin::ErrorPage - automatic handling of errors . CGI::Application::Plugin::Redirect - external header based redirects . CGI::Application::Standard::Config - defines a standard interface for config Homepage: http://search.cpan.org/dist/CGI-Application/ Package: libcgi-application-plugin-actiondispatch-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 0.98-1.2.201403112348 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libattribute-handlers-perl, libclass-inspector-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-actiondispatch-perl_0.98-1.2.201403112348_all.deb Size: 12984 MD5sum: 0599422194683b3cdd59f7976cdf3343 SHA1: dbe01d5a4252f2ca93365ec3f859d3ae310eee02 SHA256: a7f4c64acf627a786c33c3e5e4cf984558c0626cc55b2ad75e4e4b78d8ca31f9 Description: attribute extension for CGI::Application CGI::Application::Plugin::ActionDispatch adds attribute based support for parsing the PATH_INFO of the incoming request. The interface is inspired by Catalyst. This plugin is plug and play and will interrupt the default behavior of CGI::Application and works with mod_perl. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ActionDispatch/ Package: libcgi-application-plugin-ajaxupload-perl Priority: optional Section: perl Installed-Size: 123 Maintainer: Debian Perl Group Architecture: all Version: 0.0.3-3.2.201403112353 Depends: perl, libversion-perl, libautodie-perl, libcgi-application-perl, libperl6-slurp-perl, libreadonly-perl, libdata-formvalidator-perl, libgd-gd2-perl (>= 1:2.45-2) Recommends: libcgi-application-plugin-json-bundle-perl, libreadonly-xs-perl Filename: 4.0-0/all/libcgi-application-plugin-ajaxupload-perl_0.0.3-3.2.201403112353_all.deb Size: 23268 MD5sum: e0310b1c69afbb50f8c280a504838731 SHA1: 5d5cf3fe8b69778247babee80813e028efd43c53 SHA256: 65552410fa532c3c85be3f257d036ee1f4a2fac84bc72868386b7a328d4ae04e Description: run mode to handle a file upload and return a JSON response CGI::Application::Plugin::AJAXUpload provides a customisable run mode that handles a file upload and responds with a JSON message like the following: . {status: 'UPLOADED', image_url: '/img/uploads/666.png'} . or on failure . {status: 'The image was too big.'} . This is specifically intended to provide a CGI::Application based back end for AllMyBrain.com's image upload extension to the YUI rich text editor. It could probbably be used as a back end for any CGI::Application website that uploads files behind the scenes using AJAX. In any case this module does NOT provide any of that client side code and you must also map the run mode onto the URL used by client-side code. That said a working example is provided which could form the basis of a rich text editor. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AJAXUpload/ Package: libcgi-application-plugin-anytemplate-perl Priority: optional Section: perl Installed-Size: 204 Maintainer: Debian Perl Group Architecture: all Version: 0.18-1.2.201403112356 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Depends: perl, libcgi-application-perl, libcgi-application-basic-plugin-bundle-perl Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3), libexporter-renaming-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Filename: 4.0-0/all/libcgi-application-plugin-anytemplate-perl_0.18-1.2.201403112356_all.deb Size: 68668 MD5sum: 7572d941caff7423b14f13d9e27f23ab SHA1: 2fd22352f551edb361d461a6c5fb23e827c0bd8f SHA256: 7fa6365ad1683d9aa027b7fcfc4887ad8f402cb9946d523f45726fe472fc8c4d Description: module supporting any templating system in CGI::Application CGI::Application::Plugin::AnyTemplate allows you to use any supported Perl templating system using a single consistent interface. Currently supported templating systems include HTML::Template, HTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit, Template and Petal. You can access any of these templating systems using the same interface. In this way, you can use the same code and switch templating systems on the fly. This approach has many uses. For instance, it can be useful in migrating your application from one templating system to another. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AnyTemplate/ Package: libcgi-application-plugin-authentication-perl Priority: optional Section: perl Installed-Size: 387 Maintainer: Debian Perl Group Architecture: all Version: 0.20-1.2.201403120002 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Provides: libcgi-application-plugin-authentication-driver-cdbi-perl, libcgi-application-plugin-authentication-driver-dbic-perl Depends: perl, libcgi-application-perl, libclass-isa-perl | perl-modules (<< 5.12), libuniversal-require-perl Recommends: libcgi-application-basic-plugin-bundle-perl Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3), libauthen-simple-perl, libdbix-class-perl, libclass-dbi-perl, libapache-htpasswd-perl, libcolor-calc-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Filename: 4.0-0/all/libcgi-application-plugin-authentication-perl_0.20-1.2.201403120002_all.deb Size: 140076 MD5sum: f7ebd253ddbc3cc0d0d4d95c07270701 SHA1: b574086df490dad23b7db17191e199fc41d556e8 SHA256: 7b1c71535d042f17b8fd432c6ca3a9b93d00fb4a998fefde0f5a11bc708f6022 Description: authentication framework for CGI::Application CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. The module separates authentication into Drivers (backend logic), Store (cookie management etc) and Display (formulation of the login form). The following drivers are bundled with this package: - CGI::Application::Plugin::Authentication::Driver::DBIC - CGI::Application::Plugin::Authentication::Driver::CDBI Enhances: libcgi-application-extra-plugin-bundle-perl (>= 0.3) Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/ Package: libcgi-application-plugin-authorization-perl Priority: optional Section: perl Installed-Size: 149 Maintainer: Debian Perl Group Architecture: all Version: 0.07-2.2.201403120009 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Provides: libcgi-application-plugin-authorization-driver-activedirectory-perl Depends: perl, libcgi-application-perl, libcgi-application-basic-plugin-bundle-perl, libuniversal-require-perl, libclass-isa-perl | perl-modules (<< 5.12) Recommends: libcgi-application-plugin-authentication-perl, libnet-ldap-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Filename: 4.0-0/all/libcgi-application-plugin-authorization-perl_0.07-2.2.201403120009_all.deb Size: 49452 MD5sum: 4f53bee1a5f2c57b1f3b8c5c528d7019 SHA1: 97d2c40df09fa4ef509d01076b1277f15f2918d1 SHA256: 153b0f73a38ef9eb39d426b050b5a97f541d22dd4f99b240037d9533bcb064cd Description: authorization framework for CGI::Application CGI::Application::Plugin::Authorization adds the ability to authorize users for specific tasks. Once a user has been authenticated and you know who you are dealing with, you can then use this plugin to control what that user has access to. It imports two methods (authz and authorization) into your CGI::Application module. Both of these methods are interchangeable, so you should choose one and use it consistently throughout your code. Through the authz method you can call all the methods of the CGI::Application::Plugin::Authorization plugin. . This package also bundles an active directory driver: - CGI::Application::Plugin::Authorization::Driver::ActiveDirectory Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Authorization/ Package: libcgi-application-plugin-autorunmode-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 0.18-1.2.201403120017 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-autorunmode-perl_0.18-1.2.201403120017_all.deb Size: 19398 MD5sum: 4c5c399ecc8ec11c2808052ce7d3879a SHA1: c4cc5330472ca2d39a85a9939b53b0c4dc2ec1ea SHA256: 789901b23e128c7141f310141913e9d323049f78dda66c72086a7af78ff76628 Description: CGI::App plugin to automatically register runmodes The CGI::Application::Plugin::AutoRunmode plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implements a run mode. You do not have to explicitly register it with CGI::Application anymore. . You can either flag methods in your CGI::App subclass with the "Runmode" or "StartRunmode" attributes or simply declare that every method in a class is a run mode. You can also assign a delegate object, all whose methods will become runmodes. You can also mix both approaches. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/ Package: libcgi-application-plugin-captcha-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403120022 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libgd-securityimage-perl, libdata-random-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-captcha-perl_0.04-1.2.201403120022_all.deb Size: 12214 MD5sum: 7e4ff4595a7183783ce4267210182e25 SHA1: 0208f914089fd769bbb2520aad77e6ee8b9ad8e3 SHA256: dfad16e128335425dfe96511afdc0c266184d41568597d1f0bc6185684929b0a Description: module providing CAPTCHA support in CGI::Application CGI::Application::Plugin::CAPTCHA allows programmers to easily add and verify CAPTCHAs in their CGI::Application-derived web applications. A CAPTCHA (or Completely Automated Public Turing Test to Tell Computers and Humans Apart) is an image with a random string of characters. A user must successfully enter the random string in order to submit a form. This is a simple (yet annoying) procedure for humans to complete, but one that is significantly more difficult for a form-stuffing script to complete without having to integrate some sort of OCR. . CAPTCHAs are not a perfect solution. Any skilled, diligent cracker will eventually be able to bypass a CAPTCHA, but it should be able to shut down your average script-kiddie. . When a CAPTCHA is created with this module, raw image data is transmitted from your web application to the client browser. A cookie containing a checksum is also transmitted with the image. When the client submits their form for processing (along with their verification of the random string), captcha_verify() generates a checksum of the verification string the user entered. If the newly generated checksum matches the checksum found in the cookie, the CAPTCHA is assumed to have been successfully entered, and the user is allowed to continue processing their form. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-CAPTCHA/ Package: libcgi-application-plugin-config-simple-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403120026 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libconfig-simple-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-config-simple-perl_1.01-1.2.201403120026_all.deb Size: 9702 MD5sum: 3d75261df18fbd77a9598ff751422da4 SHA1: ff529d242957e5ddb20a17ed5145b642f9116547 SHA256: e873b34586e2ddcacc62cde4b1877980e04148833b18a5a277613065e2352e63 Description: module providing Config::Simple support to CGI::Application CGI::Application::Plugin::Config::Simple acts as a plugin for Config::Simple to be easily used inside a CGI::Application module. It does not provide every method available from Config::Simple but rather easy access to your configuration variables. It does however provide direct access to the underlying Config::General object created if you want to use it's full power. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Config-Simple/ Package: libcgi-application-plugin-configauto-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.33-1.2.201403120031 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, libconfig-auto-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-configauto-perl_1.33-1.2.201403120031_all.deb Size: 10122 MD5sum: 6f28e81043df4d82c62e0004a0e1f109 SHA1: fadbedfe4504df7d5447736cb1b0c9166e430206 SHA256: 987840fca7ea6c9f36a492f82c3b1caa187078af3edf031d108c05d4c85ccc3c Description: plugin that adds Config::Auto support to CGI::Application CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. In other words, the config file is not parsed until it is actually needed. The Config::Auto package provides the framework for this plugin. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ConfigAuto/ Package: libcgi-application-plugin-dbh-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 4.00-1.2.201403120034 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, libdbi-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-dbh-perl_4.00-1.2.201403120034_all.deb Size: 10296 MD5sum: 53eed597ec562de4b00135422a85220a SHA1: 1d30e2608ad72f19c683a9059f61516962f1290e SHA256: 43a7e6a860c77256c0e72716701430412942399ef888ab9c2f8d99d38c2224a7 Description: plugin adding database support to CGI::Application CGI::Application::Plugin::DBH adds access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the dbh method is not called during the request. In other words, the database connection is not created until it is actually needed. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-DBH/ Package: libcgi-application-plugin-dbiprofile-perl Priority: optional Section: perl Installed-Size: 120 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403120037 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libio-stringy-perl, libdata-javascript-perl, libdbi-perl, libcgi-application-perl, libhtml-template-perl Recommends: libgd-graph-perl, libsvg-tt-graph-perl Suggests: libcgi-application-plugin-devpopup-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-dbiprofile-perl_0.07-1.2.201403120037_all.deb Size: 34760 MD5sum: 6f956b2deaa4296d782b83480ef38aa9 SHA1: 4434341cc1010098d6d1bb311504704372ff9500 SHA256: 3b2d97fbf3ca599eb6834e2ab64df088ad814a26c332cf77b4f995cc0eacd21b Description: plugin providing database profiling support CGI::Application::Plugin::DBIProfile integrates DBI::Profile into CGI::Application, thus providing database profiling. If present CGI::Application::Plugin::DevPopup is recognized and utilized for more user-friendly display. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-DBIProfile/ Package: libcgi-application-plugin-devpopup-perl Priority: optional Section: perl Installed-Size: 100 Maintainer: Debian Perl Group Architecture: all Version: 1.07-1.2.201403120040 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Provides: libcgi-application-plugin-devpopup-params-perl, libcgi-application-plugin-devpopup-query-perl Depends: perl, libcgi-application-perl, libio-stringy-perl, libhtml-template-perl Suggests: liblog-dispatch-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-devpopup-perl_1.07-1.2.201403120040_all.deb Size: 29986 MD5sum: 510cc950260860d754106aaa58f11c4a SHA1: 2a53e5792c38b5ca6a09cd96eca57c0091594307 SHA256: eeebb98ea27c7cb4d555ac96dc614e4841017e3961592f1a120095b1cc772eea Description: debugging framework for CGI::Application CGI::Application::Plugin::DevPopup module provides a plugin framework for displaying runtime information about your CGI::Application application in a popup window. Specific plugins include: . CGI::Application::Plugin::DevPopup::Query - Shows the state of the query object (usually a CGI) . CGI::Application::Plugin::DevPopup::Params - Shows the internal CGI::Application state . CGI::Application::Plugin::DevPopup::HTTPHeaders - Shows incoming and outgoing headers . CGI::Application::Plugin::DevPopup::Log - Shows information collected from a log file handle . CGI::Application::Plugin::DevPopup::Timing - Shows timing information about application states. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup/ Package: libcgi-application-plugin-fillinform-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.15-1.2.201403120047 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6) Depends: perl, libcgi-application-perl, libhtml-fillinform-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6) Filename: 4.0-0/all/libcgi-application-plugin-fillinform-perl_1.15-1.2.201403120047_all.deb Size: 8650 MD5sum: 868b19888fb778cbae20872451f79889 SHA1: 7f9f630a73ee311d89df686e0fe1fee4bec0d93d SHA256: 76f3bc32fa2630ee0ffc2f9b3aef3b0807e516b2edfdca3b68418107c515b4ba Description: plugin for CGI::Application to fill in forms The CGI::Application::Plugin::FillInForm plugin provides a mix-in method to make using HTML::FillInForm more convenient. You pass the HTML as an argument to the fill_form method and the form fields are filled from the CGI::Application parameters. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-FillInForm/ Package: libcgi-application-plugin-formstate-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.2.201403120050 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-plugin-session-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-formstate-perl_0.12-1.2.201403120050_all.deb Size: 17032 MD5sum: 94d429974907cbd1312329ac77d668ce SHA1: 9bcfc6159f6341b2f5da1ae47bd9e14a877325cc SHA256: 4496b4157c231918b6db7a2d61c3d8efd40f6a35bb09cfef2d1d3c8821d46e0f Description: plugin to store form state without hidden fields CGI::Application::Plugin::FormState provides a temporary storage area within the user's session for storing form-related data. The main use of this is for multi-page forms. Instead of using hidden fields to store data related to the form, you store and retrieve values from the form state. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-FormState/ Package: libcgi-application-plugin-forward-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 1.06-1.2.201403120056 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl Suggests: libcgi-application-plugin-autorunmode-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-forward-perl_1.06-1.2.201403120056_all.deb Size: 9858 MD5sum: 8d17f033daafc2143ab0185f0a8e9829 SHA1: ce0c9ac42a88bec780d6fd5897f07114808984d5 SHA256: 33ffe3586a51adc0bb4c2967970707ab0ce7dc6bfadc521d4ce67fb1b851c0f9 Description: plugin to allow one run mode pass control to another CGI::Application::Plugin::Forward adds the forward method to your CGI::Application module, which passes control to another run mode and returns its output. This is equivalent to calling $self->$other_runmode, except that CGI::Application's internal value of the current run mode is updated. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Forward/ Package: libcgi-application-plugin-json-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.2.201403120058 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libjson-any-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-json-perl_1.02-1.2.201403120058_all.deb Size: 8754 MD5sum: 29236d75bd85f26b83b9a78a6739e5a9 SHA1: 318794d202a606dc69d5a3695cbb9b84c3b3838c SHA256: ed1c8f5d31ea7d2f91cb50d71d2e753b3a493612f8b0bc5854d76b4bbb4a38a4 Description: plugin to facilitate manipulation of JSON headers CGI::Application::Plugin::JSON provides a set of methods to manipulate the HTTP response headers when communicating with client-side JavaScript. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-JSON/ Package: libcgi-application-plugin-linkintegrity-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.2.201403120104 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, liburi-perl, libdigest-hmac-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-linkintegrity-perl_0.06-1.2.201403120104_all.deb Size: 16148 MD5sum: 21d4548db10ea1ed52dc476e351c240a SHA1: c93adb969fb4a7fdda85cb3ef3b0e12227326547 SHA256: 125e962977310f7d12087b7fb76d15008b803092f49425f2f6f003300fcf0e70 Description: plugin to make tamper-resisistent links in CGI::Application CGI::Application::Plugin::LinkIntegrity lets you create tamper-resistent links within your CGI::Application project. When you create an URL with link, a cryptographic checksum is added to the URL, so any attempt to change part of the URL will fail. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-LinkIntegrity/ Package: libcgi-application-plugin-logdispatch-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.2.201403120106 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, liblog-dispatch-perl, libuniversal-require-perl Suggests: libsub-wrappackages-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-logdispatch-perl_1.02-1.2.201403120106_all.deb Size: 14732 MD5sum: 7f462bd0f346530e2be95ba5955122f2 SHA1: b8a9281a0aea1a61972f06bc4d8854e472016a6b SHA256: 89ae4301520d0079c51d31e6ec3adde2dc8e3e0fcdbc4051a8002992f4c2cb45 Description: plugin that adds Log::Dispatch support to CGI::Application CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application. . If you have CGI::Application::Plugin::DevPopup installed, a "Log Entries" report is added to the popup window, containing all of the entries that were logged during the execution of the runmode. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-LogDispatch/ Package: libcgi-application-plugin-messagestack-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 0.34-1.2.201403120109 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl Recommends: libcgi-application-plugin-session-perl, libcgi-application-plugin-tt-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-messagestack-perl_0.34-1.2.201403120109_all.deb Size: 15028 MD5sum: 32918452b12040f998b0f0e9b615f0a6 SHA1: 0545837e53ff1a2b9a6512cf5d9537b58c62fe41 SHA256: 3ea1180571b69f4d23c6ac587cdfd1f1352a8bf33564f73939c260850ed79e11 Description: message passing plugin for CGI::Application CGI::Application::Plugin::MessageStack allows one part of a CGI::Applocation web application to publish messages, and for templates in other parts to pick them up. By default the in transit messages are stored in the Session object which makes the system ideal for passing user-specific information. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-MessageStack/ Package: libcgi-application-plugin-protectcsrf-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403120112 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libattribute-handlers-perl, libcgi-application-plugin-session-perl, libhtml-parser-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-protectcsrf-perl_1.01-1.2.201403120112_all.deb Size: 12094 MD5sum: dadeeef2c9a47355917089cc03f967fd SHA1: edd63b4258918b715dea65c07ec7e02704cb5c6d SHA256: b287a6668f6fb3e150a572e26a4b9dc74e20faa265df82501dee386457a80ced Description: plugin to generate and verify anti-CSRF challenges CGI::Application::Plugin::ProtectCSRF is a CGI::Application plugin that helps protect against CSRF attacks. It works by tying back the processing of a form to the display of a form. . A cross-site request forgery is a form of online attack in which Mr Attacker posts what appears to be an image in, say, a forum. However the image src attribute is carefully crafted to undertake some action desired by Mr Attacker on the target website. The trap is sprung when Mr Victim, logs on to the target website and then views the image set up by Mr Attacker in the same browser. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ProtectCSRF/ Package: libcgi-application-plugin-ratelimit-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 1.0-2.3.201403120725 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libclass-accessor-perl Recommends: libcgi-application-plugin-dbh-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-ratelimit-perl_1.0-2.3.201403120725_all.deb Size: 14314 MD5sum: a5e69a309836d0244b11c4ec4ac93946 SHA1: 409587a7e649349539432a0f25bcab2b1a9803d8 SHA256: b4ade5aff5ff4192e2240ae85ea33625b77ef080a1af1d2d6ed55bddb04ef6b2 Description: Perl module for limiting the runmode call rate per user CGI::Application::Plugin::RateLimit provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. You'd like to allow your users to send you messages, but thousands of messages from a single user would be a problem. . This module works by maintaining a database of hits to protected runmodes. It then checks this database to determine if a new hit should be allowed based on past activity by the user. The user's identity is, by default, tied to login (via REMOTE_USER) or IP address (via REMOTE_IP) if login info is not available. You may provide your own identity function via the identity_callback() method. . To use this module you must create a table in your database with the following schema (using MySQL-syntax, although other DBs may work as well with minor alterations): . CREATE TABLE rate_limit_hits ( user_id VARCHAR(255) NOT NULL, action VARCHAR(255) NOT NULL, timestamp UNSIGNED INTEGER NOT NULL, INDEX (user_id, action, timestamp) ); . You may feel free to vary the storage-type and size of user_id and action to match your usage. For example, if your identity_callback() always returns an integer you could make user_id an integer column. . This table should be periodically cleared of old data. Anything older than the maximum timeframe being used can be safely deleted. . IMPORTANT NOTE: The protection offered by this module is not perfect. Identifying a user on the internet is very hard and a sophisticated attacker can work around these checks, by switching IPs or automating login creation. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-RateLimit/ Package: libcgi-application-plugin-requiressl-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403120119 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Depends: perl, libcgi-application-perl, libattribute-handlers-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5) Filename: 4.0-0/all/libcgi-application-plugin-requiressl-perl_0.04-1.2.201403120119_all.deb Size: 9100 MD5sum: abd838a8029719f151941fc189cba3e4 SHA1: afd7da992311d5a31e638673754f52dc593dbc47 SHA256: 5854642f527e7b2b8ec710439a8d21d1c460a49b174657b4de5dc254488f3a42 Description: plugin enforcing that certain run modes must be SSL secured CGI::Application::Plugin::RequireSSL enables a CGI::Application module to specify that certain run-modes must be approached using the HTTPS protocol rather than HTTP. The module can specify whether a violation should lead to an error or redirection to the HTTP equivalent. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-RequireSSL/ Package: libcgi-application-plugin-session-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 1.03-1.2.201403120122 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, libcgi-session-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-session-perl_1.03-1.2.201403120122_all.deb Size: 15688 MD5sum: 29fa0c613cfdc027ba160d973521c826 SHA1: 58a1726217e628fc3db27865b0ce1f71557d6253 SHA256: 80c4a716ff109dce26174e3a623a4d070b9cdee770fa4a3279cb79f7ce6c9eda Description: plugin that adds session support to CGI::Application CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules, by providing a CGI::Session object that is accessible from anywhere in the application. Lazy loading is used to prevent expensive file system or database calls from being made if the session is not needed during this request. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Session/ Package: libcgi-application-plugin-stream-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 2.10-1.2.201403120124 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, libfile-mmagic-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-stream-perl_2.10-1.2.201403120124_all.deb Size: 9372 MD5sum: b9b6139cbea35a3b746b93a536fd5123 SHA1: 39ef428c640beda93050c16bc69afdb1c4306e17 SHA256: 00b8421c662f3aab7f18d2b7478aec02b3f14a423be04364c3e5a74a2b6582d6 Description: plugin that adds file streaming support to CGI::Application CGI::Application::Plugin::Stream provides a way to stream a file back to the user from a CGI::Application module. This is useful if you are creating a PDF or Spreadsheet document dynamically to deliver to the user. The file is read and printed in small chunks to keep memory consumption down. If you pass along a filehandle it will be automatically closed on completion. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Stream/ Package: libcgi-application-plugin-tt-perl Priority: optional Section: perl Installed-Size: 107 Maintainer: Debian Perl Group Architecture: all Version: 1.05-2.2.201403120127 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Provides: libcgi-application-plugin-tt-lastmodified-perl Depends: perl, libcgi-application-perl, libtemplate-perl, libclass-isa-perl | perl-modules (<< 5.12) Recommends: libcgi-application-basic-plugin-bundle-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Filename: 4.0-0/all/libcgi-application-plugin-tt-perl_1.05-2.2.201403120127_all.deb Size: 27178 MD5sum: 1743f72d1b643e87bd7278a73126bfec SHA1: 1ac3a70dcf135d475b21fbd63abadbab1d7a5d24 SHA256: ad1cd48a303b1b680f002f209d082054e5493838dcc1764ca3a728a32176cc95 Description: plugin that adds Template Toolkit support to CGI::Application CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine to your CGI::Application modules by providing several helper methods that allow you to process template files from within your runmodes. It compliments the support for HTML::Template that is built into CGI::Application through the 'load_tmpl' method. . This package also bundles in the CGI::Application::Plugin::TT::LastModified module, which adds support for setting a "Last-Modified" header based on the most recent modification time of all the components of a template that was processed with TT. Enhances: libcgi-application-perl Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-TT/ Package: libcgi-application-plugin-validaterm-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Debian Perl Group Architecture: all Version: 2.5-1.2.201403120132 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Depends: perl, libcgi-application-perl, libhtml-fillinform-perl, libdata-formvalidator-perl Suggests: libhtml-template-perl, libcgi-application-plugin-forward-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-validaterm-perl_2.5-1.2.201403120132_all.deb Size: 14566 MD5sum: 21d941d39ddba23daa80b84a1e903913 SHA1: 877e075432431e58c511ebf48d33176b2c8e0c8d SHA256: dd70825e1f5cae1ee4aa8d2e0119975bd864ee65c2ff9461979a00c13f4f3a46 Description: plugin for validating form data using Data::FormValidator CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework. The check_rm method takes a run mode and a Data::FormValidator profile and validates the query parameters against the profile. Based upon the return results the web application either has some valid data to work with or the user receives the form with information about the invalid fields. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ValidateRM/ Package: libcgi-application-plugin-viewcode-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.2.201403120135 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Provides: libcgi-application-plugin-debugscreen-perl Depends: perl, libpod-xhtml-perl, libcgi-application-perl, libsyntax-highlight-perl-improved-perl, libhtml-template-perl, libdevel-stacktrace-perl, libuniversal-require-perl Recommends: libcgi-application-plugin-devpopup-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Filename: 4.0-0/all/libcgi-application-plugin-viewcode-perl_1.02-1.2.201403120135_all.deb Size: 17562 MD5sum: fd6da57d49381333084c6e7ff38c2377 SHA1: cd89265a651714754ec034aa553b11cc9516aa68 SHA256: c213de5599994a5c9e5c1d6495f2cacbb29288a20c716a533ff6e37ec35afe61 Description: set of debugging tools for CGI::Application CGI::Application::Plugin::ViewCode provides additional run modes that display code and documentation. . CGI::Application::Plugin::DebugScreen captures die events and displays the stack trace to the user. It also provides links to the source code and documentation view the ViewCode plugin. Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ViewCode/ Package: libcgi-application-server-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 0.062-1.4.201403120140 Depends: perl, libio-capture-perl, libcgi-application-perl, libhttp-server-simple-perl (>= 0.18), libwww-perl, libhttp-server-simple-static-perl Filename: 4.0-0/all/libcgi-application-server-perl_0.062-1.4.201403120140_all.deb Size: 10572 MD5sum: 0f7b9fe52be158961801a7b946aac898 SHA1: b474d8580f19f7573ed153ae7829b4513c98eca5 SHA256: cb1614a7d8bdd35d6595f39c860e0af1c056769927aeea2370189f001faf5b0e Description: simple HTTP server for developing with CGI::Application CGI::Application::Server is a subclass of HTTP::Server::Simple specialized for developing and testing CGI::Application-based modules. You can give it the name of one or more CGI::Application subclasses or preinitialized objects as entry points and it will serve them along with any static files. Homepage: http://search.cpan.org/dist/CGI-Application-Server/ Package: libcgi-compile-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.2.201403120145 Depends: perl, libfile-pushd-perl Recommends: libcgi-emulate-psgi-perl Filename: 4.0-0/all/libcgi-compile-perl_0.15-1.2.201403120145_all.deb Size: 8224 MD5sum: 8a60b4079344312e7073170e9a728267 SHA1: 660c546c6d813eef4237416179e475f3d8b0dc98 SHA256: bdb43e2ed1786e18c3313b109d0342e6e43f2ebc01ce1c4676237fd80b30a293 Description: module for compiling .cgi scripts to a code reference CGI::Compile is an utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. . NOTE: for best results, load CGI::Compile before any modules used by your CGIs. . Combined with CGI::Emulate::PSGI, your CGI script can be turned into a persistent PSGI application. Homepage: http://search.cpan.org/dist/CGI-Compile/ Package: libcgi-cookie-splitter-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.02-2.4.201403120147 Depends: perl, libcgi-simple-perl Filename: 4.0-0/all/libcgi-cookie-splitter-perl_0.02-2.4.201403120147_all.deb Size: 9106 MD5sum: e89e21bda874ab8d3a818b47c900f468 SHA1: 029344ab204773ca645abdb71f39a00c5d89cce6 SHA256: 4d69cd5ec3019b5a47f5cbbccca6f9e24762205ece75d7b45797dd969705ef83 Description: module for splitting big cookies into smaller ones RFC 2109 stipulates that user agents support a cookie size of "at least 4096 bytes per cookie". However, this value has become the standard maximum cookie size supported by many implementations, so if your server sends larger cookies considerable breakage may occur. . CGI::Cookie::Splitter provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort. Homepage: http://search.cpan.org/dist/CGI-Cookie-Splitter/ Package: libcgi-emulate-psgi-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Dominic Hargreaves Architecture: all Version: 0.14-1.2.201403120149 Depends: perl, libwww-perl Filename: 4.0-0/all/libcgi-emulate-psgi-perl_0.14-1.2.201403120149_all.deb Size: 12778 MD5sum: e418e95eeebebf12c7a3f59d85f49f52 SHA1: 267caa5ab8ca2841414101627f60296831925e2d SHA256: 23a13ee7141d8577742915fd134305d8830690620046c48404f4bb4e66eb9a27 Description: PSGI adapter for CGI This module allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports. . It works by translating the environment provided by the PSGI specification to one expected by the CGI specification. Likewise, it captures output as it would be prepared for the CGI standard, and translates it to the format expected for the PSGI standard using CGI::Parse::PSGI module. Homepage: http://search.cpan.org/dist/CGI-Emulate-PSGI/ Package: libcgi-extratags-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: cgi-extratags-perl Version: 0.03-1.4.201403161448 Depends: perl, liburi-perl Filename: 4.0-0/all/libcgi-extratags-perl_0.03-1.4.201403161448_all.deb Size: 7288 MD5sum: 0f62dc014d01af23df586ad3ddb6ae4c SHA1: d961cf7b0a0f92f7829d148ad7c48fe020574677 SHA256: 79ad6cbd29e898bbbc15d6ae5249383f0bcaa585233549614a5bb749cbeea6dd Description: Useful Extensions for the CGI Module CGI::Extratags adds several useful methods to the CGI class, such as producing HTML code for a link to an email address or producing HTML code for a table row with the arguments as cell contents. Package: libcgi-fast-perl Priority: optional Section: perl Installed-Size: 187 Maintainer: Niko Tyni Architecture: all Source: perl Version: 5.14.2-21.75.201410222020 Depends: perl (>= 5.14.2-21.75.201410222020), perl (<< 5.14.3~), libfcgi-perl Filename: 4.0-0/all/libcgi-fast-perl_5.14.2-21.75.201410222020_all.deb Size: 76914 MD5sum: 26e767758ff9af99ca8e1014b93ee315 SHA1: e45724d1ceb38fee2bdbe1d1d3b14eb933ee3d12 SHA256: 067bfe5c1533b407afcbc728f96b21fc595da5c6888df680f52c592a858646f5 Description: CGI::Fast Perl module CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements. Homepage: http://dev.perl.org/perl5/ Package: libcgi-formalware-perl Priority: optional Section: perl Installed-Size: 88 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1.4.201403120152 Depends: perl, perl-modules | libcgi-perl | libcgi-pm-perl, libnet-telnet-perl (>= 3.01), libxml-dom-perl (>= 1.14) Filename: 4.0-0/all/libcgi-formalware-perl_1.13-1.4.201403120152_all.deb Size: 21238 MD5sum: 19a9ceba59e725462a01324418b23d3f SHA1: 2240f7c4170ba7c66b3e94b7908956c9d54148c0 SHA256: 635186ca0d29c28697253a553b30d1aec4d0e82dd2ad46b8e40c28f19135cf09 Description: Perl module for converting an XML file into a suite of CGI forms This module supports providing a type of repository for frequently used scripts, which can then be executed locally or remotely (via Net::Telnet), by just entering a password (for remote scripts), and clicking. Package: libcgi-formbuilder-perl Priority: optional Section: perl Installed-Size: 604 Maintainer: Debian Perl Group Architecture: all Version: 3.08-1.4.201403120155 Depends: perl Recommends: libhtml-parser-perl Suggests: libhtml-template-perl, libtemplate-perl, libtext-template-perl, libcgi-session-perl, libcgi-ssi-perl Filename: 4.0-0/all/libcgi-formbuilder-perl_3.08-1.4.201403120155_all.deb Size: 215040 MD5sum: cc5c17da7b76cdfaff51176c6608ee72 SHA1: a7813ba2667064be90a28710ef868a9a4651ae72 SHA256: 6720ae232227cd4b1398802c386670ee703ad07e0daa4aa5c3106051d59e35b8 Description: Easily generate and process stateful CGI forms Do you hate generating, processing, and validating CGI forms? Do you love Perl? . FormBuilder is the answer. It's an extremely fast, robust Perl module with a ridiculous set of features. . Here's the main stuff that I [the author] think is cool: . * DWIMmery This module tries to "Do What I Mean". Tell it the fields you care about, and it takes care of all the stupid HTML and JavaScript generation and processing for you. It also gives you back the correct values that you want. It will even label your fields automatically with human-readable names. . * Input field abstraction You simply define your fields and their options, and FormBuilder will take care of figuring out what the best HTML representation is. It will then generate the appropriate input fields (text, select, radio, etc), even changing any JavaScript actions appropriately. . * Easy handling of defaults Just specify a hash of values to use as the defaults for your fields. This will be searched case-insensitively and displayed in the form. What's more, if the user enters something via the CGI that overrides a default, when you use the field() method to get the data you'll get the correct value. . * Correct stickiness Stickiness is a PITA. FormBuilder correctly handles even multiple values selected in a multiple select list, completely integrated with proper handling of defaults. . * Robust field validation Form validation sucks, and this is where FormBuilder is a big help. It has tons of builtin patterns, and will even generate gobs of JavaScript validation code for you. You can specify your own regexps as well, and FormBuilder will even check multivalued select lists correctly. See the full list of built-in patterns. . * Multiple submit mode support FormBuilder allows you to reliably tell whether the person clicked on the "Update" or "Delete" button of your form, normally a big pain. . * Template driver support FormBuilder can natively "drive" several major templating engines: * HTML::Template * CGI::FastTemplate * Text::Template * Template Toolkit If you want to build a complete form application with a template in less that 20 lines of Perl, FormBuilder is for you. . * Internationalized, Customizable Messaging Sick of US-centric modules? You can customize every single message that FormBuilder outputs for your locale. See the full messages list. . * Simple Interface Heck, I specialized in User Interface Design for my degree! . * Extensive Documentation Homepage: http://www.formbuilder.org/ Package: libcgi-formbuilder-source-yaml-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.0.8-2.4.201403120158 Depends: perl, libcgi-formbuilder-perl (>= 3.02), libyaml-syck-perl Filename: 4.0-0/all/libcgi-formbuilder-source-yaml-perl_1.0.8-2.4.201403120158_all.deb Size: 9690 MD5sum: 3911f98ee7bc624764899edee457658e SHA1: 744b68ab04db36f0b03ea63a30303feef3344d1c SHA256: 7404368fcdabd28b9cbc9d1dc6ff5c11a7195809979bcd8fe0b3a8e428aa2f4a Description: Initialize FormBuilder application from YAML file This Perl module reads a YAML file containing CGI::FormBuilder configuration options and returns a hash that can be directly fed into the application initialization method CGI::FormBuilder->new(). . It uses YAML::Syck as YAML backend, allowing full data structure specification as well as code fragment specification. This is particularly useful if you need to define validation callbacks, as if often desired in CGI::FormBuilder applications. Homepage: http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ Package: libcgi-pm-perl Priority: optional Section: perl Installed-Size: 522 Maintainer: Debian Perl Group Architecture: all Version: 3.61-2.17.201403120200 Replaces: libcgi-fast-perl (<< 5.10.1-9) Depends: perl Recommends: libfcgi-perl Breaks: libcgi-fast-perl (<< 5.10.1-9) Filename: 4.0-0/all/libcgi-pm-perl_3.61-2.17.201403120200_all.deb Size: 235278 MD5sum: 33b1dbb7a43fcb55fcd8bc7455395d8a SHA1: 8015059deb9ccc9afa7fc03c9f015559c72134eb SHA256: 8557ec8cdac9cd8d66df524e0657e5647e21a50018ff26b531dd18acdaee5544 Description: module for Common Gateway Interface applications CGI.pm is a Perl module that provides classes useful for creating Web forms and for parsing their contents. It defines CGI objects, entities that contain the values of the current query string and other state variables. . This module is already included as part of Perl's core distribution, so this package is only beneficial when newer features or bug fixes are required. Homepage: http://search.cpan.org/dist/CGI.pm/ Package: libcgi-psgi-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Dominic Hargreaves Architecture: all Version: 0.15-1.2.201403120203 Depends: perl, perl (>= 5.10.1) | libcgi-pm-perl (>= 3.33) Filename: 4.0-0/all/libcgi-psgi-perl_0.15-1.2.201403120203_all.deb Size: 11266 MD5sum: a2817e9b35049e1765c713070aa29ec4 SHA1: 37237cc1f78c3b5452806cf83aa6eea9943b1dcf SHA256: 587d19ae29516ba5ab964979d42f409efeec0052140d53da1949dc67e88f5da2 Description: Adapt CGI.pm to the PSGI protocol CGI::PSGI is for web application framework developers who currently use CGI to handle query parameters, and would like the frameworks to comply with the PSGI protocol. Homepage: http://search.cpan.org/dist/CGI-PSGI/ Package: libcgi-session-driver-memcached-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403120205 Depends: perl, libcgi-session-perl, libcache-memcached-perl | libcache-memcached-fast-perl Suggests: memcached Filename: 4.0-0/all/libcgi-session-driver-memcached-perl_0.04-1.2.201403120205_all.deb Size: 6018 MD5sum: 916afe360216a84f4e5c0f0143442f05 SHA1: 965766a113c9d94e70cbe248af9d634deff3721e SHA256: 3d0930154f9a6d40b0ef487c42dc5ef678a69c06be063973020633080c4157e3 Description: Perl module to allow CGI sessions to be stored in memcache A Perl module (CGI::Session::Driver::memcached) that allows CGI session information to be stored in a memcached server. Homepage: http://search.cpan.org/dist/CGI-Session-Driver-memcached/ Package: libcgi-session-expiresessions-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 1.12-1.4.201403120208 Depends: perl, libcgi-session-perl Filename: 4.0-0/all/libcgi-session-expiresessions-perl_1.12-1.4.201403120208_all.deb Size: 18448 MD5sum: 7e7fe14f4b57538c9fd3139e0f034093 SHA1: 2e4bcd35478a9d660351de32d10a3f8397f37535 SHA256: 60c817e8d1a71594fcc6f37bede13ec74fd00054d67c412faba47818b0aa1fa1 Description: automatic deletion of expired CGI sessions CGI::Session::ExpireSessions is designed to expire old sessions produced by the CGI::Session module. The module can correctly remove sessions stored upon the filesystem, and inside MySQL databases. Homepage: http://search.cpan.org/dist/CGI-Session-ExpireSessions/ Package: libcgi-session-perl Priority: optional Section: perl Installed-Size: 284 Maintainer: Debian Perl Group Architecture: all Version: 4.46-1.4.201403120211 Depends: perl Recommends: libdbi-perl Filename: 4.0-0/all/libcgi-session-perl_4.46-1.4.201403120211_all.deb Size: 122946 MD5sum: 1300c753151c9768685a431e3a98808d SHA1: 50dcdef7692079520c043055886aa4331a590c3b SHA256: cdd084951206e57f31f67eaaa58ff473635b1a9af926add817c1fc94c86192a4 Description: persistent session data in CGI applications CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data across HTTP requests. CGI::Session does that and many more. Homepage: http://search.cpan.org/dist/CGI-Session/ Package: libcgi-session-serialize-yaml-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 4.26-1.4.201403120214 Replaces: libcgi-session-perl (<< 4.30) Depends: perl, libcgi-session-perl (>= 4.30), libyaml-syck-perl | libyaml-perl Breaks: libcgi-session-perl (<< 4.30) Filename: 4.0-0/all/libcgi-session-serialize-yaml-perl_4.26-1.4.201403120214_all.deb Size: 7498 MD5sum: 8711f492d085938c3f5570de37165fbe SHA1: 55003004495b8931e6ace85f632463d4119002c9 SHA256: b976ea8fb247ce9cca57b232e1eb31a5bbe60eade4639c43404e26dc22b9c5da Description: YAML and YAML::Syck support for CGI::Session's serializers CGI::Session::Serialize::yaml can be used by CGI::Session to serialize session data. It uses YAML, or the faster C implementation, YAML::Syck if it is available. YAML serializers exist not just for Perl but also other dynamic languages, such as PHP, Python, and Ruby, so storing session data in this format makes it easy to share session data across different languages. . YAML is made to be friendly for humans to parse as well as other computer languages. It creates a format that is easier to read than the default serializer. Homepage: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/ Package: libcgi-simple-perl Priority: optional Section: perl Installed-Size: 263 Maintainer: Debian Perl Group Architecture: all Version: 1.113-2.5.201403120220 Depends: perl Filename: 4.0-0/all/libcgi-simple-perl_1.113-2.5.201403120220_all.deb Size: 108360 MD5sum: 798e88856772fcd3c8c4c77fdfccb975 SHA1: 99a4f6af259ca3a71bb12c9df98237361c1ef63c SHA256: 78845f8d7e56fb7cb6e6d46656947a9cc83b0785c19e219338a0a2f35d118c1e Description: simple CGI.pm compatible OO CGI interface CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module. . Essentially everything in CGI.pm that relates to the CGI (not HTML) side of things is available. There are even a few new methods and additions to old ones! If you are interested in what has gone on under the hood see the "Compatibility with CGI.pm" section in CGI::Simple(3pm). . In practical testing this module loads and runs about twice as fast as CGI.pm depending on the precise task. Homepage: http://search.cpan.org/dist/CGI-Simple/ Package: libcgi-ssi-parser-perl Priority: extra Section: perl Installed-Size: 68 Maintainer: Jason Thomas Architecture: all Version: 0.01-1.4.201403120223 Depends: perl Filename: 4.0-0/all/libcgi-ssi-parser-perl_0.01-1.4.201403120223_all.deb Size: 8486 MD5sum: 58c27f20d3ed20673c5269f51a3fc9f0 SHA1: 5e051902b688ccf77883395abd7fde78d30bd259 SHA256: 360dafd0cee8274ceded4a7c75c888d3a706b51728d4720284bf53338aa0f3b0 Description: used in CGI scripts for parsing SSI directives in files or string variables, and fully implements the functionality of apache's mod_include module. . It is an alternative to famous Apache::SSI modules, but it doesn't require mod_perl. This is an advantage to those who are using public hosting services. There is a disadvantage, however - the module consumes much memory, and I don't recommend using it on heavy-loaded sites (currently it's being used on a site with 10000 hits, and I consider this as a limit). I hope to get rid of this disadvantage by the time the release comes out (currently it's beta). Package: libcgi-ssi-perl Priority: extra Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 0.92-3.4.201403120229 Depends: perl, libhtml-simpleparse-perl, libwww-perl, liburi-perl, libtimedate-perl Filename: 4.0-0/all/libcgi-ssi-perl_0.92-3.4.201403120229_all.deb Size: 17180 MD5sum: 1d9a021b247cbf670477a43c1dffc85c SHA1: a53a1509656f89380b97fa9803d3d407bfcfedf6 SHA256: 9004e1e4b176f6666c1723c73bb83ecf8b4f0eabc215d236cb7eb7281afffe5b Description: Perl module to use SSI from CGI scripts CGI::SSI is meant to be used as an easy way to filter shtml through CGI scripts in a loose imitation of Apache's mod_include. If you're using Apache, you may want to use either mod_include or the Apache::SSI module instead of CGI::SSI. Limitations in a CGI script's knowledge of how the server behaves make some SSI directives impossible to imitate from a CGI script. Homepage: http://search.cpan.org/dist/CGI-SSI/ Package: libcgi-untaint-date-perl Priority: extra Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 1.00-2.4.201403120232 Depends: perl, libcgi-untaint-perl, libdate-manip-perl, libdate-simple-perl Filename: 4.0-0/all/libcgi-untaint-date-perl_1.00-2.4.201403120232_all.deb Size: 6436 MD5sum: 1eff7e2435bcc40ce29470506ab6ed6c SHA1: f40dfc843c9e5dbe438ea97aeb4a1d2d78a905a2 SHA256: 840b21fe95b63d1b4cb322cda8d234ca228e3416fff3180ab83dbc7de8a6796c Description: CGI::Untaint::date - validate a date This input handler for CGI::Untaint verifies that it is dealing with a reasonable date. Reasonably means anything that Date::Manip thinks is sensible, so you could use any of (for example): "December 12, 2001" "12th December, 2001" "2001-12-12" "next Tuesday" "third Wednesday in March" Homepage: http://search.cpan.org/dist/CGI-Untaint-date/ Package: libcgi-untaint-email-perl Priority: extra Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.03-2.4.201403120237 Depends: perl, libcgi-untaint-perl, libemail-valid-perl, libmailtools-perl Filename: 4.0-0/all/libcgi-untaint-email-perl_0.03-2.4.201403120237_all.deb Size: 5338 MD5sum: f8c7bed8af05eb92487a55a157b6c092 SHA1: bf8e40ad7e0cee45d1c73262ce30ad34a937e8ab SHA256: 886c1641017eea7eca479660604663014342a180f00cf9c04d814dc69c2c613a Description: Input handler for CGI::Untaint to validate an email address CGI::Untaint::email is an input handler for CGI::Untaint that validates an email address according to RFC2822, using Email::Valid. Homepage: http://search.cpan.org/dist/CGI-Untaint-email/ Package: libcgi-untaint-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 1.26-4.4.201403120240 Depends: perl, libuniversal-require-perl Filename: 4.0-0/all/libcgi-untaint-perl_1.26-4.4.201403120240_all.deb Size: 25760 MD5sum: 5173989054eaaf4c9d2343a09b059953 SHA1: c3ac1a0c63b19d207a7f92999b8fc0d53acfeff9 SHA256: d9358ec3c335d2c8482c0f104bad3a680bedd3e0d5b1469c9790c9325efed3a5 Description: Process CGI input parameters Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent manner. If any of the validation rules change, you often have to alter them in many different places. And, if you want to operate taint-safe, then you're just adding even more headaches. . This module provides a simple, convenient, abstracted and extensible manner for validating and untainting the input from web forms. . You simply create a handler with a hash of your parameters (usually $q->Vars), and then iterate over the fields you wish to extract, performing whatever validations you choose. The resulting variable is guaranteed not only to be valid, but also untainted. Homepage: http://search.cpan.org/~tmtm/CGI-Untaint/ Package: libcgi-uploader-perl Priority: optional Section: perl Installed-Size: 151 Maintainer: Debian Perl Group Architecture: all Version: 2.17-1.4.201403120242 Depends: perl, libcarp-assert-perl, libhttp-browserdetect-perl, libimage-size-perl, libmime-types-perl, libparams-validate-perl, libsql-abstract-perl Recommends: libdbi-perl, libgraphics-magick-perl Filename: 4.0-0/all/libcgi-uploader-perl_2.17-1.4.201403120242_all.deb Size: 49754 MD5sum: 63ff49008ea4b07bf4feafe685b5bc51 SHA1: c2faf1bfb7ce3d393e42122cf9b4da71f03fbc9c SHA256: a9612157e24cff2b765eb37da734d4f223071c4b6c592d2fc53efd6e9e1024fa Description: module for managing CGI uploads using an SQL database CGI::Uploader is designed to help with the task of managing files uploaded through a CGI application. The files are stored on the file system, and the file attributes stored in a SQL database. Homepage: http://search.cpan.org/dist/CGI-Uploader/ Package: libcgi-validop-perl Priority: optional Section: perl Installed-Size: 172 Maintainer: Debian Perl Group Architecture: all Version: 0.56-1.4.201403120243 Depends: perl, libhtml-parser-perl Filename: 4.0-0/all/libcgi-validop-perl_0.56-1.4.201403120243_all.deb Size: 63524 MD5sum: 62a7bf6c54c00a71fdc2c198af04a081 SHA1: 5a60a8ea122e4d5b224a56771fbd596a2dae51dc SHA256: 20e33ce7a810962e370fababab8c03b9ef467d0e71aa33cf2ccff1ebf87b9393 Description: module for validating CGI parameters CGI::ValidOp is a Perl module that validates CGI parameters and manages run modes. Because CGI parameter validation is boring, it's easy to get wrong or ignore. It removes as much of the repetition as possible out of this task by replacing it with a simple interface. Homepage: http://search.cpan.org/dist/CGI-ValidOp/ Package: libcgi-xml-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.1-13.4.201403120245 Depends: perl, perl-modules | libcgi-perl | libcgi-pm-perl, libxml-parser-perl Filename: 4.0-0/all/libcgi-xml-perl_0.1-13.4.201403120245_all.deb Size: 8198 MD5sum: 62380428e2adb2a057778fdd452985c7 SHA1: 25fcdb2d50c78d0cc0cf74ed60e70f73255ea895 SHA256: 49524a83f43d6b524bf34c046771532fb5648c41eb2d48c00ab18c951e9a2717 Description: perl module for converting CGI variables from/to XML This module converts CGI.pm variables to XML and vice versa. . CGI::XML is a subclass of CGI.pm, so it reads the CGI variables just as CGI.pm would. Package: libcgi-xmlapplication-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Debian Perl Group Architecture: all Version: 1.1.3-6.4.201403120252 Depends: perl, perl-modules | libcgi-perl, libxml-libxml-perl, libxml-libxslt-perl Filename: 4.0-0/all/libcgi-xmlapplication-perl_1.1.3-6.4.201403120252_all.deb Size: 39792 MD5sum: e79c20464ce85e153c22c329df959fdc SHA1: 81abad19c4bf996b91edf2c6f7c46fbd2478d81d SHA256: 10f3b3c8f084246694215360131be37a8f9db640ea63331b034a43ae03adcd2c Description: perl module for creating XML-DOM and OO based CGI scripts This module provides an XML-DOM and object-oriented extension to the CGI module. The XML-DOM extension allows one to generate the output from XML and laid out according to an XSLT stylesheet, separating code and presentation. The object-oriented extension allows one to specify handlers for events like a mouse click on a submit button or on an image. Package: libcgi-xmlform-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 0.10-13.4.201403120254 Depends: perl, perl-modules | libcgi-perl | libcgi-pm-perl, libxml-parser-perl Filename: 4.0-0/all/libcgi-xmlform-perl_0.10-13.4.201403120254_all.deb Size: 21478 MD5sum: b70376e37d4b09af5846b6afcf0df1bf SHA1: 613c43a09e46a53970b25c15f4491486219ced2c SHA256: 786c204b370367819b36663bae98809224c6094849461aedbbb6142e910bd042 Description: perl module for reading/generating formatted XML This Perl module can either create form field values from XML based on XQL style queries (full XQL is _not_ supported - this module is designed for speed), or it can create XML from form values. Package: libcgicc-doc Priority: optional Section: doc Installed-Size: 3929 Maintainer: Chris Butler Architecture: all Source: libcgicc Version: 3.2.9-3.5.201403120303 Filename: 4.0-0/all/libcgicc-doc_3.2.9-3.5.201403120303_all.deb Size: 970626 MD5sum: e1f9a40b0d18e3ac766ddc847d2560cd SHA1: 0934baeec4ee96333194ef990be17a827320e04d SHA256: b839786c63980e9b4f27e7badb0fcec71fca3d2fd4e475d8ce4d52d21c6026bc Description: C++ class library for writing CGI applications (documentation) An ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web. libcgicc performs the following functions: . * Parses both GET and POST form data transparently. * Provides string, integer, floating-point and single- and multiple-choice retrieval methods for form data. * Provides methods for saving and restoring CGI environments to aid in application debugging. * Provides full on-the-fly HTML generation capabilities, with support for cookies. * Supports HTTP file upload. * Compatible with FastCGI. . This package contains documentation on the usage of the library. Homepage: http://www.gnu.org/software/cgicc/ Package: libcglib-java-doc Priority: optional Section: doc Installed-Size: 2106 Maintainer: Debian Java Maintainers Architecture: all Source: cglib Version: 2.2.2+dfsg-5.5.201403161459 Suggests: libcglib-java Filename: 4.0-0/all/libcglib-java-doc_2.2.2+dfsg-5.5.201403161459_all.deb Size: 142308 MD5sum: cd97b5700816a03a6e87422f0d588673 SHA1: 3bd593f5c2f463464e2ed131e6d4d44d7acf5035 SHA256: ccd60e2f648e536821cdfb05324c67b09f48f16e260dd23b4fe176c748ab9b0d Description: code generation library for Java - documentation cglib is a powerful, high performance and quality code generation library. It is used to extend Java classes and implement interfaces at run-time. . This package includes the documentation. Homepage: http://cglib.sourceforge.net Package: libcglib-java Priority: optional Section: java Installed-Size: 830 Maintainer: Debian Java Maintainers Architecture: all Source: cglib Version: 2.2.2+dfsg-5.5.201403161459 Replaces: libcglib2.1-java Provides: libcglib2.1-java Depends: libasm3-java Conflicts: libcglib2.1-java Filename: 4.0-0/all/libcglib-java_2.2.2+dfsg-5.5.201403161459_all.deb Size: 710144 MD5sum: 6728437d7eb4a2178fff873e0c78d634 SHA1: 8d95a76d79720d05b0d4d116d3cc3cfc6fc04c34 SHA256: 5efdee8d94a956884be80bad7df9e66508fe28eb4c172f50d2e4fd0ce18a2464 Description: code generation library for Java cglib is a powerful, high performance and quality code generation library. It is used to extend Java classes and implement interfaces at run-time. Homepage: http://cglib.sourceforge.net Package: libchado-perl Priority: optional Section: perl Installed-Size: 39989 Maintainer: Debian Med Packaging Team Architecture: all Version: 1.22-4.2.201403120317 Depends: perl, postgresql-client, libbio-chado-schema-perl, libclass-dbi-pg-perl, libxml-libxslt-perl, liblog-log4perl-perl, bioperl, libgo-perl, libdbd-pg-perl, libdbi-perl, libgd-gd2-perl, libdigest-md5-file-perl, libgraph-perl, libdata-stag-perl, libxml-perl, libmodule-build-perl, libclass-dbi-perl, libclass-dbi-pager-perl, libxml-simple-perl, libwww-perl, libtemplate-perl, libcgi-session-perl, libsql-translator-perl, libdbix-dbstag-perl, make Recommends: xsltproc, chado-utils Filename: 4.0-0/all/libchado-perl_1.22-4.2.201403120317_all.deb Size: 4756114 MD5sum: 04040f124eb14af410cd7aba4167710f SHA1: 228d08512845b27e426a8709583693c2097215cd SHA256: f1bd9b5720d3569c88f658102512734aeff4773f6bcdc1ff798e9c4816ac5d2a Description: database schema and tools for genomic data Chado is a relational database schema that underlies many GMOD installations. It is capable of representing many of the general classes of data frequently encountered in modern biology such as sequence, sequence comparisons, phenotypes, genotypes, ontologies, publications, and phylogeny. It has been designed to handle complex representations of biological knowledge and should be considered one of the most sophisticated relational schemas currently available in molecular biology. The price of this capability is that the new user must spend some time becoming familiar with its fundamentals. Homepage: http://gmod.org/wiki/Chado Package: libchamplain-doc Priority: optional Section: doc Installed-Size: 1156 Maintainer: Sjoerd Simons Architecture: all Source: libchamplain Version: 0.12.3-1.12.201403120323 Recommends: libclutter-1.0-doc Filename: 4.0-0/all/libchamplain-doc_0.12.3-1.12.201403120323_all.deb Size: 231050 MD5sum: 28fb5e3220a6efc0a6fe5016789e27b6 SHA1: ffbdd5e4acda62891b8347b45cd905c1371210f3 SHA256: cdf01a932f43c3080f959df0d3aa520d12272ac6315df54a3e4226e42ff6db55 Description: C library providing ClutterActor to display maps (documentation) Libchamplain is a C library providing a ClutterActor to display maps. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. . This package contains the documentary for this package. Homepage: http://projects.gnome.org/libchamplain/ Package: libchamplain-gtk-doc Priority: optional Section: doc Installed-Size: 194 Maintainer: Sjoerd Simons Architecture: all Source: libchamplain Version: 0.12.3-1.12.201403120323 Recommends: libclutter-gtk-1.0-doc, libchamplain-doc (= 0.12.3-1.12.201403120323) Filename: 4.0-0/all/libchamplain-gtk-doc_0.12.3-1.12.201403120323_all.deb Size: 139362 MD5sum: 37b37270fcee8cbaddab87bd5b44708c SHA1: 75e484061823e729bd7fda5f3642cbbdccff38ec SHA256: 0e04ac19802ea7c819a414682ba02b884d0909896b85d0eba39f7a0c15561e3b Description: Gtk+ widget to display maps (documentation) Libchamplain-gtk is a C library aimed to provide a Gtk+ widget to display rasterized maps and markers. . It supports numerous free map sources such as OpenStreetMap (default), OpenArialMap and Maps for free. . This package contains documentation for libchamplain-gtk. Homepage: http://projects.gnome.org/libchamplain/ Package: libchart-clicker-perl Priority: optional Section: perl Installed-Size: 366 Maintainer: Debian Perl Group Architecture: all Version: 2.83-1.4.201403120335 Depends: perl, libcolor-scheme-perl, libdatetime-perl, libdatetime-set-perl, libgeometry-primitive-perl, libgraphics-color-perl, libgraphics-primitive-driver-cairo-perl, libgraphics-primitive-perl, liblayout-manager-perl, libmath-gradient-perl, libmoose-perl Filename: 4.0-0/all/libchart-clicker-perl_2.83-1.4.201403120335_all.deb Size: 138068 MD5sum: b9bef7f206202276670cefbba7591a85 SHA1: 1df6bc7cec7f23aa2254c0f9e2f2053cda46d0ef SHA256: 8d73a718cda6bc466aaf3bfe5d31f22957c883e81edbf42ffc7c1c2d0f089cd8 Description: module for creating attractive charts and graphs Chart::Clicker is a Perl module that aims to create beautiful graphs in a powerful and extensible way. A variety of charts can be created, including line, bar and area charts (as well as their stacked equivalents), scatter, pie, bubble, candlestick and polar area. Charts can be saved in a variety of formats, including PNG, SVG, PDF and PostScript. Homepage: http://search.cpan.org/dist/Chart-Clicker/ Package: libchart-gnuplot-perl Priority: optional Section: perl Installed-Size: 218 Maintainer: Debian Perl Group Architecture: all Version: 0.17-1.4.201403120341 Depends: perl, gnuplot-nox | gnuplot-x11 Recommends: imagemagick Filename: 4.0-0/all/libchart-gnuplot-perl_0.17-1.4.201403120341_all.deb Size: 52242 MD5sum: 37ac07559c6929e823e38f74073a170c SHA1: 2e46f6818e4f228e37169958754487e6a5f98e60 SHA256: 8f63bae4e26465da7552eede85f8554e316c8a5c0f18216e33e877d6fc7a0731 Description: module for generating two- and three-dimensional plots Chart::Gnuplot is a module to plot graphs using GNUPLOT. If an image format other than PS, PDF and EPS is required to generate, ImageMagick's convert program is needed. Homepage: http://search.cpan.org/dist/Chart-Gnuplot/ Package: libchart-perl Priority: optional Section: perl Installed-Size: 1986 Maintainer: Debian Perl Group Architecture: all Version: 2.4.5-1.4.201403120344 Depends: perl, libgd-gd2-perl | libgd-gd2-noxpm-perl Filename: 4.0-0/all/libchart-perl_2.4.5-1.4.201403120344_all.deb Size: 1041558 MD5sum: 09eb70b0a48a7e8d43e860dee860d50b SHA1: c5384fdf3dae31a098a3fffb24ceefadcb51c9a9 SHA256: 7e4f85c7f6a110a818cd8b127038079ae1cf7bf7d49de6ee0d1c3b288127dadf Description: Chart library for Perl This package is a collection of chart creation modules for Perl based on the GD graphics library. It provides the ability to create the following chart types: . * Bar * Line * Mountain * Pareto * Pie * Point Homepage: http://search.cpan.org/dist/Chart/ Package: libchart-strip-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Dominic Hargreaves Architecture: all Version: 1.08-1.4.201403120350 Depends: perl, libgd-gd2-perl Filename: 4.0-0/all/libchart-strip-perl_1.08-1.4.201403120350_all.deb Size: 18202 MD5sum: a2ed473cf880953a1d61c2eb0d99560e SHA1: 5d1ac4ca2abfef9bf34f77a9ac1cd48df15b94a8 SHA256: 4d75176cb4cad1a4f08dd2c4fe037aaa68e5443628f99db3cf857a073f35fcf9 Description: Draw strip chart type graphs The Chart::Strip package plots data values versus time graphs, such as used for seismographs, EKGs, or network usage reports. . It can plot multiple data sets on one graph. It offers several styles of plots. It automatically determines the proper ranges and labels for both axes. Homepage: http://search.cpan.org/dist/Chart-Strip/ Package: libcheck-isa-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403120353 Depends: perl, libsub-exporter-perl Filename: 4.0-0/all/libcheck-isa-perl_0.04-1.4.201403120353_all.deb Size: 7832 MD5sum: ae89ce7b19430496b81e7d91704c5cd7 SHA1: 3ff85adf0871284ff573162003c91673c50de296 SHA256: e8540bd7a7165091101545babb261469e5d63bbb647cbb43ed6f621a804af231 Description: Perl module for correct checking of an object's class The Check::ISA module provides several functions to assist in testing whether a value is an object, and if so asking about its class. It allows an object to be examined using various methods provided by Perl's UNIVERSAL class. Homepage: http://search.cpan.org/dist/Check-ISA/ Package: libcheese-doc Priority: optional Section: doc Installed-Size: 591 Maintainer: Debian GNOME Maintainers Architecture: all Source: cheese Version: 3.4.2-2.20.201403161714 Replaces: libcheese-gtk-dev (<< 3.2.2-2) Suggests: devhelp Breaks: libcheese-gtk-dev (<< 3.2.2-2) Filename: 4.0-0/all/libcheese-doc_3.4.2-2.20.201403161714_all.deb Size: 312910 MD5sum: 45c266bae33a0846b37dfcc865c34c93 SHA1: 46bfa4d37b8543b8992511b85fe7b9d08cd067d8 SHA256: 659abb521503ae8b4a66e553e2739a471891933a60f276c32c26fd5d4be56270 Description: tool to take pictures and videos from your webcam - documentation A webcam application that supports image and video capture. Makes it easy to take photos and videos of you, your friends, pets or whatever you want. Allows you to apply fancy visual effects, fine-control image settings and has features such as Multi-Burst mode, Countdown timer for photos. . This package contains the API documentation. Homepage: http://projects.gnome.org/cheese/ Package: libchef-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 44 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: chef Version: 10.12.0-3.9.201403161731 Depends: chef Filename: 4.0-0/all/libchef-ruby1.8_10.12.0-3.9.201403161731_all.deb Size: 17452 MD5sum: c40bf9c3a138c9adb18ab11c3fdd044c SHA1: 948f0347c0bc57e5e96535e4cd0630af6389df2a SHA256: 00ad03fc5a91f1a4b70e4788a5c80fa0bf6b7b1267e0393c0e9016db6efda050 Description: Transitional package for chef This is a transitional package to ease upgrades to the chef package. It can safely be removed. Homepage: http://wiki.opscode.com/display/chef Package: libchef-ruby Priority: extra Section: oldlibs Installed-Size: 44 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: chef Version: 10.12.0-3.9.201403161731 Depends: chef Filename: 4.0-0/all/libchef-ruby_10.12.0-3.9.201403161731_all.deb Size: 17448 MD5sum: 442d57f7a6aed218752f8c6dc1930261 SHA1: 1acf04e92f0e5dabc910ac8b44c16c9f55eb36dc SHA256: 132c8457098827685257b91ecc3fabff871f7defceb6ad04e55fa1abb7959490 Description: Transitional package for chef This is a transitional package to ease upgrades to the chef package. It can safely be removed. Homepage: http://wiki.opscode.com/display/chef Package: libchemistry-elements-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.07-2.4.201403120356 Depends: perl Filename: 4.0-0/all/libchemistry-elements-perl_1.07-2.4.201403120356_all.deb Size: 17364 MD5sum: 1745e324e8b536d5ea13c1ec694df366 SHA1: b0e09ece0e654bd3a675d3e743d8933c888397e2 SHA256: fafcc39ac07fb65a268f90052cf9944d8b086e3748965717412643133a45e8b4 Description: Perl extension for working with Chemical Elements Chemistry::Elements provides an easy, object-oriented way to keep track of your chemical data. Using either the atomic number, chemical symbol, or element name you can construct an Element object. Once you have an element object, you can associate your data with the object by making up your own methods, which the AUTOLOAD function handles. Since each chemist is likely to want to use his or her own data, or data for some unforesee-able property, this module does not try to be a repository for chemical data. Homepage: http://search.cpan.org/dist/Chemistry-Elements/ Package: libchemistry-formula-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Carlo Segre Architecture: all Version: 3.0.1-1.5.201403120750 Replaces: horae (<< 067) Depends: perl, libchemistry-elements-perl, libregexp-common-perl, libreadonly-perl Filename: 4.0-0/all/libchemistry-formula-perl_3.0.1-1.5.201403120750_all.deb Size: 11492 MD5sum: f69183cb93628bdf179198b230d8ecde SHA1: c3eadb432485e20d74fb112c4c64bda7ef4e2aa3 SHA256: fbf82dc076d5fae19acc5d0ad14fe1382844141719bc923b25290c32a7c2f5e9 Description: enumerate elements in a chemical formula This module provides a function which parses a string containing a chemical formula and returns the number of each element in the string. It can handle nested parentheses and square brackets and correctly computes stoichiometry given numbers outside the (possibly nested) parentheses. Homepage: http://cars9.uchicago.edu/~ravel/software/ Package: libchi-driver-memcached-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.14-3.2.201403120403 Depends: perl, libchi-perl Filename: 4.0-0/all/libchi-driver-memcached-perl_0.14-3.2.201403120403_all.deb Size: 16174 MD5sum: 2ddb6823a2ee756c7eb4e5bd36fdbc02 SHA1: d9db9acbe59e1bfe5a9649fa09e5159f3788ee8c SHA256: 0cce8e9380f1d53567aedbe0bb69b93534cb602fe1d1cf917c91d19faa1d506d Description: Memcached driver for CHI, the unified cache handling interface A CHI driver that uses Cache::Memcached to store data in the specified memcached server(s). . CHI::Driver::Memcached::Fast and CHI::Driver::Memcached::libmemcached are also available as part of this distribution. They work with other Memcached clients and support a similar feature set. Documentation for all three modules is presented below. Homepage: http://search.cpan.org/dist/CHI-Driver-Memcached/ Package: libchi-perl Priority: optional Section: perl Installed-Size: 379 Maintainer: Debian Perl Group Architecture: all Version: 0.54-1.2.201403120406 Depends: perl, libcache-cache-perl, libcache-fastmmap-perl, libcarp-assert-perl, libdata-serializer-perl, libdigest-jhash-perl, libhash-moreutils-perl, libjson-perl, liblist-moreutils-perl, liblog-any-perl, libmoose-perl, libossp-uuid-perl, libstring-rewriteprefix-perl, libtask-weaken-perl, libtime-duration-parse-perl, libtime-duration-perl, libtry-tiny-perl (>= 0.05) Filename: 4.0-0/all/libchi-perl_0.54-1.2.201403120406_all.deb Size: 127020 MD5sum: 5893f1e946501ae09b89decc877f84e0 SHA1: ea58fd35a660a0015b08aad25ffab0074dada042 SHA256: c28dd3682400024ec0c85c1bddc8f878461323dd1c73c8019f1045c3625dedb6 Description: Unified Cache Handling Interface CHI provides a unified caching API for Perl programs, designed to assist a developer in keeping data persistent for a specified period of time. . The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. . CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation. Homepage: http://search.cpan.org/dist/CHI/ Package: libchild-perl Priority: optional Section: perl Installed-Size: 110 Maintainer: Debian Perl Group Architecture: all Version: 0.009-1.2.201403120412 Depends: perl Filename: 4.0-0/all/libchild-perl_0.009-1.2.201403120412_all.deb Size: 36714 MD5sum: 66776fe21062c531a1f9b92d23dce9cf SHA1: d05948bf46308bb496093250fdfc75b46d7ad90a SHA256: c81d63bbb75128ca33316d522df82896c7671dc2c8f36a0fb92272e9efb45498 Description: Object oriented simple interface to fork() Fork is too low level, and difficult to manage. Often people forget to exit at the end, reap their children, and check exit status. The problem is the low level functions provided to do these things. Throw in pipes for IPC and you just have a pile of things nobody wants to think about. . Child is an Object Oriented interface to fork. It provides a clean way to start a child process, and manage it afterwords. It provides methods for running, waiting, killing, checking, and even communicating with a child process. Homepage: http://search.cpan.org/dist/Child/ Package: libchipcard-data Priority: optional Section: libs Installed-Size: 307 Maintainer: Micha Lenk Architecture: all Source: libchipcard Version: 5.0.3beta-3.4.201403120415 Filename: 4.0-0/all/libchipcard-data_5.0.3beta-3.4.201403120415_all.deb Size: 38504 MD5sum: 5d4f1a9a604946d5ac4cb969e673ca10 SHA1: b9d78b40d4d64dbaaf1edf7ec766ec7486892164 SHA256: 1eeb7bde53a0ef5c1640d1e8fd6f3a338e129d9998e9bc6d9cc34da1c9126d80 Description: configuration files for libchipcard libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . This package contains configuration files for libchipcard. Homepage: http://www.aquamaniac.de/sites/libchipcard/ Package: libchipcard-libgwenhywfar47-plugins Priority: extra Section: oldlibs Installed-Size: 39 Maintainer: Micha Lenk Architecture: all Source: libchipcard Version: 5.0.3beta-3.4.201403120415 Depends: libchipcard-libgwenhywfar60-plugins Filename: 4.0-0/all/libchipcard-libgwenhywfar47-plugins_5.0.3beta-3.4.201403120415_all.deb Size: 16008 MD5sum: 54f89cab8477fc43220c47f6ec4c2a76 SHA1: dd9b138da2911f5740183f9821c32ab36ec5e26c SHA256: d4cbd6961a67782a53a28fdbc9c0e228bde4042538e36b0815ca4a22f5f470bb Description: crypttoken plugin to libgwenhywfar - transitional dummy package libchipcard provides an API for accessing smartcards. Examples are memory cards, as well as HBCI (home banking), German GeldKarte (electronic small change), and KVK (health insurance) cards. . Transitional package for renaming of libchipcard-libgwenhywfar47-plugins to libchipcard-libgwenhywfar60-plugins. Homepage: http://www.aquamaniac.de/sites/libchipcard/ Package: libchronic-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-chronic Version: 0.6.7-2.4.201403170445 Depends: ruby-chronic Filename: 4.0-0/all/libchronic-ruby_0.6.7-2.4.201403170445_all.deb Size: 2930 MD5sum: 4ff42584d29e66469266343e0ff06d13 SHA1: c47bf196803c2d767f29740526199eb08f59a5f5 SHA256: 5c86e2b869e2f7195263badf52b757c29b55be648d87f504d4b616d26ae869b0 Description: Transitional package for ruby-chronic This is a transitional package to ease upgrades to ruby-chronic package It can safely be removed. Homepage: http://chronic.rubyforge.org/ Package: libcipux-cat-web-perl Priority: optional Section: perl Installed-Size: 563 Maintainer: CipUX team Architecture: all Source: cipux-cat-web Version: 3.4.0.3-4.1.11.201403170945 Depends: perl, libcgi-formbuilder-perl, libcipux-perl, libdate-manip-perl, libcipux-rpc-client-perl, libtemplate-perl, libclass-std-perl, liblog-log4perl-perl, libreadonly-perl, libscalar-util-numeric-perl, liblocale-maketext-lexicon-perl Recommends: libmodule-list-pluggable-perl Suggests: cipux-cat-web, libsys-info-os-perl Filename: 4.0-0/all/libcipux-cat-web-perl_3.4.0.3-4.1.11.201403170945_all.deb Size: 97198 MD5sum: 23b7b051ae8009a1bad1676284b2689e SHA1: 9f65363933ddc991c3be62ba8a777e3fc597b384 SHA256: e7daaef40d50c4a8f3c97a102e98eddc2e029a476150ae5ec47b61585691dfdd Description: user and resource management framework CipUX - web-based admin tools CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools, interacting with the core CipUX framework through XML-RPC. . Two CATs are provided officially with CipUX: - cipux-cat-web: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains CipUX::CAT::Web - functions used by the generic web-based CAT cipux-cat-web. Homepage: http://www.cipux.org/ Package: libcipux-dog-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: CipUX team Architecture: all Source: cipux-dog Version: 3.4.0.0-6.9.201403170246 Depends: perl, libcipux-perl (>= 3.4.0.0), libclass-std-perl, liblog-log4perl-perl, libreadonly-perl Recommends: libreadonly-xs-perl Filename: 4.0-0/all/libcipux-dog-perl_3.4.0.0-6.9.201403170246_all.deb Size: 18136 MD5sum: c72436b56d69e96685761ab80d132c89 SHA1: 55f4c8436823ccff200733ff6dbacc17c1ecfad1 SHA256: 1cc362d19d8debdb05705fc2eef7904dc7f6f80495d2eaab6a5071407cc38a4e Description: command execution hook for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::Dog, used to execute external system commands. Homepage: http://www.cipux.org/ Package: libcipux-object-perl Priority: optional Section: perl Installed-Size: 232 Maintainer: CipUX team Architecture: all Source: cipux-object Version: 3.4.0.5-2.10.201403170252 Depends: perl, libclass-std-perl, libcipux-perl (>= 3.4.0.11~), libcipux-storage-perl (>= 3.4.0.0), libhash-merge-perl, liblog-log4perl-perl, libreadonly-perl, libcrypt-smbhash-perl Recommends: libreadonly-xs-perl Suggests: cipux-object-tools Filename: 4.0-0/all/libcipux-object-perl_3.4.0.5-2.10.201403170252_all.deb Size: 58124 MD5sum: 8955b50891dc4d701868fcf4e814eca4 SHA1: 10fd2f3e7b2ddf231a95ab1e96014d507d96147c SHA256: d892f78bc2582a117e2a7ea18d26762ccd4f67039fef4dc307fb8a695db96880 Description: object layer of CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::Object, the CipUX object layer - a generic abstract class, which can be used by other classes or scripts. Homepage: http://www.cipux.org/ Package: libcipux-passwd-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: CipUX team Architecture: all Source: cipux-passwd Version: 3.4.0.3-2.10.201403170257 Depends: perl, libcipux-perl (>= 3.4.0.0), libcipux-rpc-client-perl (>= 3.4.0.0), libclass-std-perl, libreadonly-perl Recommends: libreadonly-xs-perl Filename: 4.0-0/all/libcipux-passwd-perl_3.4.0.3-2.10.201403170257_all.deb Size: 15252 MD5sum: 8d5d5f8175ba6734819f1b1c670d2d4b SHA1: b4852827b334dc69e8cff69afeeed36a5fec2238 SHA256: bddff468d0ba0a0decbc8eb12bc059f612e6ea132869af73353fe116eec5d163 Description: routines for cipux-passwd CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::Passwd, providing routines for the command-line tool cipuxpasswd. Homepage: http://www.cipux.org/ Package: libcipux-perl Priority: optional Section: perl Installed-Size: 179 Maintainer: CipUX team Architecture: all Source: cipux Version: 3.4.0.13-4.9.201403170242 Depends: perl, libarray-unique-perl, libclass-std-perl, libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, perl (>= 5.10.1) | libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl, libreadonly-perl, libterm-readkey-perl, libunicode-string-perl, libyaml-perl Recommends: libreadonly-xs-perl, slapd | ldap-server Filename: 4.0-0/all/libcipux-perl_3.4.0.13-4.9.201403170242_all.deb Size: 46276 MD5sum: 6c5c38919e9e765dd370ad32686fd828 SHA1: cd5a46e2a21e083faadf99a65c830e772dd24d98 SHA256: 06412d267a4e5677c896fc4e60e7e7d9b39708c8bfb6e8e503d0accc187690e0 Description: user and resource management framework CipUX - base library CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools. Two CATs are provided officially with CipUX: - cipux-cat: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains the base library for CipUX. Homepage: http://www.cipux.org/ Package: libcipux-rbac-simple-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: CipUX team Architecture: all Source: cipux-rbac-simple Version: 3.4.0.0-4.10.201403170302 Depends: perl, libcipux-perl (>= 3.4.0.0), libcipux-task-perl (>= 3.4.0.0), libclass-std-perl, libgraph-perl, liblog-log4perl-perl, libreadonly-perl Recommends: libreadonly-xs-perl Filename: 4.0-0/all/libcipux-rbac-simple-perl_3.4.0.0-4.10.201403170302_all.deb Size: 17152 MD5sum: e29cf03b2cd69471f8f5a9fbd5243248 SHA1: c61d9a8d6253220064d2bbc139414b8ee1dfb072 SHA256: e501a658b2303f74ea5a9128413c1b60b67f19d8cacd3e8e6e08ff605bd37f4c Description: simple role-based access control functions for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::RBAC::Simple, used by the CipUX XML-RPC server for authorization. Homepage: http://www.cipux.org/ Package: libcipux-rpc-client-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: CipUX team Architecture: all Source: cipux-rpc-client Version: 3.4.0.7-2.10.201403170312 Depends: perl, libclass-std-perl, libcipux-perl (>= 3.4.0.0), libfrontier-rpc-perl, liblog-log4perl-perl, libreadonly-perl Recommends: libreadonly-xs-perl Filename: 4.0-0/all/libcipux-rpc-client-perl_3.4.0.7-2.10.201403170312_all.deb Size: 21414 MD5sum: dc7df690ac90a33fb9aaafd536c656de SHA1: d9f4e4cf2d20deb671a88bafa9d93bb00cc569ad SHA256: f68de499bd673ea23455c84ce65939db7e7c806c3af5708880e718171b9fd02f Description: base class for CipUX XML-RPC clients CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::RPC::Client, providing routines for use with CipUX XML-RPC clients. Homepage: http://www.cipux.org/ Package: libcipux-rpc-perl Priority: optional Section: perl Installed-Size: 248 Maintainer: CipUX team Architecture: all Source: cipux-rpc Version: 3.4.0.9-3.10.201403170306 Depends: perl, libclass-std-perl, libauthen-simple-pam-perl, libauthen-simple-perl, libcipux-perl, libcipux-rbac-simple-perl, libcipux-task-perl, libdate-manip-perl, libfrontier-rpc-perl, liblist-moreutils-perl (>= 0.25~02), liblog-log4perl-perl, libreadonly-perl, liblog-dispatch-perl, libticket-simple-perl Recommends: libreadonly-xs-perl Filename: 4.0-0/all/libcipux-rpc-perl_3.4.0.9-3.10.201403170306_all.deb Size: 55450 MD5sum: a993c38eaabad42ebd7b0bf82d950fb9 SHA1: 47346ed7b7fcf21c7e5bd616dc193675956a5e2e SHA256: f6605b27d330bd23dab41c9eee33854575a4bcdefcbb370b4b4f53db08a2b649 Description: XML-RPC routines for perl-based CipUX XML-RPC applications CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . CAT is CipUX Administration Tools. Two CATs are provided officially with CipUX: - cipux-cat: generic web-based CAT - cipux-cat-moodle: CipUX plugin for Moodle These can be extended or replaced with custom tools. . This package contains CipUX::RPC, providing XML-RPC routines for the CipUX XML-RPC server and for perl-based clients like CipUX CAT. Homepage: http://www.cipux.org/ Package: libcipux-storage-perl Priority: optional Section: perl Installed-Size: 294 Maintainer: CipUX team Architecture: all Source: cipux-storage Version: 3.4.0.2-6.12.201403170927 Depends: perl, libclass-std-perl, libcipux-perl (>= 3.4.0.5), liblog-log4perl-perl, libnet-ldap-perl, libreadonly-perl Recommends: libio-socket-ssl-perl Suggests: cipux-storage-tools Filename: 4.0-0/all/libcipux-storage-perl_3.4.0.2-6.12.201403170927_all.deb Size: 59108 MD5sum: 1c84a8219d14e2e7eab7f340121bfa8d SHA1: bbcdb30d27d7fcdd49353ce6575c78b7bd2f21ae SHA256: 147f3444c4bb9daea019de7d677680e05a1cf46c4017625e05cab9bba5403a3b Description: storage abstraction layer for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::Storage, the storage abstraction layer for CipUX. Homepage: http://www.cipux.org/ Package: libcipux-task-perl Priority: optional Section: perl Installed-Size: 191 Maintainer: CipUX team Architecture: all Source: cipux-task Version: 3.4.0.7-4.10.201403170316 Depends: perl, libclass-std-perl, libcipux-perl (>= 3.4.0.0), libcipux-object-perl (>= 3.4.0.2), libcipux-storage-perl (>= 3.4.0.0), liblog-log4perl-perl, libterm-readkey-perl, libreadonly-perl Recommends: libreadonly-xs-perl Suggests: cipux-task-tools Filename: 4.0-0/all/libcipux-task-perl_3.4.0.7-4.10.201403170316_all.deb Size: 36728 MD5sum: cea17589ed7c657525b52abf1af05717 SHA1: 48986c05826a57575bf00644c06adc19d0d13d3a SHA256: 29e2631ee958fadbf33fa241ff075344975f2aac79c5d0712634ff53e8017f13 Description: task library for CipUX CipUX is a modular framework for information abstraction and administration, primarily aimed at administration of users, groups and organisational resources stored in a central LDAP database. . This package contains CipUX::Task, providing task routines for use on command line as well as through the XML-RPC server. Homepage: http://www.cipux.org/ Package: libclalsadrv-dev Priority: optional Section: libdevel Installed-Size: 55 Maintainer: Debian Multimedia Maintainers Architecture: all Source: clalsadrv Version: 2.0.0-3.4.201403170734 Depends: libclalsadrv2 (>= 2.0.0-3.4.201403170734), libclalsadrv2 (<< 2.0.0+1~), libasound2-dev Filename: 4.0-0/all/libclalsadrv-dev_2.0.0-3.4.201403170734_all.deb Size: 8408 MD5sum: 960e459e8e9f3786ef4a36a1f3a038aa SHA1: bdc81d5c67b141ba5994d013d86d63685dd51b6b SHA256: 36dfd77b379aad720cd3744870022c85e71561f75e9c04db9dafc1e282627277 Description: ALSA driver C++ access library (development files) C++ wrapper around the ALSA API. . This package includes the development tools. Homepage: http://www.kokkinizita.net/linuxaudio/ Package: libclam-doc Priority: extra Section: doc Installed-Size: 713 Maintainer: Debian Multimedia Maintainers Architecture: all Source: clam Version: 1.4.0-5.1.2.201403170737 Filename: 4.0-0/all/libclam-doc_1.4.0-5.1.2.201403170737_all.deb Size: 349436 MD5sum: 20ec4cc8c31c022d99bd7a5b0c65f338 SHA1: e81618a1569970c8af6fb562ecaa23eb8d797435 SHA256: 3b650294b938ece696dfe174a45f73a56186bd216cfed5b54a8afd128e9c588b Description: C++ Library for Audio and Music (documentation) CLAM is a framework to develop audio and music applications in C++. It provides tools to perform advanced analysis, transformations and synthesis, visualization for audio and music related objects, and other tools that are useful to abstract target platform for most tasks in an audio applications such as audio devices, file formats, threading... . This is a documentation package. Homepage: http://clam-project.org/ Package: libclamav-client-perl Priority: extra Section: perl Installed-Size: 66 Maintainer: Devin Carraway Architecture: all Version: 0.11-2.4.201403120438 Depends: perl, liberror-perl Suggests: clamav-daemon Filename: 4.0-0/all/libclamav-client-perl_0.11-2.4.201403120438_all.deb Size: 13990 MD5sum: 42cac3988f512a9797c47cfbe49604fb SHA1: 593e1b4786379e5ae69ef1ed4767500cc09c1fe6 SHA256: b47219b74eefb5b6b8868cabfd4566d4f6608efbee72dd114c2266489e9cf17f Description: Perl client for the ClamAV virus scanner daemon This package supplies ClamAV::Client, a Perl interface to the ClamAV virus scanner via the clamd daemon. It allows connection either over a UNIX domain socket to a local clamd, via TCP to a remote one. . The client package fully implements the clamd socket protocol, with both scanning and daemon management calls provided. Homepage: http://search.cpan.org/dist/ClamAV-Client/ Package: libclass-accessor-chained-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: James Bromberger Architecture: all Version: 0.01.1~debian-2.1.8.201403120444 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libclass-accessor-chained-perl_0.01.1~debian-2.1.8.201403120444_all.deb Size: 7998 MD5sum: caf8a9db5741fe137ac663c08338524c SHA1: 3de4c0955cdd1e2d184144e68c15f8e5a318fb12 SHA256: 980e8e18503d3ad840be6035cd3770a1fd972076f32cc9e32b4fd5f99eda5906 Description: make chained accessors A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments. . This module subclasses Class::Accessor in order to provide the same mk_accessors interface. . This description was automagically extracted from the module by dh-make-perl. Package: libclass-accessor-children-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.4.201403120449 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libclass-accessor-children-perl_0.02-1.4.201403120449_all.deb Size: 8502 MD5sum: bdc250dcc29f0944e2a893e53c1eb035 SHA1: 28fb5c8ae04e08e19effb0f73b706fbc01b4f036 SHA256: 394a89d52e0d7816b596702428d3f8e6dcbfa7a5a31859677a96756003bfba8c Description: perl module for automated child-class/accessor generation Class::Accessor::Children automagically generates child classes which have accessor/mutator methods. . This module inherits Class::Accessor to make accessors. Homepage: http://search.cpan.org/dist/Class-Accessor-Children/ Package: libclass-accessor-class-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.501-3.5.201403120454 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libclass-accessor-class-perl_0.501-3.5.201403120454_all.deb Size: 10680 MD5sum: 5b5233b3b16f4a1c256def018aa45974 SHA1: dc2f233068459599f697e6c29fc6a0c1745a6b0c SHA256: e63b8af933e23be8d2a2b09c3468f60f1d91047dbddbff9ef7dd41f802c7c64f Description: simple class variable accessors Class::Accessor::Class provides a simple way to create accessor and mutator methods for class variables, just as Class::Accessor provides for objects. It can use either an enclosed lexical variable, or a package variable. . This module was once implemented in terms of Class::Accessor, but changes to that module broke this relationship. Class::Accessor::Class is still a subclass of Class::Accessor, strictly for historical reasons. As a side benefit, a class that isa Class::Accessor::Class is also a Class::Accessor and can use its methods. Homepage: http://search.cpan.org/dist/Class-Accessor-Class/ Package: libclass-accessor-classy-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 0.9.1-1.4.201403120457 Depends: perl Filename: 4.0-0/all/libclass-accessor-classy-perl_0.9.1-1.4.201403120457_all.deb Size: 14762 MD5sum: c9ca503540755f4e5e37e30f22ae0cb1 SHA1: 7ba0275c06803700f3a3254544bc68e8bf4bb55e SHA256: 9f4d92e86020bf2f5b7d5f9dbbb91cf464c4e96b73a38fc8b7addb734d1477cb Description: Perl module providing minimalist, fast accessors Class::Accessor::Classy provides an extremely small-footprint accessor/mutator declaration scheme for fast and convenient object attribute setup. Its intent is to be a simple and speedy mechanism for preventing hash-key typos rather than a full-blown object system with type checking and so on. . The accessor ('foo') and mutator ('set_foo') methods appear as a hidden parent class of your package and stay out of your way otherwise. Homepage: http://search.cpan.org/dist/Class-Accessor-Classy/ Package: libclass-accessor-grouped-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 0.10006-1.4.201403120500 Depends: perl, libclass-inspector-perl, libsub-name-perl (>= 0.05) Recommends: libclass-xsaccessor-perl (>= 1.13) Filename: 4.0-0/all/libclass-accessor-grouped-perl_0.10006-1.4.201403120500_all.deb Size: 20142 MD5sum: 3631aff8199727d15c863894af0dee71 SHA1: 54e9c8c6fe0ecf6234e3e74e19016698a5771a98 SHA256: 52e40a11452aa0c64a0fc5863bc6ba3dfa2633f42e23ffc77cf2f8332736735f Description: Perl module to build groups of accessors Class::Accessor::Grouped is a Perl module that allows you to build groups of accessors that will call different getters and setters. . For more information, see Class::Accessor (libclass-accessor-perl). Homepage: http://search.cpan.org/dist/Class-Accessor-Grouped/ Package: libclass-accessor-lvalue-perl Priority: extra Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.11-2.4.201403120502 Depends: perl, libscalar-list-utils-perl, libwant-perl, libclass-accessor-perl Filename: 4.0-0/all/libclass-accessor-lvalue-perl_0.11-2.4.201403120502_all.deb Size: 8884 MD5sum: 1a11502f8aa9bbb0179e187f6d7ff45b SHA1: ea627f817f076864542b455e8e90872dd5138b0a SHA256: 80ce3d3ee5318916dd2b2d8330c34c901697b6d204f545e7e5b447461e47f929 Description: Create Lvalue accessors Class::Accessor::Lvalue subclasses Class::Accessor in order to provide lvalue accessor makers. Homepage: http://search.cpan.org/dist/Class-Accessor-Lvalue/ Package: libclass-accessor-named-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.008-1.4.201403120505 Depends: perl, libclass-accessor-perl, libsub-name-perl, libuniversal-require-perl, libhook-lexwrap-perl Filename: 4.0-0/all/libclass-accessor-named-perl_0.008-1.4.201403120505_all.deb Size: 8544 MD5sum: 9a9dc1607bb7349e6aa77f4b43dc9864 SHA1: c2f3117309eed28452a99877f53ecba44b5401c9 SHA256: c610606f5fb02d4c85811b22837aaf1efad9876b138fb3d59655e963576e8ec0 Description: better profiling output for Class::Accessor Class::Accessor is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implemenetation, you only get one __ANON__ entry in profiling output. That entry contains all your accessors, which can be a real pain if you're attempting to figure out which of your accessors is being called six billion times. . Class::Accessor::Names is a development aid which uses Hook::LexWrap and Sub::Name to talk your accessors into identifying themselves. While it shouldn't add much additional runtime overhead (as it acts only Class::Accessor's generator functions), it has not been designed for production deployment. Homepage: http://search.cpan.org/dist/Class-Accessor-Named/ Package: libclass-adapter-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.07-1.4.201403120509 Depends: perl Filename: 4.0-0/all/libclass-adapter-perl_1.07-1.4.201403120509_all.deb Size: 21844 MD5sum: d80776ce5c20d68da3fdd0d73a681b82 SHA1: 21a49bf9c34d56a9df4937862987ef8775c79bfb SHA256: 39fdbbeffd7334c7f2d9b22e41956f214ad3f275a536b6ac88c426060b0682ab Description: Perl implementation of the "Adapter" Design Pattern The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. . The term Adapter refers to a "Design Pattern" of the same name, from the famous "Gang of Four" book "Design Patterns". Although their original implementation was designed for Java and similar single-inheritance strictly-typed langauge, the situation for which it applies is still valid. . An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that can't be achieved by inheritance (sub-classing). . This is similar to the Decorator pattern, but is intended to be applied on a class-by-class basis, as opposed to being able to be applied one object at a time, as is the case with the Decorator pattern. Homepage: http://search.cpan.org/dist/Class-Adapter/ Package: libclass-autouse-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 2.01-1.4.201403120511 Depends: perl, libprefork-perl Filename: 4.0-0/all/libclass-autouse-perl_2.01-1.4.201403120511_all.deb Size: 29550 MD5sum: ee6a89f8383011e90d90539692363351 SHA1: 53bb1d58cda4645754c12ae9d6ba5e063e9e11bf SHA256: 3c3db743324826776ac25baedb0cdd9ee4bb26b377ed3cd85c2825ee2422d042 Description: module for deferring loading ('use'ing) of a class until run time Class::Autouse allows you to specify a class the will only load when a method of the class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time. Homepage: http://search.cpan.org/dist/Class-Autouse/ Package: libclass-base-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403120513 Depends: perl Filename: 4.0-0/all/libclass-base-perl_0.05-1.4.201403120513_all.deb Size: 19320 MD5sum: 94fe9bd9c3bcf3cbf41f4daea25b6810 SHA1: b9f03957ebe7a49422e498b106eac07891b8302e SHA256: 3c6e47db03af09e791fcdb3314480d905e612aa37ae5fc82ddf6032e9f11ec19 Description: useful base class for deriving other modules Class::Base implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as new(), init(), params(), clone(), error() and debug(). Homepage: http://search.cpan.org/dist/Class-Base/ Package: libclass-c3-adopt-next-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.4.201403120518 Depends: perl, libmro-compat-perl, liblist-moreutils-perl Filename: 4.0-0/all/libclass-c3-adopt-next-perl_0.12-1.4.201403120518_all.deb Size: 11158 MD5sum: 00730188ff1626ca245c444d1c847d1c SHA1: cf13086c3440a801fc37d518cb23a467f63d0a86 SHA256: 284821664f624e476e56380006535c7d30f4b038c9e03d0e7dcf30b2b71d741d Description: drop-in replacement for NEXT, using Class::C3 to do the hard work Class::C3::Adopt::NEXT is intended as a drop-in replacement for NEXT, supporting the same interface, but using Class::C3 to do the hard work. You can then write new code without NEXT, and migrate individual source files to use Class::C3 or method modifiers as appropriate, at whatever pace you're comfortable with. Homepage: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/ Package: libclass-c3-componentised-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 1.001000-1.4.201403120521 Depends: perl, libclass-c3-perl, libclass-inspector-perl, libmro-compat-perl Filename: 4.0-0/all/libclass-c3-componentised-perl_1.001000-1.4.201403120521_all.deb Size: 14196 MD5sum: e601febd918d0c32ce8708c10734c060 SHA1: 6040ae3e10f3ea1a6dff9557d397d3c34eb098d5 SHA256: 5a9b9fc81951182b7d97952fcd3c4b3a968adf401d48ef65ce0da934e94ad67c Description: module to load mix-ins or components to C3-based classes Class::C3::Componentised is a Perl module that injects multiple base classes into your module using the Class::C3 method resolution order. . Note that plugins loaded this way cannot be used to override methods in your module. Consider MooseX::Object::Pluggable (libmoosex-object-pluggable-perl) if your application requires this. Homepage: http://search.cpan.org/dist/Class-C3-Componentised/ Package: libclass-container-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 0.12-3.4.201403120536 Depends: perl, libparams-validate-perl Filename: 4.0-0/all/libclass-container-perl_0.12-3.4.201403120536_all.deb Size: 24276 MD5sum: e417cb410786b70f3a8f0765a476eb09 SHA1: 9d84617b7a9b4ba891e0e1396e25332a7cc568ed SHA256: cf6b0adb14eff7c59a09a9bb0f1e89bf45521778679624e1b9502eb804b97c4d Description: Perl module to glue object frameworks together transparently The Class::Container module facilitates building frameworks of several classes that inter-operate. It was first designed and built for HTML::Mason, in which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other objects must create each other transparently, passing the appropriate parameters to the right class, possibly substituting their own subclass for any of these objects. . The main features of Class::Container are: . * Declaration of parameters used by each member in a class framework . * Transparent passing of constructor parameters to the class that needs them . * Ability to create one (automatic) or many (manual) contained objects automatically and transparently Homepage: http://search.cpan.org/dist/Class-Container/ Package: libclass-contract-perl Priority: optional Section: perl Installed-Size: 178 Maintainer: Nacho Barrientos Arias Architecture: all Version: 1.14-6.4.201403120539 Depends: perl Filename: 4.0-0/all/libclass-contract-perl_1.14-6.4.201403120539_all.deb Size: 58532 MD5sum: 98d4ad3383379f4a1657919fa669fdd5 SHA1: eaaad539ef852caeda9fed8366e5c15639b55812 SHA256: 003b81223070e1c8d100c33a92caf64677a0712e066e63c1ebf91468e842a27d Description: Design-by-Contract OO in Perl The Class::Contract module implements strong encapsulation, static inheritance, and design-by-contract condition checking for object-oriented Perl. The module provides a declarative syntax for attribute, method, constructor, and destructor definitions at both the object and class level. Pre-conditions, post-conditions, and class invariants are also fully supported. Homepage: http://search.cpan.org/dist/Class-Contract/ Package: libclass-csv-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Jose Parrella Architecture: all Version: 1.03-2.1.4.201403120544 Depends: perl, libclass-accessor-perl, libtext-csv-xs-perl Filename: 4.0-0/all/libclass-csv-perl_1.03-2.1.4.201403120544_all.deb Size: 12504 MD5sum: 2f0bf2f7a06df838706ee2c3dc586e22 SHA1: 98341a117e32325c708d16676b3a76e9b544b29d SHA256: 3f7b0e94e5679904f674fe530e46ad0a492fdca2c98b377de80a9a2a03b947ea Description: Class based CSV parser/writer This module can be used to create objects from CSV files, or to create CSV files from objects. Text::CSV_XS is used for parsing and creating CSV file lines, so any limitations in Text::CSV_XS will of course be inherant in this module. . This description was automagically extracted from the module by dh-make-perl. Homepage: http://search.cpan.org/dist/Class-CSV/ Package: libclass-data-accessor-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.04004-1.4.201403120546 Depends: perl Filename: 4.0-0/all/libclass-data-accessor-perl_0.04004-1.4.201403120546_all.deb Size: 10492 MD5sum: 3bf2ef254a1fc862785923d97722af9d SHA1: eb600d40cf1243eda718a82019ba03cd8bdcfa1a SHA256: d0f8d852186ac88142715a7dbe8c83029cb40c444ce54d0c894be32fb6d8a02e Description: Inheritable, overridable class and instance data accessor creation Class::Data::Accessor is the marriage of Class::Accessor and Class::Data::Inheritable into a single module. It is used for creating accessors to class properties that is overridable in subclasses as well as in class instances. . For example: . Pere::Ubu->mk_classaccessor('Suitcase'); . will generate the method Suitcase() in the class Pere::Ubu. . This new method can be used to get and set a piece of class property. . Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase; Homepage: http://search.cpan.org/dist/Class-Data-Accessor/ Package: libclass-data-inheritable-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.6.201403120549 Depends: perl Filename: 4.0-0/all/libclass-data-inheritable-perl_0.08-1.6.201403120549_all.deb Size: 8890 MD5sum: b4d8b1a1fa072d7092b42d1d4de20aec SHA1: d9d7011d103f3f02f769238b90ce764db1ea4143 SHA256: 75264e0c7ed2db5a4f4c50e7c77c992d039b40c37281dcca15d1c2309500967f Description: Inheritable, overridable class data Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden. . For example: . Pere::Ubu->mk_classdata('Suitcase'); . will generate the method Suitcase() in the class Pere::Ubu. . This new method can be used to get and set a piece of class data. . Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase; Homepage: http://search.cpan.org/dist/Class-Data-Inheritable/ Package: libclass-dbi-abstractsearch-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.07-3.4.201403120557 Depends: perl, libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1) Filename: 4.0-0/all/libclass-dbi-abstractsearch-perl_0.07-3.4.201403120557_all.deb Size: 8380 MD5sum: 50fd9bc7ba8c1a8a6d5c96b5990ac8d2 SHA1: bf2e019cce6107e8c954bb5e36731948e77473f1 SHA256: fe8b4aa88941a32ba1eb64bc954e02e41836ad89b24b6c537647c19207005aa8 Description: Abstract Class::DBI's SQL with SQL::Abstract Class::DBI::AbstractSearch is a Class::DBI plugin to glue the SQL::Abstract module into Class::DBI. . Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions, at the application level, rather than at the database. . SQL::Abstract provides methods for generating abstract SQL from Perl data structures. Homepage: http://search.cpan.org/dist/Class-DBI-AbstractSearch/ Package: libclass-dbi-asform-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 2.42-6.4.201403120604 Depends: perl, libclass-dbi-perl, libclass-dbi-plugin-type-perl, libdbi-perl, libhtml-tree-perl Filename: 4.0-0/all/libclass-dbi-asform-perl_2.42-6.4.201403120604_all.deb Size: 9628 MD5sum: ce96ca02fd4af8b524b8703f33b17de1 SHA1: cfa588b518dd34bf404884d0efc838e095fe5358 SHA256: ff2d7a908c2d3f30b22afa789a7c372d5138c60f475d22cf5b832f7e88906739 Description: module to produce HTML form elements for database columns using Class::DBI The Class::DBI::AsForm module helps to generate HTML forms for creating new database rows or editing existing rows. It maps column names in a database table to HTML form elements which fit the schema. Large text fields are turned into textareas, and fields with a has-a relationship to other Class::DBI tables are turned into select drop-downs populated with objects from the joined class. Homepage: http://search.cpan.org/dist/Class-DBI-AsForm/ Package: libclass-dbi-fromcgi-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 1.00-4.4.201403120607 Depends: perl, libclass-dbi-perl (>= 0.93), libcgi-untaint-perl (>= 0.8) Filename: 4.0-0/all/libclass-dbi-fromcgi-perl_1.00-4.4.201403120607_all.deb Size: 12102 MD5sum: 78c42cd4ce939db4a3a397261331ab6a SHA1: 97bed9f11f1617833be0b4644254de4215c89e16 SHA256: 4f129c27593fbf7897de1ab3231d77d2106b34ceebbb5d0038472c23b3fac073 Description: Perl module to update Class::DBI data using CGI::Untaint Lots of times, Class::DBI is used in web-based applications. (In fact, coupled with a templating system that allows you to pass objects, such as Template::Toolkit, Class::DBI is very much your friend for these.) . One of the most irritating things about writing web-based applications is the monotony of writing much of the same stuff over and over again. And, where there's monotony there's a tendency to skip over stuff that is really important, but is a pain to write - like Taint Checking and sensible input validation. (Especially as you can still show a 'working' application without it!). CGI::Untaint can take care of a lot of that for us. . It so happens that CGI::Untaint also plays well with Class::DBI. All you need to do is to 'use Class::DBI::FromCGI' in your class (or in your local Class::DBI subclass that all your other classes inherit from. You do that, don't you?). Homepage: http://search.cpan.org/~tmtm/Class-DBI-FromCGI/ Package: libclass-dbi-fromform-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.04-3.4.201403120610 Depends: perl, libclass-dbi-fromcgi-perl, libdata-formvalidator-perl Filename: 4.0-0/all/libclass-dbi-fromform-perl_0.04-3.4.201403120610_all.deb Size: 6354 MD5sum: 851ea3b68e67f5ccaeff70fcd9ed582d SHA1: 59f28a5460e68b61ba39e0a427f3d8afc1d2d71e SHA256: 67e16b394fa304d9467ae567b1ea9dcd104f84c74f3732a2c59be1421b51ee25 Description: Perl module to update Class::DBI data using Data::FormValidator Class::DBI::FromForm module allows you to create and update Class::DBI data using Data::FormValidator. Homepage: http://search.cpan.org/dist/Class-DBI-FromForm/ Package: libclass-dbi-loader-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 0.34-2.4.201403120614 Depends: perl, libclass-dbi-perl (>= 0.89), libdbi-perl (>= 1.31), liblingua-en-inflect-perl Recommends: libclass-dbi-pg-perl (>= 0.07), libclass-dbi-sqlite-perl (>= 0.09), libclass-dbi-mysql-perl Filename: 4.0-0/all/libclass-dbi-loader-perl_0.34-2.4.201403120614_all.deb Size: 23462 MD5sum: 1887072e10878a2e1c3ec1bf62cfce42 SHA1: 11a70a2b10a7506c9a0992cd893173342b6d5dde SHA256: 446e6cfc6be08287d4690d86a721a3e1767d4d447dfccdac81504e6a17d3e78f Description: Perl module for dynamic definition of Class::DBI sub classes Class::DBI::Loader automates the definition of Class::DBI sub-classes. It scans database schemas to set up tables, columns, and primary keys. Class names are defined by table names and namespace option. It currently supports MySQL, Postgres and SQLite. Homepage: http://search.cpan.org/dist/Class-DBI-Loader/ Package: libclass-dbi-loader-relationship-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1:1.2-4.4.201403120621 Depends: perl, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1) Filename: 4.0-0/all/libclass-dbi-loader-relationship-perl_1.2-4.4.201403120621_all.deb Size: 8188 MD5sum: 026296531ed3863eb08890adaa93d1a7 SHA1: e2401323b2fca71fd4953747b818569c74d00570 SHA256: 7f8948cd8452aa29b2fb7643dc210893b30be116ee7e6036af8fb5f5804eea07 Description: Easier relationship specification in Class::DBI::Loader The Class::DBI::Loader::Relationship module acts as a mix-in, adding the relationship() method to Class::DBI::Loader. Since Class::DBI::Loader knows how to map between table names and class names, there ought to be no need to replicate the names. . In addition, it is common (but not universal) to want reverse relationships defined for has-many relationships, and for has-a relationships to be defined for the linkages surrounding a many-to-many table. . The aim of this module is to simplify the declaration of common database relationships by providing both of these features. . The relationship takes a string. It recognises table names (singular or plural, for convenience) and extracts them from the "sentence". Homepage: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/ Package: libclass-dbi-mysql-perl Priority: extra Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.00-3.4.201403120623 Depends: perl, libclass-dbi-perl (>= 0.94), libdbd-mysql-perl Recommends: libtime-piece-mysql-perl Filename: 4.0-0/all/libclass-dbi-mysql-perl_1.00-3.4.201403120623_all.deb Size: 10968 MD5sum: 5255532d5734102926d64897efcc4659 SHA1: 25ff66aa5eee46377bda1cbb660b1847b020e82d SHA256: 0bdb453789187964af38100082eeff1fee456c1c8cfcbb1ec61f2f31dbefc53c Description: extensions to Class::DBI for MySQL The Class::DBI::mysql module is an extension to Class::DBI, containing several functions and optimisations for the MySQL database. Homepage: http://search.cpan.org/dist/Class-DBI-mysql/ Package: libclass-dbi-pager-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.08-4.4.201403120627 Depends: perl, libclass-dbi-perl (>= 0.90), libdata-page-perl (>= 0.13), libexporter-lite-perl (>= 0.01) Filename: 4.0-0/all/libclass-dbi-pager-perl_0.08-4.4.201403120627_all.deb Size: 8496 MD5sum: bcc57034fb98cacd7bc51aed381f21b0 SHA1: 491d2d6c367c3140a5e0abb8b5f04fbe9467ef87 SHA256: caf5282716d5003ecd9c83daa8dbaaa525997d112ee244240bfd6627fb3b79fe Description: pager utility for Class::DBI Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with Class::DBI. This module reduces your work a lot, for example when you have to do something like: . * retrieve objects from a database * display objects with 20 items per page . In addition, your work will be reduced more, when you use Template-Toolkit as your templating engine. Homepage: http://search.cpan.org/dist/Class-DBI-Pager/ Package: libclass-dbi-perl Priority: optional Section: perl Installed-Size: 272 Maintainer: Debian Perl Group Architecture: all Version: 3.0.17-4.4.201403120633 Depends: libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libclone-perl, perl Recommends: libclass-dbi-abstractsearch-perl Suggests: libclass-dbi-pg-perl, libclass-dbi-mysql-perl, libclass-dbi-sqlite-perl, libclass-dbi-loader-perl Filename: 4.0-0/all/libclass-dbi-perl_3.0.17-4.4.201403120633_all.deb Size: 119046 MD5sum: 5d026de6aa66d5f1a6b595551b1e38a2 SHA1: 8f555674fd7fc5b92408cfaa4359431e6784a280 SHA256: dcdf19a7bffd38205e863130eddd28272d34fb377ecfe91becc167c357903450 Description: convenient abstraction layer to a database Class::DBI not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. . This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. . In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database. Homepage: http://search.cpan.org/~tmtm/Class-DBI/ Package: libclass-dbi-pg-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.09-4.4.201403120639 Depends: perl, libclass-dbi-perl (>= 0.89), libdbd-pg-perl (>= 1.13) Filename: 4.0-0/all/libclass-dbi-pg-perl_0.09-4.4.201403120639_all.deb Size: 9346 MD5sum: 4790782f971515eea6fb4fc8191ece38 SHA1: 072b0c4442139e126d68df3a23fdd6c76b371507 SHA256: f7dca8954dd225a5148b4f88a4fbd67e9f2258dc046d70c5ea3f68a13c6d3ed4 Description: Class::DBI extension for Postgres Class::DBI::Pg automates the setup of Class::DBI columns and primary keys for PostgreSQL. . It selects the PostgreSQL system catalog and finds out all columns, primary keys and SERIAL type columns. Homepage: http://search.cpan.org/dist/Class-DBI-Pg/ Package: libclass-dbi-plugin-abstractcount-perl Priority: extra Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403120646 Depends: perl, libclass-dbi-perl (>= 0.95), libclass-dbi-plugin-perl (>= 0.02), libsql-abstract-perl (>= 1.50) Filename: 4.0-0/all/libclass-dbi-plugin-abstractcount-perl_0.08-1.4.201403120646_all.deb Size: 8048 MD5sum: 61883cd82c35c99bf350c4bd1651fbb4 SHA1: c4ae7a0243b8ba068a18ef8d011b35f35870020e SHA256: e1a927ac26d858961aebd20ba579fedeef55ed7a070e53049e646752e9603120 Description: Class::DBI plugin to get COUNT(*) results with abstract SQL The Class::DBI::Plugin::AbstractCount module combines the functionality from Class::DBI::Plugin::CountSearch (counting objects without having to use an array or an iterator), and Class::DBI::AbstractSearch, which allows complex where-clauses a la SQL::Abstract. Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-AbstractCount/ Package: libclass-dbi-plugin-pager-perl Priority: extra Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 0.561-4.5.201403190841 Depends: perl, libclass-data-inheritable-perl, libclass-dbi-perl (>= 0.90), libclass-dbi-plugin-abstractcount-perl, libdata-page-perl (>= 2), libsql-abstract-perl (>= 1.55), libuniversal-exports-perl Filename: 4.0-0/all/libclass-dbi-plugin-pager-perl_0.561-4.5.201403190841_all.deb Size: 16576 MD5sum: c402ee6cfe0d5e3781b6b76d8f5ae969 SHA1: d808dedee0d7a9947fd4715808fc6813ecf90fef SHA256: fa0f497cb808935195b8d9c4fb3deee866a5dbdbdd9837c45c4ae7da2772e732 Description: Class::DBI::Plugin::Pager - paged queries for CDBI Adds a pager method to your class that can query using SQL::Abstract where clauses, and limit the number of rows returned to a specific subset. Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-Pager/ Package: libclass-dbi-plugin-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.03-5.4.201403120649 Depends: perl, libclass-dbi-perl (>= 0.90) Filename: 4.0-0/all/libclass-dbi-plugin-perl_0.03-5.4.201403120649_all.deb Size: 7840 MD5sum: f2de00af58fc20acef97f25a062ad0d0 SHA1: 159991ea9ffc3c17e18c9a2f0ec6825fa6954e9e SHA256: fecd5214f0a25235c39c0ca46f65b42851b0e14861b06238b852cce417f90db3 Description: abstract base class for Class::DBI plugins The purpose of the Class::DBI::Plugin module is to make writing Class::DBI plugins easier. Writers of plugins should be able to concentrate on the functionality that their module provides, instead of having to deal with the symbol table hackery involved when writing a plugin module. . Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions, at the application level, rather than at the database. Homepage: http://search.cpan.org/dist/Class-DBI-Plugin/ Package: libclass-dbi-plugin-retrieveall-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.04-3.4.201403120654 Depends: perl, libclass-dbi-perl (>= 0.95) Filename: 4.0-0/all/libclass-dbi-plugin-retrieveall-perl_1.04-3.4.201403120654_all.deb Size: 7690 MD5sum: 7d3856fa6670adc02b1a25da6aae9df7 SHA1: 0679131d8bc40f1220d508de8520c7553a25c48d SHA256: b20138d300bd169b1fe84650043b510389a4685bf3273919ab37560fbd6cc5ad Description: Class::DBI plugin providing a more complex retrieve_all() method Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass which provides a 'retrieve_all_sorted_by' method. . This method will be exported into the calling class, and allows for retrieving all the objects of the class, sorted by the given column. . The argument given will be passed straight through to the database 'as is', and is not checked in any way, so an error here will probably result in an error from the database, rather than Class::DBI itself. However, because of this it is possible to pass more complex ORDER BY clauses through: Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ Package: libclass-dbi-plugin-type-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.02-7.4.201403120656 Depends: perl, libclass-dbi-perl (>= 0.94) Filename: 4.0-0/all/libclass-dbi-plugin-type-perl_0.02-7.4.201403120656_all.deb Size: 6676 MD5sum: 2232407c3ed00abb872266812f7709f2 SHA1: 67f5ee3485d29d7c47c1960eaca4bc676b1694d1 SHA256: 92a122781ef1ca8599203036c7eb09a89b7a3006c03f60cc50e24407f2273b6c Description: Class::DBI plugin to determine type information for table columns The Class::DBI::Plugin::Type module allows Class::DBI-based classes to query their columns for data type information in a database-independent manner. Homepage: http://search.cpan.org/~simon/Class-DBI-Plugin-Type/ Package: libclass-dbi-sqlite-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.11-4.4.201403120701 Depends: perl, libclass-dbi-perl, libdbd-sqlite3-perl Filename: 4.0-0/all/libclass-dbi-sqlite-perl_0.11-4.4.201403120701_all.deb Size: 7264 MD5sum: f346771c86bfe4a6c7f70a1936f3080b SHA1: f2fcbc458f3e15e0ed9296c271dfe64ee2c2f631 SHA256: 373ac8d18f0939551fca4f9356798bdacceaf4615f10ea422f3f0447c2684341 Description: extension to Class::DBI for sqlite Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows you to populate an auto-incremented row id after insert. Homepage: http://search.cpan.org/dist/Class-DBI-SQLite/ Package: libclass-dbi-sweet-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.4.201403120707 Depends: perl, libclass-dbi-perl (>= 3.0.12), libdata-page-perl, libdbd-sqlite3-perl (>= 1.08), libdbi-perl, libsql-abstract-perl (>= 1.55) Filename: 4.0-0/all/libclass-dbi-sweet-perl_0.10-1.4.201403120707_all.deb Size: 26074 MD5sum: a8abee7ca056e26a934431587fb30281 SHA1: 6103ffaa17d2fe1c3ef47d45cf0f2fd9a2a00565 SHA256: e5778fdc8d41de4ec998297a6c4de046ee3add9167a5a167b07866ff5f819ca0 Description: Perl module providing a sweeter Class::DBI Class::DBI::Sweet provides convenient count, search, page and cache functions in a simple package. It integrates these functions with the usual Class::DBI (libclass-dbi-perl) interface in a convenient and efficient way. Homepage: http://search.cpan.org/dist/Class-DBI-Sweet/ Package: libclass-default-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 1.51-2.4.201403120716 Depends: perl Filename: 4.0-0/all/libclass-default-perl_1.51-2.4.201403120716_all.deb Size: 11212 MD5sum: b20ea9b5de2cc2b4a47e32ccb2597092 SHA1: 757075a5d14b73a7bcfb2c5864940377eba5b164 SHA256: c71fe15eb34779fb514f2ded77ac34fe675f9491b0d9deadef6e69f70c0e2bb3 Description: Perl module to make static calls apply to a default instantiation Class::Default provides a mechanism to allow your class to take static method calls and apply it to a default instantiation of an object. It provides a flexibility to an API that allows it to be used more comfortably in different situations. . This technique appears to be especially useful when writing modules that you want to be used in either a single use or a persistent environment. In a CGI like environment, you want the simplicity of a static interface. You can call Class->method directly, without having to pass an instantiation around constantly. Homepage: http://search.cpan.org/dist/Class-Default/ Package: libclass-delegator-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Nacho Barrientos Arias Architecture: all Version: 0.09-1.4.201403120719 Depends: perl Filename: 4.0-0/all/libclass-delegator-perl_0.09-1.4.201403120719_all.deb Size: 15534 MD5sum: 3ad516ea9fec70ed5b6e3df789b59595 SHA1: 61204890ba12618960d0cd39fb25f96fa45a0fcc SHA256: 1e9e46c8d65bef22c3828e137b5cd380722bcc8496dcacd85d49ba7117058e40 Description: Perl module for a simple and fast object-oriented delegation This module provides a subset of the functionality of Damian Conway's lovely Class::Delegation module. . However the specification semantics of Class::Delegator differ slightly from those of Class::Delegation, so this module isn't a drop-in replacement for Class::Delegation. Homepage: http://search.cpan.org/dist/Class-Delegator/ Package: libclass-errorhandler-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Dominic Hargreaves Architecture: all Version: 0.01-2.4.201403120723 Depends: perl Filename: 4.0-0/all/libclass-errorhandler-perl_0.01-2.4.201403120723_all.deb Size: 6658 MD5sum: d6402aa43bfd76e8775e2ccdef54a79d SHA1: 27d51203c93203aef61fd8b865384b1b4416b24a SHA256: e056a844404533e59b6a58ed9147a126802ed62f20da9779c2087e483b86f097 Description: Base class for error handling Class::ErrorHandler provides an error-handling mechanism that's generic enough to be used as the base class for a variety of OO classes. Subclasses inherit its two error-handling methods, error and errstr, to communicate error messages back to the calling program. Package: libclass-factory-perl Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 1.06-2.4.201403120726 Depends: perl Filename: 4.0-0/all/libclass-factory-perl_1.06-2.4.201403120726_all.deb Size: 20886 MD5sum: 9a0ddbee3d3c3a55fdefa12294548a6d SHA1: 443d7b97759e264d1353e9751e40665a329e9954 SHA256: 7d95bd888a900a6a457af546f53f9c3ec18ed60f32245d6cbda9e6032776fba4 Description: Base class for dynamic factory classes This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. . Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using. With a factory class this is easy. Class::Factory even provides a simple constructor for you. Homepage: http://search.cpan.org/dist/Class-Factory/ Package: libclass-field-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.15-3.4.201403120735 Depends: perl (>= 5.6.1) Filename: 4.0-0/all/libclass-field-perl_0.15-3.4.201403120735_all.deb Size: 7842 MD5sum: 0c571b07f8d83797ef697ecf9461f72a SHA1: 9664da7109aba64d78e28e7f1f88d1270ac4f98b SHA256: 500a0b4f417c27f37faf57753a818db84da2b97bd8764cd8899c1d1aab29b2d8 Description: Class Field Accessor Generator Class::Field exports two subroutines, field and const. These functions are used to declare fields and constants in your class. . Class::Field generates custom code for each accessor that is optimized for speed. Homepage: http://search.cpan.org/dist/Class-Field/ Package: libclass-gomor-perl Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.4.201403120737 Depends: perl Filename: 4.0-0/all/libclass-gomor-perl_1.02-1.4.201403120737_all.deb Size: 18224 MD5sum: ff0d9f11012a6efc1b261030420e4be6 SHA1: da67bff2c5a93bec35d53a488053ff7d467a5389 SHA256: e225b5f1efd074d66495fc08cf2dc1a0182033fe38bd1a144a663a634fd4d078 Description: class and object builder Class::Gomor is a Perl class and object builder, providing features like automatic validation of attributes. It can automatically create accessors for scalar or array attributes, as well as supporting custom attributes. Homepage: http://search.cpan.org/dist/Class-Gomor/ Package: libclass-handle-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 1.07-2.2.201403120743 Depends: perl, libclass-inspector-perl, libclass-isa-perl | perl (<< 5.10.1-13) Filename: 4.0-0/all/libclass-handle-perl_1.07-2.2.201403120743_all.deb Size: 12680 MD5sum: 1c320f279a01f469576b71c532f34560 SHA1: 2721a77ddd810edb8ed16c3608e33069767e3bff SHA256: 97f0f64d5e769d5a79eeb7c7470d4f2e0d583b7e638dc92574a5f7244ee4317d Description: module to create objects which are handles to classes Class::Handle is a Perl module that attempts to provide a convenient object wrapper around the various different types of functions that can be performed on a class. It provides what is effectively a combined API from UNIVERSAL, Class::ISA and Class::Inspector for obtaining information about a class, and some additional task methods. Homepage: http://search.cpan.org/dist/Class-Handle/ Package: libclass-inner-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.200001-1.4.201403120810 Depends: perl Filename: 4.0-0/all/libclass-inner-perl_0.200001-1.4.201403120810_all.deb Size: 9076 MD5sum: 547cbff5877ab01218106240375db6fb SHA1: fa62aeae0940651d3c3fbe502744c5c09b07d023 SHA256: 8c5fcbe6cd7a046ab3784443676c3788fb7822c762631cc871795c5e9f4cc8f3 Description: module providing Java-like inner classes Class::Inner is an implementation of an anonymous class with per-object overrideable methods, but with the added attraction of sort-of-working dispatch to the parent class's method. Homepage: http://search.cpan.org/dist/Class-Inner/ Package: libclass-insideout-perl Priority: optional Section: perl Installed-Size: 147 Maintainer: Debian Perl Group Architecture: all Version: 1.10-2.4.201403120813 Depends: perl, libclass-isa-perl | perl (<< 5.10.1-13) Filename: 4.0-0/all/libclass-insideout-perl_1.10-2.4.201403120813_all.deb Size: 42600 MD5sum: 7e2e6371a2624c217eef0ad343cb1ac3 SHA1: 132a38eb1017bf110908d986f2a1be17fa35e962 SHA256: cc879c330ff26a65599709e3b146f0ef074a8a3f58936eae990483c40abe5e9b Description: safe, simple inside-out object construction kit Class::InsideOut is a simple, safe and streamlined toolkit for building inside-out objects. Unlike most other inside-out object building modules already on CPAN, this module aims for minimalism and robustness: . * Does not require derived classes to subclass it * Uses no source filters, attributes or CHECK blocks * Supports any underlying object type including black-box inheritance * Does not leak memory on object destruction * Overloading-safe * Thread-safe for Perl 5.8.5 or better * mod_perl compatible * Makes no assumption about inheritance or initializer needs . It provides the minimal support necessary for creating safe inside-out objects and generating flexible accessors. Homepage: http://search.cpan.org/dist/Class-InsideOut/ Package: libclass-inspector-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.27-1.5.201403120814 Depends: perl Filename: 4.0-0/all/libclass-inspector-perl_1.27-1.5.201403120814_all.deb Size: 20694 MD5sum: 9f6ffd39ac4d955de3f6f1f163fa481d SHA1: 83be10aff5aa3c2ceb4e23629d1517558d840858 SHA256: ac66db45b7170b81576f76a7e2110dfcbc44112d25759208d55847b49068882b Description: Perl module that provides information about classes Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information. Homepage: http://search.cpan.org/dist/Class-Inspector/ Package: libclass-loader-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 2.03-1.4.201403120829 Depends: perl Filename: 4.0-0/all/libclass-loader-perl_2.03-1.4.201403120829_all.deb Size: 8826 MD5sum: f285b442426d33a8602082db169f0a38 SHA1: 2131ff3f4b4c15bd1190e96bf5ea7b6701e64449 SHA256: 95a7fda6c3160c0ec51f19de348f5feb7aa931308b96e5823a1a042b93544340 Description: module to load modules and create objects on command Class::Loader is a Perl module that provides an inheritable class useful for loading a module and automatically constructing an object. Loading this way is beneficial in situations where many modules are available, and one must be appropriately selected at compile time. Homepage: http://search.cpan.org/dist/Class-Loader/ Package: libclass-makemethods-perl Priority: optional Section: perl Installed-Size: 856 Maintainer: Debian Perl Group Architecture: all Version: 1.01-4.4.201403120832 Depends: perl Filename: 4.0-0/all/libclass-makemethods-perl_1.01-4.4.201403120832_all.deb Size: 358846 MD5sum: 2afae04f8b20cd05e8a58afacfd50d70 SHA1: fbeed6be5989b11aee22bd8307094754cc26cb0a SHA256: ed9dee8d59fb294b7ea028b6c8eb01e711d195f7b7f92e2c8597665aab49841d Description: Perl module for generating common types of methods The Class::MakeMethods framework allows Perl class developers to quickly define common types of methods. When a module uses Class::MakeMethods or one of its subclasses, it can select from a variety of supported method types, and specify a name for each method desired. The methods are dynamically generated and installed in the calling package. Homepage: http://search.cpan.org/dist/Class-MakeMethods/ Package: libclass-meta-perl Priority: optional Section: perl Installed-Size: 292 Maintainer: Debian Perl Group Architecture: all Version: 0.65-1.4.201403120841 Depends: perl, libclass-isa-perl | perl (<< 5.10.1-13), libdata-types-perl Filename: 4.0-0/all/libclass-meta-perl_0.65-1.4.201403120841_all.deb Size: 110656 MD5sum: e2b618a435f8ffec54989166d080cb3b SHA1: 4e2703d3e4bea1f9412c819cc0cbd3cf65f3c506 SHA256: 0da61c06eedf20bf303071b3342d7dcdb1d1244908068b2fec43e3cc7a45041c Description: class automation, introspection, and data validation module Class::Meta provides an interface for automating the creation of Perl classes with attribute data type validation. It differs from other such modules in that it includes an introspection API that can be used as a unified interface for all Class::Meta-generated classes. In this sense, it is an implementation of the "Facade" design pattern. Homepage: http://search.cpan.org/dist/Class-Meta/ Package: libclass-method-modifiers-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 1.09-1.4.201403120845 Depends: perl, libmro-compat-perl Filename: 4.0-0/all/libclass-method-modifiers-perl_1.09-1.4.201403120845_all.deb Size: 13622 MD5sum: d03346e86fe4e698d7c5927dfe4edcae SHA1: 18da6abfd820e32cbfa1dd11adeeb2388ae4b714 SHA256: 58e33176f12b196e12059476ec4a60e6adb58b5fefe4c63b612be7a185919451 Description: Perl module providing method modifiers Class::Method::Modifiers provides three modifiers: before, around, and after. The before and after modifiers are run just before and after the method they modify, but cannot really affect that original method. The remaining modifier, around, is run in place of the original method, with a hook to easily call the original method. Homepage: http://search.cpan.org/dist/Class-Method-Modifiers/ Package: libclass-mix-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Ivan Kohler Architecture: all Version: 0.003-1.4.201403120852 Depends: perl (>= 5.10.1) Filename: 4.0-0/all/libclass-mix-perl_0.003-1.4.201403120852_all.deb Size: 8042 MD5sum: 380853b6b642ccae8cd1a0ccf6bae0e9 SHA1: 689a33813277b8629226e35ab58e11e29037f53d SHA256: 6fabd91b186d5d5b889043de28b09bd0fce6eba5aebc2ee15255328f5a7bf419 Description: dynamic class mixing The mix_class function provided by this module dynamically generates `anonymous' classes with specified inheritance. Homepage: http://search.cpan.org/dist/Class-Mix/ Package: libclass-mixinfactory-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 0.92-2.4.201403120855 Depends: perl Filename: 4.0-0/all/libclass-mixinfactory-perl_0.92-2.4.201403120855_all.deb Size: 40212 MD5sum: 539c0249a7d4a520ecc80d9548bfab91 SHA1: 86dee8008242cbf3077d75316e12d30c8fd4d0a7 SHA256: 966ce1ae96d94bc58de60ee16286a432dcc4a7933bd1f91316291826c4f0a860 Description: Class Factory with Selection of Mixins This distribution facilitates the run-time generation of classes which inherit from a base class and some optional selection of mixin classes. . A factory is provided to generate the mixed classes with multiple inheritance. A NEXT method allows method redispatch up the inheritance chain. Homepage: http://search.cpan.org/dist/Class-MixinFactory/ Package: libclass-multimethods-perl Priority: optional Section: perl Installed-Size: 146 Maintainer: Debian Perl Group Architecture: all Version: 1.70-5.4.201403120857 Depends: perl Filename: 4.0-0/all/libclass-multimethods-perl_1.70-5.4.201403120857_all.deb Size: 38934 MD5sum: 291178eb6380f8c59db7fa7d98d9d937 SHA1: 9c32c954f30501e2bf586dadd3fe423b17622dd3 SHA256: b9e680d47339418e39aab3c3d0b607997b23f8e69ccd785e761a11c51c764f89 Description: Support multimethods and subroutine overloading in Perl Sometimes Perl's standard polymorphic method dispatch mechanism isn't sophisticated enough to cope with the complexities of finding the right method to handle a given situation. . Generally speaking, multiple dispatch is needed whenever two or more objects belonging to different class hierarchies are going to interact, and we need to do different things depending on the combination of actual types of those objects. Typical applications that need this kind of ability include graphical user interfaces, image processing libraries, mixed-precision numerical computation systems, and most types of simulations. Homepage: http://search.cpan.org/dist/Class-Multimethods/ Package: libclass-objecttemplate-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.7-6.4.201403120859 Depends: perl Filename: 4.0-0/all/libclass-objecttemplate-perl_0.7-6.4.201403120859_all.deb Size: 11698 MD5sum: d1bea31344c9857b8b1718d86bda4b94 SHA1: abe29fec6a9545c57ca183cadfc9e925edc674bc SHA256: 5a2430f57a8a980ef109303bc22096efe6d6cb35183bb0748cfe920517a855f6 Description: Perl extension for an optimized template builder base class Class::ObjectTemplate is a utility class to assist in the building of other Object Oriented Perl classes. . It was described in detail in the O'Reilly book, "Advanced Perl Programming" by Sriram Srinivasam. Homepage: http://search.cpan.org/dist/Class-ObjectTemplate/ Package: libclass-ooorno-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.011-1.2.201403120925 Depends: perl Filename: 4.0-0/all/libclass-ooorno-perl_0.011-1.2.201403120925_all.deb Size: 17028 MD5sum: 89f1bbdca8f3b3412af4778b9ae47dd9 SHA1: 5268abddbbfa6bedb9bf7f5accb7fb92e3cee2b1 SHA256: a9cc4711480a3d3049f67700019ea9e2420a1b73c86a23fa73428a2fdb6acae8 Description: Give your module classic AND OO interfaces Class::OOorNO helps your module handle the input for its subroutines whether called in object-oriented style (as object methods or class methods with the arrow syntax "->"), or in functional programming style (as subroutines imported to the caller's namespace via Exporter). . The bulk of this module comprises a lightweight, pure-Perl emulation of the Devel::Caller library's "called_as_method()" routine which is written in C. . Devel::Caller dives deep into the internals of the Perl interpreter (see perlguts) to trace stack frames and can get the input for any call in the stack. It's really handy for Devel::opment and debugging. . This module is much more lightweight and focuses more on your module's Class:: methods themselves. Homepage: http://search.cpan.org/dist/Class-OOorNO/ Package: libclass-perl Priority: optional Section: perl Installed-Size: 42 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.4.201403120931 Depends: perl Filename: 4.0-0/all/libclass-perl_1.00-1.4.201403120931_all.deb Size: 5764 MD5sum: 8f98d580948c05da64e6fb87cdcbcaab SHA1: ac91e67497e306f241c74d151917fe8a226b01c4 SHA256: 62a3834fa29c1b7010da5e39a8d561163ecbb8ec1dd0a6f9f16a205ad9f833f1 Description: Module providing CLASS and $CLASS as aliases for __PACKAGE__ This module provides CLASS and $CLASS as synonyms for __PACKAGE__. . $CLASS has the additional benefit of working in strings. Homepage: http://search.cpan.org/dist/CLASS/ Package: libclass-pluggable-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Sarah Connor Architecture: all Version: 0.022-2.4.201403120933 Depends: perl Filename: 4.0-0/all/libclass-pluggable-perl_0.022-2.4.201403120933_all.deb Size: 8434 MD5sum: 6b1a3ecb9adb7cd13682488519275109 SHA1: 11c210b450dfdf6f35a82ba38871e28feeff9d13 SHA256: a96a382ae2359014092ff1d469c926d8cb814118061a21ad7c1055e06d04ead0 Description: Simple pluggable class. This class makes your class (sub class of Class::Pluggable) pluggable. In this documentation, the word "pluggable" has two meanings. . One is just simply adding new method to your pluggable classs from other plugin modules. So, after you plugged some modules to your class, you can use there method exactly same as your own object method. . You can see this kind of plugin mechanism in CGI::Application and CGI::Application::Plugin::Session. Homepage: http://search.cpan.org/dist/Class-Pluggable/ Package: libclass-prototyped-perl Priority: optional Section: perl Installed-Size: 166 Maintainer: Debian Perl Group Architecture: all Version: 1.11-3.4.201403120937 Depends: perl Suggests: libgraphviz-perl Filename: 4.0-0/all/libclass-prototyped-perl_1.11-3.4.201403120937_all.deb Size: 54554 MD5sum: f122a358c834e27b7a7cb1fe3b728376 SHA1: 7553dd22cffbe0cba50ce5ee26ddca7183966d52 SHA256: 1a07457f4cb0be7c66c85f11cdd885d284bc0055ae963f6a480088302fadd22f Description: Fast prototype-based OO programming in Perl This package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object. . Class::Prototyped borrows heavily from the programming language Self. The structure of an object is inspected and modified through mirrors, which are created by calling "reflect" on an object or class that inherits from Class::Prototyped. . Prototype-based programming is most useful when the cleanest way for code to use a module is to subclass it, or when one finds oneself avoiding this by passing anonymous subroutines as parameters to "new". Prototype-based programming is also useful in situations that otherwise require storing anonymous subroutines in databases, configuration files, or text files, or when users of a module are expected to override subroutines to change its behabior. Homepage: http://search.cpan.org/dist/Class-Prototyped/ Package: libclass-returnvalue-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.55-1.4.201403120940 Depends: perl, libdevel-stacktrace-perl Filename: 4.0-0/all/libclass-returnvalue-perl_0.55-1.4.201403120940_all.deb Size: 9860 MD5sum: 5c278ac2c9551237e89005874dc97bf4 SHA1: 9de76c2025b07fd0bcd07669410474840bf02c01 SHA256: 4e5a06f5a00a01b1b9ed3201e951e1c9141f9e235d66527b22f449ec9202c942 Description: A return-value object that lets you treat it as a boolean, array or object Class::ReturnValue is a "clever" return value object that can allow code calling your routine to expect: a boolean value (did it fail) or a list (what are the return values) Package: libclass-spiffy-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.15-3.4.201403120946 Depends: perl Filename: 4.0-0/all/libclass-spiffy-perl_0.15-3.4.201403120946_all.deb Size: 23610 MD5sum: fdd87456dda2e342a7fea0bd8a921142 SHA1: 905326ea6a0d90c5e92dcb2b5f7929177e8154e7 SHA256: f9a8db610cd598f122d669b22e919b4ff6131aaab884058466f5a4e3e16834c7 Description: Spiffy Perl interface framework Class::Spiffy is a framework and methodology for doing object oriented programming in Perl. Class::Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way. . Class::Spiffy borrows ideas from other OO languages like Python, Ruby, Java and Perl 6. It also adds a few tricks of its own. . If you take a look on CPAN, there are a ton of OO related modules. When starting a new project, you need to pick the set of modules that makes most sense, and then you need to use those modules in each of your classes. Class::Spiffy, on the other hand, has everything you'll probably need in one module, and you only need to use it once in one of your classes. If you make Class::Spiffy the base class of the basest class in your project, Class::Spiffy will automatically pass all of its magic to all of your subclasses. You may eventually forget that you're even using it! . The most striking difference between Class::Spiffy and other Perl object oriented base classes, is that it has the ability to export things. If you create a subclass of Class::Spiffy, all the things that Class::Spiffy exports will automatically be exported by your subclass, in addition to any more things that you want to export. And if someone creates a subclass of your subclass, all of those things will be exported automatically, and so on. Think of it as "Inherited Exportation", and it uses the familiar Exporter.pm specification syntax. Homepage: http://search.cpan.org/dist/Class-Spiffy/ Package: libclass-std-fast-perl Priority: optional Section: perl Installed-Size: 95 Maintainer: Debian Perl Group Architecture: all Version: 0.0.8-1.2.201403120952 Depends: perl, libclass-std-perl Filename: 4.0-0/all/libclass-std-fast-perl_0.0.8-1.2.201403120952_all.deb Size: 21504 MD5sum: 7db810ee5683aa99ea23c97bf664bf84 SHA1: c454f3ac9107d373685fd0fbfce1af4914017fb2 SHA256: acbe48a5decd9912ddb6001fdb7cc5ea7ca6f04c3e5133ccf2db49b7cbf4f271 Description: faster but less secure replacement for Class::Std Class::Std::Fast allows you to use the beautiful API of Class::Std in a faster way than Class::Std does. . You can get the object's ident via scalarifiyng your object. . Getting the objects ident is still possible via the ident method, but it's faster to scalarify your object. Homepage: http://search.cpan.org/dist/Class-Std-Fast/ Package: libclass-std-utils-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.0.3-1.4.201403120957 Depends: perl Filename: 4.0-0/all/libclass-std-utils-perl_0.0.3-1.4.201403120957_all.deb Size: 10104 MD5sum: a43a8ad80cd81847033799107e8ca323 SHA1: 574b983dc4334b128a59b8952ea51ed0fc6c7856 SHA256: a302621efd5945209484117a9f65103a7f174689ffca51bb3b0d38cf283c3076 Description: Utility subroutines for building "inside-out" objects Class::Std::Utils provides three utility subroutines that simplify the creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details. Homepage: http://search.cpan.org/dist/Class-Std-Utils/ Package: libclass-throwable-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 0.10-2.4.201403121001 Depends: perl Filename: 4.0-0/all/libclass-throwable-perl_0.10-2.4.201403121001_all.deb Size: 18458 MD5sum: 879d11b46f13a2b5c356ffe802e535c4 SHA1: 1b6beff69bd0cee91d6db3b474d6bbdbfb46f4f8 SHA256: 4113704faebfee3f5fda3c4ad3fba823c794b9b07d45bfe9bc435e367b732ffe Description: A minimal lightweight exception class This module implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies. Homepage: http://search.cpan.org/dist/Class-Throwable/ Package: libclass-trait-perl Priority: optional Section: perl Installed-Size: 155 Maintainer: Alexander Zangerl Architecture: all Version: 0.31-1.4.201403121005 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libclass-trait-perl_0.31-1.4.201403121005_all.deb Size: 53358 MD5sum: c31c799713f26540b98a9979f3718988 SHA1: 1e3fb414a2e6900dcc0d79459b81dc57f72c6502 SHA256: dfabde482e114adbae15cfd9c48745a5cae2c44e1e0b047c4c5d25eafdc4a058 Description: An implementation of Traits in Perl Traits are a simple composition mechanism for structuring object-oriented programs. A Trait is essentially a parameterized set of methods, which serves as a building block for classes and is the primitive unit of code reuse. Unlike mixins and multiple inheritance, Traits do not use inheritance as the composition operator. Instead, Trait composition is based on a set of operators that are complementary to single inheritance and result in better composition properties. . Traits are a core part of Perl 6 (called Roles there), and this module implements traits for Perl 5. Package: libclass-trigger-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Bart Martens Architecture: all Version: 0.14-1.4.201403121007 Depends: perl, libio-stringy-perl, libclass-data-inheritable-perl (>= 0.02) Filename: 4.0-0/all/libclass-trigger-perl_0.14-1.4.201403121007_all.deb Size: 15560 MD5sum: 8fe34dcb0094c285d85f35c6e6ed90d9 SHA1: a653ebaeffc0f26a7d258368bc714988922fdbbd SHA256: 3e926718830a871307d41766c9930d20aaca50bd9013c8fb35d817cce3a1d8ab Description: Mix-in to add / call inheritable triggers Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify. Homepage: http://search.cpan.org/dist/Class-Trigger/ Package: libclass-unload-perl Priority: optional Section: perl Installed-Size: 47 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.4.201403121010 Depends: perl, libclass-inspector-perl Filename: 4.0-0/all/libclass-unload-perl_0.07-1.4.201403121010_all.deb Size: 6348 MD5sum: ada49cc70a67300ed2bcb0c73759ff6b SHA1: 1bbb2ee2f6638e7b4ea99995c0ab9965015ab543 SHA256: 9f478db64bd66e9a9280c622496404aa8a6e7712df4b00667325a7efd2cbcd1f Description: Perl module to unload a class at runtime Class::Unload is a Perl module that unloads the given class by clearing out its symbol table and removing it from %INC during runtime. The unloaded class may then be reloaded later on using 'require'. Homepage: http://search.cpan.org/dist/Class-Unload/ Package: libclass-virtual-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Dominic Hargreaves Architecture: all Version: 0.06-3.4.201403121013 Depends: perl, libcarp-assert-perl (>= 0.1), libclass-data-inheritable-perl (>= 0.02), libclass-isa-perl | perl (<< 5.10.1-13) Filename: 4.0-0/all/libclass-virtual-perl_0.06-3.4.201403121013_all.deb Size: 12300 MD5sum: 8fdca93a6385f29b566267fa28485386 SHA1: 242898649e868eef9288bfd29efeef302299e531 SHA256: 6b9715e9781b248ed00e348f6b9347b8dc5c2b37e18c05896f9891555770eba2 Description: Base class for virtual base classes This is a base class for implementing virtual base classes (what some people call an abstract class). Kinda kooky. It allows you to explicitly declare what methods are virtual and that must be implemented by subclasses. This might seem silly, since your program will halt and catch fire when an unimplemented virtual method is hit anyway, but there's some benefits. . The error message is more informative. Instead of the usual "Can't locate object method" error, you'll get one explaining that a virtual method was left unimplemented. . Subclass authors can explicitly check to make sure they've implemented all the necessary virtual methods. When used as part of a regression test, it will shield against the virtual method requirements changing out from under the subclass. Homepage: http://search.cpan.org/dist/Class-Virtual/ Package: libclass-whitehole-perl Priority: optional Section: perl Installed-Size: 47 Maintainer: Debian Perl Group Architecture: all Version: 0.04-6.4.201403121017 Depends: perl Filename: 4.0-0/all/libclass-whitehole-perl_0.04-6.4.201403121017_all.deb Size: 7158 MD5sum: f54f5e7d2d6a71a7afb1a588bb32e38a SHA1: 106d9ce945983ea48fa64ad0d87fc163dfa98dcb SHA256: f861bd540b796285cdada96d5f792c72cf9cde28653d20e5eb044cca45ccfeb9 Description: base class to treat unhandled method calls as errors It is possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail. . Sometimes you want to avoid this accidental inheritance. In that case, inherit from Class::WhiteHole. All unhandled methods will produce normal Perl error messages. Homepage: http://search.cpan.org/~mschwern/Class-WhiteHole/ Package: libclassworlds-java-doc Priority: optional Section: doc Installed-Size: 663 Maintainer: Debian Java Maintainers Architecture: all Source: classworlds Version: 1.1-final-5.5.201403170913 Depends: default-jdk-doc Suggests: libclassworlds-java Filename: 4.0-0/all/libclassworlds-java-doc_1.1-final-5.5.201403170913_all.deb Size: 50906 MD5sum: 9cd8147e8e81a680f1d35203efb92fa3 SHA1: bbd870e79974087bbb56ab260af9f29d473387fd SHA256: e6da1c0b178d5dbcfebb701bfca9bdf0688d1035b5a7b1dcdbdb4e4a56b0121f Description: Documentation for the Classworlds Java library Classworlds is a framework for container developers who require complex manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims and classes can cause many headaches and confusion for certain types of application developers. Projects which involve dynamic loading of components or otherwise represent a 'container' that can benefit from the classloading control provided by classworlds. . Classworlds provides a richer set of semantics for class loading than Java's normal mechanisms, while still being able to provide a ClassLoader interface to integrate seamlessly with the Java environment. . This package provides the API documentation. Homepage: http://classworlds.codehaus.org/ Package: libclassworlds-java Priority: optional Section: java Installed-Size: 95 Maintainer: Debian Java Maintainers Architecture: all Source: classworlds Version: 1.1-final-5.5.201403170913 Suggests: libclassworlds-java-doc Filename: 4.0-0/all/libclassworlds-java_1.1-final-5.5.201403170913_all.deb Size: 38930 MD5sum: 92af24a40cea7c30b8013b5a1f2fbd25 SHA1: e89b907688a3f401b5396c6340271764476e337a SHA256: 0babcf9e421ab1a588db39793f9fdae1c1ccdf2e10fa922219cb536875c481b5 Description: framework for container developers requiring manipulation of ClassLoaders Classworlds is a framework for container developers who require complex manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims and classes can cause many headaches and confusion for certain types of application developers. Projects which involve dynamic loading of components or otherwise represent a 'container' that can benefit from the classloading control provided by classworlds. . Classworlds provides a richer set of semantics for class loading than Java's normal mechanisms, while still being able to provide a ClassLoader interface to integrate seamlessly with the Java environment. Homepage: http://classworlds.codehaus.org/ Package: libclaw-doc Priority: extra Section: doc Installed-Size: 10913 Maintainer: Debian Games Team Architecture: all Source: libclaw Version: 1.7.0-3.4.201403121027 Depends: libjs-jquery (>= 1.5) Filename: 4.0-0/all/libclaw-doc_1.7.0-3.4.201403121027_all.deb Size: 1360430 MD5sum: 7d0208e7c9022b132ffebf7a7faea347 SHA1: b1c1bc6e96c24554ca3c4711aeef4868dca75dd1 SHA256: d8071e28a0bf4319c193d41721246aa03caf2c6ad5f8f6c2efcf6e5b29516572 Description: Claw is a generalist C++ library (documentation files) Claw is a C++ Library Absolutely Wonderful bringing various nice classes and tools to C++ developers. . This package contains the HTML documentation of the API and a set of example programs. Homepage: http://libclaw.sourceforge.net/ Package: libclaw-i18n Priority: extra Section: localization Installed-Size: 46 Maintainer: Debian Games Team Architecture: all Source: libclaw Version: 1.7.0-3.4.201403121027 Filename: 4.0-0/all/libclaw-i18n_1.7.0-3.4.201403121027_all.deb Size: 9672 MD5sum: 901363449a2af10b821f92c49a6ff554 SHA1: 82920bcb11e0fb54e435c8fec86994c176075ac6 SHA256: 65b8b31934496a604297841c3f2ba8c60c3a46c26642854b424e3151e3d43c0b Description: Internationalisation files for libclaw. This package provides internationalisation files for libclaw in the following languages: . * French Homepage: http://libclaw.sourceforge.net/ Package: libclean-crypto-java Priority: optional Section: java Installed-Size: 93 Maintainer: Debian Eucalyptus Maintainers Architecture: all Source: clean-crypto Version: 1-1.5.201403170956 Depends: default-jre-headless Filename: 4.0-0/all/libclean-crypto-java_1-1.5.201403170956_all.deb Size: 62742 MD5sum: 23ab4801aba96ceae397571f871067ea SHA1: 7269ce678ee2da3ed9f28d14156cd4e321b609d9 SHA256: 248ad3ad5355d88e77d7d6e7f074d043cb7f0f521ceb1ef0a88dfa8a65586fba Description: Simplified and unrestricted javax.crypto bootstrap library Provides a simple unrestricted version of the javax.crypto package which can be provided when bootstrapping the Java Virtual Machine. This is needed to load, e.g., unsigned crypo SPI implementations. Homepage: https://code.launchpad.net/~chris-grze/eucalyptus-commons-ext/clean-crypto Package: libclirr-maven-plugin-java Priority: optional Section: java Installed-Size: 93 Maintainer: Debian Java Maintainers Architecture: all Source: clirr-maven-plugin Version: 2.3-1.10.201403171148 Depends: clirr, libbcel-java (>= 5.2), libdoxia-java, libdoxia-sitetools-java, libmaven-reporting-impl-java, libmaven2-core-java, libplexus-i18n-java, libplexus-utils-java Filename: 4.0-0/all/libclirr-maven-plugin-java_2.3-1.10.201403171148_all.deb Size: 39958 MD5sum: 213ef811ff2180fad5c9e0b072ce720d SHA1: 72451a93b7f8cee48bf27bb38d69ceb4c3dd69e5 SHA256: d4bb2ae4551f70be730075a4abd5676d8019ab69b593335ee247bef281ecd11f Description: Clirr Maven Plugin Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API. The clirr-maven-plugin can be configured to break the build, if it detects incompatible API changes. In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental introduction of binary or source compatibility problems. Additionally, the plugin can generate a report as part of the generated site. Homepage: http://mojo.codehaus.org/clirr-maven-plugin/ Package: libclojure-maven-plugin-java Priority: optional Section: java Installed-Size: 91 Maintainer: Debian Java Maintainers Architecture: all Source: clojure-maven-plugin Version: 1.3.3-3.10.201403171233 Depends: libcommons-exec-java, libcommons-io-java, libcommons-lang-java (>= 2.6), libmaven2-core-java Recommends: clojure Filename: 4.0-0/all/libclojure-maven-plugin-java_1.3.3-3.10.201403171233_all.deb Size: 36744 MD5sum: ed353f0e9b531a03e3fe1ce7f84be1a7 SHA1: f2b6959c77cbdda0ca60922bc9030cb2480302bb SHA256: f0ef56de12c05a4336e8f28108c34e053c8737588e572eda47fd1362a3a4fc56 Description: Clojure plugin for Maven Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. . This package provides a Maven Mojo allowing for programs written using Clojure to be built with Maven. Homepage: http://github.com/talios/clojure-maven-plugin Package: libclucy-clojure Priority: optional Section: java Installed-Size: 72 Maintainer: Debian Java Maintainers Architecture: all Source: clucy Version: 0.3.0-1.2.201403171344 Depends: clojure1.2, liblucene2-java Filename: 4.0-0/all/libclucy-clojure_0.3.0-1.2.201403171344_all.deb Size: 14154 MD5sum: 3eeebee1e12d211258d4fc714a3f6230 SHA1: 1842d8e968e26614649c55f2acbb73139d4ed2fb SHA256: e21270a9154d9fce6e4bd9bd66dcf76bdbb682d0d153ed8b7b01f1ba4376a925 Description: Clojure interface to the Lucene search engine Lucene is a full-text search engine for the Java(TM) programming language. It is not a complete application, but rather a code library and API that can be used to easily add search capabilities to applications. . This package contains a Clojure interface to Lucene. Homepage: https://github.com/weavejester/clucy Package: libclustalo-doc Priority: optional Section: doc Installed-Size: 2633 Maintainer: Debian Med Packaging Team Architecture: all Source: clustalo Version: 1.1.0-1.2.201403171351 Filename: 4.0-0/all/libclustalo-doc_1.1.0-1.2.201403171351_all.deb Size: 1457542 MD5sum: 927323c34f59a930870e00b0afbcc023 SHA1: 71f5b390e84a5d9f9e07cecbc5a1c262dd6b0353 SHA256: 7c3762f660ea87b960424996a031723209d19f325a608e0f8b57f84305eeec3d Description: API documentation Contains the HTML documentation to use the Clustal Omega library. Documentation is available in /usr/share/doc/libclustalo-dev/api. Homepage: http://www.clustal.org/omega/ Package: libcluster-glue-dev Priority: optional Section: libdevel Installed-Size: 36 Maintainer: Debian HA Maintainers Architecture: all Source: cluster-glue Version: 1.0.9+hg2665-1.9.201403171419 Depends: liblrm2-dev (>= 1.0.9+hg2665-1.9.201403171419), libpils2-dev (>= 1.0.9+hg2665-1.9.201403171419), libplumb2-dev (>= 1.0.9+hg2665-1.9.201403171419), libplumbgpl2-dev (>= 1.0.9+hg2665-1.9.201403171419), libstonith1-dev (>= 1.0.9+hg2665-1.9.201403171419) Filename: 4.0-0/all/libcluster-glue-dev_1.0.9+hg2665-1.9.201403171419_all.deb Size: 10434 MD5sum: 5ccd6a2dd575d2a865f7696f704f6394 SHA1: 6ea32f2dc35914589ec9fad7775f99964f635d7b SHA256: 673eead8cab0f26de45d0cbb5a71bd8a3cdaaecef75f2a3e8f31f9822a2b1242 Description: The reusable cluster components for Linux HA (transitional package) This package used to contain all the development files for the libraries from cluster-glue, the reusable cluster components package. It's now a transitional package without any content, depending on all the single library development packages that now exist. Homepage: http://hg.linux-ha.org/glue/ Package: libcluster-glue Priority: optional Section: admin Installed-Size: 36 Maintainer: Debian HA Maintainers Architecture: all Source: cluster-glue Version: 1.0.9+hg2665-1.9.201403171419 Depends: liblrm2 (>= 1.0.9+hg2665-1.9.201403171419), libpils2 (>= 1.0.9+hg2665-1.9.201403171419), libplumb2 (>= 1.0.9+hg2665-1.9.201403171419), libplumbgpl2 (>= 1.0.9+hg2665-1.9.201403171419), libstonith1 (>= 1.0.9+hg2665-1.9.201403171419) Filename: 4.0-0/all/libcluster-glue_1.0.9+hg2665-1.9.201403171419_all.deb Size: 10398 MD5sum: dfdcb571bac8492444a31f1b202fe1f1 SHA1: 06306035e8e78e3698763828885cf4a0941b82ba SHA256: 7c83b67841a7fe6ced9d7b812017d1fb0820e769a130b85e027ae3088e952274 Description: Reusable cluster libraries (transitional package) This package used to contain all the libraries from cluster-glue, the reusable cluster components package. It's now a transitional package without any content, depending on all the single library packages that now exist. Homepage: http://hg.linux-ha.org/glue/ Package: libclutter-1.0-common Priority: optional Section: libs Installed-Size: 2448 Maintainer: Debian GNOME Maintainers Architecture: all Source: clutter-1.0 Version: 1.10.8-2.18.201403171439 Filename: 4.0-0/all/libclutter-1.0-common_1.10.8-2.18.201403171439_all.deb Size: 477844 MD5sum: c4fb17e9309124bc43781e1734f66e97 SHA1: 46b29a8243bb44a6d52213ce879d20889779019d SHA256: 25b28601bd9b415ff44079b7414249be0306cce4027afe9941d03dc92c64a535 Description: Open GL based interactive canvas library (common files) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains the common files, such as translations. Multi-Arch: foreign Homepage: http://www.clutter-project.org/ Package: libclutter-1.0-doc Priority: optional Section: doc Installed-Size: 7038 Maintainer: Debian GNOME Maintainers Architecture: all Source: clutter-1.0 Version: 1.10.8-2.18.201403171439 Replaces: libclutter-0.1-doc Suggests: devhelp Conflicts: libclutter-0.1-doc, libclutter-doc Filename: 4.0-0/all/libclutter-1.0-doc_1.10.8-2.18.201403171439_all.deb Size: 826374 MD5sum: 222e955a98274a3d972a7321719f59f0 SHA1: d8e831a16fa2699c422eba1221aeb477588e8127 SHA256: 6818d6958f02165dfeffda287457545a17f94342c59236352835e3c9fb2e89cc Description: Open GL based interactive canvas library (documentation) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains the documentation. Homepage: http://www.clutter-project.org/ Package: libclutter-cil-dev Priority: optional Section: cli-mono Installed-Size: 338 Maintainer: Debian CLI Libraries Team Architecture: all Source: clutter-sharp Version: 1.0.0~alpha3~git20090817.r1.349dba6-8.3.201403180742 Depends: libclutter-cil (= 1.0.0~alpha3~git20090817.r1.349dba6-8.3.201403180742) Filename: 4.0-0/all/libclutter-cil-dev_1.0.0~alpha3~git20090817.r1.349dba6-8.3.201403180742_all.deb Size: 32832 MD5sum: 835ba66b903f2e581bbafca19be26534 SHA1: a371e057eebd1ff4b23710c9b6464a1b28cad868 SHA256: 3211aedb83d3f8698f20ff43b92f0830b9fee058f1e630b5c370eb06f3468d19 Description: Open GL based interactive canvas library -- CLI development files Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package provides development files used for compiling CLI applications which use this library. Homepage: http://git.clutter-project.org/bindings/clutter-sharp/ Package: libclutter-cil Priority: optional Section: cli-mono Installed-Size: 488 Maintainer: Debian CLI Libraries Team Architecture: all Source: clutter-sharp Version: 1.0.0~alpha3~git20090817.r1.349dba6-8.3.201403180742 Depends: libclutter-1.0-0 (>= 1.10.8), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-cairo4.0-cil (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libclutter-cil_1.0.0~alpha3~git20090817.r1.349dba6-8.3.201403180742_all.deb Size: 162098 MD5sum: 4a7d5b6b1374c2e245ef5016a96b0b47 SHA1: 7cd160114ac2d36a37a7cbb74a31bfaeceb2b720 SHA256: 565e6d1c7b58228841f41218b35a18f8baa52aec01fcdc16855ee1d1e9fa1dc3 Description: Open GL based interactive canvas library -- CLI Bindings Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package provides CLI bindings to a build of Clutter that uses the GLX OpenGL backend. Homepage: http://git.clutter-project.org/bindings/clutter-sharp/ Package: libclutter-gst-doc Priority: optional Section: doc Installed-Size: 201 Maintainer: Debian GNOME Maintainers Architecture: all Source: clutter-gst Version: 1.5.4-1+build0.3.201403180926 Suggests: devhelp Filename: 4.0-0/all/libclutter-gst-doc_1.5.4-1+build0.3.201403180926_all.deb Size: 23564 MD5sum: 5b9a0b17eb21f38a506095e95bd1b4cf SHA1: b28970ba56e566b28b45f51f83f5b353e1ffd066 SHA256: 5a9e28fec7200566fd039335c063fe3930e5ab9e0ab8346a24b75e4018ab1a81 Description: Open GL based interactive canvas library GStreamer elements (documentation) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains the documentation. Homepage: http://www.clutter-project.org/ Package: libclutter-gtk-1.0-doc Priority: optional Section: doc Installed-Size: 147 Maintainer: Debian GNOME Maintainers Architecture: all Source: clutter-gtk Version: 1.2.0-2.3.201403180913 Replaces: libclutter-gtk-0.10-doc, libclutter-gtk-doc Recommends: libclutter-1.0-doc Suggests: devhelp Conflicts: libclutter-gtk-0.10-doc, libclutter-gtk-doc Filename: 4.0-0/all/libclutter-gtk-1.0-doc_1.2.0-2.3.201403180913_all.deb Size: 25106 MD5sum: d3f1d5e7d3e1416bdf31a3cf04891898 SHA1: 31e1dbfd877b20bcd600292ef9a1d019ef465581 SHA256: f8fba06b0bdaf16d6f6d4cfb341b1bd5db1228c2dce8a5317b3ee38f5b36467f Description: Open GL based interactive canvas library GTK+ widget (documentation) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains the documentation. Homepage: http://www.clutter-project.org/ Package: libclutter-imcontext-0.1-doc Priority: optional Section: doc Installed-Size: 133 Maintainer: Ying-Chun Liu (PaulLiu) Architecture: all Source: clutter-imcontext Version: 0.1.4-3.6.201403180815 Suggests: devhelp Filename: 4.0-0/all/libclutter-imcontext-0.1-doc_0.1.4-3.6.201403180815_all.deb Size: 17160 MD5sum: 8a37ebf61bdaba2ebfeaaded69e20aaa SHA1: b821a4cee4020af8ce8efe208bbd9a5482be616c SHA256: ddfeca2b28d4bf716d1ae7a3975e9b0f0eedc5a97f29cab1d193060fac74a82f Description: Open GL based interactive canvas library IMContext framework (document) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. IMContext is an abstract base class defining a generic input method interface. This library ports the GTK+ IMContext to clutter. . This package contains the documentation. Homepage: http://www.clutter-project.org/ Package: libcmdparse-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-cmdparse Version: 2.0.5-1.4.201403170455 Depends: ruby-cmdparse Filename: 4.0-0/all/libcmdparse-ruby_2.0.5-1.4.201403170455_all.deb Size: 2822 MD5sum: 874bfbd9bee39d7d81a34f6660958ea4 SHA1: e55d3d7829d473c791b345e7cc10441dbb03d9c8 SHA256: fb82b1b160a2f3d40a5279bb94379c0b7bc450b2049efe940498dcfeb99eca3e Description: Transitional package for ruby-cmdparse This is a transitional package to ease upgrades to the ruby-cmdparse package. It can safely be removed. Homepage: http://cmdparse.rubyforge.org Package: libcmdparse2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-cmdparse Version: 2.0.5-1.4.201403170455 Depends: ruby-cmdparse Filename: 4.0-0/all/libcmdparse2-ruby1.8_2.0.5-1.4.201403170455_all.deb Size: 2830 MD5sum: a9e597d9042c6a7213290425d763c474 SHA1: 82aebf49f34bb1ef64f7c9b0d15ad2cd3be3d9bf SHA256: eca63d1a1b3ca1e4f69911d5f526c00f2e2078056e9229910bf77433825baf2d Description: Transitional package for ruby-cmdparse This is a transitional package to ease upgrades to the ruby-cmdparse package. It can safely be removed. Homepage: http://cmdparse.rubyforge.org Package: libcmdparse2-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-cmdparse Version: 2.0.5-1.4.201403170455 Depends: ruby-cmdparse Filename: 4.0-0/all/libcmdparse2-ruby_2.0.5-1.4.201403170455_all.deb Size: 2828 MD5sum: d860ec5dcb9d38b41b573864b14c3194 SHA1: 979caa41be64143c9ad5a77fd1d3c8c7f2b2134f SHA256: c387b2dd3feca561fd34b77dbe59700591389ce5383e89a3e5b690b2079133c4 Description: Transitional package for ruby-cmdparse This is a transitional package to ease upgrades to the ruby-cmdparse package. It can safely be removed. Homepage: http://cmdparse.rubyforge.org Package: libcobertura-java-doc Priority: optional Section: doc Installed-Size: 20882 Maintainer: Debian Java Maintainers Architecture: all Source: cobertura Version: 1.9.4.1+dfsg-3.10.201403171714 Suggests: libcobertura-java (= 1.9.4.1+dfsg-3.10.201403171714) Filename: 4.0-0/all/libcobertura-java-doc_1.9.4.1+dfsg-3.10.201403171714_all.deb Size: 1970934 MD5sum: ed5574143d150491cfb88f4ba28500bd SHA1: 16c416df2b0d9925936047af9868be36bfb2d291 SHA256: e553b24735b02e81a75d4933ef40bc15bc667f32b2731a7c2f56cea731156999 Description: documentation for libcobertura-java Documentation for Cobertura which is a java library that calculates the percentage of code accessed by tests. This package includes the javadoc API and examples. Homepage: http://cobertura.sourceforge.net/ Package: libcobertura-java Priority: optional Section: java Installed-Size: 572 Maintainer: Debian Java Maintainers Architecture: all Source: cobertura Version: 1.9.4.1+dfsg-3.10.201403171714 Depends: ant, liblog4j1.2-java, liboro-java, libasm3-java, libservlet2.5-java Recommends: junit Suggests: libcobertura-java-doc (= 1.9.4.1+dfsg-3.10.201403171714), libjaxen-java, libjdom1-java, libxalan2-java, libxerces2-java Filename: 4.0-0/all/libcobertura-java_1.9.4.1+dfsg-3.10.201403171714_all.deb Size: 451482 MD5sum: c57c5a6b6e55d89450225c2b41d85708 SHA1: 786cd8e5536ea5e41d2e000f20c3f12f1cede7b7 SHA256: 230e6659f08e2bb868d132f9327597b48ca471de2bc33f2481b7d0aea378133c Description: java library that calculates the percentage of code accessed by tests Library that measures test coverage by instrumenting a Java code base and watching which lines of code are and are not executed as the test suite runs. In addition to identifying untested code and locating bugs, Cobertura can optimize code by flagging dead, unreachable code and can provide insights into how an API operates in practice. It is based on jcoverage. Homepage: http://cobertura.sourceforge.net/ Package: libcobra-java Priority: optional Section: java Installed-Size: 14813 Maintainer: Debian Java Maintainers Architecture: all Version: 0.98.4-4.6.201403121105 Filename: 4.0-0/all/libcobra-java_0.98.4-4.6.201403121105_all.deb Size: 1868770 MD5sum: 5c7825d1064b98fbcfa916ec4d0657a9 SHA1: 226e0d6734e014c6161cbf9fa60d7784b29ec521 SHA256: d9aedeee83299d9a2f72523f14a68978f5591b5c58c59e157d49bdb618da7851 Description: Java HTML Renderer & Parser Cobra is a pure Java HTML renderer and DOM parser that is being developed to support HTML 4, Javascript and CSS 2. . Cobra can be used as a Javascript-aware and CSS-aware HTML DOM parser, independently of the Cobra rendering engine. Javascript DOM modifications that occur during parsing (e.g. via document.write) will be reflected in the parsed DOM, unless Javascript is disabled. Likewise, DOM element implementations have a getStyle method that can be called to obtain the styling properties of an element. Homepage: http://lobobrowser.org/cobra.jsp Package: libcodemodel-java-doc Priority: optional Section: doc Installed-Size: 3104 Maintainer: Debian Java Maintainers Architecture: all Source: libcodemodel-java Version: 2.1-1.7.201403121113 Suggests: libcodemodel-java Filename: 4.0-0/all/libcodemodel-java-doc_2.1-1.7.201403121113_all.deb Size: 618024 MD5sum: 4d3a526f35c5eadeb3eb8fe6ae263b93 SHA1: 66444a9a572605f416ee0faf9f87ed55c76ba6a9 SHA256: e43b9d46ac70ea54ec4ced7865ba0d888ba263e73cfb81a65e7c5f546798a652 Description: Documentation for Java library for code generators CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB Reference Implementation for its schema compiler to generate Java source files. . This package provides the API documentation for libcodemodel-java. Homepage: http://codemodel.java.net/ Package: libcodemodel-java Priority: optional Section: java Installed-Size: 253 Maintainer: Debian Java Maintainers Architecture: all Version: 2.1-1.7.201403121113 Depends: ant, junit (>= 3.8.2) Filename: 4.0-0/all/libcodemodel-java_2.1-1.7.201403121113_all.deb Size: 145950 MD5sum: 09e92d87aede96d38bd9aca8a75d3159 SHA1: ba9681eac56a6247753326bd56cbc9ba7ec33ed9 SHA256: 5834ab46c1a17e4f54e36db2ddd3de471d943bf7e5ffff261ab13803c4832d18 Description: Java library for code generators CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB Reference Implementation for its schema compiler to generate Java source files. Homepage: http://codemodel.java.net/ Package: libcodenarc-groovy-java-doc Priority: optional Section: doc Installed-Size: 8821 Maintainer: Debian Java Maintainers Architecture: all Source: codenarc Version: 0.13-2.2.201403171838 Recommends: libcodenarc-groovy-java Suggests: default-jdk-doc Filename: 4.0-0/all/libcodenarc-groovy-java-doc_0.13-2.2.201403171838_all.deb Size: 524064 MD5sum: 16fd1801b862d239b2fa9678cef2c5ff SHA1: 2b6a18a12b49b94b0b696914e935e48354b7163b SHA256: 9db6360a0174d776c645d6e891ce74431faffe1a673c59784cded0463391a034 Description: Documentation for libcodenarc-groovy-java Documentation for CodeNarc that is a static analysis tool for Groovy source code, enabling monitoring and enforcement of many coding standards and best practices. CodeNarc applies a set of Rules (predefined and/or custom) that are applied to each Groovy file, and generates an HTML report of the results, including a list of rules violated for each source file, and a count of the number of violations per package and for the whole project. . CodeNarc is similar to popular static analysis tools such as PMD or Checkstyle, but is targeted at Groovy source code instead of Java. Homepage: http://codenarc.sourceforge.net/ Package: libcodenarc-groovy-java Priority: optional Section: java Installed-Size: 2561 Maintainer: Debian Java Maintainers Architecture: all Source: codenarc Version: 0.13-2.2.201403171838 Depends: groovy, ant, liblog4j1.2-java, libgmetrics-groovy-java Suggests: libcodenarc-groovy-java-doc Filename: 4.0-0/all/libcodenarc-groovy-java_0.13-2.2.201403171838_all.deb Size: 2416566 MD5sum: 712cc3b5e326f604c702d5b23b85c111 SHA1: 219da506db2a303e67cea047a3d0b195a5eae3fd SHA256: 856686db1d46b267796e24dd06c9f366e3ae3e4f0b4a17b30a4e6d4a37ebe852 Description: Groovy library that provides static analysis features for Groovy code CodeNarc is a static analysis tool for Groovy source code, enabling monitoring and enforcement of many coding standards and best practices. CodeNarc applies a set of Rules (predefined and/or custom) that are applied to each Groovy file, and generates an HTML report of the results, including a list of rules violated for each source file, and a count of the number of violations per package and for the whole project. . CodeNarc is similar to popular static analysis tools such as PMD or Checkstyle, but is targeted at Groovy source code instead of Java. Homepage: http://codenarc.sourceforge.net/ Package: libcoderay-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Joshua Timberman Architecture: all Source: coderay Version: 1.0.6-2.9.201403171843 Depends: ruby-coderay Filename: 4.0-0/all/libcoderay-ruby1.8_1.0.6-2.9.201403171843_all.deb Size: 4028 MD5sum: f7812c6c620c9ce0882ebf41a963141b SHA1: 56a044664ff7214b633edd8b422e04aa0ebb34f4 SHA256: cf62593402b7b0303f4278d44c7f4a238a2abb90c5e4368fbe074e672d9b6aaf Description: Transitional package for coderay This is a transitional package to ease upgrades to the coderay package. It can safely be removed. Homepage: http://coderay.rubychan.de Package: libcoderay-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Joshua Timberman Architecture: all Source: coderay Version: 1.0.6-2.9.201403171843 Depends: ruby-coderay Filename: 4.0-0/all/libcoderay-ruby_1.0.6-2.9.201403171843_all.deb Size: 4026 MD5sum: c0a39334ad59b14b23ad72b3fca35d9b SHA1: 886b3c4928bf8f62b76cc9666cd000a5b7935e63 SHA256: 3e1e8b44fcf4ff17308a22e832a0dd8556c2dfb03d1320e3977b79376342a6eb Description: Transitional package for coderay This is a transitional package to ease upgrades to the coderay package. It can safely be removed. Homepage: http://coderay.rubychan.de Package: libcogl-common Priority: optional Section: libs Installed-Size: 877 Maintainer: Rico Tzschichholz Architecture: all Source: cogl Version: 1.10.2-7.2.201403171858 Filename: 4.0-0/all/libcogl-common_1.10.2-7.2.201403171858_all.deb Size: 227360 MD5sum: 774b2583817a984983d8fa26f7002c48 SHA1: ba31846109efe3a0b0fd86e02b38594f0a4185c9 SHA256: 8025b55d2e6eccd8658d1ec4001a1a5b59e4915d62f22fe870cc8f8ae9d733df Description: Object oriented GL/GLES Abstraction/Utility Layer (common files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the common files, such as translations. Multi-Arch: foreign Package: libcogl-doc Priority: optional Section: doc Installed-Size: 2801 Maintainer: Rico Tzschichholz Architecture: all Source: cogl Version: 1.10.2-7.2.201403171858 Replaces: libclutter-1.0-doc (<< 1.7) Suggests: devhelp Breaks: libclutter-1.0-doc (<< 1.7) Filename: 4.0-0/all/libcogl-doc_1.10.2-7.2.201403171858_all.deb Size: 193692 MD5sum: fb80ef3f5ce5a36a57ffe190066ba726 SHA1: 5fe8d87dd3d528f926e512717852428eed9cc71f SHA256: b9ff95c2d369408556b9431a4952c3f4eaca332bbbe081d142aaddd51b88b090 Description: Object oriented GL/GLES Abstraction/Utility Layer (documentation) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the documentation. Package: libcoin60-doc Priority: optional Section: doc Installed-Size: 82353 Maintainer: Debian Science Team Architecture: all Source: coin3 Version: 3.1.3-2.2.4.201403171938 Suggests: libcoin60-dev (= 3.1.3-2.2.4.201403171938) Conflicts: inventor-dev, libcoin20-doc, libcoin40-doc Filename: 4.0-0/all/libcoin60-doc_3.1.3-2.2.4.201403171938_all.deb Size: 15701510 MD5sum: ec3ca148dd4d76fc1dd6b7a746d9c347 SHA1: 6aa24c95a8ba51b134dbb1de72423bf172987dfe SHA256: 4fb3c0b43f267a8d23dbce9ebd901e8733a2f0cc8ac8cc7c28e610c406ca5497 Description: high-level 3D graphics kit with Open Inventor and VRML97 support API documentation for the Coin library (the Open Inventor API) in manpage and HTML format. Homepage: http://www.coin3d.org/ Package: libcoin60-runtime Priority: optional Section: libs Installed-Size: 112 Maintainer: Debian Science Team Architecture: all Source: coin3 Version: 3.1.3-2.2.4.201403171938 Suggests: libcoin60 Conflicts: libcoin20-runtime, libcoin40-runtime Filename: 4.0-0/all/libcoin60-runtime_3.1.3-2.2.4.201403171938_all.deb Size: 29158 MD5sum: ce41ec35aa46d46812f51ba46fccb303 SHA1: e101b5d7adff4c1a7ef2dc3c8647161efe214906 SHA256: ea2d002ec9ae656034b7ed8f7fd7bcb736de305607690fce281adfb9b78f0921 Description: high-level 3D graphics kit - external data files External data files used by the Coin library at run-time. The dragger geometry files represent the defaults that are used if the files are not found. This package is completely optional. Homepage: http://www.coin3d.org/ Package: libcollections15-java Priority: extra Section: java Installed-Size: 868 Maintainer: Debian Java Maintainers Architecture: all Source: collections15 Version: 4.01+ds1-1.2.201403172156 Depends: junit4 Filename: 4.0-0/all/libcollections15-java_4.01+ds1-1.2.201403172156_all.deb Size: 747014 MD5sum: 0e8366381e20bc4f6bb5938c8ff18e2f SHA1: 503da14795c139c1194a66cc8c6ce741f4b4c2c1 SHA256: 68789367febf6cf08c0ad6b170ba45fc38ba94dc93a24f0148e442e4da324404 Description: Apache Commons Collections with generics support Collections15 is an extension of the powerful Apache Commons Collections library that takes advantage of the Java 1.5 generics support to offer the same structures as Apache Common Collections, but in a type-safe manner. Homepage: http://larvalabs.com/collections/ Package: libcolor-calc-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 1.073-1.4.201403121124 Depends: perl, libgraphics-colornames-perl, libgraphics-colornames-www-perl, libgraphics-colorobject-perl, libparams-validate-perl Filename: 4.0-0/all/libcolor-calc-perl_1.073-1.4.201403121124_all.deb Size: 26622 MD5sum: 975b1a89eec2a5a856927be5cdd7e67c SHA1: 674ceed345671a9c3e5726dc92e86575d939be84 SHA256: 02d0d7345cb789e08fde0f92202117998949568186c55fde1b59c6a9c85e5fc8 Description: module for simple calculations with RGB colors Color::Calc is a Perl module that implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors and provides a variety of output styles including hexadecimal, 3-tuple as well as versions suitable for HTML and PDF. Homepage: http://search.cpan.org/dist/Color-Calc/ Package: libcolor-library-perl Priority: optional Section: perl Installed-Size: 2213 Maintainer: Debian Perl Group Architecture: all Version: 0.021-1.5.201403121131 Depends: perl, libclass-accessor-perl, libclass-data-inheritable-perl Filename: 4.0-0/all/libcolor-library-perl_0.021-1.5.201403121131_all.deb Size: 525694 MD5sum: a0bd84af0eec56061ab95eeeeed07bdc SHA1: fc81bc04ed1edfad5e7703d8836904d348efc7ef SHA256: c6d1077161e90be784c3256e7fefc4eeec3a490c096d7953c118644612cc909c Description: comprehensive named-colour library Color::Library is a Perl module that provides a library of web (SVG, HTML and CSS) colours, X11 colours, Windows system palette colours, and more. It provides a simple way to specify colour names and retrieve the corresponding RGB definition in return. Homepage: http://search.cpan.org/dist/Color-Library/ Package: libcolor-palette-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.100002-1.5.201403121137 Depends: perl, libmoosex-types-perl, libgraphics-color-perl, liblist-moreutils-perl, libmoose-perl Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/libcolor-palette-perl_0.100002-1.5.201403121137_all.deb Size: 15016 MD5sum: a50f4d74b1fa8d12973478fe63bc4bc5 SHA1: a4a12cb0d830adc444860d55386f685690af64b7 SHA256: fd4858762c1975e642c1c6393813870b2c636a31c08d88db57000474b7f1819b Description: module to manipulate sets of named colours Color::Palette is a framework of Perl modules designed to construct and manipulate sets of named colours. This makes it easy to write applications that can define and validate the color names as required. Colours can be specified using a Graphics::Color object, a CSS-style hex triple (#RRGGBB), an arrayref of RGB values, or as the name of another colour that appears in the palette. Homepage: http://search.cpan.org/dist/Color-Palette/ Package: libcolor-scheme-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Ivan Kohler Architecture: all Version: 1.02-3.5.201403121140 Depends: perl Filename: 4.0-0/all/libcolor-scheme-perl_1.02-3.5.201403121140_all.deb Size: 15994 MD5sum: 60708c289a2ecd21b8e99eeff18e818c SHA1: cd65d8f9830082638cba9398593d86056b645aa4 SHA256: 41c66c328268d5db718feab87246e9d8f30d06e038db75aea2728951c5e45eee Description: Perl module to generate pleasant color schemes This module is a Perl implementation of Color Schemes 2 (http://wellstyled.com/tools/colorscheme2/index-en.html), a color scheme generator. Package: libcolor-tools-ruby-doc Priority: optional Section: doc Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-color-tools Version: 1.4.1-2.4.201403170501 Depends: ruby-color-tools Filename: 4.0-0/all/libcolor-tools-ruby-doc_1.4.1-2.4.201403170501_all.deb Size: 5726 MD5sum: 9efe4495ea10fddf5dd18cb9e0f507d4 SHA1: 6d2f15ae94d7a295df366f9e63461bc6a369a88a SHA256: 7404be4dc4b4426b10073cd48a10a8fae3d8fc1f005457e8da60d2a3ea94d2e9 Description: Transitional package for ruby-color-tools This is a transitional package to ease upgrades to the ruby-color-tools package. It can safely be removed. Homepage: http://rubyforge.org/projects/color Package: libcolor-tools-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-color-tools Version: 1.4.1-2.4.201403170501 Depends: ruby-color-tools Filename: 4.0-0/all/libcolor-tools-ruby1.8_1.4.1-2.4.201403170501_all.deb Size: 5728 MD5sum: fc636e338c00d7b39ee339fe653a8162 SHA1: cbfb368f054ea9720056cc9382cb6e97acc863f2 SHA256: 26f5ab58b4e4e7e8378f45eab0f27c69f7fa8d3373c90727e5726ce6c690d7ed Description: Transitional package for ruby-color-tools This is a transitional package to ease upgrades to the ruby-color-tools package. It can safely be removed. Homepage: http://rubyforge.org/projects/color Package: libcolor-tools-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-color-tools Version: 1.4.1-2.4.201403170501 Depends: ruby-color-tools Filename: 4.0-0/all/libcolor-tools-ruby_1.4.1-2.4.201403170501_all.deb Size: 5720 MD5sum: 0a2b3c29f23d84cac04b7a1c96f6c6c4 SHA1: bde83d6ac5447a34f2b0ad6dd6fb8389f49ae832 SHA256: 7484f46aad9abbc382f6f8da2f67a7d56e70e0c2b053355ba2ae942133142d46 Description: Transitional package for ruby-color-tools This is a transitional package to ease upgrades to the ruby-color-tools package. It can safely be removed. Homepage: http://rubyforge.org/projects/color Package: libcolorchooser-java-doc Priority: optional Section: doc Installed-Size: 405 Maintainer: Debian Java Maintainers Architecture: all Source: colorchooser Version: 1.0+dfsg-1.2.201403172217 Recommends: default-jdk-doc Filename: 4.0-0/all/libcolorchooser-java-doc_1.0+dfsg-1.2.201403172217_all.deb Size: 50292 MD5sum: b9abc3cfad6aa068976653c9fc260b54 SHA1: acd0894f41f223b7503840b02de0902b9765e5a2 SHA256: 5f64bf34893873225a0f239710a64f8daa7fc91f748d9a26e57cda3792bc2c99 Description: A Swing widget for selecting colors (documentation) The Quick Color Chooser is a Swing component for that lets you choose a color in a single mouse gesture. When clicked, it pops up a palette; dragging the mouse over the palette, you will see the component's color update. Release the mouse when it is the desired color. . This package contains the documentation. Homepage: http://java.net/projects/colorchooser Package: libcolorchooser-java Priority: optional Section: java Installed-Size: 164 Maintainer: Debian Java Maintainers Architecture: all Source: colorchooser Version: 1.0+dfsg-1.2.201403172217 Depends: libcolorpicker-java Filename: 4.0-0/all/libcolorchooser-java_1.0+dfsg-1.2.201403172217_all.deb Size: 65448 MD5sum: 6a69728e4ee4ba1ff658ccf21c86843e SHA1: 32c91d2829fcb967a89b32b9bfdd0d3c7c13f31b SHA256: b94c39566bfd96869ba868f6eb1a975bda427da99e8427db687751b621ae6651 Description: A Swing widget for selecting colors The Quick Color Chooser is a Swing component for that lets you choose a color in a single mouse gesture. When clicked, it pops up a palette; dragging the mouse over the palette, you will see the component's color update. Release the mouse when it is the desired color. Homepage: http://java.net/projects/colorchooser Package: libcolorpicker-java-doc Priority: optional Section: doc Installed-Size: 844 Maintainer: Debian Java Maintainers Architecture: all Source: colorpicker Version: 1.0.0-2.2.201403172254 Recommends: default-jdk-doc Filename: 4.0-0/all/libcolorpicker-java-doc_1.0.0-2.2.201403172254_all.deb Size: 80478 MD5sum: 87b1a015450fd7870d9199dbce9ea581 SHA1: 148530fda1ff99d5f8c16a84c4676cc25214675d SHA256: cc03a7bea235528e72a1b5845a73ff2dbe88ba23a1cf6089e5aed00b777d3f7b Description: Java control to allow color selection (documentation) A java package containing a color wheel picker for selecting a color. . This package contains the documentation. Homepage: https://javagraphics.dev.java.net/ Package: libcolorpicker-java Priority: optional Section: java Installed-Size: 94 Maintainer: Debian Java Maintainers Architecture: all Source: colorpicker Version: 1.0.0-2.2.201403172254 Filename: 4.0-0/all/libcolorpicker-java_1.0.0-2.2.201403172254_all.deb Size: 60946 MD5sum: 360cf0e9862395ed4824777ce4ff660b SHA1: fad0a685d7b0db6e1258cdce1e3217e89577b9c3 SHA256: d2fcbfd71a25b327571aabf668d54f5c14b75a298bc7e4b7bab19cfa3a20c9a4 Description: Java control to allow color selection A java package containing a color wheel picker for selecting a color. It can be customized, but out of the box it offers a great interface if you're dealing with a power user. Homepage: https://javagraphics.dev.java.net/ Package: libcommandline-ruby-doc Priority: optional Section: doc Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-commandline Version: 0.7.10-12.4.201403170505 Depends: ruby-commandline-doc Filename: 4.0-0/all/libcommandline-ruby-doc_0.7.10-12.4.201403170505_all.deb Size: 4888 MD5sum: 6ff41fdd9e0d3a59635e2f45c37a01c1 SHA1: 8e330d66ced536f03f42656bc72107c0b73c6e54 SHA256: 6522c68af899b37872bda50bb4165508dbda828330ea80818df75476eb25c04f Description: Transitional package for ruby-commandline-doc This is a transitional package to ease upgrades to the ruby-commandline-doc package. It can safely be removed. Homepage: http://rubyforge.org/projects/optionparser/ Package: libcommandline-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-commandline Version: 0.7.10-12.4.201403170505 Depends: ruby-commandline Filename: 4.0-0/all/libcommandline-ruby1.8_0.7.10-12.4.201403170505_all.deb Size: 4890 MD5sum: d420aa3549e89e761262d04ce0b679f8 SHA1: 6eb16ce76779c7ba0fd2fb86b6ab31d801fff040 SHA256: 0b8104fadce094ec2a00491497794a6e6685cc9ccab7ec50a3f951cc4477bf38 Description: Transitional package for ruby-commandline This is a transitional package to ease upgrades to the ruby-commandline package. It can safely be removed. Homepage: http://rubyforge.org/projects/optionparser/ Package: libcommandline-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-commandline Version: 0.7.10-12.4.201403170505 Depends: ruby-commandline Filename: 4.0-0/all/libcommandline-ruby_0.7.10-12.4.201403170505_all.deb Size: 4884 MD5sum: b9eab478df38939c8ab7932fd025099f SHA1: c2a982cbbec63c2889aaefa23841bcf0be59a6eb SHA256: 74d652c4dc5e01f336b0438eacb8432b095d5e793569fce17269e5ab211c97c4 Description: Transitional package for ruby-commandline This is a transitional package to ease upgrades to the ruby-commandline package. It can safely be removed. Homepage: http://rubyforge.org/projects/optionparser/ Package: libcommoncpp2-doc Priority: optional Section: doc Installed-Size: 11354 Maintainer: Debian VoIP Team Architecture: all Source: libcommoncpp2 Version: 1.8.1-5.5.201403121148 Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/libcommoncpp2-doc_1.8.1-5.5.201403121148_all.deb Size: 2077434 MD5sum: a89475b598b2d6d98a8dbeae1567249f SHA1: 242ab37a749062eae2d5dab3f673c228db758bf1 SHA256: fb520903daa87f9a3f3e75ac05d3e7c29f90d308869a32491c96f87f7a3f46cc Description: Documentation files for Common C++ "2" Common C++ "2" is a GNU package which offers portable "abstraction" of system services such as threads, networks, and sockets. Common C++ also offers individual frameworks generally useful to developing portable C++ applications including a object persistence engine, math libraries, threading, sockets, etc. Common C++ is small, and highly portable. Common C++ will support most Unix operating systems as well as Win32, in addition to GNU/Linux. . This package contains the library development documentation. Homepage: http://www.gnu.org/software/commoncpp/ Package: libcommons-attributes-java-doc Priority: extra Section: doc Installed-Size: 837 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-attributes-java Version: 2.2-8.5.201403121152 Suggests: libcommons-attributes-java Filename: 4.0-0/all/libcommons-attributes-java-doc_2.2-8.5.201403121152_all.deb Size: 60096 MD5sum: 989018dc8c9dafd97fd1fd136e603c17 SHA1: b2ad346f09006d661b1c83c040b918baaa0d7352 SHA256: f6eb75a1f9bb89af4a1581e9363f831490cf9010cbb8de59740f307e1481c6bd Description: adds C#/.Net-style attributes to Java code - documentation The Apache Jakarta Commons Attributes library enables Java programmers to use C#/.Net-style attributes in their code. . This package contains API documentation (Javadoc) of Commons Attributes. Homepage: http://commons.apache.org/attributes/ Package: libcommons-attributes-java Priority: extra Section: java Installed-Size: 151 Maintainer: Debian Java Maintainers Architecture: all Version: 2.2-8.5.201403121152 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libcommons-attributes-java_2.2-8.5.201403121152_all.deb Size: 68086 MD5sum: b70113139a8e36669cae335d12669bea SHA1: 716385e4fac4d1298519294001b7c6e42f91bd4a SHA256: 43aad81ca9b24bbc1475e4c137174703c14c5ef57c47a333395204eb26fd3d1b Description: adds C#/.Net-style attributes to Java code The Apache Jakarta Commons Attributes library enables Java programmers to use C#/.Net-style attributes in their code. Homepage: http://commons.apache.org/attributes/ Package: libcommons-beanutils-java-doc Priority: optional Section: doc Installed-Size: 9197 Maintainer: Debian Java Maintainers Architecture: all Source: commons-beanutils Version: 1.8.3-3.7.201403180020 Depends: default-jdk-doc, libcommons-logging-java-doc Suggests: libcommons-beanutils-java Filename: 4.0-0/all/libcommons-beanutils-java-doc_1.8.3-3.7.201403180020_all.deb Size: 1981776 MD5sum: e9550a62d1e193d57786b4da55e72507 SHA1: 13c353d2dbb3d7f33ced7e95737d237c407d5af9 SHA256: 5878956e5ce36f198706a6bd2b553d34cfae9f13d1009d4e14ee8e3d68a0447b Description: Javadoc API for libcommons-beanutils-java The javadocs API for libcommons-beanutils-java which is utility for manipulating JavaBeans. Homepage: http://commons.apache.org/beanutils/ Package: libcommons-beanutils-java Priority: optional Section: java Installed-Size: 286 Maintainer: Debian Java Maintainers Architecture: all Source: commons-beanutils Version: 1.8.3-3.7.201403180020 Depends: libcommons-logging-java, libcommons-parent-java (>= 22) Recommends: libcommons-collections3-java Suggests: libcommons-beanutils-java-doc Filename: 4.0-0/all/libcommons-beanutils-java_1.8.3-3.7.201403180020_all.deb Size: 213326 MD5sum: 6489a7ec8608133741061320d5245ccd SHA1: 9349dab11786eb92b34d2daa1924b6ef9031df5c SHA256: 36c40a7f1a523c3d39bd5a6e242596d6d76553723aee52a378cf1499c51eaea6 Description: utility for manipulating JavaBeans The BeanUtils Component contains a set of Java classes that provide static utility methods useful in manipulating Java classes that conform to the JavaBeans Specification naming patterns for bean properties in a dynamic fashion. Homepage: http://commons.apache.org/beanutils/ Package: libcommons-cli-java Priority: optional Section: java Installed-Size: 98 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2-3.6.201403121202 Depends: libcommons-lang-java (>= 2.0) Filename: 4.0-0/all/libcommons-cli-java_1.2-3.6.201403121202_all.deb Size: 40010 MD5sum: 8a37d60ff2aeb783f8f1c40618d3e904 SHA1: 03f3f126455499cf7fbbd957334800be1536f370 SHA256: 1026fbf86884f2d96bf7aec50379680da82a560b6f9fff4c49cdf666b189ffd5 Description: API for working with the command line arguments and options You define arguments you want to parse, parse arguments the user entered and then you can retrieve them like properties Homepage: http://commons.apache.org/cli/ Package: libcommons-codec-java-doc Priority: optional Section: doc Installed-Size: 2661 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-codec-java Version: 1.6-1.9.201403121207 Suggests: libcommons-codec-java Filename: 4.0-0/all/libcommons-codec-java-doc_1.6-1.9.201403121207_all.deb Size: 204198 MD5sum: 00acf8e537a35a2c7f142210fda67bd1 SHA1: c37b60a7960a104a25a473061fa302bf436e9049 SHA256: fe356c0daba0d5172ea618bd946b3eb11514ef6212d09ba805dbb4ba077398e8 Description: encoder and decoders such as Base64 and hexadecimal codec - documentation The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. . This is a part of the Apache Commons Project. . This package contains API Javadoc of Apache Commons Project Homepage: http://commons.apache.org/codec/ Package: libcommons-codec-java Priority: optional Section: java Installed-Size: 300 Maintainer: Debian Java Maintainers Architecture: all Version: 1.6-1.9.201403121207 Filename: 4.0-0/all/libcommons-codec-java_1.6-1.9.201403121207_all.deb Size: 193994 MD5sum: 5686d56893d1b0cdf803b7742384f6e1 SHA1: 706e23e84b55ae275ca2d5f1d674cf471da57141 SHA256: 932fb52ad94388042ac104745985452ab4786bd30aa4be5d26e4e0b81bd02fb0 Description: encoder and decoders such as Base64 and hexadecimal codec The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. . This is a part of the Apache Commons Project. Homepage: http://commons.apache.org/codec/ Package: libcommons-collections-java-doc Priority: optional Section: doc Installed-Size: 1941 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-collections-java Version: 2.1.1-10.12.201403131204 Replaces: libcommons-collections-java (<< 2.1.1-10) Conflicts: libcommons-collections-java (<< 2.1.1-10) Filename: 4.0-0/all/libcommons-collections-java-doc_2.1.1-10.12.201403131204_all.deb Size: 181926 MD5sum: c3c828781601dba92c7321e979cfbf6d SHA1: 809dafc8f1963bd954008f65697aeee1078061da SHA256: ccc0c043ceeb9ec9fc6dc8be9c3fab63f93b1b63e0d6972cf523388a42dc9547 Description: set of abstract data type interfaces and implementations - doc The Java Collections Framework provides a set of abstract data type interfaces and implementations that offer both a wealth of useful functionality, and a solid foundation for extending that functionality. . This package contains Javadoc API documentation for libcommons-collections-java package. Homepage: http://commons.apache.org/collections/ Package: libcommons-collections-java Priority: optional Section: java Installed-Size: 264 Maintainer: Debian Java Maintainers Architecture: all Version: 2.1.1-10.12.201403131204 Suggests: libcommons-collections-java-doc Filename: 4.0-0/all/libcommons-collections-java_2.1.1-10.12.201403131204_all.deb Size: 168144 MD5sum: 1a94b6c63c3b5c9b2d5a1ecad37eb1d1 SHA1: 58de9ecfbb77147ceb13d09cffb5b7bfe1d7f6ed SHA256: 6b6d788ad65207a19f39b87b63372d58e0491b24cbfc7aaaecaa35b4363b32e1 Description: set of abstract data type interfaces and implementations The Java Collections Framework provides a set of abstract data type interfaces and implementations that offer both a wealth of useful functionality, and a solid foundation for extending that functionality. Homepage: http://commons.apache.org/collections/ Package: libcommons-collections3-java-doc Priority: optional Section: doc Installed-Size: 12233 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-collections3-java Version: 3.2.1-5.7.201403121216 Filename: 4.0-0/all/libcommons-collections3-java-doc_3.2.1-5.7.201403121216_all.deb Size: 903044 MD5sum: 68dec919aed7d285025e962422c75b5d SHA1: cc8342cb7c24f8ce333719b4ab27d31541024074 SHA256: f7c36fbd9a54f8e61a1e723f55e635cddd4161109bdd7c370878b08b758cc2f8 Description: Documentation for libcommons-collections3-java Javadocs for libcommons-collections3-java which is a Java collection framework. Homepage: http://commons.apache.org/collections/ Package: libcommons-collections3-java Priority: optional Section: java Installed-Size: 729 Maintainer: Debian Java Maintainers Architecture: all Version: 3.2.1-5.7.201403121216 Suggests: libcommons-collections3-java-doc Filename: 4.0-0/all/libcommons-collections3-java_3.2.1-5.7.201403121216_all.deb Size: 602180 MD5sum: e0404cbc8ae5f708045368a17d959f4e SHA1: 2a82bd05e8e4654f416ad022a0f49a1dcd733c2f SHA256: 781a7c8fd0985e9bc250f2fe98b00bf61825d068afb1aca2bd3cc04d30a64867 Description: A set of abstract data type interfaces and implementations The Java Collections Framework provides a set of abstract data type interfaces and implementations that offer both a wealth of useful functionality, and a solid foundation for extending that functionality. Homepage: http://commons.apache.org/collections/ Package: libcommons-compress-java Priority: optional Section: java Installed-Size: 303 Maintainer: Debian Java Maintainers Architecture: all Version: 1.4.1-2.6.201403121223 Depends: libxz-java Filename: 4.0-0/all/libcommons-compress-java_1.4.1-2.6.201403121223_all.deb Size: 224648 MD5sum: 2e781e1330b9f7da67931aa864a13990 SHA1: 6b40c983c281570c46bc236cf5ebe7cd66f913e0 SHA256: eaf9cb80eb9a6c0abfcc9028bdfd48210ef7b87e9ae04f205d511060bc240275 Description: Java API for working with tar, zip and bzip2 files Commons Compress defines an API for working with tar, zip and bzip2 files. Homepage: http://commons.apache.org/compress/ Package: libcommons-configuration-java-doc Priority: optional Section: doc Installed-Size: 6989 Maintainer: Debian Java Maintainers Architecture: all Source: commons-configuration Version: 1.7-1.10.201403180027 Recommends: default-jdk-doc Suggests: libcommons-configuration-java Filename: 4.0-0/all/libcommons-configuration-java-doc_1.7-1.10.201403180027_all.deb Size: 602358 MD5sum: ce8a23e23a81b993d4fae679364a8b5d SHA1: 8ad2d36f8e0606a741485d520dbc0ad1dcbbd03b SHA256: b2c4f3aac800ed1efe5261686cac5d9d93ba4668d3ea1ec6f9c0a7f7b24aa09a Description: API Documentation for commons-configuration Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources: - Properties files - XML documents - Windows INI files - Property list files (.plist) - JNDI - JDBC Datasource - System properties - Applet parameters - Servlet parameters Additional sources of configuration parameters can be created by using custom configuration objects. . This package contains the API documentation for commons-configuration. Homepage: http://commons.apache.org/configuration/ Package: libcommons-configuration-java Priority: optional Section: java Installed-Size: 410 Maintainer: Debian Java Maintainers Architecture: all Source: commons-configuration Version: 1.7-1.10.201403180027 Depends: libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-lang-java (>= 2.6), libcommons-logging-java, libjaxp1.3-java, libservlet2.5-java Recommends: ant, libcommons-codec-java, libcommons-jexl-java, libcommons-jxpath-java, libcommons-vfs-java, liblog4j1.2-java (>= 1.2.16), libxml-commons-resolver1.1-java (>= 1.2) Filename: 4.0-0/all/libcommons-configuration-java_1.7-1.10.201403180027_all.deb Size: 319118 MD5sum: 46572e7b1d6bb49fa44986cb83e50c29 SHA1: 56ce49f57dc2073623767b7bf55f178db8c50446 SHA256: 01d7e0bd001721b91b0909b9281e5c1702e713c4d0b10618780cfe8940d05f25 Description: Java based library providing a generic configuration interface Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources: - Properties files - XML documents - Windows INI files - Property list files (.plist) - JNDI - JDBC Datasource - System properties - Applet parameters - Servlet parameters Additional sources of configuration parameters can be created by using custom configuration objects. Homepage: http://commons.apache.org/configuration/ Package: libcommons-csv-java-doc Priority: optional Section: doc Installed-Size: 546 Maintainer: Debian Java Maintainers Architecture: all Source: commons-csv Version: 0.1-SNAPSHOT+svn678580-3.10.201403180036 Filename: 4.0-0/all/libcommons-csv-java-doc_0.1-SNAPSHOT+svn678580-3.10.201403180036_all.deb Size: 47968 MD5sum: 890a42309dbcca00dadd9249772846e2 SHA1: 8163af25e01d8267c52aeaaa19bdd3219ef073d7 SHA256: 4fbfadb3ba6444f5106004c08c78658a522c3e9a392308c360830eec0d05c5d6 Description: documentation for libcommons-csv-java libcommons-csv-java is the Apache Commons library for working with csv (comma separated value) files. . This package contains the API documentation for the Commons CSV library Homepage: http://commons.apache.org/sandbox/csv/ Package: libcommons-csv-java Priority: optional Section: java Installed-Size: 50 Maintainer: Debian Java Maintainers Architecture: all Source: commons-csv Version: 0.1-SNAPSHOT+svn678580-3.10.201403180036 Filename: 4.0-0/all/libcommons-csv-java_0.1-SNAPSHOT+svn678580-3.10.201403180036_all.deb Size: 21512 MD5sum: 91aa69b20c6e8574c0a07778cddbf7c2 SHA1: 0a82da04af280e4f1f19faf5384cf48e3adc0301 SHA256: b782cbafc56ec14d55a52e793ae7bc7f68c29fe8d44ccf264e0575900c08f140 Description: a Java library for working with csv (comma separated values) files libcommons-csv-java is the Apache Commons library for working with csv (comma separated value) files. Homepage: http://commons.apache.org/sandbox/csv/ Package: libcommons-daemon-java Priority: optional Section: java Installed-Size: 397 Maintainer: Debian Java Maintainers Architecture: all Source: commons-daemon Version: 1.0.10-3.16.201403180044 Recommends: jsvc Suggests: java-virtual-machine Filename: 4.0-0/all/libcommons-daemon-java_1.0.10-3.16.201403180044_all.deb Size: 60072 MD5sum: 318e1fe4ddaba3fa651370817a0798c9 SHA1: 2540a48d3b45f6b62b82dffed24aa3d2fbfc82e8 SHA256: 746557ec0d007b5ce7ed323e032ff7b2b07f65009a31a6e8069599b7fa69b76f Description: library to launch Java applications as daemons The Daemon package from Apache Commons can be used to implement Java applications which can be launched as daemons. For example the program will be notified about a shutdown so that it can perform cleanup tasks before its process of execution is destroyed by the operation system. . This package contains the java library. You will also need the actual binary for your architecture which is provided by the jsvc package. Homepage: http://commons.apache.org/daemon/ Package: libcommons-dbcp-java-doc Priority: optional Section: doc Installed-Size: 3308 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-dbcp-java Version: 1.4-3.17.201403121231 Depends: default-jdk-doc, libcommons-pool-java-doc Suggests: libcommons-dbcp-java Filename: 4.0-0/all/libcommons-dbcp-java-doc_1.4-3.17.201403121231_all.deb Size: 614874 MD5sum: 3bcf5a32155ca181c6e9bd61a40b8474 SHA1: 299894629fa31b0f8bcbba0b9bcf87a022342bd6 SHA256: dcd82f5c3a188158727f3985c9691895f0337f857ac5289f6bb5b6cc171402ac Description: Database Connection Pooling Services - documentation The DBCP package provides database connection pooling services. The following features are supported . * DataSource and Driver interfaces to the pool. * Support for arbitrary sources of the underlying Connections. * Integration with arbitrary org.apache.commons.pool.ObjectPool implementations. * Support for Connection validation, expiration, etc. * Support for PreparedStatement pooling. * XML configuration. . This is a part of the Apache Commons Project. . This package contains Javadoc API Documentation of Commons DBCP. Homepage: http://commons.apache.org/dbcp/ Package: libcommons-digester-java-doc Priority: optional Section: doc Installed-Size: 2725 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-digester-java Version: 1.8.1-3.7.201403121244 Filename: 4.0-0/all/libcommons-digester-java-doc_1.8.1-3.7.201403121244_all.deb Size: 241818 MD5sum: d81db47bec20cdac08e4e37b645d83f6 SHA1: 9f7f7d2c7aec3084e09a74b1221b871a0cf69e2a SHA256: a5de6ace220b0770a2a93f6527a717d6303dbfd916f0623fca3cf75cb344b51f Description: Rule based XML Java object mapping tool (documentation) Commons-Digester converts XML to a Java object by a set of mapping rules. A rich set of predefined rules is available for your use. You can also create your own rules. . This package contains the documentation. Homepage: http://commons.apache.org/digester/ Package: libcommons-digester-java Priority: optional Section: java Installed-Size: 238 Maintainer: Debian Java Maintainers Architecture: all Version: 1.8.1-3.7.201403121244 Depends: libcommons-beanutils-java (>= 1.7-1), libcommons-logging-java Suggests: libcommons-digester-java-doc Filename: 4.0-0/all/libcommons-digester-java_1.8.1-3.7.201403121244_all.deb Size: 169038 MD5sum: 3b9e26b66f4d5fd0df44c0133719ca1e SHA1: 919bc15b466dce8cc36bfb18450742271c87e65f SHA256: 57aa129550e8086dbbad8f943417ecae10cc2ab68847d5d35abb0b4d03c5595d Description: Rule based XML Java object mapping tool Commons-Digester converts XML to a Java object by a set of mapping rules. A rich set of predefined rules is available for your use. You can also create your own rules. Homepage: http://commons.apache.org/digester/ Package: libcommons-discovery-java-doc Priority: optional Section: doc Installed-Size: 1830 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-discovery-java Version: 0.5-3.7.201403121249 Depends: default-jdk-doc, libcommons-logging-java-doc Suggests: libcommons-discovery-java Filename: 4.0-0/all/libcommons-discovery-java-doc_0.5-3.7.201403121249_all.deb Size: 357304 MD5sum: 76d86b181cd3e04c74232261a21db167 SHA1: dc9b129087d7aba3283fc3220323419bf089198f SHA256: aac60ccca67520978f24e2497dffb84e3954add95f721096f88a6145d6c9b4f0 Description: locates classes that implement a given Java interface (documentation) The Discovery Component is about discovering, or finding, implementations for pluggable interfaces. It provides facilities instantiating classes in general, and for lifecycle management of singleton (factory) classes. . Fundamentally, Discovery locates classes that implement a given Java interface. The discovery pattern, though not necessarily this package, is used in many projects including JAXP (SaxParserFactory and others) and commons-logging (LogFactory). By extracting this pattern, other projects can (re)use it and take advantage of improvements to the pattern as Discovery evolves. . Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties (which are scoped across an entire JVM). . This package contains the documentation. Homepage: http://commons.apache.org/discovery/ Package: libcommons-discovery-java Priority: optional Section: java Installed-Size: 133 Maintainer: Debian Java Maintainers Architecture: all Version: 0.5-3.7.201403121249 Depends: libcommons-logging-java Suggests: libcommons-discovery-java-doc Filename: 4.0-0/all/libcommons-discovery-java_0.5-3.7.201403121249_all.deb Size: 70650 MD5sum: 2dbef0caf5b3e32311b9a549625ac3e5 SHA1: dc8a2c31eef6452a8aa559f07f527d29503bc966 SHA256: 0f060fb586b2cf8d40e231e849368d75f884f332e2050519dcbf4820cc819350 Description: locates classes that implement a given Java interface The Discovery Component is about discovering, or finding, implementations for pluggable interfaces. It provides facilities instantiating classes in general, and for lifecycle management of singleton (factory) classes. . Fundamentally, Discovery locates classes that implement a given Java interface. The discovery pattern, though not necessarily this package, is used in many projects including JAXP (SaxParserFactory and others) and commons-logging (LogFactory). By extracting this pattern, other projects can (re)use it and take advantage of improvements to the pattern as Discovery evolves. . Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties (which are scoped across an entire JVM). Homepage: http://commons.apache.org/discovery/ Package: libcommons-el-java Priority: optional Section: java Installed-Size: 1760 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0-7.6.201403121300 Depends: libservlet2.5-java Filename: 4.0-0/all/libcommons-el-java_1.0-7.6.201403121300_all.deb Size: 217730 MD5sum: c0b195eb561a9c28f13cab209483e3b0 SHA1: ce259724c286559a8b20fbabe1ba7a91995a0f3a SHA256: d6a8796c3b3c28a0ee0d5d3a59447a86a4eacea74edf0eaa7ffaccc3a9eebcad Description: Implementation of the JSP2.0 Expression Language interpreter The JSP 2.0 specification provides a portable API for evaluating "EL Expressions": The classes and interfaces in the javax.servlet.jsp.el package describe and define programmatic access to the Expression Language evaluator. This package is an implementation of the API. Homepage: http://commons.apache.org/el/ Package: libcommons-exec-java Priority: optional Section: java Installed-Size: 106 Maintainer: Debian Java Maintainers Architecture: all Source: commons-exec Version: 1.0.1-1.5.201403180050 Depends: default-jre-headless | java2-runtime-headless Suggests: java-virtual-machine Filename: 4.0-0/all/libcommons-exec-java_1.0.1-1.5.201403180050_all.deb Size: 40952 MD5sum: 45b94c0f73abbddd04e2d72248ed902e SHA1: 291e4a962e9116c4e54d04c0430d3407ecb6b52d SHA256: 906cd2789af011e842174711b7c963cb6842fb9fde402ca2198497610dea416a Description: a library to reliably execute external processes from within the JVM Executing external processes from Java is a well-known problem area. It is inherently platform dependent and requires the developer to know and test for platform specific behaviors, for example using cmd.exe on Windows or limited buffer sizes causing deadlocks. The JRE support for this is very limited, albeit better with the new Java SE 1.5 ProcessBuilder class. . Reliably executing external processes can also require knowledge of the environment variables before or after the command is executed. In J2SE 1.1-1.4 there is no support for this, since the method, System.getenv(), for retrieving environment variables is deprecated. . There are currently several different libraries that for their own purposes have implemented frameworks around Runtime.exec() to handle the various issues outlined above. The commons-exec package aims at coordinating and learning from these initiatives to create and maintain a simple, reusable and well-tested package. Homepage: http://commons.apache.org/exec/ Package: libcommons-fileupload-java-doc Priority: optional Section: doc Installed-Size: 1690 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-fileupload-java Version: 1.2.2-1.10.201410312259 Depends: default-jdk-doc Suggests: libcommons-fileupload-java Filename: 4.0-0/all/libcommons-fileupload-java-doc_1.2.2-1.10.201410312259_all.deb Size: 370312 MD5sum: f5feacf7aaacd1b3b78ac878d71237a5 SHA1: 7f551f247e16d39b3a3c19c9096d6b6671cd1533 SHA256: b9ccf5bdd5e2918ecde9d5aaa60d56236aa387579282561e57f87ce85b1be9a3 Description: Javadoc API documentation for Commons FileUploads FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML". That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data", then FileUpload can parse that request, and make the results available in a manner easily used by the caller. . This package contains Javadoc API documentation for Commons FileUpload. Homepage: http://commons.apache.org/fileupload/ Package: libcommons-fileupload-java Priority: optional Section: java Installed-Size: 118 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2.2-1.10.201410312259 Depends: libportlet-api-2.0-spec-java, libservlet2.5-java Recommends: libcommons-io-java Filename: 4.0-0/all/libcommons-fileupload-java_1.2.2-1.10.201410312259_all.deb Size: 55226 MD5sum: 0c56bb546c69652b38c59a5429ca1885 SHA1: 45e099aa74e711709ce85379f17096656ff7ba44 SHA256: 6e3af60235b0fea99863645507c8669470652541976f79a30cd31935f02aedc2 Description: File upload capability to your servlets and web applications The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. . FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML". That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data", then FileUpload can parse that request, and make the results available in a manner easily used by the caller. Homepage: http://commons.apache.org/fileupload/ Package: libcommons-httpclient-java-doc Priority: optional Section: doc Installed-Size: 14426 Maintainer: Debian Java Maintainers Architecture: all Source: commons-httpclient Version: 3.1-10.2.8.201403180056 Suggests: libcommons-httpclient-java Filename: 4.0-0/all/libcommons-httpclient-java-doc_3.1-10.2.8.201403180056_all.deb Size: 1547174 MD5sum: d03ad375b002f8a2b724d2984be81b03 SHA1: c6c09bf3e6fa668676a2afa8c5faf2a8cd76ba08 SHA256: 4960545e5f7b62fcec845bd68e726fecb09946fc571343dc3b45b32ca9e0fcba Description: Documentation for libcommons-httpclient-java The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. . This package contains the documentation for the Jakarta Commons HTTPClient library. Homepage: http://hc.apache.org/httpclient-3.x Package: libcommons-httpclient-java Priority: optional Section: java Installed-Size: 385 Maintainer: Debian Java Maintainers Architecture: all Source: commons-httpclient Version: 3.1-10.2.8.201403180056 Depends: libcommons-logging-java, libcommons-codec-java Suggests: libcommons-httpclient-java-doc Filename: 4.0-0/all/libcommons-httpclient-java_3.1-10.2.8.201403180056_all.deb Size: 309460 MD5sum: f08715ec0924f5f612d6617a5fb3a198 SHA1: d30b3510c0a9165fd4297ab8877d0f2666bed6f5 SHA256: 12dcd8b0f39ea239ce703773961b3c9a08d995b9ff7126e0205ae1cf798a4663 Description: A Java(TM) library for creating HTTP clients The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Homepage: http://hc.apache.org/httpclient-3.x Package: libcommons-io-java-doc Priority: optional Section: doc Installed-Size: 2334 Maintainer: Debian Java Maintainers Architecture: all Source: commons-io Version: 1.4-4.7.201403180101 Suggests: libcommons-io-java Filename: 4.0-0/all/libcommons-io-java-doc_1.4-4.7.201403180101_all.deb Size: 188380 MD5sum: e66724fe933d0ed58381baec161315e9 SHA1: 48876706d9183b5a7bb7a141bce7ba54358556b5 SHA256: 18d50ee13a721abf3d29e5b0d429b0bfcdec020effe7e300eb0d080e18f2e9c4 Description: Common useful IO related classes - documentation Commons-IO contains utility classes, stream implementations, file filters and endian classes. . This package provides the API documentation for the Commons-IO library. Homepage: http://commons.apache.org/io/ Package: libcommons-io-java Priority: optional Section: java Installed-Size: 167 Maintainer: Debian Java Maintainers Architecture: all Source: commons-io Version: 1.4-4.7.201403180101 Suggests: libcommons-io-java-doc Filename: 4.0-0/all/libcommons-io-java_1.4-4.7.201403180101_all.deb Size: 102256 MD5sum: 8244f4a01b977b2e9d56980a6e2304e2 SHA1: 045001fe22ef90aaabfae2ffeec2bf4e6b1a868e SHA256: bbea48f85f60a4369670a3015e83af4781678d94c7a1792df4e8cc03610684f8 Description: Common useful IO related classes Commons-IO contains utility classes, stream implementations, file filters and endian classes. Homepage: http://commons.apache.org/io/ Package: libcommons-javaflow-java-doc Priority: optional Section: doc Installed-Size: 1786 Maintainer: Debian Java Maintainers Architecture: all Source: commons-javaflow Version: 0.0~svn20060411-5.5.201403180109 Recommends: libbcel-java-doc Suggests: libcommons-javaflow-java Filename: 4.0-0/all/libcommons-javaflow-java-doc_0.0~svn20060411-5.5.201403180109_all.deb Size: 113454 MD5sum: 7bc97f2decb25ebb5166c101cb3c7c6f SHA1: c4b54d2d552b34938b79811d91df0ec2842b24dd SHA256: 5e714dffd95f8dc69fe04c2d3589549fc0be7b22f1c8cde1c002c61e4eb625dc Description: Java implementation of Continuations concept - documentation Commons Javaflow is a pure Java implementation of the Continuations concept. . For more information about Continuation, you can have a look on or . To use Javaflow in your program, Javaflow needs to enhance its Java byte code: - statically, using the Javaflow Ant task as a part of your build process - dynamically, at runtime, by using Javaflow's ContinuationClassLoader. . This package contains Javadoc API of Commons Javaflow. Homepage: http://commons.apache.org/sandbox/javaflow/ Package: libcommons-javaflow-java Priority: optional Section: java Installed-Size: 158 Maintainer: Debian Java Maintainers Architecture: all Source: commons-javaflow Version: 0.0~svn20060411-5.5.201403180109 Depends: default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel-java Filename: 4.0-0/all/libcommons-javaflow-java_0.0~svn20060411-5.5.201403180109_all.deb Size: 89004 MD5sum: 12e3dd999365e62797a809f060c58c08 SHA1: 4038e49859dbbed72698893237bb51cca2968fd0 SHA256: 60f583188f664d3f784f49b024d0b1be61aca3bf0b1d8934a287a765b24c5ecd Description: Java implementation of Continuations concept Commons Javaflow is a pure Java implementation of the Continuations concept. . For more information about Continuation, you can have a look on or . To use Javaflow in your program, Javaflow needs to enhance its Java byte code: - statically, using the Javaflow Ant task as a part of your build process - dynamically, at runtime, by using Javaflow's ContinuationClassLoader. Homepage: http://commons.apache.org/sandbox/javaflow/ Package: libcommons-jci-eclipse-java Priority: optional Section: java Installed-Size: 81 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Depends: libcommons-jci-java (= 1.0-5.5.201403180113), libecj-java Filename: 4.0-0/all/libcommons-jci-eclipse-java_1.0-5.5.201403180113_all.deb Size: 20278 MD5sum: 3132a697312984fbae8ece6e344a6a16 SHA1: 66690088e59b24faf72448792164136e99d76e56 SHA256: cb8845d2a3ce6800afbaaf7124f924610669fcb1c055030a9c3e8b2c18c91e30 Description: common Java interface for various compilers - Eclipse JDT Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains Eclipse JDT compiler module of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jci-groovy-java Priority: optional Section: java Installed-Size: 74 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Depends: libcommons-jci-java (= 1.0-5.5.201403180113), groovy Filename: 4.0-0/all/libcommons-jci-groovy-java_1.0-5.5.201403180113_all.deb Size: 14046 MD5sum: 8a186d3137da809d5d542bd4a63210c7 SHA1: 32d929389b06a27ab81c5c66249ab0b5ccadbf64 SHA256: 0ebbd322c9d52a3b1e93cbd57e56f176065e7c4a94ed2d08ead33cbc1c32f91b Description: common Java interface for various compilers - Groovy Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains Groovy compiler module of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jci-janino-java Priority: optional Section: java Installed-Size: 78 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Depends: libcommons-jci-java (= 1.0-5.5.201403180113), janino Filename: 4.0-0/all/libcommons-jci-janino-java_1.0-5.5.201403180113_all.deb Size: 17778 MD5sum: a625a9ea9be8a84b8d5023fe7a9f153e SHA1: 7031b551f9c43ab55223cd5af1334c8059bde94b SHA256: ac2838f43566e1c016ce87c86e992d26f69a45435b63012f7ab75ecf6389fad5 Description: common Java interface for various compilers - Janino Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains Janino compiler module of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jci-java-doc Priority: optional Section: doc Installed-Size: 1095 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Recommends: default-jdk-doc Suggests: libcommons-jci-java Filename: 4.0-0/all/libcommons-jci-java-doc_1.0-5.5.201403180113_all.deb Size: 73944 MD5sum: b84c94be9c4c1a62b7b56b2e7209f3f8 SHA1: 8564b6f64097adaf876e6c72c4b29ad9a384443c SHA256: 7e2d13acd8869155d07ce58bbf5f8980f0d250afcb6fe5b35533eef30009f731 Description: common Java interface for various compilers - documentation Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains Javadoc API of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jci-java Priority: optional Section: java Installed-Size: 148 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Depends: libcommons-io-java, libcommons-lang-java, libcommons-logging-java, libasm3-java Filename: 4.0-0/all/libcommons-jci-java_1.0-5.5.201403180113_all.deb Size: 43866 MD5sum: 8d7eac55b5a48068a2346e38de7bd203 SHA1: 1aabd81ed32fdfb8d879da06ecd52bdc6419c360 SHA256: 6edbacbc0ddf0d63cd28a261481f1e45158af0d66e122575cc0635525b2cb1e0 Description: common Java interface for various compilers - Core and FAM Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains FAM and Core module of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jci-rhino-java Priority: optional Section: java Installed-Size: 77 Maintainer: Debian Java Maintainers Architecture: all Source: commons-jci Version: 1.0-5.5.201403180113 Depends: libcommons-jci-java (= 1.0-5.5.201403180113), librhino-java Filename: 4.0-0/all/libcommons-jci-rhino-java_1.0-5.5.201403180113_all.deb Size: 16784 MD5sum: 1db8657c1794892fa9ab95b2450f346e SHA1: 01825531d5d56b7cc897f693821ab55090a6f585 SHA256: 31187822ffd29212e0122aaeccfa6c8aafea35558d5562eeaf4e86b04149126f Description: common Java interface for various compilers - Javascript Commons JCI is a common Java compiler interface for various compilers. . It can be used to either compile Java (or any other language that can be compiled to Java classes like e.g. Groovy or Javascript) to Java. . It is integrated with a Java FAM (Filesystem Alteration Monitor) that can be used with JCI compiling/reloading classloader. . This package contains Rhino compiler (Javascript) module of Commons JCI. Homepage: http://commons.apache.org/jci/ Package: libcommons-jexl-java Priority: optional Section: java Installed-Size: 187 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1-3.6.201403121317 Filename: 4.0-0/all/libcommons-jexl-java_1.1-3.6.201403121317_all.deb Size: 122800 MD5sum: f605118971b72d9bb41f0e28232f285c SHA1: f5c38993015afe663fb1c801f9dad4b9ec3e7c13 SHA256: 36dc8e72ba5ad9e511889b8769e2db02e23e933500257105a0b2600acb2fb387 Description: expression language engine This library is an expression language engine for easy embedding in applications and frameworks. It implements an extented version of the Expression Language of the JSTL (Java Standard Tag Library, java server related technology). Homepage: http://commons.apache.org/jexl Package: libcommons-jxpath-java-doc Priority: optional Section: doc Installed-Size: 5099 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-jxpath-java Version: 1.3-5.5.201403121325 Suggests: libcommons-jxpath-java Filename: 4.0-0/all/libcommons-jxpath-java-doc_1.3-5.5.201403121325_all.deb Size: 388936 MD5sum: bbcb6a2088cf05d59dad9ecafac3fcdb SHA1: 8a0973dff2f190e243a3b9d6ab0cb1745355eaea SHA256: 344ceedc6735832133bbee81316ecc681ed3a7cccc098e6fb30fde4a79efab13 Description: Javadoc API for libcommons-jxpath-java The javadoc API for libcommons-jxpath-java which is a library to manipulate javabeans with the XPath syntax. Homepage: http://commons.apache.org/jxpath/ Package: libcommons-jxpath-java Priority: optional Section: java Installed-Size: 346 Maintainer: Debian Java Maintainers Architecture: all Version: 1.3-5.5.201403121325 Suggests: libcommons-jxpath-java-doc Filename: 4.0-0/all/libcommons-jxpath-java_1.3-5.5.201403121325_all.deb Size: 270216 MD5sum: 7b88630c5a65402395cdf3bf5835d90c SHA1: c6e2f700f6f37a5e6599d379f9f32b7a2f67c408 SHA256: 3ef993a2df8ef3230ce9d06911e4994e1feddaed6b6b2118c7128a60671cad1a Description: manipulate javabean using XPath syntax This library provides the java developer the ability to manipulate javabeans with the XPath syntax. It also supports java collections, objects with dynamic properties (like Map, ServletContext, etc) and mechanism for adding support for additional models. . One of the most important feature of the component is the unification of reference syntax between DOM and java. Homepage: http://commons.apache.org/jxpath/ Package: libcommons-lang-java-doc Priority: optional Section: doc Installed-Size: 7383 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-lang-java Version: 2.6-3.7.201403121335 Suggests: libcommons-lang-java, default-jdk-doc Filename: 4.0-0/all/libcommons-lang-java-doc_2.6-3.7.201403121335_all.deb Size: 1253898 MD5sum: fb6bf8f97cc04114ff9a598bf321cf23 SHA1: 1d36bf4cedd7e00583418f43fb978195e8c31a30 SHA256: 428d4ecbe639624921cdc078fcc44bd3870909e76073749a0e667229b8bf3c81 Description: Documentation for Commons Lang - an extension of the java.lang package The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the Sun JDK. The following classes are included: . * StringUtils - Helper for java.lang.String. * CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez]. * RandomStringUtils - Helper for creating randomised Strings. * NumberUtils - Helper for java.lang.Number and its subclasses. * NumberRange - A range of numbers with an upper and lower bound. * ObjectUtils - Helper for java.lang.Object. * SerializationUtils - Helper for serializing Objects. * SystemUtils - Utility class defining the Java system properties. * NestedException package - A sub-package for the creation of nested exceptions. * Enum package - A sub-package for the creation of enumerated types. * Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods. . This package contains the API documentation of libcommons-lang-java Homepage: http://commons.apache.org/lang/ Package: libcommons-lang-java Priority: optional Section: java Installed-Size: 349 Maintainer: Debian Java Maintainers Architecture: all Version: 2.6-3.7.201403121335 Depends: libcommons-parent-java (>= 12) Suggests: libcommons-lang-java-doc Filename: 4.0-0/all/libcommons-lang-java_2.6-3.7.201403121335_all.deb Size: 270336 MD5sum: eb5faa4ac149df3dba28fb6777811d06 SHA1: 8a63a277ef052aba70e9f91e6da410fde9c61a0c SHA256: b0d95c3ad078a4a30f90d02310b0d8d9fe3d2de00d936a86ecae94937cfbf7e2 Description: Commons Lang - an extension of the java.lang package The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the Sun JDK. The following classes are included: . * StringUtils - Helper for java.lang.String. * CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez]. * RandomStringUtils - Helper for creating randomised Strings. * NumberUtils - Helper for java.lang.Number and its subclasses. * NumberRange - A range of numbers with an upper and lower bound. * ObjectUtils - Helper for java.lang.Object. * SerializationUtils - Helper for serializing Objects. * SystemUtils - Utility class defining the Java system properties. * NestedException package - A sub-package for the creation of nested exceptions. * Enum package - A sub-package for the creation of enumerated types. * Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods. Homepage: http://commons.apache.org/lang/ Package: libcommons-lang3-java-doc Priority: optional Section: doc Installed-Size: 6919 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-lang3-java Version: 3.1-1.2.201403121342 Depends: default-jdk-doc Suggests: libcommons-lang3-java Filename: 4.0-0/all/libcommons-lang3-java-doc_3.1-1.2.201403121342_all.deb Size: 1283908 MD5sum: 3d61cbc52374334478c93a85269aeb76 SHA1: fbf1f25c47fc92db89c55b5eb285e96346d8c964 SHA256: 9aa9c57f6a95a8f553e4079ad78927b0ef4078062ec29ab708c1fe821835ca00 Description: Documentation for extension of the java.lang package (for Java 5+) The Commons Lang components contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the JDK 5+. . Commons Lang 3.x use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. . Commons Lang 3.x is only compatible with JDK 1.5+ . This package contains the API documentation of libcommons-lang3-java. Homepage: http://commons.apache.org/lang/ Package: libcommons-lang3-java Priority: optional Section: java Installed-Size: 386 Maintainer: Debian Java Maintainers Architecture: all Version: 3.1-1.2.201403121342 Suggests: libcommons-lang3-java-doc Filename: 4.0-0/all/libcommons-lang3-java_3.1-1.2.201403121342_all.deb Size: 294440 MD5sum: 10bc17ca957d1b7ec44ed916c880d31a SHA1: bd0f18321859138c6a09d6176d3e34c8b267dbe3 SHA256: 6d59cb663c9fac9b54a84424ce4b8e1aff6f3cbc3bb9f2b3d29fd5a1689a34d6 Description: Extension of the java.lang package (for Java 5+) The Commons Lang components contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the JDK 5+. . Commons Lang 3.x use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version. . Commons Lang 3.x is only compatible with JDK 1.5+ Homepage: http://commons.apache.org/lang/ Package: libcommons-launcher-java Priority: optional Section: java Installed-Size: 650 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1-6.6.201403121353 Depends: libcommons-collections-java, libcommons-logging-java Filename: 4.0-0/all/libcommons-launcher-java_1.1-6.6.201403121353_all.deb Size: 134950 MD5sum: 9934cb706e16518d89f18a1f62f37b2c SHA1: d86077845cd23356b1c36116fdedc9c27d5b0a09 SHA256: df994d17e648e7c2f3f04956849b2c03b601d9282651fd42d5500db797817c19 Description: cross platform java application launcher Commons-launcher eliminates the need for a batch or shell script to launch a Java class. Some situations where elimination of a batch or shell script may be desirable are: . * You want to avoid having to determining where certain application paths are e.g. your application's home directory, etc. Determining this dynamically in a Windows batch scripts is very tricky on some versions of Windows or when softlinks are used on Unix platforms. . * You want to avoid having to handle native file and path separators or native path quoting issues. . * You need to enforce certain system properties e.g. java.endorsed.dirs when running with JDK 1.4. . * You want to allow users to pass in custom JVM arguments or system properties without having to parse and reorder arguments in your script. This can be tricky and/or messy in batch and shell scripts. . * You want to bootstrap system properties from a configuration file instead hard-coding them in your batch and shell scripts. . * You want to provide localized error messages which is very tricky to do in batch and shell scripts. . This is a part of the Apache Commons Project. Homepage: http://commons.apache.org/launcher/ Package: libcommons-logging-java-doc Priority: optional Section: doc Installed-Size: 929 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-logging-java Version: 1.1.1-9.15.201403121357 Filename: 4.0-0/all/libcommons-logging-java-doc_1.1.1-9.15.201403121357_all.deb Size: 102992 MD5sum: cc4301d6f5e84b1078be0bb68bcfea5a SHA1: 5fedda9c02941c3b6edf832cbc7ab73989bb0808 SHA256: 174d8a1264f2028ce042faf8320f6175a4d21443ce5099b6d4eb611abcfa55c3 Description: commmon wrapper interface for several logging APIs (documentation) Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. . This package contains the documentation. Homepage: http://commons.apache.org/logging Package: libcommons-logging-java Priority: optional Section: java Installed-Size: 207 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.1-9.15.201403121357 Depends: libcommons-parent-java Suggests: libavalon-framework-java, libcommons-logging-java-doc, libexcalibur-logkit-java, liblog4j1.2-java, libservlet2.5-java Filename: 4.0-0/all/libcommons-logging-java_1.1.1-9.15.201403121357_all.deb Size: 118748 MD5sum: ba7cd56cdb056706dd800c19bc4ab112 SHA1: 2dc76e93451243c358f5adeeb03b2e73e7326ca0 SHA256: ff962cf5c50e35127dcf0f572f61bd7b281d6d9806f4c9aefcf6d4b969b40803 Description: commmon wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. Homepage: http://commons.apache.org/logging Package: libcommons-math-java-doc Priority: optional Section: doc Installed-Size: 21816 Maintainer: Debian Java Maintainers Architecture: all Source: commons-math Version: 2.2-2.5.201403180120 Suggests: libcommons-math-java Filename: 4.0-0/all/libcommons-math-java-doc_2.2-2.5.201403180120_all.deb Size: 1761474 MD5sum: 81580af01feb0566c2a79f4a1e93105a SHA1: bf9b4f217ff728052613474fb7d3e7d38c1ecf60 SHA256: 64ae410a85f85f3a5f4709f5dab1bc7884b2ede70036326e5c2ba8322a7cfb0b Description: Java lightweight mathematics and statistics components - documentation Commons Math is a Java library of lightweight, self-contained mathematics and statistics components. . Commons Math is made up of a small set of math/stat utilities addressing programming problems like the ones in the list below: - Computing means, variances and other summary statistics for a list of numbers - Fitting a line to a set of data points using linear regression - Finding a smooth curve that passes through a collection of points (interpolation) - Fitting a parametric model to a set of measurements using least-squares methods - Solving equations involving real-valued functions (i.e. root-finding) - Solving systems of linear equations - Solving Ordinary Differential Equations - Minimizing multi-dimensional functions - Generating random numbers with more restrictions (e.g distribution, range) than what is possible using the JDK - Generating random samples and/or datasets that are "like" the data in an input file - Performing statistical significance tests - Miscellaneous mathematical functions such as factorials, binomial coefficients and "special functions" (e.g. gamma, beta functions) . This is a part of the Apache Commons Project. . This package provides the API documentation for Commons Math. Homepage: http://commons.apache.org/math/ Package: libcommons-math-java Priority: optional Section: java Installed-Size: 1043 Maintainer: Debian Java Maintainers Architecture: all Source: commons-math Version: 2.2-2.5.201403180120 Filename: 4.0-0/all/libcommons-math-java_2.2-2.5.201403180120_all.deb Size: 895726 MD5sum: e983d8ed2d2d431941b19c090780c76e SHA1: 8a99250bb868228a908f3f7a1828305987363be5 SHA256: 1d5c11512283c805acfe4a984d71c11b33e0df39479c682bb77b76a61c6d97b1 Description: Java lightweight mathematics and statistics components Commons Math is a Java library of lightweight, self-contained mathematics and statistics components. . Commons Math is made up of a small set of math/stat utilities addressing programming problems like the ones in the list below: - Computing means, variances and other summary statistics for a list of numbers - Fitting a line to a set of data points using linear regression - Finding a smooth curve that passes through a collection of points (interpolation) - Fitting a parametric model to a set of measurements using least-squares methods - Solving equations involving real-valued functions (i.e. root-finding) - Solving systems of linear equations - Solving Ordinary Differential Equations - Minimizing multi-dimensional functions - Generating random numbers with more restrictions (e.g distribution, range) than what is possible using the JDK - Generating random samples and/or datasets that are "like" the data in an input file - Performing statistical significance tests - Miscellaneous mathematical functions such as factorials, binomial coefficients and "special functions" (e.g. gamma, beta functions) . This is a part of the Apache Commons Project. Homepage: http://commons.apache.org/math/ Package: libcommons-modeler-java-doc Priority: optional Section: doc Installed-Size: 1390 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-modeler-java Version: 2.0.1-6.6.201403121402 Suggests: libcommons-modeler-java Filename: 4.0-0/all/libcommons-modeler-java-doc_2.0.1-6.6.201403121402_all.deb Size: 116424 MD5sum: fe548b7be8684789f98e2795636952a1 SHA1: c2272e05bba934478ca73ae9511bb53cc69ec5ca SHA256: f08d58eb0e341c095edac7333ea03a14312dc638d59bc109764c60e248b098ca Description: documentation and examples for Commons Modeler Commons Modeler from the Apache Commons project simplifies using the Java Management Extensions (JMX). . This package contains the API Javadoc and examples. Homepage: http://commons.apache.org/modeler/ Package: libcommons-modeler-java Priority: optional Section: java Installed-Size: 177 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0.1-6.6.201403121402 Depends: libmx4j-java, libcommons-logging-java, libcommons-digester-java Filename: 4.0-0/all/libcommons-modeler-java_2.0.1-6.6.201403121402_all.deb Size: 119020 MD5sum: 11eb05b0ef1698da7e4fed0312b9d2dc SHA1: 6aa29600aa1117b8cf693f95fce754cb81da0512 SHA256: 25c9ab7428e855e4e47d8fc478b5251fb90a8d21372d75ae9e5737c0ef0b0678 Description: convenience library to use Java Management Extensions (JMX) Commons Modeler from the Apache Commons project simplifies using the Java Management Extensions (JMX). It provides the following services to application developers who wish to make their applications manageable via JMX: * Reads an XML-based description of the Model MBeans to be provided for a set of managed resources. * Provides a registry of these descriptions. * Supplies a base Model MBean implementation class that can be used for all management activities where the attribute accesses or operation calls are simply reflected on to the managed object. Homepage: http://commons.apache.org/modeler/ Package: libcommons-net-java Priority: optional Section: java Installed-Size: 29 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-net1-java Version: 1.4.1-5.2.201403121406 Depends: libcommons-net1-java (= 1.4.1-5.2.201403121406) Filename: 4.0-0/all/libcommons-net-java_1.4.1-5.2.201403121406_all.deb Size: 3882 MD5sum: bd30277b5e818fedb07ec12389c5aff7 SHA1: 3151b7423d9b09226f7b3a4769e06df45fa85c45 SHA256: 156a3467e9c2c658d44a3654595c19d5c219ff396c0358e9fc141f5f63d91cbc Description: dummy package for upgrading to libcommons-net-java This package can be safely removed after ugrading to libcommons-net1-java. Homepage: http://commons.apache.org/net/ Package: libcommons-net1-java Priority: optional Section: java Installed-Size: 5206 Maintainer: Debian Java Maintainers Architecture: all Version: 1.4.1-5.2.201403121406 Replaces: libcommons-net-java (<< 1.4.1-4~) Depends: liboro-java (>= 2.0.8) Conflicts: libcommons-net-java (<< 1.4.1-4~) Filename: 4.0-0/all/libcommons-net1-java_1.4.1-5.2.201403121406_all.deb Size: 565010 MD5sum: dc8f24cda8b520baba136bc3d517bcae SHA1: 7c2271a98d0213e5679623f9d3efcf7e3221c7ba SHA256: 9edb2c823ca4ce912fc0753be77f7db9909cfd8fa22afac0aea4f52e7abfde23 Description: internet protocol suite Java library This is an Internet protocol suite Java library originally developed by ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocal accesible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). NetComponents was originally a commercial product, but after ORO dissolved, it was continued to be made available for those who found it useful. However, no updates have been made since version 1.3.8, released in 1998. Now that certain contract obligations have expired, it is possible to make the source code freely available under the Apache Software License. . This is a part of the Apache Commons Project. Homepage: http://commons.apache.org/net/ Package: libcommons-net2-java-doc Priority: optional Section: doc Installed-Size: 5610 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-net2-java Version: 2.2-2.6.201403121410 Recommends: default-jdk-doc Suggests: libcommons-net2-java Filename: 4.0-0/all/libcommons-net2-java-doc_2.2-2.6.201403121410_all.deb Size: 448168 MD5sum: d0e890f55787d422523678372fa8dfab SHA1: ab85b6d92feeb5e782ce02c51df151c9f7fbed56 SHA256: a6b870bc628da6657a3a196008806142ca2fa4d104f375b0e5b072f5397c43b6 Description: internet protocol suite Java library - API docs This is an Internet protocol suite Java library originally developed by ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocal accesible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). NetComponents was originally a commercial product, but after ORO dissolved, it was continued to be made available for those who found it useful. However, no updates have been made since version 1.3.8, released in 1998. Now that certain contract obligations have expired, it is possible to make the source code freely available under the Apache Software License. . This is a part of the Apache Jakarta Project. . This package contains the API documentation for libcommons-net-java. Homepage: http://commons.apache.org/net/ Package: libcommons-net2-java Priority: optional Section: java Installed-Size: 262 Maintainer: Debian Java Maintainers Architecture: all Version: 2.2-2.6.201403121410 Suggests: libcommons-net2-java-doc Filename: 4.0-0/all/libcommons-net2-java_2.2-2.6.201403121410_all.deb Size: 193208 MD5sum: 7aadff06664e97fa34d405de9c33be55 SHA1: 9621ebc654260dc31c7e2a33dcd38973def8a0ee SHA256: 04489cfcce5e9f15ab53238c3c74235ecbc7eb85c86059688f480b53849393ab Description: internet protocol suite Java library This is an Internet protocol suite Java library originally developed by ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocal accesible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). NetComponents was originally a commercial product, but after ORO dissolved, it was continued to be made available for those who found it useful. However, no updates have been made since version 1.3.8, released in 1998. Now that certain contract obligations have expired, it is possible to make the source code freely available under the Apache Software License. . This is a part of the Apache Jakarta Project. Homepage: http://commons.apache.org/net/ Package: libcommons-openpgp-java-doc Priority: optional Section: doc Installed-Size: 357 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-openpgp-java Version: 0+svn533492-3.5.201403121421 Depends: default-jdk-doc Suggests: libcommons-openpgp-java Filename: 4.0-0/all/libcommons-openpgp-java-doc_0+svn533492-3.5.201403121421_all.deb Size: 26356 MD5sum: 09fe6f058a0f313f0d80326e7c631ace SHA1: 3098893c3efb80a0859ad752d67f2fd7cbb1afc2 SHA256: 2231a4ed2a789e48a384f0c88457ab756d98a6ea98a9b13233c53b6924328c64 Description: a common and simple interface for generating and verifying OpenPGP signatures Currently implemented using BouncyCastle, it is intended to allow pluggable providers so that alternate open source and commercial providers can be used. . The library was started by Maven and Ant committers to enable the use of OpenPGP from these tools. Currently, Maven uses it in its development version to sign libraries released to the repository. . This package contains the API documentation for libcommons-openpgp-java Homepage: http://jakarta.apache.org/commons/sandbox/openpgp/ Package: libcommons-openpgp-java Priority: optional Section: java Installed-Size: 47 Maintainer: Debian Java Maintainers Architecture: all Version: 0+svn533492-3.5.201403121421 Suggests: libcommons-openpgp-java-doc Filename: 4.0-0/all/libcommons-openpgp-java_0+svn533492-3.5.201403121421_all.deb Size: 16892 MD5sum: a55b4cd30933d1faadf0c6415031e5e2 SHA1: 2364510045f5fde86f1ee8428ea246b63b3da35a SHA256: aa9f58580ba273a99af8bed68264f49f283fb97f16e22d8c81b3bc1abbbf0157 Description: a common and simple interface for generating and verifying OpenPGP signatures Currently implemented using BouncyCastle, it is intended to allow pluggable providers so that alternate open source and commercial providers can be used. . The library was started by Maven and Ant committers to enable the use of OpenPGP from these tools. Currently, Maven uses it in its development version to sign libraries released to the repository. Homepage: http://jakarta.apache.org/commons/sandbox/openpgp/ Package: libcommons-parent-java Priority: optional Section: java Installed-Size: 86 Maintainer: Debian Java Maintainers Architecture: all Source: commons-parent Version: 22-2.2.201403180129 Depends: libapache-pom-java (>= 9) Filename: 4.0-0/all/libcommons-parent-java_22-2.2.201403180129_all.deb Size: 6946 MD5sum: a1ebeab0bf295e8b2f724ca0e996554b SHA1: b9fc21724f273f931a1542af3a050fc6902c495c SHA256: 0cea6a5e6f130df6ea55c8ce122317980c75c76034be712c5abee0d6aae0623f Description: Maven metadata for Apache Commons project This package contains the Maven metadata shared between all components of the Apache Commons project. Homepage: http://commons.apache.org/ Package: libcommons-pool-java-doc Priority: optional Section: doc Installed-Size: 1224 Maintainer: Debian Java Maintainers Architecture: all Source: commons-pool Version: 1.5.6-1.13.201403180140 Recommends: default-jdk-doc Suggests: libcommons-pool-java Filename: 4.0-0/all/libcommons-pool-java-doc_1.5.6-1.13.201403180140_all.deb Size: 100466 MD5sum: f4f45e3b8f7e140f519329641dc65a56 SHA1: d2657f3ba427c5303dc35b86477ad66a77eeada1 SHA256: d4f05ca589ce7f5c6af048a3e184d8f7881bdcdff2b86ba412ed7b701954898a Description: pooling implementation for Java objects - documentation Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool interface that clients and implementors can use to provide easily interchangeable pooling implementations. 2. A toolkit for creating modular object pools. 3. Several general purpose pool implementations. . This package contains Javadoc API Documentation of Commons Pool. Homepage: http://commons.apache.org/pool/ Package: libcommons-validator-java-doc Priority: optional Section: doc Installed-Size: 1786 Maintainer: Debian Java Maintainers Architecture: all Source: libcommons-validator-java Version: 1:1.3.1-9.8.201403121428 Filename: 4.0-0/all/libcommons-validator-java-doc_1.3.1-9.8.201403121428_all.deb Size: 173924 MD5sum: 60f875c9e4d78eac3a505a0e12355762 SHA1: 741c634b3ab963888edcb12086f1950e7f7ea9a6 SHA256: d1fe1c49a4404e878e6e69a3367136fb742df42adc36f03e5a1a16718e9de056 Description: API documentation for Commons Validator The Commons Validator is a basic validation framework that lets you define validation rules for a JavaBean in an xml file. . Validation rules can be defined in an xml file which keeps them abstracted from JavaBean you are validating. . This package contains the API documentation for libcommons-validator-java. Homepage: http://commons.apache.org/validator/ Package: libcommons-validator-java Priority: optional Section: java Installed-Size: 290 Maintainer: Debian Java Maintainers Architecture: all Version: 1:1.3.1-9.8.201403121428 Depends: libcommons-beanutils-java (>= 1.7), libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.6), libcommons-logging-java (>= 1.0.4), sgml-base (>= 1.26+nmu2) Recommends: liboro-java (>= 2.0.8) Filename: 4.0-0/all/libcommons-validator-java_1.3.1-9.8.201403121428_all.deb Size: 144948 MD5sum: 4041e940282f00271826df57e37f05c6 SHA1: dc6414d992231f54dca8280f6caa9398785d3d92 SHA256: 24854c8171566ba29185ae9b99fb84240c0e1ddf1ea3f620fc2bc548096797db Description: ease and speed development and maintenance of validation rules The Commons Validator is a basic validation framework that lets you define validation rules for a JavaBean in an xml file. . Validation rules can be defined in an xml file which keeps them abstracted from JavaBean you are validating. Homepage: http://commons.apache.org/validator/ Package: libcommons-vfs-java-doc Priority: optional Section: doc Installed-Size: 9019 Maintainer: Debian Java Maintainers Architecture: all Source: commons-vfs Version: 2.0-3.5.201403180150 Recommends: default-jdk-doc Suggests: libcommons-vfs-java Filename: 4.0-0/all/libcommons-vfs-java-doc_2.0-3.5.201403180150_all.deb Size: 605254 MD5sum: 0c4bebcfb9a1d0ba81d65cecd4bc1826 SHA1: ff9eb15eb38547045f0963f277ed3e222ce3ff10 SHA256: 0bb46655723f853045627147a6b01a8080460739c0fd8941f12c333c04e36f25 Description: Java API for accessing various filesystems - documentation Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive. . This is a part of the Apache Commons Project. . This package provides the API documentation for Commons VFS. Homepage: http://commons.apache.org/vfs/ Package: libcommons-vfs-java Priority: optional Section: java Installed-Size: 483 Maintainer: Debian Java Maintainers Architecture: all Source: commons-vfs Version: 2.0-3.5.201403180150 Depends: libcommons-logging-java, libcommons-parent-java (>= 22), libmaven-scm-java Recommends: ant, libcommons-collections3-java, libcommons-httpclient-java, libcommons-net2-java, libjdom1-java (>= 1.1.2), libjsch-java Suggests: libcommons-vfs-java-doc Filename: 4.0-0/all/libcommons-vfs-java_2.0-3.5.201403180150_all.deb Size: 364498 MD5sum: 5e2593363b79e881e9d41cf4a2224e0e SHA1: 023d0c09c03a55e2c6b3f067c9bb08849d38c73f SHA256: 41cc7cd9979d739ab2da345781ac1c7e5963e15551214ce4e7e69503f023754e Description: Java API for accessing various filesystems Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive. . This is a part of the Apache Commons Project. Homepage: http://commons.apache.org/vfs/ Package: libconcurrent-java-doc Priority: optional Section: doc Installed-Size: 3061 Maintainer: Debian Java Maintainers Architecture: all Source: concurrent-dfsg Version: 1.3.4-4.5.201403180330 Suggests: libconcurrent-java Filename: 4.0-0/all/libconcurrent-java-doc_1.3.4-4.5.201403180330_all.deb Size: 311354 MD5sum: 421a5b46a6ed398c8f9846992a023290 SHA1: eb517f428e540b58e4815fd34ff0de70157e24e2 SHA256: 1db2463e57c34f62d7551dca2228b450ffeb28b1c6e5bc8271e00dcaaa0ac937 Description: documentation and javadoc API for libconcurrent-java The concurrent java library provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. . This package contains the introduction and javadoc API. Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html Package: libconcurrent-java Priority: optional Section: java Installed-Size: 186 Maintainer: Debian Java Maintainers Architecture: all Source: concurrent-dfsg Version: 1.3.4-4.5.201403180330 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libconcurrent-java_1.3.4-4.5.201403180330_all.deb Size: 133518 MD5sum: bc7881d5e7e83165aa6c2e411f69261d SHA1: db3322a027e7ceee0f08eb9717f365b4fa90fc45 SHA256: bb0cdc20f6aa6db5c5e612d861675f89dd8cc24990425a2ce8b684e832b81279 Description: utility classes for concurrent java programming The concurrent java library provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. Discussions of the rationale and applications of several of these classes can be found in the second edition of Concurrent Programming in Java. . The package mainly consists of implementations of a few interfaces: . * Sync -- locks, conditions * Channel -- queues, buffers * Barrier -- multi-party synchronization * SynchronizedVariable -- atomic ints, refs etc * java.util.Collection -- collections * Executor -- replacements for direct use of Thread Homepage: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html Package: libconcurrentlinkedhashmap-java-doc Priority: optional Section: doc Installed-Size: 405 Maintainer: Debian Java Maintainers Architecture: all Source: libconcurrentlinkedhashmap-java Version: 1.1~jdk5-1.2.201403121450 Recommends: libconcurrentlinkedhashmap-java Suggests: default-jdk-doc Filename: 4.0-0/all/libconcurrentlinkedhashmap-java-doc_1.1~jdk5-1.2.201403121450_all.deb Size: 85938 MD5sum: 96dcd732a89685fad5601f0aee304906 SHA1: beab4fd87568da2ce364df60de6b8d33598ff4be SHA256: 7fe7d52945194fedc6ef9541f67869fb821561ebd684d8126687bca40761d52c Description: Documentation for libconcurrentlinkedhashmap-java Documentation for concurrentlinkedhashmap that is a Java library that provides a hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by. This implementation differs from java.util.concurrent.ConcurrentHashMap in that it maintains a page replacement algorithm that is used to evict an entry when the map has exceeded its capacity. Unlike the Java Collections Framework, this map does not have a publicly visible constructor and instances are created through a Builder. . This package contains the javadoc files of libconcurrentlinkedhashmap-java. Homepage: http://code.google.com/p/concurrentlinkedhashmap/ Package: libconcurrentlinkedhashmap-java Priority: optional Section: java Installed-Size: 127 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1~jdk5-1.2.201403121450 Filename: 4.0-0/all/libconcurrentlinkedhashmap-java_1.1~jdk5-1.2.201403121450_all.deb Size: 48274 MD5sum: 1edd5c0b9138b0c40f177cae9897a16a SHA1: 62ad865fdaca506c65865f21c547082251bbe07b SHA256: 084e8d53e4af30a06cad1875eebafce5a4e69fd04dc4da7d4c60abc3e049d3a5 Description: Implementation of java.util.LinkedHashMap with concurrency support Java library that provides a hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by. This implementation differs from java.util.concurrent.ConcurrentHashMap in that it maintains a page replacement algorithm that is used to evict an entry when the map has exceeded its capacity. Unlike the Java Collections Framework, this map does not have a publicly visible constructor and instances are created through a Builder. Homepage: http://code.google.com/p/concurrentlinkedhashmap/ Package: libconfig-any-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Debian Perl Group Architecture: all Version: 0.23-1.4.201403121510 Depends: perl Recommends: libconfig-general-perl, libconfig-tiny-perl, libjson-perl, libxml-simple-perl, libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl Filename: 4.0-0/all/libconfig-any-perl_0.23-1.4.201403121510_all.deb Size: 37240 MD5sum: 9c36b40e91a7e0d84d763df82340e033 SHA1: 1ebf4c56145ea5d6644ba1f728401079b419ac39 SHA256: 565ef38231a5058b02fd7e1e3418aaa88a6420241dc08950baf2484f311a06a5 Description: module to load configuration from different file formats Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. . The rationale for this module is as follows: Perl programs are deployed on many different platforms and integrated with many different systems. Systems administrators and end users may prefer different configuration formats than the developers. The flexibility inherent in a multiple format configuration loader allows different users to make different choices, without generating extra work for the developers. As a developer you only need to learn a single interface to be able to use the power of different configuration formats. Homepage: http://search.cpan.org/dist/Config-Any/ Package: libconfig-apacheformat-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Debian Perl Group Architecture: all Version: 1.2-4.4.201403121514 Depends: perl, libclass-methodmaker-perl (>= 1.08) Filename: 4.0-0/all/libconfig-apacheformat-perl_1.2-4.4.201403121514_all.deb Size: 25178 MD5sum: 9dde0307ce4acae232152b0cb8d02c2f SHA1: 45630b3232fea82863ee08eede1eb1b13a7be461 SHA256: 636b6e45596d5349fdc0060aba9e54462c170573727f3b4ffc8bb8120460374a Description: use Apache format config files This module is designed to parse a configuration file in the same syntax used by the Apache web server (see http://httpd.apache.org for details). This allows you to build applications which can be easily managed by experienced Apache admins. Also, by using this module, you'll benefit from the support for nested blocks with built-in parameter inheritance. This can greatly reduce the amount or repeated information in your configuration files. Homepage: http://search.cpan.org/dist/Config::ApacheFormat/ Package: libconfig-auto-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 0.42-1.6.201403121531 Depends: perl, libconfig-inifiles-perl, libio-string-perl, libxml-simple-perl, libyaml-perl (>= 0.67) Filename: 4.0-0/all/libconfig-auto-perl_0.42-1.6.201403121531_all.deb Size: 20588 MD5sum: 209cea19496b909864be3a35d8a9b1bc SHA1: 8590f7fd86bcb725bc10a332a8906b29e9437af3 SHA256: df21093a11f97ad023403465d0a9e40892bf29fff144d3152af6fc856c309b7e Description: magical config file parser Config::Auto allows developers to parse config files without needing to specify the format of the file (though they can do it). . It even looks for the config file in standard places (working dir, home dir, /etc) and tries some common config file names if the path isn't specified in the call. . It then determines the format of the config file, parses it and then returns a data structure containing the configuration data. The format of this structure depends on the format of the file. . At the moment, libconfig-auto-perl knows about colon, space and equals separated, XML, Perl, Windows INI, BIND9 and irssi style config files, though files in BIND9 or irssi format cannot be parsed. Homepage: http://search.cpan.org/dist/Config-Auto/ Package: libconfig-autoconf-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Debian Perl Group Architecture: all Version: 0.19-1.2.201403121539 Depends: perl, libcapture-tiny-perl Filename: 4.0-0/all/libconfig-autoconf-perl_0.19-1.2.201403121539_all.deb Size: 27114 MD5sum: c147eaa9b1971189ef2f3fdaf4a73348 SHA1: 2e3d23775fac6e12851123b7ff4878a57078456e SHA256: bfe9ff73cefd470acfd158a2b72df729bc4a31d4a07b862109452fb7262be6c3 Description: Perl module to implement some of AutoConf's macros in pure Perl Config::AutoConf simulates some of the tasks AutoConf macros do, e.g. detecting a command, detecting a library, etc. Homepage: http://search.cpan.org/dist/Config-AutoConf/ Package: libconfig-doc Priority: optional Section: doc Installed-Size: 315 Maintainer: Jose Luis Tallon Architecture: all Source: libconfig Version: 1.4.8-5.4.201403121500 Replaces: libconfig-dev (<= 1.4.8) Breaks: libconfig-dev (<= 1.4.8) Filename: 4.0-0/all/libconfig-doc_1.4.8-5.4.201403121500_all.deb Size: 295192 MD5sum: c979ccc1f92cf18c47e6e2ab0e2b7a0a SHA1: d223bb50520037c9f7b6947acf72b2371d56094b SHA256: adb9d4b290004c296ecc53a497c34c62eba64bf195befff974ae036a63f3db44 Description: parsing and manipulation of structured config files(Documentation) This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on Microsoft Windows 2000/XP and later (Visual Studio or MinGW). . This library allows parsing, manipulating and writing structured configuration files. . This package provides documentation for the libconfig library. Homepage: http://www.hyperrealm.com/libconfig/ Package: libconfig-general-perl Priority: optional Section: perl Installed-Size: 184 Maintainer: Francesco Cecconi Architecture: all Version: 2.50-1.4.201403121548 Depends: perl Filename: 4.0-0/all/libconfig-general-perl_2.50-1.4.201403121548_all.deb Size: 69360 MD5sum: ce7f4e3720ee75de785c80f5aa30d909 SHA1: 11d2baf20e3bef42d8131a1016cead3fa464419c SHA256: 66f3f2fc4213ccf99f791f4a1339037d00529fe9896bfe89b7166b2ee5d842dd Description: Generic Configuration Module This module opens a configuration file and parses its contents for you. After parsing it returns a hash which contains all options and their associated values from your configuration file. . The format of configuration files supported by Config::General is inspired by the well known Apache configuration format, in fact, this module is fully capable of parsing Apache configurations, but the output is not usable by Apache. You can also just use simple name/value pairs in your configuration files. . In addition to the capabilities of an Apache configuration file it supports some enhancements such as here-documents, C-style comments and multi-line options. Homepage: http://search.cpan.org/dist/Config-General/ Package: libconfig-gitlike-perl Priority: optional Section: perl Installed-Size: 118 Maintainer: Debian Perl Group Architecture: all Version: 1.08-1.4.201403121550 Depends: perl, libany-moose-perl Filename: 4.0-0/all/libconfig-gitlike-perl_1.08-1.4.201403121550_all.deb Size: 36050 MD5sum: f7ea087d40827a30cecb665f321647be SHA1: c0e30563ee2c8881dcd5ea768f22dee1fb5964b9 SHA256: b92bf0a4fd612cb3f151c72f9adc181c66b07483c5026e02a840ce9c048c73b7 Description: Perl module for Git-compatible config file parsing Config::GitLike provides a Perl interface for parsing, writing, and managing configuration files of the format used by the version control system Git. It supports config-file inheritance in the same way that Git does: system-wide, user-wide, and per-directory config files can be specified and loaded, with values from more local files overriding those in less-local files. . For more information on this configuration file format, see: Homepage: http://search.cpan.org/dist/Config-GitLike/ Package: libconfig-grammar-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 1.10-1.4.201403121553 Depends: perl Filename: 4.0-0/all/libconfig-grammar-perl_1.10-1.4.201403121553_all.deb Size: 24836 MD5sum: c28c6d35483ff08a850fd16d8c4a53d5 SHA1: 0294355faaca3ceedefac953bf08a2a2c9bdac0f SHA256: d472d9eeb55b19260e964eeda86a4f924d862d8a1a1bbe266456b905a4a87f53 Description: grammar-based user-friendly config parser Config::Grammar is a module to parse configuration files. The configuration may consist of multiple-level sections with assignments and tabular data. The parsed data will be returned as a hash containing the whole configuration. Config::Grammar uses a grammar that is supplied upon creation of a Config::Grammar object to parse the configuration file and return helpful error messages in case of syntax errors. Using the makepod method you can generate documentation of the configuration file format. . The maketmpl method can generate a template configuration file. If your grammar contains regexp matches, the template will not be all that helpful as Config::Grammar is not smart enough to give you sensible template data based in regular expressions. The related function maketmplmin generates a minimal configuration template without examples, regexps or comments and thus allows an experienced user to fill in the configuration data more efficiently. Homepage: http://search.cpan.org/dist/Config-Grammar/ Package: libconfig-ini-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 1:0.019-1.4.201403121558 Depends: perl, libmixin-linewise-perl Filename: 4.0-0/all/libconfig-ini-perl_0.019-1.4.201403121558_all.deb Size: 23392 MD5sum: 80d6786417be1740fbf8e49e2b40e37f SHA1: bea89e7c7127bf7bff7c4a1ea238f0352c1147f4 SHA256: 47ac46bc15dc381f7c91f4cc2f049b42d7d96d392fa32b5d43c83eff35459c9d Description: Perl module for reading and writing .ini files Config::INI::Reader and Config::INI::Writer are "yet another config module" implementing yet another slightly different take on the undeniably easy to read ".ini" file format. Their default behavior is quite similar to that of Config::Tiny, on which it is based. . The chief difference is that Config::INI is designed to be subclassed to allow for side-effects and self-reconfiguration to occur during the course of reading its input. Homepage: http://search.cpan.org/dist/Config-INI/ Package: libconfig-inifiles-perl Priority: extra Section: perl Installed-Size: 152 Maintainer: Debian Perl Group Architecture: all Version: 2.75-1.16.201403121606 Depends: liblist-moreutils-perl Filename: 4.0-0/all/libconfig-inifiles-perl_2.75-1.16.201403121606_all.deb Size: 55412 MD5sum: e87111b265d23c7999077b364ca3acbc SHA1: e8cfa8853c9b90aa40b9e3cbd788c489cec7347f SHA256: 1d278a0f44c7a54e44a22b4181f645cc362948a25ed4351367861d3d2e4c2006 Description: Read .ini-style configuration files Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. Homepage: http://search.cpan.org/dist/Config-IniFiles/ Package: libconfig-inihash-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 3.01.01-1.4.201403121614 Depends: perl, libhash-case-perl, libhash-withdefaults-perl (>= 0.04) Filename: 4.0-0/all/libconfig-inihash-perl_3.01.01-1.4.201403121614_all.deb Size: 14268 MD5sum: babfde23ee3ac6dbc39a278071b3d2b8 SHA1: a378880bde845abbc34d437e11ea7cb65069ef68 SHA256: f26ed34ded4f24c8c56ae1d56a66f89ed24fbb4408d78cc660a03e64ae053821 Description: Perl extension for reading and writing INI files Config::IniHash reads and writes INI files, useful for storing settings. Homepage: http://search.cpan.org/dist/Config-IniHash/ Package: libconfig-jfdi-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 0.065-1.4.201403121616 Depends: perl, libany-moose-perl, libcarp-clan-share-perl, libclone-perl, libconfig-any-perl, libconfig-general-perl, libdata-visitor-perl (>= 0.24), libgetopt-usaginator-perl, libhash-merge-simple-perl, liblist-moreutils-perl, libpath-class-perl, libsub-install-perl Filename: 4.0-0/all/libconfig-jfdi-perl_0.065-1.4.201403121616_all.deb Size: 15540 MD5sum: f00f5a9a1b8f6ea2159fdbc73ff67d8d SHA1: a7b082705e5be16fc72cac4bb6d64f7403abeb52 SHA256: 27a03f2c543b9cd8ddc77668577990414409068c44c997244b7a3ae8fcdf34ce Description: Perl module to load any configuration files Config::JFDI scans a directory for files matching a certain name. If such a file is found, and it matches an extension that Config::Any can read, then the configuration from that file will be loaded. It also looks for special files that end with a "_local" suffix, which take precedence over any other configuration files. The precedence takes place by merging the local config with the standard file using Hash::Merge::Simple (libhash-merge-simple-perl). . Essentially, this is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Homepage: http://search.cpan.org/dist/Config-JFDI/ Package: libconfig-json-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 1.5100-1.4.201403121628 Depends: perl, libjson-perl (>= 2.16), libany-moose-perl Filename: 4.0-0/all/libconfig-json-perl_1.5100-1.4.201403121628_all.deb Size: 15106 MD5sum: 4238b44e16786816ce4ecebbabfb43e1 SHA1: 7fc44da9ccba51f83964476b5c3abff3b0673aa0 SHA256: 5bc4f7d117dda3e56f461c001056eed5bc48c9f13d66676568f61367b186dc94 Description: parser for JSON-based configuration files Config::JSON is a Perl module capable of parsing and writing configuration files written in JavaScript Object Notation (JSON). It supports arbitrary file inclusion (even hierarchical includes) and comments in the file. It is beneficial in environments that already use JSON, since the parser is already loaded into memory. Homepage: http://search.cpan.org/dist/Config-JSON/ Package: libconfig-merge-perl Priority: optional Section: perl Installed-Size: 158 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403121637 Depends: perl, libconfig-any-perl Recommends: libyaml-perl, libjson-perl, libjson-xs-perl, libyaml-syck-perl, libxml-simple-perl, libconfig-tiny-perl, libconfig-general-perl Filename: 4.0-0/all/libconfig-merge-perl_1.01-1.2.201403121637_all.deb Size: 32004 MD5sum: bb29b3161f245f1668b6d77b9e04915d SHA1: cabf1f39dc318fc40e0f6ad5839f57574141bf2b SHA256: dc5f49602c87d2c3e53d79290cad3ef05c8ef856955e98342d6119ecd92b7683 Description: umbrella interface to configuration modules Config::Merge allows one to load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files. The interface can be used in either a functional or an object oriented way. Homepage: http://search.cpan.org/dist/Config-Merge/ Package: libconfig-model-approx-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 1.004-1.4.201403121641 Depends: perl, libconfig-model-perl (>= 1.245), liblog-log4perl-perl Recommends: libconfig-model-tkui-perl Suggests: libconfig-model-cursesui-perl Filename: 4.0-0/all/libconfig-model-approx-perl_1.004-1.4.201403121641_all.deb Size: 12848 MD5sum: 7e8aee3526bff87b6636cb1caadd04ef SHA1: feb3475b416383f95dc2e6279fd935357d587c1d SHA256: 736f513fa205ba52cb00844c92c25501144a7a95a3880c319cd151f1984fa240 Description: Approx proxy server configuration editor Config::Model::Approx and config-edit -application approx provide a configuration model and a configuration editor for /etc/approx/approx.conf. . When the following dependencies are installed, you will get extra functionalities: . * A graphical Approx configuration editor and a graphical configuration wizard with libconfig-model-tkui-perl * A curses Approx configuration editor with libconfig-model-cursesui-perl . When run with '-ui none', Approx configuration editor can also be used as a command line to validate Approx configuration or to upgrade an older configuration without user interaction. Homepage: http://search.cpan.org/dist/Config-Model-Approx/ Package: libconfig-model-backend-augeas-perl Priority: optional Section: perl Installed-Size: 82 Maintainer: Debian Perl Group Architecture: all Version: 0.112-1.4.201403121653 Depends: perl, libconfig-augeas-perl, libconfig-model-perl (>= 1.255), libexception-class-perl, liblog-log4perl-perl Filename: 4.0-0/all/libconfig-model-backend-augeas-perl_0.112-1.4.201403121653_all.deb Size: 17560 MD5sum: da76f58c83ae32a541221819bc33e805 SHA1: 81a85661676f0c991da17e68ad9b1d1d6c7e33f8 SHA256: ac147a522a2b1223cfb820afbe719df35871632507481d8c7b23cd1571d6eb57 Description: configuration reader and writer powered by Augeas Config::Model::Backend::Augeas provides a way to load or store configuration data through Config::Augeas. This way, the structure and commments of the original configuration file are preserved. . With Config::Model::Backend::Augeas, Config::Model now provides a way to load and save data through RedHat's Augeas library. . Config::Model and Augeas are both configuration editing tool. Both parse configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. . Both Augeas and Config::Model rely on a tree to represent configuration data. . On one side, Augeas is able to load and write data while respecting the structure and comments of the original configuration file. But Augeas purpose is not to validate the semantic content of the configuration file. . On the other side, Config::Model is able to validate the semantic content of the configuration file, but it will discard all comments and will write back configuration data using a canonical order. Thus the comments and structure of the original configuration file is not preserved. . You can now have the best of both worlds by using the Augeas library to load and write data from Config::Model configuration tree. You can now instruct Config::Model to use Augeas backend in the autoread and autowrite feature. See Config::Model::Autoread for details. . Unfortunately, you must ensure that the tree representation specified in Config::Model and Augeas lens are quite close together: - Config::Model element names and Augeas lens names must be identical - Both structures must be very close. Each Config::Model node must have a corresponsing lens. . See Config::Model::Backend::Augeas documentation to use Augeas with your configuration model. . For more details on Config::Model see: . http://config-model.wiki.sourceforge.net/ . For more details on Augeas, see: . http://augeas.net Homepage: http://search.cpan.org/dist/Config-Model-Backend-Augeas/ Package: libconfig-model-cursesui-perl Priority: optional Section: perl Installed-Size: 100 Maintainer: Debian Perl Group Architecture: all Version: 1.104-1.4.201403121713 Depends: perl, libconfig-model-perl (>= 1.233), libcurses-ui-perl (>= 0.9606), libexception-class-perl Filename: 4.0-0/all/libconfig-model-cursesui-perl_1.104-1.4.201403121713_all.deb Size: 19672 MD5sum: 0d787d47998b077b7fb0342af0e94c4c SHA1: 74e7cd3b5b2b546346d232370123432da0344e89 SHA256: 80141724ba1190a11847fb332758938313046fc0af1ae08bf5bc4b672914018f Description: curses interface to edit config data through Config::Model Config::Model::CursesUI provides a Curses interface to the configuration editor provided by Config::Model. . For instance, with this module, Config::Model and Config::Model::OpenSsh, you get a curses configuration editor for sshd_config. . This interface is used by config-edit program provided by Config::Model. Homepage: http://search.cpan.org/dist/Config-Model-CursesUI/ Package: libconfig-model-itself-perl Priority: optional Section: perl Installed-Size: 255 Maintainer: Debian Perl Group Architecture: all Version: 1.232-1.4.201403121721 Depends: perl, libconfig-model-perl (>= 2.020), libconfig-model-tkui-perl, libdata-compare-perl, liblog-log4perl-perl, libpath-class-perl, libpod-pom-perl, libyaml-perl Filename: 4.0-0/all/libconfig-model-itself-perl_1.232-1.4.201403121721_all.deb Size: 72864 MD5sum: cd938f7d198f8020d6a3472f0ecfc556 SHA1: f66021cde03e8cac1d8169dfd4dc40d735b4133c SHA256: 39e0d2e377433716d6490f426a3d02aab39f6c1c4ac183d0366cd2e1f4a642a7 Description: graphical model editor for Config::Model Config::Model::Itself and the command config-model-edit provide a Perl/Tk graphical interface to edit configuration models that will be used by Config::Model. . Config::Model::Itself also provides a model for Config::Model (hence the Itself name, you can also think of it as a meta-model). The model editor will use this meta-model to construct the graphical interface so you can edit the configuration model for *your* application. [ Config::Model::Itself is the "eat your own dog food" principle applied to Config::Model ;-) ] . Let's step back a little to explain. Any configuration data is, in essence, structured data. This data could be stored, for instance, in an XML file. A configuration model is a way to describe the structure and relation of all items of a configuration data set. . This configuration model is also expressed as structured data. This structure data is structured and follows a set of rules which are described for humans in Config::Model. . The structure and rules documented in Config::Model are also expressed in a model in the files provided with Config::Model::Itself. . Hence the possibity to verify, modify configuration data provided by Config::Model can also be applied on configuration models. . The model editor program is config-model-edit. . Since the model editor and the configuration data editor are based on the same graphical module, you will use similar UIs to edit configuration data (for instance OpenSsh configuration data from sshd_config) and OpenSsh model (if you need to add new parameters in OpenSsh model) . Once this package is installed, you can run: . $ config-model-edit -model . For instance, if you have installed Config::Model::OpenSsh (not yet packaged), you can run: . $ config-model-edit -model OpenSsh . If you save OpenSsh configuration model, config-model-edit will create a lib directory and write the modified model there. Homepage: http://config-model.wiki.sourceforge.net Package: libconfig-model-openssh-perl Priority: optional Section: perl Installed-Size: 337 Maintainer: Debian Perl Group Architecture: all Version: 1.225-1.4.201403121726 Depends: perl, libany-moose-perl, libconfig-model-perl (>= 2.015), liblog-log4perl-perl Recommends: libconfig-model-tkui-perl, libconfig-model-backend-augeas-perl Suggests: libconfig-model-cursesui-perl Filename: 4.0-0/all/libconfig-model-openssh-perl_1.225-1.4.201403121726_all.deb Size: 98376 MD5sum: 51386e19d47c5b1f1a5a0d5b0dc5e1d6 SHA1: 6ae5815bc9293ef275bddedbfceab7efc060abc0 SHA256: d63750c52a0a5c9cd2d5e2bd9947eb377c1ab9c2d2537108c167b04486290a2a Description: configuration file editor for OpenSsh Config::Model::OpenSsh is a configuration model for editing OpenSSH configuration files, namely, /etc/ssh/sshd_config, /etc/ssh/ssh_config (for root) and ~/.ssh/config (for other users). . You can get extra functionality by installing some optional dependencies: . * A graphical OpenSSH file editor with libconfig-model-tkui-perl * A curses OpenSSH file editor with libconfig-model-cursesui-perl . Comments of the files are preserved during edition. Comments can be edited with the graphical interface and saved back in the configuration files. . Using '-ui none', the OpenSSH configuration editor can also be used as a command line to validate the semantic content of configuration files. Homepage: http://search.cpan.org/dist/Config-Model-OpenSsh/ Package: libconfig-model-perl Priority: optional Section: perl Installed-Size: 1766 Maintainer: Debian Perl Group Architecture: all Version: 2.021-3.4.201403121730 Depends: perl (>= 5.11.1), libany-moose-perl, libanyevent-http-perl, libanyevent-perl, libapt-pkg-perl, libcarp-assert-more-perl, libexception-class-perl, libfile-homedir-perl, libhash-merge-perl (>= 0.12), liblist-moreutils-perl, liblog-log4perl-perl, libmouse-perl, libmousex-nativetraits-perl, libmousex-strictconstructor-perl, libnamespace-autoclean-perl, libparse-recdescent-perl, libpod-pom-perl, libsoftware-license-perl (>= 0.103002-3), libtext-autoformat-perl, libtext-diff-perl, libyaml-perl (>= 0.67), lintian Recommends: bash-completion (>= 1:1.0-3), libfuse-perl, fuse-utils, libmodule-corelist-perl (>= 2.54) | perl (>= 5.15.1) Suggests: libterm-readline-perl-perl | libterm-readline-gnu-perl, libconfig-model-tkui-perl Filename: 4.0-0/all/libconfig-model-perl_2.021-3.4.201403121730_all.deb Size: 699266 MD5sum: e55b79ce52ec0e48eca43db4fdf979f2 SHA1: 61c757a74b496a2030de2f6e8c2d9a45b9eefe54 SHA256: 26fc8bb7dab73d629bdd0caedfbe03853dd8fd1fff9cbc74136449360fb09a5e Description: module for describing and editing configuration data Config::Model is a Perl framework that enables project developers to provide an interactive configuration system for their software. It supports various frontend interfaces (graphical, curses-based or plain terminal) to users. It handles configuration files semantically rather than syntactically, meaning that developers can specify the structure and constraints of the data along with a mechanism to read and write the files. . Using the structure and constraint information, Config::Model will generate interactive configuration editors that include help and data validation. It is equally simple to use graphical (via Tk) interfaces as well as curses- and ReadLine-based terminal interfaces. . Config::Model also provides a facility to help configuration data upgrade that can be triggered during package upgrades. . Config::Model provides configuration model and editor for: - popularity-contest - fstab (/etc/fstab) - dpkg (with control and copyright aka DEP-5) - lcdproc (/etc/LCDd.conf) - multistrap . Config::Model provides several user interfaces: - shell-like interface - virtual file system where each config parameter is mapped to a file - graphical user interface with libconfig-model-tkui-perl Enhances: lcdproc Homepage: https://github.com/dod38fr/config-model/wiki Package: libconfig-model-tkui-perl Priority: optional Section: perl Installed-Size: 221 Maintainer: Debian Perl Group Architecture: all Version: 1.337-2.4.201403121738 Depends: perl, libconfig-model-perl (>= 2.015), libexception-class-perl, libfile-slurp-perl, liblog-log4perl-perl, libpod-pom-perl, libtk-dirselect-perl, libtk-pod-perl, perl-tk Suggests: libtk-objscanner-perl Filename: 4.0-0/all/libconfig-model-tkui-perl_1.337-2.4.201403121738_all.deb Size: 73010 MD5sum: 50aaf72a5bb3482eb50fbe66b29fb778 SHA1: fc5d40859e709cffc7b4e375a0a454067c00afa5 SHA256: 0bee562ff6c53da6108d7ac0a78eaa4473da5a1005a5897e3e570836450d1bd4 Description: Tk GUI to edit config data through Config::Model Config::Model::TkUI provides a Perl/Tk interface to: - the configuration editor provided by Config::Model. - the configuration model editor provided by Config::Model::Itself . For instance, with Config::Model::TkUI, Config::Model and Config::Model::OpenSsh, you get a graphical configuration editor for sshd_config. . To get the graphical editor, just install Config::Model::TkUI, and the config-edit command (provided by libconfig-model-perl) will automagically launch the graphical interface. Enhances: libconfig-model-perl Homepage: http://config-model.wiki.sourceforge.net Package: libconfig-mvp-perl Priority: optional Section: perl Installed-Size: 132 Maintainer: Debian Perl Group Architecture: all Version: 2.200002-1.4.201403121744 Depends: perl, libclass-load-perl, libmoose-perl (>= 0.91), libmoosex-oneargnew-perl, libparams-util-perl, librole-hasmessage-perl, librole-identifiable-perl, libthrowable-perl, libtie-ixhash-perl, libtry-tiny-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Breaks: libconfig-mvp-reader-ini-perl (<< 2.101460~) Filename: 4.0-0/all/libconfig-mvp-perl_2.200002-1.4.201403121744_all.deb Size: 49694 MD5sum: d7e31197771ee1ff741eca75f8f0f2f4 SHA1: 6793c072ce243ef5170b74284e7348bc39313bdc SHA256: 3ce259905df2ea79147a879e795972b6a30df68103a1e0f2d10065a4999f3d87 Description: multivalue-property package-oriented configuration module MVP is a mechanism for loading configuration (or other information) for libraries. It doesn't read a file or a database. It's a helper for things that do. . The idea is that you end up with a Config::MVP::Sequence object, and that you can use that object to fully configure your library or application. The sequence will contain a bunch of Config::MVP::Section objects, each of which is meant to provide configuration for a part of your program. Most of these sections will be directly related to a Perl library that you'll use as a plugin or helper. Each section will have a name, and every name in the sequence will be unique. Homepage: http://search.cpan.org/dist/Config-MVP/ Package: libconfig-mvp-reader-ini-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 2.101461-1.5.201403130943 Replaces: libconfig-ini-mvp-perl (<< 0.024-2) Depends: perl, libconfig-ini-perl, libconfig-mvp-perl (>= 2.101460), libmoose-perl Filename: 4.0-0/all/libconfig-mvp-reader-ini-perl_2.101461-1.5.201403130943_all.deb Size: 6388 MD5sum: f449b079e85a87a27442a0bfa3b450b5 SHA1: 3c0b14a29a1c4e560f95100d4ab592ee6092b851 SHA256: 2c1dc96f1c92ef8265ada654f843f6f4ecdfee4a90d94d7cf3e470d785ecffc1 Description: Perl module providing a MVP config reader for .ini files Config::MVP::Reader::INI implements a reader for .ini files for use with Config::MVP. Enhances: libconfig-mvp-perl Homepage: http://search.cpan.org/dist/Config-MVP-Reader-INI/ Package: libconfig-pit-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403121751 Depends: perl (>= 5.10.1), libfile-homedir-perl, liblist-moreutils-perl, libpath-class-perl, libyaml-syck-perl (>= 1) Filename: 4.0-0/all/libconfig-pit-perl_0.04-1.2.201403121751_all.deb Size: 10464 MD5sum: 43a74454a0de29d8f554e72602e37a4b SHA1: 00b7606d707e521d8476a3ad4ab8bb1f490f4f0d SHA256: 73ce5bf55e6d0788ac00b6e08932d3d594d2fb6288eff2ff59dc47791cdaec0a Description: Perl module for Manage settings Config::Pit is account setting management library. This library automates editing settings used in scripts. . Original library is written in Ruby and published as pit gem with management command. Homepage: http://search.cpan.org/dist/Config-Pit/ Package: libconfig-record-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 1.1.2-1.2.201403121758 Depends: perl Filename: 4.0-0/all/libconfig-record-perl_1.1.2-1.2.201403121758_all.deb Size: 18950 MD5sum: 10a8516b3a5fe00a977f63eed78fbaae SHA1: 532759b25f4a7021750ddb7130985aa3e7ab53f2 SHA256: 4574e0cabb1031ea2a923a258ac775cd4b1ef30a3b9643a387c138c922555931 Description: Perl module for configuration file access Config::Record provides an API for loading and saving of simple configuration file records. Entries in the configuration file are essentially key, value pairs, with the key and values separated by a single equals symbol. The key consists only of alphanumeric characters. There are three types of values: scalar values, array values and hash values. Homepage: http://search.cpan.org/dist/Config-Record/ Package: libconfig-scoped-perl Priority: optional Section: perl Installed-Size: 126 Maintainer: Debian Perl Group Architecture: all Version: 0.22-1.4.201403121804 Depends: perl, liberror-perl, libparse-recdescent-perl Filename: 4.0-0/all/libconfig-scoped-perl_0.22-1.4.201403121804_all.deb Size: 34134 MD5sum: 6369c133ff48c09dd445c273fd0b8ad1 SHA1: 6785f2c9bfb7daebacc38602eee0f9e6b4fca930 SHA256: 6c14e2d93e0651c06de7b265dbae39b377cb5288613f1b2830b8fcb82b6da923 Description: Feature rich configuration file parser Config::Scoped is a configuration file parser for complex configuration files based on Parse::RecDescent. Files similar to the ISC named or ISC dhcpd configurations are possible. In order to be fast a precompiled grammar and optionally a config cache is used. Homepage: http://search.cpan.org/dist/Config-Scoped/ Package: libconfig-simple-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Debian Perl Group Architecture: all Version: 4.59-6.9.201403121807 Depends: perl Filename: 4.0-0/all/libconfig-simple-perl_4.59-6.9.201403121807_all.deb Size: 30926 MD5sum: 2c9162a0940bfea8d6ee69f56d871f00 SHA1: f29d61eb6603d3f487ac88dc836a90299eb2f230 SHA256: 8d3eb3eb9fee2c70847532b1ae016ae66f38c94b06abb0b6a0735cf2d545c837 Description: simple configuration file class Reading and writing configuration files is one of the most frequent aspects of any software design. Config::Simple is the library to help you with it. . Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax to parse them accordingly. Library supports parsing, updating and creating configuration files. Homepage: http://search.cpan.org/dist/Config-Simple Package: libconfig-yaml-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 1.42-2.4.201403121828 Depends: perl, libyaml-perl Filename: 4.0-0/all/libconfig-yaml-perl_1.42-2.4.201403121828_all.deb Size: 10420 MD5sum: d1d401aad89a59f6fd036170aa53e065 SHA1: 41e6b802ae0c10e416adeff19ee45b42e3fc6fd8 SHA256: 29780887e81787a9af5142758d94fba760a9daa6ebcae0f704b01f48242a5dcd Description: module for manipulating YAML-based configuration files Config::YAML is a somewhat object-oriented wrapper around the YAML module designed to make reading and writing configuration files simple. It handles multiple configuration files (e.g. system and per-user configuration or a gallery application with per-directory configuration) with ease. Homepage: http://search.cpan.org/dist/Config-YAML/ Package: libconfigreader-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 0.5-4.4.201403121836 Depends: perl Filename: 4.0-0/all/libconfigreader-perl_0.5-4.4.201403121836_all.deb Size: 23812 MD5sum: 45af9cedc1a55990d11bcccf8acfe9f3 SHA1: 2babc3ee29b4c6ffc834f68f63da72a370cdbe76 SHA256: de2d2449514390195f6149d053d8ecdc33cf052a44a4beb92060e96309870141 Description: Perl module for reading configuration files The ConfigReader library is a set of classes which reads directives from a configuration file. . Provided classes: * ConfigReader::Spec * ConfigReader::Values * ConfigReader::DirectiveStyle Package: libconfigreader-simple-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Debian Perl Group Architecture: all Version: 1.28-3.4.201403121839 Replaces: squidtaild (<< 2.1a6-5.4) Depends: perl Conflicts: squidtaild (<< 2.1a6-5.4) Filename: 4.0-0/all/libconfigreader-simple-perl_1.28-3.4.201403121839_all.deb Size: 17598 MD5sum: e0e42529893ad84af3555ba3fd78e672 SHA1: dc372fc9a59c838755d09e74a54088037b8afacd SHA256: 286f15691786e3455c7940c680c93d2d58b4cd03f4c96397c8336755fcfd76e9 Description: simple configuration file parser ConfigReader::Simple reads and parses simple configuration files. It is designed to be smaller and simpler than the ConfigReader module and is more suited to simple configuration files. Homepage: http://search.cpan.org/dist/ConfigReader-Simple/ Package: libconfuse-common Priority: optional Section: libs Installed-Size: 54 Maintainer: Aurelien Jarno Architecture: all Source: confuse Version: 2.7-4.6.201403261103 Replaces: libconfuse0 (<< 2.7-2) Filename: 4.0-0/all/libconfuse-common_2.7-4.6.201403261103_all.deb Size: 7480 MD5sum: 731347e59bc219af78df4209ae84f986 SHA1: 358362f88202ac9aca4bc3bb9d2782e7d30a4ce0 SHA256: d6ba572a274a9376ba34e2b75600ec9f483d0acab12e1a405bce361eab3b879d Description: Common files for libConfuse This package contains internationalization files for the confuse library. Multi-Arch: foreign Homepage: http://www.nongnu.org/confuse/ Package: libconst-fast-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.011-1.2.201403121849 Depends: perl, libsub-exporter-perl Filename: 4.0-0/all/libconst-fast-perl_0.011-1.2.201403121849_all.deb Size: 8114 MD5sum: c035da55a003f60762941e6723af8cf2 SHA1: 97884612d2e53c21f212455b18fffca1bdabcc0e SHA256: 6498d151bd5b5587582183b9f5cdda24b82989818918dcb709817af4541ec01f Description: Facility for creating read-only scalars, arrays, and hashes Const::Fast is a perl module for creating read-only scalars, arrays, and hashes. It enables you to set a variable to the given value and subsequently make it readonly. Arrays and hashes will be made deeply readonly. . This module uses the builtin readonly feature of perl, making access to the variables just as fast as any normal variable without the weird side-effects of ties. Homepage: http://search.cpan.org/dist/Const-Fast/ Package: libconstantine-java-doc Priority: optional Section: doc Installed-Size: 5659 Maintainer: Nicolas Duboc Architecture: all Source: libconstantine-java Version: 0.7-3.6.201403121853 Recommends: w3m | www-browser Suggests: libconstantine-java Filename: 4.0-0/all/libconstantine-java-doc_0.7-3.6.201403121853_all.deb Size: 312332 MD5sum: b175763697efdd285911aa444a4348ba SHA1: ce7533ce61d0392bb454b362c019069adf41e52f SHA256: 8e0085951cfda7076309a417d0b278eefc335119322db30e5ac76c42fb8243c9 Description: Java Constantine library API documentation This package includes the development documentation for the Constantine Java library which provides Java values for common platform C constants like those of files errno.h or sys/socket.h. . The upstream version of this package is now also known as jnr-constants. Homepage: http://github.com/wmeissner/jnr-constants/ Package: libconstantine-java Priority: optional Section: java Installed-Size: 312 Maintainer: Nicolas Duboc Architecture: all Version: 0.7-3.6.201403121853 Depends: default-jre | java5-runtime Filename: 4.0-0/all/libconstantine-java_0.7-3.6.201403121853_all.deb Size: 237830 MD5sum: 43f0e494b48a87519435fe7e6dc0a9a0 SHA1: 22039337aa05553dba512155794e03ac34578c66 SHA256: e5c8df6f05103b933bcf059a2f1da9c24f2967d4a34b1bf7de83f25aa1f00905 Description: platform constants for Java This package provides Java values for common platform C constants like those of files errno.h or sys/socket.h. . The upstream version of this package is now also known as jnr-constants. Homepage: http://github.com/wmeissner/jnr-constants/ Package: libcontext-preserve-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.01-1.4.201403121909 Depends: perl Filename: 4.0-0/all/libcontext-preserve-perl_0.01-1.4.201403121909_all.deb Size: 7346 MD5sum: a58a916ebd5de5070f79eb54cf0fb35f SHA1: 6249008a01ba74fa4e09edab68082ce1082fe593 SHA256: 956cc0d3206968c3787380a0fb690f3021bd513fe13546e2decf167c0d4777b6 Description: Perl module to preserve calling context Context::Preserve allows developers to preserve the calling context of their subroutines, which is useful for functions that call other functions and return their results, with some possible modifications. This means that, if your module is called in scalar, list or void context, the given subroutine is called in the same context and the appropriate 'thing' is returned. . This means that it is easy to write functions that call other functions, modify their result and return it, in a seamless manner. Homepage: http://search.cpan.org/dist/Context-Preserve/ Package: libcontextual-return-perl Priority: optional Section: perl Installed-Size: 196 Maintainer: Debian Perl Group Architecture: all Version: 0.004003-1.5.201403121911 Depends: perl, libwant-perl Filename: 4.0-0/all/libcontextual-return-perl_0.004003-1.5.201403121911_all.deb Size: 58468 MD5sum: 3c709467274ddf7b78d68752a97de0f9 SHA1: 29b03f7b5c31dd46887473590b66e9f288dee17c SHA256: a8dd34dbbe8ae04e76cf317f363e5c2f60f3d45f648ac58fa4d7b6bd0d9b4449 Description: module for creating context-sensitive return values Contextual::Return provides a collection of named blocks that allow a return statement to return different values depending on the context in which it's called. Homepage: http://search.cpan.org/dist/Contextual-Return/ Package: libconvert-ascii-armour-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.4-1.4.201403121913 Depends: perl, perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl Filename: 4.0-0/all/libconvert-ascii-armour-perl_1.4-1.4.201403121913_all.deb Size: 10232 MD5sum: 85a5cf8a556950e749f55756cde937ae SHA1: 8e6f005ddd3eb7e42d5920ac6aa3ebf12dca05ad SHA256: 1019f27fe213e18fc19ea91f57061824a9b7dcc20dbb88413c5721a828cbf3e1 Description: module to convert binary into ASCII-armoured messages Convert::ASCII::Armour is a Perl module designed to convert hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP. Homepage: http://search.cpan.org/dist/Convert-ASCII-Armour/ Package: libconvert-base32-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.2.201403121917 Depends: perl Filename: 4.0-0/all/libconvert-base32-perl_0.05-1.2.201403121917_all.deb Size: 6946 MD5sum: 04b89f53a0476ee35e47e1d5eefa4c5a SHA1: a2a63ee8f67836b1eab504507d5a861e835bc223 SHA256: deee736064ad459a5af96e1398021236468a85428117d53ca6d69583e8c694cc Description: module for encoding and decoding of base32 strings Convert::Base32 provides functions to convert string from / to Base32 encoding, specified in RACE internet-draft. The Base32 encoding is designed to encode non-ASCII characters in DNS-compatible host name parts. . See http://tools.ietf.org/html/draft-ietf-idn-race-03 for more details. Homepage: http://search.cpan.org/dist/Convert-Base32/ Package: libconvert-ber-perl Priority: extra Section: perl Installed-Size: 119 Maintainer: Nacho Barrientos Arias Architecture: all Version: 1.3200-1.4.201403121923 Depends: perl Filename: 4.0-0/all/libconvert-ber-perl_1.3200-1.4.201403121923_all.deb Size: 33834 MD5sum: 8cc6b1a5ac7c4ba4525cb86e07c495fc SHA1: 34d773fd3f81cd11e25035e6cbfd6d012651d200 SHA256: f314070b139636dd6700f5d81523d9e318611a22bbf74f15fee91a579b9b50e9 Description: Perl implementation of Basic Encoding Rules (BER) Convert::BER is a perl object class implementation to encode and decode objects as described by ITU-T standard X.209 (ASN.1) using Basic Encoding Rules (BER). Homepage: http://search.cpan.org/dist/Convert-BER/ Package: libconvert-color-perl Priority: optional Section: perl Installed-Size: 131 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403121931 Depends: perl, liblist-utilsby-perl Recommends: x11-common Filename: 4.0-0/all/libconvert-color-perl_0.08-1.4.201403121931_all.deb Size: 44578 MD5sum: 48ea13cce199661009045470aa746586 SHA1: 85c6e6a977d3c5a022885c2075731c61227f7f90 SHA256: ecf45402cacc1fb0d96ee14bed2b35195c68cd6111be3a64d3cc858a65b1c3db Description: Perl module for color space conversions and named lookups Convert::Color provides conversions between commonly used ways to express colors. It provides conversions between color spaces such as RGB and HSV, and it provides ways to look up colors by a name. Homepage: http://search.cpan.org/dist/Convert-Color/ Package: libconvert-pem-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.6.201403131014 Depends: perl, libclass-errorhandler-perl, libconvert-asn1-perl (>= 0.10), libcrypt-des-ede3-perl Filename: 4.0-0/all/libconvert-pem-perl_0.08-1.6.201403131014_all.deb Size: 22330 MD5sum: 375e31584e4af217d68cf80de7915979 SHA1: c8c6f46bc313c0fd337cbea0f7630b325c05fd8d SHA256: 4029db8608bf867c79f1e43be02cb968a2bbf5912402baf9a7385b18f0ff799a Description: Perl module for reading/writing encrypted ASN.1 PEM files Convert::PEM reads/writes encrypted ASN.1 PEM files. The files can optionally be encrypted using a symmetric cipher algorithm, such as 3DES. Homepage: http://search.cpan.org/dist/Convert-PEM/ Package: libconvert-units-perl Priority: extra Section: perl Installed-Size: 66 Maintainer: Krzysztof Krzyzaniak (eloy) Architecture: all Version: 1:0.43-1.5.201403130928 Depends: perl5 Filename: 4.0-0/all/libconvert-units-perl_0.43-1.5.201403130928_all.deb Size: 15074 MD5sum: c1d4755bb3a5b44c4cf03d37981d443e SHA1: 07be80e9f83c00f9a766a8d53c824f66bc52f864 SHA256: f1c11cd598d18e26cc9cededb535b97c686770cbcc4520c8d06945deb4703078 Description: Perl module for performing unit conversions The Units package is a collection of modules for parsing strings with unit measurements (such as "12pt" or "3 meters") and converting them to some other unit (such as "picas" or "inches"). Package: libconvert-ytext-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.1.2-1.2.201403121946 Depends: perl Filename: 4.0-0/all/libconvert-ytext-perl_0.1.2-1.2.201403121946_all.deb Size: 8528 MD5sum: ca24eb0868a1e8d705818bd8bad7b1c2 SHA1: ef3e3f073bd70449b529ff95541314764652cac2 SHA256: 7f1717e37141025ead3ba469c7ad0c672a4b292014039318e1d631d31c62e79b Description: Perl module to quote strings suitably for RFC2822 local parts Convert::YText converts strings to and from "YText", a format inspired by xtext defined in RFC1894, the MIME base64 and quoted-printable types (RFC 1394). The main goal is encode a UTF8 string into something safe for use as the local part in an internet email address (RFC2822). . By default spaces are replaced with "+", "/" with "~", the characters "A-Za-z0-9_.-" encode as themselves, and everything else is written "=USTR=" where USTR is the base64 (using "A-Za-z0-9_." as digits) encoding of the unicode character code. The encoding is configurable (see below). Homepage: http://search.cpan.org/dist/Convert-YText/ Package: libcore-ocaml-doc Priority: optional Section: doc Installed-Size: 30280 Maintainer: Debian OCaml Maintainers Architecture: all Source: janest-core Version: 107.01-5.5.201403211350 Filename: 4.0-0/all/libcore-ocaml-doc_107.01-5.5.201403211350_all.deb Size: 1439444 MD5sum: 7ee95c98ae3e3a1a1f124f9200809316 SHA1: 07d328306a8c3f3703551ab4d510f7531ba0b9ad SHA256: 3d48bbfd52529cdd6e4250fae0b33e04b704a4b8571b3c659b9ef2191c4a0894 Description: Jane Street's standard library for OCaml - documentation Core is an alternative to the OCaml standard library developed by Jane Street Capital. . Core does a number of things: . * provides tail recursive versions of non tail recursive functions in the standard library; * changes the signature of many of the standard modules to enforce consistent naming conventions; * includes generic serialization for most types; * adds some new modules as well as new functionality to existing modules. . Beware that Core extends some functionality of the legacy standard library, and outright changes or replaces other; backward compatibility . The code of Core is routinely reviewed within Jane Street Capital according to their quality assurance requirements. . This package contains the ocamldoc API reference in HTML format for Core. Enhances: libcore-ocaml-dev Homepage: http://www.janestcapital.com/ocaml/ Package: libcore-renderer-java-doc Priority: optional Section: doc Installed-Size: 14579 Maintainer: Debian Java Maintainers Architecture: all Source: xhtmlrenderer Version: 0.0~R8-1.2.201403151813 Recommends: libcore-renderer-java Suggests: default-jdk-doc Filename: 4.0-0/all/libcore-renderer-java-doc_0.0~R8-1.2.201403151813_all.deb Size: 2838648 MD5sum: cc8804d7fc9ebe2fd4c350539a8e7ef2 SHA1: 0b4a38940acc18f757aee5460c90ee69d0c37897 SHA256: 6e181171d72695d38cf149bb078258a2f1ac43d312f70ec5cb07196a0bb9482b Description: Documentation for libcore-renderer-java Documentation for xhtmlrender that is an XML/CSS renderer, which means it takes XML files as input, applies formatting and styling using CSS, and generates a rendered representation of that XML as output. The output may go to the screen (in a GUI), to an image or to a PDF file. . The main target for content is XHTML 1.0 (strict), an XML document format that standardizes HTML. However, xhtmlrenderer accepts any well-formed XML for rendering as long as CSS is provided that tells how to lay it out. . In the case of XHTML, default stylesheets are provided out of the box and packaged within the library. . This package contains the javadoc files of libcore-renderer-java and the user guide reference for xhtmlrenderer. Homepage: https://xhtmlrenderer.dev.java.net/ Package: libcore-renderer-java Priority: optional Section: java Installed-Size: 1944 Maintainer: Debian Java Maintainers Architecture: all Source: xhtmlrenderer Version: 0.0~R8-1.2.201403151813 Depends: libitext-java (>= 2.0) Filename: 4.0-0/all/libcore-renderer-java_0.0~R8-1.2.201403151813_all.deb Size: 1786270 MD5sum: 843fdd9ea9fe73796f0e1b2bb3d64196 SHA1: cb3d4a967c7080265a0f3cd548e9badeb7289277 SHA256: 005b25dbbf302352c21ffa6398cef88d1c71874695e1c6422520cf44c61d5c7b Description: Java library that provides an XML/XHTML/CSS 2.1 Renderer xhtmlrender is an XML/CSS renderer, which means it takes XML files as input, applies formatting and styling using CSS, and generates a rendered representation of that XML as output. The output may go to the screen (in a GUI), to an image or to a PDF file. . The main target for content is XHTML 1.0 (strict), an XML document format that standardizes HTML. However, xhtmlrenderer accepts any well-formed XML for rendering as long as CSS is provided that tells how to lay it out. . In the case of XHTML, default stylesheets are provided out of the box and packaged within the library. Homepage: https://xhtmlrenderer.dev.java.net/ Package: libcorelinux-doc Priority: optional Section: doc Installed-Size: 5920 Maintainer: Christophe Prud'homme Architecture: all Source: libcorelinux Version: 0.4.32-7.3.4.201403121949 Filename: 4.0-0/all/libcorelinux-doc_0.4.32-7.3.4.201403121949_all.deb Size: 716234 MD5sum: 4fbe4a4ac1372d8df027d776dd7a95ff SHA1: 89b7723be715fd574b5d0ef6a14efd771c66877c SHA256: 8a1cdd4d9460bbaa50916252892d8bb51be0279ca030dc22b4e541300bddfc91 Description: Foundation Classes, Design Patterns, IPC and Threads OOA and OOD for Linux: reference manual. . This package provides the full reference manual in HTML, PS and PDF format. . HTML: /usr/share/doc/libcorelinux-doc/html/index.html PS: /usr/share/doc/libcorelinux-doc/corelinux-ref.ps.gz PDF: /usr/share/doc/libcorelinux-doc/corelinux-ref.pdf.gz . OOA: Object Oriented Analysis OOD: Object Oriented Design check http://corelinux.sourceforge.net . libcorelinux provides the following features: . Foundation classes Inter-process communication Process and threads Design Patterns (complete) Creational Design Patterns Structural Design Patterns Behavioral Design Patterns Package: libcorelinux-examples Priority: optional Section: devel Installed-Size: 237 Maintainer: Christophe Prud'homme Architecture: all Source: libcorelinux Version: 0.4.32-7.3.4.201403121949 Depends: libcorelinux-dev Filename: 4.0-0/all/libcorelinux-examples_0.4.32-7.3.4.201403121949_all.deb Size: 220782 MD5sum: c2ad1f86591ea821c31a051c6cd5265e SHA1: f4015cffbfc3fa0384fe5195420f29f49196f72e SHA256: 1487d5b5d7b7abaa1034eb0e0a39a3af0ebf844b1407fff7b7d13ca60ae86c52 Description: Foundation Classes, Design Patterns, IPC and Threads OOA and OOD for Linux: examples. . This package provides examples for corelinux. . OOA: Object Oriented Analysis OOD: Object Oriented Design check http://corelinux.sourceforge.net . libcorelinux provides the following features: . Foundation classes Inter-process communication Process and threads Design Patterns (complete) Creational Design Patterns Structural Design Patterns Behavioral Design Patterns Package: libcorosync-dev Priority: optional Section: libdevel Installed-Size: 163 Maintainer: Debian HA Maintainers Architecture: all Source: corosync Version: 1.4.2-3.6.201403180706 Depends: libcfg-dev, libconfdb-dev, libcoroipcc-dev, libcoroipcs-dev, libcpg-dev, libevs-dev, liblogsys-dev, libpload-dev, libquorum-dev, libsam-dev, libtotem-pg-dev, libvotequorum-dev, corosync-dev Conflicts: libopenais-dev (<< 0.85), libopenais-legacy-dev (<< 1.0.0) Filename: 4.0-0/all/libcorosync-dev_1.4.2-3.6.201403180706_all.deb Size: 142424 MD5sum: 908eb518d23ba868927328567702cc19 SHA1: b814a82665dc7c46a42ba9da8adbbf5154337e14 SHA256: 102dd7b1460662e68fd506342244d07e76567ed5e4b3b14c2e08eca3e4409e2d Description: Standards-based cluster framework (transitional package) The corosync project is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package used to contain the Corosync development files and remains as a transitional package to pull the real files in. Package: libcorosync4 Priority: optional Section: libs Installed-Size: 163 Maintainer: Debian HA Maintainers Architecture: all Source: corosync Version: 1.4.2-3.6.201403180706 Depends: libcfg4, libconfdb4, libcoroipcc4, libcoroipcs4, libcpg4, libevs4, liblogsys4, libpload4, libquorum4, libsam4, libtotem-pg4, libvotequorum4 Conflicts: libopenais2 (<< 0.85) Filename: 4.0-0/all/libcorosync4_1.4.2-3.6.201403180706_all.deb Size: 142400 MD5sum: ff4d716e1e70c73f6881fad532e95569 SHA1: c727b10cd0e026defc98e70b4b45eb872281b30b SHA256: 5de4826cfc0ea5c725b4c3745239fe484d1816a3407242fda4a92f6c4a679a23 Description: Standards-based cluster framework (transitional package) The corosync project is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package used to contain the Corosync libraries and remains as a transitional package to pull the real libraries in. Package: libcortado-java Priority: optional Section: java Installed-Size: 798 Maintainer: Debian Java Maintainers Architecture: all Source: cortado Version: 0.6.0-1.5.201403180711 Replaces: cortado (<< 0.5.2) Filename: 4.0-0/all/libcortado-java_0.6.0-1.5.201403180711_all.deb Size: 728942 MD5sum: 3b617ba2f597d293e92dfa0b76d7fbd4 SHA1: 54acb321277dd4a0d7a70bd5956e83b6d1f6ce33 SHA256: 5b17e4a63043c4cea8d99e4fde6d095f11de8d0b8090654a51c734315a14563a Description: streaming applet for Ogg formats By embedding the cortado applet in your website, you can give viewers access to streams from either the Flumotion streaming server or any HTTP server providing multimedia files without the need for a locally installed media player supporting the correct formats on the visitor's computer. Cortado currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis library), Mulaw audio, MJPEG and Flumotion's Smoke codec. . The package cotains the actual jar files that can be used by other programs to provide Theora playback capability. Homepage: http://theora.org/cortado/ Package: libcourriel-perl Priority: optional Section: perl Installed-Size: 224 Maintainer: Debian Perl Group Architecture: all Version: 0.29-1.2.201403121956 Depends: perl, libdatetime-format-mail-perl, libdatetime-format-natural-perl, libdatetime-perl, libdevel-partialdump-perl, libemail-abstract-perl, libemail-address-perl, libemail-messageid-perl, libemail-mime-encodings-perl, libfile-libmagic-perl, libfile-slurp-perl, liblist-allutils-perl, liblist-moreutils-perl, libmoose-perl, libmoosex-params-validate-perl, libmoosex-role-parameterized-perl, libmoosex-strictconstructor-perl, libmoosex-types-common-perl, libmoosex-types-perl, libnamespace-autoclean-perl, libsub-exporter-perl Filename: 4.0-0/all/libcourriel-perl_0.29-1.2.201403121956_all.deb Size: 75700 MD5sum: 9b5454d816ec75c790c213fd8062ad1e SHA1: 2c42d4027cd575de5c06cbc814693b549d06a794 SHA256: 380621eb7b525ebe207d833234fd5ee8dab7f842729364075d7761e943fbe5bb Description: high level email parsing and manipulation module The Courriel class exists to provide a high level API for working with emails, particular for processing incoming email. It is primarily a wrapper around the other classes in the Courriel distro, especially Courriel::Headers, Courriel::Part::Single, and Courriel::Part::Multipart. If you need lower level information about an email, it should be available from one of this classes. . This software is still very alpha, and the API may change without warning in future versions. Homepage: http://search.cpan.org/dist/Courriel/ Package: libcoy-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Debian Perl Group Architecture: all Version: 0.06-6.4.201403122002 Provides: liblingua-en-hyphenate-perl Depends: perl, liblingua-en-inflect-perl Filename: 4.0-0/all/libcoy-perl_0.06-6.4.201403122002_all.deb Size: 24494 MD5sum: e84f7a3ac58ab04b8b9883ccbf76acc7 SHA1: 8c772199421a2791a7283f67dea854813a88baa3 SHA256: 4f71633a82e699abe2f3e8a2197e462618603e7b065be3103dcb2a8e20746786 Description: replace perl error messages with haiku Coy is a perl module that generates haiku based on the error messages a perl program outputs. The haiku are not canned, they are generated fresh each time based on the error message. . Before use Coy: run code...read rebuke. After use Coy: run code...haiku! Package: libcpan-changes-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.19-1.2.201403122011 Depends: perl, perl (>= 5.11.4) | libversion-perl (>= 1:0.7900) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.0-0/all/libcpan-changes-perl_0.19-1.2.201403122011_all.deb Size: 23414 MD5sum: 199d30a7aee36e70d9d53cd44733e75b SHA1: 77cde86995b753586a3f680efd55a902eaa3d809 SHA256: 65be1d7a0593ff8edd540c0973d83e2a3ae83197dd73f91ea4be49e4881c4be1 Description: module for reading and writing CPAN Changes files CPAN::Changes is a Perl module for working with the quasi-standard Changes file commonly included with modern CPAN distributions. It allows developers to programmatically read and write files that comply with the preliminary CPAN::Changes::Spec specification. Homepage: http://search.cpan.org/dist/CPAN-Changes/ Package: libcpan-checksums-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 2.03-1.4.201403122019 Depends: perl (>= 5.10), libcompress-bzip2-perl, libdata-compare-perl Filename: 4.0-0/all/libcpan-checksums-perl_2.03-1.4.201403122019_all.deb Size: 10756 MD5sum: 5827fd60c6f1d4e9d29df915755edc1c SHA1: c75e488492bbc2b797658f476a76db67d238289a SHA256: 1ddbefcf16bca6ec181f25274ab24ee4ca3022abd249ce702d0c24a5f15b1e04 Description: Perl module to write a CHECKSUMS file for a directory as on CPAN CPAN::Checksums writes CHECKSUMS files like the ones found on CPAN. This file contains PGP-signed checksum data which provides various ways to verify files, including a list of file sizes and checksums using various algorithms. Homepage: http://search.cpan.org/dist/CPAN-Checksums/ Package: libcpan-distnameinfo-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.4.201403122026 Depends: perl Filename: 4.0-0/all/libcpan-distnameinfo-perl_0.12-1.4.201403122026_all.deb Size: 9564 MD5sum: 0dba72d76f35a6753c47704fd372a44d SHA1: d7b267daf9d66ea539bbfedfb273b9ec3956d5ca SHA256: f7126e24d6c7d381611e8df2a993c71ecabe72215d5f6a21c4f8cb2018fa8a6c Description: module to extract distribution name and version from a filename CPAN::DistnameInfo is a Perl module that extracts the name and version from a CPAN distribution name. It uses heuristics similar to those used by the main site to extract the distribution information. It also reports if the version is to be treated as a developer release. Homepage: http://search.cpan.org/dist/CPAN-DistnameInfo/ Package: libcpan-inject-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1.4.201403122029 Provides: cpaninject Depends: perl, libcpan-checksums-perl, libfile-chmod-perl, libparams-util-perl Filename: 4.0-0/all/libcpan-inject-perl_1.13-1.4.201403122029_all.deb Size: 17404 MD5sum: e329ea701e401049e4f9ce4ae02c626b SHA1: b6b48476729da545bdc23ce936d14036a8f95648 SHA256: 1f55f1bc3c7ac7f739b9a9f6d370babc61dd54b2028c34bfda9ee9280e8b1b51 Description: module for injecting distributions into CPAN sources CPAN::Inject is a Perl module that provides a simple and reusable interface for injecting arbitrary packages to a CPAN mirror. Specifically, it accepts any Perl distribution tarball and performs some processing to make it look like it came from CPAN. Subsequently, the package will be installable from the CPAN Shell, with the full automatic recursive dependency resolution. . This package also provides a command line utility, cpaninject, which can be used to inject arbitrary packages under the officially blessed "Reserved Local CPAN Author" id, LOCAL. Homepage: http://search.cpan.org/dist/CPAN-Inject/ Package: libcpan-meta-check-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.004-1.2.201403122034 Depends: libcpan-meta-perl (>= 2.120920), libcpan-meta-requirements-perl, perl (>= 5.14) | libmodule-metatadata-perl, perl Filename: 4.0-0/all/libcpan-meta-check-perl_0.004-1.2.201403122034_all.deb Size: 10098 MD5sum: 9731a5a3a16639a1aa7df28cec9976e3 SHA1: 58c7f5f1901d305221e5010f7681eca7f1b5af64 SHA256: e1695f5a94e87856b360698e738733e048100f2ae1922f96f4ba7cf53b317178 Description: verify requirements in a CPAN::Meta object CPAN::Meta::Check verifies if requirements described in a CPAN::Meta object are present. Homepage: http://search.cpan.org/dist/CPAN-Meta-Check/ Package: libcpan-meta-perl Priority: optional Section: perl Installed-Size: 218 Maintainer: Debian Perl Group Architecture: all Version: 2.120921-1.4.201403122037 Depends: perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl (>= 0.008), libjson-pp-perl (>= 2.27200) | perl (>= 5.15.9), libparse-cpan-meta-perl (>= 1.4403) Filename: 4.0-0/all/libcpan-meta-perl_2.120921-1.4.201403122037_all.deb Size: 76550 MD5sum: 6545a876a0031745efd7db053edfdddb SHA1: c24b6041af6a3d480f6df5414683b17d8c76783e SHA256: 6b852695c4e6c6e0e5d84cf43dfe08072af63e54bf2cc14f4ef63bafd66a2a86 Description: Perl module to access distribution metadata for a CPAN distribution Software distributions released to the CPAN include a META.json or, for older distributions, META.yml which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. . CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data. Homepage: http://search.cpan.org/dist/CPAN-Meta/ Package: libcpan-meta-requirements-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 2.122-1.2.201403122042 Replaces: libcpan-meta-perl (<< 2.120921-1) Depends: perl Breaks: libcpan-meta-perl (<< 2.120921-1) Filename: 4.0-0/all/libcpan-meta-requirements-perl_2.122-1.2.201403122042_all.deb Size: 13808 MD5sum: 6c8cec1512d8db42e65798714988f021 SHA1: f5202bd3b28f0b485c5c7d3047775cf54b7bd46a SHA256: 6dadaaaf2b48a9ac881af166b916c71cf405f94a0c2f04474a03912d4a94b0d4 Description: set of version requirements for a CPAN dist A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. . Logically impossible constraints will be identified immediately by thrown exceptions. Homepage: http://search.cpan.org/dist/CPAN-Meta-Requirements/ Package: libcpan-meta-yaml-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 0.008-1.2.201403122046 Depends: perl Filename: 4.0-0/all/libcpan-meta-yaml-perl_0.008-1.2.201403122046_all.deb Size: 12348 MD5sum: c4c2808de656cc66d55cd0a80ea643f3 SHA1: 88f88645812e1738403b84f96a911379921ee73d SHA256: bc9036031e8d7a723c1769fc2796a69ee9d917df1ebbc95a15138f002a09b4e4 Description: reimplementation of a subset of YAML for CPAN Meta files CPAN::Meta::YAML implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. Homepage: http://search.cpan.org/dist/CPAN-Meta-YAML/ Package: libcpan-mini-perl Priority: optional Section: perl Installed-Size: 95 Maintainer: Debian Perl Group Architecture: all Version: 1.111008-3.4.201403122049 Provides: minicpan Depends: perl, libfile-homedir-perl, liburi-perl, libwww-perl Filename: 4.0-0/all/libcpan-mini-perl_1.111008-3.4.201403122049_all.deb Size: 27584 MD5sum: 5930d6372344f740e27837ae90b18cb7 SHA1: d92c4f492eba594d30079969327400bb6a6284d8 SHA256: a1e04b12e42e073f60804c83251e706d2b80a082684270379fe699d130d2e9dc Description: module for creating a minimal mirror of CPAN CPAN::Mini is a Perl module that provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. . This package also provides a command line utility, minicpan, which can be used to create and update such mirrors easily and without writing any code. Homepage: http://search.cpan.org/dist/CPAN-Mini/ Package: libcpan-perl-releases-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.60-1.2.201403122053 Depends: perl Filename: 4.0-0/all/libcpan-perl-releases-perl_0.60-1.2.201403122053_all.deb Size: 12046 MD5sum: a3e48ae70b2111080c69f4a6b96ce765 SHA1: 8a655306febbc32209338aa00a86958854ae231d SHA256: 13a001f85b27d376fa26793652cf6ad9f4d13a987b59f612511a0a9ee91c32b0 Description: module for mapping Perl releases on CPAN to the location of the tarballs CPAN::Perl::Releases is a module that contains the mappings of all Perl releases that have been uploaded to CPAN to the authors/id/ path that the tarballs reside in. . This is static data, but newer versions of this module will be made available as new releases of Perl are uploaded to CPAN. Homepage: http://search.cpan.org/dist/CPAN-Perl-Releases/ Package: libcpan-uploader-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Debian Perl Group Architecture: all Version: 0.103001-1.4.201403122055 Depends: perl, libgetopt-long-descriptive-perl, libterm-readkey-perl, libwww-perl Filename: 4.0-0/all/libcpan-uploader-perl_0.103001-1.4.201403122055_all.deb Size: 13594 MD5sum: d228b750bb18389676f56b6f44867dac SHA1: f43eedad6d879a707f40d23475f3a0fdc046c921 SHA256: 8bef10569793f23fb4b5b1df3d9a145f4bc7d566fecd873f82bf0d81a24c4ea8 Description: module to upload packages to the CPAN CPAN::Uploader is a Perl module which allows developers to upload their modules and packages to the Comprehensive Perl Archive Network (CPAN) via the [Perl programming] Authors Upload Server (more commonly known as PAUSE). . It provides a direct programmatic interface via a singleton class, but also includes a command-line utility called `cpan-upload' to do the same. Homepage: http://search.cpan.org/dist/CPAN-Uploader/ Package: libcpandb-perl Priority: optional Section: perl Installed-Size: 129 Maintainer: Debian Perl Group Architecture: all Version: 0.17-1.4.201403122100 Depends: perl, libdatetime-perl (>= 2:0.4900), liborlite-perl (>= 1.51), liborlite-mirror-perl, liborlite-statistics-perl, libparams-util-perl (>= 1.00) Filename: 4.0-0/all/libcpandb-perl_0.17-1.4.201403122100_all.deb Size: 43562 MD5sum: b61e7bd909fef6650a25b8fc4fd7f60f SHA1: 870118bd6cc5873d51bbb0ceb08bba71bd43208a SHA256: 5473191bd7600d8954e5f426a0f31798432bf342fdfa6769c5a34ba7b9987287 Description: Perl module for working with the unified CPAN database CPANDB is a module for retrieving various types of information about CPAN modules. It pulls data from different places, combining them in one SQLite database for convenient use. Homepage: http://search.cpan.org/dist/CPANDB/ Package: libcpl-doc Priority: optional Section: doc Installed-Size: 3824 Maintainer: Debian Science Maintainers Architecture: all Source: cpl Version: 6.1.1-2.7.201403180857 Suggests: libcpl-dev Filename: 4.0-0/all/libcpl-doc_6.1.1-2.7.201403180857_all.deb Size: 571056 MD5sum: 13f4c4ecb171e8ed5cba041789bee955 SHA1: 556f72529e2523e1e820425aa86ab3f624c18528 SHA256: 08b8af36094338052452cc0ec150cd3123d4f4125b4ce4fbc904d5a87b0e892d Description: API documentation for the Common Pipeline Library The Common Pipeline Library (CPL) comprises a set of ISO-C libraries that provide a comprehensive, efficient and robust software toolkit. It forms a basis for the creation of automated astronomical data-reduction tasks (known as "pipelines"). . This package contains the API documentation for libcpl. Multi-Arch: foreign Homepage: http://www.eso.org/sci/software/cpl/ Package: libcppunit-doc Priority: optional Section: doc Installed-Size: 4907 Maintainer: Steve M. Robbins Architecture: all Source: cppunit Version: 1.12.1-4.10.201403180959 Replaces: cppunit (<< 1.10.0-3), libcppunit-dev (<< 1.10.2-6) Conflicts: cppunit (<< 1.10.0-3), libcppunit-dev (<< 1.10.2-6) Filename: 4.0-0/all/libcppunit-doc_1.12.1-4.10.201403180959_all.deb Size: 834304 MD5sum: ead4f68396e04e9e1f0f60f2c163588f SHA1: 862ba3d1e164409d050ba389e1b7e7a126a1fb65 SHA256: 435f86634abb408fda93e1c71cc396e8740bd8ff6442edf3e82a39426f6eade6 Description: Unit Testing Library for C++ CppUnit is a simple Framework for incorporating test cases in your C++ code. It is similar to, and inspired by, xUnit and JUnit. . Package libqttestrunner1 is required for using the Qt-based test runner GUI. Homepage: http://cppunit.sourceforge.net/ Package: libcps-perl Priority: optional Section: perl Installed-Size: 130 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.2.201403122104 Depends: perl Recommends: libsub-name-perl Filename: 4.0-0/all/libcps-perl_0.15-1.2.201403122104_all.deb Size: 47484 MD5sum: fc38480fb4a5888654be36cf0389902c SHA1: 27579f7528346bfd001b460e22c1eecb34ef9d5c SHA256: 059a4562d8d704b9723c9b3a43fb94acc02f0064c5b1403a7aa06e7e372c6c5e Description: module to manage flow of control in Continuation Passing Style CPS is a Perl module that enables developers to write code in Continuation Passing Style, which is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations". It is useful whenever some form of asynchronous or event-based programming is in use. Homepage: http://search.cpan.org/dist/CPS/ Package: libcql-parser-perl Priority: optional Section: perl Installed-Size: 123 Maintainer: Debian Perl Group Architecture: all Version: 1.10-1.2.201403122113 Depends: perl, libclass-accessor-perl, libclone-perl, libstring-tokenizer-perl Filename: 4.0-0/all/libcql-parser-perl_1.10-1.2.201403122113_all.deb Size: 51150 MD5sum: a806f6e3a2cfc4cfc8cda7dcccd149ad SHA1: 066203c5da7a8173df547132eeee549209897470 SHA256: 3dd5cda7ca1b11d0b10df26facf3975567292f3afc040328a426b8c10ccb62a9 Description: Common Query Language parser CQL::Parser is a base class for boolean nodes in a CQL parse tree. See CQL::AndNode and CQL::OrNode. CQL::BooleanNode inherits from CQL::Node. Typically you'll want to use CQL::AndNode or CQL::OrNode to instantiate the object. Homepage: http://search.cpan.org/dist/CQL-Parser/ Package: libcrimson-java-doc Priority: optional Section: doc Installed-Size: 243 Maintainer: Debian Java Maintainers Architecture: all Source: xml-crimson Version: 1:1.1.3-11.8.201403152203 Suggests: libcrimson-java Filename: 4.0-0/all/libcrimson-java-doc_1.1.3-11.8.201403152203_all.deb Size: 195254 MD5sum: b57210c101505dfabd193a029f363129 SHA1: 90dcc4b6650c7138d1bf3149c71fce3364ca89f3 SHA256: 649ed304e6a0b25b3fbde30b15705b83a1d86735d7abae9461a1fcacaf3a5fe9 Description: XML parser which support the Java API for XML Processing (JAXP) Crimson supports the Java API for XML Processing (JAXP) version 1.1 specification by providing implementations for the following package hierarchies: javax.xml.parsers, org.w3c.dom (DOM level2), org.xml.sax.*(SAX 2.0). Package: libcrimson-java Priority: optional Section: java Installed-Size: 233 Maintainer: Debian Java Maintainers Architecture: all Source: xml-crimson Version: 1:1.1.3-11.8.201403152203 Suggests: libcrimson-java-doc Filename: 4.0-0/all/libcrimson-java_1.1.3-11.8.201403152203_all.deb Size: 191382 MD5sum: 78940513e47db92593e2916748c76c61 SHA1: 4b4b35aa4bde373d1b4d170883dd84648ca72d31 SHA256: 273a9362a9eb67af187ba1dae912f178b3de1c44ed6e0ce5816100ae7a53dd74 Description: XML parser which support the Java API for XML Processing (JAXP) Crimson supports the Java API for XML Processing (JAXP) version 1.1 specification by providing implementations for the following package hierarchies: javax.xml.parsers, org.w3c.dom (DOM level2), org.xml.sax.*(SAX 2.0). Package: libcriticism-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.2.201403122116 Depends: perl Recommends: libperl-critic-perl (>= 1.089) Filename: 4.0-0/all/libcriticism-perl_1.02-1.2.201403122116_all.deb Size: 10210 MD5sum: c8ac681a0be0e92139decd5aa41574bf SHA1: cd1320785fd6d0cb82103ba6df6429af0c3105ed SHA256: 4cae0c1b53196e0b1a094670e5c33120739f81cf2d064e4a7c2a585a113b5425 Description: Perl pragma to enforce coding standards and best-practices The cristicism pragma enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively bypass the "criticism" pragma by not installing Perl::Critic in the production environment. If Perl::Critic can't be loaded, then "criticism" just fails silently. Homepage: http://search.cpan.org/dist/criticism/ Package: libcrypt-cbc-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 2.30-1.11.201403122132 Depends: perl, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl Filename: 4.0-0/all/libcrypt-cbc-perl_2.30-1.11.201403122132_all.deb Size: 29906 MD5sum: dcb7fd9d1b11e6fa153ad08fa24c4a8d SHA1: 33f11132e0622feec050d589cddbfab62e31ca7c SHA256: 161060eecc565a7fad57c0cad1d18a75d90ac3d4add841f8b9d185e4e5ae138f Description: Implementation of cipher block chaining (CBC) mode In combination with a block cipher such as Crypt::Rijndael or Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay. Homepage: http://search.cpan.org/dist/Crypt-CBC/ Package: libcrypt-ciphersaber-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: ciphersaber Version: 0.61-4.4.201403170238 Depends: perl Filename: 4.0-0/all/libcrypt-ciphersaber-perl_0.61-4.4.201403170238_all.deb Size: 10610 MD5sum: 482759930fa1dd8d48705f80fe7567fa SHA1: 136b96f7a57c76e533bc8905c9e746da3e4bfc76 SHA256: dfe94d60b87ea7948823e38e0e977330e2336b691a66beb92f1ddf1e2e4b2589 Description: Perl module implementing CipherSaber encryption The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com. It is simple, fairly speedy, and relatively secure algorithm based on RC4. . Encryption and decryption are done based on a secret key, which must be shared with all intended recipients of a message. Package: libcrypt-des-ede3-perl Priority: optional Section: perl Installed-Size: 47 Maintainer: Pierre-Matthieu Alamy Architecture: all Version: 0.01-1.1.6.201403122136 Depends: perl, libcrypt-des-perl Filename: 4.0-0/all/libcrypt-des-ede3-perl_0.01-1.1.6.201403122136_all.deb Size: 6440 MD5sum: 63bc8a23e85ccafa0f6433cecbfcd3ea SHA1: 290d99d8b8c7459720cb4b1a049ac2bc0913e6d8 SHA256: c641527104700d24b4b1636c2f68abdb23fb9db5bb8c6b334280e4fec878b075 Description: Triple-DES EDE encryption/decryption for perl Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps. . You're probably best off not using this module directly, as the encrypt and decrypt methods expect 8-octet blocks. You might want to use the module in conjunction with Crypt::CBC, for example. This would be DES-EDE3-CBC, or triple-DES in outer CBC mode. Package: libcrypt-dh-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Dominic Hargreaves Architecture: all Version: 0.06-3.4.201403122150 Depends: perl, perl-modules Recommends: libmath-bigint-gmp-perl Filename: 4.0-0/all/libcrypt-dh-perl_0.06-3.4.201403122150_all.deb Size: 10364 MD5sum: c185099a6bb29f364a36cedc6dfcf4cb SHA1: df5530eea7f6646bd2f0632811f957ef0cc60f2b SHA256: b7d8fbd232487d1d8a059b753f727c67d9927eb23e4bb48c957784e46a6e331c Description: Diffie-Hellman key exchange system implemented in Perl Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the two parties ever passing the actual shared secret, or their private keys, between them. Homepage: http://search.cpan.org/dist/Crypt-DH/ Package: libcrypt-dsa-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 1.17-3.2.201403122154 Depends: perl, libconvert-asn1-perl, libconvert-pem-perl, libdata-buffer-perl, libfile-spec-perl, libfile-which-perl Recommends: libmath-bigint-gmp-perl Filename: 4.0-0/all/libcrypt-dsa-perl_1.17-3.2.201403122154_all.deb Size: 34670 MD5sum: 53e5e5d00aeaa288ceca89705a9a89e7 SHA1: 1f6ef337e2c878a41cb6b948b0246795521c0a70 SHA256: 63444365882c10772736f18ef687487a3398a737ae34d5981e661cb672f1a7b7 Description: Perl module for DSA Signatures and Key Generation Crypt::DSA is a pure Perl implementation of DSA (Digital Signature Algorithm). It provides DSA signing, signature verification, and key generation. Homepage: http://search.cpan.org/dist/Crypt-DSA/ Package: libcrypt-ecb-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Ivan Kohler Architecture: all Version: 1.40-2.4.201403122206 Depends: perl Filename: 4.0-0/all/libcrypt-ecb-perl_1.40-2.4.201403122206_all.deb Size: 14846 MD5sum: baefdfb63f5e9f9cdbf279c8beab68c7 SHA1: 3d85df24e49b92471d7d5d084d62bbbfade9b95a SHA256: 44405af2d142a4837a9e62a94cd1a2f91dc08fe9fbdeeb6dda8e5579e3e5096e Description: Perl library to encrypt data using ECB mode This module is a Perl-only implementation of the ECB mode. In combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB such as CBC should be preferred. See textbooks on cryptography if you want to know why. . The functionality of the module can be accessed via OO methods or via standard function calls. Remember that some crypting module like for example Blowfish has to be installed. The syntax follows that of Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC, though Crypt::ECB is more flexible. For example you can change the key or the cipher without having to create a new crypt object. Package: libcrypt-generatepassword-perl Priority: optional Section: perl Installed-Size: 2040 Maintainer: Debian Perl Group Architecture: all Version: 0.03-4.4.201403122217 Depends: perl Filename: 4.0-0/all/libcrypt-generatepassword-perl_0.03-4.4.201403122217_all.deb Size: 200186 MD5sum: d5da79e892e6d11b20bcf4a8b5475c47 SHA1: ac950b0b393e7288297c6b353fb40024dfa7b747 SHA256: d6ae7df8238b0ba45f6b88a3e00c949fce150f9605c36921e06347a080683824 Description: perl module to generate secure passwords Crypt::GeneratePassword lets you generate secure random passwords with a reasonable amount of pronounceability. It avoids the problems associated with the FIPS-181 NIST standard as used by Crypt::RandPasswd. Homepage: http://search.cpan.org/dist/Crypt-GeneratePassword/ Package: libcrypt-gpg-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Roberto Jimeno Architecture: all Version: 1.52-1.4.201403122219 Depends: gnupg, libipc-run-perl, libtimedate-perl, perl Filename: 4.0-0/all/libcrypt-gpg-perl_1.52-1.4.201403122219_all.deb Size: 25982 MD5sum: 939dad0303de5813799893ac34098b6e SHA1: 070881de78e7aa26408c108b611a971583ec6cf2 SHA256: 74d0814b64af50a3f24de989e96e4614a5d4c1be0ddb492699011c71321c43b6 Description: An Object Oriented Interface to GnuPG The Crypt::GPG module provides near complete access to GnuPG functionality through an object oriented interface. It provides methods for encryption, decryption, signing, signature verification, key generation, key export and import, and most other key management functions. . This module works almost identically to its cousin, Crypt::PGP5. The two modules together provide a uniform interface to deal with both PGP and GnuPG. Eventually, these modules will be folded into a single module which will interface with GnuPG as well as all versions of PGP. Package: libcrypt-hcesha-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Jonas Genannt Architecture: all Version: 0.70-3.4.201403122224 Depends: perl, libmime-base64-perl Filename: 4.0-0/all/libcrypt-hcesha-perl_0.70-3.4.201403122224_all.deb Size: 10126 MD5sum: 1ee5a57bec2c6caf9087f6720ff75d7c SHA1: 88fee60a085aee720e461f0399381b8e1e348cef SHA256: c72d6592dba0c8034423c2505630beb9ab882eabe57b1d513e513a47968462e4 Description: Perl extension for one way hash chaining encryption using SHA This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. . Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. . The idea is that the two sides have a shared secret that supplies one of the keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. . An example client and server are packaged as modules with this module. They are used in the tests. They can be found in the examples directory. Homepage: http://search.cpan.org/dist/Crypt-HCE_SHA/ Package: libcrypt-random-source-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403122250 Depends: libany-moose-perl, libcapture-tiny-perl, libmodule-find-perl, libsub-exporter-perl, libnamespace-clean-perl, perl Filename: 4.0-0/all/libcrypt-random-source-perl_0.07-1.2.201403122250_all.deb Size: 39938 MD5sum: 237063eebe37ae5660ce115cae91631e SHA1: efc4438e260fdc2a8adad761798563c9a060f83d SHA256: 4ccc67bb5d777c7fd28ad364d7f48022b81bcde61faa65ba1ac98f3cce8ba0bd Description: get weak or strong random data from pluggable sources Crypt::Random::Source provides implementations for a number of byte oriented sources of random data. Homepage: http://search.cpan.org/dist/Crypt-Random-Source/ Package: libcrypt-rc4-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 2.02-2.2.201403122252 Depends: perl Filename: 4.0-0/all/libcrypt-rc4-perl_2.02-2.2.201403122252_all.deb Size: 8256 MD5sum: aebbf8045f1025ad6bf8b76b627492a1 SHA1: 88bb1933eac7a07b6e6cfa624f3c4518dc3da76b SHA256: e35d8534e6fca4994495e10aadc843747a32fe48f7dc635322767cec3f9c516b Description: Perl implementation of the RC4 encryption algorithm Crypt::RC4 is intended to be a simple implementation of the RC4 algorithm, which can be used to generate a pseudo-random stream of bits (or keystream). . It should be noted that the RC4 algorithm itself is severely broken, and the upstream Perl module has not been updated since Dec 2001. It is included in Debian only because it is needed by other packages. In general this package should not be used for new projects, and where it is used appropriate defensive methods should be understood and applied. Homepage: http://search.cpan.org/dist/Crypt-RC4/ Package: libcrypt-saltedhash-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.4.201403122304 Depends: perl Filename: 4.0-0/all/libcrypt-saltedhash-perl_0.06-1.4.201403122304_all.deb Size: 13768 MD5sum: 038275be8dd816c4e8a55184285024c6 SHA1: 0d1a2fe75e4c252a7264938d9cf894e665e13b8c SHA256: 4f754e3a705f4c1ea0624fe2392b7af3f79461b9bd1cee03d14087f8a4db9b70 Description: module for handling salted hashes Crypt::SaltedHash is a Perl module that provides an object oriented interface to create salted (or seeded) hashes of clear text data. The formalization of this concept originates from RFC-3112 and is extended by the use of different digital algorithms. Homepage: http://search.cpan.org/dist/Crypt-SaltedHash/ Package: libcrypt-simple-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.06-6.4.201403122309 Depends: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl Filename: 4.0-0/all/libcrypt-simple-perl_0.06-6.4.201403122309_all.deb Size: 9514 MD5sum: 985a7f893bf6209a789d9bf0dd332078 SHA1: 65263c299eb98dbca6a07d1ac3f1b296a0174c25 SHA256: f33220de8644853a31deb059b2f8f9afbcb1e6c6e42a84b99a92a8d6d0ffe0df Description: Perl library to encrypt stuff simply Maybe you have a web application and you need to store some session data at the client side (in a cookie or hidden form fields) but you don't want the user to be able to mess with the data. Maybe you want to save secret information to a text file. Maybe you have better ideas of what to do with encrypted stuff! . The Crypt::Simple module will convert all your data into nice base64 text that you can save in a text file, send in an email, store in a cookie or web page, or bounce around the Net. The data you encrypt can be as simple or as complicated as you like. Homepage: http://search.cpan.org/dist/Crypt-Simple/ Package: libcrypt-smbhash-perl Priority: extra Section: perl Installed-Size: 66 Maintainer: Alexander Zangerl Architecture: all Version: 0.12-3.12.201403122315 Depends: perl, libdigest-md4-perl Filename: 4.0-0/all/libcrypt-smbhash-perl_0.12-3.12.201403122315_all.deb Size: 13990 MD5sum: a1dbf965f074a46caa08e8180a453514 SHA1: 999d5d60fbcf963744d7ceeee4ff5dac0f10d7a6 SHA256: 52356b6694ac5f72272116fc079ef34673bc834d3fc90597012092861418a603 Description: generate LM/NT hash of a password for samba This module provides functions to generate LM/NT hashes used in Samba's 'smbpasswd' file. . The module is a direct port of code from Samba and is written entirely in perl, so it is slower than a C implementation but it is easily ported and installed. Homepage: http://www.cpan.org/authors/id/B/BJ/BJKUIT/ Package: libcrypt-unixcrypt-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Bart Martens Architecture: all Version: 1.0-5.4.201403122328 Depends: perl Filename: 4.0-0/all/libcrypt-unixcrypt-perl_1.0-5.4.201403122328_all.deb Size: 13394 MD5sum: f60eef73feac31a17eabe9e54cb17ea1 SHA1: 5ba9395aceadd6f29708fb2c654cc65229377e0a SHA256: 01cac1e8419159dae6148721ee96388f8c0ecb1083343fcefb0bd0cb5b6a3c8e Description: Perl-only implementation of the crypt(3) function The Crypt::UnixCrypt module is a portable implementation of the Unix library function crypt(). It is especially useful on systems whose perl does not implement the built-in crypt() function. . This module won't overload a built-in crypt() unless forced by a true value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN. Homepage: http://search.cpan.org/~mvorl/Crypt-UnixCrypt/ Package: libcrypt-util-perl Priority: optional Section: perl Installed-Size: 151 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.2.201403122335 Depends: libdata-guid-perl, libmoose-perl, libstorable-perl, libsub-exporter-perl, libnamespace-clean-perl, perl Recommends: libcrypt-blowfish-perl, libcrypt-cbc-perl, libcrypt-des-perl, libcrypt-rijndael-perl, libcrypt-twofish-perl, libdigest-hmac-perl, libdigest-whirlpool-perl, libmime-base32-perl, libmime-base64-urlsafe-perl, liburi-perl Suggests: libcrypt-cfb-perl, libcrypt-eax-perl, libcrypt-rc6-perl, libcrypt-ripemd160-perl, libcrypt-serpent-perl, libdigest-cmac-perl Filename: 4.0-0/all/libcrypt-util-perl_0.11-1.2.201403122335_all.deb Size: 47226 MD5sum: 214e3b96eb02ce6859aef4a8fa01d52e SHA1: 30103f1816f440cf08edf2e2dea06e854cd85bb8 SHA256: bb64a6f45e57058949c5c9a7b588d2b94cff53af5a5625854f5b7b8716c6f4df Description: lightweight Crypt/Digest convenience API Crypt::Util provides an easy, intuitive and forgiving API for wielding crypto-fu. . The API is designed as a cascade, with rich features built using simpler ones. This means that the option processing is uniform throughout, and the behaviors are generally predictable. . Note that Crypt::Util doesn't do any crypto on its own, but delegates the actual work to the various other crypto modules on the CPAN. Crypt::Util merely wraps these modules, providing uniform parameters, and building on top of their polymorphism with higher level features. Homepage: http://search.cpan.org/dist/Crypt-Util/ Package: libcrypt-x509-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Daniel Kahn Gillmor Architecture: all Version: 0.51-1.4.201403122340 Depends: perl, libconvert-asn1-perl (>= 0.19) Filename: 4.0-0/all/libcrypt-x509-perl_0.51-1.4.201403122340_all.deb Size: 21220 MD5sum: 8875b4c5a0736cb76c880189be42b9fa SHA1: 1e2c5ff3e88a4c6e4ac2f59725bd93670073e194 SHA256: a74ca0af939fbaf07d149ce558bc45e37b720e2e096bf23d29909114129f71d0 Description: Parse X.509 certificates with Perl Crypt::X509 is a Perl module for parsing X.509 certificates. Methods are provided for accessing most certificate elements. Homepage: http://search.cpan.org/dist/Crypt-X509/ Package: libcrypto++-doc Priority: optional Section: doc Installed-Size: 31684 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: libcrypto++ Version: 5.6.1-6.8.201403122345 Conflicts: libcrypto++-dev (<= 5.2.1c2-3) Filename: 4.0-0/all/libcrypto++-doc_5.6.1-6.8.201403122345_all.deb Size: 5606364 MD5sum: a56de7b978018bd0d43250a64ef8facd SHA1: 9fd9b84cb7b2286bc7e3dbf0f3a056aa88caded6 SHA256: 8c14ad2214f5d2a02cfa09c2f8b83c6828df80d7d88be9b84f0c02be092ee9fd Description: General purpose cryptographic library - documentation Crypto++ is library for creating C++ programs which use cryptographic algorithms. The library uses a Pipes & Filters architecture with heavy use of templates and abstract base classes. The cryptographic tools include: * Authenticated encryption schemes (GCM, CCM, EAX), * High speed stream ciphers (Panama, Sosemanuk, Salsa20, XSalsa20), * AES and candidates (Rijndael, RC6, MARS, Twofish, Serpent, CAST-256), * Other symmetric block ciphers (IDEA, Triple-DES, Camellia, SEED, RC5, Blowfish, TEA, XTEA, Skipjack, SHACAL-2), * Block cipher modes of operation (ECB, CBC, CTS, CFB, OFB, CTR), * Message authentication codes (VMAC, HMAC, CMAC, CBC-MAC, DMAC, Two-Track-MAC), * Hash functions (SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, WHIRLPOOL, RIPEMD-128, RIPEMD-256, RIPEMD-160, RIPEMD-320), * Public-key cryptography (RSA, DSA, ElGamal, NR, RW, LUC, LUCELG, DLIES, ESIGN), * Padding schemes for public-key systems (PKCS#1, OAEP, PSS, PSSR, EMSA2, EMSA5), * Key agreement schemes (DH, MQV, LUCDIF, XTR-DH), * Elliptic curve cryptography (ECDSA, ECNR, ECIES, ECDH, ECMQV), * Backwards compatibility algorithms (MD2, MD4, MD5, Panama Hash, DES, ARC4, SEAL 3.0, WAKE, WAKE-OFB, DESX, RC2, SAFER, 3-WAY, GOST, SHARK, CAST-128, Square), * Pseudo-random number generators, and a whole lot more. Alternative libraries are libgcrypt and nettle. . This package includes the HTML reference guide to the source code. Enhances: libcrypto++-dev Homepage: http://www.cryptopp.com Package: libcryptui-doc Priority: optional Section: doc Installed-Size: 232 Maintainer: Debian GNOME Maintainers Architecture: all Source: libcryptui Version: 3.2.2-1.2.201403122355 Replaces: libcryptui-dev (<< 3.2) Recommends: libgtk-3-doc Suggests: devhelp Breaks: libcryptui-dev (<< 3.2) Filename: 4.0-0/all/libcryptui-doc_3.2.2-1.2.201403122355_all.deb Size: 25356 MD5sum: dc8e16b53c77cd135d6941caf452cd5c SHA1: 91726569004152c49ec78d51352807945925f3b0 SHA256: e01a339cbceb870c331bc045ef05336e51a978082b944075ac0519754f568075 Description: UI library for OpenPGP prompts (documentation) CryptUI is a library to manage OpenPGP prompts on GUI applications. . This package contains the HTML documentation and API reference for the CryptUI library. Multi-Arch: foreign Homepage: http://developer.gnome.org/libcryptui/ Package: libcsfml-doc Priority: extra Section: doc Installed-Size: 2857 Maintainer: Debian Games team Architecture: all Source: libcsfml Version: 1.6-1.4.201403130009 Filename: 4.0-0/all/libcsfml-doc_1.6-1.4.201403130009_all.deb Size: 1011546 MD5sum: 77eaf1ddd876d33d2087147626f1a2b0 SHA1: bbed1ac0243ab689bb8c7e8f7d7db937b57928f9 SHA256: 52b8da21d2ba52173dc77623a2176bf20a67cfee3b522325be819ae474eaadeb Description: Libraries for the C Binding of SFML - Documentation SFML is an simple but fast library for providing access to multimedia libraries. It can be used to develop OpenGL Applications with OpenAL Audio. It Supports Cross Platform Development . This package includes documentation for all CSFML libraries. Homepage: http://www.sfml-dev.org Package: libcsnd-dev Priority: extra Section: libdevel Installed-Size: 232 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound Version: 1:5.17.11~dfsg-3.17.201403181555 Replaces: libcsnd5.1 Provides: liblua5.1-luacsnd-dev Depends: libcsnd5.2 (>= 1:5.17.11~dfsg-3.17.201403181555), libcsnd5.2 (<< 1:5.17.11~dfsg-3.17.201403181555.1~) Suggests: liblua5.1-luacsnd5.2 Filename: 4.0-0/all/libcsnd-dev_5.17.11~dfsg-3.17.201403181555_all.deb Size: 156534 MD5sum: f173b1c2ba5130e7c5e1ae21b1518ce6 SHA1: 5089dc7fb1a7f651c7c02fc154eee85f683951d3 SHA256: ccbff8ccb265ad44c8396aaf717aa291dc561fab253839b4f3ef400540a26f1c Description: development files for Csound -- C++ API This package contains the development files needed to build programs using the C++ bindings to the Csound library. It also includes the development symlink for the lua module, but you have to manually install liblua5.1-luacsnd5.2 for that to work. . For more information on Csound, see the csound package. Homepage: http://www.csounds.com Package: libcsound64-dev Priority: extra Section: libdevel Installed-Size: 382 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound Version: 1:5.17.11~dfsg-3.17.201403181555 Depends: libcsound64-5.2 (>= 1:5.17.11~dfsg-3.17.201403181555), libcsound64-5.2 (<< 1:5.17.11~dfsg-3.17.201403181555.1~) Filename: 4.0-0/all/libcsound64-dev_5.17.11~dfsg-3.17.201403181555_all.deb Size: 195202 MD5sum: c14bc439c38d7698a2636ed23dcf279b SHA1: 33346ce3891453f371af16961ef42d8bda049492 SHA256: 97bfc8b53fe94ca1240052d333a51ee2574730ef47262295f909214c697db390 Description: development files for Csound This package contains the development files needed to build programs linking to the Csound library. . For more information on Csound, see the csound package. Homepage: http://www.csounds.com Package: libcsound64-doc Priority: extra Section: doc Installed-Size: 13317 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound Version: 1:5.17.11~dfsg-3.17.201403181555 Recommends: csound, libcsound64-dev Filename: 4.0-0/all/libcsound64-doc_5.17.11~dfsg-3.17.201403181555_all.deb Size: 2457132 MD5sum: bfd016b61ac5788d0353497c1b0c1e54 SHA1: 15a6433640c3bf707884fa6fda98d62398d9fd05 SHA256: 19e55bccac1ebd50be9a6dec247c07ac4b8af71825582e1a4e0b13064697b9c6 Description: Csound API documentation This package contains the API documentation for the Csound library in HTML format. . For more information on Csound, see the csound package. Homepage: http://www.csounds.com Package: libcsoundac-dev Priority: extra Section: libdevel Installed-Size: 354 Maintainer: Debian Multimedia Maintainers Architecture: all Source: csound Version: 1:5.17.11~dfsg-3.17.201403181555 Replaces: libcsoundac5.1 Depends: libcsoundac5.2 (>= 1:5.17.11~dfsg-3.17.201403181555), libcsoundac5.2 (<< 1:5.17.11~dfsg-3.17.201403181555.1~) Filename: 4.0-0/all/libcsoundac-dev_5.17.11~dfsg-3.17.201403181555_all.deb Size: 182224 MD5sum: 252c9dcf46378c8fd918014abb44f12a SHA1: ec6fc1a82f97c5496bb1a31fac681ddd2b4b0dcc SHA256: 4114bc94902a6c23514ee910a0e776ef66f6eaf8ce09e81390e6392cfaf485d1 Description: development files for CsoundAC This package contains the development files needed to build programs using the CsoundAC algorithmic composition system. . For more information on Csound and CsoundAC, see the csound and csoundac packages. Homepage: http://www.csounds.com Package: libcss-dom-perl Priority: optional Section: perl Installed-Size: 321 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.2.201403130017 Depends: perl, libclone-perl Filename: 4.0-0/all/libcss-dom-perl_0.14-1.2.201403130017_all.deb Size: 132686 MD5sum: ee61153a991decd6ed5191290427d9d6 SHA1: f325ea32e2bd925b2338f75e30c86da4c4f68191 SHA256: 1a9d55c9bfefd11a6ec4304bee50d51f0140b54cdac47896a4298a484f561262 Description: interface to the Document Object Model for Cascading Style Sheets This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. Homepage: http://search.cpan.org/dist/CSS-DOM/ Package: libcss-minifier-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.01-1.3.201403130020 Depends: perl Filename: 4.0-0/all/libcss-minifier-perl_0.01-1.3.201403130020_all.deb Size: 8918 MD5sum: a64ab38a73b54cbe65729e1d5e4d8297 SHA1: e1148a43ac4108f39cd33c14a04b485d6b155428 SHA256: 802d692be0be7ef6f53bfba03bbff138b00a5e2df11f69b23b32dd23cc9a8345 Description: Perl extension for minifying CSS CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized but not stripped and so will continue to function. . This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab. . For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful. Homepage: http://search.cpan.org/dist/CSS-Minifier/ Package: libcss-packer-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.002001-1.4.201403130027 Depends: perl, libregexp-reggrp-perl (>= 1.002) Filename: 4.0-0/all/libcss-packer-perl_1.002001-1.4.201403130027_all.deb Size: 9934 MD5sum: ef5a83ba3d5c111e5477c2ce2dbe7cf8 SHA1: 6f532d2b14c741d5cdb95794ca6915a5b49b389a SHA256: 215b69ea878079a0535c07e13fcafa9dd7b170fc2cf2924abfb73e3347ac9682 Description: fast pure perl CSS cleaner CSS::Packer is a pure Perl library for CSS cleanup. It can do CSS reformatting, whitespace and newline removal, in order to get a "pretty-printed" version or a minimal size version of the original CSS code. Homepage: http://search.cpan.org/dist/CSS-Packer/ Package: libcss-perl Priority: optional Section: perl Installed-Size: 889 Maintainer: Alejandro Garrido Mota Architecture: all Version: 1.08-1+nmu3.4.201403130031 Depends: perl, libparse-recdescent-perl (>= 1) Filename: 4.0-0/all/libcss-perl_1.08-1+nmu3.4.201403130031_all.deb Size: 67328 MD5sum: cc066d40dd423fa55ed8bbe0ba6ace95 SHA1: 76b249d9d198cd5b88b023272e4d3955ecb625b7 SHA256: d77214a74c5e9201ca9ac535a1a352863024febb62e0eb05ac55076d3a31991a Description: object oriented access to Cascading Style Sheets (CSS) This module can be used, along with a CSS::Parse::* module, to parse CSS data and represent it as a tree of objects. Using a CSS::Adaptor::* module, the CSS data tree can then be transformed into other formats. Homepage: http://search.cpan.org/dist/CSS/ Package: libcss-squish-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403130035 Depends: perl, liburi-perl Filename: 4.0-0/all/libcss-squish-perl_0.09-1.4.201403130035_all.deb Size: 13144 MD5sum: a05cfc82a987cfd7dcb43b8e3b340ab6 SHA1: 35043ec12ea8631017a06a4ff796832289eb9817 SHA256: 43ccf532fdadaa3860642cbf37e7c6bc78e9e91335539d3b5aa487df074f3a0e Description: module to compact many CSS files into one big file CSS::Squish is a Perl module that takes a list of CSS files and concatenates them, honouring any valid @import statements included in the files, following the CSS 2.1 specification. Media-specific @import statements will be honoured by enclosing the included file in a @media rule. . Future versions may include methods to compact whitespace and other parts of the CSS itself, but this functionality is not yet supported. Homepage: http://search.cpan.org/dist/CSS-Squish/ Package: libcss-tiny-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 1.19-1.4.201403130037 Depends: perl Filename: 4.0-0/all/libcss-tiny-perl_1.19-1.4.201403130037_all.deb Size: 13366 MD5sum: 9e924459f3fd2740f2b885bda4147608 SHA1: 75bf29ac82a9a38cdc78ac845ee7f73346b54bf0 SHA256: 561fe69d23ccdfd87cebd3715c8b148bb908657a7e624180b2c6db356c47b327 Description: Perl module to read/write .css files with as little code as possible CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6M of memory to load, which is a large amount of overhead if you only want to do trivial things. . This module is primarily for reading and writing simple files, and anything you write shouldn't need to have documentation/comments. If you need something with more power, move up to CSS.pm. Homepage: http://search.cpan.org/dist/CSS-Tiny/ Package: libcssparser-java-doc Priority: extra Section: doc Installed-Size: 2127 Maintainer: Ludovico Cavedon Architecture: all Source: cssparser Version: 0.9.5-1.10.201403181632 Depends: libsac-java Filename: 4.0-0/all/libcssparser-java-doc_0.9.5-1.10.201403181632_all.deb Size: 377462 MD5sum: 18de643dd6d7db0f311e2434164e80e7 SHA1: d45753c7cd50762943aa384e1e7388d2042bc761 SHA256: 668a5a04efb9b313f1ef1b2c861869cf1ae00955c0ab324d17b0f18c9241d14a Description: Java CSS2 Parser (documentation) The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2 source text and outputs a Document Object Model Level 2 Style tree. Alternatively, applications can use SAC: The Simple API for CSS. Its purpose is to allow developers working with Java to incorporate Cascading Style Sheet information, primarily in conjunction with XML application developments. . This package provides the API documentation for libcssparser-java. Homepage: http://cssparser.sourceforge.net/ Package: libcssparser-java Priority: optional Section: java Installed-Size: 318 Maintainer: Ludovico Cavedon Architecture: all Source: cssparser Version: 0.9.5-1.10.201403181632 Depends: libsac-java Filename: 4.0-0/all/libcssparser-java_0.9.5-1.10.201403181632_all.deb Size: 251506 MD5sum: 5028a7bef850a2b7b81ca8ee2be79eb0 SHA1: cd228d33e75c9dd13a95120e85999d2e136bc9ea SHA256: 61ab7c93e60eaebfeecd15e6223e3f3f74008ace55da2fd1db53ca63163b5db9 Description: Java CSS2 Parser The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2 source text and outputs a Document Object Model Level 2 Style tree. Alternatively, applications can use SAC: The Simple API for CSS. Its purpose is to allow developers working with Java to incorporate Cascading Style Sheet information, primarily in conjunction with XML application developments. Homepage: http://cssparser.sourceforge.net/ Package: libcsv-java-doc Priority: optional Section: doc Installed-Size: 225 Maintainer: Debian Java Maintainers Architecture: all Source: libcsv-java Version: 2.0-12.6.201403130038 Replaces: libcsv-java (<< 2.0-11) Recommends: default-jdk-doc Breaks: libcsv-java (<< 2.0-11) Filename: 4.0-0/all/libcsv-java-doc_2.0-12.6.201403130038_all.deb Size: 23516 MD5sum: 98776ef190498da976abc4ce71afadf6 SHA1: 944c9b07734ffdcf5032589336e6aad006160ab7 SHA256: 2f67c97510660df82db34591f53d5ac701392c83d1f972adff893f3c28243218 Description: CSV IO library for Java (documentation) Java CSV is a small fast open source java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc. . This package contains the documentation. Homepage: http://sourceforge.net/projects/javacsv/ Package: libcsv-java Priority: optional Section: java Installed-Size: 47 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0-12.6.201403130038 Filename: 4.0-0/all/libcsv-java_2.0-12.6.201403130038_all.deb Size: 18140 MD5sum: f3f8e98bca44c1a193e26268302cbc38 SHA1: 48baf2fb323fadf5471012ead4e0adc72a8f5ba7 SHA256: 219916452a4fd1b349c6b7958cf22fab14fd04338ba99c3d6899a4e92dca38d5 Description: CSV IO library for Java Java CSV is a small fast open source java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc. Homepage: http://sourceforge.net/projects/javacsv/ Package: libctl-doc Priority: optional Section: doc Installed-Size: 147 Maintainer: Thorsten Alteholz Architecture: all Source: libctl Version: 3.1.0-5.4.201403130047 Recommends: libctl-dev Filename: 4.0-0/all/libctl-doc_3.1.0-5.4.201403130047_all.deb Size: 68964 MD5sum: 667d4fde8213911e74eec0731f408772 SHA1: 0777487401f2976bccd0174670f740145f599ff0 SHA256: 6cabf97a84a9689a9381bf9897747fceef45a00f5559eda3fd7a2413cb2ffc97 Description: library for flexible control files, documentation libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support the MIT Photonic-Bands program, but will hopefully prove useful in other programs too. . This package contains the documentation in HTML format and a simple example of how to use it. Homepage: http://ab-initio.mit.edu/wiki/index.php/Libctl Package: libctpl-doc Priority: optional Section: doc Installed-Size: 564 Maintainer: Geany Packaging Team Architecture: all Source: ctpl Version: 0.3.3.dfsg-2.2.201403181739 Recommends: libglib2.0-doc (>= 2.16) Filename: 4.0-0/all/libctpl-doc_0.3.3.dfsg-2.2.201403181739_all.deb Size: 63522 MD5sum: f13ac13b54e58238b4405952a47062b9 SHA1: 30fc49bdc80336c57781de4dc1016c96a190a303 SHA256: f51cbab079f47513ade401c0751d6aa052ac3c54a8bf7e182ed84a5fa554b7a9 Description: template engine written in C, documentation files CTPL is a C template engine library allowing fast and easy computation of templates with precise control over the parsing environment. . CTPL supports a wide range of input types through GIO like in-memory, files, FTP, HTTP and more. . This package contains the documentation for CTPL. Homepage: http://ctpl.tuxfamily.org/ Package: libcuba-doc Priority: optional Section: doc Installed-Size: 276 Maintainer: Igor Pashev Architecture: all Source: cuba Version: 3.0+20111124-2.2.201403181803 Filename: 4.0-0/all/libcuba-doc_3.0+20111124-2.2.201403181803_all.deb Size: 212340 MD5sum: c49a0471539c08370e7a805871e86d95 SHA1: 25912e3c166685e8bb2230c2d3e4f0754159b7e1 SHA256: bd44e2b7390a271097235df26af9e6f7787d075cd5571c67a3a9ba01b6e075a7 Description: library for multidimensional numerical integration: documentation The Cuba library offers a choice of four independent routines for multidimensional numerical integration: Vegas, Suave, Divonne, and Cuhre. They work by very different methods, first three are Monte Carlo based. All four have a C/C++, Fortran interface and can integrate vector integrands. Their invocation is very similar, so it is easy to substitute one method by another for cross-checking. For further safeguarding, the output is supplemented by a chi-square probability which quantifies the reliability of the error estimate. . This package includes documentation and examples for the Cuba library. Homepage: http://www.feynarts.de/cuba/ Package: libcunit1-doc Priority: optional Section: doc Installed-Size: 273 Maintainer: Philipp Benner Architecture: all Source: cunit Version: 2.1-0.dfsg-10.5.201403181838 Filename: 4.0-0/all/libcunit1-doc_2.1-0.dfsg-10.5.201403181838_all.deb Size: 113140 MD5sum: 5b49fec6c7fe39478aee1bbff33afe44 SHA1: 58b1a8b232619490bfe1a267728faa832a6a3a11 SHA256: 74da835cd8cb8516442de206802fac78970f5448dbb171747d03cc83a53d42fd Description: Unit Testing Library for C -- documentation CUnit is a simple framework for incorporating test cases in your C code similar to JUnit or CppUnit. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. Homepage: http://cunit.sourceforge.net/ Package: libcupt2-doc Priority: optional Section: doc Installed-Size: 2063 Maintainer: Cupt developers Architecture: all Source: cupt Version: 2.5.9.4.201403181920 Filename: 4.0-0/all/libcupt2-doc_2.5.9.4.201403181920_all.deb Size: 289184 MD5sum: fedbaed47fae5a1e306b71826b03e8b5 SHA1: 120d2e52d514e8762bf6363420609c579067469b SHA256: df1fc1e1513a01f1fc5aff9a6adb32c867f12f2679972ddca5891de97938eece Description: alternative front-end for dpkg -- library documentation This package provides documentation for Cupt library. . See also description of libcupt2-0 package. Homepage: http://wiki.debian.org/Cupt Package: libcurses-ui-perl Priority: optional Section: perl Installed-Size: 683 Maintainer: Debian Perl Group Architecture: all Version: 0.9609-1.4.201403130102 Depends: perl, libcurses-perl, libterm-readkey-perl Filename: 4.0-0/all/libcurses-ui-perl_0.9609-1.4.201403130102_all.deb Size: 240926 MD5sum: 9aae75879947106e54f5954ed39eb533 SHA1: 41eb6e42724c76b1af55ea8b3fee12e4aee4cd50 SHA256: e283bcca89977fd4cc59b8e5d636f63107ce045242a159e7f848e2536ddc8ace Description: curses-based OO user interface framework for Perl A UI framework for Perl based on the curses library. Curses::UI contains the standard set of widgets for use in constructing user interfaces, plus the following more advanced widgets: calendar, progress bar, text editor (including word wrapping and undo), and text viewer. It supports a variety of dialog windows, from the standard basic and error dialogs to file browsers, progress bars, and a calendar. Curses::UI also has internationalization support and currently has localization information for several languages. Homepage: http://search.cpan.org/dist/Curses-UI/ Package: libcurses-widgets-perl Priority: optional Section: perl Installed-Size: 236 Maintainer: Debian Perl Group Architecture: all Version: 1.997-5.4.201403130105 Depends: perl, libcurses-perl (>= 1.02) Filename: 4.0-0/all/libcurses-widgets-perl_1.997-5.4.201403130105_all.deb Size: 82412 MD5sum: e81e089ed314c63686b6e2676f560038 SHA1: c8e8426d9ca7d637b751a1bc645a05b118c284eb SHA256: 342f36fd3342d2390d648f1a88bdc2b1cc31a89c89205f7b9081b48b6d946fff Description: Curses widget interface for Perl This module provides a standard library of functions and widgets for use in creating Curses-based interfaces. Should work reliably with both Curses and nCurses libraries. . Current widgets include text field, list box, button sets, calendar, message box, input box Package: libcvc3-5-java Priority: extra Section: java Installed-Size: 104 Maintainer: Christopher L. Conway Architecture: all Source: cvc3 Version: 2.4.1-4.10.201403182124 Depends: libcvc3-5-jni (>= 2.4.1-4.10.201403182124) Filename: 4.0-0/all/libcvc3-5-java_2.4.1-4.10.201403182124_all.deb Size: 71624 MD5sum: d270c7faea7d57c3b4311eac2207780d SHA1: c3d2a332fd3dedee2e92d0445187b5b6846765b9 SHA256: 68b03c5fc09948a51510258daad99ed09d2824f98a768ddead1324e234856ecb Description: Java bindings for CVC3 (bytecode library) CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT) problems. It can be used to prove the validity (or, dually, the satisfiability) of first-order formulas in a large number of built-in logical theories and their combination. . CVC3 is the last offspring of a series of popular SMT provers, which originated at Stanford University with the SVC system. In particular, it builds on the code base of CVC Lite, its most recent predecessor. Its high level design follows that of the Sammy prover. . CVC3 works with a version of first-order logic with polymorphic types and has a wide variety of features including: . * several built-in base theories: rational and integer linear arithmetic, arrays, tuples, records, inductive data types, bit vectors, and equality over uninterpreted function symbols; * support for quantifiers; * an interactive text-based interface; * rich C, C++, and Java APIs for embedding in other systems; * proof and model generation abilities; * predicate subtyping; * essentially no limit on its use for research or commercial purposes (see license). . This package provides architecture-independent files of the Java bindings for CVC3 Homepage: http://www.cs.nyu.edu/acsys/cvc3/ Package: libcvs-perl Priority: optional Section: perl Installed-Size: 145 Maintainer: Debian Perl Group Architecture: all Version: 0.07-4.5.201403130109 Depends: perl, cvs, libclass-accessor-perl, libio-pty-perl, libipc-run-perl Filename: 4.0-0/all/libcvs-perl_0.07-4.5.201403130109_all.deb Size: 24748 MD5sum: 8a2f28b5f83c903ceedefa60ecb51cff SHA1: af3565b3840fc2df45f2199cfadb2f9d5b7e7b30 SHA256: c3103252e7dd3e35ed73b0b038313a252a8d4fd65b0a15ecf278384c2d489f21 Description: object oriented Perl interface to the CVS command The Cvs module is a wrapper around the cvs command with an object oriented interface. Homepage: http://search.cpan.org/dist/Cvs/ Package: libcwidget-doc Priority: extra Section: doc Installed-Size: 6424 Maintainer: Daniel Burrows Architecture: all Source: cwidget Version: 0.5.16-4.8.201403182343 Recommends: iceweasel | www-browser Suggests: libcwidget-dev Filename: 4.0-0/all/libcwidget-doc_0.5.16-4.8.201403182343_all.deb Size: 904534 MD5sum: 136cbe4978927bd48879f8c6d162ae70 SHA1: 91754c1e8ac0e2a0c08c6201a0c06f90fb6a3574 SHA256: 668a3304c8f8a4e8eb6375d018940056de2b808dccde76344a4215bf92207131 Description: high-level terminal interface library for C++ (documentation) libcwidget is a modern user interface library modeled on GTK+ and Qt, but using curses as its display layer and with widgets that are tailored to a terminal environment. . This package contains documentation for libcwidget, in HTML format. Homepage: http://cwidget.alioth.debian.org Package: libcyrus-imap-perl22 Priority: extra Section: perl Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: cyrus-common, libcyrus-imap-perl24 Filename: 4.0-0/all/libcyrus-imap-perl22_2.4.16-4.32.201410011447_all.deb Size: 986 MD5sum: d9a92937b86ba33e49b775b6d6f5f857 SHA1: 030148aabf67af4bd8cf2903936fcbef463d61a7 SHA256: 121c7c8b0c81563d2a825304b97a9eb0e667db40412cd0ef06edaac4a1b6e647 Description: Transitional package for libcyrus-imap-perl24 This is a transitional package to ease upgrades to the libcyrus-imap-perl24 package. It can safely be removed. Homepage: http://www.cyrusimap.org/ Package: libcyrus-imap-perl Priority: extra Section: mail Installed-Size: 21 Maintainer: Debian Cyrus Team Architecture: all Source: cyrus-imapd-2.4 Version: 2.4.16-4.32.201410011447 Depends: libcyrus-imap-perl24 Filename: 4.0-0/all/libcyrus-imap-perl_2.4.16-4.32.201410011447_all.deb Size: 952 MD5sum: 600e9c0581b189872ab23bddfa9c22b3 SHA1: 03e37da9f16606e0801c86fbdd7685cfcbf5f3ab SHA256: b2579f9f74fffc3f46b9ed6e7f21c607ad01671d8c033101aed5d4d33d6bb3f4 Description: Interface to Cyrus imap client imclient library (metapackage) This is an empty package that depends on the current "best" version of libcyrus-imap-perl (currently libcyrus-imap-perl24), as determined by the Cyrus IMAPD maintainers. Install this package if in doubt about which Cyrus IMAPD version you want, as this is the one we consider to be in the best shape. . For more information, please see the cyrus-common-2.4 package. Homepage: http://www.cyrusimap.org/ Package: libdaemon-control-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.000009-1.2.201403130120 Depends: perl Filename: 4.0-0/all/libdaemon-control-perl_0.000009-1.2.201403130120_all.deb Size: 15364 MD5sum: 5744de9bcf01e12768fcbeed25fb364c SHA1: f56c84809b678ea07c72d248cd0ead7c1e05dceb SHA256: 582e0533e60638d2b0ba226a9801374b123510e9289d75875f99269d834e7651 Description: Create init scripts in Perl Daemon::Control provides a library for creating init scripts in Perl. Your Perl script just needs to set the accessors for what and how you want something to run and the library takes care of the rest. . You can launch programs through the shell (/usr/sbin/my_program) or launch Perl code itself into a daemon mode. Single and double fork methods are supported and in double-fork mode all the things you would expect like reopening STDOUT/STDERR, switching UID/GID are supported. Homepage: http://search.cpan.org/dist/Daemon-Control/ Package: libdaemons-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-daemons Version: 1.1.5-2.4.201403170519 Depends: ruby-daemons Filename: 4.0-0/all/libdaemons-ruby1.8_1.1.5-2.4.201403170519_all.deb Size: 3056 MD5sum: 3682688436d8f4d098d1c7ac41d8ef11 SHA1: 96b0b69c28f7fa48542cadb9a0441a0a2dd171f3 SHA256: 13d6c2fb841613050642ec322c71cba014d1c6522c0429f2a5a0e670af773bef Description: Transitional package for ruby-daemons This is a transitional package to ease upgrades to the ruby-daemons package. It can safely be removed. Homepage: http://daemons.rubyforge.org Package: libdaemons-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-daemons Version: 1.1.5-2.4.201403170519 Depends: ruby-daemons Filename: 4.0-0/all/libdaemons-ruby_1.1.5-2.4.201403170519_all.deb Size: 3048 MD5sum: 7b2385a4bb860453e10500a79fe4b736 SHA1: 418e619677805cfacc2649d6ee80c8adb21d0a71 SHA256: a520fabda97ebabb64c8f826eb8995848ca76219ebafcc9adb34557d3abc17bf Description: Transitional package for ruby-daemons This is a transitional package to ease upgrades to the ruby-daemons package. It can safely be removed. Homepage: http://daemons.rubyforge.org Package: libdancer-logger-psgi-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.04-2.2.201403130122 Depends: libdancer-perl, libplack-perl, perl Filename: 4.0-0/all/libdancer-logger-psgi-perl_0.04-2.2.201403130122_all.deb Size: 9808 MD5sum: 30810f9b4360d897503f31c296c23ad1 SHA1: bf94d8cc47fbaa242cb4e41f6acdcf8811ed2edc SHA256: 5827a5927b554dc55ca7b2622328482ea9abaf85639aee013d95144a765a45b1 Description: PSGI Log handler for Dancer Dancer is a Perl web application framework. . Dancer::Logger:PSGI is an interface between your Dancer application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged. Homepage: http://search.cpan.org/dist/Dancer-Logger-PSGI/ Package: libdancer-perl Priority: optional Section: perl Installed-Size: 919 Maintainer: Debian Perl Group Architecture: all Version: 1.3095+dfsg-1.2.201403130128 Depends: perl, libhttp-body-perl (>= 1.07), libhttp-server-simple-psgi-perl, libmime-types-perl, libtry-tiny-perl (>= 0.09), liburi-perl (>= 1.59) Recommends: libjs-jquery Suggests: libclone-perl, libjson-perl, libplack-perl, libtemplate-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), libxml-parser-perl | libxml-sax-perl, libxml-simple-perl Filename: 4.0-0/all/libdancer-perl_1.3095+dfsg-1.2.201403130128_all.deb Size: 416330 MD5sum: a95c9084215e36682be83d10775469ca SHA1: 1fd2046ecaf6dfa561d3c15621e1c1a805f23197 SHA256: 75250d93c4c37f2166ec231e191410916f380ff6c3a96576cf3c1c6f3270f9bb Description: effortless web application framework Dancer is a Perl web application framework that aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc. . If you don't want to write CGI scripts by hand, and find other frameworks such as Catalyst (see libcatalyst-perl) too complex or cumbersome for your project, Dancer is what you need. Homepage: http://search.cpan.org/dist/Dancer/ Package: libdancer-plugin-database-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Debian Perl Group Architecture: all Version: 1.82-1.2.201403130132 Depends: perl, libdancer-perl, libdbi-perl Filename: 4.0-0/all/libdancer-plugin-database-perl_1.82-1.2.201403130132_all.deb Size: 32976 MD5sum: 1b0fb97be613094c621b06a00d97f340 SHA1: ed3b400fc7b01e6281fcfa48b70aa76eb5d83517 SHA256: a867a2625ea5c36cbc88e56cbb2f9fd70af4de801835f5b394729ef18efcfd4b Description: plugin providing easy database connections Dancer::Plugin::Database is a Dancer plugin that provides an easy way to obtain a connected DBI database handle by simply calling the "database" keyword within your Dancer application. It also ensures that the database handle is still connected and valid. . Additionally, connection credentials and other information are retrieved from the Dancer configuration, leaving your code nice and clean. Homepage: http://search.cpan.org/dist/Dancer-Plugin-Database/ Package: libdancer-plugin-dbic-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.1506-1.2.201403130137 Depends: perl, libdbix-class-perl, libdbix-class-schema-loader-perl (>= 0.07002), libdancer-perl Filename: 4.0-0/all/libdancer-plugin-dbic-perl_0.1506-1.2.201403130137_all.deb Size: 16960 MD5sum: 1ddea7b7f824c087a3069a7e3ff56e7d SHA1: 49c36d312c514a1f8e0789e0f334f783d235fa36 SHA256: b7dc192804af338a114530ba88f657615325ed4ff620e3c4f085ef44bb9f7818 Description: DBIx::Class interface for Dancer applications Dancer is a Perl web application framework. . Dancer::Plugin::DBIX provides an easy way to obtain DBIx::Class::ResultSet instances via the function schema(), which it automatically imports. You just need to point to a dsn in your Dancer configuration file. So you no longer have to write boilerplate DBIC setup code. Homepage: http://search.cpan.org/dist/Dancer-Plugin-DBIC/ Package: libdancer-plugin-flashmessage-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.314-1.2.201403130145 Depends: perl, libdancer-perl (>= 1.3001) Filename: 4.0-0/all/libdancer-plugin-flashmessage-perl_0.314-1.2.201403130145_all.deb Size: 9160 MD5sum: d5ebc6e7c11857d82c5bd9482fcd4c58 SHA1: 151b33f73464f02c2967330f968de0cbc4bb8fc1 SHA256: ae6a6a6be1a9d0b8cade66f3fdecd0f60573986b1ecd436e3085ea1012cb62dd Description: Dancer plugin to display temporary, so called "flash messages" Dancer::Plugin::FlashMessage helps you display temporary messages, also known as "flash messages". Flash messages can be used to inform the user that a certain operation was successful in way that doesn't take space when there are no messages to be shown. . The plugin provides a flash() method for setting the message and takes care of attaching the content to the session, propagating it to the templating system, and then removing it from the session. . The developer's only remaining job is to provide a place in the views or the layout where the message will be displayed. . Dancer is a lightweight yet powerful web application framework. Homepage: http://search.cpan.org/dist/Dancer-Plugin-FlashMessage/ Package: libdancer-plugin-rest-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.2.201403130148 Depends: perl, libdancer-perl Suggests: libyaml-perl, libjson-perl, libxml-simple-perl Filename: 4.0-0/all/libdancer-plugin-rest-perl_0.07-1.2.201403130148_all.deb Size: 12454 MD5sum: 8b8e05218e9d2fd2249de03f22984929 SHA1: 3102e86698af08ed2f15978ffa747f8bcd900e9a SHA256: 97cf85f703c6897551af749a4a70fbcf922b7d740eef0faca9b147ac1556f12e Description: REST plugin for Dancer Dancer is a Perl web application framework. . Dancer::Plugin::REST is a Dancer plugin to transform your Dancer app into a RESTful webservice. Homepage: http://search.cpan.org/dist/Dancer-Plugin-rest/ Package: libdancer-session-cookie-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Alexandre Mestiashvili Architecture: all Version: 0.15-1.2.201403130157 Depends: perl, libcrypt-cbc-perl, libcrypt-rijndael-perl, libdancer-perl, libstring-crc32-perl Filename: 4.0-0/all/libdancer-session-cookie-perl_0.15-1.2.201403130157_all.deb Size: 8356 MD5sum: a1369d82b0c3bdc5fb3323931af3a328 SHA1: 6c45c25bc5477c53566299dc2c4fc01dabc0e27b SHA256: 8aafbe91b59885abcf882837cf81927c907080f95f6df2c79e207325997cc053 Description: encrypted cookie-based session backend for Dancer Dancer::Session::Cookie implements a session engine for sessions stored entirely in cookies. Usually only session id is stored in cookies and the session data itself is saved in some external storage, e.g. database. This module allows one to avoid using external storage at all. . Since server cannot trust any data returned by client in cookies, this module uses cryptography to ensure integrity and also secrecy. The data your application stores in sessions is completely protected from both tampering and analysis on the client-side. Homepage: http://search.cpan.org/dist/Dancer-Session-Cookie/ Package: libdancer-session-memcached-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.2020-1.2.201403130200 Depends: perl, libcache-memcached-perl, libdancer-perl (>= 1.130) Filename: 4.0-0/all/libdancer-session-memcached-perl_0.2020-1.2.201403130200_all.deb Size: 6678 MD5sum: 02050bec3b1b4d5c8ff9531577f7d770 SHA1: ea7bb19ca9cf2e6e1e94eda137621e56cbbeabd0 SHA256: 8284f7e8f6268ce260fbd08aa19ae81ca800bf5ebba268471d0caff02391b77c Description: Memcached-based session backend for Dancer Dancer::Session::Memcached implements a session engine based on the Memcached API. Sessions are stored as memcached objects via a list of Memcached servers. . Dancer is a lightweight yet powerful web application framework. Homepage: http://search.cpan.org/dist/Dancer-Session-Memcached/ Package: libdanga-socket-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 1.61-1.4.201403130208 Depends: perl, libsys-syscall-perl Filename: 4.0-0/all/libdanga-socket-perl_1.61-1.4.201403130208_all.deb Size: 26924 MD5sum: b0020466e0497fb8d2beb9f1b41f6fa8 SHA1: 033fb119aca29b9cca589f44c9437b1cc61e5bfc SHA256: da17e5cfa95e9601dcbcf5ecb95290cd28f9849c560d86eff69ed9507978ce63 Description: event loop and event-driven async socket base class Danga::Socket is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. . Callers subclass Danga::Socket. Danga::Socket's constructor registers itself with the Danga::Socket event loop, and invokes callbacks on the object for readability, writability, errors, and other conditions. . Because Danga::Socket uses the "fields" module, your subclasses must too. Homepage: http://search.cpan.org/dist/Danga-Socket/ Package: libdansguardian-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Alejandro Garrido Mota Architecture: all Version: 0.6-2.4.201403130215 Depends: perl Filename: 4.0-0/all/libdansguardian-perl_0.6-2.4.201403130215_all.deb Size: 9166 MD5sum: 8bb154cb9eebda777f1feff106d4bdd0 SHA1: 845f128b1e8823d31b630155c30fa8ac1ccdfd06 SHA256: 7aae04ca6d9fde688196cb9bc879ef2dabe9191d91c7ca9332d39eddcb28c67f Description: Simple module for administer dansguardian's control files Dansguardian Perl module is small module for administer dansguardian's content control files. It let you add, remove and get information from files control. Homepage: http://search.cpan.org/dist/dansguardian/ Package: libdap-doc Priority: optional Section: doc Installed-Size: 77737 Maintainer: Alastair McKinstry Architecture: all Source: libdap Version: 3.11.1-11.5.201403130217 Filename: 4.0-0/all/libdap-doc_3.11.1-11.5.201403130217_all.deb Size: 62180774 MD5sum: f773b1c0edae2c7c31537ff07dcc827a SHA1: a34279290f054b7bb8bc4ea5c5fb25bc4a0cef73 SHA256: 13d55befd0b0fd70b3e5e6d56bf6d2315bf9d27b2bb444923c01e9e926f1ba69 Description: Documentation for the libdap Data Access Protocol library OPeNDAP provides software that allows you to access data over the internet, from programs that weren't originally designed for that purpose, as well as some that were. While OPeNDAP is the original developer of the Data Access protocol which its software uses, many other groups have adopted DAP and provide compatible clients, servers and software development kits. Homepage: http://www.opendap.org/ Package: libdata-amf-perl Priority: optional Section: perl Installed-Size: 202 Maintainer: Debian Perl Group Architecture: all Version: 0.09-3.2.201403130233 Depends: perl, libany-moose-perl, libdatetime-perl, libuniversal-require-perl, libxml-libxml-perl Filename: 4.0-0/all/libdata-amf-perl_0.09-3.2.201403130233_all.deb Size: 104768 MD5sum: 4c6a15544cd26465da0393bbbf816047 SHA1: 16ac044664bb6fc46bd557ed03a6340a8c06f4a1 SHA256: 1e6cf5aa98e9a3944175d7653670e0f3c64a8629d40d7aaf496ca8cda50c3bac Description: Perl module for serialize / deserialize AMF data This module is (de)serializer for Adobe's AMF (Action Message Format). Data::AMF is core module and it recognize only AMF data, not AMF packet. If you want to read/write AMF Packet, see Data::AMF::Packet instead. Homepage: http://search.cpan.org/dist/Data-AMF/ Package: libdata-buffer-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Pierre-Matthieu Alamy Architecture: all Version: 0.04-1.1.4.201403130238 Depends: perl Filename: 4.0-0/all/libdata-buffer-perl_0.04-1.1.4.201403130238_all.deb Size: 11886 MD5sum: 019bf82892cb03e4ceb4f89691311cd5 SHA1: 753802950dec5829812487ad9a4aea2db0b5a7f4 SHA256: b1744134405e7bc2d7113f5df8ea66f4729291bb1d27835f118f41bd1133d893 Description: Read/write buffer class for perl Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions. Package: libdata-dump-perl Priority: optional Section: perl Installed-Size: 95 Maintainer: Debian Perl Group Architecture: all Version: 1.21-1.4.201403130249 Depends: perl Filename: 4.0-0/all/libdata-dump-perl_1.21-1.4.201403130249_all.deb Size: 30570 MD5sum: 36beaa2c60a67eb281c3bac019b19b3c SHA1: 6b22ca43ef1c2f36a9a0308ce258775531468cc8 SHA256: 56b7daf1f7454167d54b62b995d6056e9d3cbe31e4a2dfe49896aca11fe0f8da Description: Perl module to help dump data structures Data::Dump provides a single function called dump that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. . If called in void context, the dump is printed on standard error instead of being returned. If you don't like importing a function that overrides Perl's not-so-useful builtin, then you can also import the same function as "pp" (the mnemonic for "pretty-print"). Homepage: http://search.cpan.org/dist/Data-Dump/ Package: libdata-dumper-simple-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.11-4.4.201403130259 Depends: perl, perl-modules Filename: 4.0-0/all/libdata-dumper-simple-perl_0.11-4.4.201403130259_all.deb Size: 13176 MD5sum: cbc043fafcecddc8792b5c629aef99bb SHA1: 37aa60bae54961715dd22a767f304065c29fcaad SHA256: 1e08a6906311066cb3a051789c7998769ca2694896c4942626e4c6c6d0a6bca6 Description: Easily dump variables together with their names (Data::Dumper-like) This module allows the user to dump variables in a Data::Dumper format. Unlike the default behavior of Data::Dumper, the variables are named (instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended interface that allows the programmer to name the variables, but this interface requires a lot of typing and is prone to tyops (sic). This module fixes that. Homepage: http://search.cpan.org/dist/Data-Dumper-Simple/ Package: libdata-entropy-perl Priority: optional Section: perl Installed-Size: 128 Maintainer: Debian Perl Group Architecture: all Version: 0.007-1.4.201403130308 Depends: perl, libcrypt-rijndael-perl, libdata-float-perl, libparams-classify-perl, libhttp-lite-perl Filename: 4.0-0/all/libdata-entropy-perl_0.007-1.4.201403130308_all.deb Size: 45252 MD5sum: 70ccfae80860adcc7ae9dd48e6c29882 SHA1: a9ab56347d0dcab02fe520db4fd9b05f1fd2d01e SHA256: e6f1117bbadf2dc284c26ccf8dc5a41eb68f65d4cc3f61968618eeb8d00c8801 Description: Perl module for entropy (randomness) management This module maintains a concept of a current selection of entropy source. Algorithms that require entropy can use the source nominated by this module, avoiding the need for entropy source objects to be explicitly passed around. This is convenient because usually one entropy source will be used for an entire program run and so an explicit entropy source parameter would rarely vary. There is also a default entropy source, avoiding the need to explicitly configure a source at all. . If nothing is done to set a source then it defaults to the use of Rijndael (AES) in counter mode (see Data::Entropy::RawSource::CryptCounter and Crypt::Rijndael), keyed using Perl's built-in rand function. This gives a data stream that looks like concentrated entropy, but really only has at most the entropy of the rand seed. Within a single run it is cryptographically difficult to detect the correlation between parts of the pseudo-entropy stream. If more true entropy is required then it is necessary to configure a different entropy source. Homepage: http://search.cpan.org/dist/Data-Entropy/ Package: libdata-faker-perl Priority: optional Section: perl Installed-Size: 118 Maintainer: Ivan Kohler Architecture: all Version: 0.07-3.4.201403130311 Depends: perl Filename: 4.0-0/all/libdata-faker-perl_0.07-3.4.201403130311_all.deb Size: 42260 MD5sum: 2cb05bcaaaa3168a4b9c210ecefdf2a2 SHA1: d16915a17bf77f1fdeec4184ac4e600db243d956 SHA256: 9acb754b2a127cf336bfd5b65a7584985c23f2a1944501ca03cf1156340cee3f Description: Perl extension for generating fake data This module creates fake (but reasonable) data that can be used for things such as filling databases with fake information during development of database related applications. Package: libdata-float-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Debian Perl Group Architecture: all Version: 0.012-1.4.201403130313 Depends: perl, perl (>= 5.10.1) | libparent-perl Filename: 4.0-0/all/libdata-float-perl_0.012-1.4.201403130313_all.deb Size: 29456 MD5sum: d5817dfe6c617363a843137cc73ed336 SHA1: 8aaebb17513079ed26865f0cb2ebb22512b0901a SHA256: be711a115b243b2a792b37c12f147fea9cddfbf986802e5cb31d645019d74ab3 Description: Perl module encapsulating the floating point data type Data::Float is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level. Homepage: http://search.cpan.org/dist/Data-Float/ Package: libdata-flow-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.4.201403130316 Depends: perl Filename: 4.0-0/all/libdata-flow-perl_1.02-1.4.201403130316_all.deb Size: 11190 MD5sum: 6d46141701056da611b4d9dc2c63338e SHA1: 33c3f60ecec4c690aa2b433a812a4fabf8dd7b60 SHA256: 7a68e76cb821e068992af446d3b3569e679a01c026e965250c2f4ac910abc233 Description: Perl extension for simple-minded recipe-controlled build of data Data::Flow allows you to define recipes for building data. A recipe contains all of the rules for determining the value of the data involved based on a set of defaults and/or interreactions with other pieces of data in an automated fashion. You can define any or all of: - default values - prerequisites (other fields that must have values before the field in question can be determined) - subroutines to build the field data given all requirements Homepage: http://search.cpan.org/dist/Data-Flow/ Package: libdata-format-html-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.5-2.4.201403130321 Depends: perl, libswitch-perl | perl (<< 5.10.1-13) Filename: 4.0-0/all/libdata-format-html-perl_0.5-2.4.201403130321_all.deb Size: 7946 MD5sum: d00af4c6ecf9c5bebeec973d1f0a5db3 SHA1: 27463e44e8ad30219a8f774fcdc4ee0270910b64 SHA256: 455c7552c46094b1b525eb3d0ba1f3d859e54d51e28ed3c0fc51b5c983f33d89 Description: Perl module for dumping Perl objects to HTML Data::Format::HTML is a Perl module that takes a data structure as input and produces HTML suitable for output. It has support for most common Perl data types, even working with complicated nested data structures. In theory, you can pass in any sort of data type and get a "pretty" HTML representation of it. CSS rules can also extend this, but that behaviour is not yet documented. Homepage: http://search.cpan.org/dist/Data-Format-HTML/ Package: libdata-formvalidator-constraints-datetime-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1.2.201403130327 Depends: perl, libdata-formvalidator-perl, libdatetime-format-strptime-perl, libdatetime-perl Recommends: libdatetime-format-builder-perl Suggests: libdatetime-format-pg-perl, libdatetime-format-mysql-perl Filename: 4.0-0/all/libdata-formvalidator-constraints-datetime-perl_1.11-1.2.201403130327_all.deb Size: 14656 MD5sum: 78aa96171428908dc49844120767f2c7 SHA1: 0e530c897aeebdfa3013c1e3a2ae681c218d5ca1 SHA256: 84f45d6980e2adc0c886e9cfcffcca1cab7d9954cdfcc51450ff38c3845227c2 Description: date and time constraint plugin for Data::FormValidator Data::FormValidator::Constraints::DateTime provides constraint routines for Data::FormValidator based upon the DateTime module. It provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields) into valid DateTime objects, or into strings that would be properly formatted for various database engines. Homepage: http://search.cpan.org/dist/Data-FormValidator-Constraints-DateTime/ Package: libdata-formvalidator-perl Priority: optional Section: perl Installed-Size: 248 Maintainer: Debian Perl Group Architecture: all Version: 4.70-1.5.201403130333 Depends: perl, libemail-valid-perl, libfile-mmagic-perl, libimage-size-perl, libmime-types-perl, libperl6-junction-perl, libregexp-common-perl Recommends: libdate-calc-perl Filename: 4.0-0/all/libdata-formvalidator-perl_4.70-1.5.201403130333_all.deb Size: 98666 MD5sum: fd4293f5f09031b391308027c46be145 SHA1: fa62d03021c5c6dee13284577c9604b0828f9732 SHA256: ff483a4a354116cef3ac1c2f18b87c6a41e9ae97b0138e8d944bbbddd70cf35c Description: module to validate user input, mainly for HTML forms Data::FormValidator is a Perl module that presents users template-generated forms that can be automatically validated later. It lets you define profiles which declare required an optional fields, as well as any field constraints. Results are provided as an object, which makes it easy to handle missing and invalid results, return error messages, or process valid data. Homepage: http://search.cpan.org/dist/Data-FormValidator/ Package: libdata-guid-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.046-1.2.201403130336 Depends: libossp-uuid-perl, libsub-exporter-perl, libsub-install-perl, perl Filename: 4.0-0/all/libdata-guid-perl_0.046-1.2.201403130336_all.deb Size: 13252 MD5sum: 3bf5c5653c499e747fe7c47d3860af06 SHA1: e253d06133ebb9ef96ad12e05068c3625a2753ca SHA256: 1bd4f1b3c4a4221e6a80b25e35290404572790209fae2a1737b0d5e8cc14af9a Description: globally unique identifiers Data::GUID provides a simple interface for generating and using globally unique identifiers. Homepage: http://search.cpan.org/dist/Data-GUID/ Package: libdata-hexdumper-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 3.0001-1.4.201403130340 Depends: perl Filename: 4.0-0/all/libdata-hexdumper-perl_3.0001-1.4.201403130340_all.deb Size: 14550 MD5sum: 0b2c27659e72bbf60558f92ca0bbdd6f SHA1: 941f9bf1a86486507292d53bbd4446aeab29830f SHA256: a330c7b009ddc8389f4ed73460cc2d2e3622274efc611898253e0c3aeb9ff02c Description: module for formatting binary data in a human-readable way Data::Hexdumper provides a simple way to format arbitrary binary data into a nice human-readable format, somewhat similar to the Unix 'hexdump' utility. . It gives the programmer a considerable degree of flexibility in how the data is formatted, with sensible defaults. It is envisaged that it will primarily be of use for those wrestling alligators in the swamp of binary file formats, which is why it was written in the first place. Homepage: http://search.cpan.org/dist/Data-Hexdumper/ Package: libdata-ical-perl Priority: optional Section: perl Installed-Size: 197 Maintainer: Debian Perl Group Architecture: all Version: 0.18+dfsg-1.4.201403130341 Depends: perl, libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl Filename: 4.0-0/all/libdata-ical-perl_0.18+dfsg-1.4.201403130341_all.deb Size: 76370 MD5sum: 3d2fdb48d40596f7933497c859626e23 SHA1: 49d5af63cbd614c275d854b08d1046bb05a0f31c SHA256: cec3d541658ffb1cc6954c94afad5eea4a8a6c37f08d2f53db9178a666a2a1c6 Description: Perl module for manipulating iCalendar (RFC2445) files Data::ICal provides an implementation of Perl objects that represent a given VCALENDAR object as defined in the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in many popular calendaring programs such as Apple's iCal. . Each Data::ICal object is a collection of "entries", which are objects of a subclass of Data::ICal::Entry. The types of entries defined by iCalendar (which refers to them as "components") include events, to-do items, journal entries, free/busy time indicators and time zone descriptors, but this module currently only implements to-do items and events. Homepage: http://search.cpan.org/dist/Data-ICal/ Package: libdata-integer-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.004-1.4.201403130343 Depends: perl, perl (>= 5.10.1) | libparent-perl Filename: 4.0-0/all/libdata-integer-perl_0.004-1.4.201403130343_all.deb Size: 22052 MD5sum: 9cd2b007361364f6c0ae26b1d0a82dd9 SHA1: e94c1136a1527a633980275de15fbe274e110f64 SHA256: 477c2ca775f4e74f84dd34afdea1b35af09a4a79e6690a5fe3d44b1e38916a1e Description: Perl modules handling details of the native integer data type Data::Integer is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. . There are actually two native integer representations: signed and unsigned. Both are handled by this module. Homepage: http://search.cpan.org/dist/Data-Integer/ Package: libdata-javascript-anon-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Taku YASUI Architecture: all Version: 1.03-2.4.201403130347 Depends: libparams-util-perl, libclass-default-perl Filename: 4.0-0/all/libdata-javascript-anon-perl_1.03-2.4.201403130347_all.deb Size: 15714 MD5sum: 39eeba66a0cbc4eae8d4631f2ec224a8 SHA1: 1d3a694e1c7c507bf1e14ac052847b2ed480ce28 SHA256: b50a65a88fb7758c0ff79714aef627eb9197e06c3277a6334c6d9c5d9450480a Description: Dump big dumb Perl structs to anonymous JavaScript structs Data::JavaScript::Anon provides the ability to dump large simple data structures to JavaScript. That is, things that don't need to be a class, or have special methods or whatever. Homepage: http://search.cpan.org/dist/Data-JavaScript-Anon/ Package: libdata-javascript-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1.4.201403130350 Depends: perl Filename: 4.0-0/all/libdata-javascript-perl_1.13-1.4.201403130350_all.deb Size: 12654 MD5sum: 29dcc5016add16ad8022a3f54ae7e44a SHA1: e22152e2cc41716d8051be5c722de03b93ff6d3e SHA256: fe34e479dda32205314d739c66faa885871ccbf61f31c8d9c7a08c98b1a7b519 Description: dump perl data structures into JavaScript code Data::JavaScript is mainly inteded for CGI programming, when a perl script generates a page with client side JavaScript code that needs access to structures created on the server. . It works by creating one line of JavaScript code per datum. Therefore, structures cannot be created anonymously and need to be assigned to variables. However, this format enables dumping large structures. Homepage: http://search.cpan.org/dist/Data-JavaScript/ Package: libdata-miscellany-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.100850-1.4.201403130354 Depends: perl Filename: 4.0-0/all/libdata-miscellany-perl_1.100850-1.4.201403130354_all.deb Size: 12468 MD5sum: 343623d285427dd51e6287d3fbdd8242 SHA1: 8e397f5cb51438b29878272c79a40aab634ce4aa SHA256: c91aba210b1beb4fb38b4927b8023e7eb622e1b07e88a0106734dbc22a0c07da Description: collection of miscellaneous subroutines Data::Miscellany is a collection of miscellaneous subroutines useful in wide but varying scenarios; a catch-all module for things that don't obviously belong anywhere else. . Obviously, what's considered useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Framework and Data::Conveyor. Homepage: http://search.cpan.org/dist/Data-Miscellany/ Package: libdata-munge-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403130358 Depends: perl Filename: 4.0-0/all/libdata-munge-perl_0.04-1.2.201403130358_all.deb Size: 8536 MD5sum: 79eabc2a3c4d6ce64ab21075533c2c53 SHA1: 0bb053baf76b64b969f494d9f71b8f0729c74182 SHA256: 7c17feb37a54e7cf8f9adf5ee0283a1b345daaa9b0c63c8c78526d7dc0806b86 Description: collection of various utility functions Data::Munge defines a few generally useful utility functions. For example, a replacement for map which makes mutations of $_ more convenient, and a programmatic way to run arbitrary substitutions against strings. Homepage: http://search.cpan.org/dist/Data-Munge/ Package: libdata-objectdriver-perl Priority: optional Section: perl Installed-Size: 322 Maintainer: Dominic Hargreaves Architecture: all Version: 0.09-1.4.201403130402 Depends: perl, libdbi-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl Recommends: libtext-simpletable-perl Filename: 4.0-0/all/libdata-objectdriver-perl_0.09-1.4.201403130402_all.deb Size: 127302 MD5sum: c11251f4cb34e7b7685bca5525a382b8 SHA1: 2913fc6bb69bd392f2f7a325f0b833c4181d9fbe SHA256: 7a2ff4f64df5f966374b2c9e6d6a5ec16ffdc612cd7565513a99fad27d848bc3 Description: Simple, transparent data interface, with caching Data::ObjectDriver is an object relational mapper, meaning that it maps object-oriented design concepts onto a relational database. . It's inspired by, and descended from, the MT::ObjectDriver classes in Six Apart's Movable Type and TypePad weblogging products. But it adds in caching and partitioning layers, allowing you to spread data across multiple physical databases, without your application code needing to know where the data is stored. Homepage: http://search.cpan.org/dist/Data-ObjectDriver/ Package: libdata-page-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Bart Martens Architecture: all Version: 2.02-1.6.201403130410 Depends: perl, libclass-accessor-chained-perl Filename: 4.0-0/all/libdata-page-perl_2.02-1.6.201403130410_all.deb Size: 12402 MD5sum: 428a0f3561a813d32a50aba044cc7a80 SHA1: f671e7573d0b05836196fc6369f1b510e8f02e42 SHA256: a7cfd8ba1b6882cc683c866d42b93eb3c69c36bdae01fac68ea6d1348cca56e2 Description: Help when paging through sets of results When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module. . The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are. Homepage: http://search.cpan.org/dist/Data-Page/ Package: libdata-pageset-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 1.05-2.4.201403130412 Depends: perl, libdata-page-perl Filename: 4.0-0/all/libdata-pageset-perl_1.05-2.4.201403130412_all.deb Size: 10552 MD5sum: 8457df5d0a7c6bf355925e43fee47cd0 SHA1: d6fc4c0095e925197d46bba87308aef4c7604618 SHA256: 8b88f6f4c2202dd2d91a501c483e408ff214938f918135de61ef5ce6520ff49f Description: Perl module for page numbering and page sets The object produced by Data::Pageset can be used to create page navigation, it inherits from Data::Page and has access to all methods from this object. . In addition it also provides methods for dealing with set of pages, so that if there are too many pages you can easily break them into chunks for the user to browse through. . You can even choose to view page numbers in your set in a 'sliding' fassion. . The object can easily be passed to a templating system such as Template Toolkit or be used within a script. Homepage: http://search.cpan.org/dist/Data-Pageset/ Package: libdata-parsebinary-perl Priority: optional Section: perl Installed-Size: 265 Maintainer: Debian Perl Group Architecture: all Version: 0.31~dfsg-1.2.201403130415 Depends: perl Filename: 4.0-0/all/libdata-parsebinary-perl_0.31~dfsg-1.2.201403130415_all.deb Size: 77654 MD5sum: e3403caff0770c7a7af70de6f13ad3f5 SHA1: 6ed86e24574c29368110c83d790e688a0558ede7 SHA256: a4d275e40869faf4ab538d3e630a824739dc6a4c6fa39271f75e3e79c2a6bea9 Description: yet another parser for binary structures Data::ParseBinary is a Perl Port for PyConstructs . . Data::ParseBinary enables writing declarations for simple and complex binary structures, parsing binary to hash/array data structure, and building binary data from hash/array data structure. Homepage: http://search.cpan.org/dist/Data-ParseBinary/ Package: libdata-password-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 1.07-3.4.201403130418 Depends: perl Suggests: ispell | aspell Filename: 4.0-0/all/libdata-password-perl_1.07-3.4.201403130418_all.deb Size: 9206 MD5sum: 50976fc81a34a90aa578cb807858f72e SHA1: 4375c343d650156776ba49c60a2f1d0b7a0dc7ca SHA256: df3847315f821016896ca72a08f4e6c4ea2ea009331638f4ba4b38b8eff74c8d Description: Perl extension for assessing password quality Data::Password checks potential passwords for crackability. It checks that the password is in the appropriate length, that it has enough character groups, that it does not contain the same chars repeatedly or ascending or descending characters, or characters close to each other in the keyboard. It will also attempt to search the ispell word file for existance of whole words. Homepage: http://search.cpan.org/dist/Data-Password/ Package: libdata-phrasebook-loader-yaml-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.2.201403130425 Depends: perl, libdata-phrasebook-perl, libyaml-perl Filename: 4.0-0/all/libdata-phrasebook-loader-yaml-perl_0.09-1.2.201403130425_all.deb Size: 11978 MD5sum: 76949be6c9b74ccac516868c1705ce7e SHA1: bcd2d6f6816006f319dc33ff1e4d75867bb35675 SHA256: d5f6e5de7785363616a080e9c363e348da56b6808c210c931df2a7f83e3a939d Description: loader class for Data::Phrasebook using YAML Data::Phrasebook::Loader::YAML implements phrasebook patterns using YAML. . Phrases can be contained within one or more dictionaries, with each phrase accessible via a unique key. Phrases may contain placeholders, please see Data::Phrasebook for an explanation of how to use these. Groups of phrases are kept in a dictionary. In this implementation a single YAML file is one complete dictionary. Homepage: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/ Package: libdata-phrasebook-perl Priority: optional Section: perl Installed-Size: 139 Maintainer: Debian Perl Group Architecture: all Version: 0.31-1.2.201403130427 Depends: perl Filename: 4.0-0/all/libdata-phrasebook-perl_0.31-1.2.201403130427_all.deb Size: 48368 MD5sum: eb04cebfa1e6c71259c5a62a94a5cb1b SHA1: 8d836fcb421a10224ebf3d4919a68b3700259d6a SHA256: 1d6f62fa07dc26935633e0176dcf215afc58760f9d9852a8fb2b9ecbd5c80124 Description: perl implementation of the phrasebook paradigm The phrasebook pattern is a technique to separate expressions in one language (e.g. SQL) from the main code that is written in another (e.g. Perl). The translations are kept in a separate file - the phrasebook. Homepage: http://search.cpan.org/dist/Data-Phrasebook/ Package: libdata-printer-perl Priority: optional Section: perl Installed-Size: 148 Maintainer: Debian Perl Group Architecture: all Version: 0.30-1.2.201403130432 Depends: perl (>= 5.13.3), libclone-perl, libfile-homedir-perl (>= 0.91), libhash-fieldhash-perl, libmoose-perl (>= 0.81), libsort-naturally-perl Filename: 4.0-0/all/libdata-printer-perl_0.30-1.2.201403130432_all.deb Size: 55678 MD5sum: 74874f7581167a60d3f0abb5a4cec6db SHA1: c64b027a469ac6cbf759ee0bd05ea59190fe15e4 SHA256: a9db40ba50be4c23885715c0f199e374cdf4dd360b06c38f3107d65f141a7a1c Description: colored pretty-printer of Perl data structures and objects Data::Printer is a tool designed to display Perl variables and objects on screen, properly formatted for inspection by a human being. . Many people use Data::Dumper for this task, although it was designed primarily to stringify data structures such that they can be eval'ed back in. It thus lacks all the visual clues, extra information and filtering possibilities that Data::Printer has to offer: . * Sane defaults * Highly customizable * Colored output by default * Human-friendly output, with array index and custom separators * Full object dumps including methods, inheritance and internals * Exposes extra information such as tainted data and weak references * Ability to easily create filters for objects and regular structures * Ability to load settings from a .dataprinter file Homepage: http://search.cpan.org/dist/Data-Printer/ Package: libdata-random-perl Priority: optional Section: perl Installed-Size: 490 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.4.201403130435 Depends: perl, libdate-calc-perl, libgd-gd2-perl | libgd-gd2-noxpm-perl Filename: 4.0-0/all/libdata-random-perl_0.07-1.4.201403130435_all.deb Size: 155258 MD5sum: 66cf4a8149bc1b533fd03b5dfba883ed SHA1: 7d0b3e0fa69c031c46bdd74d05eb553a4dcba0e7 SHA256: 71698f97a7e393d6ba66130588ce8a5711af66e89d5e91dd6845dbb83c5c9eab Description: Perl module to generate random data Data::Random is a module used to generate random data. It is useful mostly for test programs. Homepage: http://search.cpan.org/dist/Data-Random/ Package: libdata-report-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.4.201403130438 Depends: perl, libtext-csv-perl (>= 1.00), libhtml-parser-perl Filename: 4.0-0/all/libdata-report-perl_0.10-1.4.201403130438_all.deb Size: 28156 MD5sum: e4e696ab1fcaf98c85c09c2cac356803 SHA1: 7be11de2cd4790fac4720621f927657c085abfba SHA256: 42d245722e3c325550094d44e9c89455da2484146a8e95871e1f366c43e2f7fe Description: Framework for flexible reporting Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way similar to HTML style sheets. Homepage: http://search.cpan.org/dist/Data-Report/ Package: libdata-rmap-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 0.62-1.2.201403130443 Depends: perl Filename: 4.0-0/all/libdata-rmap-perl_0.62-1.2.201403130443_all.deb Size: 15468 MD5sum: 1b05a8adf3d621fbdc613eb162d38d69 SHA1: a1efad5a06500a2638679a400b1baa47d61ca939 SHA256: bedee1256b01b3b7d82d05500d76c246ad0b8d5c4ef08a193a7bac82c62b6941 Description: Perl module implementing a recursive map, applying a block to a data structure Data::Rmap traverses HASH, ARRAY, SCALAR and GLOB reference types, evaluating a BLOCK for either only scalar values, arrays, hashes, references, all elements or a customizable combination of these, and returns a list composed of the results of such evaluations. Homepage: http://search.cpan.org/dist/Data-Rmap/ Package: libdata-section-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.101621-1.4.201403130448 Depends: perl, libmro-compat-perl, libsub-exporter-perl Filename: 4.0-0/all/libdata-section-perl_0.101621-1.4.201403130448_all.deb Size: 12090 MD5sum: 5a196775a4fb25c34ef965b0291077ae SHA1: cf282e2213fc04f1bebd76aee4cbb4acbbcbbe09 SHA256: e7f19e85d2e64669a49c6efd346d51c3db564966d1ca0d0fd3bf21ce35856f69 Description: module to read chunks of data from a module's DATA section Data::Section is a Perl module that provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but is probably useful for other purposes as well. Homepage: http://search.cpan.org/dist/Data-Section/ Package: libdata-section-simple-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1.2.201403130452 Depends: perl Filename: 4.0-0/all/libdata-section-simple-perl_0.03-1.2.201403130452_all.deb Size: 7714 MD5sum: d711fb6784091b3a77e53fa736939828 SHA1: 8adc97468d57e6b553dac556e240bc25a09cfc47 SHA256: da0e61d0b51e7e5961177443a943e9e11940af9797da2b69455c53d9872b003d Description: Perl module for reading data from __DATA__ section of the file Data::Section::Simple is a simple module to extract data from __DATA__ section of the file. . This module does not implement caching (yet) which means in every get_data_section or get_data_section($name) this module seeks and re-reads the data section. If you want to avoid doing so for the better performance, you should implement caching in your own caller code. Homepage: http://search.cpan.org/dist/Data-Section-Simple/ Package: libdata-serializer-perl Priority: optional Section: perl Installed-Size: 185 Maintainer: Debian Perl Group Architecture: all Version: 0.59-1.4.201403130456 Depends: perl Suggests: libcompress-zlib-perl, libconfig-general-perl, libcrypt-blowfish-perl, libcrypt-cbc-perl, libfreezethaw-perl, libjson-perl, libphp-serialization-perl, libxml-dumper-perl, libxml-simple-perl, libyaml-perl, libyaml-syck-perl Filename: 4.0-0/all/libdata-serializer-perl_0.59-1.4.201403130456_all.deb Size: 71436 MD5sum: f47975ee4bc01c73f6a49c63802f3fd2 SHA1: 8bcb4d2a475b9898f969390ef1d5a030ae303f82 SHA256: ae4b7e0b7a5c854795e5dce7f7a57b288491cfbba4e57dbbbf500737cacbdb96 Description: module that serializes data structures Data::Serializer provides a unified interface to the various serializing modules currently available. Adds the functionality of both compression and encryption. Homepage: http://search.cpan.org/dist/Data-Serializer/ Package: libdata-show-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.002001-1.2.201403130501 Depends: perl, libdata-dump-perl (>= 1.17) Filename: 4.0-0/all/libdata-show-perl_0.002001-1.2.201403130501_all.deb Size: 10854 MD5sum: 58596d3d3acf5dd87ad3e879fc7589d1 SHA1: 40a82959712dd223faa2227a6401f4a75baa4949 SHA256: 1c87a6b5a2c33e6e99b18b1ddfa3bcb5176a6bf43cdde708d92552e6c6baa381 Description: Perl module to dump data structures with name and point-of-origin Data::Show provides a simple wrapper around the Data::Dump module. . A call to show data-dumps its arguments, prefaced by a divider line that reports the arguments and the file and line from which show() was called. Homepage: http://search.cpan.org/dist/Data-Show/ Package: libdata-showtable-perl Priority: optional Section: perl Installed-Size: 165 Maintainer: Debian Perl Group Architecture: all Version: 3.3-7.15.201403130503 Depends: perl Filename: 4.0-0/all/libdata-showtable-perl_3.3-7.15.201403130503_all.deb Size: 55616 MD5sum: e3b9f9412a4754080891b27473588ed2 SHA1: f29e20a5d17d5474829ed1e32c16a3d871f9ed3d SHA256: d15c102e0c050229457d513827614d98c78ddf34f1d7c945c0d8e2d7a18cd12f Description: Perl module to print arrays of data in a formatted listing Date::ShowTable is a Perl module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). In other words, showtable is a data formatting program. Using the '-html' option, showtable can accept ASCII tabular data and format it appropriately for display through a Web-browser. Homepage: http://search.cpan.org/dist/Data-ShowTable/ Package: libdata-sorting-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 0.9-4.4.201403130505 Depends: perl Filename: 4.0-0/all/libdata-sorting-perl_0.9-4.4.201403130505_all.deb Size: 21810 MD5sum: aedb2f7badfec72a05aaec1f207c1425 SHA1: 7de4c7bdd203456046db49e91edd91faf0317ed2 SHA256: 693abc23580827d6a41e953a2d3ec3e8966e243023270cad8d30f58f4fe2c6ba Description: Perl module for multi-key sort using function results Data::Sorting provides functions to sort the contents of arrays based on a collection of extraction and comparison rules. Extraction rules are used to identify the attributes of array elements on which the ordering is based; comparison rules specify how those values should be ordered. . Index strings may be used to retrieve values from array elements, or function references may be passed in to call on each element. Comparison rules are provided for numeric, bytewise, and case-insensitive orders, as well as a 'natural' comparison that places numbers first, in numeric order, followed by the remaining items in case-insensitive textual order. Homepage: http://search.cpan.org/dist/Data-Sorting/ Package: libdata-stag-perl Priority: optional Section: perl Installed-Size: 827 Maintainer: Debian Perl Group Architecture: all Version: 0.11-2.4.201403130507 Depends: perl, libio-string-perl Recommends: perl-tk, libgd-gd2-perl | libgd-gd2-noxpm-perl, libxml-libxslt-perl, libmldbm-perl, libgraph-perl, libxml-perl Filename: 4.0-0/all/libdata-stag-perl_0.11-2.4.201403130507_all.deb Size: 504982 MD5sum: 342e0428a8b62ea38b858b5be043cca5 SHA1: 39b120bd9d623184e9623bd7f027121167baeff5 SHA256: 7e1d9a26ba2f782f0fd33a10ba0d608afe420fa700a459f72b278c860323e486 Description: Structured Tags datastructures This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown below: . [ person=> [ [ family_name => $family_name ], [ given_name => $given_name ], [ phone_no => $phone_no ] ] ], . Data::Stag uses a subset of XML for import and export. This means the module can also be used as a general XML parser/writer (with certain caveats). Homepage: http://stag.sourceforge.net/ Package: libdata-stream-bulk-perl Priority: optional Section: perl Installed-Size: 118 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.4.201403130513 Depends: perl, libmoose-perl (>= 0.90), libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl Filename: 4.0-0/all/libdata-stream-bulk-perl_0.11-1.4.201403130513_all.deb Size: 46234 MD5sum: 21a32f9663a46f75d3b928ed8676a8a5 SHA1: 7f1f9052e84a4eeda8d3a58df60638a5080b0b74 SHA256: 9cccf867dbd9514478420739c1efa347cc43f6ef925824470264a246662d41fb Description: N at a time iteration API Data::Stream::Bulk is a utility for working with data streams of indefinite size. It tries to find a middle ground between one-at-a-time and all-at-once processing of data sets by providing a common interface for both. . Often, data sets from streams can fit entirely in memory, so operating on them with an array is simple and appropriate. However, in cases where the stream is not bounded, the array can grow to a very large size and quickly consume all available memory. This module allows developers to work with data in blocks which are guaranteed to fit in memory. Homepage: http://search.cpan.org/dist/Data-Stream-Bulk/ Package: libdata-transformer-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403130526 Depends: perl Filename: 4.0-0/all/libdata-transformer-perl_0.04-1.4.201403130526_all.deb Size: 10210 MD5sum: 8412bd52cc7cbe6a3a578951d9922fad SHA1: 3efbd81eef23ad3eab1a1bf78ce4b07e21267a41 SHA256: 03dac09107c7655c4d56ea462c0ec87e347d6fd3a4039758cee606533f868303 Description: Perl module to traverse data structures, altering them in place Data::Transformer can use callback subroutines to transform data or collect information. . It is possible to affect objects inside the data structures by specifying a callback keyed to the name of the class they belong to. Homepage: http://search.cpan.org/dist/Data-Transformer/ Package: libdata-treedumper-perl Priority: optional Section: perl Installed-Size: 137 Maintainer: Debian Perl Group Architecture: all Version: 0.40-1.4.201403130530 Depends: perl, libcheck-isa-perl, libclass-isa-perl | perl (<< 5.10.1-13), libdevel-size-perl, libsort-naturally-perl, libterm-size-perl Filename: 4.0-0/all/libdata-treedumper-perl_0.40-1.4.201403130530_all.deb Size: 40928 MD5sum: 5ec7cefc1fa7ee10b30afce99a852335 SHA1: e0b34390fc8147a61cd597f34e6b17c5d49242d7 SHA256: dba9696a65d20a0dc2830f182369ea4c46527450b20e906d68cdfb06e28c23e6 Description: module for dumping data structures in various formats Data::TreeDumper is a Perl module that provides dumps of Perl variable data in a tree-like fashion. It is flexible and customizable, providing various output formatting processors and means of filtering and sorting the output. Homepage: http://search.cpan.org/dist/Data-TreeDumper/ Package: libdata-treedumper-renderer-dhtml-perl Priority: optional Section: perl Installed-Size: 95 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403130534 Depends: perl Recommends: libdata-treedumper-perl Filename: 4.0-0/all/libdata-treedumper-renderer-dhtml-perl_0.09-1.4.201403130534_all.deb Size: 12334 MD5sum: ae199cef4387150f559f1c7483d6cc00 SHA1: b20e5f52144c59156f71b89fbb302c89c19f590e SHA256: 25e896c2b944a3398643b69d8e4e987105e866149803df4b02cd4127334a6a61 Description: simple Perl DHTML renderer for Data::TreeDumper Data::TreeDumper dumps Perl variable data in a tree-like fashion and allows the use of various output formatting processors. . Data::TreeDumper::Renderer::DHTML is such a processor which outputs the data as DHTML code. Homepage: http://search.cpan.org/dist/Data-TreeDumper-Renderer-DHTML/ Package: libdata-treedumper-renderer-gtk-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: David Paleino Architecture: all Version: 0.02-1.4.201403130536 Depends: perl, libglib-perl, libgtk2-perl, libdata-treedumper-perl (>= 0.33) Filename: 4.0-0/all/libdata-treedumper-renderer-gtk-perl_0.02-1.4.201403130536_all.deb Size: 8948 MD5sum: 91078d3111566501245777488686ccae SHA1: ff73e5c9d24b3145f967069ba70a36d19df36354 SHA256: 2460403952987c3170658fa00dd3fa5024e97029c3cf343bdb163a4015a15f16 Description: Gtk2::TreeView renderer for Data::TreeDumper This widget is the GUI equivalent of Data::TreeDumper; it will display a perl data structure in a TreeView, allowing you to fold and unfold child data structures and get a quick feel for what's where. Right-clicking anywhere in the view brings up a context menu, from which the user can choose to expand or collapse all items. Homepage: http://search.cpan.org/dist/Data-TreeDumper-Renderer-GTK/ Package: libdata-types-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403130604 Depends: perl Filename: 4.0-0/all/libdata-types-perl_0.09-1.4.201403130604_all.deb Size: 13188 MD5sum: 49ba0ab8196f37fd47b28e7fd7d1a17c SHA1: 2af1970444ddc9cd94ba7d81b383156142867de0 SHA256: f7baa679efa55e3cbcf6e586e9e4ae22871b23f02b1345a61d1c64d4de6ff4d9 Description: module for validating and converting data types Data::Types exports a number of functions that are useful for validating and converting data types. . It is intended for use in applications where data types are more important than they typically are in Perl -- e.g., database applications. Homepage: http://search.cpan.org/dist/Data-Types/ Package: libdata-validate-domain-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Alexander Wirt Architecture: all Version: 0.10-1.4.201403130627 Depends: perl, libnet-domain-tld-perl Filename: 4.0-0/all/libdata-validate-domain-perl_0.10-1.4.201403130627_all.deb Size: 12372 MD5sum: b8f7875a96f2aef69ce85d9b93bab648 SHA1: 936ccc1565e9a761bf210d0d483208512231e3d3 SHA256: 02ad05efd01d7da5c4d9ab4cce6a293e6594af92c2b0f8cd18762091a6e92dc4 Description: perl domain name validation functions Data::Validate::Domain collects domain validation routines to make input validation and untainting easier and more readable. Package: libdata-validate-email-perl Priority: optional Section: perl Installed-Size: 77 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403130633 Depends: perl, libdata-validate-domain-perl (>= 0.04), libemail-address-perl Filename: 4.0-0/all/libdata-validate-email-perl_0.04-1.4.201403130633_all.deb Size: 9900 MD5sum: 886a09013d7ae17d2816e97de4ddf861 SHA1: ddd468469da72c3b032c1a6f9aff5a73334f05b6 SHA256: 328d0d8f2ad691d8cd076defb99fdadc1f3f57e314a05aabc28be11e396bf925 Description: validator for email addresses written in Perl Data::Validate::Email collects common email validation routines to make input validation, and untainting easier and more readable. . The main purpose of this module is to check if a mail address is a valid mail address and if it is compliant with RFC822 . The module will also check if the domain is a proper one using Data::Validate::Domain. Homepage: http://search.cpan.org/dist/Data-Validate-Email/ Package: libdata-validate-ip-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.4.201403130635 Depends: perl, libnet-ipv6addr-perl, libnet-netmask-perl Filename: 4.0-0/all/libdata-validate-ip-perl_0.14-1.4.201403130635_all.deb Size: 14108 MD5sum: 1ace3a2d5fc22ae7c4523e32c00f5aa9 SHA1: 4fe0b58f13a5207ee82bca188cac8ecfd427fb40 SHA256: 8aea884fbf6cbe27f08a3fbcd3c727e23e24530e16f9a0653f555c210477f677 Description: Perl module for IP validation Data::Validate::IP collects IP validation routines to make input validation and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return value will be true. Homepage: http://search.cpan.org/dist/Data-Validate-IP/ Package: libdata-validate-uri-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Dominic Hargreaves Architecture: all Version: 0.06-1.4.201403130641 Depends: perl, libdata-validate-domain-perl, libdata-validate-ip-perl Filename: 4.0-0/all/libdata-validate-uri-perl_0.06-1.4.201403130641_all.deb Size: 11756 MD5sum: 53ba027b1c476d6331f448d7cfe6f38c SHA1: 645e22c66698a308ad37162cc114cd3086d58d88 SHA256: 93ce1ada505e9a487336073af770f51384d13b9a2c036d0207900e8a05082a96 Description: common URI validation methods This module collects common URI validation routines to make input validation and untainting easier and more readable. Homepage: http://search.cpan.org/dist/Data-Validate-URI/ Package: libdata-visitor-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.28-1.4.201403130643 Depends: perl, libclass-load-perl, libmoose-perl (>= 0.89), libnamespace-clean-perl (>= 0.19), libtie-toobject-perl Recommends: libdata-alias-perl Filename: 4.0-0/all/libdata-visitor-perl_0.28-1.4.201403130643_all.deb Size: 23110 MD5sum: d6f961be7d8e684a863af776dd8b2039 SHA1: 796baf92932e81b5af5f89870d2ff96c5eef33ac SHA256: 6a6bae89ccbac740624ebcf724ea8549dba17d2384876e593b53f22bc6a60d49 Description: Visitor implementation for Perl data structures Data::Visitor is a simple visitor implementation for Perl data structures. It has a main dispatcher method, visit, which takes a single Perl value and then calls the methods appropriate for that value. Homepage: http://search.cpan.org/dist/Data-Visitor/ Package: libdata-walk-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.4.201403130649 Depends: perl Filename: 4.0-0/all/libdata-walk-perl_1.00-1.4.201403130649_all.deb Size: 15768 MD5sum: e7efa779625fbba02e11a94ebfd947bc SHA1: 478b1c7f4a485d1b935d4af2ec52a2e6031e0a2c SHA256: 73ea33786b7a41223c72d4a7163ce02dc1322c3b7fa0fd32797906a49b09636d Description: Traverse Perl data structures With Data::Walk, one can have a call back function being called for each node in a given structure. It works with hash references, array references and blessed references of arbitrary depth. . Data::Walk is similar to File::Find, but instead of directory hiearchies, it works with Perl data. . Homepage: http://search.cpan.org/dist/Data-Walk/ Package: libdata-yaml-perl Priority: optional Section: perl Installed-Size: 77 Maintainer: Debian Perl Group Architecture: all Version: 0.0.6-1.2.201403130652 Depends: perl Filename: 4.0-0/all/libdata-yaml-perl_0.0.6-1.2.201403130652_all.deb Size: 20906 MD5sum: 68cf7c05787c12cb9b8116d24af85601 SHA1: 8e5f21ca567d817b8c90f491d196ee186393c924 SHA256: 18cf86b7a01896a024fb1918dee87348644f4afc51acf31f114a712c50881068 Description: Easy YAML serialisation of Perl data structures In the spirit of YAML::Tiny, Data::YAML::Reader and Data::YAML::Writer provide lightweight, dependency-free YAML handling. While YAML::Tiny is designed principally for working with configuration files Data::YAML concentrates on the transparent round-tripping of YAML serialized Perl data structures. . As an example of why this distinction matters consider that YAML::Tiny doesn't handle hashes with keys containing non-printable characters. This is fine for configuration files but likely to cause problems when handling arbitrary Perl data structures. Data::YAML handles exotic hash keys correctly. . The syntax accepted by Data::YAML is a subset of YAML. Specifically it is the same subset of YAML that Data::YAML::Writer produces. See Data::YAML for more information. Homepage: http://search.cpan.org/dist/Data-YAML/ Package: libdataobjects-mysql-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-mysql Version: 0.10.8-4.4.201403170528 Depends: ruby-dataobjects-mysql Filename: 4.0-0/all/libdataobjects-mysql-ruby1.8_0.10.8-4.4.201403170528_all.deb Size: 4366 MD5sum: 81f9893c934cf2118e8721396cd763d4 SHA1: e5cfd0c5efd16b4616442ce178a30a55988452fe SHA256: b46beba065edc468f619b6f4263fb835c18d61b9f427a42aeb143927635cefec Description: Transitional package for ruby-dataobjects-mysql This is a transitional package to ease upgrades to the ruby-dataobjects-mysql package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-mysql-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-mysql Version: 0.10.8-4.4.201403170528 Depends: ruby-dataobjects-mysql Filename: 4.0-0/all/libdataobjects-mysql-ruby1.9.1_0.10.8-4.4.201403170528_all.deb Size: 4364 MD5sum: 7b98bc5a5c37cf1f7fe83bb50e8049d2 SHA1: a2115d38e196c02d8c42dbebf851a95e48ca5c75 SHA256: c8d82b3980ce2a5233a30b5159e57ba4725cfc3eecf170a572f61e0741473d07 Description: Transitional package for ruby-dataobjects-mysql This is a transitional package to ease upgrades to the ruby-dataobjects-mysql package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-mysql-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-mysql Version: 0.10.8-4.4.201403170528 Depends: ruby-dataobjects-mysql Filename: 4.0-0/all/libdataobjects-mysql-ruby_0.10.8-4.4.201403170528_all.deb Size: 4358 MD5sum: a13a564c089427e36c7a0099c1843a71 SHA1: e2d345bd61a8d9a643e944d723da21d4601e9998 SHA256: 7be1577a664bfffa1403dbf5c927b51e8dcf46062465993c5b3f4f7681f7625d Description: Transitional package for ruby-dataobjects-mysql This is a transitional package to ease upgrades to the ruby-dataobjects-mysql package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-postgres-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-postgres Version: 0.10.8-2.4.201403170537 Depends: ruby-dataobjects-postgres Filename: 4.0-0/all/libdataobjects-postgres-ruby1.8_0.10.8-2.4.201403170537_all.deb Size: 3102 MD5sum: 817b836c02c2f5014f3c32dfdbd23316 SHA1: bc8b71ac561e817c56b2052900266500dd33cb5d SHA256: 5dd4fe8203507f2e9b840511c1197554b9176c9454b0b910ed43e829b5ce17fe Description: Transitional package for ruby-dataobjects-postgres This is a transitional package to ease upgrades to the ruby-dataobjects-postgres package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-postgres-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-postgres Version: 0.10.8-2.4.201403170537 Depends: ruby-dataobjects-postgres Filename: 4.0-0/all/libdataobjects-postgres-ruby1.9.1_0.10.8-2.4.201403170537_all.deb Size: 3102 MD5sum: 9511f17378884355dacbf130b6302daf SHA1: 67e34f3d12c44c26807c7befc253dc797e63ef66 SHA256: 224e8ffa3ea6be54473a1b673ed41fc8c989c3222143dcf0adcff0766c0eacfb Description: Transitional package for ruby-dataobjects-postgres This is a transitional package to ease upgrades to the ruby-dataobjects-postgres package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-postgres-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-postgres Version: 0.10.8-2.4.201403170537 Depends: ruby-dataobjects-postgres Filename: 4.0-0/all/libdataobjects-postgres-ruby_0.10.8-2.4.201403170537_all.deb Size: 3092 MD5sum: ebde78b346bb457dde9cc5aa3bb3ffc2 SHA1: c28a1f4e43602b042d4a6843ac53eab65131ffe5 SHA256: a6114e6268c42c49694d1fb046b41ff1221011924e465fb19f2eda38046b1aa7 Description: Transitional package for ruby-dataobjects-postgres This is a transitional package to ease upgrades to the ruby-dataobjects-postgres package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects Version: 0.10.8-4.4.201403170525 Depends: ruby-dataobjects Filename: 4.0-0/all/libdataobjects-ruby1.8_0.10.8-4.4.201403170525_all.deb Size: 4502 MD5sum: 649b84f8c7bf09d4bc96d942e2503df5 SHA1: 3766faa91ca8e28c972c8a90a801009ee8571cde SHA256: e61514c59435ac207a18c568ad56b30f4338f59079fe62ad7343029ff67111a1 Description: Transitional package to ruby-dataobjects This is a transitional package to ease upgrades to the ruby-dataobjects package. It can be safely removed. Homepage: http://github.com/datamapper/do Package: libdataobjects-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects Version: 0.10.8-4.4.201403170525 Depends: ruby-dataobjects Filename: 4.0-0/all/libdataobjects-ruby1.9.1_0.10.8-4.4.201403170525_all.deb Size: 4502 MD5sum: 081e44db06bb012987223b9b7962f4a9 SHA1: 0f0d51c16dfdf8a505a514cc066d50b4e785ede8 SHA256: 667df3c4d55f32827b98a09056477bfe95278ef8f9cc44c88148e9ec30c460f0 Description: Transitional package to ruby-dataobjects This is a transitional package to ease upgrades to the ruby-dataobjects package. It can be safely removed. Homepage: http://github.com/datamapper/do Package: libdataobjects-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects Version: 0.10.8-4.4.201403170525 Depends: ruby-dataobjects Filename: 4.0-0/all/libdataobjects-ruby_0.10.8-4.4.201403170525_all.deb Size: 4498 MD5sum: d73f05fea40c0f5fb164db64a339e13d SHA1: 3f497c7fa9bed444a080798386b6a39cecf305a0 SHA256: afde8ca3e07f4122ad8f427f26c1e774e6aef1477614ad4bdf8c858a93cd2ba7 Description: Transitional package to ruby-dataobjects This is a transitional package to ease upgrades to the ruby-dataobjects package. It can be safely removed. Homepage: http://github.com/datamapper/do Package: libdataobjects-sqlite3-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-sqlite3 Version: 0.10.8-3.4.201403170541 Depends: ruby-dataobjects-sqlite3 Filename: 4.0-0/all/libdataobjects-sqlite3-ruby1.8_0.10.8-3.4.201403170541_all.deb Size: 4234 MD5sum: 4435ee6c01330fd97b71010972be6e37 SHA1: 362f4b5f5a625306a518101c1c993bd7171a27cf SHA256: cc19a0a9c47835a8ad2d88f792b4041e53005c488115f44cfd609ad23c8625ab Description: Transitional package for ruby-dataobjects-sqlite3 This is a transitional package to ease upgrades to the ruby-dataobjects-sqlite3 package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-sqlite3-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-sqlite3 Version: 0.10.8-3.4.201403170541 Depends: ruby-dataobjects-sqlite3 Filename: 4.0-0/all/libdataobjects-sqlite3-ruby1.9.1_0.10.8-3.4.201403170541_all.deb Size: 4240 MD5sum: 2470656a5a89d5a5d5e4529931711cd6 SHA1: e7633dc4705b056d6e273bf17a134ef0bd327c2e SHA256: b6b9f164d8b893d91eb80ebfb6b5f094ab3db826e404587976330d5fb56c906a Description: Transitional package for ruby-dataobjects-sqlite3 This is a transitional package to ease upgrades to the ruby-dataobjects-sqlite3 package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdataobjects-sqlite3-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dataobjects-sqlite3 Version: 0.10.8-3.4.201403170541 Depends: ruby-dataobjects-sqlite3 Filename: 4.0-0/all/libdataobjects-sqlite3-ruby_0.10.8-3.4.201403170541_all.deb Size: 4232 MD5sum: 0f4cdf44f4adc3b2d1fe613571fbe96b SHA1: da26791361a41ef9c4faa73733c7f58c5de05d80 SHA256: 06ec7e024d746a4b21df79305cea1198ad80872f2390bd4d5fe56a91c56adc61 Description: Transitional package for ruby-dataobjects-sqlite3 This is a transitional package to ease upgrades to the ruby-dataobjects-sqlite3 package. It can safely be removed. Homepage: https://github.com/datamapper/do Package: libdatapager-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.01-2.4.201403130654 Depends: perl Filename: 4.0-0/all/libdatapager-perl_0.01-2.4.201403130654_all.deb Size: 8154 MD5sum: c25bca56c6422b4146f544c708d87c8f SHA1: c5dc5827b7412a6ff2a24c1bde4500d841382d41 SHA256: 0b5447470108cc962c9a62afea39f7ac3b8f5bd93a36bd0e21f21a7da029600f Description: Data::Pager - flexible data pager This Perl-class implements the familiar pager where the current position is centered. Homepage: http://search.cpan.org/~vidul/ Package: libdate-calc-perl Priority: optional Section: perl Installed-Size: 672 Maintainer: Debian Perl Group Architecture: all Version: 6.3-1.4.201403130656 Depends: perl, libbit-vector-perl (>= 7.1), libcarp-clan-perl (>= 6.04) Recommends: libdate-calc-xs-perl Filename: 4.0-0/all/libdate-calc-perl_6.3-1.4.201403130656_all.deb Size: 220284 MD5sum: d17cb37bc8d86ef8fddc76c5ec14c297 SHA1: d9b9c0d484e40511d41eb0b6f22dcfe0d5825ffe SHA256: fcfd0d13aaa2d07e4f9b275500a09b881c0d263f688898c6f4ea193c42192d59 Description: Perl library for accessing dates Date::Calc is a Perl module which provides a variety of date calculations based on the Gregorian calendar (the one used in Western countries today), complying with the ISO/R 2015-1971 and DIN 1355 standards which specify things such as what leap years are, when they occur, how the week numbers are defined, what's the first day of the week, how many weeks (52 or 53) a given year has, and so on. . Although the Gregorian calendar was only adopted 1582 by most (not all) European countries (some countries continued to use the Julian calendar until as late as the beginning of the 20th century!), this package allows you to extrapolate the Gregorian calendar back until the year 1. . If Date::Calc::XS (libdate-calc-xs-perl) is available, this package will automatically accelerate its operation using the C/XS implementation. Homepage: http://search.cpan.org/dist/Date-Calc/ Package: libdate-convert-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 0.16-3.4.201403130701 Depends: perl Filename: 4.0-0/all/libdate-convert-perl_0.16-3.4.201403130701_all.deb Size: 19614 MD5sum: fea087d2e59072cef1be26a8fc9b7b28 SHA1: 480b50de7c05df0f8b1044eea2136abfddc28b51 SHA256: cdafef5cdc4248aa8b63d60cae8ad10ed3aab895916523a2f074339262fa553d Description: Convert Between any two Calendrical Formats Date::Convert is intended to allow you to convert back and forth between any arbitrary date formats (ie. pick any from: Gregorian, Julian, Hebrew, Absolute, and any others that get added on). Package: libdate-hijri-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.4.201403130706 Depends: perl Filename: 4.0-0/all/libdate-hijri-perl_0.02-1.4.201403130706_all.deb Size: 8696 MD5sum: 028a7265d08658cb8964a2281615cb2b SHA1: 8598cd5d9faf7d348b0d867f5fd22f082e82e208 SHA256: 1af2c8677628813d5b121775e239fb217cb82521e2c342fd2e7e0623f274a62a Description: Perl module to convert Gregorian dates to Hijri and vice versa The Date::Hijri module converts Gregorian dates to Islamic (Hijri) and vice versa. . The dates must be given as an array containing the day, month and year, and return the corresponding date as a list with the same elements. Homepage: http://search.cpan.org/dist/Date_Hijri/ Package: libdate-iso8601-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Ivan Kohler Architecture: all Version: 0.003-1.4.201403130708 Depends: perl (>= 5.10.1) Filename: 4.0-0/all/libdate-iso8601-perl_0.003-1.4.201403130708_all.deb Size: 14096 MD5sum: c72e85480ce234a08a659ac2aa140903 SHA1: 3aacac10f29e60ac820b1f5ade748ae55afed759 SHA256: 643249ed66fd6860a3b9fceb6f1fef2238246ea9480edb3e99fdd92ee0d3ec63 Description: Perl handling of the three ISO 8601 numerical calendars The international standard ISO 8601 "Data elements and interchange formats - Information interchange - Representation of dates and times" defines three distinct calendars by which days can be labelled. It also defines textual formats for the representation of dates in these calendars. Date::ISO8601 provides functions to convert dates between these three calendars and Chronological Julian Day Numbers, which is a suitable format to do arithmetic with. It also supplies functions that describe the shape of these calendars, to assist in calendrical calculations. It also supplies functions to represent dates textually in the ISO 8601 formats. ISO 8601 also covers time of day and time periods, but this module does nothing relating to those parts of the standard; this is only about labelling days. . The first ISO 8601 calendar divides time up into years, months, and days. It corresponds exactly to the Gregorian calendar, invented by Aloysius Lilius and promulgated by Pope Gregory XIII in the late sixteenth century, with AD (CE) year numbering. This calendar is applied to all time, not just to dates after its invention nor just to years 1 and later. Thus for ancient dates it is the proleptic Gregorian calendar with astronomical year numbering. . This description was automagically extracted from the module by dh-make-perl. Homepage: http://search.cpan.org/dist/Date-ISO8601/ Package: libdate-jd-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Ivan Kohler Architecture: all Version: 0.003-1.4.201403130711 Depends: perl (>= 5.6) Filename: 4.0-0/all/libdate-jd-perl_0.003-1.4.201403130711_all.deb Size: 19430 MD5sum: f870ace478a6e2e707536935b63b176c SHA1: 97957a7c33c672f033bfc65c0fade2a356c439ac SHA256: fc8e743715579e339f51e59c66879305aa54cc05dea3ff22bba4efd527a1f84b Description: conversion between flavours of Julian Date For date and time calculations it is convenient to represent dates by a simple linear count of days, rather than in a particular calendar. This is such a good idea that it has been invented several times. If there were a single such linear count then it would be the obvious data interchange format between calendar modules. With several versions, calendar modules can use such sensible data formats and still have interoperability problems. Date::JD tackles that problem, by performing conversions between different flavours of day count. These day count systems are generically known as "Julian Dates", after the most venerable of them. . Among Julian Date systems there are also some non-trivial differences of concept. There are systems that count only complete days, and those that count fractional days also. There are some that are fixed to Universal Time (time on the prime meridian), and others that are interpreted according to a timezone. Some consider the day to start at noon and others at midnight, which is semantically significant for the complete-day counts. The functions of this module appropriately handle the semantics of all the non-trivial conversions. Homepage: http://search.cpan.org/dist/Date-JD/ Package: libdate-leapyear-perl Priority: optional Section: perl Installed-Size: 45 Maintainer: Debian Perl Group Architecture: all Version: 1.72-1.4.201403130714 Depends: perl Filename: 4.0-0/all/libdate-leapyear-perl_1.72-1.4.201403130714_all.deb Size: 5168 MD5sum: a6cc6982782630dfb7cf771b79b3296d SHA1: 5752e32143516ffaa32bf089bf0dff8093d63cbd SHA256: 57fef0043ed4cf0ca43ada2e5077e3c38f9cbba4c268f14e9096dc9088665b57 Description: Perl module to determine whether or not a year is a leapyear Date::Leapyear is a simple, non-OO module to determine whether or not a year is a leap year. It exports one function, isleap, which returns 1 or 0, which determines whether a year is leap or not Homepage: http://search.cpan.org/dist/Date-Leapyear/ Package: libdatetime-astro-sunrise-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.01.01-3.4.201403130730 Depends: perl, libdatetime-perl Filename: 4.0-0/all/libdatetime-astro-sunrise-perl_0.01.01-3.4.201403130730_all.deb Size: 13326 MD5sum: c48194d5c5386b81cb3d4a146d621482 SHA1: c065c7d8d8524241152b91514daef8d2b54178d6 SHA256: 95a2d9890c9f12814c766a1e81a96807dae56b3ca9ebc44d841946b573482cfc Description: module for computing the time of sunrise and sunset DateTime::Astro::Sunrise returns DateTime objects for sunrise and sunset for a given day. Homepage: http://search.cpan.org/dist/DateTime-Astro-Sunrise/ Package: libdatetime-calendar-discordian-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Jaldhar H. Vyas Architecture: all Version: 1.0-1.4.201403130734 Depends: perl, libdatetime-locale-perl, libparams-validate-perl Filename: 4.0-0/all/libdatetime-calendar-discordian-perl_1.0-1.4.201403130734_all.deb Size: 14344 MD5sum: 4c8833a630743abe75e0656035511768 SHA1: 1013e538790cd6f018616e64a0d6852d3d72a93d SHA256: 38d5990ca39c0b432127a16d49806cd93ef7f10065a4388595b1c73a12aa10f6 Description: Perl extension for the Discordian Calendar This is a module that implements the Discordian calendar made popular in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and the Church of the SubGenius. It follows the DateTime API. Package: libdatetime-event-cron-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.2.201403130739 Depends: perl, libdatetime-perl, libdatetime-set-perl, libset-crontab-perl Filename: 4.0-0/all/libdatetime-event-cron-perl_0.08-1.2.201403130739_all.deb Size: 13816 MD5sum: 13026642cc5cc63a276568cd008b474d SHA1: c1cc5436202abc16e26f663cef95c25af5ba8111 SHA256: b10a4445baa1400a891a3b8d4e049077a2252a03f6279b81e20952761593ac22 Description: DateTime extension for generating recurrence sets from crontab lines and files DateTime::Event::Cron generates DateTime events and DateTime::Set objects based on crontab-style entries. The crontab formats are the extended V7 standard as described in crontab(5) on Linux systems and as noted in the documentation for Set::Crontab. Homepage: http://search.cpan.org/dist/DateTime-Event-Cron/ Package: libdatetime-event-ical-perl Priority: optional Section: perl Installed-Size: 79 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.4.201403130744 Depends: perl, libdatetime-perl, libdatetime-event-recurrence-perl Filename: 4.0-0/all/libdatetime-event-ical-perl_0.10-1.4.201403130744_all.deb Size: 14226 MD5sum: 462a2d6c32d2c012fadf67f749e8be16 SHA1: bcf0fb88a1f72ae1dc18e82a532e07eaf898bced SHA256: 7788c0401780deda84296c469c75bb1552d7994ae2ee24587d004c1741a80dc3 Description: Perl DateTime extension for computing RFC2445 recurrences DateTime::Event::ICal is a Perl module that provides convenience methods for easily creating DateTime::Set objects for RFC2445 style recurrences, such as 'last friday of march'. Homepage: http://search.cpan.org/dist/DateTime-Event-ICal/ Package: libdatetime-event-recurrence-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Debian Perl Group Architecture: all Version: 0.16-1.4.201403130748 Depends: perl, libdatetime-perl, libdatetime-set-perl Filename: 4.0-0/all/libdatetime-event-recurrence-perl_0.16-1.4.201403130748_all.deb Size: 18862 MD5sum: f815d78f53e7a42b78d6e8e497bfb245 SHA1: a85f15c61f937badf101e60c3545c62118380e20 SHA256: 52f7a995e2e106abd65d4dc004a60a35fb9a5f5579ef034b96da86b6d910be1c Description: Perl module to create recurring DateTime instances DateTime::Event::Recurrence provides a way to create sets of DateTime objects the recur at specified intervals. Often, you will want DateTime::Set objects for dates that should occur at intervals like "once a month" or "every day." . More complex relationships can be created too, such as, "every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM." Homepage: http://search.cpan.org/dist/DateTime-Event-Recurrence/ Package: libdatetime-event-sunrise-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 0.0501-1.4.201403130753 Depends: perl, libdatetime-perl (>= 0.21), libdatetime-set-perl (>= 0.16) Filename: 4.0-0/all/libdatetime-event-sunrise-perl_0.0501-1.4.201403130753_all.deb Size: 15834 MD5sum: b5775dc57b066b9728c3a9db3e48fa6f SHA1: 8b1d71f7ef8bf7d330fe6de8551b2e2ceb18f687 SHA256: e96abffbb2e2666d022f406beed7abc7f6088fa281e210ef2e02c29686de8ff0 Description: Calculate sunrise and sunset for a given time and place This module will return a DateTime Object for sunrise and sunset for a given day. Homepage: http://search.cpan.org/dist/DateTime-Event-Sunrise/ Package: libdatetime-format-dateparse-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403130801 Depends: perl, libdatetime-timezone-perl, libdatetime-perl, libtimedate-perl Filename: 4.0-0/all/libdatetime-format-dateparse-perl_0.05-1.4.201403130801_all.deb Size: 8336 MD5sum: 487dbdd6eb1284009a97e9c581f3ace9 SHA1: 65a088448c3762173dc839a2ffd8802284474d02 SHA256: 9c844cc3489df706d3e54bb7f1da1a97df738652281ee51973e651a0cab2edb1 Description: Perl module parsing Date::Parse compatible formats DateTime::Format::DateParse is a rather simplistic convenience module that simply wraps the Date::Parse module (see libtimedate-perl) and creates DateTime objects from given strings. Homepage: http://search.cpan.org/dist/DateTime-Format-DateParse/ Package: libdatetime-format-db2-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.05-2.4.201403130805 Depends: perl, libdatetime-perl, libdatetime-format-builder-perl Filename: 4.0-0/all/libdatetime-format-db2-perl_0.05-2.4.201403130805_all.deb Size: 6764 MD5sum: e50fb9ff621febcd68a5049f585bfeca SHA1: 125ab4c84612db34a817b2b8688286ac1de7ed72 SHA256: 3bab68efd4e9868fa65b7df9650db328bc9bbaaea3c1023bc908c00cb6bc9936 Description: Parse and format DB2 dates and times This module understands the formats used by DB2 for its DATE, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the DB2 format. Homepage: http://search.cpan.org/dist/DateTime-Format-DB2/ Package: libdatetime-format-dbi-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.040-1.4.201403130809 Depends: perl, libdatetime-perl, libdbi-perl Recommends: libdatetime-format-db2-perl, libdatetime-format-mysql-perl, libdatetime-format-pg-perl, libdatetime-format-sqlite-perl Filename: 4.0-0/all/libdatetime-format-dbi-perl_0.040-1.4.201403130809_all.deb Size: 9910 MD5sum: aa8ed925f56a9db2034c22da53f59f94 SHA1: bb5b4ff8cee7c877ab974992607803dac1ddb343 SHA256: e69f73f73db5c3ab496417deb670354e83cff0006f0825bfdab9829c7cfe74c4 Description: abstraction layer for DateTime over some database vendors DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). . It currently supports the following format modules: IBM DB2 (DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL, Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg, SQLite|DateTime::Format::SQLite. . NOTE: This module provides a quick method to find the correct parser and formatter class. However, this is usually not sufficient for full database abstraction. You will also have to cater for differences in the syntax and semantics of SQL datetime functions (and other SQL commands). Homepage: http://search.cpan.org/dist/DateTime-Format-DBI/ Package: libdatetime-format-duration-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Jonas Genannt Architecture: all Version: 1.03a-1.2.201403130813 Depends: perl, libdatetime-perl Filename: 4.0-0/all/libdatetime-format-duration-perl_1.03a-1.2.201403130813_all.deb Size: 19972 MD5sum: 8883d4e2a5ddaa6fa94f028f801ad232 SHA1: 22084d87f0f2693e0004cd1868ae23cecb83e841 SHA256: 19664d8ed29f44b4bbdd1764d7e6689b6a9692e11043b504cb9e49113925801e Description: Format and parse DateTime::Durations objects in perl This perl module formats and parses DateTime::Duration objects as well other durations representations. Homepage: http://search.cpan.org/dist/DateTime-Format-Duration/ Package: libdatetime-format-epoch-perl Priority: optional Section: perl Installed-Size: 115 Maintainer: Ivan Kohler Architecture: all Version: 0.11-1.4.201403130819 Depends: perl, libdatetime-perl (>= 0.31) Filename: 4.0-0/all/libdatetime-format-epoch-perl_0.11-1.4.201403130819_all.deb Size: 41042 MD5sum: a2b54331559115a82703842f97aea45b SHA1: 06f69cc208bdb6fad8e323d06aced8cbc80e5408 SHA256: f7bcca573855defc96bc756ec38852d51dcd05c3480803ce29232f9e28773684 Description: Convert DateTimes to/from epoch seconds DateTime::Format::Epoch can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since a given epoch. It can also do the reverse. Homepage: http://search.cpan.org/dist/DateTime-Format-Epoch/ Package: libdatetime-format-flexible-perl Priority: optional Section: perl Installed-Size: 139 Maintainer: Debian Perl Group Architecture: all Version: 0.23-1.4.201403130822 Depends: perl, libdatetime-format-builder-perl (>= 0.74), libdatetime-perl, libdatetime-timezone-perl, liblist-moreutils-perl Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdatetime-format-flexible-perl_0.23-1.4.201403130822_all.deb Size: 33256 MD5sum: d4ea0271b21f9fb41afc74aaa0455d08 SHA1: 88034ad77dd8e925cd2b393db71ea690b30fbe2d SHA256: 48a865e80b6a4eb6bdf1e3c16bcb482e0a0b3cf6a7ac499694116a09189fa867 Description: Perl module to transform strings into DateTime objects DateTime::Format::Flexible is designed to transform arbitrary date/time strings into DateTime objects. It is currently able to parse and extract date information from over 2500 variations of date/time strings. . Although this module is similar in nature to DateTime::Format::Natural (see libdatetime-format-natural-perl), it currently fails to parse more than 2000 of the formats successfully parsed by this module. Homepage: http://search.cpan.org/dist/DateTime-Format-Flexible/ Package: libdatetime-format-http-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.40-1.4.201403130827 Depends: perl, libdatetime-perl, libwww-perl Filename: 4.0-0/all/libdatetime-format-http-perl_0.40-1.4.201403130827_all.deb Size: 11472 MD5sum: ae7df3f4caa17a3bcb44508ca55daa7b SHA1: 0fde618f6b77959df12c3bfe727c105c967f30c1 SHA256: e538181422ea12a6a0a923e12279f7d7d2eeb2775109a47d3d88f6bfbbd53918 Description: Perl module for date conversion with date formats used by the HTTP protocol DateTime::Format::HTTP provides functions that deal the date formats used by the HTTP protocol (and then some more). Homepage: http://search.cpan.org/dist/DateTime-Format-HTTP/ Package: libdatetime-format-ical-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403130830 Depends: perl, libdatetime-timezone-perl (>= 0.22), libdatetime-event-ical-perl (>= 0.03), libdatetime-perl (>= 0.17), libparams-validate-perl (>= 0.59), libdatetime-set-perl (>= 0.1) Filename: 4.0-0/all/libdatetime-format-ical-perl_0.09-1.4.201403130830_all.deb Size: 12626 MD5sum: 00ab72b050059038374248cca6f5006b SHA1: 0e23f542bbeafb183775a04acbdf3578237b3958 SHA256: 6ae01638ee70bf6d528e4610b2d9ff9d0a2f08212677529b6846778f670924ee Description: Perl module to parse and format iCal datetime and duration strings DateTime::Format::ICal understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects. Homepage: http://search.cpan.org/dist/DateTime-Format-ICal/ Package: libdatetime-format-iso8601-perl Priority: optional Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403130836 Depends: perl, libdatetime-format-builder-perl, libdatetime-perl Filename: 4.0-0/all/libdatetime-format-iso8601-perl_0.08-1.4.201403130836_all.deb Size: 16898 MD5sum: 90f634c6f863d4152cb3f1cae0bcdc36 SHA1: 8a68ff695714edd5c154ad40ece821d9236beeb0 SHA256: c767ee3823a799998319a3a46536f2c05862d471c1e8a6756c73a89bd12b55da Description: module to parse ISO8601 date and time formats DateTime::Format::ISO8601 is a Perl DateTime extension that parses almost all ISO8601 date and time formats. The signature feature of ISO 8601 date/time representations is the ordering of date and time values from the most to the least significant or, in plain terms, from the largest (the year) to the smallest (the second). . Example date: 2008-04-18 Example separate date and time in UTC: 2008-04-18 08:47Z Example combined date and time in UTC: 2008-04-18T08:47Z Example date with week number: 2008-W16-5 . ISO 8601 time intervals will be supported in a later release. Homepage: http://search.cpan.org/dist/DateTime-Format-ISO8601/ Package: libdatetime-format-mail-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.3001-1.4.201403130845 Depends: perl, perl-modules, libdatetime-perl, libparams-validate-perl Filename: 4.0-0/all/libdatetime-format-mail-perl_0.3001-1.4.201403130845_all.deb Size: 14750 MD5sum: 990841629b9704107e91f43deb60986f SHA1: f80222e4261529b90c96234ec47381f045af2195 SHA256: 065c45a4a18ee5db64fa5a2583cb93a1732992ba19e621b12239363a7ab4bb41 Description: Convert between DateTime and RFC2822/822 formats RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. Package: libdatetime-format-natural-perl Priority: optional Section: perl Installed-Size: 296 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.4.201403130856 Depends: perl, libboolean-perl, libdatetime-perl, libdatetime-timezone-perl, libclone-perl, liblist-moreutils-perl, libparams-validate-perl Suggests: libdate-calc-perl Filename: 4.0-0/all/libdatetime-format-natural-perl_1.00-1.4.201403130856_all.deb Size: 78664 MD5sum: 3b15bc423869dd0d3193e4ae93396ba6 SHA1: d674728ec3c3d664112cded6f9dd68df1b0c304d SHA256: 4890eba356e0b48bfc6a93095aa496dee0f60b7d0d96d0d51feb091edb88b810 Description: Perl module for parsing human-readable date/time strings DateTime::Format::Natural parses a string with a human readable date/time and creates a machine readable one by applying natural parsing logic. It also understands timespans. . The module is currently limited to English. Homepage: http://search.cpan.org/dist/DateTime-Format-Natural/ Package: libdatetime-format-sqlite-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.4.201403130915 Depends: perl, libdatetime-perl (>= 0.1), libdatetime-format-builder-perl (>= 0.6) Filename: 4.0-0/all/libdatetime-format-sqlite-perl_0.11-1.4.201403130915_all.deb Size: 8260 MD5sum: 7d7766eef5d16a9683bb7ad2d359ae58 SHA1: 19f049929121dedc9fbfafaea7ca536f4f43ff6e SHA256: 9d4af8cada687de554e7bc9301dafbe1bc1fb9394ae132e8bd60edd5b12f8ba1 Description: module to parse and format SQLite dates and times DateTime::Format::SQLite understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite. Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/ Package: libdatetime-format-w3cdtf-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.4.201403130930 Depends: perl, libdatetime-perl, libdatetime-timezone-perl Filename: 4.0-0/all/libdatetime-format-w3cdtf-perl_0.06-1.4.201403130930_all.deb Size: 9120 MD5sum: 1da01a20404c6dfc2fa3d2debd243d60 SHA1: e2278dd23d576632bb76487b6d5e5976f7f7265a SHA256: 8662c198902a53ec68860dba2fa74375d54a2741adb014e2b879e891c2447c2f Description: module to parse and format W3CDTF datetime strings DateTime::Format::W3CDTF is a Perl module that understands the W3CDTF date and time format, an ISO 8601 profile. It has a full specification online at: . This is the native date format for RSS 1.0. Homepage: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ Package: libdatetime-format-xsd-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.2-1.2.201403130936 Depends: perl, libdatetime-format-iso8601-perl Filename: 4.0-0/all/libdatetime-format-xsd-perl_0.2-1.2.201403130936_all.deb Size: 9462 MD5sum: 11715392c78e5da97ab77032b36feba7 SHA1: 7ccd101b858082044790b2a6ad53ea792dd06854 SHA256: 9748faf91c9c9895976db4d764a2b4854381bea54481e6e2ee6da657bcc35a5f Description: format DateTime according to xsd:dateTime XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides. . YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm) . DateTime::Format::XSD is a subclass of DateTime::Format::ISO8601, therefore it will be able to parse all other ISO options, but will only format it in this exact spec. Homepage: http://search.cpan.org/dist/DateTime-Format-XSD/ Package: libdatetime-set-perl Priority: optional Section: perl Installed-Size: 161 Maintainer: Debian Perl Group Architecture: all Version: 0.31-1.4.201403130953 Depends: perl, libset-infinite-perl, libdatetime-perl, libparams-validate-perl Filename: 4.0-0/all/libdatetime-set-perl_0.31-1.4.201403130953_all.deb Size: 48402 MD5sum: 3dffcc1535f05533b2eaacc4d50ad84b SHA1: aff3bfadb2c510b66195ceca0f5f028ddc899219 SHA256: ddd7d709a3b222975e5e83e77d374753676bb6699c1bc5da8fa1c19556e0c4c7 Description: Datetime sets and set math DateTime::Set is a module for date/time sets. It can be used to handle two different types of sets. . The first is a fixed set of predefined datetime objects. For example, to create a set of dates containing the birthdays of people in a family. . The second type of set that it can handle is one based on the idea of a recurrence, such as "every Wednesday", or "noon on the 15th day of every month". This type of set can have fixed starting and ending datetimes, but neither is required. So "every Wednesday set" could be "every Wednesday from the beginning of time until the end of time", or "every Wednesday after 2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and 2004-01-07". Homepage: http://search.cpan.org/dist/DateTime-Set/ Package: libdatetime-timezone-systemv-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Ivan Kohler Architecture: all Version: 0.003-1.4.201403131004 Depends: perl (>= 5.6), libdate-jd-perl (>= 0.002), libdate-iso8601-perl Filename: 4.0-0/all/libdatetime-timezone-systemv-perl_0.003-1.4.201403131004_all.deb Size: 13678 MD5sum: 307c6e4bc66b577a262eabce29100140 SHA1: 9df630b59bac7366d9a749d584dd1601cee58167 SHA256: bc4e79c7344fa1d22e480a56537321dcbe9b04ea35330f20e2903f70fb1fd402 Description: System V and POSIX timezone strings An instance of this class represents a timezone that was specified by means of a System V timezone string or the POSIX extended form of the same syntax. These can express a plain offset from Universal Time, or a system of two offsets (standard and daylight saving time) switching on a yearly cycle according to certain types of rule. . This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects. Homepage: http://search.cpan.org/dist/DateTime-TimeZone-SystemV/ Package: libdatetime-timezone-tzfile-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Ivan Kohler Architecture: all Version: 0.002-1.5.201403131150 Depends: perl (>= 5.6), libdatetime-timezone-systemv-perl (>= 0.002) Filename: 4.0-0/all/libdatetime-timezone-tzfile-perl_0.002-1.5.201403131150_all.deb Size: 11968 MD5sum: c3a8fa02a52d2aa1f47930e34bc9cdd3 SHA1: 9ca44b52eafd5483f97f4309c17a8a79eeb4592f SHA256: a68feaebb49bcb868ecfd1dddff8f782f59b711cd187625259806b50f8ec4fac Description: Perl handling of tzfile (zoneinfo) timezone files An instance of this class represents a timezone that was encoded in a file in the tzfile(5) format. These can express arbitrary patterns of offsets from Universal Time, changing over time. Offsets and change times are limited to a resolution of one second. . This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects. Homepage: http://search.cpan.org/dist/DateTime-TimeZone-Tzfile/ Package: libdatetimex-easy-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 0.089-1.4.201403131009 Depends: perl, libdatetime-format-flexible-perl, libdatetime-format-ical-perl, libdatetime-format-natural-perl, libdatetime-perl, libtimedate-perl Filename: 4.0-0/all/libdatetimex-easy-perl_0.089-1.4.201403131009_all.deb Size: 17128 MD5sum: 5e491c460b699f9c941c5fbcd184ace9 SHA1: e4c674329670a3679387b4ce34986c6fea3c8b1d SHA256: 750fe137ba723c30ac0282c548569087cb4bcdf0a3da25324f79afc5b2fb4587 Description: module to parse arbitrary date/time strings DateTimeX::Easy is a Perl module designed to make it easy to create DateTime objects from arbitrary strings. It uses a variety of DateTime::Format modules to do the bulk of the parsing, with some tweaks to smooth out the rough edges (mainly concerning timezone detection and selection). Homepage: http://search.cpan.org/dist/DateTimeX-Easy/ Package: libdatrie-doc Priority: optional Section: doc Installed-Size: 200 Maintainer: Theppitak Karoonboonyanan Architecture: all Source: libdatrie Version: 0.2.5-3.15.201403131014 Depends: lynx | www-browser Conflicts: libdatrie0-doc Filename: 4.0-0/all/libdatrie-doc_0.2.5-3.15.201403131014_all.deb Size: 55698 MD5sum: e7c13bf43958cf616d4d8d87d6b649af SHA1: 604bc8bb3739aeac9e9e8257e9293308b413c06e SHA256: 9f474996d66e7e3ee914bf7d9bf1748dfc09076ce8fcf24e6fe922ebc1f0cda0 Description: Documentation files for double-array trie library Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. . This library is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. The details of the implementation can be found at http://linux.thai.net/~thep/datrie/datrie.html . This package contains some documents about the datrie library. Multi-Arch: foreign Homepage: http://linux.thai.net/projects/libthai Package: libdawgdic-dev Priority: optional Section: libdevel Installed-Size: 106 Maintainer: Jakub Wilk Architecture: all Source: dawgdic Version: 0.4.3-1.2.201403190527 Filename: 4.0-0/all/libdawgdic-dev_0.4.3-1.2.201403190527_all.deb Size: 18262 MD5sum: 318c29fbd9adcae7eebc48b33003b59f SHA1: 177c37c7a137118d811ddc4db5f878aa26162f4a SHA256: 58bbc6f71d7249d747c536a8f2e14c234b7491ffea5b14c60af8fd45e8ed5602 Description: C++ library for DAWG dictionaries dawgdic is a C++ library for building and accessing dictionaries implemented with directed acyclic word graphs (DAWGs). . This package contains the development files. Multi-Arch: foreign Homepage: http://code.google.com/p/dawgdic/ Package: libdb-file-lock-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.05-3.4.201403131017 Depends: perl Filename: 4.0-0/all/libdb-file-lock-perl_0.05-3.4.201403131017_all.deb Size: 13206 MD5sum: 9540b9f2221146e7069dfb7260e7c477 SHA1: cc8d1e6c57fc930e4b856999636b91af63af0858 SHA256: d6d22f55b83938a51871cb69465f999b846a192c64986ac2ccca3d3f26bc9ab3 Description: wrapper adding locking for the DB_File module When you need locking, simply use DB_File::Lock in place of DB_File and add an extra argument onto the tie command specifying if the file should be locked for reading or writing. Homepage: http://search.cpan.org/dist/DB_File-Lock/ Package: libdb-java Priority: extra Section: java Installed-Size: 26 Maintainer: Debian Berkeley DB Group Architecture: all Source: db-defaults Version: 5.1.6.6.201403190545 Depends: libdb5.1-java (>= 5.1.25-7~) Filename: 4.0-0/all/libdb-java_5.1.6.6.201403190545_all.deb Size: 2342 MD5sum: f660da4645366796ce86dcf8f48bebc0 SHA1: 8c50e09a976e6ddf56ae268aa83cc009a232f2c2 SHA256: 98a6dfbb84c6625f0663cd430caf2b59a66b52572a72e31cb59a341c3fa3e31e Description: Berkeley Database Libraries for Java This empty package depends on the recommended package containing the Java interface for the Berkeley v5.1 database library. Package: libdb-je-java Priority: optional Section: java Installed-Size: 1692 Maintainer: Debian Java Maintainers Architecture: all Version: 3.3.98-1.13.201403131024 Filename: 4.0-0/all/libdb-je-java_3.3.98-1.13.201403131024_all.deb Size: 1424500 MD5sum: 3753572b5f87bf0d4988fb9729fbc84b SHA1: 903a2166ee6d714f7543d0ae19e07b01ad04ebeb SHA256: be468df9bf6b8e3d455214ccf52323947ce67cfc983f7cb541d21b7ba0eae38a Description: Oracle Berkeley Database Java Edition Oracle Berkeley DB Java Edition is a open source, embeddable, transactional storage engine written entirely in Java. Like Oracle Berkeley DB, Oracle Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores data in the application's native format, so no runtime data translation is required. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably. Homepage: http://www.oracle.com/database/berkeley-db/je/index.html Package: libdb-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bdb Version: 0.6.5-7.4.201403170347 Depends: ruby-bdb Filename: 4.0-0/all/libdb-ruby1.8_0.6.5-7.4.201403170347_all.deb Size: 8162 MD5sum: 6f5d9136096bbd0fc06ab194576e26ae SHA1: d3e48c29ff34f73f00206da063272e8cdd3bb153 SHA256: b66f43453e19437c752628709debb1806d3b09bb93987a97fbd7c80848709e3c Description: transitional package for ruby-bdb BDB is an interface to the Berkeley database library. . This is a dummy transitional package to enable the move to a new package name. It can be safely removed from your system. Homepage: https://rubyforge.org/projects/bdb/ Package: libdb4.2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bdb Version: 0.6.5-7.4.201403170347 Depends: ruby-bdb Filename: 4.0-0/all/libdb4.2-ruby1.8_0.6.5-7.4.201403170347_all.deb Size: 8168 MD5sum: 3a807f822a1906fee99f30fac9c55df9 SHA1: 6381ea4446c94fbab2423666cc8345a494532d5d SHA256: a55ee86d987d5e359e7d363912db9bad0c558e8fa1b0ad762b381505f353cf87 Description: transitional package for ruby-bdb BDB is an interface to the Berkeley database library. . This is a dummy transitional package to enable the move to a new package name. It can be safely removed from your system. Homepage: https://rubyforge.org/projects/bdb/ Package: libdb4.3-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bdb Version: 0.6.5-7.4.201403170347 Depends: ruby-bdb Filename: 4.0-0/all/libdb4.3-ruby1.8_0.6.5-7.4.201403170347_all.deb Size: 8170 MD5sum: d3c2ae1939c53af80c483c4f8c07285c SHA1: a4c43b69aeb39f4a32180611ea30a131ec34a676 SHA256: a210f6ed52d889a15abcb61374bdac7285630b5b0d030f3c678cb5aed9e0970f Description: transitional package for ruby-bdb BDB is an interface to the Berkeley database library. . This is a dummy transitional package to enable the move to a new package name. It can be safely removed from your system. Homepage: https://rubyforge.org/projects/bdb/ Package: libdb4.4-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-bdb Version: 0.6.5-7.4.201403170347 Depends: ruby-bdb Filename: 4.0-0/all/libdb4.4-ruby1.8_0.6.5-7.4.201403170347_all.deb Size: 8170 MD5sum: 014ed053a817c0663790fb2bc5340b98 SHA1: 392ba96b5c1d30b3103c8382af6a1b84bb456216 SHA256: 26d8740cfa79b6b07604da1c5ba2352ccf6ea65b2ed584741e69d50517407a6c Description: transitional package for ruby-bdb BDB is an interface to the Berkeley database library. . This is a dummy transitional package to enable the move to a new package name. It can be safely removed from your system. Homepage: https://rubyforge.org/projects/bdb/ Package: libdb4o-cil-dev Priority: optional Section: cli-mono Installed-Size: 38 Maintainer: Debian CLI Libraries Team Architecture: all Source: db4o Version: 8.0.184.15484+dfsg-2.9.201403190606 Replaces: libdb4o6.0-cil, libdb4o6.1-cil Depends: libdb4o8.0-cil (= 8.0.184.15484+dfsg-2.9.201403190606) Suggests: libdb4o-doc, monodoc-db4o-manual Filename: 4.0-0/all/libdb4o-cil-dev_8.0.184.15484+dfsg-2.9.201403190606_all.deb Size: 6830 MD5sum: 564927d6c04053b5d5a4b4dabb9a806a SHA1: a7adef330b99b024aeb7bf33f9452e85e63ca67c SHA256: b8ff9cd9c02ecf3d5999681988a2a24f91f44894c14294bba4f7f52791a79244 Description: native OODBMS for CLI - development files db4o is the open source object database that enables Java and .NET developers to store and retrieve any application object with only one line of code, eliminating the need to predefine or maintain a separate, rigid data model. . This is the native CLI version of db4o for Mono and Microsoft .NET Framework, but there is also a native Java version, check http://www.db4o.com. . This package contains development files for the db4o library, and should be for compilation Homepage: http://www.db4o.com/ Package: libdb4o-doc Priority: optional Section: doc Installed-Size: 18405 Maintainer: Debian CLI Libraries Team Architecture: all Source: db4o Version: 8.0.184.15484+dfsg-2.9.201403190606 Suggests: www-browser | xchm | kchmviewer Filename: 4.0-0/all/libdb4o-doc_8.0.184.15484+dfsg-2.9.201403190606_all.deb Size: 8080746 MD5sum: cfbdf58c8b9118484e2eb281ca2c0513 SHA1: bdce63253a74a12f0b0c0b69225b0f4f50629e60 SHA256: 4e2a98e50acf4714e962297ba7ac24be9b5b576a5bc5cc882b96979b6ee53f2d Description: native OODBMS for CLI (documentation) db4o is the open source object database that enables Java and .NET developers to store and retrieve any application object with only one line of code, eliminating the need to predefine or maintain a separate, rigid data model. . This package contains API reference and tutorial on db4o in HTML form. Homepage: http://www.db4o.com/ Package: libdb4o8.0-cil Priority: optional Section: cli-mono Installed-Size: 1830 Maintainer: Debian CLI Libraries Team Architecture: all Source: db4o Version: 8.0.184.15484+dfsg-2.9.201403190606 Replaces: libdb4o6.0-cil, libdb4o6.1-cil Depends: cli-common (>= 0.5.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7) Suggests: libdb4o-doc, monodoc-db4o-manual Conflicts: libdb4o6.0-cil, libdb4o6.1-cil Filename: 4.0-0/all/libdb4o8.0-cil_8.0.184.15484+dfsg-2.9.201403190606_all.deb Size: 736668 MD5sum: 4a8fa99c4bcf2f70147c6d62c08b7074 SHA1: 41ad507f1c9a03e3ffe0762765af68351fa5d8c7 SHA256: 7838d9a3cbea263c34c1253ad29acbb44b09c19bf2b8607f1689d09d327440ac Description: native OODBMS for CLI db4o is the open source object database that enables Java and .NET developers to store and retrieve any application object with only one line of code, eliminating the need to predefine or maintain a separate, rigid data model. . This is the native CLI version of db4o for Mono and Microsoft .NET Framework, but there is also a native Java version, check http://www.db4o.com. Homepage: http://www.db4o.com/ Package: libdb5.1-java Priority: optional Section: java Installed-Size: 586 Maintainer: Debian Berkeley DB Group Architecture: all Source: db Version: 5.1.29-5.11.201403190530 Depends: libdb5.1-java-jni (>= 5.1.29-5.11.201403190530), libdb5.1 Suggests: libdb5.1-java-gcj Filename: 4.0-0/all/libdb5.1-java_5.1.29-5.11.201403190530_all.deb Size: 526148 MD5sum: 01c9d4d69cdf7b8e23d02ff828144c1d SHA1: 736c947a1d9d5e62d7e8f9cd2a1367e0c3ab67ad SHA256: 02d538eb2f1233c98e3e5508b3a918bb290a9c8190547d21eb75c2a8ecc78425 Description: Berkeley v5.1 Database Libraries for Java This package provides the Java interface for the Berkeley v5.1 database library. Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Package: libdballe-doc Priority: optional Section: doc Installed-Size: 2614 Maintainer: Enrico Zini Architecture: all Source: dballe Version: 5.18-1.4.201403190616 Filename: 4.0-0/all/libdballe-doc_5.18-1.4.201403190616_all.deb Size: 401502 MD5sum: 058e05e46f9a0498bb2fe5ea2c4648c8 SHA1: 18d3694661c18d17c76db67ff1f6a2d3f2a7b992 SHA256: cdbdcaa13ffb7ec5de2c49742763d92d52ed2a837c305a9d414b80110bc97856 Description: documentation for the DB-ALL.e C library for weather research DB-All.e is a fast on-disk database where meteorological observed and forecast data can be stored, searched, retrieved and updated. . This is the documentation for the DB_All.e development the library. Homepage: http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64 Package: libdbd-anydata-perl Priority: optional Section: perl Installed-Size: 113 Maintainer: Bart Martens Architecture: all Version: 0.11-0.1.5.201403131030 Depends: perl, libdbi-perl (>= 1.612), libsql-statement-perl (>= 1.28), libanydata-perl, libparams-util-perl (>= 1.00) Suggests: libxml-parser-perl, libwww-perl Filename: 4.0-0/all/libdbd-anydata-perl_0.11-0.1.5.201403131030_all.deb Size: 38940 MD5sum: a0fedf25c7b183e9964f5a6dec0156a0 SHA1: b86db0f5470ae4cebe7fee5e50fc3684db06f36e SHA256: 8d3a669a856d514add0c5d446622d7ab0b93d219b76cb38db96d0628cca5e320 Description: perl DBI driver for files and data structures DBD::AnyData allows you to import almost any type of Perl data structure into an in-memory table and then use DBI and SQL to access and modify it. It also allows standard database access to almost any kind of file, supporting SQL manipulation of the file without converting the file out of its native format. . The module allows you to prototype a database without having an RDBMS system or other database engine and can operate either with or without creating or reading disk files. If you do use disk files, they may, in most cases, either be local files or any remote file accessible via HTTP or FTP. . The module also supports converting files between any of the supported formats. Homepage: http://search.cpan.org/dist/DBD-AnyData/ Package: libdbd-csv-perl Priority: optional Section: perl Installed-Size: 110 Maintainer: Debian Perl Group Architecture: all Version: 0.3500-1.4.201403131036 Depends: perl, libdbi-perl (>= 1.620), libsql-statement-perl (>= 1.33), libtext-csv-xs-perl (>= 0.88) Filename: 4.0-0/all/libdbd-csv-perl_0.3500-1.4.201403131036_all.deb Size: 36128 MD5sum: fbef70544ca0689f4d2a7b6bc84fca55 SHA1: 7d99241b77497c0423d86f33c8f724b3c8c343d9 SHA256: 07b688a4dd41e4ee14a6696ca68974475558292b71ac9f766452b78860b167e6 Description: DBI driver for CSV files DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records stored in Comma-Separated Value (CSV) files. Such files are frequently used for exporting data from Microsoft's Access and Excel applications. Homepage: http://search.cpan.org/dist/DBD-CSV/ Package: libdbd-excel-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 0.06-6.4.201403131041 Depends: perl, libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl (>= 0.3000), libspreadsheet-writeexcel-perl Filename: 4.0-0/all/libdbd-excel-perl_0.06-6.4.201403131041_all.deb Size: 29132 MD5sum: b9734bfb51bf94f59ea69a35acc5eafb SHA1: 3e85822d82a6d998eb57cf7be7a080ea05bb28fd SHA256: 33d352a728205fe287abcfe43696683e6a2be80291ca72433a94df15ec3cfff3 Description: provides an SQL interface (via DBI) for accessing Excel files The DBD::Excel module is a DBI driver which permits access to Excel files (in the 95, 97 and 2000 flavours) via SQL commands through the Perl DBI. . As of 0.06, this module is still in an ALPHA VERSION according to its author. Homepage: http://search.cpan.org/dist/DBD-Excel/ Package: libdbd-ldap-perl Priority: optional Section: perl Installed-Size: 119 Maintainer: Jonas Genannt Architecture: all Version: 0.20-1.4.201403131050 Depends: perl, libnet-ldap-perl, libdbi-perl Filename: 4.0-0/all/libdbd-ldap-perl_0.20-1.4.201403131050_all.deb Size: 34496 MD5sum: 250eb4a71eae916c4bd5398dde502a61 SHA1: ddc92f18eab1503404a799d4b25bd98ec436afce SHA256: 3e2fe5cc7909094492e62a3cc77040c3c070dcbd5642162c6b87ee671c25c2c5 Description: Perl extension for LDAP access via an SQL/Perl DBI interface DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. You will need access to an existing LDAP database or set up your own using an LDAP server, ie. "OpenLDAP", see (http://www.openldap.org). . The main advantage of DBD::LDAP is the ability to query LDAP databases via standard SQL queries in leu of cryptic LDAP "filters". LDAP is optimized for quick lookup of existing data, but DBD::LDAP does support entry inserts, updates, and deletes with commit/rollback via the standard SQL commands! Homepage: http://search.cpan.org/dist/DBD-LDAP/ Package: libdbd-mock-perl Priority: optional Section: perl Installed-Size: 144 Maintainer: Debian Perl Group Architecture: all Version: 1.43-1.4.201403131053 Depends: perl, libdbi-perl Filename: 4.0-0/all/libdbd-mock-perl_1.43-1.4.201403131053_all.deb Size: 44170 MD5sum: 59cb6fb931acf58b165a89999457d246 SHA1: ff541abd74576259933004c59fc37a3f60dd9bcd SHA256: fe5081ed56bd1d35c6383aaa848dec3b16bfc282536087fecda0170660947cbc Description: Mock database driver for testing Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framework that uses DBI, particularly a framework that uses different types of persistence schemes, then it may be more useful to simply verify what the framework is trying to do -- ensure the right SQL is generated and that the correct parameters are bound. DBD::Mock makes it easy to just modify your configuration (presumably held outside your code) and just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your framework. Homepage: http://search.cpan.org/dist/DBD-Mock/ Package: libdbd-mysql-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-mysql Version: 0.4.4+gem2deb-1.4.201403170545 Depends: ruby-dbd-mysql Filename: 4.0-0/all/libdbd-mysql-ruby1.8_0.4.4+gem2deb-1.4.201403170545_all.deb Size: 29292 MD5sum: 9c86fcff828b29051b921ecc73e9db37 SHA1: fcc44f367833b48c42f1dc15e2233ac087c843f6 SHA256: f9f63680f40b136657b8020f1f6541cfebc91faff868ee6ed68893e970f99629 Description: Transitional package for ruby-dbd-mysql This is a transitional package to ease upgrades to the ruby-dbd-mysql package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-mysql-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-mysql Version: 0.4.4+gem2deb-1.4.201403170545 Depends: ruby-dbd-mysql Filename: 4.0-0/all/libdbd-mysql-ruby1.9.1_0.4.4+gem2deb-1.4.201403170545_all.deb Size: 29296 MD5sum: d0ead7621a922fc73b649dc8dfe146bf SHA1: 4536b620261714d6556945ba251048eeb5d98057 SHA256: 41bdf6276cff1b7a8b4e46bbed27dce99e52b9eeb12a2f60f74ec86d97386560 Description: Transitional package for ruby-dbd-mysql This is a transitional package to ease upgrades to the ruby-dbd-mysql package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-mysql-ruby Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-mysql Version: 0.4.4+gem2deb-1.4.201403170545 Depends: ruby-dbd-mysql Filename: 4.0-0/all/libdbd-mysql-ruby_0.4.4+gem2deb-1.4.201403170545_all.deb Size: 29290 MD5sum: eb15b6d782f7e745b65fc7900814e40f SHA1: e0fd12c4c531d93aae168a39f3f9aec5c8073c96 SHA256: ce1e17a762c3269a2288f072f6ed1c865f1d25ecb9d90a0f876ad9f12541e627 Description: Transitional package for ruby-dbd-mysql This is a transitional package to ease upgrades to the ruby-dbd-mysql package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-odbc-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-odbc Version: 0.2.5+gem2deb-1.4.201403170551 Depends: ruby-dbd-odbc Filename: 4.0-0/all/libdbd-odbc-ruby1.8_0.2.5+gem2deb-1.4.201403170551_all.deb Size: 29264 MD5sum: d92b8da4082819ea6efc50bff54e88f3 SHA1: c2336c126ecc1de3a6ac34a24cbcfb72d96bc54d SHA256: e841efa53f60be4da7116ed67b64a4c38c0cfe0a75f933c6a00c083272076af2 Description: Transitional package for ruby-dbd-odbc This is a transitional package to ease upgrades to the ruby-dbd-odbc package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-odbc-ruby Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-odbc Version: 0.2.5+gem2deb-1.4.201403170551 Depends: ruby-dbd-odbc Filename: 4.0-0/all/libdbd-odbc-ruby_0.2.5+gem2deb-1.4.201403170551_all.deb Size: 29254 MD5sum: f4bb7c542c9788428520c57ce3c24397 SHA1: 2fa273e9668cda5e95630c173ea23970b969a95d SHA256: 924cad4fb8c4af6d382db99dc49ded396634a7162f66a55fcd8e78125640198a Description: Transitional package for ruby-dbd-odbc This is a transitional package to ease upgrades to the ruby-dbd-odbc package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-pg-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-pg Version: 0.3.9+gem2deb-1.4.201403170554 Depends: ruby-dbd-pg Filename: 4.0-0/all/libdbd-pg-ruby1.8_0.3.9+gem2deb-1.4.201403170554_all.deb Size: 29624 MD5sum: 1a788b35292358f50f9dbf427611d486 SHA1: 2024630d30a2bdc01442c152d12cd72b87b1dc3b SHA256: 72a8f4357b0c9c1b9b01c8ed0eb7b2b732129613b01de21b5b263bfad689bc40 Description: Transitional package for ruby-dbd-pg This is a transitional package to ease upgrades to the ruby-dbd-pg package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-pg-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-pg Version: 0.3.9+gem2deb-1.4.201403170554 Depends: ruby-dbd-pg Filename: 4.0-0/all/libdbd-pg-ruby1.9.1_0.3.9+gem2deb-1.4.201403170554_all.deb Size: 29626 MD5sum: 29a091c8f7e77cdd5a3eda184cac58d2 SHA1: 376e5d68100e24dd628094c90019d9e4956ede94 SHA256: 4ef43607cd4edc7cccff06c226bf2bbfb60187d95c194daee7cd1b99860c9966 Description: Transitional package for ruby-dbd-pg This is a transitional package to ease upgrades to the ruby-dbd-pg package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-pg-ruby Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-pg Version: 0.3.9+gem2deb-1.4.201403170554 Depends: ruby-dbd-pg Filename: 4.0-0/all/libdbd-pg-ruby_0.3.9+gem2deb-1.4.201403170554_all.deb Size: 29616 MD5sum: b64a1c6d89cae581f0a422fee40e5e43 SHA1: b6f88a282acdf6c46fe52da1f4f3d0f8bea5d1a1 SHA256: 577dee65429c190f613627707eaec09cca823f5b99b3ce0e62c2745ee7e04dfb Description: Transitional package for ruby-dbd-pg This is a transitional package to ease upgrades to the ruby-dbd-pg package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-sqlite3-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-sqlite3 Version: 1.2.5+gem2deb-1.4.201403170600 Depends: ruby-dbd-sqlite3 Filename: 4.0-0/all/libdbd-sqlite3-ruby1.8_1.2.5+gem2deb-1.4.201403170600_all.deb Size: 29404 MD5sum: 648ff5cd803604ed95c4a7fb47259b50 SHA1: f4c09a4889bede1b8277bcb48b8b9ee5db7bfd3e SHA256: fc81cceec4990c2006c8ee9a2f7bf387bad106415939b41b990cac59dbfeac9b Description: Transitional package for ruby-dbd-sqlite3 This is a transitional package to ease upgrades to the ruby-dbd-sqlite3 package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-sqlite3-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-sqlite3 Version: 1.2.5+gem2deb-1.4.201403170600 Depends: ruby-dbd-sqlite3 Filename: 4.0-0/all/libdbd-sqlite3-ruby1.9.1_1.2.5+gem2deb-1.4.201403170600_all.deb Size: 29412 MD5sum: 4b250a481a6a259cacb06a63134a8ab6 SHA1: 7bad4066b4c116086c6d8c89a678b022d733e80d SHA256: a0bd821a94122cf4d8582eb2959cdcd25a6eb66c53090712e0023d3bc346c978 Description: Transitional package for ruby-dbd-sqlite3 This is a transitional package to ease upgrades to the ruby-dbd-sqlite3 package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-sqlite3-ruby Priority: extra Section: oldlibs Installed-Size: 53 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbd-sqlite3 Version: 1.2.5+gem2deb-1.4.201403170600 Depends: ruby-dbd-sqlite3 Filename: 4.0-0/all/libdbd-sqlite3-ruby_1.2.5+gem2deb-1.4.201403170600_all.deb Size: 29398 MD5sum: a83fb6b9f595197bd19a2fbbeb3d86a2 SHA1: 49d0fe7509ad10f0d682fbbf8b7bd8ced74e5956 SHA256: 8d41463f8a24f0f9bfb8f72db5cd857113fae56c21011a54d9c86e6cf1d10598 Description: Transitional package for ruby-dbd-sqlite3 This is a transitional package to ease upgrades to the ruby-dbd-sqlite3 package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbd-xbase-perl Priority: optional Section: perl Installed-Size: 298 Maintainer: Debian Perl Group Architecture: all Version: 1:1.03-1.4.201403131120 Depends: perl Suggests: libdbi-perl Filename: 4.0-0/all/libdbd-xbase-perl_1.03-1.4.201403131120_all.deb Size: 116152 MD5sum: deb51942f2f0334c5af726f0a1d0f8c5 SHA1: 351eb83a69045e3a2a98eac52f9f7d96a2f34d04 SHA256: e4f771f87b526c831151e055b9784c4150579add7333ccf027117f230391b2d5 Description: Perl module to access xbase files (optionally through DBI) DBD::XBase allows creation, access and modification of .dbf (dBase, Clipper, Fox* style) database files. It is capable of handling memo files, but indexes only in a somewhat limited way. It has two interfaces: one using SQL commands (through DBI) ad the other with a simple OO interface. . You can use the included dbf_dump program to dump the content of a .dbf file. Homepage: http://search.cpan.org/dist/DBD-XBase/ Package: libdbi-doc Priority: optional Section: doc Installed-Size: 892 Maintainer: Thomas Goirand Architecture: all Source: libdbi Version: 0.8.4-6.5.201403131123 Filename: 4.0-0/all/libdbi-doc_0.8.4-6.5.201403131123_all.deb Size: 560536 MD5sum: a5bb0b82789359f2c471b4c85f21b616 SHA1: 852e04bc96e2d2d5a1d0f21daf8349cfd3f0d850 SHA256: 777c5c82954e728f38632954f0fb4ac247a6f8043065162f31a8d58887525f10 Description: DB Independent Abstraction Layer for C -- documentation libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the documentation of libdbi. Homepage: http://libdbi.sourceforge.net/ Package: libdbi-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 56 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbi Version: 0.4.5-1.4.201403170603 Depends: ruby-dbi Filename: 4.0-0/all/libdbi-ruby1.8_0.4.5-1.4.201403170603_all.deb Size: 32482 MD5sum: 0e33223e188fb432e081dd59bf0be7ab SHA1: df11b36979d967cf9d1d5e5f26a386ed7afd4f55 SHA256: c6699b6f26693c9ead769bf5ed3497148f8eaa4a75bb931ca41f8123f1440b48 Description: Transitional package for ruby-dbi This is a transitional package to ease upgrades to the ruby-dbi package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbi-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 56 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbi Version: 0.4.5-1.4.201403170603 Depends: ruby-dbi Filename: 4.0-0/all/libdbi-ruby1.9.1_0.4.5-1.4.201403170603_all.deb Size: 32484 MD5sum: 081454cc53005495e31d9b2d2d14e7f6 SHA1: df5cad9714e870593ec15e0e06480b47cc452585 SHA256: a40373bd0acc39ad218b63fced4bad6b16141caf21d5782d33697fa30cdd06d2 Description: Transitional package for ruby-dbi This is a transitional package to ease upgrades to the ruby-dbi package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbi-ruby Priority: extra Section: oldlibs Installed-Size: 56 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbi Version: 0.4.5-1.4.201403170603 Depends: ruby-dbi Filename: 4.0-0/all/libdbi-ruby_0.4.5-1.4.201403170603_all.deb Size: 32476 MD5sum: 5e23f014b0960bc735b7e658f35492a2 SHA1: 9d64a09972d0157836864489d3abcb72417b67e2 SHA256: a00de0c78aff7fb436ac2ba8ad01c979f53fa91088867041d8dedf1b44a56d61 Description: Transitional package for ruby-dbi This is a transitional package to ease upgrades to the ruby-dbi package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/ruby-dbi Package: libdbicx-testdatabase-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403181233 Depends: perl, libsql-translator-perl, libdbd-sqlite3-perl (>= 1.29) Filename: 4.0-0/all/libdbicx-testdatabase-perl_0.04-1.4.201403181233_all.deb Size: 10088 MD5sum: 8d262c3ae31ac22b2cd9e5f18f3a11e3 SHA1: 487aa994450e361efbd41ac4a2ec5b0c9c971cd4 SHA256: b5f681f70b195a50cc472374373830eafe0bcafc222c733f7ad5ffad6265023c Description: module for testing a DBIx::Class::Schema DBICx::TestDatabase is a Perl module useful for testing applications built with DBIx::Class (see libdbix-class-perl). It creates a temporary in-memory SQLite database, deploys your DBIC Schema, and then connects to it. This lets you easily test your schema using a fresh database for every test, ensuring that the ordering of tests will not affect failure. Homepage: http://search.cpan.org/dist/DBICx-TestDatabase/ Package: libdbix-abstract-perl Priority: optional Section: perl Installed-Size: 101 Maintainer: Debian Perl Group Architecture: all Version: 1.010-1.4.201403181236 Depends: perl, libcheck-isa-perl, libdbi-perl Filename: 4.0-0/all/libdbix-abstract-perl_1.010-1.4.201403181236_all.deb Size: 28812 MD5sum: c496df6fd46d927f43567486f350e186 SHA1: f5c7be189e7acf83cff6e4619d698ba029cc09e3 SHA256: b85c5a2ec9f13944e2e298ceae4a7485d2a95362fae4ac843c8729e26b7761dd Description: DBI SQL abstraction DBIX::Abstract provides methods for retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE). . It endeavors to produce an interface that will be intuitive to those already familiar with SQL. . Notable features include: * data_source generation for some DBD drivers. * Can check to make sure the connection is not stale and reconnect if it is. * Controls statement handles for you. * Can delay writes. * Generates complex where clauses from hashes and arrays. * Shortcuts (convenience functions) for some common cases. (Like select_all_to_hashref.) Homepage: http://search.cpan.org/dist/DBIx-Abstract/ Package: libdbix-class-candy-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 0.002100-1.2.201403181239 Depends: perl, libdbix-class-perl (>= 0.08123), libmro-compat-perl (>= 0.11), libnamespace-clean-perl (>= 0.18), libstring-camelcase-perl, liblingua-en-inflect-perl, libsub-exporter-perl (>= 0.982) Filename: 4.0-0/all/libdbix-class-candy-perl_0.002100-1.2.201403181239_all.deb Size: 17178 MD5sum: e59ab41f6956483ac39c9b4d9abcb632 SHA1: 16491857ad186258742c3e807a9a44aa2d7c6228 SHA256: c64d39c8668fc835e21bdf7a25262c5b600c82dd6cba4f8de30365c367222e1e Description: module providing syntax sugar for DBIx::Class DBIx::Class::Candy is a Perl module that provides syntactic sugar for result definitions for DBIx::Class (see libdbix-class-perl). It reduces repetitive boilerplate and provides more concise aliases for methods, simplifying the definition and maintenance of your schema. Homepage: http://search.cpan.org/dist/DBIx-Class-Candy/ Package: libdbix-class-cursor-cached-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.001002-1.4.201403181242 Depends: perl, libdbix-class-perl (>= 0.08124), libcarp-clan-perl Filename: 4.0-0/all/libdbix-class-cursor-cached-perl_1.001002-1.4.201403181242_all.deb Size: 7056 MD5sum: b46e7958a8678f6fa03942d05637be00 SHA1: 086c361fbacb28a4631be6c409314b56275018ec SHA256: aef15215b1e0614e4b666be5eb384b55aed248646f21e25efd65e803065d9898 Description: cursor object with built-in caching support DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with built-in caching support. It allows for traversal of an arbitrary result set using "next", retrieving all results with "all" and resetting the cursor with "reset." Moreover, it caches your results to increase speed. Homepage: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/ Package: libdbix-class-datetime-epoch-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403181246 Depends: perl, libdatetime-perl, libdbix-class-perl (>= 0.08103), libdbix-class-timestamp-perl Filename: 4.0-0/all/libdbix-class-datetime-epoch-perl_0.09-1.4.201403181246_all.deb Size: 8782 MD5sum: 177e75105c667d692ff0edeb380c60a1 SHA1: bc12033e7957f59de4a650cd4ab236abb7f14b8d SHA256: 097c866dfc50cc4df3a73f39f35fd7360e39cfcfe5dba1133c1da7100977e35a Description: extension for creating DateTime objects from columns DBIx::Class::DateTime::Epoch is an extension to DBIx::Class which creates DateTime (see libdatetime-perl) objects from column data on-the-fly. It is able to manipulate UNIX epoch data stored as an integer or varchar. Homepage: http://search.cpan.org/dist/Dbix-Class-DateTime-Epoch/ Package: libdbix-class-dynamicdefault-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403181249 Depends: perl, libdbix-class-perl (>= 0.08127) Filename: 4.0-0/all/libdbix-class-dynamicdefault-perl_0.04-1.4.201403181249_all.deb Size: 7354 MD5sum: 2205bee99b54535557c420927e2603b7 SHA1: 2eb20a771570123948ac2c38ecb07a37806fad8b SHA256: 9d8a5be45cf47d671d66252e630c54849145ac37ae480aef269cb527daa26076 Description: dbix-class extension to automatically set and update fields DBIx::Class::DynamicDefault provides a callback-based interface to inject sufficiently complex default values into a field upon row creation and subsequent updates of that row. Homepage: http://search.cpan.org/dist/DBIx-Class-DynamicDefault/ Package: libdbix-class-encodedcolumn-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Debian Perl Group Architecture: all Version: 0.00011-1.4.201403181253 Depends: perl, libdbix-class-perl, libsub-name-perl Suggests: libcrypt-eksblowfish-perl, libdigest-whirlpool-perl Filename: 4.0-0/all/libdbix-class-encodedcolumn-perl_0.00011-1.4.201403181253_all.deb Size: 26678 MD5sum: e276f28e86a06ea1be8dcc6dd9264e58 SHA1: d6a9c65e4d74be21cbcf8ec9a82c54a8cfa68537 SHA256: 7c34c850feb6ef8892b16d2b321b895424c9def2bbff5169ce6fc99313502e2e Description: extension to encode column values automatically DBIx::Class::EncodedColumn is a DBIx::Class component which can automatically encode a column's contents whenever the value of that column is set, similar to DBIx::Class::DigestColumns. Any data you write is automatically converted on-the-fly and, in contrast to DigestColumns, any arbitrary message digest or encryption method can be supported through an appropriate encoding class. Homepage: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ Package: libdbix-class-helpers-perl Priority: optional Section: perl Installed-Size: 235 Maintainer: Debian Perl Group Architecture: all Version: 2.013002-1.3.201403190932 Depends: perl, libcarp-clan-perl (>= 6.04), libdbd-sqlite3-perl, libdbix-class-candy-perl, libdbix-class-perl (>= 0.08127), liblingua-en-inflect-perl, libnamespace-clean-perl (>= 0.23), libstring-camelcase-perl, libsub-exporter-perl Filename: 4.0-0/all/libdbix-class-helpers-perl_2.013002-1.3.201403190932_all.deb Size: 108236 MD5sum: 0f4e29852fbcb78bd0019ef2581dc136 SHA1: aa87fb4d5b26a4dcb55503ad0da38daa1d09ee87 SHA256: 69fc6882bc7f9d0a9eea19008b2d4df7108c9464a906f11fd07133a08b4faead Description: collection of helpers for DBIx::Class DBIx::Class::Helpers bundles many useful helpers for DBIx::Class that simplify the common case stuff. Homepage: http://search.cpan.org/dist/DBIx-Class-Helpers/ Package: libdbix-class-htmlwidget-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Al Nikolov Architecture: all Version: 0.16-2.4.201403181258 Depends: perl, libhtml-widget-perl (>= 1.10), libdbix-class-perl (>= 0.05) Filename: 4.0-0/all/libdbix-class-htmlwidget-perl_0.16-2.4.201403181258_all.deb Size: 9326 MD5sum: ece3e357b9a4d934b84e0ea278618a30 SHA1: eddafa18ab5b35171be34079bb2510e12a042d8a SHA256: 14186afe32d127dfe8c543a9da24bdaab555fc50935192fecee2e834153d45a0 Description: Like FromForm but with DBIx::Class and HTML::Widget Something like Class::DBI::FromForm / Class::DBI::FromCGI but using HTML::Widget for form creation and validation and DBIx::Class as a ORM. Homepage: http://search.cpan.org/~andremar/DBIx-Class-HTMLWidget/ Package: libdbix-class-inflatecolumn-ip-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.02002-1.2.201403181300 Depends: perl, libdbix-class-perl, libnetaddr-ip-perl Filename: 4.0-0/all/libdbix-class-inflatecolumn-ip-perl_0.02002-1.2.201403181300_all.deb Size: 8090 MD5sum: a6a755e352283a517d4062c9b803e347 SHA1: a168a12ce7118e90b3e95f7327fed51a45f804d0 SHA256: 9d7f3c85fc8cc147416cfde0f04d25c71cc369a6fd3f7a7fee4dcea7e3850971 Description: extension for creating NetAddr::IP objects from columns DBIx::Class::InflateColumn::IP is an extension to DBIx::Class which creates NetAddr::IP (see libnetaddr-ip-perl) objects from column data on-the-fly. It supports columns stored as an integer or varchar, as well as custom address classes. Homepage: http://search.cpan.org/dist/DBIx-Class-InflateColumn-IP/ Package: libdbix-class-introspectablem2m-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.001001-1.4.201403181304 Depends: perl, libdbix-class-perl Filename: 4.0-0/all/libdbix-class-introspectablem2m-perl_0.001001-1.4.201403181304_all.deb Size: 7010 MD5sum: 6369f17f8450fff1db88d625b1f49832 SHA1: 3012bb5c4772b6f1e94607020a88394cfd1bfcf8 SHA256: a968fbc4c200822099136a061866f594dd2d4ac670e6a3bd6e532b7bb1c9ff79 Description: Introspection of many-to-many DBIx::Class relationships Because DBIx::Class many-to-many relationships are not actual relationships, they cannot be introspected with DBIx::Class. They are actually just a collection of convenience methods that bridge two actual relationships. . DBIx::Class::IntrospectableM2M can be used to store all relevant information about these M2M relationships so they can later be introspected and examined. Homepage: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/ Package: libdbix-class-perl Priority: optional Section: perl Installed-Size: 1813 Maintainer: Debian Perl Group Architecture: all Version: 0.08196-3.4.201403181310 Depends: perl (>= 5.10.1), libclass-accessor-grouped-perl (>= 0.10000), libconfig-any-perl (>= 0.20), libclass-c3-componentised-perl (>= 1.0005), libclass-inspector-perl (>= 1.24), libcontext-preserve-perl, libdata-compare-perl (>= 1.22), libdata-dumper-concise-perl (>= 2.020), libdata-page-perl, libdbi-perl (>= 1.570), libmodule-find-perl (>= 0.06), libnamespace-clean-perl (>= 0.14), libpath-class-perl (>= 0.18), libscope-guard-perl, libsql-abstract-perl (>= 1.72), libsub-name-perl, libtry-tiny-perl (>= 0.04) Recommends: libsql-translator-perl (>= 0.11006) Suggests: libgetopt-long-descriptive-perl (>= 0.081), libhash-merge-perl (>= 0.12), libjson-any-perl (>= 1.22), libmath-base36-perl, libmoose-perl (>= 0.98), libmoosex-types-json-perl, libmoosex-types-path-class-perl, libmoosex-types-perl (>= 0.21), libnamespace-autoclean-perl (>= 0.09), libtext-csv-perl (>= 1.16) Filename: 4.0-0/all/libdbix-class-perl_0.08196-3.4.201403181310_all.deb Size: 803326 MD5sum: c54a8efbfe1025020a44f928e619bba2 SHA1: 758a2f65944ef85310bce90f2a99fa232121bc82 SHA256: c8ad88d6d6cdc1c94019e6c9a6bca480bff1fd58f2ce52575697dafd8adee79a Description: extensible and flexible object <-> relational mapper DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support. . DBIx::Class can handle multi-column primary and foreign keys, complex queries and database-level paging, and does its best to only query the database in order to return something you've directly asked for. If a resultset is used as an iterator it only fetches rows off the statement handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- and thread-safe out of the box (although your DBD may not be). Homepage: http://search.cpan.org/dist/DBIx-Class/ Package: libdbix-class-resultset-recursiveupdate-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group Architecture: all Version: 0.25-1.2.201403181318 Depends: perl, libcarp-clan-perl, libdbix-class-introspectablem2m-perl, libdbix-class-perl Filename: 4.0-0/all/libdbix-class-resultset-recursiveupdate-perl_0.25-1.2.201403181318_all.deb Size: 16702 MD5sum: eaf206a3fe3d09d063231e81857888e0 SHA1: ab7baa30f9218b52996edd894f5ae7c1d2bf6f89 SHA256: 99388830127af2a89e21716580e001f78ae486e466079f91dba1b6f96861cf81 Description: module for recursive updates of DBIx::Class::ResultSets You can feed the ->create method of DBIx::Class with a recursive datastructure and have the related records created. Unfortunately you cannot do a similar thing with update_or_create. . DBIx::Class::ResultSet::RecursiveUpdate tries to fill that void . It is a base class for DBIx::Class::ResultSet providing the method recursive_update which works just like update_or_create but can recursively update or create result objects composed of multiple rows. Homepage: http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate/ Package: libdbix-class-schema-loader-perl Priority: optional Section: perl Installed-Size: 549 Maintainer: Debian Perl Group Architecture: all Version: 0.07025-1.4.201403181322 Depends: perl (>= 5.10.1), libcarp-clan-perl, libclass-accessor-grouped-perl (>= 0.10002), libclass-c3-componentised-perl (>= 1.0008), libclass-inspector-perl (>= 1.27), libclass-unload-perl, libconfig-any-perl, libconfig-general-perl, libdata-dump-perl, libdbix-class-perl (>= 0.08127), libhash-merge-perl, liblingua-en-inflect-number-perl, liblingua-en-inflect-perl, liblingua-en-inflect-phrase-perl, liblingua-en-tagger-perl, liblist-moreutils-perl, libmoosex-markasmethods-perl, libmro-compat-perl, libnamespace-autoclean-perl, libnamespace-clean-perl (>= 0.20), libscope-guard-perl, libstring-camelcase-perl, libstring-toidentifier-en-perl, libsub-name-perl, libtask-weaken-perl, libtry-tiny-perl, libuniversal-require-perl Recommends: libmoose-perl (>= 1.12), libmoosex-nonmoose-perl Filename: 4.0-0/all/libdbix-class-schema-loader-perl_0.07025-1.4.201403181322_all.deb Size: 196080 MD5sum: 60135cfda5fc248b7a54ef17c9c1ee76 SHA1: b9ceab838fbc5b8ffb41397a159407bd182a7c47 SHA256: ea0808e7dd1bde4daf4311849932bf153ca431014a6908e2e1078200998dc227 Description: module to automate definition of a DBIx::Class::Schema DBIx::Class::Schema::Loader is an extension to DBIx::Class that automates the definition of a DBIx::Class::Schema by scanning table schemas and setting up columns and primary keys appropriately. It supports MySQL, PostgreSQL, SQLite and DB2. . Bare table definitions are fairly straightforward, but relationship creation is somewhat heuristic, especially with respect to choosing relationship types and names, as well as join types. The relationships generated by this module will probably never be as well-defined as hand-generated ones. Homepage: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/ Package: libdbix-class-timestamp-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.4.201403181329 Depends: perl, libdatetime-perl (>= 2:0.5500), libdbix-class-dynamicdefault-perl, libdbix-class-perl Filename: 4.0-0/all/libdbix-class-timestamp-perl_0.14-1.4.201403181329_all.deb Size: 7944 MD5sum: 739273a3d9c8f32f807cc32ff43fc240 SHA1: be20a2419f7b87aee40bfcfe9269f184b7c25226 SHA256: 3441ebf2318951cc429471cc61dfd6b9c31061244986742ba6513ab293ccfda6 Description: DBIx::Class extension to update and create date and time based fields DBIx::Class::TimeStamp works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table. Homepage: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Package: libdbix-class-tree-nestedset-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.2.201403181333 Depends: perl, libdbicx-testdatabase-perl, libdbix-class-perl Filename: 4.0-0/all/libdbix-class-tree-nestedset-perl_0.10-1.2.201403181333_all.deb Size: 19700 MD5sum: 68a41e8ce916b7124144a00907051159 SHA1: 668c783f385652bcb35195b80fe9bb84b87ac01b SHA256: 5f7e463f9cad3994b5322768eb71929a031e7b86f03076a383356ad94f185802 Description: module to manage trees of data using the nested set model The module DBIx::Class::Tree::NestedSet provides methods for working with nested set trees. The nested tree model is a way of representing hierarchical information in a database. This takes a different approach to the Adjacency List implementation. Homepage: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/ Package: libdbix-connector-perl Priority: optional Section: perl Installed-Size: 122 Maintainer: Debian Perl Group Architecture: all Version: 0.52-1.2.201403181340 Depends: perl, libdbi-perl Filename: 4.0-0/all/libdbix-connector-perl_0.52-1.2.201403181340_all.deb Size: 44732 MD5sum: 93070804426b087d29744b41a995763e SHA1: a663c60ab61cece61d288a20955c236c2ce658ce SHA256: 3d21b0479a2111bd6e6f6711d07ca1add5b41e94f03d334b0d45aa58c27c4fc1 Description: fast and safe DBI connection and transaction management DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead. DBIx::Connector lets you do that without having to worry about dropped or corrupted connections. Homepage: http://search.cpan.org/dist/DBIx-Connector/ Package: libdbix-contextualfetch-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 1.03-3.4.201403181342 Depends: perl, libdbi-perl (>= 1.35) Filename: 4.0-0/all/libdbix-contextualfetch-perl_1.03-3.4.201403181342_all.deb Size: 9162 MD5sum: 80b9557e40e9dd66251a55dee45a96f5 SHA1: fb5e0c28579c07525a8e64af08846a45b3eb2a3f SHA256: 6488fde671da1cf1d86580b0ea9c46f52fa888dfe337541d55526c3ad85819fa Description: module to add context aware fetches to DBI The Perl database independent interface - DBI - does not take much advantage of Perl's context sensitivity. This is the situation where a Perl subroutine knows whether the caller wants a single scalar value or a list of them to be returned. . DBIx::ContextualFetch is a sub-class of DBI which redefines some of the various fetch methods to fix this oversight. It also adds a few new methods for convenience (though not necessarily efficiency). Much of this code was originally part of the IMA::DBI Perl module (libima-dbi-perl package). Homepage: http://search.cpan.org/dist/DBIx-ContextualFetch/ Package: libdbix-datasource-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Ivan Kohler Architecture: all Version: 0.02-3.4.201403181348 Depends: perl, libdbi-perl Suggests: libdbd-pg-perl | libdbd-mysql-perl Filename: 4.0-0/all/libdbix-datasource-perl_0.02-3.4.201403181348_all.deb Size: 14630 MD5sum: 4857d0c1c04d19300ef239e1a604a363 SHA1: f9146965d93639c63c71384d8b3bba5ae5922ddc SHA256: fddf18784b1add56a7ce64ddd48295b6af161ceeb44dc013582044a4db551bed Description: Database-independent create and drop functions This module implements create_database and drop_database functions for databases. It aims to provide a common interface to database creation and deletion regardless of the actual database being used. . Currently supported databases are MySQL and PostgreSQL. Assistance adding support for other databases is welcomed and relatively simple - see DBIx::DataSource::Driver. Package: libdbix-dbschema-perl Priority: optional Section: perl Installed-Size: 187 Maintainer: Ivan Kohler Architecture: all Version: 0.40-2.4.201403181354 Depends: perl, libdbi-perl, libfreezethaw-perl Filename: 4.0-0/all/libdbix-dbschema-perl_0.40-2.4.201403181354_all.deb Size: 68810 MD5sum: 85d24082b5d62c0ccd8f08b959ba6caf SHA1: e44f968eb65a9659640608f4726ec36492ca9f79 SHA256: a0e050d80f9e109aac74ec850dbb96ef9fe12eba3ffa49b76189ad6ab0238cb8 Description: Database-independent schema objects DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and represent a database schema. . This module implements an OO-interface to database schemas. Using this module, you can create a database schema with an OO Perl interface. You can read the schema from an existing database. You can save the schema to disk and restore it from a different process. Most importantly, DBIx::DBSchema can write SQL CREATE statements for different databases from a single source. . Currently supported databases are MySQL, PostgreSQL, Oracle, Sybase and SQLite. DBIx::DBSchema will attempt to use generic SQL syntax for other databases. Assistance adding support for other databases is welcomed. See the DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class". Package: libdbix-dbstag-perl Priority: optional Section: perl Installed-Size: 326 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.2.201403181357 Depends: perl, libdata-stag-perl, libdbd-pg-perl, libdbi-perl, libdbix-dbschema-perl, libparse-recdescent-perl, libxml-perl Filename: 4.0-0/all/libdbix-dbstag-perl_0.12-1.2.201403181357_all.deb Size: 120290 MD5sum: d74d0b80a19686f1669c5cfab926d2b3 SHA1: 4e467d5dec0fa04898b96cfbf2a4399e475375a5 SHA256: 68c474c3bfaa0af2c50a04224ddfaa568f798b578b1f4e941e6a3a823c6d703d Description: module providing relational database to hierarchical mapping The module DBIx::DBStag is for mapping from databases to Stag objects (Structured Tags - see the Data::Stag manpage), which can also be represented as XML. It has two main uses: . Querying This module can take the results of any SQL query and decompose the flattened results into a tree data structure which reflects the foreign keys in the underlying relational schema. It does this by looking at the SQL query and introspecting the database schema, rather than requiring metadata or an object model. . In this respect, the module works just like a regular the DBI manpage handle, with some extra methods provided. . Storing Data DBStag objects can store any tree-like datastructure (such as XML documents) into a database using normalized schema that reflects the structure of the tree being stored. This is done using little or no metadata. . XML can also be imported, and a relational schema automatically generated. Homepage: http://search.cpan.org/dist/DBIx-DBStag/ Package: libdbix-dr-perl Priority: extra Section: perl Installed-Size: 111 Maintainer: Dmitry E. Oboukhov Architecture: all Version: 0.19-1.2.201403181402 Depends: perl, libdbi-perl, libmouse-perl Filename: 4.0-0/all/libdbix-dr-perl_0.19-1.2.201403181402_all.deb Size: 32898 MD5sum: e77a6a6650e031731e82d89048128e8f SHA1: ce0666c2419e6aeaf17a9a35fcd54b1cf064955e SHA256: 7a255935fbcba5515a295a68603f93d402964cda10fe020de046a293cef7d50e Description: easy DBI helper The package extends DBI and allows You: . * to use perl inside Your SQL requests; * to bless resultsets into Your package; * to place Your SQL's into dedicated directory; * to use usual DBI methods. Homepage: http://search.cpan.org/dist/DBIx-DR/ Package: libdbix-easy-perl Priority: optional Section: perl Installed-Size: 207 Maintainer: Stefan Hornburg (Racke) Architecture: all Source: dbix-easy-perl Version: 0.17-1.4.201403190650 Depends: perl, libdbi-perl Recommends: libterm-readkey-perl, libtext-csv-perl Suggests: libdbd-mysql-perl | libdbd-pg-perl Filename: 4.0-0/all/libdbix-easy-perl_0.17-1.4.201403190650_all.deb Size: 63378 MD5sum: 631901100e7626eb87aa3592fb200b17 SHA1: ac7c60e3c45f4ec7b3618bb21a3990b646618ae5 SHA256: 4c5fd02ffdc95cdd21f331bc21952920a072ffae1c019f8777a5906bef45fd59 Description: Easy to Use DBI Interface DBIx::Easy is an easy to use DBI interface. Currently the Pg, mSQL, mysql, sybase and ODBC drivers are supported. Note that you also need one of the DBD::* drivers to use this module. For additional information please refer to the manpage. Package: libdbix-fulltextsearch-perl Priority: optional Section: perl Installed-Size: 155 Maintainer: Dominic Hargreaves Architecture: all Version: 0.73-10.4.201403181406 Depends: perl, libparse-recdescent-perl, libdbd-mysql-perl, libwww-perl Filename: 4.0-0/all/libdbix-fulltextsearch-perl_0.73-10.4.201403181406_all.deb Size: 52576 MD5sum: 643db4513261ace4c68c9d34dcfb5734 SHA1: 15f87850231dec6493afdd02e5e130511eec11d6 SHA256: 4cd1ccddaeda54cdf5d4c6237bbdae1623098e3c915fd28f2eeb0f4a46f4d1bc Description: Indexing documents with MySQL as storage DBIx::FullTextSearch is a flexible solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for matches. For DBIx::FullTextSearch, a document is nearly anything -- Perl scalar, file, Web document, database field. . The basic style of interface is shown above. What you need is a MySQL database and a DBI with DBD::mysql. Then you create a DBIx::FullTextSearch index -- a set of tables that maintain all necessary information. Once created it can be accessed many times, either for updating the index (adding documents) or searching. . DBIx::FullTextSearch uses one basic table to store parameters of the index. Second table is used to store the actual information about documents and words, and depending on the type of the index (specified during index creation) there may be more tables to store additional information (like conversion from external string names (eg. URL's) to internal numeric form). For a user, these internal thingies and internal behaviour of the index are not important. The important part is the API, the methods to index document and ask questions about words in documents. However, certain understanding of how it all works may be useful when you are deciding if this module is for you and what type of index will best suit your needs. Homepage: http://search.cpan.org/dist/DBIx-FullTextSearch/ Package: libdbix-oo-perl Priority: optional Section: perl Installed-Size: 155 Maintainer: Debian Perl Group Architecture: all Version: 0.0.9-3.4.201403181408 Depends: perl (>= 5.9.4), libclass-data-inheritable-perl, libdbi-perl, libsql-abstract-perl Filename: 4.0-0/all/libdbix-oo-perl_0.0.9-3.4.201403181408_all.deb Size: 51474 MD5sum: ae6378850a23bdc8a7879b3fd65df572 SHA1: c913418da4475068be0936adf6513e6c11c844b5 SHA256: b0b14f5296ac430693fa36c58de54a87981eff83668d1ef441e39af0089bcf23 Description: database to Perl objects abstraction layer DBIx::OO has been inspired by the wonderful Class::DBI. It is a database-to-Perl-Objects abstraction layer, allowing you to interact with a database using common Perl syntax. Homepage: http://search.cpan.org/dist/DBIx-OO/ Package: libdbix-password-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.9-1.4.201403181412 Depends: perl, libdbi-perl Filename: 4.0-0/all/libdbix-password-perl_1.9-1.4.201403181412_all.deb Size: 10906 MD5sum: 628f9347f514cdf1722fe2da138cfce0 SHA1: f77a7a8381168f18c98e04b5b24c934e50658967 SHA256: 42bc7a47f166dfb958b0356fff7f89092e595c3b001a301bdd59294519412a1a Description: Perl module for creating a global password file for DB passwords Don't you hate keeping track of database passwords and such throughout your scripts? How about the problem of changing those passwords on a mass scale? DBIx::Password is one possible solution. . It keeps track of all your virtual users, databases, password, etc. in one central file. Homepage: http://search.cpan.org/dist/DBIx-Password/ Package: libdbix-profile-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Ivan Kohler Architecture: all Version: 1.0-3.4.201403181414 Depends: perl, libtime-hires-perl, libdbi-perl Filename: 4.0-0/all/libdbix-profile-perl_1.0-3.4.201403181414_all.deb Size: 10170 MD5sum: ab9ae0a63a366dcb1b9806400b5b3f24 SHA1: 6ec87f55813d3f1c6b26522ab402d981c63f9eff SHA256: 4e54216717f39f105cd59bd3c4ad35193dc76c6efdadd3a5dc473680b7d7040a Description: DBI query profiler DBIx::Profile is a quick and easy, and mostly transparent, profiler for scripts using DBI. It collects information on the query level, and keeps track of first, failed, normal, and total amounts (count, wall clock, CPU time) for each function on the query. . NOTE: DBIx::Profile use Time::HiRes to clock the wall time and the old standby times() to clock the CPU time. The CPU time is pretty coarse. . DBIx::Profile can also trace the execution of queries. It will print a timestamp and the query that was called. This is optional, and occurs only when the environment variable DBIXPROFILETRACE is set to 1. (ex: (bash) export DBIXPROFILETRACE=1). Package: libdbix-recordset-perl Priority: optional Section: perl Installed-Size: 384 Maintainer: Debian Perl Group Architecture: all Version: 0.26-2.4.201403181421 Depends: libdbi-perl, perl Filename: 4.0-0/all/libdbix-recordset-perl_0.26-2.4.201403181421_all.deb Size: 125646 MD5sum: 6d078fc4def8d8a3747ce8818aaf690c SHA1: 3766637e7e6b486a275853f8a65ab94dab8f10e1 SHA256: b8ff4b56e2f2bf6ee70c632a1957a109b225aefbdd1847a40e0b48ee5cb77c60 Description: Perl extension for DBI recordsets DBIx::Recordset is a perl module for abstraction and simplification of database access. . The goal is to make standard database access (select/insert/update/delete) easier to handle and independent of the underlying DBMS. Special attention is made on web applications to make it possible to handle the state-less access and to process the posted data of form fields, but DBIx::Recordset is not limited to web applications. . DBIx::Recordset uses the DBI API to access the database, so it should work with every database for which a DBD driver is available (see also DBIx::Compat). . Most public functions take a hash reference as parameter, which makes it simple to supply various different arguments to the same function. The parameter hash can also be taken from a hash containing posted form fields like those available with CGI.pm, mod_perl, HTML::Embperl and others. Homepage: http://search.cpan.org/dist/DBIx-Recordset/ Package: libdbix-safe-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.2.5-1.4.201403181427 Depends: perl, libdbi-perl (>= 1.49) Filename: 4.0-0/all/libdbix-safe-perl_1.2.5-1.4.201403181427_all.deb Size: 14724 MD5sum: b667e47f1f2b5e89f2908f1a28a224a7 SHA1: f6862655bcad9600b4563fbc852f3e0876e78345 SHA256: a1bd0691cff7845bf8dec5980f331a1215dacd97d3fe0236be434bc6c91eb312 Description: Safe wrapper to DBI interface The purpose of this module is to give controlled, limited access to an application, rather than simply passing it a raw database handle through DBI. DBIx::Safe acts as a wrapper to the database, by only allowing through the commands you tell it to. It filters all things related to the database handle - methods and attributes. . The typical usage is for your application to create a database handle via a normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return you a DBIx::Safe object. After specifying exactly what is and what is not allowed, you can pass the object to the untrusted application. The object will act very similar to a DBI database handle, and in most cases can be used interchangeably. . By default, nothing is allowed to run at all. There are many things you can control. You can specify which SQL commands are allowed, by indicating the first word in the SQL statement (e.g. 'SELECT'). You can specify which database methods are allowed to run (e.g. 'ping'). You can specify a regular expression that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}). Finally, you can indicate which database attributes are allowed to be read and changed (e.g. 'PrintError'). For all of the above, there are matching methods to remove them as well. Homepage: http://search.cpan.org/dist/DBIx-Safe/ Package: libdbix-searchbuilder-perl Priority: optional Section: perl Installed-Size: 309 Maintainer: Debian Perl Group Architecture: all Version: 1.62-1.4.201403181430 Depends: perl, libcache-simple-timedexpiry-perl, libclass-accessor-perl, libclass-returnvalue-perl, libclone-perl, libdbd-pg-perl | libdbd-mysql-perl | libdbd-sqlite3-perl | libdbd-odbc-perl | libdbd-sqlite2-perl | libdbd-informix-perl | libdbd-sybase-perl, libdbix-dbschema-perl, libwant-perl Filename: 4.0-0/all/libdbix-searchbuilder-perl_1.62-1.4.201403181430_all.deb Size: 122216 MD5sum: 07552fecf37b0f0fdbf957c1d185948e SHA1: 830837868aa585ae6c77dbd8e4f5841cd3ed4b4a SHA256: f6c4f23b7c49d2105fd32b5ff13af6af72d28456c6236ef730f2eda5943ff04b Description: Perl implementation of a simple ORM DBIx::SearchBuilder is a simple implementation of an Object-Relational Mapper (ORM). It provides an object-oriented mechanism for retrieving and updating data in a DBI-accessible database. This module is similar in nature to other, more popular, solutions like Rose::DB::Object (see librose-db-object-perl) and DBIx::Class (libdbix-class-perl). Homepage: http://search.cpan.org/dist/DBIx-SearchBuilder/ Package: libdbix-sequence-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 1.5-2.4.201403181435 Depends: libdbi-perl Filename: 4.0-0/all/libdbix-sequence-perl_1.5-2.4.201403181435_all.deb Size: 21308 MD5sum: 905641130be20d571e623deb72170db6 SHA1: c36d55cd0c46db7856a18ae5d484a96532aba341 SHA256: bddc52f92b92fa40fde65635040caa16899c5a7590ec98416e567f450bc36f0c Description: simple SQL92 ID generator DBIx::Sequence is intended to give easier portability to Perl database application by providing a database independent unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. . This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl. Homepage: http://search.cpan.org/dist/DBIx-Sequence/ Package: libdbix-simple-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 1.32-1.4.201403181439 Depends: perl, libdbi-perl (>= 1.21) Recommends: libsql-abstract-perl, libtext-table-perl Filename: 4.0-0/all/libdbix-simple-perl_1.32-1.4.201403181439_all.deb Size: 34372 MD5sum: fb7d9ece069261ebb424de0638c2e4a4 SHA1: 9385a471435951a9f18d5c82ac4b57ef9114e915 SHA256: aad327ebb52f73a89064749d2db378e55148be9409a8b9ea55ff83e1976307a2 Description: Perl module implementing an simpler interface to DBI DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto standard database interface. This module is aimed at rapid development and easy maintenance of your codebase. A single method prepares and executes your queries, and the result object (which wraps the statement handle) provides easy row-by-row iteration and slurping methods. . The query method returns either a result object, or a dummy object. The dummy object returns undef (or an empty list) for all methods and when evaluated in boolean context, is false. The dummy object lets you postpone (or skip) error checking, but it also makes immediate error checking simple. Homepage: http://search.cpan.org/dist/DBIx-Simple/ Package: libdbix-xml-rdb-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.05-11.4.201403181444 Depends: perl, libdbi-perl Suggests: libxml-parser-perl Filename: 4.0-0/all/libdbix-xml-rdb-perl_0.05-11.4.201403181444_all.deb Size: 13292 MD5sum: 5fe7c03da82899c1743931b21f0476a8 SHA1: daa18535c0aa87be41e0d4bbc4389dce1620d9bd SHA256: c48fa53fa303bedfa16325626aed58f5661011ba866cfd3bbd1f1e9ae1c71103 Description: perl module for creating XML from a DBI datasource This module is a simple creator of XML data from DBI datasources. It allows you to easily extract data from a database, and manipulate later using XML::Parser. . Binary data is encoded using UTF-8. This is automatically decoded when parsing with XML::Parser. . The examples need libxml-parser-perl. Package: libdbix-xmlmessage-perl Priority: optional Section: perl Installed-Size: 124 Maintainer: Debian Perl Group Architecture: all Version: 0.05-9.4.201403181448 Depends: perl, libdbi-perl, libhtml-parser-perl, libxml-parser-perl Filename: 4.0-0/all/libdbix-xmlmessage-perl_0.05-9.4.201403181448_all.deb Size: 34830 MD5sum: 3b8c23a486474647c9bf1ecda5c3166f SHA1: cc799891088f468274841a0997bc00c090cb9d73 SHA256: 805b9008c6d0aa6b24c42f7a56808c0b77c117195f96b2d119361e979133d90e Description: perl module for exchanging XML messages between DBI data sources This module maintains simple XML templates that describe object structure. The module is capable of generating SQL statements based on these templates and executing them against DBI data sources. After executing the SQL, the package formats the data results into XML strings. . Inbound messages can be processed according to the same kind of templates and the database is updated accordingly. Templates are capable of defining the SQL operators, plus new SAVE operation which is basically a combination of SELECT and either INSERT or UPDATE depending on whether the record was found by the compound key value or not. Package: libdbm-deep-perl Priority: optional Section: perl Installed-Size: 352 Maintainer: Debian Perl Group Architecture: all Version: 2.0008-1.5.201403181451 Depends: perl Suggests: libdbi-perl, libdbd-sqlite3-perl (>= 1.25) | libdbd-mysql-perl Filename: 4.0-0/all/libdbm-deep-perl_2.0008-1.5.201403181451_all.deb Size: 121398 MD5sum: 55024c52449110318598d4a25d8633ed SHA1: 4fcae9de26ba1196b650353c953650de6f203231 SHA256: 56f580f729ee898976f9719e07c2624263abb4d1a4df994d0cf5a13f23da5b06 Description: pure perl multi-level hash/array DBM that supports transactions DBM::Deep is an unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys and unlimited levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Homepage: http://search.cpan.org/dist/DBM-Deep/ Package: libdbus-c++-doc Priority: optional Section: doc Installed-Size: 13092 Maintainer: Vincent Cheng Architecture: all Source: dbus-c++ Version: 0.9.0-6.4.201403190722 Suggests: libdbus-c++-dev Filename: 4.0-0/all/libdbus-c++-doc_0.9.0-6.4.201403190722_all.deb Size: 8752138 MD5sum: d942138318c2a764d9506bec08a57d45 SHA1: d32a2c4945407eb7612f219b1d402e7c8a422a57 SHA256: 12c68b8a142cd32452f4c2a2143fe5ee623e814960f6ce2a6f75a42a768bc85e Description: C++ API for D-Bus (documentation) Dbus-c++ attempts to provide a C++ API for D-Bus. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop. . This package includes the documentation files. Homepage: http://sourceforge.net/projects/dbus-cplusplus/ Package: libdbus-glib-1-doc Priority: optional Section: doc Installed-Size: 521 Maintainer: Utopia Maintenance Team Architecture: all Source: dbus-glib Version: 0.100.2-1.16.201403190734 Depends: lynx | www-browser Suggests: devhelp Filename: 4.0-0/all/libdbus-glib-1-doc_0.100.2-1.16.201403190734_all.deb Size: 180658 MD5sum: 88ba747a6a0fdd65b5fe0ef8bfa89043 SHA1: d46db26cdcd7bb2c674787c581dd3113b53c60cd SHA256: 3073d3333a66291d603f89b21872e48d53a9e56ebeb4281fc472295270bfbe80 Description: simple interprocess messaging system (GLib library documentation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides the HTML documentation for dbus-glib . See the dbus description for more information about D-Bus in general. Multi-Arch: foreign Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: libdbus-glib1.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 36 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp-glib Version: 0.5.0-4.2.201403190802 Depends: libdbus-glib1.0-cil (= 0.5.0-4.2.201403190802), libdbus1.0-cil-dev Filename: 4.0-0/all/libdbus-glib1.0-cil-dev_0.5.0-4.2.201403190802_all.deb Size: 3332 MD5sum: 2e2d5ac2d2f8a95b1bc2f8f132980a93 SHA1: bad6c8924066c7277f9d94ae9244faf6ff07de56 SHA256: 895b69c76fa0df49c72cd4f6f86157ae90bacfe2d7163ae03e8853666c4f4e94 Description: CLI implementation of D-Bus (GLib mainloop integration) - development files dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains development files for dbus-sharp-glib, and should be used for compilation. Homepage: http://github.com/mono/dbus-sharp-glib Package: libdbus-glib1.0-cil Priority: optional Section: cli-mono Installed-Size: 56 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp-glib Version: 0.5.0-4.2.201403190802 Depends: cli-common (>= 0.5.1), libdbus1.0-cil (>= 0.7), libglib2.0-0 (>= 2.32.3), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/libdbus-glib1.0-cil_0.5.0-4.2.201403190802_all.deb Size: 7724 MD5sum: 95838c0c149ded92135db3069469a856 SHA1: b1ee4829a91fc74aa5288101b2b27286e02e43b0 SHA256: 29524075f3600f532847b61c13b20f0e48b789c968a467b0b1fec23d9c84ccc8 Description: CLI implementation of D-Bus (GLib mainloop integration) dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides integration into the GLib mainloop and contains the dbus-sharp-glib library itself. Homepage: http://github.com/mono/dbus-sharp-glib Package: libdbus-java-doc Priority: optional Section: doc Installed-Size: 2533 Maintainer: Debian Java Maintainer Architecture: all Source: dbus-java Version: 2.8-4.10.201403190742 Depends: default-jdk-doc Recommends: libdbus-java Filename: 4.0-0/all/libdbus-java-doc_2.8-4.10.201403190742_all.deb Size: 518708 MD5sum: ffcc57cbd23726bc11db5fb3616b0397 SHA1: 9cf09f5909f7f767e20dc0eef7b0a1dfeea00758 SHA256: d00b1743a1fe0137756f56009fb75ab7247e11533a11a8de2f8110a48e3d3e9a Description: simple interprocess messaging system (Java interface documentation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides the documentation for the Java implementation of D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: libdbus-java Priority: optional Section: java Installed-Size: 196 Maintainer: Debian Java Maintainer Architecture: all Source: dbus-java Version: 2.8-4.10.201403190742 Depends: libmatthew-debug-java, libunixsocket-java Recommends: dbus-java-bin Suggests: libdbus-java-doc Filename: 4.0-0/all/libdbus-java_2.8-4.10.201403190742_all.deb Size: 152804 MD5sum: 1798af3d08800f29fed9ff126c2b4a22 SHA1: 9eae4a374b4ea49b262b3f5c1fe6ab5eba966929 SHA256: 8b99dacc7bcdc60debc0349b1cc0951160a6573ad3bef027216d342313e4b08b Description: simple interprocess messaging system (Java implementation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides an implementation of D-Bus in Java (Library). . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: libdbus-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbus Version: 0.7.2-1.4.201403170606 Depends: ruby-dbus Filename: 4.0-0/all/libdbus-ruby1.8_0.7.2-1.4.201403170606_all.deb Size: 3198 MD5sum: a6bf167de202e6d0a43777fcfc2bfa1a SHA1: b9d45b8ee3ea3c868c6bc7600db66a4a408e8b76 SHA256: 61161e3e59af92b3c0ee4e21220f199b73c0c3e4497f5e3dc33dbffccb07802d Description: Transitional package for ruby-dbus This is a transitional package to ease upgrades to the ruby-dbus package. It can safely be removed. Homepage: https://trac.luon.net/ruby-dbus Package: libdbus-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-dbus Version: 0.7.2-1.4.201403170606 Depends: ruby-dbus Filename: 4.0-0/all/libdbus-ruby_0.7.2-1.4.201403170606_all.deb Size: 3192 MD5sum: 83339ee676d13099e1fea1e3a0b78ea6 SHA1: 69a559ff8ff19a774fdd18c349f50e3e861d7708 SHA256: 5682fd2c72bd39737d2c5361a4ac843ef9b61fffc511186742b678db26944c05 Description: Transitional package for ruby-dbus This is a transitional package to ease upgrades to the ruby-dbus package. It can safely be removed. Homepage: https://trac.luon.net/ruby-dbus Package: libdbus1.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 36 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp Version: 0.7.0-5.7.201403190756 Depends: libdbus1.0-cil (= 0.7.0-5.7.201403190756) Filename: 4.0-0/all/libdbus1.0-cil-dev_0.7.0-5.7.201403190756_all.deb Size: 3682 MD5sum: 895cd2060c8e86e116bf0b94719547b9 SHA1: 1b047763c402fc171b290796664113718c8d4a89 SHA256: d3adcb501e999d68ddb09ea57137f418d19bb4c2fad683159cdaebe35806043c Description: CLI implementation of D-Bus - development files dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains development files for dbus-sharp, and should be used for compilation. Homepage: http://github.com/mono/dbus-sharp Package: libdbus1.0-cil Priority: optional Section: cli-mono Installed-Size: 165 Maintainer: Debian CLI Libraries Team Architecture: all Source: dbus-sharp Version: 0.7.0-5.7.201403190756 Depends: cli-common (>= 0.5.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libdbus1.0-cil_0.7.0-5.7.201403190756_all.deb Size: 55846 MD5sum: 34f9deb8a79824d72b79ec60ae24a75c SHA1: d39877fb308b061ae00fedf5839d7c56bea68647 SHA256: 45a4138f9ccbe3a3351a1f06a2482ba3e03fb7761eb4bf05fe965c015856bb0a Description: CLI implementation of D-Bus dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-sharp library itself. Homepage: http://github.com/mono/dbus-sharp Package: libdbusmenu-glib-doc Priority: optional Section: doc Installed-Size: 421 Maintainer: The Ayatana Packagers Architecture: all Source: libdbusmenu Version: 0.6.2-1.4.201403181646 Filename: 4.0-0/all/libdbusmenu-glib-doc_0.6.2-1.4.201403181646_all.deb Size: 89902 MD5sum: 3d0a1864cd7413ef5e7639e05f2c7dcd SHA1: ba0509b657ac43b7ccda209501b288cfe9cc3a24 SHA256: 5aa6846195f50415678a85864ac95b1419d0427b0f9542f8e4228da7aa56fb92 Description: library for passing menus over DBus - documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-glib. Homepage: https://launchpad.net/dbusmenu Package: libdbusmenu-gtk-doc Priority: optional Section: doc Installed-Size: 184 Maintainer: The Ayatana Packagers Architecture: all Source: libdbusmenu Version: 0.6.2-1.4.201403181646 Filename: 4.0-0/all/libdbusmenu-gtk-doc_0.6.2-1.4.201403181646_all.deb Size: 75194 MD5sum: a3e20acf5898b6b65bba651c58ffb1a9 SHA1: 0af2e781727466177931d6b7c216caa3e166f3d6 SHA256: 80395010d2e4489a6e586a4eef85f261b11d9b15fb072b6aece95af810590384 Description: library for passing menus over DBus - GTK+ version documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-gtk. Homepage: https://launchpad.net/dbusmenu Package: libdc1394-22-doc Priority: extra Section: doc Installed-Size: 1381 Maintainer: Guus Sliepen Architecture: all Source: libdc1394-22 Version: 2.2.0-2.8.201403181707 Filename: 4.0-0/all/libdc1394-22-doc_2.2.0-2.8.201403181707_all.deb Size: 630468 MD5sum: e12e8cdbb23a099125767720929695ab SHA1: 6aaa8f75897acdea23698aaac217c2d6211a9de9 SHA256: f11e84718a14b17c39989fae1b019e19dfc19ff11c3b57bb8b63464ffff5b82a Description: high level programming interface for IEEE1394 digital camera - documentation libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). . This package contains the documentation. Homepage: http://damien.douxchamps.net/ieee1394/libdc1394/ Package: libdconf-doc Priority: optional Section: doc Installed-Size: 139 Maintainer: Debian GNOME Maintainers Architecture: all Source: d-conf Version: 0.12.1-3.2.201403190124 Filename: 4.0-0/all/libdconf-doc_0.12.1-3.2.201403190124_all.deb Size: 20544 MD5sum: 9e92fa2f876e19dc6a7178067be84d3f SHA1: 65cb204f5089a4ebb0e7322b995bf5470535c33b SHA256: 3db0c56224c7abf81c3f264bb8dff9980e0f0fa67cf29e56ce4538c970cdda6a Description: simple configuration storage system - documentation DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the documentation in devhelp format. Homepage: http://live.gnome.org/dconf Package: libdebian-copyright-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.1-1.2.201403181718 Depends: perl, libparse-debcontrol-perl, libtie-ixhash-perl, libarray-unique-perl, libclass-accessor-perl Filename: 4.0-0/all/libdebian-copyright-perl_0.1-1.2.201403181718_all.deb Size: 23824 MD5sum: c0fa0c2823dd3c8745d1c90f44974763 SHA1: 094d917f8a32ee66631a5ad1be3cfc14aae6d873 SHA256: 462e01434ea4011c2a198ce66919141ef8ca551551c648c5d47d36ea9a333ef4 Description: perl module to parse, merge and write Debian copyright files Debian::Copyright can be used for the representation, manipulation and merging of Debian copyright files in an object-oriented way. It provides easy reading and writing of the debian/copyright file found in Debian source packages. Homepage: http://search.cpan.org/dist/Debian-Copyright/ Package: libdebian-dpkgcross-perl Priority: extra Section: perl Installed-Size: 89 Maintainer: Debian Embedded Group Architecture: all Source: dpkg-cross Version: 2.6.7.12.201403201644 Depends: perl, file, dpkg-dev (>> 1.14.6), libfile-temp-perl, libconfig-auto-perl, libfile-homedir-perl, liblocale-gettext-perl Filename: 4.0-0/all/libdebian-dpkgcross-perl_2.6.7.12.201403201644_all.deb Size: 29874 MD5sum: 73c5ddf5b1eae1c6a2e5f4685b8a7049 SHA1: 8850b39752bc320c274e2be03c440239c2cc1755 SHA256: d8bd400d1ded8a7cbe6db86304a36fd6f6b719a13bec74fcbb583070be42f409 Description: functions to aid cross-compiling Debian packages Debian::DpkgCross is a module of perl functions to aid installing libraries and headers for cross compiling. Homepage: http://dpkg-cross.alioth.debian.org/ Package: libdebian-package-html-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Jose Parrella Architecture: all Version: 0.1-2.4.201403181730 Depends: perl, libhtml-template-perl (>= 2.6-2) Filename: 4.0-0/all/libdebian-package-html-perl_0.1-2.4.201403181730_all.deb Size: 10798 MD5sum: 312893d9f07a6b5f659ca34f532351ab SHA1: 46e0c5120cbd26e787155435040d934ed7f59bac SHA256: ef660722de0ac530cc40a333450c3d81cfd7602709fe9b005c17e8f4c3f15e5d Description: generates HTML from a Debian source/binary package This module outputs a webpage using HTML::Template templates which resumes the information of a normal build environment for a package in Debian (source files, binary packages and changelogs) using Linda/Lintian for sanity checks. It is useful for making unified presentation webpages for those packages which are being sponsorized by someone in Debian. Package: libdebian-packages-compare-perl Priority: extra Section: perl Installed-Size: 104 Maintainer: Neil Williams Architecture: all Source: emdebian-grip Version: 3.0.7.8.201403212352 Depends: perl, libparse-debcontrol-perl, libparse-debian-packages-perl Filename: 4.0-0/all/libdebian-packages-compare-perl_3.0.7.8.201403212352_all.deb Size: 27736 MD5sum: 05ab1cb3d5204b8b380c05e1b19f6f4d SHA1: bb935026262bed5bda2b6a181f23f8f5c24865aa SHA256: ea2a53eccfdb62f0781d4497020e84cd20259cfb9eb4e83ccbc8bb0ac74f445e Description: emdebian repository comparison support Parse Packages and Sources.gz files from a local repository, or set of local repositories, compare the source and binary versions and produce lists of packages that need to be updated in unstable or migrated into testing. . Used by emdebian-grip-server to identify packages needing updates. Homepage: http://www.emdebian.org/grip/ Package: libdebug-client-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Debian Perl Group Architecture: all Version: 0.20-1.4.201403181739 Depends: perl (>= 5.13.10), libpadwalker-perl, libterm-readline-perl-perl Recommends: libpadwalker-perl (>= 1.92) Filename: 4.0-0/all/libdebug-client-perl_0.20-1.4.201403181739_all.deb Size: 21466 MD5sum: d2ae92d44002839353601f75696d3aa5 SHA1: 45e204c455a2b82fee82a4b66cb87d34e958573f SHA256: 570f8d6ca9542606ea93b59a4434d19c24ceb58ed724657ccda9c5c90e9ee99d Description: module to debug Perl programs remotely Debug::Client is a Perl module designed to facilitate remote debugging of your Perl software. Its interface consists of connecting to a remote Perl session, permitting manipulation of breakpoints and providing stack traces or variable values where needed. Homepage: http://search.cpan.org/dist/Debug-Client/ Package: libdebug-trace-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.04-4.4.201403181746 Depends: perl Filename: 4.0-0/all/libdebug-trace-perl_0.04-4.4.201403181746_all.deb Size: 10114 MD5sum: 143b4ea11e246391622bf083a5e79c42 SHA1: ef6375a350d7877de3c84d9e34ee56ebdc8c185a SHA256: 8fe8a63ac41cda67505df160b1dd4f3303dca08c945e3a19c42832c0f1da58fd Description: module to trace Perl subroutine calls Debug::Trace is a Perl module that can trace information upon every call and return of Perl function. It does not require any changes to the sources. Package: libdee-doc Priority: optional Section: doc Installed-Size: 696 Maintainer: Kartik Mistry Architecture: all Source: dee Version: 1.0.10-3.3.201403200818 Suggests: devhelp Filename: 4.0-0/all/libdee-doc_1.0.10-3.3.201403200818_all.deb Size: 80762 MD5sum: 93eab573d16c20bcb59f4858dd627ef3 SHA1: 46484d2d750aecffe04189de3184591ab91f146d SHA256: b6146f39b1a4b84f114591bcca69011709411612022f1f062c3b12ba7504a27c Description: model to synchronize mutiple instances over DBus - documentation libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains the documentation. Homepage: https://launchpad.net/dee Package: libdelimmatch-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Peter Eisentraut Architecture: all Source: delimmatch Version: 1.06a-4.4.201403191642 Depends: perl Filename: 4.0-0/all/libdelimmatch-perl_1.06a-4.4.201403191642_all.deb Size: 15076 MD5sum: 3985612a33fea48f252a1a5563c2bb79 SHA1: d882fcceb52c63aa882898d78cbab2e6eb1aaaad SHA256: b9fa60983cffcd7a43b79d77871fd18152721bb0bd59f979bafd4efaa44698bc Description: Perl module to match delimited substrings DelimMatch allows you to match delimited substrings in a buffer. The delimiters can be specified with any regular expression and the start and end delimiters need not be the same. If the delimited text is properly nested, entire nested groups are returned. . In addition, you may specify quoting and escaping characters that contribute to the recognition of start and end delimiters. Homepage: http://search.cpan.org/dist/DelimMatch/ Package: libdeprecated-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-deprecated Version: 3.0.0-1.4.201403170624 Depends: ruby-deprecated Filename: 4.0-0/all/libdeprecated-ruby1.8_3.0.0-1.4.201403170624_all.deb Size: 2696 MD5sum: cc64dea3960f6851074559771db827fe SHA1: 3c266827d29dc3e6252e067e50b04de84501c4f8 SHA256: 5bd0374c4814a1577160fd7cf9437a068f27d8dae0d6356a10d2b1a865b58597 Description: Transitional package for ruby-deprecated This is a transitional package to ease upgrades to the ruby-deprecated package. It can safely be removed. Homepage: https://github.com/erikh/deprecated Package: libdeprecated-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-deprecated Version: 3.0.0-1.4.201403170624 Depends: ruby-deprecated Filename: 4.0-0/all/libdeprecated-ruby1.9.1_3.0.0-1.4.201403170624_all.deb Size: 2704 MD5sum: 578485ef43d8530105678a13da343e48 SHA1: 819f58ee6d906a61534f829ed091f09d8bc99d11 SHA256: 69747af1679258101509e48851dc830d27f7be325323e871806bb9d5609eb49c Description: Transitional package for ruby-deprecated This is a transitional package to ease upgrades to the ruby-deprecated package. It can safely be removed. Homepage: https://github.com/erikh/deprecated Package: libdeprecated-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-deprecated Version: 3.0.0-1.4.201403170624 Depends: ruby-deprecated Filename: 4.0-0/all/libdeprecated-ruby_3.0.0-1.4.201403170624_all.deb Size: 2696 MD5sum: 3a4f98eddb1ca354138164afeff044b8 SHA1: f35bb259b2c6247d534152c18968a82a191295e0 SHA256: 0febad3342490e941c5ae7c5a6b6f4b276d293169db7530b9812a38d568ff394 Description: Transitional package for ruby-deprecated This is a transitional package to ease upgrades to the ruby-deprecated package. It can safely be removed. Homepage: https://github.com/erikh/deprecated Package: libdeps-perl Priority: optional Section: perl Installed-Size: 123 Maintainer: Yann Dirson Architecture: all Source: deps Version: 0.13-1.1.4.201403191718 Replaces: graph-includes (<< 0.12) Depends: libset-object-perl, perl Recommends: libdeps-renderer-dot-perl | libdeps-renderer Conflicts: graph-includes (<< 0.12) Filename: 4.0-0/all/libdeps-perl_0.13-1.1.4.201403191718_all.deb Size: 19578 MD5sum: 6818063bf7dc6218445c9fa559502cb4 SHA1: 90e55ba00ebf1e54f3d588de86468a29b9214368 SHA256: 86c4bae871a744e68dd184ad129e0862fc2db030a7952bed39b07ccc222e3bab Description: Dependency Extraction and Processing System Toolkit to extract internal dependencies from a project, manipulate the dependency graph in arbitrary ways, and produce graphs to help in managing your project, including locating abusive #includes. . It aims to be fully generic and pluggable, but is still under development. However, several aspects are already possible to customize. Eg, you can provide your own graph transformations, styling rules, and graph renderers. Package: libdeps-renderer-dot-perl Priority: optional Section: perl Installed-Size: 42 Maintainer: Yann Dirson Architecture: all Source: deps Version: 0.13-1.1.4.201403191718 Replaces: graph-includes (<< 0.12) Provides: libdeps-renderer Depends: libdeps-perl, graphviz, perl Conflicts: graph-includes (<< 0.12) Filename: 4.0-0/all/libdeps-renderer-dot-perl_0.13-1.1.4.201403191718_all.deb Size: 4042 MD5sum: ed164f3c0b1869e1cb27345d18c35f61 SHA1: 2a5deeabbf5ba64804c1aaf17902d415156b6d16 SHA256: dc6d431cf5f98caeb3ffb13accd0b8114c10c0c5b80d8e65920c877b90a5d8bc Description: DEPS renderer plugin using GraphViz/dot Graphviz output support for the Dependency Extraction and Processing System. Highly recommended. Enhances: libdeps-perl Package: libdeps-renderer-tulip-perl Priority: optional Section: perl Installed-Size: 39 Maintainer: Yann Dirson Architecture: all Source: deps Version: 0.13-1.1.4.201403191718 Replaces: graph-includes (<< 0.12) Provides: libdeps-renderer Depends: libdeps-perl, tulip, perl Conflicts: graph-includes (<< 0.12) Filename: 4.0-0/all/libdeps-renderer-tulip-perl_0.13-1.1.4.201403191718_all.deb Size: 3240 MD5sum: 6ab6665a1cca1ce254670ad0944f42ec SHA1: 78e9a91768eb4a53b2d2cddedbe26472fd29107e SHA256: 7b15c3cadb34d013ba3e142f8c06dd300b991d5fd43f6d0b1b17c376bcf94013 Description: DEPS renderer plugin using Tulip Tulip output support for the Dependency Extraction and Processing System. Tulip can render graphs in three dimensions using OpenGL, but this plugin is currently very limited. Enhances: libdeps-perl Package: libdesktop-agnostic-doc Priority: extra Section: doc Installed-Size: 141 Maintainer: Julien Lavergne Architecture: all Source: libdesktop-agnostic Version: 0.3.92+dfsg-1.6.201403181756 Depends: libjs-sphinxdoc (>= 1.0) Filename: 4.0-0/all/libdesktop-agnostic-doc_0.3.92+dfsg-1.6.201403181756_all.deb Size: 31226 MD5sum: b7573efc1e0c7534ae1b49c586c73b93 SHA1: 50e1b01e002f2ea00606b846f0b8a8238dbc575c SHA256: 039056eca150bbf376418bd3bb9be7976f63734df4ea1c2f4aecfb44b822ae80 Description: Documentation for libdesktop-agnostic This library provides an extensible configuration API, a unified virtual file system API, and a desktop item editor (all with pluggable backends) for GLib-based projects. It is not tied to any one desktop environment, although there are desktop-specific modules. . This package contains the documentation for the core library. Homepage: https://launchpad.net/libdesktop-agnostic Package: libdesktop-notify-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Jose Parrella Architecture: all Version: 0.03-1.4.201403181804 Depends: perl, libnet-dbus-perl, libclass-accessor-perl Recommends: notification-daemon Filename: 4.0-0/all/libdesktop-notify-perl_0.03-1.4.201403181804_all.deb Size: 12840 MD5sum: a60d33bc1313cdaf05bfee30cb021313 SHA1: ef8288a1ccbb622d5b5ef2a2aa5f37392756fed8 SHA256: e4e6df54ac7e0f6b0b0495a3a35af4aa3d8aca1eda23ec77bbb4f8b4e635d21e Description: Perl module which communicates with the Desktop Notifications framework This module provides a Perl interface to the Desktop Notifications framework. . The framework allows applications to display pop-up notifications on an X desktop. This is implemented with two components: a daemon that displays the notifications, and a client library used by applications to send notifications to the daemon. These components communicate through the DBus message bus protocol. . This module serves the same purpose as libnotify, in an object-oriented Perl interface. It is not, however, an interface to libnotify itself, but a separate implementation of the specification using Net::DBus. Homepage: http://search.cpan.org/dist/Desktop-Notify/ Package: libdevel-argnames-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1.2.201403181813 Depends: perl, libpadwalker-perl Filename: 4.0-0/all/libdevel-argnames-perl_0.03-1.2.201403181813_all.deb Size: 6158 MD5sum: 5039294d18f97b618ad2eff02d49911c SHA1: 42a3e2b76c4dae04c6f743f1d80d6b924c7936c6 SHA256: 36e898394469e52cc2c440aab93cbc3256b237eebfd077a33bfb9627c639bbe7 Description: module providing access to subroutine variable names Devel::ArgNames provides an arg_names function that returns the names associated with @_. This makes it easy to define a more user friendly debugging function that prints out the values passed to a subroutine together with the associated variable names. Homepage: http://search.cpan.org/dist/Devel-ArgNames/ Package: libdevel-backtrace-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.4.201403181817 Depends: perl, libclass-accessor-perl, libstring-escape-perl Filename: 4.0-0/all/libdevel-backtrace-perl_0.12-1.4.201403181817_all.deb Size: 25138 MD5sum: d3eafc62865e8171b6bce7b593367124 SHA1: 8bc92698fafa102b58935fe95c4aa90beb22f5e3 SHA256: 344f8e9f227c0a0500561cb3d181af347c1094603f6e224793c22ed48ca0b5f6 Description: Object-oriented backtrace Devel::Backtrace provides methods for accessing backtrace information, i.e. it allows to see the "route" through a script. It returns short or detailed information about backtrace points as strings. . The included Devel::DollarAt module gives some additional functionality to the $@ scalar, i.e. it makes interpreting exceptions easier. Homepage: http://search.cpan.org/dist/Devel-Backtrace/ Package: libdevel-caller-ignorenamespaces-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 1.0-1.2.201403181828 Depends: perl Filename: 4.0-0/all/libdevel-caller-ignorenamespaces-perl_1.0-1.2.201403181828_all.deb Size: 5950 MD5sum: c6f243541a73e1675d7af4f1a08a7cbb SHA1: 7e4a8b4d5355c33dc44b58e63ab36a90cb0ac396 SHA256: 8fc74f3d4feb67905e382f80480fb4ef092d7808996da9a36dfff1d3687a68e7 Description: module for hiding namespaces from caller() Devel::Caller::IgnoreNamespaces is a Perl module designed to hide namespaces from caller(). It allows you to register namespaces that should be hidden by means of a replacement caller() function. Homepage: http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/ Package: libdevel-calltrace-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 1.2-1.2.201403181839 Depends: perl Filename: 4.0-0/all/libdevel-calltrace-perl_1.2-1.2.201403181839_all.deb Size: 6794 MD5sum: 30547ccf7017ad183c6a2471481f8193 SHA1: 962723c6ed55024c37d6e561e7c2ea280e50fd8d SHA256: e3c431dd0218621ff995746c94fc299fca55d753d675368110966aab4f4f797d Description: Code tracer to follow function calls There are a number of perl modules in the CPAN that are designed to trace a program's execution as it runs. Each uses a different trick to do its job, but none of them quite met my needs. The technique this module uses is quite simple and seems to be quite robust. Homepage: http://search.cpan.org/dist/Devel-CallTrace/ Package: libdevel-checklib-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 0.98-1.2.201403181846 Depends: perl Filename: 4.0-0/all/libdevel-checklib-perl_0.98-1.2.201403181846_all.deb Size: 17658 MD5sum: cff3de8c6bbbc022b5139d2d662652f6 SHA1: 0c0963ac7c6b6c552f48d5c7bcf9aa4a55abccfe SHA256: 2c12edc82fa1bbe5e84da4632fad841a1bc78a5ee08a1e6a305433194374d2db Description: module for checking the availability of a library Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available. . It works by trying to compile some code and linking it to the specified libraries. If something pops out the end which looks executable, it gets executed. That tiny program is built once for each specified library, and (without linking) once for each header file. . It is also possible to check for the presence of particular functions in a library, or even that those functions return particular results. Homepage: http://search.cpan.org/dist/Devel-CheckLib/ Package: libdevel-cycle-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.11-2.4.201403181855 Depends: perl Suggests: libpadwalker-perl Filename: 4.0-0/all/libdevel-cycle-perl_1.11-2.4.201403181855_all.deb Size: 12682 MD5sum: 6d17fc008c1897ef84c8f13cd23575cc SHA1: 54bb30a508735e05ced447bd56be37d78e830d1b SHA256: 89ad92f48e30f398d07efeb610bf0f42fcf362f12dd65fbf6bc8da02fbecd283 Description: Perl module to detect memory cycles in Perl objects Devel::Cycle is a developer's tool for finding memory cycles in Perl objects. Since Perl provides its automatic memory management using reference counting, cyclical/circular references will result in memory that will never be freed. Optionally, PadWalker (libpadwalker-perl) module enables reporting of cycles in code closures as well. Homepage: http://search.cpan.org/dist/Devel-Cycle/ Package: libdevel-dumpvar-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.06-1.4.201403181906 Depends: perl Filename: 4.0-0/all/libdevel-dumpvar-perl_1.06-1.4.201403181906_all.deb Size: 10986 MD5sum: 82bfd5fef811e26564130488d4b0044a SHA1: 88b42a417e178a99bbf3edd2c64cf2b085212dd1 SHA256: decd5da6a3e9c5ef60cb986a27f46b4dd570215a0e149b001ff59d8ca8f9347d Description: Perl module to dump Perl variables Devel::Dumpvar is a pure object-orientated reimplementation of the same functionality. This makes it much more versatile version to use for dumping information to debug log files or other uses where you don't need to reassemble the data. . Devel::Dumpvar is a rewritten version of dumpvar.pl, the module used by perl's debugger to display variables in human-readable form, containing a lot of extra information without the burden of needing to allow the dump to be re-assembled into the original data. Homepage: http://search.cpan.org/dist/Devel-Dumpvar/ Package: libdevel-ebug-perl Priority: optional Section: perl Installed-Size: 133 Maintainer: Debian Perl Group Architecture: all Version: 0.53-1.4.201403181910 Depends: perl, libdevel-stacktrace-perl, libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl, libproc-background-perl, libstring-koremutake-perl, libyaml-perl, netbase Filename: 4.0-0/all/libdevel-ebug-perl_0.53-1.4.201403181910_all.deb Size: 39176 MD5sum: 44f837a19bdfc0f1156741902b45a9cb SHA1: 226f3b9ff6584ef8e5ae7b908cc1a982973956e7 SHA256: 14fdd7e88affa930683eaecdb27e9256515a9b796899825a5f4f17e23c64d1b7 Description: simple, extensible Perl debugger Devel::ebug is a simple and extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to debug your programs. Alternatively, it comes with an interactive debugger, ebug. . Perl's current debugger is currently 2,600 lines of magic and special cases. The code is nearly unreadable: fixing bugs and adding new features is fraught with difficulties. The debugger has no test suite which has caused breakage with changes that couldn't be properly tested. It will also not debug regexes. Devel::ebug is aimed at fixing these problems and delivering a replacement debugger which provides a well-tested simple programmatic interface to debugging programs. This makes it easier to build debuggers on top of Devel::ebug, be they console-, curses-, GUI- or Ajax-based. Homepage: http://search.cpan.org/dist/Devel-ebug/ Package: libdevel-gdb-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 2.02-1.4.201403181917 Depends: perl Filename: 4.0-0/all/libdevel-gdb-perl_2.02-1.4.201403181917_all.deb Size: 26262 MD5sum: 31364b7b0783dbd9c6b4cb825dd102d4 SHA1: 8d1ef422183b24183d4a17e4ba36a567d7a827d9 SHA256: dd1d69546ac97902351c6c5e6b0bd7642c8e9973fc44783c00260e829b789dd6 Description: Open and communicate a gdb session The Devel::GDB package provides an interface for communicating with GDB. Internally, it uses the GDB/MI interpreter (see http://sourceware.org/gdb/current/onlinedocs/gdb_25.html), which accurately informs the caller of the program state and, through the use of tokens, guarantees that the results returned actually correspond to the request sent. By contrast, GDB's console interpreter returns all responses on STDOUT, and thus there is no way to ensure that a particular response corresponds to a particular request. . Therefore, it is obviously preferable to use GDB/MI when programmatically interacting with GDB. This can be done via the send_cmd family of functions (send_cmd, send_cmd_excl, and send_cmd_async). There are, however, some cases when there is no GDB/MI command corresponding to a particular console command, or it has not yet been implemented (for example, -symbol-type, corresponding to the console command ptype, is not yet implemented as of GDB 6.6). In this case, the get function provides a workaround by capturing all output sent to the console stream. Homepage: http://search.cpan.org/dist/Devel-GDB/ Package: libdevel-hide-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.0008-1.2.201403181926 Depends: perl Filename: 4.0-0/all/libdevel-hide-perl_0.0008-1.2.201403181926_all.deb Size: 10874 MD5sum: e6f81ead3e7f42f897089cfd35a9f9d8 SHA1: 6d113536aa80067dcf297e1ed5cc2270b61101b0 SHA256: 37d197f70d67b8f08c8de23fb8d001caac8884f1aa5fdaacd5a06eec8135d664 Description: module for forcing the unavailability of specified Perl modules (for testing) Given a list of Perl modules/filenames, Devel::Hide makes require and use statements fail (no matter the specified files/modules are installed or not). . They die with a message like: . Can't locate Module/ToHide.pm (hidden) . The original intent of Devel::Hide is to allow Perl developers to test for alternative behavior when some modules are not available. In a Perl installation, where many modules are already installed, there is a chance to screw things up because you take for granted things that may not be there in other machines. Homepage: http://search.cpan.org/dist/Devel-Hide/ Package: libdevel-partialdump-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.15-1.4.201403181944 Depends: perl, libnamespace-clean-perl (>= 0.20), libsub-exporter-perl, libmoose-perl Filename: 4.0-0/all/libdevel-partialdump-perl_0.15-1.4.201403181944_all.deb Size: 13378 MD5sum: 95238a24f94d4db50ecc8c81cb04265c SHA1: 8df991d79dad821b154d0c1b236d3f2c92272166 SHA256: b68622e3b5cc4f1ce63e976692d9f6a346738233410436ce43e15b21e5df68db Description: Perl module to dump subroutine parameters concisely Devel::PartialDump is similar in nature to Data::Dumper, however, it is optimized for the common case of bug reporting with complex data structures. Outputting a string containing a complex data structure can yield rather useless results, since the structures are stringified. . This module optionally overrides Carp's routines to provide a concise dump of a variable's contents instead of a simple stringification with warn, etc. Homepage: http://search.cpan.org/dist/Devel-PartialDump/ Package: libdevel-patchperl-perl Priority: optional Section: perl Installed-Size: 214 Maintainer: Debian Perl Group Architecture: all Version: 0.72-1.2.201403181947 Depends: perl, libfile-pushd-perl Filename: 4.0-0/all/libdevel-patchperl-perl_0.72-1.2.201403181947_all.deb Size: 67432 MD5sum: eaa7c4a5d3bede1f5cfbf4f18b4ddd1f SHA1: eb66a5cf2e0b7cd6309bee82d2557e870ec2d541 SHA256: a90e81e33c345b0ce3f43c351bdad53c1baa50b0c3ab0eb2312d130d6a1b9511 Description: Perl module to patch perl source a la Devel::PPPort's buildperl.pl Devel::PatchPerl is a modularisation of the patching code contained in Devel::PPPort's buildperl.pl. . It does not build perls, it merely provides an interface to the source patching functionality. Homepage: http://search.cpan.org/dist/Devel-PatchPerl/ Package: libdevel-profile-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.05-2.4.201403181954 Depends: perl Filename: 4.0-0/all/libdevel-profile-perl_1.05-2.4.201403181954_all.deb Size: 12244 MD5sum: d2e37f09292a3c7d1f8e99f910aa9c01 SHA1: 1a76c60b0579d9ac5bb4060a2f9ffe401f2e52f4 SHA256: a2b5da90aa422230fa448f755502a8a5670d7680c504ca3c73d6e9262322859c Description: a Perl code profiler Devel::Profile is a Perl code profiler. It collects information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often. Homepage: http://search.cpan.org/dist/Devel-Profile/ Package: libdevel-ptkdb-perl Priority: optional Section: perl Installed-Size: 181 Maintainer: Debian Perl Group Architecture: all Version: 1.1091-2.4.201403182000 Depends: perl, perl-tk Filename: 4.0-0/all/libdevel-ptkdb-perl_1.1091-2.4.201403182000_all.deb Size: 51614 MD5sum: c5b823e73ff4e68fc1937d2f1ad99067 SHA1: efe65b9d671ed1578897bbd1d66d6750827ad845 SHA256: 4b2b53b790b17bacbcc4b1fdca6cc99a92f9fcd8b729ab754aca38d919b206c7 Description: Perl debugger using a Tk GUI ptkdb is a debugger for perl that uses perlTk for a user interface. . Features include: * Hot Variable Inspection * Breakpoint Control Panel * Expression List * Subroutine Tree Homepage: http://search.cpan.org/dist/Devel-ptkdb/ Package: libdevel-refactor-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403182003 Depends: perl Filename: 4.0-0/all/libdevel-refactor-perl_0.05-1.4.201403182003_all.deb Size: 13780 MD5sum: 603512b7a93534c2f41bb7f522a782a4 SHA1: 01b026b8d9daeef0dfe8f3cfd7e0ea5d8f8d3337 SHA256: d190b22387af55a4024c7d16c698c8bfa9df754ee349b4fb62c756ec7cd1a82f Description: Perl module for code refactoring Devel::Refactor is a Perl module that assists with code refactoring. It is designed to be used in conjunction with the EPIC plug-in for the Eclipse Integrated Development Environment. Homepage: http://search.cpan.org/dist/Devel-Refactor/ Package: libdevel-simpletrace-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403182016 Depends: perl Filename: 4.0-0/all/libdevel-simpletrace-perl_0.08-1.4.201403182016_all.deb Size: 9364 MD5sum: 504a7d39764e74bb6d5493af3ce76402 SHA1: 6a7fd7873a8c5f93a730c1c554db7cd0eed8d730 SHA256: 51f866f9a586e61181082b014ff82fc4a8c7a9f53aa1345d284ceeafa5c79ae0 Description: module to see where your code warns and dies using stack traces Devel::SimpleTrace is a simple drop-in Perl module that can be used to easily spot the place where a program or a module generates errors. It modifies the warn() and die() functions to replace the standard messages with complete stack traces that indicate how and where the error occurred. Homepage: http://search.cpan.org/dist/Devel-SimpleTrace/ Package: libdevel-stacktrace-ashtml-perl Priority: optional Section: perl Installed-Size: 103 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.4.201403182024 Depends: perl, libdevel-stacktrace-perl Filename: 4.0-0/all/libdevel-stacktrace-ashtml-perl_0.11-1.4.201403182024_all.deb Size: 13356 MD5sum: 9a1a23b08a310c935ad4ff9a34ae1be1 SHA1: ba6592f41209f48b3ab2963ee9a6729bab69e857 SHA256: a9b6085e081b320547bc0041c72460ad030990979b09f6f3ffe8169f5deff2a7 Description: module to display a stack trace in HTML Devel::StackTrace::AsHTML is a Perl module that adds a method, as_html, to Devel::StackTrace, which displays the stack trace in beautiful HTML, with a code snippet providing context and displaying function parameters. If you call it on an instance of Devel::StackTrace::WithLexicals, you can see the lexical variables of each stack frame. Homepage: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/ Package: libdevel-stacktrace-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 1.2700-1.5.201403182026 Depends: perl Filename: 4.0-0/all/libdevel-stacktrace-perl_1.2700-1.5.201403182026_all.deb Size: 23126 MD5sum: 7d28f74aaa4129eab1023dc572fcdc55 SHA1: 3ee22d69064b49c542e2359bd0f6674ff7ce900e SHA256: f1153e0cd0246300a7fdca5984513982d7a4e2220592f40ad5a751e62a930ace Description: Perl module containing stack trace and stack trace frame objects The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data. . The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects, one for each level of the stack. The frames contain all the data available from caller() as of Perl 5.6.0 though this module still works with 5.00503. . This code was created to support the Exception::Class::Base class (part of Exception::Class) but may be useful in other contexts. Homepage: http://search.cpan.org/dist/Devel-StackTrace/ Package: libdevel-stacktrace-withlexicals-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.2.201403182032 Depends: perl, libdevel-stacktrace-perl, libpadwalker-perl (>= 1.92) Filename: 4.0-0/all/libdevel-stacktrace-withlexicals-perl_0.10-1.2.201403182032_all.deb Size: 7626 MD5sum: 58e9b76295c74b3b28049d00857f55f4 SHA1: 91f10660926d4917feeecff4e51a2b31cd73edc5 SHA256: 4680ccddb6932f587bfa5ec5a8e702c6a8b936dfc2a5f274594660dd7df439a3 Description: Perl module for stack traces with access to lexical variables Devel::StackTrace::WithLexicals extends Devel::StackTrace allowing the generation of stack traces where it is possible to inspect or change callers' lexical variables. Homepage: http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/ Package: libdevel-trace-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.2.201403182040 Depends: perl Filename: 4.0-0/all/libdevel-trace-perl_0.12-1.2.201403182040_all.deb Size: 6678 MD5sum: 25737063a3337b303210d415a54f2dcb SHA1: 1b4ec4d91c8a999e5f042a68b80cb373f0ad5e37 SHA256: 0beadc4fe5604487def414568953fd168e0a5cea615f13799f2ecc3487434030 Description: Perl module to aid debugging by printing out each line before execution Devel::Trace does for Perl what set -x does for shell scripts: Run your program with 'perl -d:Trace program', and it will print each line to standard error just before it is executed. Homepage: http://search.cpan.org/dist/Devel-Trace/ Package: libdevice-gsm-perl Priority: optional Section: perl Installed-Size: 248 Maintainer: Christoph Biedl Architecture: all Version: 1.60-1.2.201403182046 Depends: perl, libdevice-modem-perl Filename: 4.0-0/all/libdevice-gsm-perl_1.60-1.2.201403182046_all.deb Size: 67410 MD5sum: 69b93106a6563c56fd79a737e20081c8 SHA1: b52a7a6310f0fd499a7bc29bc1cfedb8cbd45157 SHA256: 18791dc1a7d36750ec0a54de92227759eb6a7221a15db7cddc2140052b2eccbd Description: Perl extension to interface GSM phones / modems Device::Gsm class implements basic GSM functions, network registration and SMS sending. . This class supports also PDU mode to send SMS messages, and should be fairly usable. Homepage: http://search.cpan.org/dist/Device-Gsm/ Package: libdevice-modem-perl Priority: optional Section: perl Installed-Size: 156 Maintainer: Dirk Proesdorf Architecture: all Version: 1.47-2.1.4.201403182048 Depends: perl, libdevice-serialport-perl Filename: 4.0-0/all/libdevice-modem-perl_1.47-2.1.4.201403182048_all.deb Size: 51548 MD5sum: a03b68255e146dce01eceb1ce9632e44 SHA1: 295ee6d6b2b79a3cc255c7e4637ff86f3b1cac2e SHA256: d2b0473eb178027f4ace00a87f0f42a56d2785b5f52dd3bafe87cd18c0afb6de Description: Perl class to interface generic modems (AT-compliant) Device::Modem class implements basic AT (Hayes) compliant device abstraction. It can be inherited by sub classes (as Device::Gsm), which are based on serial connections. Package: libdifflcs-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-diff-lcs Version: 1.1.3-1.4.201403170630 Depends: ruby-diff-lcs Filename: 4.0-0/all/libdifflcs-ruby1.8_1.1.3-1.4.201403170630_all.deb Size: 3002 MD5sum: 5ad39c85e1586dd381ac425379248091 SHA1: 47c39f5db1fe678428cdeec58ffd60c82a89f8e3 SHA256: bf29a82756aed49a8bb7a4aee5230bf00f4f623122db08db87fd7e6ae52e6819 Description: Transitional package for ruby-diff-lcs This is a transitional package to ease upgrades to the ruby-diff-lcs package. It can safely be removed. Homepage: http://rubyforge.org/projects/ruwiki/ Package: libdifflcs-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-diff-lcs Version: 1.1.3-1.4.201403170630 Depends: ruby-diff-lcs Filename: 4.0-0/all/libdifflcs-ruby1.9.1_1.1.3-1.4.201403170630_all.deb Size: 3004 MD5sum: c2467383543cd7941c9c86f0cffce5e9 SHA1: 7137cb8fad2c08787c07cc13aa9a628c161a21b6 SHA256: 5206e3cbfc6b27b20760f52da8b70d92264e592fbf328d78690e0f0d3c8f1cc4 Description: Transitional package for ruby-diff-lcs This is a transitional package to ease upgrades to the ruby-diff-lcs package. It can safely be removed. Homepage: http://rubyforge.org/projects/ruwiki/ Package: libdifflcs-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-diff-lcs Version: 1.1.3-1.4.201403170630 Depends: ruby-diff-lcs Filename: 4.0-0/all/libdifflcs-ruby_1.1.3-1.4.201403170630_all.deb Size: 2996 MD5sum: 8f4d145218a916bca24f605cb1d3dc23 SHA1: d13a83bd640d875c823916af172918d4255baa6b SHA256: e902d618dfaab201bd7b96bf7156c190112a6d8368fa4ba704851cbcbbbcb5ae Description: Transitional package for ruby-diff-lcs This is a transitional package to ease upgrades to the ruby-diff-lcs package. It can safely be removed. Homepage: http://rubyforge.org/projects/ruwiki/ Package: libdigest-bubblebabble-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 0.02-2.4.201403182058 Depends: perl Filename: 4.0-0/all/libdigest-bubblebabble-perl_0.02-2.4.201403182058_all.deb Size: 8336 MD5sum: 65008ea516883be8b4296882a3f52702 SHA1: 44c7a6a79bb290b9470e3a9922977740b0c50ac8 SHA256: 9e71c42ea1886c99d28524b6abaa583fddac7d4091ad287fb52d6e06918ef7f7 Description: perl module to create bubble-babble fingerprints Digest::BubbleBabble takes a message digest (generated by either of the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of that digest in "bubble babble" format. Bubble babble is a method of representing a message digest as a string of "real" words, to make the fingerprint easier to remember. The "words" are not necessarily real words, but they look more like words than a string of hex characters. . Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key fingerprints. The key (a DSA or RSA key) is converted into a textual form, digested using Digest::SHA, and run through bubblebabble to create the key fingerprint. Homepage: http://search.cpan.org/dist/Digest-BubbleBabble/ Package: libdigest-md5-file-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403182124 Depends: perl, libwww-perl Filename: 4.0-0/all/libdigest-md5-file-perl_0.08-1.4.201403182124_all.deb Size: 10730 MD5sum: 6b74f4d490d4a1b0e1b80fb7d4ca92b2 SHA1: 984a40b7b047d2f696f04dd61fada63dd0e80b92 SHA256: c2352a070e2318a5fb629fd4514660057900b4ddd3560f20d935ed585f5d0967 Description: Perl extension for getting MD5 sums for files and urls Digest::MD5::File adds functionality for easy calculation of MD5 checksums of entire files, directories or URLs to the standard Digest::MD5 module. . Example usage: . use Digest::MD5::File; my $md5 = Digest::MD5->new; $md5->addpath('/path/to/file.txt'); $md5->addpath(\@files); $md5->adddir('/home/tmbg/'); $md5->addurl('http://www.tmbg.com/tour.html'); my $digest = file_md5_hex($file); my $dir_hashref = dir_md5_hex($dir); my $digest = url_md5_hex($url); Homepage: http://search.cpan.org/dist/Digest-MD5-File/ Package: libdigest-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 1.17-1.5.201403182128 Depends: perl Filename: 4.0-0/all/libdigest-perl_1.17-1.5.201403182128_all.deb Size: 20870 MD5sum: 46d47337cb81db017e4f98c0f01badb9 SHA1: 0755f79892e7cbff7611888da12617c13b9fd69a SHA256: fe985b67b04f566a075eeed4440f5e2000bbf9c716feb8e3b2a1cc55daec854b Description: generic interface to message digest modules This is a simple frontend module for autoloading various Digest::* modules. It also provides documentation of the interface that all Digest::* modules should provide. Homepage: http://search.cpan.org/dist/Digest/ Package: libdime-dev Priority: optional Section: libdevel Installed-Size: 243 Maintainer: A. Maitland Bottoms Architecture: all Source: dime Version: 0.20030921-2.4.201403200217 Filename: 4.0-0/all/libdime-dev_0.20030921-2.4.201403200217_all.deb Size: 29370 MD5sum: cd60079e8a40635f7744d961fd0ecb21 SHA1: f53a5d2122953f8984f931b585c26b6f9b850f96 SHA256: ad38284e9f7628f502d70f31ffbf7598477394e6cba880c943f7f35a912e7d94 Description: DXF Import, Manipulation, and Export library - devel Dime is a C++ class library for reading, constructing, manipulating, and writing DXF file data. Package: libdime-doc Priority: optional Section: doc Installed-Size: 4731 Maintainer: A. Maitland Bottoms Architecture: all Source: dime Version: 0.20030921-2.4.201403200217 Filename: 4.0-0/all/libdime-doc_0.20030921-2.4.201403200217_all.deb Size: 681818 MD5sum: 21339551c0a35544ac1748ee9b2f1ef7 SHA1: 69a2b6fb45ea25e8e638b412a524b873c08c78b0 SHA256: b21f3c3acaf23cefb297766e7eadacc61dcd22c2b2d524599f4963943bcc8ff5 Description: DXF Import, Manipulation, and Export library - devel Dime is a C++ class library for reading, constructing, manipulating, and writing DXF file data. . This dev package also contains doxygen generated documentation Package: libdir-purge-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.02-2.4.201403182139 Depends: perl Filename: 4.0-0/all/libdir-purge-perl_1.02-2.4.201403182139_all.deb Size: 11344 MD5sum: 462701ac2c4d4377917bd15c51cb40dc SHA1: 6bd50ee87aa3ee7f26fb1846e9d6947144958555 SHA256: 89cd7d13ff87428572e7b68ad2d04e609bd1f1a0d1f1b7811ee7b7d560c6139e Description: Purge directories to a given number of files Dir::Purge implements functions to reduce the number of files in a directory according to a strategy. It currently provides one strategy: removal of files by age. Homepage: http://search.cpan.org/dist/Dir-Purge/ Package: libdir-self-perl Priority: optional Section: perl Installed-Size: 46 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.2.201403182145 Depends: perl Filename: 4.0-0/all/libdir-self-perl_0.10-1.2.201403182145_all.deb Size: 5890 MD5sum: edf068845d9d374fec8e786ad7b92792 SHA1: 01156a3ac126466899291d10208b9819472dd933 SHA256: 25ab319241c9f035cebf902369b132aa58f597d65c18102f884306b2a0a528b5 Description: module providing a __DIR__ constant for the directory of the source file Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the directory your source file is in, as an absolute pathname. . This is useful if your code wants to access files in the same directory, like helper modules or configuration data. This is a bit like FindBin except it's not limited to the main program, i.e. you can also use it in modules. And it actually works. Homepage: http://search.cpan.org/dist/Dir-Self/ Package: libdirac-doc Priority: optional Section: doc Installed-Size: 22094 Maintainer: Debian Multimedia Maintainers Architecture: all Source: dirac Version: 1.0.2-6.7.201403200300 Suggests: libdirac-dev (= 1.0.2-6.7.201403200300) Filename: 4.0-0/all/libdirac-doc_1.0.2-6.7.201403200300_all.deb Size: 14245006 MD5sum: 57bf25a70d140c78c3e0ab58c20a945e SHA1: 847e718cfb3f38a3977c6e2557f8d3c9b8cd5c0e SHA256: e0c2eeac283b91d93c696626cd265910f4ddb8333381145dbdbefda9bbdee0d2 Description: open and royalty free high quality video codec - library documentation Dirac is an advanced royalty-free video compression format designed for a wide range of uses, from delivering low-resolution web content to broadcasting HD and beyond, to near-lossless studio editing. . This package contains the HTML API documentation for dirac. Homepage: http://diracvideo.org/ Package: libdirectory-scratch-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.4.201403182150 Depends: perl, libpath-class-perl, libfile-slurp-perl (>= 9999.12) Recommends: libstring-random-perl Filename: 4.0-0/all/libdirectory-scratch-perl_0.14-1.4.201403182150_all.deb Size: 18124 MD5sum: e4d3e0f9cf6cf97354d296174f185585 SHA1: df1e90ce40d16b2c720ececf9e152b681e56b749 SHA256: 72f11ca497f42f6b2f16051d9bcfdc1cf0351c642344e9176d51dc0a4fb3dc5d Description: easy-to-use self-cleaning scratch space When writing test suites for modules that operate on files, it's often inconvenient to correctly create a platform-independent temporary storage space, manipulate files inside it, then clean it up when the test exits. The inconvenience usually results in tests that don't work everywhere, or worse, no tests at all. . Directory::Scratch aims to eliminate that problem by making it easy to do things right. Homepage: http://search.cpan.org/dist/Directory-Scratch/ Package: libdirectory-scratch-structured-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: David Paleino Architecture: all Version: 0.04-1.4.201403182153 Depends: perl, libdata-treedumper-perl, libdirectory-scratch-perl, libreadonly-perl, libsub-exporter-perl, libsub-install-perl Filename: 4.0-0/all/libdirectory-scratch-structured-perl_0.04-1.4.201403182153_all.deb Size: 7958 MD5sum: dd77c9acf9f9801fb6ce61356150981b SHA1: a260b1bc5094788835867ffbc52ae70fe5e1b7de SHA256: 8ad6e3470212e65ce3e98d20174635eae8d603ee03dcabe24b5d63acf9e6cac7 Description: creates temporary files and directories from a structured description This package extends the Directory::Scratch module by adding a create_structured_tree subroutine, which can accept an Array or an Hash as arguments, creating files or directories, respectively. Homepage: http://search.cpan.org/dist/Directory-Scratch-Structured/ Package: libdist-metadata-perl Priority: optional Section: perl Installed-Size: 109 Maintainer: Debian Perl Group Architecture: all Version: 0.923-1.2.201403182221 Depends: perl, libarchive-zip-perl, libcpan-distnameinfo-perl (>= 0.12), libfile-spec-native-perl, libpath-class-perl (>= 0.24), libtry-tiny-perl (>= 0.09) Filename: 4.0-0/all/libdist-metadata-perl_0.923-1.2.201403182221_all.deb Size: 37954 MD5sum: 1bebd347852ca1b0e080b7723edf175c SHA1: 08d9ee052b61234e6245d3b92ea92000bb797f78 SHA256: a9e876dc9c589f3e4f4721990c81db7792aaea76b01b113786cf4d38744cad74 Description: module for getting information about a perl module distribution Dist::Metadata provides an easy interface for getting various metadata about a Perl module distribution. . This is mostly a wrapper around CPAN::Meta providing an easy interface to find and load the meta file from a tar.gz file. A dist can also be represented by a directory or merely a structure of data. . If the dist does not contain a meta file the module will attempt to determine some of that data from the dist. Homepage: http://search.cpan.org/dist/Dist-Metadata/ Package: libdist-zilla-perl Priority: optional Section: perl Installed-Size: 797 Maintainer: Debian Perl Group Architecture: all Version: 4.300020-1.5.201403182228 Depends: perl, libapp-cmd-perl (>= 0.309), libautobox-perl, libclass-load-perl, libconfig-ini-perl, libconfig-mvp-perl (>= 2.200002), libconfig-mvp-reader-ini-perl, libcpan-meta-perl (>= 2.120630), libcpan-meta-requirements-perl, libcpan-uploader-perl, libdata-section-perl, libdatetime-perl, libfile-copy-recursive-perl, libfile-find-rule-perl, libfile-homedir-perl, libfile-pushd-perl, libfile-sharedir-install-perl, libfile-sharedir-perl, libhash-merge-simple-perl, libio-tiecombine-perl, libjson-perl, liblist-moreutils-perl, liblog-dispatchouli-perl (>= 1.102220), libmoose-autobox-perl, libmoose-perl (>= 0.92), libmoosex-lazyrequire-perl, libmoosex-role-parameterized-perl, libmoosex-setonce-perl, libmoosex-types-path-class-perl, libmoosex-types-perl, libmoosex-types-perl-perl, libnamespace-autoclean-perl, libpath-class-perl, libperl-prereqscanner-perl (>= 1.005), libperl-version-perl, libpod-eventual-perl, libppi-perl, libsoftware-license-perl, libstring-formatter-perl, libstring-rewriteprefix-perl, libsub-exporter-formethods-perl, libterm-readkey-perl, libtest-deep-perl, libtext-glob-perl, libtext-template-perl, libtry-tiny-perl, libyaml-tiny-perl, perl (>= 5.10.1) | libautodie-perl, perl (>= 5.10.1) | libparent-perl Recommends: bash-completion, libterm-readline-gnu-perl Filename: 4.0-0/all/libdist-zilla-perl_4.300020-1.5.201403182228_all.deb Size: 386618 MD5sum: e595a219e1a396d9d7f43dd52e04d3f6 SHA1: 9cb4733a5348a7e13e631314a2a86a0b16c54a81 SHA256: b23b3f79fe7be16b362a957b8cf7d42dfb5bfab14b85d0dca25cfea879177302 Description: Perl distribution builder Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded from the CPAN. Since it's only run by authors, and is meant to be run on a repository checkout rather than on published, released code, it can do much more than those tools, and is free to make much more ludicrous demands in terms of prerequisites. Homepage: http://search.cpan.org/dist/Dist-Zilla/ Package: libdist-zilla-plugin-changelogfromgit-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 0.005-1.3.201403190819 Depends: perl, libdatetime-perl (>= 2:0.6600), libdist-zilla-perl, libgit-repository-perl, libmoose-autobox-perl, libsoftware-release-perl Filename: 4.0-0/all/libdist-zilla-plugin-changelogfromgit-perl_0.005-1.3.201403190819_all.deb Size: 19372 MD5sum: 3c2c45c953c4d0a4152cb968e8ddea42 SHA1: 42475b4a68eff679027e6033435fdcc0f7b8ed13 SHA256: feb373ed158513fd9b8d8c973315084c82e60bcc3b75410b6ade5ebf3793f987 Description: Dist::Zilla plugin to build a Changes file from a project's git log Dist::Zilla::Plugin::ChangelogFromGit is a Dist::Zilla plugin that writes a CHANGES file that contains formatted commit information from recent git logs. Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-ChangelogFromGit/ Package: libdist-zilla-plugin-git-perl Priority: optional Section: perl Installed-Size: 142 Maintainer: Debian Perl Group Architecture: all Version: 1.121820-1.7.201403190809 Depends: perl, libdatetime-perl, libdist-zilla-perl, libfile-chdir-perl, libfile-find-rule-perl, libfile-homedir-perl, libgit-wrapper-perl (>= 0.021), libipc-system-simple-perl, liblist-allutils-perl, libmoose-autobox-perl, libmoose-perl (>= 2) | libclass-mop-perl, libmoose-perl, libmoosex-attributeshortcuts-perl, libmoosex-has-sugar-perl, libmoosex-types-perl, libmoosex-types-path-class-perl, libnamespace-autoclean-perl, libpath-class-perl, libstring-formatter-perl, libtry-tiny-perl, libversion-next-perl, perl (>= 5.11.4) | libversion-perl Filename: 4.0-0/all/libdist-zilla-plugin-git-perl_1.121820-1.7.201403190809_all.deb Size: 50264 MD5sum: 32462c037a020fd9ddf64b0717de01b1 SHA1: 7509475ef9491631436d8477bf9d240b301c2448 SHA256: e1339b87a27c5befd0a67c3811b28979b20e5bba73d95ff08af92bd42beb4ad6 Description: Dist::Zilla plugins to update your git repository after release Set of plugins for Dist::Zilla intended to help module authors that use git to track their work. . The following plugins are provided in this distribution: * Dist::Zilla::Plugin::Git::Check - check git repository before releasing * Dist::Zilla::Plugin::Git::Commit - commit dirty files * Dist::Zilla::Plugin::Git::CommitBuild - check build results on separate branch * Dist::Zilla::Plugin::Git::GatherDir - gather all tracked files in a Git working directory * Dist::Zilla::Plugin::Git::Init - initialize git repository on dzil new * Dist::Zilla::Plugin::Git::NextVersion - provide a version number by bumping the last git release tag * Dist::Zilla::Plugin::Git::Push - push current branch * Dist::Zilla::Plugin::Git::Tag - tag the new version Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Git/ Package: libdist-zilla-plugin-podspellingtests-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.111520-1.2.201403182238 Depends: perl, libdist-zilla-perl, libtest-spelling-perl, libmoose-perl, libpod-wordlist-hanekomu-perl Filename: 4.0-0/all/libdist-zilla-plugin-podspellingtests-perl_1.111520-1.2.201403182238_all.deb Size: 8486 MD5sum: 5642bd732ec1e07b9b989424b39ef6c0 SHA1: 59d686ea57b29ae07de0c9b264a5dce4d43e547e SHA256: 6be3f7e1fb3f3f1724afcdfcfc2608909dc10ad75163a5682f1093aab55cace4 Description: release tests for POD spelling Dist::Zilla::Plugin::PodSpellingTests Perl module is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file: . xt/release/pod-spell.t - a standard Test::Spelling test Enhances: libdist-zilla-perl Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-PodSpellingTests/ Package: libdist-zilla-plugin-podweaver-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 3.101641-1.4.201403182246 Depends: perl, libdist-zilla-perl (>= 4), liblist-moreutils-perl, libmoose-autobox-perl, libmoose-perl, libnamespace-autoclean-perl, libpod-elemental-perl, libpod-elemental-perlmunger-perl, libpod-weaver-perl, libppi-perl Filename: 4.0-0/all/libdist-zilla-plugin-podweaver-perl_3.101641-1.4.201403182246_all.deb Size: 7584 MD5sum: 92076ad8950c4d9f700ba0287f553ba8 SHA1: 2ee2d86293f7ab44ee4f19699a16e8c19e7619b3 SHA256: 95ab81aba7ce52073d1b59d1eb8768909f9bf6bd935e29458d74eb5385d639e3 Description: Dist::Zilla plugin to use Pod::Weaver to generate Pod documentation Dist::Zilla::Plugin::PodWeaver is the bridge between Dist::Zilla and Pod::Weaver. It rips apart your kinda-Pod and reconstructs it as boring old real Pod. Enhances: libdist-zilla-perl Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-PodWeaver/ Package: libdist-zilla-plugin-prepender-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.112280-1.2.201403182250 Depends: perl, libdist-zilla-perl, libmoose-perl, libmoosex-has-sugar-perl Filename: 4.0-0/all/libdist-zilla-plugin-prepender-perl_1.112280-1.2.201403182250_all.deb Size: 8362 MD5sum: 0b0e0636fe0263205093855cb05b5f49 SHA1: fbbff13e87a6240b764afc1578422bf5cf4e73df SHA256: 8bd6d25e52b42de08edef09cfb6d957e5fcb83677594b55368a1ab2bc5934902 Description: Dist::Zille plugin to prepend lines at the top of your perl files Dist::Zilla::Plugin::Prepender will prepend lines specified in dist.ini to each Perl module or program within your Perl distribution. For scripts having a shebang line, lines will be inserted just after it. . This module useful to enforce a set of pragmas to your files (since pragmas are lexical, they will be active for the whole file), or to add some copyright comments, as recommended by the Free Software Foundation. Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Prepender/ Package: libdist-zilla-plugin-run-perl Priority: optional Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: all Version: 0.013-1.2.201403182255 Depends: perl, libdist-zilla-perl, libmoose-perl, libnamespace-autoclean-perl (>= 0.11), libstring-formatter-perl (>= 0.102082) Filename: 4.0-0/all/libdist-zilla-plugin-run-perl_0.013-1.2.201403182255_all.deb Size: 25518 MD5sum: 49f4f47b764790fec300c21d7e15a87d SHA1: a5ef5a60f18ef504de8e4053e1b4231a4c8d327f SHA256: 6767acfd8314c9d3241226ee11c9b7c2f93ac8bc4293cb49d3eeec6527ec9b26 Description: Dist::Zilla plugin to execute external commands Dist::Zilla::Plugin::Run uses specific hooks of Dist::Zilla to execute external command when running dzil. This module is useful to ship generated code in a Perl module distribution. Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-Run/ Package: libdist-zilla-plugins-cjm-perl Priority: optional Section: perl Installed-Size: 196 Maintainer: Debian Perl Group Architecture: all Version: 4.09-1.2.201403182302 Depends: perl (>= 5.10.1), libcpan-meta-perl (>= 2.113640), libdist-zilla-perl (>= 4.300009), libfile-homedir-perl, libmoose-autobox-perl, libmoose-perl, libpath-class-perl, perl (>= 5.13.9) | libmodule-metadata-perl Recommends: libgit-wrapper-perl Filename: 4.0-0/all/libdist-zilla-plugins-cjm-perl_4.09-1.2.201403182302_all.deb Size: 68952 MD5sum: 317fbde68372de755a4b349e4451b904 SHA1: 48a39720adb8b74adb14271893a7aa1c3c4e19ea SHA256: 8b6707f7df683c07146c4a3c9cd5c71eb4272ed559f02354a2077cc94c5b1257 Description: collection of CJM's plugins for Dist::Zilla Collection of Dist::Zilla plugins. This package features the following Perl modules: . * Dist::Zilla::Plugin::ArchiveRelease * Dist::Zilla::Plugin::GitVersionCheckCJM * Dist::Zilla::Plugin::MakeMaker::Custom * Dist::Zilla::Plugin::Metadata * Dist::Zilla::Plugin::ModuleBuild::Custom * Dist::Zilla::Plugin::RecommendedPrereqs * Dist::Zilla::Plugin::TemplateCJM * Dist::Zilla::Plugin::Test::PrereqsFromMeta * Dist::Zilla::Plugin::VersionFromModule * Dist::Zilla::Role::HashDumper * Dist::Zilla::Role::ModuleInfo Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/ Package: libdistro-info-perl Priority: optional Section: perl Installed-Size: 44 Maintainer: Benjamin Drung Architecture: all Source: distro-info Version: 0.10.3.201403201040 Depends: distro-info-data, perl Filename: 4.0-0/all/libdistro-info-perl_0.10.3.201403201040_all.deb Size: 5568 MD5sum: a6d617a194f4e5812d8775bc73970943 SHA1: e1b4c579fbecdb9541f8e9a7ae23b8e80b8e5429 SHA256: edeb961aac1efd9a08ca38dcff024239380c4fdc0649ae269a9e94488edd17a2 Description: information about distributions' releases (Perl module) Information about all releases of Debian and Ubuntu. . This package contains a Perl module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Package: libdjconsole-data Priority: optional Section: libs Installed-Size: 47 Maintainer: Adrien Cunin Architecture: all Source: libdjconsole Version: 0.1.3-1.4.201403182317 Filename: 4.0-0/all/libdjconsole-data_0.1.3-1.4.201403182317_all.deb Size: 4574 MD5sum: 283ef67252a2cf11f2ced76132cb3b7b SHA1: 630efa940df9d9472d1826e5f3f601951dc5c3df SHA256: f5c94cd33e331fca1105836fab04f86b5fe19bd5c285647350b8fe930079b1d0 Description: Hercules DJ Console access library - data files The DJ Console library is a C++ library that facilitates access to the Hercules DJ Console MK I and MK II via libusb. It supports all non-audio functions such as LEDs, buttons and controllers. . This package contains the data files. Package: libdns-ruby1.8 Priority: optional Section: ruby Installed-Size: 26 Maintainer: Ondřej Surý Architecture: all Source: dnsruby Version: 1.53-1.8.201403201011 Depends: ruby-dnsruby Filename: 4.0-0/all/libdns-ruby1.8_1.53-1.8.201403201011_all.deb Size: 2394 MD5sum: 2e0b72b275d2a61c26336c38c0f41f72 SHA1: 3d307c1087886614252daf4211b63a51f70ba72c SHA256: 43e35202f6a1767d5640a595f55bb58dfc8bb4b15091ba8acade82c332ec98e9 Description: Ruby DNS client library (dummy package) Dnsruby is a pure Ruby DNS client library. It provides a complete DNS client implementation, including full DNSSEC support. Dnsruby is currently used in projects such as OpenDNSSEC and ISC's DLV service. . This package is a transitional package and can be safely removed after upgrade. Homepage: http://rubyforge.org/projects/dnsruby/ Package: libdns-ruby Priority: optional Section: ruby Installed-Size: 26 Maintainer: Ondřej Surý Architecture: all Source: dnsruby Version: 1.53-1.8.201403201011 Depends: ruby-dnsruby Filename: 4.0-0/all/libdns-ruby_1.53-1.8.201403201011_all.deb Size: 2382 MD5sum: 6e397f533a9c5b79bbf70d630f330fc3 SHA1: b1f2b1b1c448415c1cc77c25848f26ba8e2e489e SHA256: 96dfd656d493bf4b0a6718876a1b0a3b4605cd6f98591c46821490fb67531334 Description: Ruby DNS client library (dummy package) Dnsruby is a pure Ruby DNS client library. It provides a complete DNS client implementation, including full DNSSEC support. Dnsruby is currently used in projects such as OpenDNSSEC and ISC's DLV service. . This package is a transitional package and can be safely removed after upgrade. Homepage: http://rubyforge.org/projects/dnsruby/ Package: libdns-zoneparse-perl Priority: optional Section: perl Installed-Size: 93 Maintainer: Debian Perl Group Architecture: all Version: 1.10-1.4.201403182348 Depends: perl Filename: 4.0-0/all/libdns-zoneparse-perl_1.10-1.4.201403182348_all.deb Size: 24374 MD5sum: dcdd7b19b30451d7318e4f79034bfa52 SHA1: 830e3ab4916ea98abaa8e2d19cf795db7416a719 SHA256: efe95f27e29c0579a4b1f7b9d1c0c6973a686b02cef650b7ebfd678d3a24377c Description: Perl extension for parsing and manipulating DNS Zone Files DNS::ZoneParse will parse a Zone File and put all the Resource Records (RRs) into an anonymous hash structure. At the moment, the following types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining DNS zones, or for transferring DNS zones to other servers. If you want to generate an XML-friendly version of your zone files, it is easy to use XML::Simple with this module once you have parsed the zonefile. . DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file into its constituent records. It then parses each record and stores the records internally. Homepage: http://search.cpan.org/dist/DNS-ZoneParse/ Package: libdnsjava-java Priority: optional Section: java Installed-Size: 331 Maintainer: Chris Grzegorczyk Original-Maintainer: Ubuntu Developers Architecture: all Source: dnsjava Version: 2.0.8-1.5.201403200953 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libdnsjava-java_2.0.8-1.5.201403200953_all.deb Size: 292726 MD5sum: 5556be48fc4dd66c4ffa27ecf15702c5 SHA1: 4c28fc76dc6bec9487dc82c1f0357f6ddfd42555 SHA256: f4a1a5326f844bf6d8849210324e2fe8d8b4799eb9f22fbf8a3f2203f808a4f4 Description: Implementation of DNS in Java dnsjava is an implementation of DNS in Java. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. Homepage: http://www.dnsjava.org Package: libdom4j-java-doc Priority: optional Section: doc Installed-Size: 4204 Maintainer: Debian Java Maintainers Architecture: all Source: dom4j Version: 1.6.1+dfsg.2-6.13.201403201326 Suggests: libdom4j-java Filename: 4.0-0/all/libdom4j-java-doc_1.6.1+dfsg.2-6.13.201403201326_all.deb Size: 488056 MD5sum: b4385522a83d57f98e01ccce55d05771 SHA1: 8828178c2fa0d85527aa81b7375f809a6f3625cb SHA256: ba23774a927ae3681a88a4c63090e8c345e5f60c6293640134296746962852b3 Description: documentation for libdom4j-java This package contains the documentation for dom4j, including the API Javadoc. Homepage: http://sourceforge.net/projects/dom4j/ Package: libdom4j-java Priority: optional Section: java Installed-Size: 539 Maintainer: Debian Java Maintainers Architecture: all Source: dom4j Version: 1.6.1+dfsg.2-6.13.201403201326 Depends: libjaxen-java, libjaxme-java, libxpp2-java, libxpp3-java, libbackport-util-concurrent-java Suggests: libdom4j-java-doc Filename: 4.0-0/all/libdom4j-java_1.6.1+dfsg.2-6.13.201403201326_all.deb Size: 334282 MD5sum: 6e06cbfa5abe92201bd1aa11b50e9b83 SHA1: 23d1a2e67fd2b9bf709eb43986ea2d7630ab2b41 SHA256: 0e1e898e7db53d221e431e2272c8c6c500717aa1c6f0065462b5d03ffd37c9fc Description: flexible XML framework for Java dom4j is a library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP. Homepage: http://sourceforge.net/projects/dom4j/ Package: libdoxia-java-doc Priority: optional Section: doc Installed-Size: 12740 Maintainer: Debian Java Maintainers Architecture: all Source: doxia Version: 1.1.4-2.5.201403201531 Depends: default-jdk-doc, libcommons-configuration-java-doc, liblog4j1.2-java-doc, libplexus-containers-java-doc, libplexus-utils-java-doc Suggests: libdoxia-java Filename: 4.0-0/all/libdoxia-java-doc_1.1.4-2.5.201403201531_all.deb Size: 2203280 MD5sum: 115e1e9c31d2b71f7f4ad10a84e6b3eb SHA1: 57010751bfc4e947e75e676222ee50d9b9cd7976 SHA256: 1c1bb936308342a263d356c868001c16c2a68b94ed6648926b34d859126577a0 Description: Documentation for libdoxia-java Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used extensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. . This package provides the API documentation for Doxia. Homepage: http://maven.apache.org/doxia/ Package: libdoxia-java Priority: optional Section: java Installed-Size: 1191 Maintainer: Debian Java Maintainers Architecture: all Source: doxia Version: 1.1.4-2.5.201403201531 Depends: libcommons-configuration-java, libcommons-lang-java (>= 2.6), libfop-java, libhttpclient-java, libitext1-java, liblog4j1.2-java (>= 1.2.16), libplexus-container-default-java, libplexus-containers-java, libplexus-i18n-java, libplexus-utils-java, libxerces2-java Suggests: libdoxia-java-doc Filename: 4.0-0/all/libdoxia-java_1.1.4-2.5.201403201531_all.deb Size: 730722 MD5sum: 2cf18aa46ce61e4553fecda195ddbdcf SHA1: 1b97649b4093e3e665f9a694b0e18b0681c9778f SHA256: cfe4573c7b54c108e65be589489671bc6eb32a386b321dce9f5edd368ff0bfda Description: powerful content generation framework Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used extensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. Homepage: http://maven.apache.org/doxia/ Package: libdoxia-maven-plugin-java Priority: optional Section: java Installed-Size: 85 Maintainer: Debian Java Maintainers Architecture: all Source: doxia-maven-plugin Version: 1.1.4-1.10.201403201548 Depends: libdoxia-java, libdoxia-sitetools-java, libmaven-doxia-tools-java, libmaven2-core-java, libplexus-utils-java Filename: 4.0-0/all/libdoxia-maven-plugin-java_1.1.4-1.10.201403201548_all.deb Size: 24802 MD5sum: abf93ee628268256f8905d1857b18004 SHA1: 4f102e3da446b983da6defbed5ee6ac3623d6a19 SHA256: b3172dbae97c30a55a13796e8c113bce2dcaeb299975606554c3199691fdeb3c Description: Maven plugin for Doxia Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used exensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. . This package provides a Maven plugin for Doxia. Homepage: http://maven.apache.org/doxia/doxia/doxia-maven-plugin Package: libdoxia-sitetools-java-doc Priority: optional Section: doc Installed-Size: 1932 Maintainer: Debian Java Maintainers Architecture: all Source: doxia-sitetools Version: 1.1.4-1.6.201403201557 Depends: default-jdk-doc, libdoxia-java-doc, libplexus-utils-java-doc, libxalan2-java-doc Suggests: libdoxia-sitetools-java Filename: 4.0-0/all/libdoxia-sitetools-java-doc_1.1.4-1.6.201403201557_all.deb Size: 324374 MD5sum: 311feec78c5b581b56df5c5f57b72e50 SHA1: a2a95fda0d7db22fadabb80f67a924dc1ed655a5 SHA256: ed658c503f6d0651760fc861cd90e02341700abd4ad728f5ae0f6b4a95b8eb25 Description: Documentation for Doxia Sitetools Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia. Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used exensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. . This package contains the API documentation of libdoxia-sitetools-java. Homepage: http://maven.apache.org/doxia/doxia-sitetools/ Package: libdoxia-sitetools-java Priority: optional Section: java Installed-Size: 269 Maintainer: Debian Java Maintainers Architecture: all Source: doxia-sitetools Version: 1.1.4-1.6.201403201557 Depends: libcommons-collections3-java, libdoxia-java, libitext1-java, libjaxp1.3-java, libplexus-container-default-java, libplexus-i18n-java, libplexus-utils-java, libplexus-velocity-java, libxalan2-java, velocity Suggests: libdoxia-sitetools-java-doc Conflicts: libdoxia-java (<= 1.0-alpha-7-1) Filename: 4.0-0/all/libdoxia-sitetools-java_1.1.4-1.6.201403201557_all.deb Size: 127834 MD5sum: 88cec990f12b5488ad84d349ff99d48f SHA1: 801bcc9bf893cdde98099c21e69421300f46f4d5 SHA256: 0a5df58c7f4ff7a644069096f1f1800b64b5b3a7fe7ed697d0f175315f6dc9d5 Description: Extension package of the content generation framework Doxia Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia. Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. . Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. . Doxia is used exensively by Maven and it powers the entire documentation system of Maven. It gives Maven the ability to take any document that Doxia supports and output it any format. Homepage: http://maven.apache.org/doxia/doxia-sitetools/ Package: libdpkg-log-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 1.20-2.2.201403182357 Depends: perl, libdatetime-perl, libdatetime-format-strptime-perl, libparams-validate-perl Filename: 4.0-0/all/libdpkg-log-perl_1.20-2.2.201403182357_all.deb Size: 25740 MD5sum: 43866e31a8ea61def5b40f8185918445 SHA1: 623f91bdd723232b2c4a831c4cbd2c4451ce6ebc SHA256: 4c112a504e733198832c5ed5f6f1bda6d4716a50466c0ca5df853025dbc33570 Description: module for parsing and analysing dpkg log files DPKG::Log is a perl library which aims at parsing and analysing a dpkg logfile. . It supports: - Parsing a dpkg log and representing each line as a separate generic object. - Analysing a dpkg log and extracting information from it, such as installed packages, upgraded packages etc. Homepage: http://search.cpan.org/dist/DPKG-Log/ Package: libdpkg-ruby1.8 Priority: optional Section: ruby Installed-Size: 29 Maintainer: Ryan Niebur Architecture: all Source: ruby-debian Version: 0.3.8.4.201403170610 Depends: ruby-debian (>= 0.3.8) Filename: 4.0-0/all/libdpkg-ruby1.8_0.3.8.4.201403170610_all.deb Size: 5014 MD5sum: 7ee33dd91232cdd02c23d69e5856b081 SHA1: f8af0449bca8f14b09269a8549ed37f3683b2ff8 SHA256: 823b27e5b6a011c88beb538b86e230ce52f410256d9a25c6e91245a9ac0f2ca5 Description: Transitional package for ruby-debian This is a transitional package to ease upgrades to the ruby-debian package. It can safely be removed. Package: libdpkg-ruby1.9.1 Priority: optional Section: ruby Installed-Size: 29 Maintainer: Ryan Niebur Architecture: all Source: ruby-debian Version: 0.3.8.4.201403170610 Depends: ruby-debian (>= 0.3.8) Filename: 4.0-0/all/libdpkg-ruby1.9.1_0.3.8.4.201403170610_all.deb Size: 5018 MD5sum: a03e6acfd5327896ce17f54bc6797456 SHA1: 5a72a6016db5f9bec9b24a37e6390d90b6c2ac4e SHA256: bd9195752dd24d1a7fa344823de0de165b36bdddf0a2e5200ff208dfaedf450c Description: Transitional package for ruby-debian This is a transitional package to ease upgrades to the ruby-debian package. It can safely be removed. Package: libdpkg-ruby Priority: optional Section: ruby Installed-Size: 29 Maintainer: Ryan Niebur Architecture: all Source: ruby-debian Version: 0.3.8.4.201403170610 Depends: ruby-debian (>= 0.3.8) Filename: 4.0-0/all/libdpkg-ruby_0.3.8.4.201403170610_all.deb Size: 5012 MD5sum: 27a9e1dcce341c01e3ca09cb7b30985a SHA1: ec7bde5d0e0d726eadbf054b322e8809a93d43a6 SHA256: de59547a66e4c314b7315601fe324150604849cbb410fa8233eeb89c74976c52 Description: Transitional package for ruby-debian This is a transitional package to ease upgrades to the ruby-debian package. It can safely be removed. Package: libdrizzle-dev Priority: extra Section: libdevel Installed-Size: 824 Maintainer: Tobias Frost Architecture: all Source: drizzle Version: 1:7.1.36-stable-1.3.201403280840 Depends: libdrizzle4, zlib1g-dev Filename: 4.0-0/all/libdrizzle-dev_7.1.36-stable-1.3.201403280840_all.deb Size: 634752 MD5sum: 7be10f0a4407b823b2eb6a23c2ec4a99 SHA1: 5d711c9f62864dd38d5ba0fd6d686bbd6cb39043 SHA256: 5fd7935323174d0a520c7a4adbbae8c687df528893eff5cd9e8ea09a9321976a Description: library for the Drizzle and MySQL protocols, development files libdrizzle is a library implementing both the Drizzle and MySQL protocols. It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . This package provides the files needed for development. Homepage: http://launchpad.net/drizzle Package: libdtdinst-java Priority: extra Section: java Installed-Size: 190 Maintainer: Debian XML/SGML Group Architecture: all Source: jing-trang Version: 20091111-5.8.201403220345 Filename: 4.0-0/all/libdtdinst-java_20091111-5.8.201403220345_all.deb Size: 141714 MD5sum: 35ed170749800f4c50cfdb64ed5f3afa SHA1: ef3b5b8c9466a91eb810c0118e93e86b4e74a8fe SHA256: 8c733a276167836e3b2a1d2d342a3d906d05139720834618273b301130cba337 Description: XML DTD to XML instance format converter - Java library dtdinst converts XML DTDs into XML instance format. The XML instance can be in either a format specific to DTDinst or RELAX NG format. . This package contains the Java library Homepage: http://code.google.com/p/jing-trang/ Package: libdtdparser-java Priority: optional Section: java Installed-Size: 807 Maintainer: Debian Java Maintainers Architecture: all Version: 1.21a-5.4.201403190027 Filename: 4.0-0/all/libdtdparser-java_1.21a-5.4.201403190027_all.deb Size: 81038 MD5sum: c12b0ed6df0b79edd0fa5125d1d9b43f SHA1: 0c7cccca5f947bc63f8386755994f1bcf963711d SHA256: a6b17a0f367e98b0ac77d70d191a15fe6dacc27460bb80f51c913f393909655b Description: Java DTD parser library DTD parsers for Java seem to be pretty scarce. That's probably because DTD isn't valid XML. At some point, if/when XML Schema becomes widely accepted, no one will need DTD parsers anymore. Until then, you can use this library to parse a DTD. . This library was packaged with ArgoUML in mind. Homepage: http://www.rpbourret.com/dtdparser/index.htm Package: libdublincore-record-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1.4.201403190031 Depends: perl, libclass-accessor-perl Filename: 4.0-0/all/libdublincore-record-perl_0.03-1.4.201403190031_all.deb Size: 13496 MD5sum: 64667da584bcfd870b158a95405786e5 SHA1: f5c59ce0ec051bbe6af4c69a97c1c25e403ad0a3 SHA256: 8d0ad1445404ed8b9856a655c29e2a58b98e29b3f69b2763b875896a5207d83a Description: Container for Dublin Core metadata elements DublinCore::Record methods such as element(), elements(), title(), etc return DublinCore::Element objects as their result. These can be queried further to extract an elements content, qualifier, language, and schema. For a definition of these attributes please see RFC 2731 and http://www.dublincore.org. Homepage: http://search.cpan.org/dist/DublinCore-Record/ Package: libdumbster-java Priority: extra Section: java Installed-Size: 207 Maintainer: Stefan Denker Architecture: all Source: dumbster Version: 1.6+debian-2.2.201403202249 Depends: libgnumail-java Suggests: junit Filename: 4.0-0/all/libdumbster-java_1.6+debian-2.2.201403202249_all.deb Size: 26948 MD5sum: 842ed122345714016bc5eb8bc7426278 SHA1: c3178dec0f823260ad1ca95c8d4725ca93863f9d SHA256: 1fda9b7df6c59b0acef9883b9b20bb1747e0e0c4e46167a2523633f9594e24d5 Description: very simple fake SMTP Server for testing purposes The Dumbster is a very simple fake SMTP server designed for unit and system testing applications that send email messages. It responds to all standard SMTP commands but does not deliver messages to the user. The messages are stored within the Dumbster for later extraction and verification. . The Dumbster slots itself very easily into your testing strategy. As long as your application talks to an email server using SMTP then the Dumbster can be used to test the application with no code changes Homepage: http://quintanasoft.com/dumbster/ Package: libdune-common-doc Priority: optional Section: doc Installed-Size: 11435 Maintainer: Debian Science Maintainers Architecture: all Source: dune-common Version: 2.2.0-1.2.201403202306 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-common-doc_2.2.0-1.2.201403202306_all.deb Size: 837570 MD5sum: 1e2402ce4cce667248835698c48b6988 SHA1: ef57f14f79442b7d0bcd666132f88f0b53a988d1 SHA256: ce6ed0b27e6cbbf111d2851cc43c3fe806c51c9026d38ec6727019b630ce5f58 Description: toolbox for solving PDEs -- basic classes (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the basic classes. Homepage: http://www.dune-project.org/ Package: libdune-geometry-doc Priority: optional Section: doc Installed-Size: 5733 Maintainer: Debian Science Maintainers Architecture: all Source: dune-geometry Version: 2.2.0-1.2.201403202317 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-geometry-doc_2.2.0-1.2.201403202317_all.deb Size: 573238 MD5sum: 83c2335b802e77201594f12c59e6211c SHA1: 2d03d8ed71de2e3bfc3f0cff57208e38c6f926e1 SHA256: e0147085fc129ca0050d652f3a391a9b5fc2e5b03f44de7875b9a52b9935a8a7 Description: toolbox for solving PDEs -- geometry classes (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the geometry classes. Homepage: http://www.dune-project.org/ Package: libdune-grid-doc Priority: optional Section: doc Installed-Size: 44797 Maintainer: Debian Science Maintainers Architecture: all Source: dune-grid Version: 2.2.0-1.2.201403202331 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-grid-doc_2.2.0-1.2.201403202331_all.deb Size: 4893074 MD5sum: d5d0a51b0893b552aa823368409ceb6b SHA1: d442298a5bb95897770c02daf19ff49f0fd00cd0 SHA256: 810874857e1d8286a2f4ab2116ce9fd4f52357b1607325404c612d9eac2d0adb Description: toolbox for solving PDEs -- grid interface (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the grid interface. Homepage: http://www.dune-project.org/ Package: libdune-istl-dev Priority: optional Section: libdevel Installed-Size: 1035 Maintainer: Debian Science Maintainers Architecture: all Source: dune-istl Version: 2.2.0-1.2.201403210007 Depends: libdune-common-dev (>= 2.2.0) Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-istl-dev_2.2.0-1.2.201403210007_all.deb Size: 151038 MD5sum: 709df23e7f6bb80e271998c41ef87999 SHA1: a7b086948ca2ba98bd92d7a365c9509b9721fae6 SHA256: ccd35170f169f431c3da47f99b91909e007998d84bc5f00184d1db80a4a5471d Description: toolbox for solving PDEs -- iterative solvers (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the iterative solver template library. Homepage: http://www.dune-project.org/ Package: libdune-istl-doc Priority: optional Section: doc Installed-Size: 14555 Maintainer: Debian Science Maintainers Architecture: all Source: dune-istl Version: 2.2.0-1.2.201403210007 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-istl-doc_2.2.0-1.2.201403210007_all.deb Size: 1094378 MD5sum: de8363b88eca6ee0d964ef5b5705fe47 SHA1: f9fa42be5b879f97a52bee5576db12ebb93fe358 SHA256: d712571241ff1cc55873b277f8b4043e6de35e34e792091cce0d19be72e611df Description: toolbox for solving PDEs -- iterative solvers (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the iterative solver template library. Homepage: http://www.dune-project.org/ Package: libdune-localfunctions-dev Priority: optional Section: libdevel Installed-Size: 918 Maintainer: Debian Science Maintainers Architecture: all Source: dune-localfunctions Version: 2.2.0-1.2.201403210013 Depends: libdune-common-dev (>= 2.2.0), libdune-geometry-dev (>= 2.2.0) Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-localfunctions-dev_2.2.0-1.2.201403210013_all.deb Size: 87816 MD5sum: 6eb5eb50e6fe791911ad08de6a1e3cb9 SHA1: 18851d59e5376427f50fbf05ae6e6c30d9dbba7c SHA256: 7c76b128145a9a67ba4ee215d964bd2020a2e5f15b5ca15d8c3e60189e11988a Description: toolbox for solving PDEs -- local basis (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the interface for the local basis and layout of the degrees of freedom. Homepage: http://www.dune-project.org/ Package: libdune-localfunctions-doc Priority: optional Section: doc Installed-Size: 12638 Maintainer: Debian Science Maintainers Architecture: all Source: dune-localfunctions Version: 2.2.0-1.2.201403210013 Pre-Depends: dpkg (>= 1.15.6) Filename: 4.0-0/all/libdune-localfunctions-doc_2.2.0-1.2.201403210013_all.deb Size: 903844 MD5sum: 15c44f0181014e2708024957abf28603 SHA1: 18c32e3dd9b6236f0ad41d1fe75e533632534d5a SHA256: 45b4372a556a4f51966faeb6533b71d4bd7173e2a74301538464f9bd3fa055da Description: toolbox for solving PDEs -- local basis (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the interface for the local basis and layout of the degrees of freedom. Homepage: http://www.dune-project.org/ Package: libdynalang-java Priority: optional Section: java Installed-Size: 1263 Maintainer: Debian Java Maintainers Architecture: all Source: dynalang Version: 0.4-1.5.201403210340 Filename: 4.0-0/all/libdynalang-java_0.4-1.5.201403210340_all.deb Size: 174250 MD5sum: 03e52c48dbc1e62a5eaa4cdd40f9f4ce SHA1: 408f6f9db77536fcb8917b84b9c579274d92dafe SHA256: 5a24bc50c0511abfc18f8faff87c755ec8a0d84840b3330a5afa5240e9b2bd90 Description: The JVM Dynamic Languages Metaobject Protocol Library This library aims to make it possible for objects created by a runtime for one dynamic language to be passed to and manipulated by a different dynamic language, running within the same JVM. More generally, it aims to provide a facility where an arbitrary system (usually a language runtime) can intuitively manipulate any arbitrary object model built atop of Java objects (usually the native object model of some other language). . Basically, it provides a unified mechanism that all dynamic languages on the JVM can use to inter-operably manipulate their own objects as well as objects from any other language that also uses this mechanism. Homepage: http://dynalang.sourceforge.net Package: libeasyconf-java-doc Priority: optional Section: doc Installed-Size: 1064 Maintainer: Debian Java Maintainers Architecture: all Source: easyconf Version: 0.9.5-3.5.201403210504 Suggests: libeasyconf-java Filename: 4.0-0/all/libeasyconf-java-doc_0.9.5-3.5.201403210504_all.deb Size: 74534 MD5sum: 5eaf166ad7a706dbc61c3c02eb7840bf SHA1: 2d6c674e549ff875ad730b062dee27e4c5003eca SHA256: aa871371ce939171726f050f55be0736012af6644250bf135d4f121975a7a636 Description: library to access configuration of software components - Javadoc EasyConf is a library to access configuration of software components and applications. . EasyConf main features: * XML files, typed property files (including lists, numbers, classes, etc), or a combination of both * multiple environments (development, integration, preproduction, production) * aggregate several components: for example for portlets and portals * support for ASP applications: each company/organization serviced may have its own configuration * provides access to the configuration using JMX . This package contains EasyConf API Javadoc documentation. Homepage: http://easyconf.sourceforge.net/ Package: libeasyconf-java Priority: optional Section: java Installed-Size: 110 Maintainer: Debian Java Maintainers Architecture: all Source: easyconf Version: 0.9.5-3.5.201403210504 Depends: libcommons-beanutils-java, libcommons-collections3-java, libcommons-configuration-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java Suggests: libservlet2.5-java, libstruts1.2-java, libxstream-java Filename: 4.0-0/all/libeasyconf-java_0.9.5-3.5.201403210504_all.deb Size: 47068 MD5sum: 99d1d5b6a090c4b4d9705b90e2fca837 SHA1: ad5d93623c9324410d026cd9aee787b373ae0023 SHA256: 2a3d13ed31e67459d05fedd537eac48df278c30f77993390a81c16911b83d6d1 Description: library to access configuration of software components EasyConf is a library to access configuration of software components and applications. . EasyConf main features: * XML files, typed property files (including lists, numbers, classes, etc), or a combination of both * multiple environments (development, integration, preproduction, production) * aggregate several components: for example for portlets and portals * support for ASP applications: each company/organization serviced may have its own configuration * provides access to the configuration using JMX . This package contains EasyConf java library (JAR). Homepage: http://easyconf.sourceforge.net/ Package: libeasymock-java-doc Priority: optional Section: doc Installed-Size: 1467 Maintainer: Debian Java Maintainers Architecture: all Source: easymock Version: 2.4+ds1-7.5.201403210522 Filename: 4.0-0/all/libeasymock-java-doc_2.4+ds1-7.5.201403210522_all.deb Size: 112378 MD5sum: 205feaaca382757fb87bd2d1026b458a SHA1: e5312e52d6cf394cceaacf0736620b91a596cccd SHA256: a8678417ebacfa21be5548e628a34edf1439dbcadc57fecbe381abcca46a2e40 Description: Java library to generate Mock Objects for given interfaces (documentation) EasyMock 2 is a library that provides an easy way to use Mock Objects for given interfaces. Mock Objects simulate parts of the behavior of domain code, and are able to check whether they are used as defined. Domain classes can be tested in isolation by simulating their collaborators with Mock Objects. . This package contains the documentation for the Mock Objects library. Enhances: libeasymock-java Homepage: http://www.easymock.org Package: libeasymock-java Priority: optional Section: java Installed-Size: 121 Maintainer: Debian Java Maintainers Architecture: all Source: easymock Version: 2.4+ds1-7.5.201403210522 Suggests: libeasymock-java-doc Filename: 4.0-0/all/libeasymock-java_2.4+ds1-7.5.201403210522_all.deb Size: 58756 MD5sum: b97e2ef3651af0b38a0936529676c81c SHA1: 5b4bd10c7a3333cbfb4af0e67c516d0e1007a2b5 SHA256: ac7dd03e86a6bcf482bed872cbda40b0abeb69612c9854081016af59df4f24ab Description: Java library to generate Mock Objects for given interfaces EasyMock 2 is a library that provides an easy way to use Mock Objects for given interfaces. Mock Objects simulate parts of the behavior of domain code, and are able to check whether they are used as defined. Domain classes can be tested in isolation by simulating their collaborators with Mock Objects. Homepage: http://www.easymock.org Package: libeb-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-eb Version: 2.6-2.4.201403170646 Depends: ruby-eb Filename: 4.0-0/all/libeb-ruby1.8_2.6-2.4.201403170646_all.deb Size: 3412 MD5sum: e277dd01eb25e0391550176b45f3e659 SHA1: cd69d84a3b487f8ac3b4c3c525e0bb4bcbb87f44 SHA256: 5307756cb6c11b9a3a79a42774e6201260cf676441a52aab09f729d9399993dd Description: EB library interface for the Ruby (transitional package) This is a dummy transition package that can be safely removed once no package depend on it. Homepage: http://rubyeb.sourceforge.net/ Package: libecasound-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 88 Maintainer: Debian Multimedia Maintainers Architecture: all Source: ecasound Version: 2.9.0-1.2.201403210638 Depends: ruby-ecasound Filename: 4.0-0/all/libecasound-ruby1.8_2.9.0-1.2.201403210638_all.deb Size: 62620 MD5sum: 3c8abf824d5451264e268e9e843f52d5 SHA1: 7f7d5841986bc674782f094efd01dd38dd31c86a SHA256: f10000a22fa23667594e26429b806c0b7b164d8550400f2b2075d488ded99146 Description: transitional dummy package for ruby-ecasound This dummy package is provided for a smooth transition from the previous libecasound-ruby1.8 package to the ruby-ecasound package. . It may be safely removed after installation. Homepage: http://www.eca.cx/ecasound/ Package: libecasoundc2.2-dev Priority: extra Section: oldlibs Installed-Size: 88 Maintainer: Debian Multimedia Maintainers Architecture: all Source: ecasound Version: 2.9.0-1.2.201403210638 Depends: libecasoundc-dev Filename: 4.0-0/all/libecasoundc2.2-dev_2.9.0-1.2.201403210638_all.deb Size: 62620 MD5sum: 1f1601a298535e3f8a63116fc05b0ddc SHA1: 0b60ef3e710891d3f6ec9d8727a882405c7929d7 SHA256: 2933e6337bd97fc08dead892428f825f03cd4c3691c25c5a3c09110be75ffba3 Description: transitional dummy package for libecasoundc-dev This dummy package is provided for a smooth transition from the previous libecasoundc2.2-dev package to the libecasoundc-dev package. . It may be safely removed after installation. Homepage: http://www.eca.cx/ecasound/ Package: libeclipselink-java-doc Priority: optional Section: doc Installed-Size: 47030 Maintainer: Debian Java Maintainers Architecture: all Source: eclipselink Version: 2.1.3-2.9.201403211003 Recommends: libeclipselink-java (= 2.1.3-2.9.201403211003) Suggests: default-jdk-doc Filename: 4.0-0/all/libeclipselink-java-doc_2.1.3-2.9.201403211003_all.deb Size: 3812824 MD5sum: f5d8e2bb3687f1034bd98a197e4f73aa SHA1: 5447e5b8f3643288f9125ba38890b7d5e3db5bf4 SHA256: e80946b83a344a9f21d1edc4a9ac48a808ca2e6facd8052b443f762148242aae Description: Documentation for libeclipselink-java Documentation for Eclipse Persistence Services Project, more commonly known as EclipseLink, that is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Homepage: http://www.eclipse.org/eclipselink/ Package: libeclipselink-java Priority: optional Section: java Installed-Size: 5778 Maintainer: Debian Java Maintainers Architecture: all Source: eclipselink Version: 2.1.3-2.9.201403211003 Depends: glassfish-javaee, libgeronimo-jpa-2.0-spec-java, libgeronimo-validation-1.0-spec-java, libasm-java, libasm2-java, antlr3 (>= 3.2) Recommends: aspectj, libsdo-api-java Suggests: libeclipselink-java-doc (= 2.1.3-2.9.201403211003) Filename: 4.0-0/all/libeclipselink-java_2.1.3-2.9.201403211003_all.deb Size: 5439174 MD5sum: 3bf31946700b185d51d545dc2dd2a184 SHA1: c2b40944a1cbdb47915ab40b65b8a7f4d4fb6137 SHA256: 0a64e00038a88532309f2a5d3081f4b142d51b5a7e5278b20f1a0a2f3bbbf373 Description: Eclipse Persistence Services Project Eclipse Persistence Services Project, more commonly known as EclipseLink, is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Homepage: http://www.eclipse.org/eclipselink/ Package: libecore-doc Priority: optional Section: doc Installed-Size: 5746 Maintainer: Debian Pkg-e Team Architecture: all Source: ecore Version: 1.2.0-2.2.201403211016 Filename: 4.0-0/all/libecore-doc_1.2.0-2.2.201403211016_all.deb Size: 2702278 MD5sum: 55618f9d51b7b01de41516dbc128a680 SHA1: 969e7cf46dab136f0da1d843e6f2b9b466bf4085 SHA256: d10275e55089c0c8f8dad262ee5a195473544caa6f6f14d6d34c8adf6d8de465 Description: Ecore API Documentation This is the core event abstraction layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimized, and convenient. It's a separate library so anyone can make use of the work put into Ecore to make this job easy for applications. . This package provides development documentation (html and manpages)for the Ecore library. Enhances: libecore-dev Homepage: http://enlightenment.org Package: libedje-doc Priority: optional Section: doc Installed-Size: 9331 Maintainer: Debian Pkg-e Team Architecture: all Source: edje Version: 1.2.0-1.2.201403211154 Filename: 4.0-0/all/libedje-doc_1.2.0-1.2.201403211154_all.deb Size: 1359978 MD5sum: b765110f0667d06169c3b8311a62b47e SHA1: adb3142d14083280cea4988a3e7c4fc902dff063 SHA256: d0e785432320264faa1b8cfdcc0d78d246e6df5809fb8442ab078c07f7a9ea51 Description: libedje0 development documentation Edje is a graphical layout and animation library for animated resizable, compressed and scalable themes. It is the theming engine behind Enlightenment DR 0.17. . This package provides development documentation for Edje. Enhances: libedje-dev Homepage: http://enlightenment.org Package: libeet-doc Priority: optional Section: doc Installed-Size: 1177 Maintainer: Debian Pkg-e Team Architecture: all Source: eet Version: 1.6.0-1.6.201403211235 Filename: 4.0-0/all/libeet-doc_1.6.0-1.6.201403211235_all.deb Size: 355888 MD5sum: 2283e7ec4a5b3de62dc4707aad9b228e SHA1: 12656679f98a22bb49f41c1542e30a07dae18f8b SHA256: cc6ba41ce94870a0135057a01c717db3320e20319f4a3cabc40fd3d5c1dcb3a7 Description: libeet1 API documentation Eet is a tiny library designed to write an arbitrary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allows fast random-access reading of the file later on. It does not do zip as zip itself has more complexity than needed, and it was much simpler to implement this once here. . This package contains documentation (html and manpages) for development with libeet. Enhances: libeet-dev Homepage: http://www.enlightenment.org Package: libefreet-doc Priority: optional Section: doc Installed-Size: 763 Maintainer: Debian Pkg-e Team Architecture: all Source: efreet Version: 1.2.0-1.2.201403211336 Filename: 4.0-0/all/libefreet-doc_1.2.0-1.2.201403211336_all.deb Size: 179416 MD5sum: 8f36555be7b19d1e894a4adfa992bf7a SHA1: 3203de3b73ed51fbf4862c5477a47f14fb1b6c8d SHA256: f53b2ff77b822a9e86a6aa5eb67bb9a66d3fec34c98c1f27b5b41ad3aff77373 Description: libefreet and libfreet-mime API documentation An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included: - Base Directory - Desktop Entry - Icon Theme - Menu . This package contains HTML documentation for development with libefreet and libefreet-mime. Enhances: libefreet-dev Homepage: http://www.enlightenment.org Package: libehcache-java Priority: optional Section: java Installed-Size: 1035 Maintainer: Debian Java Maintainers Architecture: all Source: ehcache Version: 2.5.0-1.5.201403211616 Depends: libcommons-logging-java, libcommons-collections3-java, libservlet2.5-java, libbackport-util-concurrent-java, libjsr107cache-java Filename: 4.0-0/all/libehcache-java_2.5.0-1.5.201403211616_all.deb Size: 856952 MD5sum: eba24577bea30a6804685faf90608ae2 SHA1: 60714a082a8cbe8c823386c1d273bf0968b32c68 SHA256: dc356a0ba2db69e479abf5ae9feeb783350404e074de1def3c62f259b96cec50 Description: distributed cache library Ehcache is a distributed cache for general purpose caching in Java, J2EE and light-weight containers. It features memory and disk stores, replicate by copy and invalidate, listeners, a gzip caching servlet filter and much more. Homepage: http://ehcache.sourceforge.net/ Package: libeigen2-doc Priority: extra Section: doc Installed-Size: 5598 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: eigen2 Version: 2.0.17-1.5.201403211628 Suggests: libeigen2-dev Filename: 4.0-0/all/libeigen2-doc_2.0.17-1.5.201403211628_all.deb Size: 743216 MD5sum: fd34648b14dc223672887340d1904967 SHA1: 5ab3998527eb2af51207fbac7d95119ba3f92b3a SHA256: 2bfaecfe0ceb994c5c09c959aa3af258833feed82c7f2480990c9e952f9e5124 Description: eigen2 API docmentation Eigen 2 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. . This package provides the complete eigen2 4 API documentation in HTML format. Homepage: http://eigen.tuxfamily.org Package: libeigen3-doc Priority: extra Section: doc Installed-Size: 64305 Maintainer: Debian Science Maintainers Architecture: all Source: eigen3 Version: 3.1.0-1.2.201403211640 Depends: ttf-freefont, libjs-jquery Suggests: libeigen3-dev Filename: 4.0-0/all/libeigen3-doc_3.1.0-1.2.201403211640_all.deb Size: 18431028 MD5sum: d0ba1c6f977ae135d33c0dce8e708f25 SHA1: c1fd2dadd84cf743e7f2e1d5d852e9ec9498e074 SHA256: 7b76520dc8389bda7b7134e7423f80d75a959bc5ba0604b809c67628283923a8 Description: eigen3 API documentation Eigen 3 is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra. . This package provides the complete eigen3 API documentation in HTML format. Homepage: http://eigen.tuxfamily.org Package: libeigenbase-farrago-java Priority: optional Section: java Installed-Size: 124 Maintainer: Damien Raude-Morvan Architecture: all Source: eigenbase-farrago Version: 0.9.0-1.5.201403211748 Depends: default-jre-headless | java5-runtime-headless, libeigenbase-resgen-java Filename: 4.0-0/all/libeigenbase-farrago-java_0.9.0-1.5.201403211748_all.deb Size: 87826 MD5sum: 610751dc7aa4867d3d733fdae4b50177 SHA1: 5593651708ea5bdbedd76256f5065822a7b2fc05 SHA256: 10f483d88cfd28bd1efc6627c47350eb650f8228ed622de6e865b00ba261b0e3 Description: Java framework for constructing RDBMS services Farrago is an extensible platform for constructing enterprise-class RDBMS services . Farrago is not an end-user product like MySQL or PostgreSQL. It provides a standards-based pluggable architecture, component library, and toolset for developers of other projects which specialize it. . This package only ship eigenbase-properties part of Farrago. Homepage: http://farrago.sourceforge.net/ Package: libeigenbase-resgen-java-doc Priority: optional Section: doc Installed-Size: 6142 Maintainer: Damien Raude-Morvan Architecture: all Source: eigenbase-resgen Version: 1.3.0.13768-1.5.201403211752 Recommends: default-jdk-doc, junit-doc Suggests: libeigenbase-resgen-java Filename: 4.0-0/all/libeigenbase-resgen-java-doc_1.3.0.13768-1.5.201403211752_all.deb Size: 681280 MD5sum: f33a15a76ee578dae7b56f3bbe790781 SHA1: 86b85c57d532cb7e900bffed23c11ec36471a398 SHA256: e99afc88f34490af95f454893474041df53c4bcf1ca79c04d75fb7db79325838 Description: Java i18n code generator from XML files - documentation Eigenbase Resource Generator helps you build and maintain internationalized applications in Java. From a simple XML file, it generates classes to access those resources in a type-safe manner. . It is tightly integrated with Ant, to make the development process painless; and it supports a variety of schemes to determine the current locale. . This package contains Javadoc API documentation of eigenbase-resgen. Homepage: http://eigenbase.sourceforge.net/resgen/ Package: libeigenbase-resgen-java Priority: optional Section: java Installed-Size: 181 Maintainer: Damien Raude-Morvan Architecture: all Source: eigenbase-resgen Version: 1.3.0.13768-1.5.201403211752 Depends: libxerces2-java Filename: 4.0-0/all/libeigenbase-resgen-java_1.3.0.13768-1.5.201403211752_all.deb Size: 146338 MD5sum: cd69c2b04356a7222155ed3f3e12c8c2 SHA1: 2c258bd1ddda28ab1109a7b1499acbf66d3ba118 SHA256: 09d598ad66aff2fdb22e70d19d4dc76fcad071fa679b4a99ebd4de1268eab203 Description: Java i18n code generator from XML files Eigenbase Resource Generator helps you build and maintain internationalized applications in Java. From a simple XML file, it generates classes to access those resources in a type-safe manner. . It is tightly integrated with Ant, to make the development process painless; and it supports a variety of schemes to determine the current locale. Homepage: http://eigenbase.sourceforge.net/resgen/ Package: libeina-doc Priority: optional Section: doc Installed-Size: 13223 Maintainer: Debian Pkg-e Team Architecture: all Source: eina Version: 1.2.0-2.6.201403211758 Filename: 4.0-0/all/libeina-doc_1.2.0-2.6.201403211758_all.deb Size: 9896052 MD5sum: 187f6744b632795380e83882ace18a0f SHA1: f95014a45565fbe6cf794ca8b016b6fb3806561c SHA256: e25cdccac619b241522a19166c007a6d64e1f8e8ca325d5088fadc8e008426f6 Description: Documentation for use with libeina Eina is a multi-platform library that provides optimized data types and a few tools. It supports the following data types: - Array - Hash Table - Double-linked list - Red-black tree - Shared string - Access Content types + Accessor: can access items of a container randomly + Iterator: can access items of a container sequentially . This package contains documentation for libeina. Enhances: libeina-dev Homepage: http://www.enlightenment.org Package: libelemental-doc Priority: optional Section: doc Installed-Size: 999 Maintainer: Debichem Team Architecture: all Source: gelemental Version: 1.2.0-8.4.201403130702 Recommends: libelemental-dev Filename: 4.0-0/all/libelemental-doc_1.2.0-8.4.201403130702_all.deb Size: 303352 MD5sum: dc89a9a1ef55ae0f732f2c8d3976ec92 SHA1: 631bd17781e3885e7e6fb82045a9e33cf177e8d8 SHA256: 6342d051f635052a5d5e3902c19bf08eb1491c33495ff2ccf5999ce3d85cf67f Description: Periodic Table viewer (API documentation) gElemental is a GTK+ periodic table viewer that provides detailed information about chemical elements. . It features a table view which allows the elements to be coloured thematically by several properties, a sortable list view and an element properties dialog, displaying a variety of information, including historical, thermodynamic, electrochemical, and crystallographic properties. . This package contains the API documentation. Homepage: http://web.archive.org/web/20080209213045/http://www.kdau.com/projects/gelemental/ Package: libelementary-data Priority: optional Section: misc Installed-Size: 1068 Maintainer: Debian Pkg-e Team Architecture: all Source: elementary Version: 0.7.0.55225-1.3.201403261224 Filename: 4.0-0/all/libelementary-data_0.7.0.55225-1.3.201403261224_all.deb Size: 938010 MD5sum: 24154563bb3e9425044f2d8e802205a8 SHA1: c153bb7bdcef11f964f371e64558d521eb1e480c SHA256: 7253afc24e742e283217ea7d68c2ca81fc48e54b370fdf9f536925cec40f228c Description: runtime data-files for libelementary Elementary is a widget set based on the Enlightenment Foundation Libraries, primarily aimed at creating graphical user interfaces for mobile and embedded devices. . This package contains graphics and styles needed by applications using elementary. Homepage: http://www.enlightenment.org Package: libeliom-ocaml-doc Priority: optional Section: doc Installed-Size: 37511 Maintainer: Debian OCaml Maintainers Architecture: all Source: eliom Version: 2.2.2-1.2.201403212105 Filename: 4.0-0/all/libeliom-ocaml-doc_2.2.2-1.2.201403212105_all.deb Size: 1654408 MD5sum: bb539f7722f8a9f843767282e87c295b SHA1: 6cd3a7be87c36e0e5428e35caebb3c2fa96ddac4 SHA256: f3f0b63cb74c4da81442f326b445565972f39ccb313f0c8478f0970c55df4bbb Description: web framework for ocsigenserver (documentation) Eliom allows one to easily develop sophisticated client/server Web applications using OCaml. . This package contains documentation: the manual (in wikicreole format) and the API reference generated by ocamldoc (in HTML format). Enhances: libeliom-ocaml-dev Homepage: http://ocsigen.org/eliom Package: libelixirfm-perl Priority: optional Section: perl Installed-Size: 191 Maintainer: Debian Perl Group Architecture: all Version: 1.1.976-2.2.201403190225 Depends: perl, libencode-arabic-perl Filename: 4.0-0/all/libelixirfm-perl_1.1.976-2.2.201403190225_all.deb Size: 51806 MD5sum: 2eb49b723d6d31be91e54282bc5d361f SHA1: f2d01e59934f3e66f5d81b9c81589cedf0ba6387 SHA256: 5506eafb8e7fd42cf54f0c9b324011772816af2f444596f00f704668cc9f5e32 Description: perl implementation for Functional Arabic Morphology The ElixirFM module reimplements some of the functionality of the ElixirFM system written in Haskell, which implements Functional Arabic Morphology. . ElixirFM can process words of Modern Written Arabic using four different modes. . You can find documentation for this module at http://elixir-fm.wiki.sourceforge.net/ Homepage: http://elixir-fm.sourceforge.net Package: libemail-abstract-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 3.004-1.21.201403190241 Depends: perl, libemail-simple-perl, libmodule-pluggable-perl, libmro-compat-perl Recommends: libmime-tools-perl (>= 5.501) Filename: 4.0-0/all/libemail-abstract-perl_3.004-1.21.201403190241_all.deb Size: 25250 MD5sum: 707da056dd0227ee948214892dd5f3f2 SHA1: f36029e02700492e1db463d7161dd397a57fd31e SHA256: a23b7191629763eea019a0207b163ca95d7ffbef50fe4399586b795ff8fbf051 Description: library that presents unified interface to mail representations "Email::Abstract" provides module writers with the ability to write representation-independent mail handling code. Where previously one would either have to specify the mail class required, or to build a new object from scratch, "Email::Abstract" can be used to perform certain simple operations on an object regardless of its underlying representation. Homepage: http://emailproject.perl.org/wiki/Email::Abstract Package: libemail-date-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 1.103-3.4.201403190254 Depends: perl, libtime-piece-perl, libemail-abstract-perl, libtimedate-perl, libemail-date-format-perl Filename: 4.0-0/all/libemail-date-perl_1.103-3.4.201403190254_all.deb Size: 8640 MD5sum: 8a91d9124420d306bea70677015321cf SHA1: 59b6f50f66f40ba26bbdcaae51c045c2bb78d4fd SHA256: 36fa10d58d88c6d5c10ebc94bd95ced5a7598f30941dc6f663d2efefabe9e393 Description: Perl module for correct formatting of dates in emails RFC 2822 defines the Date: header. It declares the header a required part of an email message. The syntax for date headers is clearly laid out. Still, even a perfectly planned world has storms. The truth is, many programs get it wrong. Very wrong. Or, they don't include a Date: header at all. This often forces you to look elsewhere for the date, and hoping to find something. . For this reason, the tedious process of looking for a valid date has been encapsulated in this software. Further, the process of creating RFC compliant date strings is also found in this software. Homepage: http://search.cpan.org/dist/Email-Date/ Package: libemail-filter-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.032-1.4.201403190257 Depends: perl, libemail-localdelivery-perl, libclass-trigger-perl, libemail-simple-perl, libipc-run-perl Filename: 4.0-0/all/libemail-filter-perl_1.032-1.4.201403190257_all.deb Size: 12068 MD5sum: f7b2cb2833badece20c76104ac5ed564 SHA1: a5060e4cb05c0f27fab66fdd926d6fcac7c15d63 SHA256: f2912d3c99ee187068f672ea30e61eb4b790c2258359c2c23f0c2270ecd998b7 Description: library for creating easy email filters Email::Filter is another module produced by the "Perl Email Project", a reaction against the complexity and increasing bugginess of the "Mail::*" modules. It replaces Mail::Audit, and allows you to write programs describing how your mail should be filtered. Homepage: http://emailproject.perl.org/wiki/Email::Filter Package: libemail-find-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Francesco Cecconi Architecture: all Version: 0.10-dfsg-1.1.4.201403190300 Depends: perl, libemail-valid-perl, libemail-address-perl Filename: 4.0-0/all/libemail-find-perl_0.10-dfsg-1.1.4.201403190300_all.deb Size: 17114 MD5sum: cb2fc087ba1b91a42c35f724f210aaf3 SHA1: 69f53b3063df3d23cb2c6fd6e41d8f5a24f4b88e SHA256: b96dd53349e6ec2c6231bd0cd6bec9e086da3942ea60dff62e3f2202051ec90c Description: Find RFC 822 email addresses in plain text Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text. The addresses it finds are not guaranteed to exist or even actually be email addresses at all, but they will be valid RFC 822 syntax. . Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human. . Homepage: http://search.cpan.org/~miyagawa/Email-Find-0.10/ Package: libemail-folder-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 0.855-1.4.201403190306 Depends: perl, libemail-foldertype-perl, libemail-simple-perl Filename: 4.0-0/all/libemail-folder-perl_0.855-1.4.201403190306_all.deb Size: 22398 MD5sum: 0a4c6eb74aa03c0a4ec6609dcd6a4119 SHA1: c834f69c742a26b6bc964d2c781e06e07e068c48 SHA256: 61210b09b30f9f2f5974a69f0cb255b6eb19aecb82617d017b4b5238346257cf Description: Perl module to read mail from a folder Email::Folder is a Perl module which reads all messages from a folder into Email::Simple objects (see libemail-simple-perl for more), making them easy to manipulate from Perl. It becomes fairly trivial to extract information from headers in your mail, or change them to different values. As a result, this provides a general purpose mail handling facility. Homepage: http://search.cpan.org/dist/Email-Folder/ Package: libemail-foldertype-perl Priority: optional Section: perl Installed-Size: 66 Maintainer: Michael Ablassmeier Architecture: all Version: 0.813-1.4.201403190308 Depends: perl, libmodule-pluggable-perl Filename: 4.0-0/all/libemail-foldertype-perl_0.813-1.4.201403190308_all.deb Size: 15170 MD5sum: 3b51431706ebb85b049419f764c1c178 SHA1: da49ea449af8f2c1aae8bb9b8dfbfa744e1f8452 SHA256: ffdc14d57f34ad08193cecee2c9f09e10635aa7c04ff519095c18ca39eded0ad Description: determine the type of a mail folder Provides a utility function for detecting the type of a given mail folder. Available types are subject to the types that are registered. Package: libemail-localdelivery-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.217-2.4.201403190314 Depends: perl, libfile-path-expand-perl (>= 1.01-1), libemail-foldertype-perl (>= 0.7-1), libemail-simple-perl (>= 1.998), liblockfile1 (>= 1.0-1) Filename: 4.0-0/all/libemail-localdelivery-perl_0.217-2.4.201403190314_all.deb Size: 9780 MD5sum: 08dcfeff6d6ea0592b464ce1b6036e9c SHA1: 5f5bd1450eff6a576fd4916a0494bcaae14e7f6d SHA256: d654512b97feaf5aaefee0f1d69d0be3881706da9ad552de95d59ec4d1481403 Description: Deliver a piece of email - simply Email::LocalDelivery delivers an email to a list of mailboxes. Homepage: http://emailproject.perl.org/wiki/Email::LocalDelivery Package: libemail-mime-createhtml-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Debian Perl Group Architecture: all Version: 1.030-1.5.201403190327 Depends: perl, libhtml-tokeparser-simple-perl, liblog-trace-perl, libmime-types-perl, libdata-serializer-perl, libhtml-tagset-perl, libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl, libfile-policy-perl, libwww-perl Filename: 4.0-0/all/libemail-mime-createhtml-perl_1.030-1.5.201403190327_all.deb Size: 30852 MD5sum: 495e9d8e7fcf32b4dba738de016d308f SHA1: ab89b58f8ac42754737d031d1ad82fa3ba60ffba SHA256: 66cddca5570d2dd8ada8d2615bd05deb7da2c91d1e057ed43507aeb5187327a5 Description: multipart HTML email builder Email::MIME::CreateHTML allows you to build HTML emails, optionally with a text-only alternative and embedded media objects. . For example, an HTML email with an alternative version in plain text and with all the required images contained in the mail. . Note that this module does not send any mail, it merely does the work of building the appropriate MIME message. The message can be sent with Email::Send or any other mailer that can be fed a string representation of an email message. Homepage: http://search.cpan.org/dist/Email-MIME-CreateHTML/ Package: libemail-outlook-message-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Debian Perl Group Architecture: all Version: 0.911-1.2.201403190340 Depends: perl, libemail-mime-perl, libio-string-perl, libole-storage-lite-perl Filename: 4.0-0/all/libemail-outlook-message-perl_0.911-1.2.201403190340_all.deb Size: 23066 MD5sum: 6eafb5ef10ef07640e71d3586c8f1f8c SHA1: ef0af23ec5e41bdc84c84b790ed78e6ed67ea17b SHA256: 7a8aa8d915391ad925a0d5012ab43916c75bf0a5278eb0f6904bee61aef139fb Description: module for reading Outlook .msg files Email::Outlook::Message reads e-mail messages stored as .msg files (such as generated by Microsoft Outlook), and converts them to Email::MIME objects. . Not all data in the .msg file is converted. The meaning of some parts hasn't been worked out, while other parts do not make sense outside of Outlook and Exchange. . Currently GPG signed mail is not processed correctly and neither are attachments of type 'appledoublefile'. Homepage: http://github.com/mvz/email-outlook-message-perl Package: libemail-received-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.4.201403190342 Depends: perl, libregexp-common-perl Filename: 4.0-0/all/libemail-received-perl_1.00-1.4.201403190342_all.deb Size: 11848 MD5sum: 2ececf264d4ac6660b41f5f0eba169a2 SHA1: f363aa791fa0944d0fdef9a4a79dd9ee2dbb66c4 SHA256: 22ba3f945996cb38c7016b324210445f4533e03bb649d1d9643c0177a58f0a91 Description: Perl module to parse an email Received: header Email::Received is a Perl Email Project rewrite of SpamAssassin's email header parser. This was done so that the great work they did in analysing pretty much every possible Received header format could be used in applications other than SpamAssassin itself. . The module provides one function, parse_received, which takes a single Received line. It then produces either nothing, if the line is unparsable, or a hash reference if it parsed the message. Homepage: http://search.cpan.org/dist/Email-Received/ Package: libemail-send-io-perl Priority: optional Section: perl Installed-Size: 50 Maintainer: Debian Perl Group Architecture: all Version: 2.200-1.23.201403190348 Replaces: libemail-send-perl (<< 2.186) Depends: perl, libio-all-perl (>= 0.32), libreturn-value-perl Recommends: libemail-send-perl Filename: 4.0-0/all/libemail-send-io-perl_2.200-1.23.201403190348_all.deb Size: 5884 MD5sum: 14b1bfd31be777576eceb2864071b31e SHA1: 6ec07ef9446fd2feb05a6d8dfc71a82b18d2da2a SHA256: d9e9eb287c1ed59bc7370b257a3592a4e1028be9fb4598882edae1b1c842d280 Description: Send mail via IO::All Email::Send::IO is a mailer for Email::Send that will send a message using IO operations. By default it sends mail to STDERR, very useful for debugging. The IO functionality is built upon IO::All. . Homepage: http://search.cpan.org/dist/Email-Send-IO/ Package: libemail-send-perl Priority: optional Section: perl Installed-Size: 99 Maintainer: Debian Perl Group Architecture: all Version: 2.198-4.52.201403190350 Depends: perl, libreturn-value-perl (>= 1.28), libemail-simple-perl (>= 1.92), libclass-accessor-perl, libemail-address-perl (>= 1.80), libemail-abstract-perl Recommends: libemail-send-io-perl Filename: 4.0-0/all/libemail-send-perl_2.198-4.52.201403190350_all.deb Size: 36104 MD5sum: f4133b44558fbad1e88b9c2b2d9eff74 SHA1: 897dbad1b657a4253789796be5fc2631071508ba SHA256: 0cfc1ef0d6d17008ab4054ae59f7021eea972bee496cbf6696de01e44abf71bd Description: Perl module for simply sending email (deprecated) Email::Send provides a very simple, very clean, very specific interface to multiple mailers. The goal of this software is to be small and simple, easy to use, and easy to extend. . Note that this package has been deprecated upstream; please consider to use libemail-sender-perl instead. Homepage: http://search.cpan.org/dist/Email-Send/ Package: libemail-sender-perl Priority: optional Section: perl Installed-Size: 188 Maintainer: Debian Perl Group Architecture: all Version: 0.110005-1.4.201403190357 Depends: perl, libcapture-tiny-perl, libemail-abstract-perl (>= 3), libemail-address-perl, libemail-simple-perl, liblist-moreutils-perl, libmoose-perl (>= 0.70), libthrowable-perl, libtry-tiny-perl Filename: 4.0-0/all/libemail-sender-perl_0.110005-1.4.201403190357_all.deb Size: 80584 MD5sum: d2a60143751f52d5600c686000848c95 SHA1: 1afd3ce3115af6c709e1aae8765c885631301384 SHA256: 7669a1f90769a50918cbfeb1a2d715599f8fd7a6a06f1d9b3adffc9c76b3e384 Description: Perl module for sending email Email::Sender is a Perl module provides an interface to send email via many backends, including sendmail, SMTP, delivering directly to mbox file, etc. . Email::Sender replaces the old and sometimes problematic Email::Send library (see libemail-send-perl), which did a decent job at handling very simple mail sending tasks, but was not suitable for serious use for a variety of reasons. Homepage: http://search.cpan.org/dist/Email-Sender/ Package: libemail-sender-transport-smtp-tls-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.10-1.4.201403190403 Depends: perl, libemail-sender-perl (>= 0.102370), libnet-smtp-tls-butmaintained-perl, libmoose-perl Filename: 4.0-0/all/libemail-sender-transport-smtp-tls-perl_0.10-1.4.201403190403_all.deb Size: 9168 MD5sum: 480a9018e946f20a4ecc334db99b0820 SHA1: cccc19bd34c64b97e232e93e51c28b4e3134cc29 SHA256: 027dd59c671b732213e91912bf90661a0c586540e281b563ebdf5f2b09348273 Description: Perl module for sending email using TLS Email::Sender replaces the old and sometimes problematic Email::Send library, while this module replaces the Email::Send::SMTP::TLS. It is still alpha, but it works. use it at your own risk! Homepage: http://search.cpan.org/dist/Email-Sender-Transport-SMTP-TLS/ Package: libemail-thread-perl Priority: optional Section: perl Installed-Size: 46 Maintainer: Debian Perl Group Architecture: all Version: 0.711-1.4.201403190412 Depends: perl, libmail-thread-perl Filename: 4.0-0/all/libemail-thread-perl_0.711-1.4.201403190412_all.deb Size: 6042 MD5sum: 941443a1fc02999bfae36de50a579a47 SHA1: e4a4e2be4132d2f345f610a365e8bb6f4c24a751 SHA256: 62af6100b10b50a09fb3b2655ef065a5737bc4feeaf6feecb4dfdc3347e11bd8 Description: library providing threading for Email::Simple objects Email::Thread is a wrapper for Mail::Thread that allows it to work with Email::Simple objects. The combination of the two libraries allows collections of Email::Simple objects to be organized into threads by References and In-Reply-To headers. Homepage: http://search.cpan.org/dist/Email-Thread/ Package: libemail-valid-loose-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.05-3.4.201403190417 Depends: perl, libemail-valid-perl Filename: 4.0-0/all/libemail-valid-loose-perl_0.05-3.4.201403190417_all.deb Size: 6378 MD5sum: 83a944ce06727600b1569faa8793175b SHA1: 51915b06df827f82b1e7f26520898330c55a6ecb SHA256: 2210aeec080313f25d742b64f560cf9f01475de8f1d5430165c233f05a5481cc Description: Email::Valid which allows dot immediately before at mark Email::Valid::Loose is a subclass of Email::Valid, which allows dot (.) immediately before at-mark (@). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp). Enhances: libemail-valid-perl Homepage: http://search.cpan.org/dist/Email-Valid-Loose/ Package: libemboss-acd-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian-Med Packaging Team Architecture: all Source: emboss-explorer Version: 2.2.0-7.4.201403212337 Depends: perl, libparse-recdescent-perl Filename: 4.0-0/all/libemboss-acd-perl_2.2.0-7.4.201403212337_all.deb Size: 10808 MD5sum: a3939e49197a07baa39a06bcc215cb98 SHA1: 3dc8180fb4155d55d741cece2b6858f02e44e510 SHA256: fba797b03c4ef281e5009f89ac49575ce49b1faae93026d861ee11e694a98484 Description: perl module to parse EMBOSS ACD files EMBOSS::ACD parses EMBOSS Ajax Command Definition files and provides object-oriented access to the data contained therein. . For a complete specification of the ACD format, see http://emboss.sourceforge.net/developers/acd Homepage: http://embossgui.sourceforge.net/ Package: libembryo-doc Priority: optional Section: doc Installed-Size: 317 Maintainer: Debian Pkg-e Team Architecture: all Source: embryo Version: 1.2.0-1.4.201403212340 Filename: 4.0-0/all/libembryo-doc_1.2.0-1.4.201403212340_all.deb Size: 96556 MD5sum: fadf3c6fd0bba59a83bba5ef6d84fe95 SHA1: a43d4048b5c20ac4cbc7e5d7a3564997d21d0a48 SHA256: 74d76fef5413788ef1d1b277156224de27bed693cb50c4b54e4d5424be0c5d92 Description: libembryo1 development documentation Embryo is primarily a shared library that gives you an API to load and control interpreted programs compiled into an abstract machine bytecode that it understands. This abstract (or virtual) machine is similar to a real machine with a CPU, but it is emulated in software. . This package provides development documentation for Embryo. Enhances: libembryo-dev Homepage: http://www.enlightenment.org Package: libemma-java Priority: optional Section: java Installed-Size: 499 Maintainer: Debian Java Maintainers Architecture: all Source: emma-coverage Version: 2.0.5312+dfsg-4.5.201403220015 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libemma-java_2.0.5312+dfsg-4.5.201403220015_all.deb Size: 431884 MD5sum: 33b6df297e05e8b294205bf1a12db9bb SHA1: 28b903996d2f43a49727a6687d0618d22c216bcd SHA256: 926871002c8d27fd9e7a70a954cd81d1195d356f21af436af837856a322fc46e Description: Java code coverage tool EMMA is a toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative. Homepage: http://emma.sourceforge.net Package: libencode-arabic-perl Priority: optional Section: perl Installed-Size: 390 Maintainer: Debian Perl Group Architecture: all Version: 1.9-1.4.201403190425 Depends: perl Filename: 4.0-0/all/libencode-arabic-perl_1.9-1.4.201403190425_all.deb Size: 92146 MD5sum: 55a334564b482be8c1b80d749cd4fd38 SHA1: fd73e1a749ec6be670639220189db854f405880f SHA256: 267ef108a3677551e0d8a12e86caaa855a7b5f5f54c2633d49ea4a0b77ba3209 Description: perl implementation for Arabic encodings Encode::Arabic is a wrapper for various implementations of the encoding systems used for the Arabic language and covering even some non-Arabic extensions to the Arabic script. The included modules fit in the philosophy of Encode::Encoding and can be used directly with the Encode module. Homepage: http://search.cpan.org/dist/Encode-Arabic/ Package: libencode-imaputf7-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 1.05-2.2.201403190443 Depends: perl Filename: 4.0-0/all/libencode-imaputf7-perl_1.05-2.2.201403190443_all.deb Size: 9430 MD5sum: a6f1b5dbce2b47cd70ab03778659c0f1 SHA1: 2ba1dac897c206fd5f8bcd2d6ff2ad878fcd1a5b SHA256: d24b5a870d2616441c7b0cad7ed7846d8f3cfadc4de2b86e35329c5eebcbe775 Description: modification of UTF-7 encoding for IMAP IMAP mailbox names are encoded in a modified UTF-7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). Homepage: http://search.cpan.org/dist/Encode-IMAPUTF7/ Package: libend-perl Priority: optional Section: perl Installed-Size: 46 Maintainer: Debian Perl Group Architecture: all Version: 2009040201-1.4.201403190458 Depends: perl Filename: 4.0-0/all/libend-perl_2009040201-1.4.201403190458_all.deb Size: 8396 MD5sum: c7482b43ae05f2100478b9f5d9098587 SHA1: 31ad1398271bf3d200ef3d7a7d7b9c6dd1b3e241 SHA256: 661e07eb633099e61e8960260c9e8169b28c75f7b950ba3e90bfd5e7d093c593 Description: Perl interface for a generalized END {} The End module exports a single subroutine, end, which allows you to set up some code that is run whenever the current block is exited, regardless whether that is due to a return, next, last, redo, exit, die, goto or just reaching the end of the block. Homepage: http://search.cpan.org/dist/End/ Package: libenet-doc Priority: optional Section: doc Installed-Size: 848 Maintainer: Debian Games Team Architecture: all Source: enet Version: 1.3.3-2.4.201403220214 Filename: 4.0-0/all/libenet-doc_1.3.3-2.4.201403220214_all.deb Size: 80968 MD5sum: 3ae99b55433ceda7ce9e3a41445d0c12 SHA1: cc550cd5ab9e4efd3e615d0dd7b619e2db7ad61f SHA256: 2fc1170e4a36ca9e4cd172e58acfef61737b767b07bfae1b9b84649e40ec554b Description: thin network communication layer on top of UDP - documentation ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. . ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks. . This package includes the documentation. Homepage: http://enet.bespin.org/ Package: libenv-path-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Debian Perl Group Architecture: all Version: 0.18-1.4.201403190501 Depends: perl Filename: 4.0-0/all/libenv-path-perl_0.18-1.4.201403190501_all.deb Size: 21362 MD5sum: 3fb30b555f07aa2b86b8f49a553868cb SHA1: 846e80cd9a9558fe4efc7c56ce88ab3e157c5e35 SHA256: 1969bbaf5c6844d3b90b69a6a45008643bd7e29cb774ded83e8f9c1f3482409e Description: Perl module implementing advanced operations on path variables Env::Path presents an object-oriented interface to path variables, defined as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator. . Env::Path is for cases where you need to insert or remove interior path entries, strip redundancies, operate on a path variable without having to know whether the current platform uses ":" or ";", operate on a path variable which may have a different name on different platforms, etc. Homepage: http://search.cpan.org/dist/Env-Path/ Package: libenv-ps1-perl Priority: optional Section: perl Installed-Size: 82 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.4.201403190507 Depends: perl Filename: 4.0-0/all/libenv-ps1-perl_0.06-1.4.201403190507_all.deb Size: 15566 MD5sum: 0ec00850727017dc8bc4564610b43a97 SHA1: a7f12f86c403ebce07c2bfdd45c5a540ff95efcc SHA256: a8953ce5d89670b932eb8f490bfebfa06cb3ffe7a704dcb447da0a92f6ca8a08 Description: prompt string formatter Env::PS1 supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. . It is intended to be used in combination with the various ReadLine packages. Homepage: http://search.cpan.org/dist/Env-PS1/ Package: libenv-sanctify-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 1.06-1.4.201403190509 Depends: perl Filename: 4.0-0/all/libenv-sanctify-perl_1.06-1.4.201403190509_all.deb Size: 7486 MD5sum: aa576ef20b49a30cc90e80014cddc24e SHA1: 9794b11212bfea9a02c854b25e2e8ee21e1b993d SHA256: d8c827daedb49f66ba67043d219dc518c8b6557b4b9429d2afe3600a873de8a8 Description: Perl module providing lexically scoped environment (%ENV) Env::Sanctify is a module that provides lexically scoped manipulation and sanctification of %ENV. With this module, one can add or alter environment variables, later restoring the environment back either manually or automatically once the object falls out of scope. . This is useful for manipulating the environment that forked processes and sub-processes will inherit. Homepage: http://search.cpan.org/dist/Env-Sanctify/ Package: libepc-common Priority: optional Section: libs Installed-Size: 309 Maintainer: Debian GNOME Maintainers Architecture: all Source: libepc Version: 0.4.4-1.11.201403190513 Filename: 4.0-0/all/libepc-common_0.4.4-1.11.201403190513_all.deb Size: 40900 MD5sum: cd63e5a773124fce1f13c788b3b16072 SHA1: 671176d6e60790e62a223cb8709af490a0565f04 SHA256: bd8b6932fbfdb070d9800665e059e947250f46d8dae9f4e3f54869d29af48be8 Description: Easy Publish and Consume library - data files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the data files for the shared libraries Homepage: http://live.gnome.org/libepc/ Package: libepc-doc Priority: optional Section: doc Installed-Size: 722 Maintainer: Debian GNOME Maintainers Architecture: all Source: libepc Version: 0.4.4-1.11.201403190513 Recommends: libepc-1.0-3, libepc-ui-1.0-3 Suggests: devhelp Filename: 4.0-0/all/libepc-doc_0.4.4-1.11.201403190513_all.deb Size: 180478 MD5sum: 7d160e96fb65901e0ce43449e0c668b2 SHA1: 3faa56878bd4e4060f934bb0856577077bafd34f SHA256: 0222eb688eed4ad2f95bcc796be1513228264f795fc0855b680a15ca5c4b709b Description: Easy Publish and Consume library - documentation The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the HTML documentation for the Easy Publish and Consume library Homepage: http://live.gnome.org/libepc/ Package: libepr-api2-dev Priority: optional Section: libdevel Installed-Size: 849 Maintainer: Debian GIS Project Architecture: all Source: epr-api Version: 2.2-2.2.201403220441 Provides: libepr-api-dev Depends: libc6-dev, libepr-api2 (>= 2.2-2.2.201403220441), libepr-api2 (<< 2.2-2.2.201403220441+1~) Conflicts: libepr-api-dev Filename: 4.0-0/all/libepr-api2-dev_2.2-2.2.201403220441_all.deb Size: 147106 MD5sum: bd26684f7962b17b9e855bed733b9fa0 SHA1: 9b91f2f6b4622edce4eddfb9b990485f5c3e5073 SHA256: 44d8291225d9f7f07f313b1e16bffeba715d1585bb64ca2bca0054c094f4720b Description: ENVISAT Product Reader API for C - Development files The ENVISAT Product Reader API is a set of C-source code files supporting developers who want to use MERIS, AATSR, and ASAR data products of the ESA ENVISAT satellite in their software. . The main use case for the C API is the ingestion of ENVISAT data into * new scientific algorithms developed for the MERIS, AATSR or ASAR sensors or even all of them, * existing scientific software packages written in C or C++, or COTS software systems which allow for extension using a C or C++ interface. . This package contains development files (headers). Homepage: http://github.com/bcdev/epr-api Package: libequinox-osgi-java Priority: optional Section: java Installed-Size: 3089 Maintainer: Debian Orbital Alignment Team Architecture: all Source: eclipse Version: 3.8.0~rc4-1.14.201403210730 Replaces: eclipse-platform-gcj, eclipse-rcp-gcj Recommends: libservlet3.0-java Breaks: eclipse-rcp (<< 3.5.1-0ubuntu3) Filename: 4.0-0/all/libequinox-osgi-java_3.8.0~rc4-1.14.201403210730_all.deb Size: 2733750 MD5sum: 745598580d3a4262e44ea7b3c7ad8401 SHA1: add5586ae06dd3f823111067747a2334a280eca6 SHA256: cf02f721083e818e219412ed163cb9f321b757277db3f8408eeb80fa0daf3a6f Description: Equinox OSGi framework The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people's tools so seamlessly you can't tell where one tool ends and another starts. . This package includes only the Eclipse Equinox OSGi framework, which can be used outside Eclipse. Homepage: http://www.eclipse.org/ Package: liberis-doc Priority: optional Section: doc Installed-Size: 2765 Maintainer: Debian Games Team Architecture: all Source: eris Version: 1.3.19-5.7.201403220604 Pre-Depends: dpkg (>= 1.15.6~) Suggests: liberis-1.3-dev Filename: 4.0-0/all/liberis-doc_1.3.19-5.7.201403220604_all.deb Size: 250294 MD5sum: b271806824db0cf2ef1d41b6ea8440d1 SHA1: 62f7af7e67783fa6dd594b895be7f5b1f3fb70eb SHA256: d3c49ca9d66eb0026e85c61790dd5b1de995a89f80b9df3f8d3d9efc6dfac9e1 Description: WorldForge client entity library - API documentation Eris is designed to simplify client development (and avoid repeating the same work several times), by providing a common system to deal with the back end tasks. Notably, Eris encapsulates most of the work in getting Atlas entities available on your client, logging into a server, and managing updates from the server. Thus it can be considered as a session layer above Atlas, providing persistent (for the session) objects as opposed to Atlas ones (which are transient). It handles the client-side implementation of the meta-server protocol, and querying game servers; out-of-game (OOG) operations (via the Lobby and Rooms), and most important in-game (IG) operations such as entity creation, movement and updates. . Eris provides a generic 'Entity' class, which you are free to sub-class and provide to the system (by registering a factory with the World); thus you are free to create different classes to handle characters, walls, vehicles, etc as your client dictates. An alternative approach is to simply create peer classes, and connect them to Eris via callbacks. Eris makes extensive use of libSigC++, which must be correctly installed and functioning on your system. Familiarity with signal/slot programming concepts is essential for using Eris; the libSigC++ home-page has some examples. Gtk+ or QT signal systems also provide a good introduction. . This package contains the API documentation in HTML format. Multi-Arch: foreign Homepage: http://www.worldforge.org/ Package: liberubis-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 37 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-erubis Version: 2.7.0-2.4.201403170716 Depends: ruby-erubis Filename: 4.0-0/all/liberubis-ruby1.8_2.7.0-2.4.201403170716_all.deb Size: 11264 MD5sum: f9a98d50e376eff4aacd4040cf3afbe6 SHA1: 569117a5e422a53732ab7e45327718edd5416a75 SHA256: f444cb63d8d5ac8a4946c0860f12d85153c47b024d3b7831d02166c13dd56a59 Description: Transitional package for ruby-erubis This is a transitional package to ease upgrades to the ruby-erubis package. It can safely be removed. Homepage: http://www.kuwata-lab.com/erubis/ Package: liberubis-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 37 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-erubis Version: 2.7.0-2.4.201403170716 Depends: ruby-erubis Filename: 4.0-0/all/liberubis-ruby1.9.1_2.7.0-2.4.201403170716_all.deb Size: 11268 MD5sum: c3dc7b06447b23378f1c6f435a13e330 SHA1: 38f6265d9f350d3bfb40e164f20ee9085e5ea159 SHA256: ad2dde0335f6697ef0202b3186025bf2fb57d6d1ff379aa5eea02bbb5435d3e5 Description: Transitional package for ruby-erubis This is a transitional package to ease upgrades to the ruby-erubis package. It can safely be removed. Homepage: http://www.kuwata-lab.com/erubis/ Package: liberubis-ruby Priority: extra Section: oldlibs Installed-Size: 37 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-erubis Version: 2.7.0-2.4.201403170716 Depends: ruby-erubis Filename: 4.0-0/all/liberubis-ruby_2.7.0-2.4.201403170716_all.deb Size: 11264 MD5sum: e80de54e4a2c15464433bab53d06067d SHA1: c9ae6dfb02a8daafc10c58285a302f595ad8ee6b SHA256: 32869fa3fea43f571a66b17a221db8595767345bb1f1ca84a438da0ea79c3290 Description: Transitional package for ruby-erubis This is a transitional package to ease upgrades to the ruby-erubis package. It can safely be removed. Homepage: http://www.kuwata-lab.com/erubis/ Package: libescape-ruby Priority: optional Section: ruby Installed-Size: 215 Maintainer: NIIBE Yutaka Architecture: all Version: 0.2-1.4.201403190539 Depends: ruby, ruby1.8 Filename: 4.0-0/all/libescape-ruby_0.2-1.4.201403190539_all.deb Size: 21146 MD5sum: b546a64014b3634261f478868594da5f SHA1: a98aa278bc2caa3aad9cd5a8c5a0a1849c26e959 SHA256: ce9b7dc1184ec7ea8f6fb5660bad897bcceb1650dea95dca15549ed34867dbd7 Description: HTML/URI/shell escaping utilities for Ruby For Ruby programmers, this utility provides several escaping functions for HTML, URI, and shell command line handling. . Homepage: http://www.a-k-r.org/escape/ Package: libesd-java Priority: optional Section: java Installed-Size: 312 Maintainer: Debian Java Maintainers Architecture: all Source: jesd Version: 0.0.7-4.7.201403220004 Depends: libjorbis-java Filename: 4.0-0/all/libesd-java_0.0.7-4.7.201403220004_all.deb Size: 47936 MD5sum: 707f0ac23f4bec2162cb5f2abd5fe811 SHA1: f900c173ebb305fe4d8196d327c43e7cbb33d66f SHA256: 3e3b928b2a4ef9c71db5f96581e146dd0e7c20e9e49e0fd2261b605156a24fe7 Description: Implementation of EsounD in pure Java JEsd includes an audio server, which corresponds to 'esd' and classes for communicating with 'esd', which corresponds to 'libesd'. This client side code will enable us to hack audio apps in pure Java. Homepage: http://www.jcraft.com/jesd/ Package: libethos-doc Priority: optional Section: doc Installed-Size: 252 Maintainer: Mathieu Trudel-Lapierre Architecture: all Source: ethos Version: 0.2.2-3.4.201403220957 Recommends: libethos-1.0-0 Suggests: devhelp Filename: 4.0-0/all/libethos-doc_0.2.2-3.4.201403220957_all.deb Size: 33580 MD5sum: 29bbde0020bbf4a1ebe14e10a89b281a SHA1: 8fe958a9e214451bc3fbb79d22d0715a548e71c0 SHA256: 1dfb3ef7186eeaaae7ec8bd68a8e0d863e60f10d79e2841e6805db29a9e94b52 Description: GObject library for application plugins - documentation Ethos is a library providing a standard system of reusable extensions. The goal is to enable plugin developers to reuse the same code in different applications and thereby make better use of their time. . This package contains the HTML documentation for the Ethos library Homepage: http://git.dronelabs.com/ethos Package: libetpan-doc Priority: optional Section: doc Installed-Size: 603 Maintainer: Nikita V. Youshchenko Architecture: all Source: libetpan Version: 1.0-5.4.201403190554 Filename: 4.0-0/all/libetpan-doc_1.0-5.4.201403190554_all.deb Size: 88752 MD5sum: 48bcc8c008dce14247fbfc3acf3af348 SHA1: d2d1a1450ac789007cf084f7dc159731c4d96ec5 SHA256: 45aefd887a55cb903f718379b634de45b778747aa08c43ec602397c86f7a2bae Description: mail handling library - API documentation libEtPan! is a mail library. It may be used for low-level mail handling: network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP), local storage (mbox/MH/maildir), message / MIME parsing. . This package provides library API documentation and test sources. Homepage: http://libetpan.sourceforge.net/libetpan Package: libetsf-io-doc Priority: optional Section: doc Installed-Size: 2855 Maintainer: Debian Science Team Architecture: all Source: etsf-io Version: 1.0.3-4.4.201403221109 Filename: 4.0-0/all/libetsf-io-doc_1.0.3-4.4.201403221109_all.deb Size: 211490 MD5sum: 899580cad33a4771d562735a8d6a7f65 SHA1: 4533d0d6229d7c6121adbb16f8538c1afcb5bd84 SHA256: bb0867a6696ebde7430336796f83753e01d257992730f8dcd17961628cb49705 Description: Developer documentation API and tutorials for ETSF_IO ETSF_IO is a library of F90 routines to read/write the ETSF file format. . This Package contains the HTML documentation of the API and some tutorials on how to use the library in electronic structure codes. Homepage: http://www.etsf.eu/resources/software/libraries_and_tools Package: libev-libevent-dev Priority: extra Section: libdevel Installed-Size: 47 Maintainer: Jérémy Lal Architecture: all Source: libev Version: 1:4.11-1.5.201403190604 Depends: libev4 (>= 1:4.11), libev4 (<< 1:4.11+1~), libev-dev Conflicts: libevent-dev Filename: 4.0-0/all/libev-libevent-dev_4.11-1.5.201403190604_all.deb Size: 15038 MD5sum: ca478091abf94a17db7dea50dcce666b SHA1: 8c48b29a4839e48f73b1d08207475e78ef53c020 SHA256: c812aed3de3a6b486e20103b1a43ba5484cd8c196a37d2ab86497449b4db37b0 Description: libevent event loop compatibility wrapper for libev Compatibility wrapper "event.h" to enable programs which use the libevent event loop to link against libev. . libev provides a full-featured and high-performance event loop that is loosely modelled after libevent. It includes relative timers, absolute timers with customized rescheduling, synchronous signals, process status change events, event watchers dealing with the event loop itself, file watchers, and even limited support for fork events. It uses a priority queue to manage timers and uses arrays as fundamental data structure. It has no artificial limitations on the number of watchers waiting for the same event. . libev supports select, poll, epoll, kqueue, and inotify. Homepage: http://libev.schmorp.de/ Package: libeval-context-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: David Paleino Architecture: all Version: 0.09.11-1.4.201403190617 Depends: perl (>= 5.9.3), libreadonly-perl, libsub-install-perl, libfile-slurp-perl Filename: 4.0-0/all/libeval-context-perl_0.09.11-1.4.201403190617_all.deb Size: 25170 MD5sum: 4a1809bbaeed0d43a940e6b833b09fe7 SHA1: 57f4cd77a8f534fbb693316400cbdbf73fdb7097 SHA256: 77a576869ac523a05e5a6e48dd3a32e0a61b9698aed2528b967d70efea8ae794 Description: evalute perl code in context wrapper Eval::Context defines a subroutine that lets you evaluate Perl code in a specific context. The code can be passed directly as a string or as a file name to read from. It also provides some subroutines to let you define and optionally share variables and subroutines between your code and the code you wish to evaluate. Finally there is some support for running your code in a safe compartment. Homepage: http://search.cpan.org/dist/Eval-Context/ Package: libevas-doc Priority: optional Section: doc Installed-Size: 11179 Maintainer: Debian Pkg-e Team Architecture: all Source: evas Version: 1.2.0-2.2.201403221225 Filename: 4.0-0/all/libevas-doc_1.2.0-2.2.201403221225_all.deb Size: 8449598 MD5sum: 6be6388c03e8bb4210e8339ebef604c7 SHA1: 4eac72adf5d15802a829c460bcbb26ee5789185c SHA256: 1e9e7849945c27f77c8bde03db09bd00e6bc57bb1c622c0b5d489a9342102bc2 Description: Evas API Documentation Evas is an advanced canvas library, providing six engines for rendering: X11, OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows and Qtopia. Due to its simple API, evas can be developed with rapidly, and cleanly. . This package provides development documentation (html and manpages) for the Evas library. Enhances: libevas-dev Homepage: http://www.enlightenment.org Package: libevent-loop-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-event-loop Version: 0.3-5.4.201403170724 Depends: ruby-event-loop Filename: 4.0-0/all/libevent-loop-ruby1.8_0.3-5.4.201403170724_all.deb Size: 6114 MD5sum: 9d28a45eb0033cca0ccdc2a8c3cc357d SHA1: 878688b75659c1b19eda804eac64ab82ead27197 SHA256: a0e578c3429af94032157a1429ee37a6bb7a4e1946b6b8599d4b5cdc63861980 Description: Transitional package for ruby-event-loop This is a transitional package to ease upgrades to the ruby-event-loop package. It can safely be removed. Homepage: http://brockman.se/2005/ruby-event-loop/ Package: libevent-loop-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-event-loop Version: 0.3-5.4.201403170724 Depends: ruby-event-loop Filename: 4.0-0/all/libevent-loop-ruby_0.3-5.4.201403170724_all.deb Size: 6110 MD5sum: 8082d5fddb1a2595339f4143f91e0209 SHA1: 3ab560a64df761fbab77dd65574fb18a00bca916 SHA256: 1cc42923a874f3001b9b5532cc188ad9f3a0b79622e1ed0e2a2f152e620f8852 Description: Transitional package for ruby-event-loop This is a transitional package to ease upgrades to the ruby-event-loop package. It can safely be removed. Homepage: http://brockman.se/2005/ruby-event-loop/ Package: libevent-rpc-perl Priority: optional Section: perl Installed-Size: 184 Maintainer: Debian Perl Group Architecture: all Version: 1.01-2.5.201403190805 Depends: perl, libevent-perl | libglib-perl Recommends: libio-socket-ssl-perl Filename: 4.0-0/all/libevent-rpc-perl_1.01-2.5.201403190805_all.deb Size: 66958 MD5sum: d39ebe052ddef046928a4031f81739b5 SHA1: 73c6def688e3bf4c31f692180c192780dbc4e39d SHA256: 9a02118edaf18b9b449e40b69e77b2c1040cea2e450ab3865ebd535ff8beba4c Description: Event based transparent Client/Server RPC framework Event::RPC supports you in developing Event based networking client/server applications with transparent object/method access from the client to the server. Network communication is optionally encrypted using IO::Socket::SSL. Several event loop managers are supported due to an extensible API. Currently Event and Glib are implemented. . Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects created on the server side (on demand of the connected clients) which handles client side methods calls with transport of method arguments and return values. Homepage: http://www.exit1.org/Event-RPC/ Package: libeventmachine-ruby-doc Priority: optional Section: doc Installed-Size: 34 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-eventmachine Version: 0.12.10-3.4.201403170733 Depends: ruby-eventmachine Filename: 4.0-0/all/libeventmachine-ruby-doc_0.12.10-3.4.201403170733_all.deb Size: 8928 MD5sum: a44cb63c9b70bed03ca4463f954a639d SHA1: 2967bd21590f5f41d398682d62db7919aeb3f0f1 SHA256: cda790ffd06db2dda38ba780850ce24f45594d59045ca2173f6e31e3b7edeede Description: Transitional package for ruby-eventmachine This is a transitional package to ease upgrades to the ruby-eventmachine package. It can safely be removed. Homepage: http://rubyeventmachine.com/ Package: libeventmachine-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 34 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-eventmachine Version: 0.12.10-3.4.201403170733 Depends: ruby-eventmachine Filename: 4.0-0/all/libeventmachine-ruby1.8_0.12.10-3.4.201403170733_all.deb Size: 8932 MD5sum: 06ec9f69a234f1ac7b4bb071520a185e SHA1: eac996700f24d373fd5a16568e2b82fa8058d138 SHA256: 0cd72c001ed81920b9b7d1cfdec1611a18251859ec1c8bbc489925e7697d637c Description: Transitional package for ruby-eventmachine This is a transitional package to ease upgrades to the ruby-eventmachine package. It can safely be removed. Homepage: http://rubyeventmachine.com/ Package: libeventmachine-ruby Priority: extra Section: oldlibs Installed-Size: 34 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-eventmachine Version: 0.12.10-3.4.201403170733 Depends: ruby-eventmachine Filename: 4.0-0/all/libeventmachine-ruby_0.12.10-3.4.201403170733_all.deb Size: 8922 MD5sum: 4f09f1c45fdd4f644044a9b40c63251f SHA1: 5da6a3b580b924b0473db893a9d9626498c08d08 SHA256: 5bba1ae53841847014b22f997b2fc34d8610863ad87be14010e8182fa1e1f41a Description: Transitional package for ruby-eventmachine This is a transitional package to ease upgrades to the ruby-eventmachine package. It can safely be removed. Homepage: http://rubyeventmachine.com/ Package: libexcalibur-logger-java Priority: optional Section: java Installed-Size: 108 Maintainer: Debian Java Maintainers Architecture: all Source: excalibur-logger Version: 2.1-4.5.201403221528 Depends: libavalon-framework-java, libexcalibur-logkit-java, libgeronimo-jms-1.1-spec-java | libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet2.5-java, libxalan2-java Filename: 4.0-0/all/libexcalibur-logger-java_2.1-4.5.201403221528_all.deb Size: 73146 MD5sum: 49159c8dbd84da41d09f00aca236dc7e SHA1: c001289b1f6f1cc2357560214de8874ef81a82c7 SHA256: 325818a0879c7ad26c05b57a3e45f7279d24d55dd12fe5364a1da9fbbacf28fe Description: Excalibur project's log management system Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress. The main goal is to be able to define the log categories on a component basis by specifying a 'logger' attribute which denotes the log category to use for a particular component (given the component is LogEnabled or Loggable). Homepage: http://excalibur.apache.org/logger.html Package: libexcalibur-logkit-java-doc Priority: optional Section: doc Installed-Size: 2547 Maintainer: Debian Java Maintainers Architecture: all Source: excalibur-logkit Version: 2.0-9.6.201403221536 Filename: 4.0-0/all/libexcalibur-logkit-java-doc_2.0-9.6.201403221536_all.deb Size: 179898 MD5sum: 524f1e50d2aa87de2fa7c2c830a222f0 SHA1: 9f8fcbf30ea91392c5676ed874954c2666e52424 SHA256: 11877ff3ef554780e80eceeb16b988d84563ea292aae32177ac04d47509af931 Description: Lightweight and fast designed logging toolkit for Java (API docs) Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely designed logging toolkit. It is designed to integrate into existing applications. Logkit is more lightweight than Log4j. . This package contains the API documentation. Homepage: http://excalibur.apache.org/ Package: libexcalibur-logkit-java Priority: optional Section: java Installed-Size: 132 Maintainer: Debian Java Maintainers Architecture: all Source: excalibur-logkit Version: 2.0-9.6.201403221536 Replaces: liblogkit-java Conflicts: liblogkit-java Filename: 4.0-0/all/libexcalibur-logkit-java_2.0-9.6.201403221536_all.deb Size: 76804 MD5sum: 5424462920872a535e8257d58cd994bb SHA1: 1f37a2bb12362f6e78f23355770d1e17ab1d8d83 SHA256: d62b752de09b3c2db971884a17b5a8c3e8b6796d638e968866e44b03fa5b0d2a Description: Lightweight and fast designed logging toolkit for Java Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely designed logging toolkit. It is designed to integrate into existing applications. Logkit is more lightweight than Log4j. . This package contains the library jar. Homepage: http://excalibur.apache.org/ Package: libexcel-template-perl Priority: optional Section: perl Installed-Size: 214 Maintainer: Debian Perl Group Architecture: all Version: 0.34-1.2.201403190710 Depends: perl, libio-stringy-perl, libspreadsheet-writeexcel-perl, libxml-parser-perl Filename: 4.0-0/all/libexcel-template-perl_0.34-1.2.201403190710_all.deb Size: 103180 MD5sum: 323e5684711a6007fcf8f057ee013f93 SHA1: 1f104fe0b781fd6e23c1c0ed7d1342ac07281c2e SHA256: 0d9c3eafb8483dc492ea4ce8f4133c4a0cc4ec2266cdc247920b56d691888c41 Description: Perl module for templating Excel files Excel::Template is a layout system that uses the data structures from HTML::Template to create an Excel spreadsheet file from an XML template file that describes it. Note that all limitations stated in the module Spreadsheet::WriteExcel are in force, as that is the module used for rendering. Homepage: http://search.cpan.org/dist/Excel-Template/ Package: libexcel-template-plus-perl Priority: optional Section: perl Installed-Size: 83 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.2.201403190716 Depends: perl, libexcel-template-perl, libio-string-perl, libmoose-perl, libmoosex-param-perl, libspreadsheet-parseexcel-perl, libtemplate-perl Filename: 4.0-0/all/libexcel-template-plus-perl_0.05-1.2.201403190716_all.deb Size: 16646 MD5sum: eca348cca3aa9d5096cd5fc3a182f8a4 SHA1: f72ca002de513f580208c575e9c22856e404a579 SHA256: dd0a9e5d15515e1f02975b0dc9bab785adce444aeef07a4e7566c65e9c9df8e0 Description: module for testing and comparing Excel files Excel::Template::Plus attempts to provide a means of testing and comparing dynamically generated excel files. Currently it only supports comparing two excel files for some approximation of structural (values within cells) and visual (formatting of said cells) equivalence. Homepage: http://search.cpan.org/dist/Excel-Template-Plus/ Package: libexcel-writer-xlsx-perl Priority: optional Section: perl Installed-Size: 1393 Maintainer: Alexander Zangerl Architecture: all Version: 0.47-1.2.201403190720 Depends: perl, libarchive-zip-perl Filename: 4.0-0/all/libexcel-writer-xlsx-perl_0.47-1.2.201403190720_all.deb Size: 419136 MD5sum: 1b6343d3618c84ca67a94ab3257e11f4 SHA1: aa8193575bdd24f372d2dbffa30c11bae175f96d SHA256: fec0b2b4dfb01e7e4fff380f652084772f8f6cda1027bb5643398a6449acb876 Description: module to create Excel spreadsheets in xlsx format The Excel::Writer::XLSX module is used to create an Excel file in the 2007+ XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel 2007 and later. . This module cannot, as yet, write to an existing Excel XLSX file. The module uses the same interface as the Spreadsheet::WriteExcel module (which creates binary XLS Excel files). Homepage: http://jmcnamara.github.com/excel-writer-xlsx/ Package: libexception-class-dbi-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.2.201403190726 Depends: perl, libdbi-perl (>= 1.28), libexception-class-perl (>= 1.02) Filename: 4.0-0/all/libexception-class-dbi-perl_1.00-1.2.201403190726_all.deb Size: 18218 MD5sum: c2a36b7244de9c98dc8fed5a9ce6fed0 SHA1: e4230802e33d812cd1119269b34873490832f703 SHA256: 2825e3457bd3ad9a311a534da09edfa512cd403ff3d30270de0070a60fa121e7 Description: exception objects customized for DBI These exception objects fit into the Exception::Class hierarchy but are thrown in certain DBI specific contexts. So be setting a handler during the database connection call database error handling can be simplified. Homepage: http://search.cpan.org/dist/Exception-Class-DBI/ Package: libexception-class-perl Priority: optional Section: perl Installed-Size: 101 Maintainer: Debian Perl Group Architecture: all Version: 1.32-1.6.201403190730 Depends: perl, libclass-data-inheritable-perl (>= 0.02), libdevel-stacktrace-perl (>= 1.2000) Filename: 4.0-0/all/libexception-class-perl_1.32-1.6.201403190730_all.deb Size: 33374 MD5sum: b059ccb2a7b50e3474cdd88bab556a68 SHA1: df5e792530108b372e4a06070c2a5aef9bba9e56 SHA256: ded330a7644cf6cbde52d81632ca982e53b3a9ade4836696d2773807c96996de Description: module that allows you to declare real exception classes in Perl Exception::Class allows you to declare exceptions in your modules in a manner similar to how exceptions are declared in Java. . It features a simple interface allowing programmers to 'declare' exception classes at compile time. It also has a base exception class, Exception::Class::Base, that can be used for classes stored in files (aka modules ;) ) that are subclasses. . It is designed to make structured exception handling simpler and better by encouraging people to use hierarchies of exceptions in their applications. Homepage: http://search.cpan.org/dist/Exception-Class/ Package: libexception-class-trycatch-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Debian Perl Group Architecture: all Version: 1.12-1.4.201403190735 Depends: perl (>= 5.005), libexception-class-perl (>= 1.2) Filename: 4.0-0/all/libexception-class-trycatch-perl_1.12-1.4.201403190735_all.deb Size: 15704 MD5sum: 81cd6d36aa19cc945a57b141b948994d SHA1: 61c75730e9b7b04d200430b3750a77da971dbb4e SHA256: a63daae65ca8c3b8e3db219969b4f67802c8454f66f7fbf4f75610535e2c4ac2 Description: syntactic try/catch sugar for use with Exception::Class Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords try and catch. Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an eval are captured as Exception::Class objects, whether they were thrown objects to begin with or whether the error resulted from die. This means that users may immediately use isa and various Exception::Class methods to process the exception. . In addition, this module provides for a method to push errors onto a hidden error stack immediately after an eval so that cleanup code or other error handling may also call eval without the original error in $@ being lost. Homepage: http://search.cpan.org/dist/Exception-Class-TryCatch/ Package: libexception-handler-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 1.004-1.2.201403190738 Depends: perl Filename: 4.0-0/all/libexception-handler-perl_1.004-1.2.201403190738_all.deb Size: 6620 MD5sum: 36bef7ae3a7671fd5535e1d1108036ec SHA1: 34d183bb94141d841e5eaaeeb3b0e1d86950f2a5 SHA256: a1d4fb2dedb6b95955e63ea26d99873bc1406475dce7a8f8cc55cb57dd909b90 Description: perl module Exception::Handler This Perl module reportx exceptions with formatted text call-stack. Homepage: http://search.cpan.org/dist/Exception-Handler/ Package: libexif-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-exif Version: 0.1.2-20.4.201403170740 Depends: ruby-exif Filename: 4.0-0/all/libexif-ruby1.8_0.1.2-20.4.201403170740_all.deb Size: 4062 MD5sum: b577081094055f4474b1961c82c34891 SHA1: 79ccaa9f51c87cf77dfac8b61b57655f874a5f31 SHA256: 78e961df4f24c654fd09f26aef51e5231b904b0e8079ce568339007c44717cef Description: Ruby library for EXIF tag parsing (transitional package) libexif is a library for parsing, editing, and saving EXIF data. Package: libexif-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-exif Version: 0.1.2-20.4.201403170740 Depends: ruby-exif Filename: 4.0-0/all/libexif-ruby1.9.1_0.1.2-20.4.201403170740_all.deb Size: 4086 MD5sum: 3e4eb6326b0e7760fe8e8efdc0a25106 SHA1: 5b23f25f4be203f98c60428b63844368d621b4db SHA256: 50798ef3bdc45d206babe06f5980349d78f1702b5f73a03249b9c1ed482d9c60 Description: Ruby library for EXIF tag parsing (transitional package) This is a dummy transition package that can be safely removed once no package depend on it. Package: libexif-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-exif Version: 0.1.2-20.4.201403170740 Depends: ruby-exif Filename: 4.0-0/all/libexif-ruby_0.1.2-20.4.201403170740_all.deb Size: 4086 MD5sum: 3df64f8019ae717412700b56299f2e9a SHA1: 54a884518381780253d642648a2972e288eb7170 SHA256: 668c5aaf2db4117961ef95e58c2fe3e7147b266a78e3c7da5fd64605cf7494c2 Description: Ruby library for EXIF tag parsing (transitional package) This is a dummy transition package that can be safely removed once no package depend on it. Package: libexiv2-doc Priority: optional Section: doc Installed-Size: 130 Maintainer: Debian KDE Extras Team Architecture: all Source: exiv2 Version: 0.23-1.8.201403221620 Filename: 4.0-0/all/libexiv2-doc_0.23-1.8.201403221620_all.deb Size: 63818 MD5sum: 65378565d78b96d6f9c4bbac19f0893d SHA1: 9c1b247668862359bb1c190d9dd2056943fb1b0e SHA256: 1e0fe2c556ea3c537987e4c77b8b84a0967ee2c9d5981740a18f169c61174ef4 Description: EXIF/IPTC metadata manipulation library - HTML documentation Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats . This package provides the Exiv2 HTML documentation. Homepage: http://www.exiv2.org Package: libexml-java Priority: optional Section: java Installed-Size: 279 Maintainer: Debian Java Maintainers Architecture: all Version: 0.0.20080703-4.6.201403190757 Filename: 4.0-0/all/libexml-java_0.0.20080703-4.6.201403190757_all.deb Size: 237360 MD5sum: 7c8e2708c0b345d9e11cf76d7fe16f5e SHA1: 9f93149762206a12f16ca7b92a86bcb07980b52b SHA256: a5684ffa7f50e9d772a4933f479b1196873b67b4d65c85105073435ba53b27a4 Description: e-xml parsing library for java A XML pull-parse library for Java 1.2, designed for processing XML protocol messages in the most efficient way possible. Contains a complete HTTP client library. Homepage: http://e-xml.sourceforge.net/ Package: libexo-common Priority: extra Section: libs Installed-Size: 1097 Maintainer: Debian Xfce Maintainers Architecture: all Source: exo Version: 0.6.2-5.4.201403221632 Replaces: libexo-0.3-0 (<< 0.3.104-3) Pre-Depends: dpkg (>= 1.15.7.2) Filename: 4.0-0/all/libexo-common_0.6.2-5.4.201403221632_all.deb Size: 670694 MD5sum: 881b8daaba2e74dd628b213f30860fe9 SHA1: 30cd13cf52a7f3a700b63f099164af26f4f6e07d SHA256: 2d60363ec5e2965f767f390529ecae158506b836d5e14fb6426f94a89238f1c8 Description: libexo common files This package contains the common files in use by exo library. It ships various helpers, desktop files and documentation. Multi-Arch: foreign Homepage: http://www.xfce.org Package: libexpect-perl Priority: optional Section: perl Installed-Size: 197 Maintainer: Jörgen Hägg Architecture: all Version: 1.21-1.16.201403190808 Depends: perl, libio-stty-perl, libio-pty-perl (>= 1:1.05-1) Filename: 4.0-0/all/libexpect-perl_1.21-1.16.201403190808_all.deb Size: 75580 MD5sum: 9a32f967383c91ba1df54008f690ae0b SHA1: d642075dfdc3c4884ce812d813d2ba528cab0896 SHA256: 17ac5fcbf03bae58f6bc8f503f798afb80f1626e5f929913e04036b1296a8aef Description: Expect.pm - Perl Expect interface The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely resembles the Tcl Expect language than its predecessors. It does not contain any of the networking code found in Comm.pl. I suspect this would be obsolete anyway given the advent of IO::Socket and external tools such as netcat. . Expect.pm is an attempt to have more of a switch() & case: feel to make decision processing more fluid. three separate types of debugging have been implemented to make code production easier. . It is now possible to interconnect multiple file handles (and processes) much like Tcl's expect. An attempt was made to enable all the features of Tcl's expect without forcing Tcl on the victim programmer :-) . Package: libexpect-simple-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.04-2.4.201403190815 Depends: perl, libexpect-perl Filename: 4.0-0/all/libexpect-simple-perl_0.04-2.4.201403190815_all.deb Size: 12576 MD5sum: aa9aa0174bcc9a92cc1ee5dfa1af8f5b SHA1: f970d536fa951d9c67e1269567a3bf53733b163c SHA256: ba6e599cbcb0bddb8a8c764d6d52ecc0dad424b0807e88d8c6f9acb8c3a2eb01 Description: wrapper around the Expect module Expect::Simple is a wrapper around the Expect module which should suffice for simple applications. It hides most of the Expect machinery; the Expect object is available for tweaking if need be. Homepage: http://search.cpan.org/dist/Expect-Simple/ Package: libexporter-easy-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 0.16-1.2.201403190819 Depends: perl Filename: 4.0-0/all/libexporter-easy-perl_0.16-1.2.201403190819_all.deb Size: 15108 MD5sum: a92add8ac5a3d12308716eaf7026c4cc SHA1: 88f7040cc4aec8dcaf34c34925feaf18fc5e3b6a SHA256: c9c0e04aacdf1ffe6703776272e2d6d213aac8f6475d698aa2f67cbc1171a1ab Description: perl module to take the drudgery out of Exporting symbols Exporter::Easy makes using Exporter easy. In it's simplest case it allows you to drop the boilerplate code that comes with using Exporter. In more complicated situations where you use tags to build lists and more tags, it will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current package, add Exporter to that package's @ISA and do a use vars on all the variables mentioned. The rest is handled as normal by Exporter. Homepage: http://search.cpan.org/dist/Exporter-Easy/ Package: libexporter-lite-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.02-2.4.201403190821 Depends: perl Filename: 4.0-0/all/libexporter-lite-perl_0.02-2.4.201403190821_all.deb Size: 9004 MD5sum: b4a3166d9606aaf2562383af8d13a4b6 SHA1: d3988d1476d687516b392c5bfb1d81d17b6c895f SHA256: eb92e14384ee78913b0e5a4cb281da429756fc7aece856cb75a3018d39487450 Description: lightweight subset of Exporter Exporter::Lite is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else. . Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no @ISA = qw(Exporter::Lite) mantra). Exporter::Lite simply exports its import() function. This might be called a "mix-in". . Setting up a module to export its variables and functions is simple: . package My::Module; use Exporter::Lite; . @EXPORT = qw($Foo bar); Homepage: http://search.cpan.org/dist/Exporter-Lite/ Package: libexporter-renaming-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.19-1.2.201403190826 Depends: perl Filename: 4.0-0/all/libexporter-renaming-perl_1.19-1.2.201403190826_all.deb Size: 12502 MD5sum: 23463838f70921bc5032b03cc19d3cf2 SHA1: 379c3adcb78227894cd4501cb380905ccb30db04 SHA256: ed3c044058e13fafbf471004678fddf899d23d5940507d002a14b85331d4bd1f Description: facility to rename symbols when imported After 'use Exporter::Renaming;' you can import symbols from exporting modules not only under their original names, but also under names of your choosing. Exporter continues to behave normally for normal imports while renaming behaviour is switched on. Only the presence of the keyword 'Renaming' followed by an array reference after a 'use' statement triggers renaming. Homepage: http://search.cpan.org/dist/Exporter-Renaming/ Package: libexporter-tidy-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.07-2.4.201403190832 Depends: perl Filename: 4.0-0/all/libexporter-tidy-perl_0.07-2.4.201403190832_all.deb Size: 9690 MD5sum: 1db528cb8107d5922316c6eb667d7697 SHA1: 9fbccd54d463309638815c508311324b92d61849 SHA256: aa62d449d22f03c437d9ad1e3be352b7d125130a6fef6bfcd2f705fd48039971 Description: another way of exporting symbols Exporter::Tidy serves as an easy, clean alternative to Exporter. Unlike Exporter, it is not subclassed, but it simply exports a custom import() into your namespace. . With Exporter::Tidy, you don't need to use any package global in your module. Even the subs you export can be lexically scoped. Homepage: http://search.cpan.org/dist/Exporter-Tidy/ Package: libextlib-ruby-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Bryan McLellan Architecture: all Source: ruby-extlib Version: 0.9.15-3.4.201403170748 Depends: ruby-extlib Filename: 4.0-0/all/libextlib-ruby-doc_0.9.15-3.4.201403170748_all.deb Size: 4308 MD5sum: 0cc7a2992d2b58b215e99750169f9a4c SHA1: 2f26901277f0fd103a2573a845cd761d958ffc7e SHA256: 71dec9fd15ccf91e90add0e2b0dc575a0f0f7587cfff5fc2865a6e58a423a2cd Description: Transitional package for ruby-extlib This is a transitional package to ease upgrades to the ruby-extlib package. It can safely be removed. Homepage: http://rubyforge.org/projects/extlib/ Package: libextlib-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Bryan McLellan Architecture: all Source: ruby-extlib Version: 0.9.15-3.4.201403170748 Depends: ruby-extlib Filename: 4.0-0/all/libextlib-ruby1.8_0.9.15-3.4.201403170748_all.deb Size: 4312 MD5sum: 0def60d99c9bae3c32abae534e75b262 SHA1: 45bd9ab4890d4d88dabc85bb02f502e6eaf44c40 SHA256: f4d8c9250fd3157d7667b8144d068a1164ef04db997aef9cabf8e8b218acef2b Description: Transitional package for ruby-extlib This is a transitional package to ease upgrades to the ruby-extlib package. It can safely be removed. Homepage: http://rubyforge.org/projects/extlib/ Package: libextlib-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Bryan McLellan Architecture: all Source: ruby-extlib Version: 0.9.15-3.4.201403170748 Depends: ruby-extlib Filename: 4.0-0/all/libextlib-ruby1.9.1_0.9.15-3.4.201403170748_all.deb Size: 4316 MD5sum: 5593d0219fd816172789469ff2d83da8 SHA1: 669a24f927b7f868c7ab02b1315049408239df4d SHA256: 317683e8a27b705271a9152143bfb050e3e881ee89ba2fd1d7d7b451cdf71474 Description: Transitional package for ruby-extlib This is a transitional package to ease upgrades to the ruby-extlib package. It can safely be removed. Homepage: http://rubyforge.org/projects/extlib/ Package: libextlib-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Bryan McLellan Architecture: all Source: ruby-extlib Version: 0.9.15-3.4.201403170748 Depends: ruby-extlib Filename: 4.0-0/all/libextlib-ruby_0.9.15-3.4.201403170748_all.deb Size: 4308 MD5sum: 4e4272f324ee4f9176beb7c958a4a786 SHA1: 588cd5319c8d6a16d1c905825effd9cfad420c02 SHA256: f38dbbfa4340d3708c20b991b125d91eb48ee799b848ac2eaa38afb2cd9e5e7b Description: Transitional package for ruby-extlib This is a transitional package to ease upgrades to the ruby-extlib package. It can safely be removed. Homepage: http://rubyforge.org/projects/extlib/ Package: libextutils-autoinstall-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Bastian Blank Architecture: all Version: 0.63-1.4.201403190918 Depends: perl Suggests: libsort-versions-perl Filename: 4.0-0/all/libextutils-autoinstall-perl_0.63-1.4.201403190918_all.deb Size: 22184 MD5sum: cb3e65c3d464f7c07bc28ff221c1a5b2 SHA1: 1309e64a050bc972ee8dba6a90b3324b7ff80622 SHA256: b084a459b80385fe9c6f20beed9be3746fd41f0588aa511afba79116733d1840 Description: Automatic install of dependencies via CPAN ExtUtils::AutoInstall lets module writers to specify a more sophisticated form of dependency information than the PREREQ_PM option offered by ExtUtils::MakeMaker. Package: libextutils-cbuilder-perl Priority: optional Section: perl Installed-Size: 123 Maintainer: Debian Perl Group Architecture: all Version: 0.280205-1.14.201403190921 Depends: perl, perl (>= 5.13.9) | libperl-ostype-perl Filename: 4.0-0/all/libextutils-cbuilder-perl_0.280205-1.14.201403190921_all.deb Size: 34852 MD5sum: 7b55ae0c9e34e4f9a05cdefd466bacae SHA1: eb83f5efbae3efc6ce5d40a68700f24e92a8566c SHA256: f89913d3dbef054d4f725c97730252ac8fc328ae644ff5f63742bb1b7a57dd63 Description: module to compile and link C code for Perl modules ExtUtils::CBuilder is a utility to portably build C code by invoking the appropriate compilers and linkers. It provides a cross-platform way to build Perl XS modules, which contain C code that needs to be built and dynamically linked to Perl. . Though motivated by the Module::Build project, it may be useful for other purposes as well. However, this module is not intended as a general interface for all C building needs. Homepage: http://search.cpan.org/dist/ExtUtils-CBuilder/ Package: libextutils-cchecker-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403190925 Depends: perl Filename: 4.0-0/all/libextutils-cchecker-perl_0.08-1.4.201403190925_all.deb Size: 15246 MD5sum: b16592e87a26728e4d2bbca626abb2f2 SHA1: 9182233ddcb5cdfbeef98deac4fed7487cf16944 SHA256: 57b90394343896a9b609689ae5533b45cba0dfd74fcc84fcc47c82d9d204341b Description: helper module for handling C headers and libraries ExtUtils::CChecker is a Perl module designed to check for the presence of libraries and C headers required for building the remainder of your package. It is particularly useful for packages containing Perl bindings to existing C libraries. Homepage: http://search.cpan.org/dist/ExtUtils-CChecker/ Package: libextutils-depends-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 0.304-1.6.201403190927 Depends: perl Filename: 4.0-0/all/libextutils-depends-perl_0.304-1.6.201403190927_all.deb Size: 15834 MD5sum: e8d763d7bcc52ec1a0f8c71a30fed4c2 SHA1: 58da5627180366ada78e35f4f010f5554cbb574f SHA256: 5ed662f7126b3bf758d80f09487bc0889caf14e77e9854ea09a6cb8e596e765e Description: Perl module for building extensions that depend on other extensions ExtUtils::Depends tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that also provides a C and an XS interface. Homepage: http://gtk2-perl.sourceforge.net/ Package: libextutils-f77-perl Priority: optional Section: perl Installed-Size: 69 Maintainer: Debian Perl Group Architecture: all Version: 1.17-1.4.201403190934 Depends: perl Filename: 4.0-0/all/libextutils-f77-perl_1.17-1.4.201403190934_all.deb Size: 16468 MD5sum: 998d3b73900a9d6dbe869ee42077b76b SHA1: f8a6afd38b05a2e6ef0185c10055029de076f03e SHA256: 0ffcc99ebf80826e3cb9014e067e23d8e08864c106164ec116b4c89a1f502ab6 Description: module to compile and link FORTRAN 77 code for Perl modules ExtUtils::F77 is a utility to portably build FORTRAN 77 code and link it with C programs. It provides a cross-platform way to determine the correct Fortran runtime libraries required for a given operating system and compiler. Homepage: http://search.cpan.org/dist/ExtUtils-F77/ Package: libextutils-libbuilder-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403190937 Depends: perl Filename: 4.0-0/all/libextutils-libbuilder-perl_0.04-1.2.201403190937_all.deb Size: 8148 MD5sum: dcaa6f42a6ac52bd60f017560e6834d5 SHA1: 320da376876b0316ebbecc1b904f0944df6a32ea SHA256: 182cdaa7e06b743090cd601f64d959325f661cd714a331550cdd5493067e63f0 Description: Perl module to compile standard, self-contained C libraries Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there isn't a clear method to compile standard, self-contained C libraries. . This module main goal is to help in that task. Homepage: http://search.cpan.org/dist/ExtUtils-LibBuilder/ Package: libextutils-parsexs-perl Priority: optional Section: perl Installed-Size: 226 Maintainer: Debian Perl Group Architecture: all Version: 3.150000-1.14.201403190943 Depends: perl, libextutils-cbuilder-perl Filename: 4.0-0/all/libextutils-parsexs-perl_3.150000-1.14.201403190943_all.deb Size: 80616 MD5sum: 2ca3670498ff0e01beed05beddab2e7f SHA1: afaf4bb3f65045785391af3401b72b4b37fce1f0 SHA256: 779df2cc4665cdbf357af86d0f66fdd18b218b72dcd4b79a3f58a56b0709208e Description: utility to process Perl XS code into C code ExtUtils::ParseXS is a Perl utility that provides a modular way of compiling Perl XS code into appropriate C code by embedding the constructs necessary to let C functions manipulate Perl values and creating the glue necessary to let Perl access those functions. . This module is already included as part of Perl's core distribution, so this package is only beneficial when newer features or bug fixes are required. Homepage: http://search.cpan.org/dist/ExtUtils-ParseXS/ Package: libextutils-pkgconfig-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 1.13-1.6.201403190949 Depends: perl, pkg-config Filename: 4.0-0/all/libextutils-pkgconfig-perl_1.13-1.6.201403190949_all.deb Size: 11368 MD5sum: 7a0ef0a3751714fa0bc3a78936da66cb SHA1: 10e793b245d2eb5d80a5a126f9d8c5686613f3ef SHA256: cfe8f0265602248f8b31112af521630b4da27ef43bf13e16df0c62b52836e339 Description: Perl interface to the pkg-config utility ExtUtils::PkgConfig is a module that retrieves information about installed libraries from the pkg-config utility found on many modern operating systems and architectures. The information provided is useful for compiling against and linking to system-installed libraries. . This module performs some basic error checking to notify users when there are potential problems retrieving the necessary information from pkg-config. Homepage: http://gtk2-perl.sourceforge.net/ Package: libextutils-xsbuilder-perl Priority: optional Section: perl Installed-Size: 213 Maintainer: Debian Perl Group Architecture: all Version: 0.28-2.4.201403190952 Depends: libparse-recdescent-perl, libtie-ixhash-perl, perl Filename: 4.0-0/all/libextutils-xsbuilder-perl_0.28-2.4.201403190952_all.deb Size: 60090 MD5sum: 039266d4e138472d9ead924a68f1bfc0 SHA1: 402ee88248b434a14cd13868df19521a09e415db SHA256: a58f6ed1d6c59f764667a04b12209842c6e181d71d9b5af805225f1263c8c6d3 Description: Automatic XS glue code generation ExtUtils::XSBuilder is a set of modules to parse C header files and create XS glue code and documentation from it. . Ideally this allows you to "write" an interface to a C library without coding a line. Although this module automates much of the process, you must still be familiar with C and XS programming since no C API is ideal and usually some adjuments are necessary. When the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API. Homepage: http://search.cpan.org/dist/ExtUtils-XSBuilder/ Package: libextutils-xspp-perl Priority: optional Section: perl Installed-Size: 412 Maintainer: Debian Perl Group Architecture: all Version: 0.1602-3.4.201403190957 Depends: perl, perl (>= 5.14) | libextutils-parsexs-perl (>= 2.220200) Filename: 4.0-0/all/libextutils-xspp-perl_0.1602-3.4.201403190957_all.deb Size: 192186 MD5sum: 350f00186615490ba68e7139869b0b8b SHA1: 5e97cd410fb7e02b568a686111cccd678c409ae7 SHA256: 73f7f55fc89ca31c08e5fd08e0488ad1157c35493e71d947356c61544163f4e8 Description: module for using Perl XS with C++ code ExtUtils::XSpp is a Perl module that implements XS++, a thin layer on top of plain XS designed to support C++ code. It allows developers to easily write Perl bindings to C++ code by compiling code using the XS++ preprocessor `xspp' instead of the normal XS preprocessor `xsubpp'. Homepage: http://search.cpan.org/dist/ExtUtils-XSpp/ Package: libezmorph-java Priority: optional Section: java Installed-Size: 147 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0.6-3.6.201403191002 Depends: default-jre-headless | java2-runtime-headless Filename: 4.0-0/all/libezmorph-java_1.0.6-3.6.201403191002_all.deb Size: 81956 MD5sum: 41a22335fe44f891ff5b62964098e258 SHA1: 3123e4080b48221b3337ba7f6451d9bbbf160bcf SHA256: 3d147eb89627f99e3f514ddcb337eb9708d0e53cb969b5607d53737c6613ff69 Description: Java library for transforming an Object to another Object EZMorph's key strenghts are: . - Supports transformations for primitives and Objects - Supports transformations for multidimensional arrays - Supports transformations with DynaBeans - Small memory footprint (~76K) Homepage: http://ezmorph.sourceforge.net Package: libfacets-ruby-doc Priority: optional Section: doc Installed-Size: 46 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-facets Version: 2.9.2-1.4.201403170752 Depends: ruby-facets-doc Filename: 4.0-0/all/libfacets-ruby-doc_2.9.2-1.4.201403170752_all.deb Size: 8088 MD5sum: 0c734621b2725a159e7a30cfd00f51ab SHA1: 2bcb6ebab365e4183e8e0e3e60938a0a5e8731b1 SHA256: 1888b04b369b6c65782a12c7a4362d906464a6f60a726a84ee3e023f4be31f08 Description: Transitional package for ruby-facets This is a transitional package to ease upgrades to the ruby-facets package. It can safely be removed. Homepage: http://rubyworks.github.com/facets Package: libfacets-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 46 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-facets Version: 2.9.2-1.4.201403170752 Depends: ruby-facets Filename: 4.0-0/all/libfacets-ruby1.8_2.9.2-1.4.201403170752_all.deb Size: 8092 MD5sum: fe4e44516b3cb533b3eecca331f84d4a SHA1: c522cf23690be8f50239eee91dcd2b0591d66044 SHA256: 7eed8984729c571a95c73cfdc4d9a9e9843dc526b7003ee4713f94864cbcb6f9 Description: Transitional package for ruby-facets This is a transitional package to ease upgrades to the ruby-facets package. It can safely be removed. Homepage: http://rubyworks.github.com/facets Package: libfacets-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 46 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-facets Version: 2.9.2-1.4.201403170752 Depends: ruby-facets Filename: 4.0-0/all/libfacets-ruby1.9.1_2.9.2-1.4.201403170752_all.deb Size: 8094 MD5sum: a32e18972a6684c2b5d233681007913f SHA1: 0d2114ced21474010d73c1db1cc904194745fc37 SHA256: bcb0941d6427bd61c710550f64ab1e134d07aa950e21419abd404db5a762d485 Description: Transitional package for ruby-facets This is a transitional package to ease upgrades to the ruby-facets package. It can safely be removed. Homepage: http://rubyworks.github.com/facets Package: libfacets-ruby Priority: extra Section: oldlibs Installed-Size: 46 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-facets Version: 2.9.2-1.4.201403170752 Depends: ruby-facets Filename: 4.0-0/all/libfacets-ruby_2.9.2-1.4.201403170752_all.deb Size: 8086 MD5sum: 4c54789c3923cca97bbfb3a6ef683d38 SHA1: 3f4a5b7dea476e8dba3963a5dc63dabb7e5c9fb8 SHA256: b21d41763370f91d50a1daad93146119715f93ca554620dbafd41bca134404b7 Description: Transitional package for ruby-facets This is a transitional package to ease upgrades to the ruby-facets package. It can safely be removed. Homepage: http://rubyworks.github.com/facets Package: libfakefs-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fakefs Version: 0.4.0-1.4.201403170759 Depends: ruby-fakefs Filename: 4.0-0/all/libfakefs-ruby1.8_0.4.0-1.4.201403170759_all.deb Size: 2830 MD5sum: 001775c1051d0a7e3b85ff5245681803 SHA1: 685a72fc51f4aa689dfdebcc84b8ca972f6ac901 SHA256: 7a5a48428b4d03765ece1270b4e1eadd029b435d35bbd76ff417c1859f6f5be2 Description: Transitional package for ruby-fakefs This is a transitional package to ease upgrades to the ruby-fakefs package. It can safely be removed. Homepage: http://github.com/defunkt/fakefs Package: libfakefs-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fakefs Version: 0.4.0-1.4.201403170759 Depends: ruby-fakefs Filename: 4.0-0/all/libfakefs-ruby1.9.1_0.4.0-1.4.201403170759_all.deb Size: 2826 MD5sum: fe0c01b91404c913b981343251980f61 SHA1: 89d4f77e972053eb466a354ca1e81816b3421e27 SHA256: f5d9a77c313575b8c7a36da26097a421841e0af52620a3558fb3f219fed1a2e0 Description: Transitional package for ruby-fakefs This is a transitional package to ease upgrades to the ruby-fakefs package. It can safely be removed. Homepage: http://github.com/defunkt/fakefs Package: libfakefs-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fakefs Version: 0.4.0-1.4.201403170759 Depends: ruby-fakefs Filename: 4.0-0/all/libfakefs-ruby_0.4.0-1.4.201403170759_all.deb Size: 2824 MD5sum: bf300c77d732b3f1a69326330e448082 SHA1: 716757c85f2198dcd0cf4ec6712ecb21d6918751 SHA256: 664845029fb07bc258f04e92b171849ed20be14288c8d8502365d4158a8da08e Description: Transitional package for ruby-fakefs This is a transitional package to ease upgrades to the ruby-fakefs package. It can safely be removed. Homepage: http://github.com/defunkt/fakefs Package: libfakekey-doc Priority: optional Section: doc Installed-Size: 105 Maintainer: Moray Allan Architecture: all Source: libfakekey Version: 0.1-7.4.201403191016 Suggests: libfakekey-dev Filename: 4.0-0/all/libfakekey-doc_0.1-7.4.201403191016_all.deb Size: 26892 MD5sum: 342f842f4e8d922ca86bc8f316149c3c SHA1: e79b90c8c0577362a8da097f725fc021b2480a1d SHA256: a0796b357a2f9664483484567473d2b3dfc1ffbb9ad5f160833c1cca41c6c5e7 Description: library for converting characters to X key-presses [development] libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. . This package contains the libfakekey documentation. Multi-Arch: foreign Package: libfam0c102 Priority: optional Section: libs Installed-Size: 37 Maintainer: Chuan-kai Lin Architecture: all Source: fam Version: 2.7.0-17.12.201403222105 Depends: libfam0 (>= 2.7.0-17.12.201403222105) Filename: 4.0-0/all/libfam0c102_2.7.0-17.12.201403222105_all.deb Size: 13926 MD5sum: 77c87a70d8c8e4b5d24c2d49854b5471 SHA1: 5204945c535035e44f271fb782fbbfca63306b72 SHA256: bc35453f5a400aacc29f4525abb25665298fe659207d642b232eb2870ad86f31 Description: Dummy package for libfam0 FAM monitors files and directories, notifying interested applications of changes. . This is a dummy package that installs libfam0; see README.Debian for libfam0 for details. You can safely remove this package once libfam0 is installed. Homepage: http://oss.sgi.com/projects/fam/ Package: libfann-doc Priority: optional Section: doc Installed-Size: 12757 Maintainer: Christian Kastner Architecture: all Source: libfann Version: 2.1.0~beta~dfsg-8.5.201403191028 Recommends: libfann-dev (= 2.1.0~beta~dfsg-8.5.201403191028), python-pyfann (= 2.1.0~beta~dfsg-8.5.201403191028) Filename: 4.0-0/all/libfann-doc_2.1.0~beta~dfsg-8.5.201403191028_all.deb Size: 2104250 MD5sum: d1a434a7aeaf60131ee6b7af1fb63fba SHA1: daa2bc7c57515bfb465c746c800c7bf062ed0eb7 SHA256: 90cf9ba26170e00f92793af98967e2ceff41d352232cb195fa930454d9e27f16 Description: API documentation for FANN Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. A Python binding is available, and bindings for PHP, C++, .NET, Delphi, Octave, Ruby, Pure Data and Mathematica can be downloaded from FANN's homepage. . This package contains the API documentation in HTML form and some introductory material in text form. It also contains examples for the library and the Python wrapper. Homepage: http://leenissen.dk/fann/wp/ Package: libfannj-java-doc Priority: optional Section: doc Installed-Size: 253 Maintainer: Daniel Thomas Architecture: all Source: fannj Version: 0.3-1.2.201403222114 Depends: libfannj-java Recommends: default-jdk-doc Filename: 4.0-0/all/libfannj-java-doc_0.3-1.2.201403222114_all.deb Size: 19378 MD5sum: a4356aa813910ac92343e58b7fa934ce SHA1: 1a5cd43356bba4cbef1c30558c18e2da8267effd SHA256: fb28784ee15016115ef6d5304d0729165151f361c1da5566127ddf778cea4677 Description: FannJ - Documentation Use FannJ if you have an existing ANN from the FANN project (libfann2) that you would like to access from Java. There are several GUI tools that will help you create and train an ANN. This is the Documentation package for FannJ Homepage: http://code.google.com/p/fannj/ Package: libfannj-java Priority: optional Section: java Installed-Size: 37 Maintainer: Daniel Thomas Architecture: all Source: fannj Version: 0.3-1.2.201403222114 Depends: junit, libjna-java, libfann2 Suggests: libfannj-java-doc Filename: 4.0-0/all/libfannj-java_0.3-1.2.201403222114_all.deb Size: 8448 MD5sum: d218dd7aeae0ca959a56c3f6871c7f2c SHA1: fe7e1fdf86871e6ff12c187d249480aad6e497e4 SHA256: 2d60d3d5813e20e08d89d1e2551148dc13a8804200ed0d2883006b6721da7b02 Description: FannJ a Java binding to the Fast Artificial Neural Network (FANN) C library Use FannJ if you have an existing ANN from the FANN project (libfann2) that you would like to access from Java. There are several GUI tools that will help you create and train an ANN. Homepage: http://code.google.com/p/fannj/ Package: libfarstream-0.1-doc Priority: optional Section: doc Installed-Size: 861 Maintainer: Debian Telepathy maintainers Architecture: all Source: farstream Version: 0.1.2-1.2.201403222126 Filename: 4.0-0/all/libfarstream-0.1-doc_0.1.2-1.2.201403222126_all.deb Size: 265156 MD5sum: 981d0c3e39f608ae5fa5a43ab4c4fee4 SHA1: aca802872c99b8970ae64374267951f778747960 SHA256: 7e7a56fc64329eb8247a2ac36409975a521564ffda36d41000b8683ac00b30e3 Description: Audio/Video communications framework: documentation The Farstream project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . This package provides documentation for Farstream. Homepage: http://www.freedesktop.org/software/farstream/releases/farstream/ Package: libfax-hylafax-client-perl Priority: extra Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.4.201403191039 Depends: perl, perl-modules (>= 5.8) | libnet-perl (>= 1.12) Filename: 4.0-0/all/libfax-hylafax-client-perl_1.02-1.4.201403191039_all.deb Size: 14956 MD5sum: 0e024e275cfdfb8797aadd1bc9ecb4ab SHA1: 56338f0d592ada33ef661b2fbe35632e0d5520d3 SHA256: a4fc6c7364233c65ba11ff7bdf6873b412998f3d32b9ba5b1c3e6b8a04fc8c73 Description: simple Perl client for HylaFAX fax server Fax::Hylafax::Client is a simple Perl client for HylaFAX fax server (www.hylafax.org). It communicates with the server directly through FTP protocol and thus does not require any HylaFAX software components to be installed on the client machine. Homepage: http://search.cpan.org/dist/Fax-Hylafax-Client/ Package: libfcgi-procmanager-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 0.24-1.4.201403191052 Depends: perl Filename: 4.0-0/all/libfcgi-procmanager-perl_0.24-1.4.201403191052_all.deb Size: 22128 MD5sum: 68e31f4fafcf6683740cdb63513a62de SHA1: 2715321b668e68c4d892c0bea5e440a44c91bf5a SHA256: 863ac970f26498b7b6d59f3dbe717d54e0a6e98c334a387515cbe6fc448a1967 Description: Perl module to help manage FastCGI applications FCGI::ProcManager serves as a FastCGI process manager, allowing developers to more finely tune performance in their web applications and take advantage of copy-on-write semantics prevalent in the UNIX kernel process system. It can manage a number of FastCGI servers and handles signals on their behalf. Homepage: http://search.cpan.org/dist/FCGI-ProcManager/ Package: libfeed-find-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.07-1.4.201403191100 Depends: perl, libclass-errorhandler-perl, liburi-perl, libwww-perl Filename: 4.0-0/all/libfeed-find-perl_0.07-1.4.201403191100_all.deb Size: 8962 MD5sum: b6b5a21ea53f1aba9a4e0a08c0a4ac42 SHA1: bc949cc520ec3e5e5522d10eb64e9c950381951c SHA256: 7ce447bfd9c30c411d216c7a51da600afb5c99320a78c5e37c7a5a1344642336 Description: Syndication feed auto-discovery Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/. . Feed::Find will discover the following feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom Homepage: http://search.cpan.org/dist/Feed-Find/ Package: libfeedparser-ruby-doc Priority: optional Section: doc Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-feedparser Version: 0.7-2.4.201403170819 Depends: ruby-feedparser Filename: 4.0-0/all/libfeedparser-ruby-doc_0.7-2.4.201403170819_all.deb Size: 5544 MD5sum: 53edd026669890e440e7f73c7828e860 SHA1: 72cfb55b2ab64757a9684e4968923f276fe925ec SHA256: b9d77a6485b5adb5bd60b4974d76ba4c87d60e696e32fd6720cf2bf0cb72db27 Description: Transitional package for ruby-feedparser This is a transitional package to ease upgrades to the ruby-feedparser package. It can safely be removed. Homepage: http://home.gna.org/ruby-feedparser/ Package: libfeedparser-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-feedparser Version: 0.7-2.4.201403170819 Depends: ruby-feedparser Filename: 4.0-0/all/libfeedparser-ruby1.8_0.7-2.4.201403170819_all.deb Size: 5546 MD5sum: 6f12c3ec934c235e824ef529aab5b972 SHA1: 580e40fb406e2ec6ef12efd527d2493fedc7418e SHA256: 45d3db6d09161cc46b3dfc21978799e8937cb19011b4788fe6d1d96cecef76cd Description: Transitional package for ruby-feedparser This is a transitional package to ease upgrades to the ruby-feedparser package. It can safely be removed. Homepage: http://home.gna.org/ruby-feedparser/ Package: libfeedparser-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-feedparser Version: 0.7-2.4.201403170819 Depends: ruby-feedparser Filename: 4.0-0/all/libfeedparser-ruby_0.7-2.4.201403170819_all.deb Size: 5542 MD5sum: 5281ac42f689d0babadcdc7cc38125b3 SHA1: f710534f828ccd86c0fb35b964ea71a01f9dff17 SHA256: 091a1a8b6d2b3fbd917ca97c9bf2b4b683cb4898b30a31563578a5e2046ddd5e Description: Transitional package for ruby-feedparser This is a transitional package to ease upgrades to the ruby-feedparser package. It can safely be removed. Homepage: http://home.gna.org/ruby-feedparser/ Package: libfeedtools-ruby-doc Priority: optional Section: doc Installed-Size: 33 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-feedtools Version: 0.2.29+dfsg1-5.4.201403170824 Depends: ruby-feedtools-doc Filename: 4.0-0/all/libfeedtools-ruby-doc_0.2.29+dfsg1-5.4.201403170824_all.deb Size: 7900 MD5sum: 0c9675471e814eff9907991327954d3e SHA1: d55dad4f04522aecc247470063360c33b28d8c35 SHA256: e372abe09002a3184437a5cefdb58467ea5ea81a3f1a5df3e414a2b06c6392df Description: Transitional package for ruby-feedtools-doc This is a transitional package to ease upgrades to the ruby-feedtools package. It can safely be removed. Homepage: http://rubyforge.org/projects/feedtools/ Package: libfeedtools-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-feedtools Version: 0.2.29+dfsg1-5.4.201403170824 Depends: ruby-feedtools Filename: 4.0-0/all/libfeedtools-ruby1.8_0.2.29+dfsg1-5.4.201403170824_all.deb Size: 7906 MD5sum: 643f6388143f952700b4c0ea6fc96c9e SHA1: 5623ba7d6e4f87d55178662914811e5c7fb97f9e SHA256: 85db0d799980559f9e54b29cb856bc3becbdafe9ebfafb0609c4758ae3024861 Description: Transitional package for ruby-feedtools This is a transitional package to ease upgrades to the ruby-feedtools package. It can safely be removed. Homepage: http://rubyforge.org/projects/feedtools/ Package: libfeedtools-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-feedtools Version: 0.2.29+dfsg1-5.4.201403170824 Depends: ruby-feedtools Filename: 4.0-0/all/libfeedtools-ruby1.9.1_0.2.29+dfsg1-5.4.201403170824_all.deb Size: 7908 MD5sum: c58c4da1f0a6e2dfe0d77de0a4c37054 SHA1: ca177be3cafe82f3859cb1a140677ae8fb9e361f SHA256: 7daae354cd20bd7557e88ef2208c0a50283c7d2362e039d6380f9cc37f0b6e40 Description: Transitional package for ruby-feedtools This is a transitional package to ease upgrades to the ruby-feedtools package. It can safely be removed. Homepage: http://rubyforge.org/projects/feedtools/ Package: libfeedtools-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Marc Dequènes (Duck) Architecture: all Source: ruby-feedtools Version: 0.2.29+dfsg1-5.4.201403170824 Depends: ruby-feedtools Filename: 4.0-0/all/libfeedtools-ruby_0.2.29+dfsg1-5.4.201403170824_all.deb Size: 7898 MD5sum: f0da7fc7989e1a7a2b3a2b071ee761f7 SHA1: 069d5a41f947c3941595578a47f155de8746ea89 SHA256: 44a54e46b032540098896d932498c9659368485f40a284dd64bcced57cc316a7 Description: Transitional package for ruby-feedtools This is a transitional package to ease upgrades to the ruby-feedtools package. It can safely be removed. Homepage: http://rubyforge.org/projects/feedtools/ Package: libfelix-bundlerepository-java-doc Priority: optional Section: doc Installed-Size: 1961 Maintainer: Debian Java Maintainers Architecture: all Source: felix-bundlerepository Version: 1.6.6-1.2.201403230535 Depends: default-jdk-doc Suggests: libfelix-bundlerepository-java Filename: 4.0-0/all/libfelix-bundlerepository-java-doc_1.6.6-1.2.201403230535_all.deb Size: 429878 MD5sum: 552f41fec27aa237adef98e8f323eaec SHA1: 54024710d5eac861c16d094024c312dc15e6910d SHA256: 7f57fe2d4e80de9e32d7a9b4d9309de63200394cf1fa40815934ab7f282d3756 Description: Documentation for Felix OSGi bundle repository service The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject provide implementation of repository containing "bundles". . This package contains the API documentation of libfelix-bundlerepository-java. Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Package: libfelix-bundlerepository-java Priority: optional Section: java Installed-Size: 233 Maintainer: Debian Java Maintainers Architecture: all Source: felix-bundlerepository Version: 1.6.6-1.2.201403230535 Depends: libeasymock-java, libosgi-core-java Recommends: libfelix-osgi-obr-java, libfelix-shell-java, libfelix-utils-java, libkxml2-java, libosgi-compendium-java Suggests: libfelix-bundlerepository-java-doc Filename: 4.0-0/all/libfelix-bundlerepository-java_1.6.6-1.2.201403230535_all.deb Size: 160008 MD5sum: 127b6c1a1793dd9e0b9e0f60fde80bde SHA1: cb0e47a89cc1f287bea67613117818e2a59ac7bc SHA256: 44dff2403c4783a1715c32df18552147ccbda8f27b9dcd8028811d21473019d7 Description: Felix OSGi bundle repository service The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject provide implementation of repository containing "bundles". Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Package: libfelix-framework-java-doc Priority: optional Section: doc Installed-Size: 6003 Maintainer: Debian Java Maintainers Architecture: all Source: felix-framework Version: 4.0.1-2.2.201403230542 Depends: default-jdk-doc Filename: 4.0-0/all/libfelix-framework-java-doc_4.0.1-2.2.201403230542_all.deb Size: 1259068 MD5sum: 95a402857165439d6f718b29d3f61fed SHA1: b4b20966a459fe8a0934f121dda28f8d2324da91 SHA256: 88141752f91fa0a6a8684286b0719132a4591fdad09255e2761d4e12fd723581 Description: Javadoc API documentation for the Felix Framework subproject The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. This package contains Javadoc API documentation. Homepage: http://felix.apache.org/site/apache-felix-framework.html Package: libfelix-framework-java Priority: optional Section: java Installed-Size: 540 Maintainer: Debian Java Maintainers Architecture: all Source: felix-framework Version: 4.0.1-2.2.201403230542 Suggests: libfelix-framework-java-doc Filename: 4.0-0/all/libfelix-framework-java_4.0.1-2.2.201403230542_all.deb Size: 459050 MD5sum: 2423919bf0711397c311c2c89eb31c33 SHA1: bd54767885881068cdc1e16982769a44bd262139 SHA256: b726da0266c2ae1bc3e27247279b494379c3d53c7ee183b8ca4a17bb401914e5 Description: The Felix Framework subproject The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. Homepage: http://felix.apache.org/site/apache-felix-framework.html Package: libfelix-gogo-command-java-doc Priority: optional Section: doc Installed-Size: 377 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-command Version: 0.12.0-2.2.201403230548 Depends: default-jdk-doc, libfelix-bundlerepository-java-doc, libfelix-gogo-runtime-java-doc, libosgi-compendium-java-doc, libosgi-core-java-doc Suggests: libfelix-gogo-command-java Filename: 4.0-0/all/libfelix-gogo-command-java-doc_0.12.0-2.2.201403230548_all.deb Size: 71552 MD5sum: 2e230d79716efb53cd2bcd436e063895 SHA1: d86e4d9f1e14e49313fed0d6202abdf809b3790b SHA256: 0d603f8d2ca5b24395c56e832005c378a7029e5a07dc4a385b154aa305a972d7 Description: Documentation for Apache Felix Gogo Command bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Command bundle of Gogo subproject implements a set of basic commands. . This package contains the API documentation of libfelix-gogo-command-java. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-command-java Priority: optional Section: java Installed-Size: 115 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-command Version: 0.12.0-2.2.201403230548 Depends: libfelix-bundlerepository-java, libfelix-gogo-runtime-java, libosgi-compendium-java, libosgi-core-java Suggests: libfelix-gogo-command-java-doc Filename: 4.0-0/all/libfelix-gogo-command-java_0.12.0-2.2.201403230548_all.deb Size: 53122 MD5sum: 80af1e4afdcc857ecd533228b4328cbe SHA1: 7a2fb37741079760df9b19a7e4f1ad2521d9f4d1 SHA256: 1e1d29882cb8dbc8458cdf74ae5a24f0c3b5798d974aa2afd6b504487dc47cea Description: Apache Felix Gogo Command bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Command bundle of Gogo subproject implements a set of basic commands. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-runtime-java-doc Priority: optional Section: doc Installed-Size: 1166 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-runtime Version: 0.10.0-2.2.201403230555 Depends: default-jdk-doc, libosgi-compendium-java-doc, libosgi-core-java-doc Suggests: libfelix-gogo-runtime-java Filename: 4.0-0/all/libfelix-gogo-runtime-java-doc_0.10.0-2.2.201403230555_all.deb Size: 236508 MD5sum: a4a2eae501b68c7f2da0c12861746012 SHA1: f6b64dfe245b7c4b7a7d0c2b910469c2fe7af26b SHA256: 25ad79b7a1e34a853264ae098f9a354f99616657dc8f213141342c21bb6b9851 Description: Documentation for Apache Felix Gogo Runtime bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Runtime bundle of Gogo subproject implements the core command processing functionality. . This package contains the API documentation of libfelix-gogo-runtime-java. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-runtime-java Priority: optional Section: java Installed-Size: 129 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-runtime Version: 0.10.0-2.2.201403230555 Depends: libosgi-compendium-java, libosgi-core-java Suggests: libfelix-gogo-runtime-java-doc Filename: 4.0-0/all/libfelix-gogo-runtime-java_0.10.0-2.2.201403230555_all.deb Size: 64526 MD5sum: 4a28df06f59bc79f92006a067be87024 SHA1: 28563e6aeca71b09160408c467448d11d0690dad SHA256: d82d5fe1f560db6ef00c0f112090467f73b9ddc1e6f8e376d875272e244c743e Description: Apache Felix Gogo Runtime bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Runtime bundle of Gogo subproject implements the core command processing functionality. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-shell-java-doc Priority: optional Section: doc Installed-Size: 481 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-shell Version: 0.10.0-2.2.201403230602 Depends: default-jdk-doc, libfelix-gogo-runtime-java-doc, libosgi-compendium-java-doc, libosgi-core-java-doc Suggests: libfelix-gogo-shell-java Filename: 4.0-0/all/libfelix-gogo-shell-java-doc_0.10.0-2.2.201403230602_all.deb Size: 93518 MD5sum: f1bc6139ea4b9268a69fdc5be0a8671a SHA1: 9a8be8cae7feee92c5fec9ef393fe6fb2ca93d64 SHA256: 635c13c0f1f95eb525af6cdf329cc2d628f4ce1a269aa6007b8f8960e2c016f6 Description: Documentation for Apache Felix Gogo Shell bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Shell bundle of Gogo subproject provides a simple textual user interface to interact with the command processor. . This package contains the API documentation of libfelix-gogo-shell-java. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-shell-java Priority: optional Section: java Installed-Size: 112 Maintainer: Debian Java Maintainers Architecture: all Source: felix-gogo-shell Version: 0.10.0-2.2.201403230602 Depends: libfelix-gogo-runtime-java, libosgi-compendium-java, libosgi-core-java Suggests: libfelix-gogo-shell-java-doc Filename: 4.0-0/all/libfelix-gogo-shell-java_0.10.0-2.2.201403230602_all.deb Size: 50498 MD5sum: 21335ba0eeafa9ce4b13e04a9b60ea05 SHA1: 43c73e088e96e19e731e631b32ae9a6ae8622f13 SHA256: 9b7cd35bef4403c026b74d19734b34e8d3bd11284782d935a32dc55388b2c65d Description: Apache Felix Gogo Shell bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Shell bundle of Gogo subproject provides a simple textual user interface to interact with the command processor. Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-main-java-doc Priority: optional Section: doc Installed-Size: 584 Maintainer: Debian Java Maintainers Architecture: all Source: felix-main Version: 4.0.1-2.3.201403230616 Depends: default-jdk-doc Filename: 4.0-0/all/libfelix-main-java-doc_4.0.1-2.3.201403230616_all.deb Size: 298586 MD5sum: b70849c7755d4e24fb242fc38811555a SHA1: a62755fe6e788e423313ead14ea88c9b4e7be8d8 SHA256: a535b6eaf88c023c7389908becde2aecec85d3587706715af8983dc626d435fd Description: Librairies to instantiate and execute OSGi Felix Framework - doc The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. . This package contains Javadoc API documentation. Homepage: http://felix.apache.org/site/ Package: libfelix-main-java Priority: optional Section: java Installed-Size: 542 Maintainer: Debian Java Maintainers Architecture: all Source: felix-main Version: 4.0.1-2.3.201403230616 Depends: libfelix-framework-java Suggests: libfelix-main-java-doc Filename: 4.0-0/all/libfelix-main-java_4.0.1-2.3.201403230616_all.deb Size: 458386 MD5sum: adb5ef85844027d53541649248823db9 SHA1: d908b14296e05444877d2262305a3f1102482022 SHA256: 063c0e9d3581492f22499d6b553e211e4c8c3adc196dfb1ef873819f4bca641e Description: Librairies to instantiate and execute the Felix Framework The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. Homepage: http://felix.apache.org/site/ Package: libfelix-osgi-obr-java-doc Priority: optional Section: doc Installed-Size: 301 Maintainer: Debian Java Maintainers Architecture: all Source: felix-osgi-obr Version: 1.0.2-3.2.201403230623 Filename: 4.0-0/all/libfelix-osgi-obr-java-doc_1.0.2-3.2.201403230623_all.deb Size: 25218 MD5sum: dc2aee0629e4e5264d9967c3bd25f548 SHA1: 4190e24b3a33829562cfc80a171e07407b3ed80a SHA256: f64f8f0a5c609b830ded4e318b91f6002b564dc13b475c6e3ee6f2a0b931be96 Description: Javadoc API for OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. 2. To encourage independent bundle development so that communities of interest can grow. This package contains Javadoc API documentation. Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Package: libfelix-osgi-obr-java Priority: optional Section: java Installed-Size: 67 Maintainer: Debian Java Maintainers Architecture: all Source: felix-osgi-obr Version: 1.0.2-3.2.201403230623 Depends: libosgi-core-java Suggests: libfelix-osgi-obr-java-doc Filename: 4.0-0/all/libfelix-osgi-obr-java_1.0.2-3.2.201403230623_all.deb Size: 7312 MD5sum: 1eaebf5332e9ae20b2ec58db9eef49f9 SHA1: 08f8ca3c3a2b3978b2cfa167764ae449651298c3 SHA256: 87a2e9d3077e7c4cdcba9cbc4377b8a29432282578c95dbba1b618d56ca1bb28 Description: OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. 2. To encourage independent bundle development so that communities of interest can grow. Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Package: libfelix-shell-java-doc Priority: optional Section: doc Installed-Size: 1083 Maintainer: Debian Java Maintainers Architecture: all Source: felix-shell Version: 1.4.2-3.2.201403230628 Depends: default-jdk-doc Suggests: libfelix-shell-java Filename: 4.0-0/all/libfelix-shell-java-doc_1.4.2-3.2.201403230628_all.deb Size: 250072 MD5sum: 1be3baf86c110fbb3c38452e049d78f0 SHA1: 66f2b576796a2ded11928f98014ec5b621868faa SHA256: 0de92234125b285ee1ac4c80989142b38d30de752000920379a1b8087c2f82fa Description: Felix OSGi shell - documentation The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This package contains Javadoc API documentation for libfelix-shell-java. Homepage: http://felix.apache.org/site/apache-felix-shell.html Package: libfelix-shell-java Priority: optional Section: java Installed-Size: 120 Maintainer: Debian Java Maintainers Architecture: all Source: felix-shell Version: 1.4.2-3.2.201403230628 Depends: libosgi-compendium-java, libosgi-core-java Suggests: libfelix-shell-java-doc Filename: 4.0-0/all/libfelix-shell-java_1.4.2-3.2.201403230628_all.deb Size: 56020 MD5sum: 7eb07c25c63d4ee04591f65bbde2aad8 SHA1: eb81890e52a2b1faa567f93cd879a24b16cba879 SHA256: 85e8c0cec2475af065403a19ca2fea693cd4cffb8a9bbfc3e3a5b640e2dfe7ed Description: Felix OSGi shell to issue commands to the framework The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject defines a shell service for creating and executing arbitrary commands into Apache Felix. Homepage: http://felix.apache.org/site/apache-felix-shell.html Package: libfelix-shell-tui-java-doc Priority: optional Section: doc Installed-Size: 236 Maintainer: Debian Java Maintainers Architecture: all Source: felix-shell-tui Version: 1.4.1-3.2.201403230635 Depends: default-jdk-doc Suggests: libfelix-shell-tui-java Filename: 4.0-0/all/libfelix-shell-tui-java-doc_1.4.1-3.2.201403230635_all.deb Size: 82632 MD5sum: 049dd11e354f763502f06a6f17f319e2 SHA1: f1dba1aaf437c1995b368adce496be55fbb96dc9 SHA256: a7644fe47b8a6946133c225151b65672e81df2645383e12bfa4baac754546c82 Description: Documentation for Apache Felix Shell TUI The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject provide a simple command line interface to act as a shell for Felix. . This package contains the API documentation of libfelix-shell-tui-java. Homepage: http://felix.apache.org/site/apache-felix-shell-tui.html Package: libfelix-shell-tui-java Priority: optional Section: java Installed-Size: 71 Maintainer: Debian Java Maintainers Architecture: all Source: felix-shell-tui Version: 1.4.1-3.2.201403230635 Depends: libfelix-shell-java, libosgi-core-java Suggests: libfelix-shell-tui-java-doc Filename: 4.0-0/all/libfelix-shell-tui-java_1.4.1-3.2.201403230635_all.deb Size: 10578 MD5sum: f6e9a143bb5a366a743fc911799d8efc SHA1: 3183464fc9988d383947d0dc391d20468608f4d8 SHA256: 571a7f4b2a51d1d0c9ab90bcb2086ea5c3b8eec683b7dd0adb8eda5e9afb5ed6 Description: Apache Felix Shell TUI The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject provide a simple command line interface to act as a shell for Felix. Homepage: http://felix.apache.org/site/apache-felix-shell-tui.html Package: libfelix-utils-java-doc Priority: optional Section: doc Installed-Size: 787 Maintainer: Debian Java Maintainers Architecture: all Source: felix-utils Version: 1.1.0-3.2.201403230641 Depends: default-jdk-doc Suggests: libfelix-utils-java Filename: 4.0-0/all/libfelix-utils-java-doc_1.1.0-3.2.201403230641_all.deb Size: 161140 MD5sum: 94eb3b75dc36e5a0d5bc418c9ef53355 SHA1: 191cb8ae1f9ad558ba958881244bbbd25cc697df SHA256: c684220adddb4d20f88eae0df3622ab0723fc9a6012d4c02c7ccc112234d5bbf Description: collection of utility classes for Apache Felix - documentation The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This package contains Javadoc API documentation. Homepage: http://felix.apache.org/ Package: libfelix-utils-java Priority: optional Section: java Installed-Size: 108 Maintainer: Debian Java Maintainers Architecture: all Source: felix-utils Version: 1.1.0-3.2.201403230641 Depends: libosgi-compendium-java, libosgi-core-java Suggests: libfelix-utils-java-doc Filename: 4.0-0/all/libfelix-utils-java_1.1.0-3.2.201403230641_all.deb Size: 45676 MD5sum: b0f4532f417748ba7de6d0f7e6e6cef4 SHA1: 09774716fe975c5be73710154f85c3750fbe6d32 SHA256: a52b85838532c143222aa9792489b253e57ca1c5111a36a42c8f1e11e211d9c9 Description: collection of utility classes for Apache Felix The Felix project is an implementation of the OSGi R4.2 core framework specification. . OSGi framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model. . This subproject provides a collection of utility classes used by others components of Apache Felix. Homepage: http://felix.apache.org/ Package: libferret-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-ferret Version: 0.11.8.4+debian-2.4.201403170830 Depends: ruby-ferret Filename: 4.0-0/all/libferret-ruby1.8_0.11.8.4+debian-2.4.201403170830_all.deb Size: 5594 MD5sum: cc1e7b2f8f0e0741e3b9a543abf58cc7 SHA1: 74c24e488602d5216b9cc6c47a63ac5b77ed3b29 SHA256: dcf9e8edafcded7df08ef9ea121ccc9946abdb4c683d4b43b3932ad4ccbe8250 Description: Transitional package for ruby-ferret This is a transitional package to ease upgrades to the ruby-ferret package. It can safely be removed. Homepage: https://github.com/jkraemer/ferret Package: libferret-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-ferret Version: 0.11.8.4+debian-2.4.201403170830 Depends: ruby-ferret Filename: 4.0-0/all/libferret-ruby_0.11.8.4+debian-2.4.201403170830_all.deb Size: 5588 MD5sum: 7925ed20ae4f2922e4579b43c804ae43 SHA1: 42d0729f19785f5609a4b2a0c8f8166258035c66 SHA256: 6c61a264d229995ac054599fa62e12c1566840568530a9ade25f3df0e6c482dc Description: Transitional package for ruby-ferret This is a transitional package to ease upgrades to the ruby-ferret package. It can safely be removed. Homepage: https://github.com/jkraemer/ferret Package: libffi-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-ffi Version: 1.0.11debian-5.4.201403170838 Depends: ruby-ffi Filename: 4.0-0/all/libffi-ruby1.8_1.0.11debian-5.4.201403170838_all.deb Size: 6174 MD5sum: b1cc3eb82e79aaa65761bc48e4726298 SHA1: eb37b920ef939c65bc3ce5841b86465b7d2d43c6 SHA256: 94f3c09e032738528de1b5564610aa08222fc91d5761d9767475271ed492ba31 Description: Transitional package for ruby-ffi This is a transitional package to ease upgrades to the ruby-ffi package. It can safely be removed. Homepage: http://wiki.github.com/ffi/ffi Package: libffi-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-ffi Version: 1.0.11debian-5.4.201403170838 Depends: ruby-ffi Filename: 4.0-0/all/libffi-ruby1.9.1_1.0.11debian-5.4.201403170838_all.deb Size: 6178 MD5sum: 2dfb1c0246b3baa185b4fd42fa64a2ca SHA1: e78f55f6090baf48d08290cd0825c2115d0d6179 SHA256: 0add86711c32a8f3f1ee026b2b0aaf9fefdf42fa87cb60264680988eb3812a48 Description: Transitional package for ruby-ffi This is a transitional package to ease upgrades to the ruby-ffi package. It can safely be removed. Homepage: http://wiki.github.com/ffi/ffi Package: libffi-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-ffi Version: 1.0.11debian-5.4.201403170838 Depends: ruby-ffi Filename: 4.0-0/all/libffi-ruby_1.0.11debian-5.4.201403170838_all.deb Size: 6168 MD5sum: 65a11d9c114998ff44a592b6f94e7f21 SHA1: 0530268ba5c9f0d06a4ad7b312b3a880b8e19ff3 SHA256: b14b26da1df44f9fa911454a024dcf2b27613342558dad5b0b56ea9b9f8fa8c8 Description: Transitional package for ruby-ffi This is a transitional package to ease upgrades to the ruby-ffi package. It can safely be removed. Homepage: http://wiki.github.com/ffi/ffi Package: libfftw3-doc Priority: optional Section: doc Installed-Size: 1137 Maintainer: Debian Science Team Architecture: all Source: fftw3 Version: 3.3.2-3.1.11.201403231028 Replaces: fftw3-doc Provides: fftw3-doc Depends: dpkg (>= 1.15.4) | install-info Suggests: libfftw3-3 Conflicts: fftw3-doc Filename: 4.0-0/all/libfftw3-doc_3.3.2-3.1.11.201403231028_all.deb Size: 351194 MD5sum: bc60b4562fe5fde4a6eea32625a6bd8c SHA1: eeb6199210ec3b5bd21616b85dfd4cdd228c09d5 SHA256: 33a802fe66af8e7fa8bd06d5f4bbc990e0168c3e3357bd17fe4283919a0f8cf4 Description: Documentation for fftw version 3 The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the documentation for the fftw3 library. Homepage: http://fftw.org Package: libfile-bom-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.4.201403191134 Depends: perl (>= 5.8.300), libreadonly-perl (>= 0.06) Filename: 4.0-0/all/libfile-bom-perl_0.14-1.4.201403191134_all.deb Size: 16738 MD5sum: 4fae452f392f139aa0d17a8f4e5f9e6a SHA1: 58b1470cb5f6a52955bae77ccad6e9f134478f88 SHA256: 91c9fc237a0d7069df7ba0f1fbb7c3fa2c2fee7944266b6efab533c89fa2211c Description: Perl module for handling Byte Order Marks File::BOM provides functions for handling Unicode Byte Order Marks, which are sometimes found at the beginning of some files and streams. It allows programs to automatically determine the original byte ordering a file was written with; in other words, whether the program was written in little-endian or big-endian byte order. . This module provides a simple way to open a file, determine its byte ordering and return the appropriate encoding style. Byte Order Marks are usually found at the beginning of a file, but in the case of a stream where this is not the case, this module also provides a utility to scan any filehandle for it. Homepage: http://search.cpan.org/dist/File-BOM/ Package: libfile-cache-perl Priority: optional Section: perl Installed-Size: 130 Maintainer: Colin Watson Architecture: all Version: 0.16-9.4.201403191139 Depends: perl, libdigest-md5-perl, perl (>= 5.8.0) | libstorable-perl Filename: 4.0-0/all/libfile-cache-perl_0.16-9.4.201403191139_all.deb Size: 34602 MD5sum: 7b9397f2a3d5387926dca6b98c520cf1 SHA1: dbfd984d1b791c10dec4e20c55b3d2197c90bf6e SHA256: 7e34c4dbe44a87ec2c6e37ce05fc35c3a61d408eac3a77b6220540daa308f7ef Description: File::Cache, a filesystem-based object store File::Cache implements an object store which shares data across process boundaries via the filesystem. It was written to complement IPC::Cache, but is suitable for larger numbers of more complex objects than that module. . This module will eventually be superseded by the newer Cache::Cache. Package: libfile-changenotify-perl Priority: optional Section: perl Installed-Size: 112 Maintainer: Debian Perl Group Architecture: all Version: 0.22-1.4.201403191143 Depends: perl, liblist-moreutils-perl, libclass-load-perl, libmoose-perl, libmoosex-params-validate-perl, libmoosex-semiaffordanceaccessor-perl, libnamespace-autoclean-perl Recommends: liblinux-inotify2-perl (>= 1:1.2) Filename: 4.0-0/all/libfile-changenotify-perl_0.22-1.4.201403191143_all.deb Size: 38428 MD5sum: ce46d38f1d02adf0a12922ea08c112e1 SHA1: 4583ff7cf46ae56d75c7ad24ef4b294a91adcc8b SHA256: d73fd43d679493a25aa92e22d2abcd34c76a5114356dd5c100f9d5588b00fc15 Description: module to monitor files for changes File::ChangeNotify is a Perl module that provides a way to monitor files for changes in an efficient and cross-platform manner. Developers can override the default mechanism by subclassing the included File::ChangeNotify::Watcher module, allowing for platform-specific optimizations. Homepage: http://search.cpan.org/dist/File-ChangeNotify/ Package: libfile-chdir-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: James Bromberger Architecture: all Version: 0.1006-1.6.201403191148 Depends: perl Filename: 4.0-0/all/libfile-chdir-perl_0.1006-1.6.201403191148_all.deb Size: 13470 MD5sum: a14ae7b3137e6ee04085ecfe8f2e9a5e SHA1: 01badafe2427b47739acd4108bd461cf8c4f451c SHA256: 4cbef370b65457419d8813ae9061e2af3898519edf3d45775f4e4afb9e4e8940 Description: A more sensible way to change directories Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program. . This sucks. . File::chdir gives you an alternative, $CWD and @CWD. These two variables combine all the power of chdir(), File::Spec and Cwd. Package: libfile-chmod-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.32-1.4.201403191151 Depends: perl Filename: 4.0-0/all/libfile-chmod-perl_0.32-1.4.201403191151_all.deb Size: 15434 MD5sum: ddb56d22b6301ee09b5edb4b8010507f SHA1: e80512d19d072d0b10674f6869f4d3820fc527cb SHA256: 4658c8826452061cbe625a660dc56ba3c4835b54144ef35d8e21c23f241b0ffb Description: chmod() override with symbolic and ls-style modes File::chmod provides an override for Perl's chmod() function allowing usage of octal, symbolic or "ls-style" file modes. Homepage: http://search.cpan.org/dist/File-chmod/ Package: libfile-copy-link-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Debian Perl Group Architecture: all Version: 0.113-1.4.201403191155 Depends: perl Filename: 4.0-0/all/libfile-copy-link-perl_0.113-1.4.201403191155_all.deb Size: 16464 MD5sum: 5b821fa941619846da7e96ec0ad388cb SHA1: 838d0a2e93d8e95e818970c50795247c4b08e881 SHA256: efbf75fc38763b4affd01d9687babf2c618fa61b4115d5ff7b2c8339adfe65e5 Description: Perl extension for replacing a link by a copy of the linked file The distribution File-Copy-Link includes the modules File::Spec::Link and File::Copy::Link and the script copylink. They include routines to read and copy links. Homepage: http://search.cpan.org/dist/File-Copy-Link/ Package: libfile-counterfile-perl Priority: extra Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 1.04-4.4.201403191205 Depends: perl Filename: 4.0-0/all/libfile-counterfile-perl_1.04-4.4.201403191205_all.deb Size: 9218 MD5sum: d504aaa7035b2d3356191c4944c22cfa SHA1: 49e15dd4341573a9cc6b18da1b11b0aa0d27f6db SHA256: 4297bf28e49cfba70df32bdebdd970ac53b5cc1b52306556db9f4ed519bac648 Description: persistent counter class for Perl File::CounterFile implements a persistent counter class. Each counter is represented by a separate file in the file system. File locking is applied, so multiple processes might try to access the same counters at the same time without risk of counter destruction. Homepage: http://search.cpan.org/dist/File-CounterFile/ Package: libfile-countlines-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.0.3-1.4.201403191211 Depends: perl Filename: 4.0-0/all/libfile-countlines-perl_0.0.3-1.4.201403191211_all.deb Size: 9196 MD5sum: 0f02b2f11b1e7824ae7eef86a8ecc7fb SHA1: c2c6ac13c33368574722ca3eafc921cb659b217c SHA256: 5b3dab80f1277701000aff771213ad8011f3ad7563e9eb09e43a36db1cc20085 Description: module for efficiently counting the number of lines in a file perlfaq5 answers the question on how to count the number of lines in a file. File::CountLines is a convenient wrapper around that method, with additional options. . More specifically, it counts the number of line breaks rather than lines. On Unix systems nearlly all text files end with a newline (by convention), so usually the number of lines and number of line breaks is equal. Homepage: http://search.cpan.org/dist/File-CountLines/ Package: libfile-dircompare-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.6-1.4.201403191217 Depends: perl Filename: 4.0-0/all/libfile-dircompare-perl_0.6-1.4.201403191217_all.deb Size: 8380 MD5sum: 5e92e90aff14dce650dcec82a909023c SHA1: 30bd04b6f7d658532594347f36b8eb187e1dbad4 SHA256: b48982a435cf1651cb420808f357538944dfcd47fc1266a9457aafdaf48ed8b7 Description: Perl module to compare two directories File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files). Homepage: http://search.cpan.org/dist/File-DirCompare/ Package: libfile-find-object-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Debian Perl Group Architecture: all Version: 0.2.1-1.4.201403191225 Depends: perl, libclass-xsaccessor-perl Filename: 4.0-0/all/libfile-find-object-perl_0.2.1-1.4.201403191225_all.deb Size: 25016 MD5sum: 87c3e718986d2f261c16f13baae89038 SHA1: 6cb907e1ba9156dc8fa90725c8785037929019c2 SHA256: 7436bc856983f46c874fb25b51410b6f1d97f9b1c84e1664f3ac11980000f16c Description: object oriented File::Find replacement File::Find::Object does same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one can't perform multiple searches in the same application. The second problem of File::Find is its file processing: after starting its main loop, one can't easily wait for another event and so get the next result. Homepage: http://search.cpan.org/dist/File-Find-Object/ Package: libfile-find-object-rule-perl Priority: optional Section: perl Installed-Size: 119 Maintainer: Debian Perl Group Architecture: all Version: 0.0301-1.5.201403191233 Depends: perl, libclass-xsaccessor-perl, libfile-find-object-perl, libnumber-compare-perl, libtext-glob-perl Filename: 4.0-0/all/libfile-find-object-rule-perl_0.0301-1.5.201403191233_all.deb Size: 33538 MD5sum: 31a2bbcef0e965557641bc0640005a4c SHA1: 5c9e27fcf46e88099d3ba168f59f2c8ac8e069c5 SHA256: ec15cb0e126d87b290e515c505b1ab509ec85fa91c2bd40ebd7ff7ef1d595560 Description: alternative interface to File::Find::Object File::Find::Object::Rule is a friendlier interface to File::Find::Object. It allows you to build rules which specify the desired files and directories. Homepage: http://search.cpan.org/dist/File-Find-Object-Rule/ Package: libfile-find-rule-perl-perl Priority: optional Section: perl Installed-Size: 63 Maintainer: Debian Perl Group Architecture: all Version: 1.12-1.4.201403191235 Depends: perl, libfile-find-rule-perl, libparams-util-perl (>= 0.38), perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38) Filename: 4.0-0/all/libfile-find-rule-perl-perl_1.12-1.4.201403191235_all.deb Size: 10986 MD5sum: dfc5c569204099c67d77f036478dd012 SHA1: 6bbb5063ec89e5ad8d88cec024e79974371a398b SHA256: db3cd239fb665305aff5eec491772b802c3c984c5a85530140799a9d45597f6f Description: Perl module for searching Perl things File::Find::Rule::Perl provides methods for finding various Perl distribution files easily, which allows one to replicate search queries usually run on CPAN Search or related web sites. . This module makes it easy to find out information like which Perl modules are included in a distribution, names of test scripts, the type of installation mechanism (Makefile.PL or Build.PL) and names of any other miscellaneous Perl scripts that are distributed. It can also be used to locate files that contain Perl code. Homepage: http://search.cpan.org/dist/File-Find-Rule-Perl/ Package: libfile-find-rule-vcs-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 1.08-1.4.201403191238 Depends: perl, libfile-find-rule-perl, libtext-glob-perl Filename: 4.0-0/all/libfile-find-rule-vcs-perl_1.08-1.4.201403191238_all.deb Size: 10212 MD5sum: 1f6caff013eb7e2c5804cf4e79d7a6bf SHA1: 41919551a9222b78f7730836a7c7a666a0b9a1b2 SHA256: 04622cd2410c6be1fdb157b3793fd9b639e8ce11a2e672dcecd67f0ff36787d2 Description: Perl module to exclude files/directories for Version Control Systems Many tools need to be equally useful both on ordinary files, and on code that has been checked out from revision control systems. . File::Find::Rule::VCS provides quick and convenient methods to File::Find::Rule for exclusion of the version control directories of several major Version Control Systems (currently CVS, Subversion, Bazaar, RCS, Git and Mercurial). Homepage: http://search.cpan.org/dist/File-Find-Rule-VCS/ Package: libfile-find-wanted-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.00-1.2.201403191240 Depends: perl Filename: 4.0-0/all/libfile-find-wanted-perl_1.00-1.2.201403191240_all.deb Size: 9652 MD5sum: 645bf82e8040f3426ffa27824821ed29 SHA1: 328584934b8059b9dae7ed2c8a6cc281fa4a6e00 SHA256: ba8354cdc205a53e5acc0bec53d23037b33b2a633ddfe2e4dae9b5ab66eea460 Description: more obvious wrapper around File::Find File::Find::Wanted provides a find_wanted() function, which does what File::Find's find() does but in a more obvious way: To get a list of all files ending in .jpg, simply call . @files = find_wanted( sub { -f && /\.jpg$/ }, $dir ); Homepage: http://search.cpan.org/dist/File-Find-Wanted/ Package: libfile-finder-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Debian Perl Group Architecture: all Version: 0.53-1.4.201403191246 Depends: perl, libtext-glob-perl Filename: 4.0-0/all/libfile-finder-perl_0.53-1.4.201403191246_all.deb Size: 25564 MD5sum: 9a7c6a92e403073e005f8084a339addb SHA1: aa9b0fcda5589f4f1d86881048ae8d686b9a4630 SHA256: 9f371ef6f3079e9cc05b3aadbd91b42ff4bb357afaea2b38ffca71545b82dca2 Description: wrapper for File::Find ala find(1) File::Find is great, but constructing the wanted routine can sometimes be a pain. File::Finder provides a wanted-writer, using syntax that is directly mappable to the find command's syntax. . A File::Finder object contains a hash of File::Find options, and a series of steps that mimic find's predicates. Initially, a File::Finder object has no steps. Each step method clones the previous object's options and steps, and then adds the new step, returning the new object. In this manner, an object can be grown, step by step, by chaining method calls. Furthermore, a partial sequence can be created and held, and used as the head of many different sequences. Homepage: http://search.cpan.org/dist/File-Finder/ Package: libfile-flat-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Jonas Genannt Architecture: all Version: 1.04-3.4.201403191249 Depends: perl, libfile-ncopy-perl, libfile-remove-perl, libprefork-perl, libfile-slurp-perl, libtest-classapi-perl, libfile-copy-recursive-perl, libparams-util-perl Filename: 4.0-0/all/libfile-flat-perl_1.04-3.4.201403191249_all.deb Size: 20752 MD5sum: 5d5fc82b98d85123a6e5d5d843e4d145 SHA1: 9be346a1a9157ac1042c44a98760315260aed8a9 SHA256: b56cad6673e5a4c6363401685443a0d28dff276c2ac7ffa58b9b953dde45bd86 Description: Implements a flat filesystem in perl File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. . In effect, it will automatically create directories as needed. This is create for things like install scripts and such, as you never need to worry about the existance of directories, just write to a file, no matter where it is. Homepage: http://search.cpan.org/dist/File-Flat/ Package: libfile-flock-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Marc Haber Architecture: all Version: 2008.01-1.2.201403191305 Depends: perl Filename: 4.0-0/all/libfile-flock-perl_2008.01-1.2.201403191305_all.deb Size: 8342 MD5sum: bdd23c9926591dcf57e7766da84ea226 SHA1: 3a2b1504afcc48fa54d51692ae1c0e747d372edf SHA256: 577c8ea8c916e83b3b17512a981564e49ecab18be73f90d32d3c768085baaa0d Description: file locking with flock Lock files using the flock() call. Locks can be created by new'ing a File::Flock object and are automatically removed when the object goes out of scope. Homepage: http://search.cpan.org/dist/File-Flock/ Package: libfile-fu-perl Priority: optional Section: perl Installed-Size: 132 Maintainer: Debian Perl Group Architecture: all Version: 0.0.7-2.4.201403191313 Depends: perl, libfile-which-perl (>= 0.05), libclass-accessor-classy-perl (>= 0.9) Filename: 4.0-0/all/libfile-fu-perl_0.0.7-2.4.201403191313_all.deb Size: 40014 MD5sum: 141bae1e4a4c23f866d8d7f72d75f187 SHA1: 62c606b75ee49a7375ed5abdb821b2aa2de2756e SHA256: ec3af173c522eb0653862ac3dfa0744ade71fd3833f9aeca55566218f6b9603d Description: module for manipulating files and directories as objects File::Fu is a Perl module that provides an method of manipulating directories and files as objects, making use of operator overloading to allow for precise composition fo paths and support for many built-in methods. It also provides a way to create temporary directories and files. . The interface and style provided by this module are quite different than Perl built-in functions or File::Spec. The syntax is concise and errors are checked using exceptions, so you never need to check a return code. Homepage: http://search.cpan.org/dist/File-Fu/ Package: libfile-inplace-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.20-1.2.201403191321 Depends: perl Filename: 4.0-0/all/libfile-inplace-perl_0.20-1.2.201403191321_all.deb Size: 8644 MD5sum: 5c9accc822a26f4f072908f0bd966e1c SHA1: 915d52cdc9ea96c336e5cfbafd259f092cf988a4 SHA256: ad6c251e4b2ba33d9588cac975ffb7cb360d62e17f87b3d935c2cae0e1665b1e Description: Perl module to ease editing a file in-place File::Inplace is a perl module intended to ease the common task of editing a file in-place. Inspired by variations of perl's -i option, this module is intended for somewhat more structured and reusable editing than command line perl typically allows. File::Inplace endeavors to guarantee file integrity; that is, either all of the changes made will be saved to the file, or none will. It also offers functionality such as backup creation, automatic field splitting per-line, automatic chomping/unchomping, and aborting edits partially through without affecting the original file. Homepage: http://search.cpan.org/dist/File-Inplace/ Package: libfile-keepass-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.03-1.2.201403191323 Depends: perl, libcrypt-rijndael-perl Filename: 4.0-0/all/libfile-keepass-perl_0.03-1.2.201403191323_all.deb Size: 18424 MD5sum: c5f19763195edfeb050426f38af8f0f3 SHA1: e0f7ef22a211c1396847bd9073d8cfe4753f9847 SHA256: 39bf6ca90e64c4ecef6a316e2fac37205c1d5457036c3c117b99e42cb4afae92 Description: interface to KeePass V1 database files Perl interface to KeePass (KeePassX) V1 database files. File::KeePass provides methods to create/write/update KeePass files. . For more information about KeePassX please have a look at the keepassx package in Debian. Homepage: http://search.cpan.org/dist/File-KeePass/ Package: libfile-localizenewlines-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1.4.201403191337 Depends: perl (>= 5.005), libfile-remove-perl (>= 1.42), libfile-find-rule-perl (>= 0.20), libparams-util-perl (>= 0.10), libclass-default-perl (>= 1.0), libfile-slurp-perl (>= 9999.04) Filename: 4.0-0/all/libfile-localizenewlines-perl_1.11-1.4.201403191337_all.deb Size: 10260 MD5sum: fd42ad5b29c813677926ca655bac7fa1 SHA1: 398382db18a08595368c23dee456a66cdcf1e71e SHA256: f4665ca0206780ab9c266cee94a001cc429b376d51418f0dbd697f48acf2182f Description: Perl module to localize the newlines for one or more files File::LocalizeNewlines is a module that allows users to easily fix conflicting newline formats (particularly Unix- and Win32-style line endings). It changes every end-of-line character to those of the local platform, and even corrects instances where multiple different newline formats are used in the same file. Homepage: http://search.cpan.org/dist/File-LocalizeNewlines/ Package: libfile-mmagic-perl Priority: optional Section: perl Installed-Size: 109 Maintainer: NOKUBI Takatsugu Architecture: all Source: file-mmagic Version: 1.27-1.4.201403231247 Depends: perl Filename: 4.0-0/all/libfile-mmagic-perl_1.27-1.4.201403231247_all.deb Size: 30656 MD5sum: 3baecb6720ab4c5315dec18ea82ba8a9 SHA1: 42c17cff3a820c43e441585534120c09c072a468 SHA256: f60faeb1817ddbc67d9197fc5ab9118c478262e94092fa0a9a01d0d83abd7759 Description: Perl module to guess file type File-MMagic is a Perl module to guess file type from its contents like file(1) command. It has built-in magic entry exported from mod_mime_magic Apache module. Package: libfile-modified-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.07-2.4.201403191353 Depends: perl Filename: 4.0-0/all/libfile-modified-perl_0.07-2.4.201403191353_all.deb Size: 11586 MD5sum: a4668c572c98baea2f54c48e1988046f SHA1: 4daa3ff910193e07f2048abd6f6d37171056906d SHA256: ba927dc08d0a1ffadd75b9012a28c77c86f3496be603a2dd1a994f07fff75790 Description: checks intelligently if files have changed File::Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed. There are currently two methods of change detection implemented, mtime and MD5. The MD5 method will fall back to use timestamps if the Digest::MD5 module cannot be loaded. . There is another module, File::Signature, which has many similar features, so if this module doesn't do what you need, maybe File::Signature does. There also is quite some overlap between the two modules, code wise. Homepage: http://search.cpan.org/dist/File-Modified/ Package: libfile-ncopy-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 0.36-1.4.201403191358 Depends: perl Filename: 4.0-0/all/libfile-ncopy-perl_0.36-1.4.201403191358_all.deb Size: 14458 MD5sum: e02558a76db3523311d68161bbd535d8 SHA1: 76476e51c2f62d0070f01416e4c5b6e086442d6e SHA256: 397f63170dcbe72283cf9303636eb36ed03a4da70509cafbde9abfdbbb8329cb Description: module for file copying like cp The File::NCopy module provides a function that copies files to directories, or a single file to another file. It can also use a reference to a file handle. The functionality is very similar to the cp program. Homepage: http://search.cpan.org/dist/File-NCopy/ Package: libfile-nfslock-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Dominic Hargreaves Architecture: all Version: 1.21-1.4.201403191408 Depends: perl Filename: 4.0-0/all/libfile-nfslock-perl_1.21-1.4.201403191408_all.deb Size: 21520 MD5sum: 6d8c5e0056315768fea4e0c7aaf9f2b5 SHA1: 97879e7c6d8265c8c0dd9b35fb0b6ac1ac12985b SHA256: 26f9e1f4c720fd19fac5951deac7718fd8240b9e30c5394279cccffaa134c667 Description: perl module to do NFS (or not) locking Program based on the concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker. Some ideas are taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. . File::NFSLock was written to be light, generic, and fast. Homepage: http://search.cpan.org/dist/File-NFSLock/ Package: libfile-path-expand-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 1.02-1.4.201403191413 Depends: perl Filename: 4.0-0/all/libfile-path-expand-perl_1.02-1.4.201403191413_all.deb Size: 5346 MD5sum: 315eb6c2cbcba160ac44c633c6b69409 SHA1: a2accbaba24a5bbf40d022f566c47fda45ed5edc SHA256: 4d29c636fcf97167af0e7158e6ca99bbb0d92fb0d8c9b33ae1432f50e4597b28 Description: expand user directories in filenames File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults getpwent and does the right thing. Package: libfile-path-tiny-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.3-1.2.201403191419 Depends: perl Filename: 4.0-0/all/libfile-path-tiny-perl_0.3-1.2.201403191419_all.deb Size: 12266 MD5sum: 20ffda37c84a4aa87e620e7fcb5d3527 SHA1: 10d4d31c5c4c008a0edd86781c4913385d105d57 SHA256: e01643824425feae4b6bf85aadd84513277f8c6cfbe6eec1b08ca47dcee34fcc Description: Perl module that provides recursive versions of mkdir() and rmdir() The goal of File::Path::Tiny is simply to provide recursive versions of mkdir() and rmdir() with as little code and overhead as possible. . File::Path::Tiny is in no way meant to derogate File::Path and is in no way an endorsement to go out and replace all use of File::Path with File::Path::Tiny. Homepage: http://search.cpan.org/dist/File-Path-Tiny/ Package: libfile-pid-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.4.201403191422 Depends: perl, libclass-accessor-perl (>= 0.19) Filename: 4.0-0/all/libfile-pid-perl_1.01-1.4.201403191422_all.deb Size: 6698 MD5sum: 69d30095f213c04cbf44e81e5c1f9666 SHA1: 205c60f88e0e4944a39bf3547961aea713588864 SHA256: b267be2c3ae5d61a8ef864389470bfed0d70e669de97d8dd63d64c1f706214b5 Description: Perl module for pid file manipulation File::Pid manages pid files. It creates a pid file, queries the process within to discover if it's still running, and removes the pid file. Homepage: http://search.cpan.org/dist/File-Pid/ Package: libfile-policy-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.005-1.4.201403191425 Depends: perl, libtest-assertions-perl, liblog-trace-perl, libfile-slurp-perl Filename: 4.0-0/all/libfile-policy-perl_1.005-1.4.201403191425_all.deb Size: 15894 MD5sum: a30fe5e9d02af20e9da05e5f6286a867 SHA1: ef42f48ffac40f4e04ad1e3ac93e607ad679f2d5 SHA256: 63bd10f91704f8e0173867473fc2fa67fe4a0f96f843daab8d1ce6b429f46159 Description: Simple policy for file I/O functions This defines the policy for file I/O with modules such as File::Slurp::WithinPolicy. The purpose is to allow systems administrators to define locations and restrictions for applications' file I/O and give app developers a policy to follow. Note that the module doesn't ENFORCE the policy - application developers can choose to ignore it (and systems administrators can choose not to install their applications if they do!). . You may control which policy gets applied by creating a File::Policy::Config module with an IMPLEMENTATION constant. You may write your own policy as a module within the File::Policy:: namespace. . By default (if no File::Policy::Config is present), the File::Policy::Default policy gets applied which doesn't impose any restrictions and provides reasonable default locations for temporary and log files. . The motivation behind this module was a standard, flexible approach to allow a site wide file policy to be defined. This will be most useful in large environments where a few sysadmins are responsible for code written by many other people. Simply ensuring that submitted code calls check_safe() ensures file access is sane, reducing the amount of effort required to do a security audit. Homepage: http://search.cpan.org/dist/File-Policy/ Package: libfile-pushd-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.001-1.4.201403191428 Depends: perl Filename: 4.0-0/all/libfile-pushd-perl_1.001-1.4.201403191428_all.deb Size: 11548 MD5sum: 379d99594414dbbe100637f991e24d00 SHA1: 83679dcb67e5a080b77a173d2ebacf34db2e9e8d SHA256: 03fc7c3100e4501ef3fdac62606d47a5264f24bbc93f75ccad13dee657945b50 Description: module for changing directory temporarily for a limited scope File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope. . This is very handy when working with temporary directories for tasks like testing; a function is provided to streamline getting a temporary directory from File::Temp. Homepage: http://search.cpan.org/dist/File-pushd/ Package: libfile-queue-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 1.01a-1.4.201403191434 Depends: perl Filename: 4.0-0/all/libfile-queue-perl_1.01a-1.4.201403191434_all.deb Size: 8756 MD5sum: 04ec00d85b29e9316369f45595d35e4f SHA1: 9c1f6834c191fa758f56e0a31777fe4223f9db6c SHA256: e19fee8e8f6974aa6493c8eff0bd3b01a61bea536bfc4c5b922f28f3dea3a7d3 Description: Perl module providing a persistent FIFO Queue using a file File::Queue allows for the creation of persistent First In, First Out (FIFO) queue objects, saving data in a file. Queue elements can only be scalars; if you want to work with references or other complex data structures, you have to serialize them first. This module was written with speed in mind, and is indeed very fast, but one should take care to understand its limitations. Homepage: http://search.cpan.org/dist/File-Queue/ Package: libfile-read-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 0.0801-2.4.201403191436 Depends: perl Filename: 4.0-0/all/libfile-read-perl_0.0801-2.4.201403191436_all.deb Size: 11358 MD5sum: 921c5fa8686a6efab8552928c40d664f SHA1: a7f17c55a65412fcf88ee1097a6bf9b454b918cb SHA256: b7ba18aaed3449379e7198ff72897b5cd0dc16566ce79f9851072f1cd244e6d3 Description: Unique interface for reading one or more files This module mainly proposes functions for reading one or more files, with different options. See below for more details and examples. Homepage: http://search.cpan.org/dist/File-Read/ Package: libfile-readbackwards-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 1.05-1.7.201403191443 Depends: perl Filename: 4.0-0/all/libfile-readbackwards-perl_1.05-1.7.201403191443_all.deb Size: 13096 MD5sum: e7526786ec44d082dc7aa3a201fcc047 SHA1: 171a57b55638c0bfba34ea2462ca7cf51411f413 SHA256: 1b919306bd2a6abc94698c3b929ce9e17eae40fe688c515829c515fe83790dde Description: Perl module for reading a file backwards by lines File::ReadBackwards reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface. . It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis. Homepage: http://search.cpan.org/dist/File-ReadBackwards/ Package: libfile-remove-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 1.52-1.20.201403191448 Depends: perl (>= 5.10.1) Filename: 4.0-0/all/libfile-remove-perl_1.52-1.20.201403191448_all.deb Size: 15694 MD5sum: fccc7d32d6c20872e630ebf54a5f2915 SHA1: 4b1eb80a4164cf59752459cab44ffa35f02b41e8 SHA256: aa3fc10bbdde15bf8d697f5cd64576a3fcc0c1d2f67e9917a6c3a47efc4d5373 Description: Perl module to remove files or directories File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames. Homepage: http://search.cpan.org/dist/File-Remove/ Package: libfile-rsync-perl Priority: optional Section: perl Installed-Size: 94 Maintainer: Ivan Kohler Architecture: all Version: 0.42-2.4.201403191454 Depends: rsync (>= 2.6.3), perl Filename: 4.0-0/all/libfile-rsync-perl_0.42-2.4.201403191454_all.deb Size: 27394 MD5sum: 68671d4e80ec631a594bf2667cbf439b SHA1: 08db49fe6e9c1b0990d186545a05f57f72ed4468 SHA256: d8f614e0d3831eb5eb64ad48297f8de19e532f025dc86825d97153d7378eaab9 Description: perl module interface to rsync(1) Perl Convenience wrapper for the rsync(1) program. Package: libfile-scan-perl Priority: optional Section: perl Installed-Size: 163 Maintainer: Debian Perl Group Architecture: all Version: 1.43-2.4.201403191503 Depends: perl, libwww-perl Filename: 4.0-0/all/libfile-scan-perl_1.43-2.4.201403191503_all.deb Size: 48272 MD5sum: 9ca5b907fd680ad5655c0972d159ea64 SHA1: 4709977e529e08aba1bb46b90d2b67379b392b02 SHA256: 57d0d9d05248a9888b5829e10fed714d1fd67cda2575915a1152786f82ed167b Description: Perl module to scan files for viruses The File::Scan module allows users to scan files for known viruses. . The purpose is to provide a basis for creating platform independent virus scanners in Perl. Homepage: http://search.cpan.org/dist/File-Scan/ Package: libfile-searchpath-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Taku YASUI Architecture: all Version: 0.06-2.4.201403191508 Depends: perl Filename: 4.0-0/all/libfile-searchpath-perl_0.06-2.4.201403191508_all.deb Size: 10838 MD5sum: 3f5d5ec48306060ed9829f5a20ba2126 SHA1: edab87e237d1eafe0e591ffccfa69911252720ef SHA256: bb24ef09dd20341a9167ded4bcd84132275d8b8bfe20552343ffa589089f0481 Description: Perl module for searching for a file in a PATH-like variable File::SearchPath provides the ability to search a path-like environment variable such as $PATH, $LD_LIBRARY_PATH (or any environment variable) for a file (that does not necessarily have to be an executable). Homepage: http://search.cpan.org/dist/File-SearchPath/ Package: libfile-sharedir-install-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.4.201403191511 Depends: perl Filename: 4.0-0/all/libfile-sharedir-install-perl_0.04-1.4.201403191511_all.deb Size: 7988 MD5sum: ff681761f3bf5fd22bb64fd655e2ea82 SHA1: b995e021b68141f5d2ebb8b86a280c57f56683f1 SHA256: 4293461dda0e19887e283ea81bc6d048392ec24d338238fa1a210a9913b7b5ef Description: module for installing read-only data files File::ShareDir::Install is a Perl module that allows you to install read-only data files from a distribution and easily locate them with File::ShareDir. It is similar in nature to Module::Install::Share. Homepage: http://search.cpan.org/dist/File-ShareDir-Install/ Package: libfile-sharedir-par-perl Priority: optional Section: perl Installed-Size: 88 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.4.201403191513 Depends: perl, libfile-sharedir-perl (>= 1.00), libclass-inspector-perl Filename: 4.0-0/all/libfile-sharedir-par-perl_0.06-1.4.201403191513_all.deb Size: 11052 MD5sum: a9db5050f543c333450c1c953c8796db SHA1: 96141ecc48eb5cbfc3c1635bbb29f37b247afad3 SHA256: 00694b8ddf6db7cf1c778727d193e1f6db7e5d733645bee5ccf8ddcaa276ea5d Description: module for handling shared data in PAR archives File::ShareDir::PAR is a Perl module that provides a mechanism for locating shared data in PAR packages. By using this module's functions, the currently loaded .par files will be scanned before @INC, which is the same order you get for loading modules when PAR is in effect. If a matching path is found in a PAR archive, the full archive is extracted and the path returned will point to the extracted copy on disk. Homepage: http://search.cpan.org/dist/File-ShareDir-PAR/ Package: libfile-sharedir-perl Priority: optional Section: perl Installed-Size: 89 Maintainer: Christian Sánchez Architecture: all Version: 1.00-0.1.4.201403191519 Depends: perl, libparams-util-perl, libclass-inspector-perl, libfile-spec-perl Filename: 4.0-0/all/libfile-sharedir-perl_1.00-0.1.4.201403191519_all.deb Size: 12398 MD5sum: ed226157e7420982b06a9dd77e9c719f SHA1: bee174f32a6eaea72e01b73288edca357af33f09 SHA256: 9648b47bd02be7e10354b0493598a152a817a9ebbc44561857f39564ae7a22eb Description: Locate per-dist and per-module shared files The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community. Homepage: http://search.cpan.org/dist/File-ShareDir/ Package: libfile-slurp-perl Priority: optional Section: perl Installed-Size: 88 Maintainer: Alexander Zangerl Architecture: all Version: 9999.19-1.4.201403191524 Depends: perl Filename: 4.0-0/all/libfile-slurp-perl_9999.19-1.4.201403191524_all.deb Size: 26344 MD5sum: 824e9316e347326739f92c0dc6105452 SHA1: f1b93104383d64a0cba24dd92306162324618dfc SHA256: c90fe2d5c85f9b0ed1703ecbc2247a7f8e2d168b03ece2cd43cec13d9bec39dc Description: single call read & write file routines This module consists of some quickie routines that read from, append to or overwrite a file with a single subroutine call. Their main intention is to save a couple of lines of code over and over again, but they do not do anything fancy. Homepage: http://search.cpan.org/~uri/ Package: libfile-slurp-unicode-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 0.7.1-1.2.201403191528 Depends: perl, libfile-slurp-perl Filename: 4.0-0/all/libfile-slurp-unicode-perl_0.7.1-1.2.201403191528_all.deb Size: 7102 MD5sum: 814271113bcb3dc6ca221cc450f9491c SHA1: 3c9458c0ef7ff6f8f2434871d6e7696dff308c7a SHA256: 6a26a55d16110a4d28270facd45d1c461acc3c1bc16dae572e9f7525483deb8b Description: Perl module to add Unicode support for the File::Slurp package This module wraps the standard File::Slurp package and adds character encoding support. Homepage: http://search.cpan.org/dist/File-Slurp-Unicode/ Package: libfile-spec-native-perl Priority: optional Section: perl Installed-Size: 54 Maintainer: Debian Perl Group Architecture: all Version: 1.003-1.2.201403191544 Depends: perl Filename: 4.0-0/all/libfile-spec-native-perl_1.003-1.2.201403191544_all.deb Size: 8118 MD5sum: 2b43148220d63688fca56c443f6cd945 SHA1: ccee0ae98d80aaae11571e37675b7f7a1ad4854a SHA256: 5f46cb41360fa68a810d80bc6c2b52da419cebe648818e845c232fa5a4426ea8 Description: module for using native OS implementation of File::Spec from a subclass File::Spec::Native is a stupid hack to make the default File::Spec behavior available from a subclass. This can be useful when using another module that expects a subclass of File::Spec but you want to use the current, native OS format (automatically detected by File::Spec). . For example: Path::Class/as_foreign (as of version 0.24) allows you to translate a Path::Class object from one OS format to another. However, there is no way to specify that you want to translate the path into the current, native OS format without guessing at what that format is (which may include peeking into @File::Spec::ISA). . This module @ISA File::Spec. Homepage: http://search.cpan.org/dist/File-Spec-Native/ Package: libfile-tail-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Roland Rosenfeld Architecture: all Version: 0.99.3-5.5.201403191556 Depends: perl, libtime-hires-perl Filename: 4.0-0/all/libfile-tail-perl_0.99.3-5.5.201403191556_all.deb Size: 23392 MD5sum: 713e34d51accb290ca34113cdb4096ff SHA1: 6bea9de23f0d628166ad00cae0b18e4db32bfb75 SHA256: 4710cd8a5043120bcfcf3616e8fa66dd8b6f604ae622022174d7e197d500b839 Description: File::Tail perl module The File::Tail module is designed for reading files which are continuously appended to (the name comes from the tail -f directive). Usually such files are logfiles of some description. . The module tries hard not to busy wait on the file, dynamicaly calculating how long it should wait before it pays to try reading the file again. . The module should handle normal log truncations ("close; move; open" or "cat /dev/null >file") transparently, without losing any input. Homepage: http://search.cpan.org/~mgrabnar/ Package: libfile-touch-perl Priority: optional Section: perl Installed-Size: 52 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403191559 Depends: perl Filename: 4.0-0/all/libfile-touch-perl_0.08-1.4.201403191559_all.deb Size: 8736 MD5sum: 6878dd0654e10b24bb27a37f60a2143f SHA1: e84ebed548caf61b93aba97229a9acfd245cb887 SHA256: 48a3335ea009300195de5d566eaddf21c142a069682d8c109779baa46f8109ae Description: Perl interface to touch-like functions File::Touch lets you update access and modification timestamps, creating nonexistent files where necessary. It also allows you to only modify one of the stamps, choose to not create nonexistent files, and use timestamps from a different file. Homepage: http://search.cpan.org/dist/File-Touch/ Package: libfile-type-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Bastian Blank Architecture: all Version: 0.22-1.1.4.201403191602 Depends: perl Filename: 4.0-0/all/libfile-type-perl_0.22-1.1.4.201403191602_all.deb Size: 17026 MD5sum: 4b1cc1f4de33523894fa753e61749516 SHA1: 4b8487a9b0f02bb50db2886fef175ca8676d2d14 SHA256: fa6f835ecfaaf6f2859e9f1e84b1f1451e4929e5591a507eb199256f8506e3e3 Description: determine file type using magic structure File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. . File::Type can use either a filename, or file contents, to determine the type of a file. Package: libfile-type-webimages-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403191604 Depends: perl Filename: 4.0-0/all/libfile-type-webimages-perl_1.01-1.2.201403191604_all.deb Size: 7540 MD5sum: 6dc4506a4fb84c3b85fa2027d252f964 SHA1: a80474ae981a02944358512f6cd86e74441264ae SHA256: 6743a0768e9da72d10b0d0d38a6c7cf15b7b11b764ed5c3edea817499c19f673 Description: tool for determining web image file types using magic File::Type::WebImages determines the file type of web images using magic. mime_type() can use either a filename, or file contents, to determine the type of a file. The process involves looking the data at the beginning of the file, sometimes called "magic numbers". Homepage: http://search.cpan.org/dist/File-Type-WebImages/ Package: libfile-userconfig-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.06-2.2.201403191607 Depends: perl, libfile-homedir-perl, libfile-sharedir-perl (>= 1.00), libfile-copy-recursive-perl Filename: 4.0-0/all/libfile-userconfig-perl_0.06-2.2.201403191607_all.deb Size: 10652 MD5sum: dc150a93775397f9a2d608695b9d2823 SHA1: b0ea7f9ef740d4454f320e975072eef7f8e027d6 SHA256: ea0d9fe1d2b4cf787f6258231f06dbada22ae546a0f3c3bcee8ec35fc62c548a Description: provides configuration directory for applications Many modules or applications maintain a user-spec configuration data directory. And the implementation pattern is generally the same. . A directory like /home/myuser/.application is created and populating by a set of default files the first time an application runs, and from there on, the files in that directory are modified. . File::UserConfig provides standard, light and sub-classable default implementation of this concept that Does The Right Thing with the directory names. Homepage: http://search.cpan.org/dist/File-UserConfig/ Package: libfile-util-perl Priority: optional Section: perl Installed-Size: 267 Maintainer: Debian Perl Group Architecture: all Version: 3.27-1.2.201403191609 Depends: perl, libclass-ooorno-perl (>= 0.01), libexception-handler-perl (>= 1) Filename: 4.0-0/all/libfile-util-perl_3.27-1.2.201403191609_all.deb Size: 72430 MD5sum: c19f5e1e310d92363fb36c55977235b9 SHA1: fe811f63c6dfa3494ca319b222e0810dc9df67c0 SHA256: 5132fad5072f995553d65621f1aaa2e814d6d2f83dd0d1c4a73c790612ac3f6f Description: File::Util - Easy, versatile, portable file handling File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their programs will work on other OSes and machines. Homepage: http://search.cpan.org/dist/File-Util/ Package: libfile-wildcard-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: TANIGUCHI Takaki Architecture: all Version: 0.11-1.2.201403191615 Depends: perl, libmodule-optional-perl Filename: 4.0-0/all/libfile-wildcard-perl_0.11-1.2.201403191615_all.deb Size: 26246 MD5sum: f70fb1a9042a15b5ef60b7b41e1fcec9 SHA1: 9f122e96edab1eae8541af8e18569ee2a9959dc1 SHA256: 52c67efa450208c755ccaa3cd0e1d50c53670f4e62b74891d7ff17a47f330fb4 Description: Enhanced glob processing When looking at how various operating systems do filename wildcard expansion (globbing), VMS has a nice syntax which allows expansion and searching of whole directory trees. It would be nice if other operating systems had something like this built in. The best Unix can manage is through the utility program find. . File::Wildcard provides this facility to Perl. Whereas native VMS syntax uses the ellipsis "...", this will not fit in with POSIX filenames, as ... is a valid (though somewhat strange) filename. Instead, the construct "///" is used as this cannot syntactically be part of a filename, as you do not get three concurrent filename separators with nothing between (three slashes are used to avoid confusion with //node/path/name syntax). . You don't have to use this syntax, as you can do the splitting yourself and pass in an arrayref as your path. Homepage: http://search.cpan.org/dist/File-Wildcard/ Package: libfilehandle-unget-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.1623-1.4.201403191620 Depends: perl Filename: 4.0-0/all/libfilehandle-unget-perl_0.1623-1.4.201403191620_all.deb Size: 15142 MD5sum: 58808fcc1b38840d827b7c81ea191970 SHA1: 3f2ec45b6465e94e39822250e47a1113f48292f5 SHA256: 93f2e1ed6c6f45534853f79f3ab67222641a184fbd4f26ce0a0ca32951142d1a Description: Perl module that allows ungetting of multiple bytes FileHandle::Unget is a Perl Module that is a drop-in replacement for the standard FileHandle module. It allows more than one byte to be placed back on the input. It also provides ungets to unget a string, which is useful if the filehandle refers to a stream for which you can't just seek() backwards. Homepage: http://search.cpan.org/dist/FileHandle-Unget/ Package: libfilesys-diskspace-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Dario Minnucci Architecture: all Version: 0.05-15.4.201403191638 Depends: perl Filename: 4.0-0/all/libfilesys-diskspace-perl_0.05-15.4.201403191638_all.deb Size: 10978 MD5sum: 3f58d9691efe7a241c231066326b3e5f SHA1: 7fa0ea5799af1ca8d2396d47a4aaed2282fd5bd7 SHA256: 06e15c042ecfe3ac3435d0faa4fac362be8bf50e58c8b6d593b10d15af182dac Description: fetch filesystem size and usage information from Perl This Perl module allows you to fetch filesystem size and usage information (such as the df command displays) from Perl. Homepage: http://search.cpan.org/~ftassin/Filesys-DiskSpace Package: libfilesys-notify-simple-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.08-1.4.201403191644 Depends: perl Filename: 4.0-0/all/libfilesys-notify-simple-perl_0.08-1.4.201403191644_all.deb Size: 8242 MD5sum: 1b91526289b178d287fc7c58d872aae6 SHA1: daae127ad3f17e712a8a5792a219aef463975b8c SHA256: 9da6e5d19fa425fe92c084b6322631b5d0bb63fc7d00e1cba9d8918da3794039 Description: simple file system monitor Filesys::Notify::Simple is a Perl module that provides a simple and unified interface to get notifications of changes for a given filesystem path. It can use inotify2 on Linux or fsevents on Mac OS X, and otherwise falls back to a full directory scan. Homepage: http://search.cpan.org/dist/Filesys-Notify-Simple/ Package: libfilter-eof-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.04-2.4.201403191701 Depends: perl Filename: 4.0-0/all/libfilter-eof-perl_0.04-2.4.201403191701_all.deb Size: 7756 MD5sum: f17b8ae99c5f41a193c35de742c69ff2 SHA1: 5373b658ce695f9d7cd61db59c300ac2fb0cddc4 SHA256: c7fe1dba01acec4854452f38d3862c4ae77c209415fe21e7b9dc731c2107e2ca Description: Run a callback after a file has been compiled Filter::EOF utilises Perl's source filters to provide you with a mechanism to run some code after a file using your module has been processed. . It could also be used for appending Perl code to that file's source. Homepage: http://search.cpan.org/dist/Filter-EOF/ Package: libfilter-template-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Debian Perl Group Architecture: all Version: 1.040-1.4.201403191709 Depends: perl Filename: 4.0-0/all/libfilter-template-perl_1.040-1.4.201403191709_all.deb Size: 19220 MD5sum: f94166ab3092d9ce175ddac20c5a4653 SHA1: fee33055e3763a71873f60f5c2762c0269b5c623 SHA256: 15634c6df3709f7efdf30fa695d214740f3b06e33d291b4ac36d9cb1c8eb77ed Description: source filter for inline code templates (macros) Filter::Template is a source filter for Perl that provides a mechanism for defining inline source code templates. Templates can be much faster than subroutines, but can cause debugging to become significantly more difficult. Read the documentation to understand the limitations and choose wisely. Homepage: http://search.cpan.org/dist/Filter-Template/ Package: libfinance-bank-ie-permanenttsb-perl Priority: optional Section: perl Installed-Size: 118 Maintainer: Debian Perl Group Architecture: all Version: 0.4-2.4.201403191714 Depends: perl, libdate-calc-perl, libswitch-perl | perl (<< 5.10.1-13), libwww-mechanize-perl Filename: 4.0-0/all/libfinance-bank-ie-permanenttsb-perl_0.4-2.4.201403191714_all.deb Size: 28926 MD5sum: 5dedb6ab47a83aa3cdf726bceae72017 SHA1: e1ce40af29d7ff2c071a438a3d2414f765abf847 SHA256: c2a389d4dfba052257e62ce5c582e196455d44aaf015ce0681e4281c5d3cb003 Description: perl interface to the PermanentTSB Open24 homebanking Finance::Bank::IE::PermanentTSB provides a set of functions which can be used in perl programs to interact with the Open24 homebanking (www.open24.ie) . The module will allow the user to check the account balance and to display an account statement for a particular time range. . This package also includes a CLI tool (ptsb), which will provide the same functionalities of the module and will also use gnuplot to draw graphs about the status of a bank account. Homepage: http://search.cpan.org/dist/Finance-Bank-IE-PermanentTSB/ Package: libfinance-qif-perl Priority: optional Section: perl Installed-Size: 90 Maintainer: Debian Perl Group Architecture: all Version: 3.02-1.2.201403191721 Depends: perl Filename: 4.0-0/all/libfinance-qif-perl_3.02-1.2.201403191721_all.deb Size: 21044 MD5sum: 15925eac908717529d19447ecf7bef76 SHA1: 8ff479eb3a2c3b374e014718f5db41e90b3caecb SHA256: 9cb1b9da07d4f9ca3f8d31c80d5dc7c2fe341e7cbe4675f2c21527e21257f898 Description: Parse and create Quicken Interchange Format files Finance::QIF is a module for working with QIF (Quicken Interchange Format) files in Perl. Finance::QIF reads QIF data records from a file passing each successive record to the caller for processing. This module also has the capability of writing QIF records to a file. . The QIF file format typically consists of a header containing a record or transaction type, followed by associated data records. Within a file there may be multiple headers. Headers are usually followed by data records, however data is not required to always follow a header. . A hash reference is returned for each record read from a file. The hash will have a "header" value which contains the header type that was read along with all supported values found for that record. If a value is not specified in the data file, the value will not exist in this hash. Homepage: http://search.cpan.org/dist/Finance-QIF/ Package: libfinance-quote-perl Priority: optional Section: perl Installed-Size: 518 Maintainer: Bart Martens Architecture: all Version: 1.17+git20120506-1.9.201406182114 Depends: perl, libhtml-tableextract-perl, libwww-perl, libcrypt-ssleay-perl Filename: 4.0-0/all/libfinance-quote-perl_1.17+git20120506-1.9.201406182114_all.deb Size: 211742 MD5sum: dde11add2c52a32f0e697e3d2960a597 SHA1: 65329befc9be3aab466ebd9e7e117c45cea0df84 SHA256: e937c9ae3695394a23d1835644e621142ccfa47aae02db3d94d9a662b5a12674 Description: Perl module for retrieving stock quotes from a variety of sources This is a Perl module that retrieves stock quotes and other securities information from various locations Homepage: http://finance-quote.sourceforge.net/ Package: libfinance-quotehist-perl Priority: optional Section: perl Installed-Size: 195 Maintainer: John Lightsey Architecture: all Version: 1.19-1.15.201403191727 Depends: perl, libdate-manip-perl, libhtml-tableextract-perl (>= 2.07), libregexp-common-perl, libtext-csv-perl, libwww-perl Filename: 4.0-0/all/libfinance-quotehist-perl_1.19-1.15.201403191727_all.deb Size: 69896 MD5sum: 62cce1dd0f9caa1b7a38d7b67cce7315 SHA1: 8f81a7f7566c3eee56094ce7bfffe14db331fffe SHA256: 7390323fc8817c5f872eb279a6e8b12660076d5e6fb17eaf3ead7bf2d1d6eb45 Description: Perl modules for fetching historical stock quotes from the web The Finance-QuoteHist bundle contains several modules designed to fetch historical stock quotes from the web. This includes modules to retrieve information from Yahoo, Yahoo Australia, QuoteMedia, Google, BusinessWeek and MSN. Homepage: http://search.cpan.org/dist/Finance-QuoteHist/ Package: libfinance-streamer-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.10-2.4.201403191730 Depends: perl Filename: 4.0-0/all/libfinance-streamer-perl_1.10-2.4.201403191730_all.deb Size: 18840 MD5sum: 7e3b10b452b9c541f50ab2a171cf07f5 SHA1: b88542ba06338732cc988a1313bc716bbe5431d1 SHA256: af807fe40f3d317d3682d302285dd3ad52d3f0d9e02dabd6459ecfa8919b8b1b Description: Perl5 module with interface to Datek Streamer Finance::Streamer provides an interface that can be used to access data provided by the Datek Streamer data feed. . It works with the new Streamer (version 3) as opposed to the older (version 2). Homepage: http://search.cpan.org/dist/Finance-Streamer/ Package: libfinance-yahooquote-perl Priority: optional Section: perl Installed-Size: 91 Maintainer: Dirk Eddelbuettel Architecture: all Source: finance-yahooquote Version: 0.24.4.201403231400 Depends: perl, libwww-perl, libhtml-parser-perl, perl-modules Filename: 4.0-0/all/libfinance-yahooquote-perl_0.24.4.201403231400_all.deb Size: 24162 MD5sum: 020a696256fe9b8794e5ce5b58d8fbe7 SHA1: efb53ec6cc90092ba238b4217ede7e9d9efd0f7b SHA256: 19483ae9aacf1ee57ac119b746ebc47ffe7117f233c46da49e9d557f18b9e92d Description: Perl module for retrieving stock quotes from Yahoo! Finance This is a Perl module to retrieve one or more quotes for stocks, mutual funds, exchange rates, options, ... from Yahoo! Finance, covering most (if not all) of the global Yahoo! Finance sites. Package: libfind-lib-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 1.04-1.4.201403191734 Depends: perl Filename: 4.0-0/all/libfind-lib-perl_1.04-1.4.201403191734_all.deb Size: 13254 MD5sum: 089df0f36ab7cc34334f7bb8a14035de SHA1: f863d3ee03165eb69fa11817003870ca8c25487e SHA256: 3da022c374dedb8fe63e292cfa20ab9a97fdfce334b7b522be5926203be0a9ca Description: Perl module to intelligently find libraries Find::Lib is a module aimed at finding and loading libraries in paths relative to the currently running script. It is particularly useful for test scripts, when there are test helper modules included in the distribution that are needed for testing but should not be installed on the system. . It simplifies the finding and loading these special libraries, which can be a tedious and error-prone process, especially when new modules are updated. This module is generally used to locate and load a bundled "bootstrapping" module which then loads the required dependencies. Homepage: http://search.cpan.org/dist/Find-Lib/ Package: libfindbin-libs-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 1.64-1.2.201403191736 Depends: perl Filename: 4.0-0/all/libfindbin-libs-perl_1.64-1.2.201403191736_all.deb Size: 25768 MD5sum: 59e611cafb63300e055f0eb4773bccb7 SHA1: 36a54233707a4d7d8575fc31117b1593f6e4b86f SHA256: 754adab65e988a00a4b71c135d4a4ee962917dcff44d6519232d73d6fbbb9605 Description: use $FindBin::Bin to search for 'lib' directories and use them FindBin::libs is a Perl module to locate and 'use lib' or export directories based on $FindBin::Bin. . This allows using libraries stored in paths relative to the program, which is a useful feature for developers. Homepage: http://search.cpan.org/dist/FindBin-libs/ Package: libflac-doc Priority: optional Section: doc Installed-Size: 4117 Maintainer: Debian Multimedia Maintainers Architecture: all Source: flac Version: 1.2.1-6.16.201403231559 Recommends: doc-base Suggests: libflac-dev Filename: 4.0-0/all/libflac-doc_1.2.1-6.16.201403231559_all.deb Size: 790632 MD5sum: f3d67af8f7e8dd5576798f848d8166f5 SHA1: 35789aab074ae3a8343ed942d10257fd285f571b SHA256: a00c4291ffb9b341afc884a688fe253865cc4aae42fb89482937dd05dee638a8 Description: Free Lossless Audio Codec - library documentation FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the API documentation for all the FLAC libraries. Homepage: http://flac.sourceforge.net/ Package: libflamingo-java-doc Priority: optional Section: doc Installed-Size: 9711 Maintainer: Debian Java Maintainers Architecture: all Source: flamingo Version: 5.0-1.2.201403231634 Recommends: default-jdk-doc Filename: 4.0-0/all/libflamingo-java-doc_5.0-1.2.201403231634_all.deb Size: 739534 MD5sum: efe28bc2688641886c3ba69e2881c1f3 SHA1: 7b4c90d3528d0851b6e0e0bff344ff8cc42a8568 SHA256: 812b900a47312bf9756a60567afdf748bca6b39a011071d214f19fa1f492bbce Description: A Swing ribbon container for Java applications (documentation) The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. . This package provides the documentation. Homepage: http://java.net/projects/flamingo/ Package: libflamingo-java Priority: optional Section: java Installed-Size: 569 Maintainer: Debian Java Maintainers Architecture: all Source: flamingo Version: 5.0-1.2.201403231634 Depends: libtrident-java, libbatik-java, libsvnkit-java Filename: 4.0-0/all/libflamingo-java_5.0-1.2.201403231634_all.deb Size: 467250 MD5sum: 3661450da950cf97e3bf7022b42114e5 SHA1: 8c1b5ad94e4a421dcf302fc372224871013bcf3b SHA256: 890c5f9aa28ff1d7656f6342557369a1f8fae6183d9b8c17566255c4e97de351 Description: A Swing ribbon container for Java applications The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. Homepage: http://java.net/projects/flamingo/ Package: libflexdock-java-demo Priority: optional Section: java Installed-Size: 1701 Maintainer: Debian Java Maintainers Architecture: all Source: libflexdock-java Version: 1.1.1-3.6.201403191754 Depends: libflexdock-java, libskinlf-java, libjgoodies-looks-java Filename: 4.0-0/all/libflexdock-java-demo_1.1.1-3.6.201403191754_all.deb Size: 1704644 MD5sum: e5405d7477e2e9811130e7d0af87978c SHA1: c0bf827640293352429af2d3e5e423d22b53021e SHA256: 6c8c76485e2dbc0021fbb5864dee3c1d53783c7b34ca1cdc48929d459d209da7 Description: Swing Java docking framework - demos and examples FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence . This package contains the examples and demonstration files. Homepage: http://java.net/projects/flexdock/ Package: libflexdock-java-doc Priority: optional Section: doc Installed-Size: 9258 Maintainer: Debian Java Maintainers Architecture: all Source: libflexdock-java Version: 1.1.1-3.6.201403191754 Filename: 4.0-0/all/libflexdock-java-doc_1.1.1-3.6.201403191754_all.deb Size: 1049634 MD5sum: 4b3b1ebfc37860cf73ec0a8ef265e7a6 SHA1: d517fd874c13501945abb8447a26fb7018648e97 SHA256: 1031ab9533856445c185488923ceb1644f365453f62021571b02ab40750907cf Description: Swing Java docking framework - demos and examples FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence . This package contains documentation files. Homepage: http://java.net/projects/flexdock/ Package: libflexdock-java Priority: optional Section: java Installed-Size: 458 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.1-3.6.201403191754 Suggests: libflexdock-java-doc, libflexdock-java-demo Filename: 4.0-0/all/libflexdock-java_1.1.1-3.6.201403191754_all.deb Size: 391928 MD5sum: 922e2d2343f33edfe712ac2e6d569527 SHA1: 3d9aea148c9d65a2dd9249fe025955acc7466044 SHA256: 02175b0d9cbef63061d8e3c37cb69179b464a3676d6cbfb97ac3dee824cdcbc5 Description: Swing Java docking framework FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence Homepage: http://java.net/projects/flexdock/ Package: libflexmock-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-flexmock Version: 0.9.0-1.4.201403170854 Depends: ruby-flexmock Filename: 4.0-0/all/libflexmock-ruby1.8_0.9.0-1.4.201403170854_all.deb Size: 4672 MD5sum: fb69cdf939c1f0477cced27b93a3eb29 SHA1: eb49353608c477d9d0473fff6508bffaf28eff25 SHA256: 7216de9d3d51018483484a26b28656e6153c4b604751738d9432f18bf3e5da05 Description: Transitional package for ruby-flexmock This is a transitional package to ease upgrades to the ruby-flexmock package. It can safely be removed. Homepage: https://github.com/jimweirich/flexmock Package: libflexmock-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-flexmock Version: 0.9.0-1.4.201403170854 Depends: ruby-flexmock Filename: 4.0-0/all/libflexmock-ruby1.9.1_0.9.0-1.4.201403170854_all.deb Size: 4674 MD5sum: 7ad957c6fdb7c7bbe4f9ef7d9114e93b SHA1: 06161e4cf0f0bd90f7a0f7b6cc97da91a4121a2f SHA256: 6d2404a002800855f261b31fa3d146fa53d7bd9864ba55f87c0d4a58f1583f63 Description: Transitional package for ruby-flexmock This is a transitional package to ease upgrades to the ruby-flexmock package. It can safely be removed. Homepage: https://github.com/jimweirich/flexmock Package: libflexmock-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-flexmock Version: 0.9.0-1.4.201403170854 Depends: ruby-flexmock Filename: 4.0-0/all/libflexmock-ruby_0.9.0-1.4.201403170854_all.deb Size: 4670 MD5sum: c80657f3cdfe7390be73e970715c937d SHA1: 10a07739e7ddadc32026700451c3bac4e3dc736f SHA256: 4478a3f3ac74fd31726a9dca5a844c638fe2ac419a3c0f54664701326c27854e Description: Transitional package for ruby-flexmock This is a transitional package to ease upgrades to the ruby-flexmock package. It can safely be removed. Homepage: https://github.com/jimweirich/flexmock Package: libflickr-api-perl Priority: extra Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 1.01-3.5.201407141800 Depends: perl, libxml-parser-lite-tree-perl (>= 0.08), libwww-perl, liburi-perl Recommends: libcompress-zlib-perl Filename: 4.0-0/all/libflickr-api-perl_1.01-3.5.201407141800_all.deb Size: 14252 MD5sum: 958f9064271bb38a078a194d91f76972 SHA1: bbc96f7ed43f6883ff599bdcb9e1e957ae711b9e SHA256: 84d87c020f21602172b91a40853cf7212a986f33b93ef27fc39d4019456fb6d8 Description: Perl interface to the Flickr API A simple interface for using the Flickr API. . Flickr::API is a subclass of LWP::UserAgent, so all of the various proxy, request limits, caching, etc are available. Homepage: http://search.cpan.org/dist/Flickr-API/ Package: libflickr-upload-perl Priority: extra Section: perl Installed-Size: 92 Maintainer: Debian Perl Group Architecture: all Version: 1.32-2.5.201403200811 Depends: perl, libxml-parser-lite-tree-perl (>= 0.03), libwww-perl (>= 1), libflickr-api-perl (>= 0.07) Filename: 4.0-0/all/libflickr-upload-perl_1.32-2.5.201403200811_all.deb Size: 31836 MD5sum: 52888f1961d6e1e32dddd50f0de25afc SHA1: c490b628c4bf44b9146ece831e95df51e0bb0896 SHA256: bd169751b76745fd95f5fa197f37b1c670dc803c329411011db73b47c05748f8 Description: module for uploading images to flickr.com flickr_upload is a completely functional batch uploading tool which uses Perl module Flickr::Upload as its back-end. It is flickr.com image uploading made easy and quick from the command line; it also helps you tagging, choosing access control, defining content type, setting safety level, etc., while uploading your images. . flickr_upload may also be useful for generating authentication tokens against other API keys/secrets (i.e. for embedding in scripts). Homepage: http://search.cpan.org/dist/Flickr-Upload/ Package: libflickrnet-cil-dev Priority: optional Section: cli-mono Installed-Size: 35 Maintainer: Debian CLI Libraries Team Architecture: all Source: libflickrnet Version: 1:2.2.0-4.4.201403191805 Replaces: libflickrnet2.2-cil (<< 1:2.2.0-2) Depends: libflickrnet2.2-cil (= 1:2.2.0-4.4.201403191805) Filename: 4.0-0/all/libflickrnet-cil-dev_2.2.0-4.4.201403191805_all.deb Size: 3850 MD5sum: 18803f45e56d2366699b2021666c076d SHA1: a03b9b35359c1dafeefbc17a4e2f3dd97a07586c SHA256: b72c775724c3b9a933965f93ab13adf811c2d7a88990f9958fbc71a9ca07d276 Description: Flickr.Net API Library The Flickr.Net API is a .Net Library for accessing the Flickr API. Written entirely in C# it can be accessed from with any .Net language in .Net Framework 1.1, .Net Framework 2.0, .Net Compact Framework 2.0 and Mono. . This package contains development files for the Flickr.Net library, and should be used for compilation Homepage: http://www.codeplex.com/FlickrNet Package: libflickrnet2.2-cil Priority: optional Section: cli-mono Installed-Size: 194 Maintainer: Debian CLI Libraries Team Architecture: all Source: libflickrnet Version: 1:2.2.0-4.4.201403191805 Depends: cli-common (>= 0.5.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-web4.0-cil (>= 2.10.3), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libflickrnet2.2-cil_2.2.0-4.4.201403191805_all.deb Size: 55298 MD5sum: d76729164115660dae114fd069c9feb7 SHA1: 76ec8a0890a628b832b8e244792eb348fc6ad40b SHA256: 74167bd3a721614b10367ffe405942d0beee34edc8b870d5a5baed33c07dde37 Description: Flickr.Net API Library The Flickr.Net API is a .Net Library for accessing the Flickr API. Written entirely in C# it can be accessed from with any .Net language in .Net Framework 1.1, .Net Framework 2.0, .Net Compact Framework 2.0 and Mono. . This package contains the Flickr.Net library Homepage: http://www.codeplex.com/FlickrNet Package: libfloat-coq Priority: optional Section: math Installed-Size: 72222 Maintainer: Debian OCaml Maintainers Architecture: all Source: coq-float Version: 1:8.3pl1-4.10.201403180929 Depends: coq-8.3pl4+3.12.1 Filename: 4.0-0/all/libfloat-coq_8.3pl1-4.10.201403180929_all.deb Size: 16628906 MD5sum: 8589176e5d2319ab0116bbd390b50118 SHA1: 21ea6be192c851c3a2196e57c5eb702c254d96ed SHA256: 89657356fb5fa6b54a874ee1dacd71f51610f53631e6696dace8692aabeefb01 Description: Coq library on floating-point arithmetic This package provides PFF (Preuves Formelles sur les Flottants = Formal Proofs about Floats), a library for reasoning about floating-point arithmetic in Coq. It contains both definitions and proofs of basic facts, old & new properties and algorithms. Homepage: http://lipforge.ens-lyon.fr/www/pff/ Package: libfltk1.3-compat-headers Priority: optional Section: libdevel Installed-Size: 110 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.3 Version: 1.3.0-8.2.201403231925 Depends: libfltk1.3-dev Filename: 4.0-0/all/libfltk1.3-compat-headers_1.3.0-8.2.201403231925_all.deb Size: 76706 MD5sum: b55bebb94dff86c79d9ab7fdcc85b075 SHA1: 655bd9be0dfda47fa2ee74d5a65a866b731d114e SHA256: 4b8ba841393b3630d1334c72581b51b08123693493f98f089bd8c777a085a3af Description: Fast Light Toolkit - compatibility header symlinks This package provides header symlinks with .h rather than .H extensions for compatibility with some older code that relies on the lowercase-h names. Multi-Arch: foreign Homepage: http://www.fltk.org/ Package: libflute-java-doc Priority: optional Section: doc Installed-Size: 1213 Maintainer: Debian Java Maintainers Architecture: all Source: flute Version: 1:1.1.6-3.2.201403232028 Filename: 4.0-0/all/libflute-java-doc_1.1.6-3.2.201403232028_all.deb Size: 80292 MD5sum: 778c96f3e4288264192962cd7ddfad70 SHA1: b28265853cb1a7a065e6c9812e42905f3d1c340f SHA256: 616d27deacd1b5f32217f3994b6a910197d6419b8f0660dffc513c030fbcc3c7 Description: Java CSS parser using SAC (JFree version) -- documentation Flute is a CSS2 parser written in Java that implements SAC. SAC is a standard event-based API for CSS parsers, closely modelled on the SAX API for XML parsers. . This package contains the javadoc documentation. Package: libflute-java Priority: optional Section: java Installed-Size: 126 Maintainer: Debian Java Maintainers Architecture: all Source: flute Version: 1:1.1.6-3.2.201403232028 Suggests: libflute-java-doc Filename: 4.0-0/all/libflute-java_1.1.6-3.2.201403232028_all.deb Size: 94516 MD5sum: e85685ad691b612fae886caeaf35f37c SHA1: 8efe035b008477b281d7744beab4f1e3927135e0 SHA256: 9792ac0e4ab050e7e37dec30f3e9e7852e965a4df699a343c8a10cb32d5bd6c1 Description: Java CSS parser using SAC (JFree version) Flute is a CSS2 parser written in Java that implements SAC. SAC is a standard event-based API for CSS parsers, closely modelled on the SAX API for XML parsers. . This package contains the library. Package: libfm-data Priority: extra Section: misc Installed-Size: 1075 Maintainer: Debian LXDE Maintainers Architecture: all Source: libfm Version: 0.1.17-2.1.4.201403191814 Replaces: libfm0 Filename: 4.0-0/all/libfm-data_0.1.17-2.1.4.201403191814_all.deb Size: 100006 MD5sum: 1c70a6e7841e50c0c000ed11936ca1d5 SHA1: 6b75dd4657fecb545cbf8dd42cc18121f934b5c7 SHA256: 0b8a9bf8babec588df4429e7c005b4f91c1b155f8e18d7f53d2a1e7014dff7dd Description: file management support (common data) LibFM provides file management functions built on top of Glib/GIO, giving a convenient higher-level API. . This package contains the common data of the core library. Homepage: http://pcmanfm.sourceforge.net/ Package: libfontbox-java-doc Priority: extra Section: doc Installed-Size: 2833 Maintainer: Debian Java Maintainers Architecture: all Source: libpdfbox-java Version: 1:1.7.0+dfsg-4.6.201403251215 Replaces: libfontbox-java (<< 1:1.5.0) Suggests: libfontbox-java (= 1:1.7.0+dfsg-4.6.201403251215) Breaks: libfontbox-java (<< 1:1.5.0) Filename: 4.0-0/all/libfontbox-java-doc_1.7.0+dfsg-4.6.201403251215_all.deb Size: 182854 MD5sum: 88ae2b13228e33d783eb5aa58f06e786 SHA1: 6a47e11f86b02af14f48ded0c3ce31c792571d84 SHA256: d2a004d02c3ad29725fa00d1dc3de918c887fbb7a40c5c2966145746b64351ce Description: Java font library (Documentation) The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the documentation for the library. Homepage: http://pdfbox.apache.org/ Package: libfontbox-java Priority: extra Section: java Installed-Size: 216 Maintainer: Debian Java Maintainers Architecture: all Source: libpdfbox-java Version: 1:1.7.0+dfsg-4.6.201403251215 Filename: 4.0-0/all/libfontbox-java_1.7.0+dfsg-4.6.201403251215_all.deb Size: 178084 MD5sum: 30b87a78b24ce2c3d47aa96261cc5cce SHA1: 592154ac199a3845f46723d68f1cf868133b42b3 SHA256: dbf9427d51d48cbf5647970b5a44d6fbbcc3d6c95f2dc0c4b20d5d472fb50c05 Description: Java font library The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the library itself. Homepage: http://pdfbox.apache.org/ Package: libfontchooser-java-doc Priority: optional Section: doc Installed-Size: 385 Maintainer: Debian Java Maintainers Architecture: all Source: fontchooser Version: 1.0.0-1.2.201403232201 Recommends: default-jdk-doc Filename: 4.0-0/all/libfontchooser-java-doc_1.0.0-1.2.201403232201_all.deb Size: 30394 MD5sum: 716cae056cb6d35bf138b69272d04d1b SHA1: 7a35426442e17694dfaa50aff9c088b754a98733 SHA256: bd6f51500e27349308b8d23f01fc1ad59f91d97916c0f21f70f15d6b52827b1b Description: A Java control to allow font selection (documentation) Provides a pane of controls designed to allow a user to select a font. . This package contains the documentation. Homepage: http://www.connectina.com/components/fontchooser.html Package: libfontchooser-java Priority: optional Section: java Installed-Size: 76 Maintainer: Debian Java Maintainers Architecture: all Source: fontchooser Version: 1.0.0-1.2.201403232201 Filename: 4.0-0/all/libfontchooser-java_1.0.0-1.2.201403232201_all.deb Size: 15682 MD5sum: 24358ffc17ffc6822c65e8e6ebd44acb SHA1: 3abe13f3d89f69c7892b6074bbee803686ddc0d5 SHA256: 04dca562c192980ae60f49b6ec361797af620c21b8ecc6c19643423e6eb33961 Description: A Java control to allow font selection Provides a pane of controls designed to allow a user to select a font. Homepage: http://www.connectina.com/components/fontchooser.html Package: libfonts-java-doc Priority: optional Section: doc Installed-Size: 31 Maintainer: Debian Java Maintainers Architecture: all Source: libfonts-java Version: 1.1.6.dfsg-3.9.201403191910 Filename: 4.0-0/all/libfonts-java-doc_1.1.6.dfsg-3.9.201403191910_all.deb Size: 3206 MD5sum: 758dc6d9eb5ef497febe69cd09ebdfec SHA1: d770ac2152537291ed241ed953b87351e71a3e19 SHA256: 640d79896a1b2d6d4c29343ae2c6d14fa305efba926729c7e49eaa6847412c7d Description: Java fonts layouting library -- documentation LibFonts is a library developed to support advanced layouting and allows to read TrueType-Font files to extract layouting specific informations. . This package contains the Javadoc. Homepage: http://jfreereport.sourceforge.net/ Package: libfonts-java Priority: optional Section: java Installed-Size: 270 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.6.dfsg-3.9.201403191910 Depends: libjcommon-java, libloader-java Recommends: libitext-java Suggests: libfonts-java-doc Filename: 4.0-0/all/libfonts-java_1.1.6.dfsg-3.9.201403191910_all.deb Size: 199928 MD5sum: c8cf5b107842a151f635b8b349c11c81 SHA1: 9a3a43e6d52a28316023e2cabc423fa8202c1a08 SHA256: 7f7b8a1748b5ac9b8834eca50028517665212cfa828034838e002ee9574ac16f Description: Java fonts layouting library LibFonts is a library developed to support advanced layouting and allows to read TrueType-Font files to extract layouting specific informations. Homepage: http://jfreereport.sourceforge.net/ Package: libfop-java Priority: optional Section: java Installed-Size: 9529 Maintainer: Debian Java Maintainers Architecture: all Source: fop Version: 1:1.0.dfsg2-6.13.201403111014 Replaces: fop (<< 1:1.0.dfsg2-6) Depends: libxerces2-java, libxalan2-java, libbsf-java, libavalon-framework-java (>= 4.1.2-2), libbatik-java (>= 1.7), libcommons-io-java, libcommons-logging-java, libxt6, libxtst6, libxmlgraphics-commons-java (>= 1.4), java-wrappers (>= 0.1.15), libxml-commons-external-java Recommends: libsaxon-java Breaks: fop (<< 1:1.0.dfsg2-6) Filename: 4.0-0/all/libfop-java_1.0.dfsg2-6.13.201403111014_all.deb Size: 9106968 MD5sum: dc2a31c3ad3627a6060597c635d9d975 SHA1: 7f997ebda13facc148379a495afef8f8aa46d63f SHA256: a35d5f7cb57bef708c06f611ef58da562a20f8352417f34b67152c614a59d32a Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop jar file Homepage: http://xmlgraphics.apache.org/fop/ Package: libforest-perl Priority: optional Section: perl Installed-Size: 172 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403191915 Depends: perl, libmoosex-attributehelpers-perl, libmoose-perl (>= 0.90), libmoosex-clone-perl (>= 0.05) Filename: 4.0-0/all/libforest-perl_0.09-1.4.201403191915_all.deb Size: 65898 MD5sum: 09f573e6102fdc8c500487ae5b9cf206 SHA1: c9ee96941275afc1c03e4e078ead0e98cc8c776e SHA256: 459901c6755b0526427a2ce7e73d7e1a73c79f9adc3dc20747c3f48a6595cc11 Description: collection of N-ary tree related modules Forest is a collection of Perl modules implementing a generalized N-ary tree data structure. It also includes several modules useful for manipulating this data, including loading data from file, indexing it in memory, and writing it back out to files (in various formats). Homepage: http://search.cpan.org/dist/Forest/ Package: libformat-human-bytes-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403191924 Depends: perl Filename: 4.0-0/all/libformat-human-bytes-perl_0.05-1.4.201403191924_all.deb Size: 7834 MD5sum: a2e3a9d350ba5030818f905cca9570f8 SHA1: 76d898e8fd3414eb10cee4e7e557c12f18c1789f SHA256: c857392be0c87106532f821e54c23c7da2fd52055419e2ab423a2429b63b1741 Description: Format a bytecount and make it human readable Format::Human::Bytes is used to convert bytecount values to human-readable strings. It will return you a printable string which is more readable by humans than a simple bytecount. . For example: use Format::Human::Bytes; $readable = Format::Human::Bytes::base2($bytecount[,$decimals]); It will convert in base 2 format. . $readable = Format::Human::Bytes::base10($bytecount[,$decimals]); It will convert in base 10 format. . Another way is to create constructor for example: . $fhb = Format::Human::Bytes->new(); $readable = $fhb->base2($bytecount[,$decimals]); $readable = $fhb->base10($bytecount[,$decimals]); Homepage: http://search.cpan.org/dist/Format-Human-Bytes/ Package: libforms-doc Priority: optional Section: doc Installed-Size: 3239 Maintainer: Peter S Galbraith Architecture: all Source: libforms Version: 1.0.93sp1-2.4.201403191930 Suggests: libforms-dev Filename: 4.0-0/all/libforms-doc_1.0.93sp1-2.4.201403191930_all.deb Size: 1758474 MD5sum: 9ec7520c8150041cf34fcd199b1af422 SHA1: e1ecf0eb2cd14f10845468288852bc0eb259e3c0 SHA256: eba837b1d6e9d7468138847f1e225c3ff54ef2c66b6dce067342d191ce2f6d1a Description: Documentation for the XForms graphical interface library This package contains PDF and HTML documentation for the XForms library. Homepage: http://savannah.nongnu.org/projects/xforms/ Package: libformula-java-doc Priority: optional Section: doc Installed-Size: 9542 Maintainer: Debian Java Maintainers Architecture: all Source: libformula Version: 1.1.7.dfsg-2.9.201403191939 Filename: 4.0-0/all/libformula-java-doc_1.1.7.dfsg-2.9.201403191939_all.deb Size: 443970 MD5sum: cc8268807b0938b5e9791eea08d15d5f SHA1: 47c178a6ba4634c1b51a35e09f4959a5cee7d72d SHA256: 510621d11bf8a326801c4647d882545498226767839fc75a77b90a7bb47a821b Description: Excel(tm) style formula expressions library LibFormula provides Excel-Style-Expressions. The implementation provided here is very generic and can be used in any application that needs to compute formulas. . The syntax is based on the OpenFormula-specifications, but with carefully pruning away all the spreadsheet specific parts (like references to cell-ranges). . This package contains the Javadoc. Package: libformula-java Priority: optional Section: java Installed-Size: 418 Maintainer: Debian Java Maintainers Architecture: all Source: libformula Version: 1.1.7.dfsg-2.9.201403191939 Depends: libjcommon-java (>= 1.0.10-1) Suggests: libformula-java-doc Filename: 4.0-0/all/libformula-java_1.1.7.dfsg-2.9.201403191939_all.deb Size: 319030 MD5sum: 324b733a8850695cae0471d0c316876c SHA1: 4d6d442fae6a0cf420c71eed6a81154f6c2655fe SHA256: 38eb2693b8ea3c214ae863944453f8a7f2ee3030bde6721e2cf6d943b53ee089 Description: Excel(tm) style formula expressions library LibFormula provides Excel-Style-Expressions. The implementation provided here is very generic and can be used in any application that needs to compute formulas. . The syntax is based on the OpenFormula-specifications, but with carefully pruning away all the spreadsheet specific parts (like references to cell-ranges). Package: libformvalidator-simple-perl Priority: optional Section: perl Installed-Size: 106 Maintainer: Debian Perl Group Architecture: all Version: 0.29-1.4.201403191949 Depends: perl, libclass-accessor-perl, libclass-data-accessor-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libdate-calc-perl, libdatetime-format-strptime-perl, libemail-valid-loose-perl, liblist-moreutils-perl, libmailtools-perl, libtie-ixhash-perl, libuniversal-exports-perl, libyaml-perl Filename: 4.0-0/all/libformvalidator-simple-perl_0.29-1.4.201403191949_all.deb Size: 26326 MD5sum: 251a80207115d8fde0aa584f2d05d87f SHA1: 3197dd7735820c6e7ac726b8937e701ba1408dc5 SHA256: e2761783b6e3a01e1c91ff99f753a3bcb467c64aea04a3cd2633c0a8fa9a0bb2 Description: module for validating forms with simple chains of constraints FormValidator::Simple provides you a sweet way of form data validation with simple constraints chains. You can write constraints on single line for each input data. . This idea is based on Sledge::Plugin::Validator, and most of validation code is borrowed from this plugin. Homepage: http://search.cpan.org/dist/FormValidator-Simple/ Package: libfortune-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.2-8.4.201403191952 Depends: perl Recommends: fortunes Filename: 4.0-0/all/libfortune-perl_0.2-8.4.201403191952_all.deb Size: 13196 MD5sum: 2b352797701ccfb429297c018cbfe253 SHA1: 0ccf8ba5f16a229ed4499b65bf836e5ea88b2f7d SHA256: 9f94b83d6dcae8ccbaf90b52e611d9941801db9077b98b82c2d0554a36c5bac3 Description: Perl module to read fortune (strfile) databases The fortune program is a small but important part of the Unix culture, and this module aims to provide support for its "fortune cookie" databases to Perl programmers. . For efficiency, all versions of fortune rely on a binary header consisting mainly of offsets into the fortune file proper. . Modern versions of fortune keep this header in a separate file, and this is the style adopted by the Fortune module; the older style of munging the header and data into one large "compiled" file is not (currently) supported. Homepage: http://search.cpan.org/dist/Fortune/ Package: libfox-1.6-doc Priority: optional Section: doc Installed-Size: 2843 Maintainer: Joachim Wiedorn Architecture: all Source: fox1.6 Version: 1.6.45-1.5.201403111131 Filename: 4.0-0/all/libfox-1.6-doc_1.6.45-1.5.201403111131_all.deb Size: 2087752 MD5sum: f68df20f1dd8c69019a2fa89f87ebccc SHA1: 583cefbeac1468d2721fc4d6642755f9d4a7f80e SHA256: 1c357f9901412092bfc77c2b48bd03a1ed0fe960efae74b4b95e58ecd16c5830 Description: FOX C++ GUI Toolkit - documentation FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide collection of controls and provides state of the art facilities. . This package contains documentation for development of applications using the FOX Toolkit. Homepage: http://www.fox-toolkit.org/ Package: libfpdf-tpl-php Priority: optional Section: php Installed-Size: 50 Maintainer: Sven Velt Architecture: all Version: 1.2-2.2.201403191958 Depends: php5 | php5-cli, php-fpdf Filename: 4.0-0/all/libfpdf-tpl-php_1.2-2.2.201403191958_all.deb Size: 6466 MD5sum: d4c5687be0527373b1f4c4bd2c25e55c SHA1: c35428680d26a6e8d07ea7ffadb3495d42ef2c6c SHA256: 457e45a47db276a0cc9ff21389c75866426bb1b1c72c1f2b2f5dad8674924539 Description: PHP library to use PDF templates with FPDF This script adds the possibility to use PDF templates in a PDF document as explained in the PDF specifications 1.3 (4.9 Form XObjects). This allows for dynamic creation of PDF files. It supports recursive templates. Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/ Package: libfpdi-php Priority: optional Section: php Installed-Size: 109 Maintainer: Sven Velt Architecture: all Version: 1.4.1-1.2.201403192003 Depends: php5 | php5-cli, libfpdf-tpl-php Filename: 4.0-0/all/libfpdi-php_1.4.1-1.2.201403192003_all.deb Size: 18278 MD5sum: 5bfa558d161b1214eb1722ebd4e9f176 SHA1: d5ad90931d562f8f489649a59d0d712c8517b4fe SHA256: dc25ebd9ed135edf9d4409c1553c36027a5610759723d0bd37fc6a44264b8194 Description: PHP library for importing existing PDF documents into FPDF FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. This allows for dynamic generation of PDF files. Homepage: http://www.setasign.de/products/pdf-php-solutions/fpdi/ Package: libfreefem-doc Priority: optional Section: doc Installed-Size: 783 Maintainer: Debian Science Team Architecture: all Source: freefem Version: 3.5.8-5.4.201403111438 Filename: 4.0-0/all/libfreefem-doc_3.5.8-5.4.201403111438_all.deb Size: 133892 MD5sum: 1ad9c131c4c66e352cdba8a292b91bf6 SHA1: 6c60cb8772cc90bb2ca590e97c44c823a1d66b6b SHA256: 3785f85c9f99c47db88c59ae27cdf31a037d425d98fdecef247c73f3b3acab23 Description: Documentation for FreeFEM development FreeFEM is a language adapted to Partial Differential equation. The underlying method used is the Finite Element Method. This tool has been successfully used as a teaching tool and even as a research tool. Homepage: http://kfem.sourceforge.net Package: libfreehep-chartableconverter-plugin-java Priority: optional Section: java Installed-Size: 61 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-chartableconverter-plugin Version: 2.0-6.9.201403111528 Depends: libmaven2-core-java, libplexus-compiler-java, libplexus-utils-java Filename: 4.0-0/all/libfreehep-chartableconverter-plugin-java_2.0-6.9.201403111528_all.deb Size: 10736 MD5sum: ae305136af5bb916f46467f362bd2e68 SHA1: 962fa8d15e2aed1f448951613559da861e40c333 SHA256: 5fcaecd4b3adc0af47ec50c8da5607dc7d1913d7e23aadc40c687215b4a90808 Description: FreeHEP Character Table Converter This maven plugin converts 16 bit Unicode text files into lookup tables. These tables are used by the VectorGraphics package (part of the FreeHEP project) to include and embed fonts in the output formats. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-export-java Priority: optional Section: java Installed-Size: 76 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-export Version: 2.1.1-2.10.201403111533 Depends: libfreehep-swing-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-export-java_2.1.1-2.10.201403111533_all.deb Size: 21258 MD5sum: 4a685f0291c139f0d9409849743e1df3 SHA1: 3b1cf088b84338f3e7b8714faca4a6ff1f9dc00b SHA256: c9d7aff4d38229f83b7c0a34e918683ddd69a67f1261ea08d5525c2991c018b6 Description: FreeHEP Export and Save As Library Library to register filetypes (which can be loaded as plugin modules). This library is used by VectorGraphics libraries to implement a modular import/export system for image files: importers or exporters for different formats can be deloped or loaded independently. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphics2d-java Priority: optional Section: java Installed-Size: 177 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphics2d Version: 2.1.1-3.10.201403111538 Depends: libfreehep-util-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphics2d-java_2.1.1-3.10.201403111538_all.deb Size: 122482 MD5sum: 37504973a80be70730f31f03db5a3d42 SHA1: f71d2ef2c72cb253445034ed043602692b1bfe13 SHA256: 775e487afdb440320a2e08ca15f95d16a34e8c97f8eec4085ed3c8b3f5e12c08 Description: FreeHEP 2D Graphics Library This library extends the common AWT Graphics2D class, providing a standard and well known interface for writing image files the same way AWT and Swing components are drawn. The actual file writing is done by the GraphicsIO libraries. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-emf-java Priority: optional Section: java Installed-Size: 257 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-emf Version: 2.1.1-emfplus+dfsg1-2.9.201403111546 Depends: libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, libfreehep-util-java, libjdom1-java (>= 1.1.2) Filename: 4.0-0/all/libfreehep-graphicsio-emf-java_2.1.1-emfplus+dfsg1-2.9.201403111546_all.deb Size: 186544 MD5sum: eefc89736e70b1d64328e248ab94ad9e SHA1: 3ae0c7d0ef4be80763abc3dfa373b926117c50ef SHA256: 9d21773fed8a2bc2d31fac53248ed5f62bb8ff3ac9a744f9deb75cbd928d50dc Description: FreeHEP Enhanced Metafile Format Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export to Enhanced Metafile Format. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-java-java Priority: optional Section: java Installed-Size: 90 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-java Version: 2.1.1-1.10.201403111550 Depends: junit (>= 3.8.2), libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-java-java_2.1.1-1.10.201403111550_all.deb Size: 34574 MD5sum: 95551c53614936140d85ee196b6fd0c8 SHA1: 5505d05caac22785c5df8f603c9893e58023464f SHA256: 060229594f776d76f5a5699d4f71cc1b160f6a75dbf1b29802ff9ff0f5e8fb38 Description: FreeHEP Java Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export the java calls made to Graphics2D as source code, with the associated class, field and method definitions, resulting in a class which, when run will produce the same display. Generating such source code may be helpful in setting up test cases without a lot of machinery around it and in debugging problems for different formats. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-java Priority: optional Section: java Installed-Size: 244 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio Version: 2.1.1-3.9.201403111542 Depends: libfreehep-export-java, libfreehep-graphics2d-java, libfreehep-io-java Filename: 4.0-0/all/libfreehep-graphicsio-java_2.1.1-3.9.201403111542_all.deb Size: 174306 MD5sum: ae5ca9a283ed5004baff818bdbc3d978 SHA1: eea18eaeb41f2b2fe402e9bb55739103e2dba6f3 SHA256: ba4a9850167eb009bc4476a9a7b0cd7e25be48a63d6403fc4bf54fe729148243 Description: FreeHEP GraphicsIO Base Library The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types con be added with plugins. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-pdf-java Priority: optional Section: java Installed-Size: 129 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-pdf Version: 2.1.1+dfsg-1.10.201403111554 Depends: junit (>= 3.8.2), libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-pdf-java_2.1.1+dfsg-1.10.201403111554_all.deb Size: 71828 MD5sum: 5f3cf194d8e3a1aceb0314c2e73c8e32 SHA1: c6929a25073eff8f2c8559fdbf222c5d322916c5 SHA256: 353e53f90b66bda127e2e99c952841fe62bbb6aa363d3fef89cffe371846afd0 Description: FreeHEP Portable Document Format Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export to Portable Document Format. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-ps-java Priority: optional Section: java Installed-Size: 102 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-ps Version: 2.1.1-1.10.201403111610 Depends: junit (>= 3.8.2), libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-ps-java_2.1.1-1.10.201403111610_all.deb Size: 46708 MD5sum: 8226aa70ad7bd9ba37931a775b7bd45e SHA1: e32e973b9cb63f87420d2e55114d9f6d4c609c85 SHA256: b5d3f3327bd8793ddfd2d0c1f4725f52201c0c15791cf81eb4466903c17c8a74 Description: FreeHEP (Encapsulated) PostScript Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export to PostScript format. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-svg-java Priority: optional Section: java Installed-Size: 80 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-svg Version: 2.1.1-3.10.201403111616 Depends: junit (>= 3.8.2), libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, libfreehep-xml-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-svg-java_2.1.1-3.10.201403111616_all.deb Size: 24976 MD5sum: d0584825cf2027e75eefde51d9d6b702 SHA1: d1ba7ff45876d77c163fee041e0eb3d0084ee79e SHA256: 04c0a14703d6dd17fcf020d6e5239c9479da434e6e523630ac2e64acb2312dfb Description: FreeHEP Scalable Vector Graphics Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export to SVG format. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-swf-java Priority: optional Section: java Installed-Size: 235 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-swf Version: 2.1.1+dfsg-1.10.201403111626 Depends: junit (>= 3.8.2), libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-swf-java_2.1.1+dfsg-1.10.201403111626_all.deb Size: 160524 MD5sum: f1717169c4a81381c083a52cf7597531 SHA1: f60703b854fdf502cd420f5edd28fad3189be9fb SHA256: ddff691a10773bda771bf009404d22bf9685ac1f489f444fb45f2564b06a18c1 Description: FreeHEP SWF (Flash) Driver The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types can be added with plugins. . This package contains a GraphicsIO plugin to export to SWF (Flash) format. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-graphicsio-tests-java Priority: optional Section: java Installed-Size: 164 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-graphicsio-tests Version: 2.1.1+dfsg1-3.10.201403111633 Depends: junit (>= 3.8.2), libfreehep-export-java, libfreehep-graphicsio-java, libjas-plotter-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-graphicsio-tests-java_2.1.1+dfsg1-3.10.201403111633_all.deb Size: 103784 MD5sum: 896cbdb5a6f9ad419d5ec911283842b7 SHA1: 381b404e86c516977a2f835625be6f1b88909c4e SHA256: de1ccda41b23e01eb415c24c5a7f6b8d3663ac5f65747694d4a94e31c131b450 Description: FreeHEP GraphicsIO Test Library The GraphicsIO library offers a base interface for image exporters in many vector or bitmap image formats. It features direct support for GIF, PNG, PPM and RAW formats, as well as the ability to manage TrueType fonts. Support for other file types con be added with plugins. . This package contains a series of tests used within GraphicsIO or its plugins. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-io-java Priority: optional Section: java Installed-Size: 120 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-io Version: 2.0.2-4.9.201403111640 Depends: junit (>= 3.8.2) Filename: 4.0-0/all/libfreehep-io-java_2.0.2-4.9.201403111640_all.deb Size: 60300 MD5sum: 957dc6560320dfb4089c8a816d96b08c SHA1: 78faade8072aa0de39515261275542f0df539f68 SHA256: e4525b14934b1f1e1e4a6f6cfa0f402c0983a21a46569e80f27b4867f33b7002 Description: FreeHEP I/O library This library offers a collection of utility subclasses of standard IO Java classes (such as InputStrem, OutputStream, Reader and Writer), which help in dealing with encodings, byte order, tagged streams or other common IO-related issues. It is mainly used by other libraries within the FreeHEP project. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-swing-java Priority: optional Section: java Installed-Size: 267 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-swing Version: 2.0.3-3.9.201403111648 Depends: junit (>= 3.8.2), libfreehep-util-java, openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-swing-java_2.0.3-3.9.201403111648_all.deb Size: 189738 MD5sum: 9fa02385d790781373b37fb3e3760f12 SHA1: 0bd3bdd18d18f1499115bc95c6ffd4a0ea934f9e SHA256: 18f3f196cd729ee3c44853a84a8799d363e438b0030e306e591b0e29ac2c22af Description: FreeHEP swing extensions This library contains a collection of utility classes built on top of the Java Swing framework. It contains new Swing elements, extensions of other elements already in Swing and other wrapper classes used to facilitate the use of the Swing library. It is mainly used by other libraries within the FreeHEP project. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-util-java Priority: optional Section: java Installed-Size: 104 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-util Version: 2.0.2-5.10.201403111658 Depends: junit (>= 3.8.2), libnb-org-openide-util-java Filename: 4.0-0/all/libfreehep-util-java_2.0.2-5.10.201403111658_all.deb Size: 47886 MD5sum: 16f07df8b8713ef98fe25417114a9e65 SHA1: 05a61974ceda5b9f1fa0e7842a1a2548625757e2 SHA256: 4764f3ef49b05aca4b38c59dac7ce0381520ee6b8846c39def9860c9d5babbbd Description: FreeHEP utility library This library contains miscellaneous utility classes used in other FreeHEP components, such as classes dealing with physical errors and scientific notation, assertions, hash tables, option parsers and others. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreehep-xml-java Priority: optional Section: java Installed-Size: 196 Maintainer: Debian Java Maintainers Architecture: all Source: freehep-xml Version: 2.1.2+dfsg1-3.10.201403111705 Depends: junit (>= 3.8.2), libfreehep-io-java, libfreehep-swing-java, libfreehep-util-java, libjdom1-java (>= 1.1.2), openjdk-6-jre | java2-runtime Filename: 4.0-0/all/libfreehep-xml-java_2.1.2+dfsg1-3.10.201403111705_all.deb Size: 133110 MD5sum: d677368816e5f9ccd6c69f6cc187ab62 SHA1: abd09e441617f020f3c92db127822e54cc5c437a SHA256: 40492228c3a47aac7d2f67e801797988e7ee3c487960af50a38314fdcb675717 Description: FreeHEP XML Library This library provides tools to read and write XML and XHTML files. You can write XML and XHTML files using a Writer-like interface, with additional methods to add tags and attributes, or save and restore on object configuration with XML. . FreeHEP is a collection of Java libraries used in High Energy Physics. Homepage: http://java.freehep.org/ Package: libfreemarker-java-doc Priority: optional Section: doc Installed-Size: 6814 Maintainer: Debian Java Maintainers Architecture: all Source: libfreemarker-java Version: 2.3.18-1.5.201403192012 Recommends: default-jdk-doc, jython-doc, libcommons-jxpath-java, libdom4j-java-doc, libjaxen-java-doc, libjdom1-java-doc, liblog4j1.2-java-doc, librhino-java-doc, libxalan2-java-doc, libxerces2-java-doc Suggests: libfreemarker-java Filename: 4.0-0/all/libfreemarker-java-doc_2.3.18-1.5.201403192012_all.deb Size: 546576 MD5sum: c0dfea498c672976b33301a206d2bc95 SHA1: a4e207835da984e0191e3cb2c095cfe5b3ae3b92 SHA256: 6a398e64b06a0ad1de58ee6e2b7f062a5a28f4d2965e9853b145b45df8050b50 Description: template engine written in Java (documentation) FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products. . FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works on what they are good at. Designers can change the appearance of a page without programmers having to change or recompile code, because the application logic (Java programs) and page design (FreeMarker templates) are separated. Templates do not become polluted with complex program fragments. This separation is useful even for projects where the programmer and the HMTL page author is the same person, since it helps to keep the application clear and easily maintainable. . This package contains the documentation of libfreemarker-java. Homepage: http://www.freemarker.org/ Package: libfreemarker-java Priority: optional Section: java Installed-Size: 897 Maintainer: Debian Java Maintainers Architecture: all Version: 2.3.18-1.5.201403192012 Depends: libcommons-logging-java, libservlet2.5-java, libslf4j-java Suggests: jython, libdom4j-java, libjaxen-java, libjdom1-java, librhino-java, libxalan2-java Filename: 4.0-0/all/libfreemarker-java_2.3.18-1.5.201403192012_all.deb Size: 787432 MD5sum: 206dda2d16e3e3332b8dfc74579afa6b SHA1: de6276f01caecb33ab195a290c0e580a232b3055 SHA256: c86ff03de147d7d5eb43cf61c1111a5d2fc331ab44e099a57162679d0822e51f Description: template engine written in Java FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products. . FreeMarker is designed to be practical for the generation of HTML Web pages, particularly by servlet-based applications following the MVC (Model View Controller) pattern. The idea behind using the MVC pattern for dynamic Web pages is that you separate the designers (HTML authors) from the programmers. Everybody works on what they are good at. Designers can change the appearance of a page without programmers having to change or recompile code, because the application logic (Java programs) and page design (FreeMarker templates) are separated. Templates do not become polluted with complex program fragments. This separation is useful even for projects where the programmer and the HMTL page author is the same person, since it helps to keep the application clear and easily maintainable. Homepage: http://www.freemarker.org/ Package: libfreenect-doc Priority: extra Section: doc Installed-Size: 542 Maintainer: Nicolas Bourdaud Architecture: all Source: libfreenect Version: 1:0.1.2+dfsg-6.2.201403192022 Filename: 4.0-0/all/libfreenect-doc_0.1.2+dfsg-6.2.201403192022_all.deb Size: 110686 MD5sum: 11774e1166a19a450434815a1f38d81d SHA1: 1fbc952ea6c847cfdbeeaa4827345c06ddcd4c75 SHA256: ce0949b5f442d60e19667436c6bc1088c7100660e6e34489b9ed1c4b944ed45c Description: library for accessing Kinect device -- documentation libfreenect is a cross-platform library that provides the necessary interfaces to activate, initialize, and communicate data with the Kinect hardware. Currently, the library supports access to RGB and depth video streams, motors, accelerometer and LED and provide binding in different languages (C++, Python...) . This library is the low level component of the OpenKinect project which is an open community of people interested in making use of the Xbox Kinect hardware with PCs and other devices. . This package contains the documentation of the API of libfreenect. Multi-Arch: foreign Homepage: http://openkinect.org/ Package: libfreezethaw-perl Priority: optional Section: perl Installed-Size: 70 Maintainer: Debian Perl Group Architecture: all Version: 0.5001-1.7.201403192026 Depends: perl Filename: 4.0-0/all/libfreezethaw-perl_0.5001-1.7.201403192026_all.deb Size: 18310 MD5sum: 491b9c8247db99d3c38cc0d010140970 SHA1: 1f0c308f1a984b336d4b19da7894877cb399ba1c SHA256: a5cee548d835b6e282e4cbf1b3d6faf067cf4dcbd7f5b7dc292a5e5e56534fcf Description: module to serialize and deserialize Perl data structures FreezeThaw is a Perl module designed to convert data to and from a serialized string format, appropriate for saving to and reading from permanent storage. It is capable of dealing with objects, circular lists and repeated appearance of the same reference. Homepage: http://search.cpan.org/dist/FreezeThaw/ Package: libfrontier-rpc-perl Priority: optional Section: perl Installed-Size: 115 Maintainer: Debian Perl Group Architecture: all Version: 0.07b4-6.6.201403192033 Depends: perl, libhttp-daemon-perl | libwww-perl (<< 6), libwww-perl, libxml-parser-perl Filename: 4.0-0/all/libfrontier-rpc-perl_0.07b4-6.6.201403192033_all.deb Size: 37812 MD5sum: 45847df6793687b95d3b5eb44c472b05 SHA1: c4acb1dd182ea47061adf56f9c7e50b846c4cdbc SHA256: 8d0ba9e7f4d63fbe45d0dc63731cd4af409da064b7192bb02c425f3c25b6890f Description: Perl module to implement RPC calls using XML requests Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure Calls using Extensible Markup Language). Frontier::RPC includes both a client module for making requests to a server and a daemon module for implementing servers. Frontier::RPC uses RPC2 format messages. Homepage: http://search.cpan.org/dist/Frontier-RPC/ Package: libfssm-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fssm Version: 0.2.9-2.4.201403170907 Depends: ruby-fssm Filename: 4.0-0/all/libfssm-ruby1.8_0.2.9-2.4.201403170907_all.deb Size: 2792 MD5sum: ff27e2b4f488d001ab3b34d45a09f2fe SHA1: e98bb5c6a321d0951da91f5d3cd832131f7f280e SHA256: 70bcd3ebfa0444d8fef1eef2725d3a371433d8ce4015950a9ad3e33d2a907439 Description: Transitional package for ruby-fssm This is a transitional package to ease upgrades to the ruby-fssm package. It can safely be removed. Homepage: https://github.com/ttilley/fssm Package: libfssm-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fssm Version: 0.2.9-2.4.201403170907 Depends: ruby-fssm Filename: 4.0-0/all/libfssm-ruby1.9.1_0.2.9-2.4.201403170907_all.deb Size: 2800 MD5sum: be783224deacf0ae9e554c4fd5cfec02 SHA1: 85859d3a37be8bbfc7045bb542be1fd0367807ac SHA256: 51c58158f135dff4f0d132bd51cdb412eb0d52650ef78809d15f3a0100192336 Description: Transitional package for ruby-fssm This is a transitional package to ease upgrades to the ruby-fssm package. It can safely be removed. Homepage: https://github.com/ttilley/fssm Package: libfssm-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fssm Version: 0.2.9-2.4.201403170907 Depends: ruby-fssm Filename: 4.0-0/all/libfssm-ruby_0.2.9-2.4.201403170907_all.deb Size: 2790 MD5sum: c160d7099365b87c0f2b3d33124d47a9 SHA1: db2748a900d4395b6dd2109d2ab1eb764346ab1f SHA256: 23cb0f4fad50e3eec86c6d840c7f62e5679ce0c82b4f1d0b6d919b8d4475f693 Description: Transitional package for ruby-fssm This is a transitional package to ease upgrades to the ruby-fssm package. It can safely be removed. Homepage: https://github.com/ttilley/fssm Package: libfusefs-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fusefs Version: 0.7.0-3.4.201403170916 Depends: ruby-fusefs Filename: 4.0-0/all/libfusefs-ruby1.8_0.7.0-3.4.201403170916_all.deb Size: 4690 MD5sum: 70ac319660cc98c2bedec543b9b4c70e SHA1: 52ab84aa6fed9e0ec5bbde661d5f3f35ffb609b6 SHA256: fdd61888f7ffae2095902d888ce7c706c79194f70d28efbb925139b41cdf8578 Description: Transitional package for ruby-fusefs This is a transitional package to ease upgrades to the ruby-fusefs package. It can safely be removed. Homepage: http://github.com/duairc/fusefs Package: libfusefs-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-fusefs Version: 0.7.0-3.4.201403170916 Depends: ruby-fusefs Filename: 4.0-0/all/libfusefs-ruby_0.7.0-3.4.201403170916_all.deb Size: 4680 MD5sum: ddecb053bbd616d5210bafc96bc5004a SHA1: 2da9083b2439bc1e0fb8e2d83356e08f5965b195 SHA256: c7bd54eb36798b419cd924f3ebb35994d493e111995c941799773ccffe3b9e1b Description: Transitional package for ruby-fusefs This is a transitional package to ease upgrades to the ruby-fusefs package. It can safely be removed. Homepage: http://github.com/duairc/fusefs Package: libfusioninventory-agent-task-deploy-perl Priority: optional Section: perl Installed-Size: 123 Maintainer: Gonéri Le Bouder Architecture: all Version: 2.0.2-1.2.201403192122 Depends: fusioninventory-agent (>= 2.2.0-1), libjson-perl, liburi-perl, libfile-copy-recursive-perl, libdigest-sha-perl, libpoe-component-client-ping-perl, perl Filename: 4.0-0/all/libfusioninventory-agent-task-deploy-perl_2.0.2-1.2.201403192122_all.deb Size: 18354 MD5sum: 102f0eb43e4743d450a4a328ef2e5f12 SHA1: 29cbcba38417bba70c15de700b82e57def931aa3 SHA256: d46534862e2ec23b7f3be09c8655fcc91cef57e6269ab01dd6052f3655364905 Description: Software deployment support for FusionInventory With this module, FusionInventory can accept software deployment request from an GLPI server with the FusionInventory plugin. This module uses SSL certificat to authentificat the server. If the P2P option is turned on, the agent will looks for peer in its network to speed up the file downloads. Homepage: http://search.cpan.org/dist/FusionInventory-Agent-Task-ESX/ Package: libfusioninventory-agent-task-esx-perl Priority: optional Section: perl Installed-Size: 107 Maintainer: Gonéri Le Bouder Architecture: all Version: 2.1.0-1.2.201403192126 Depends: perl, fusioninventory-agent, libhttp-cookies-perl, libjson-perl, libwww-perl, libxml-treepp-perl Filename: 4.0-0/all/libfusioninventory-agent-task-esx-perl_2.1.0-1.2.201403192126_all.deb Size: 16270 MD5sum: e7aa08d34419db62b5e2bfeb627d54e9 SHA1: c4e28e95a762bf15ef9d0c41dd9bd8f48305d2a7 SHA256: 27d971fa757c662cbfa100949048d8a28bb9fc2827e0d6aaa345d43be95574d9 Description: ESX and ESXi inventory Do remote inventory of your ESX, ESXi, vCenter server using the SOAP interface. You can import the generated .ocs files in: - GLPI with FusionInventory for GLPI - ocsinventory - Uranos This module can also be controlled from GLPI using the FusionInventory for GLPI plugin. Homepage: http://search.cpan.org/dist/FusionInventory-Agent-Task-ESX/ Package: libg3d-doc Priority: optional Section: doc Installed-Size: 425 Maintainer: Sven Eckelmann Architecture: all Source: libg3d Version: 0.0.8-17.6.201403192142 Filename: 4.0-0/all/libg3d-doc_0.0.8-17.6.201403192142_all.deb Size: 46906 MD5sum: 8c5038dc3fb4c64e512a84f4e9bd4843 SHA1: e3ce804a604a00bb58333f24f0359550e5b919ef SHA256: 32075740a79a1fb3fcd3ec51283bf039ca0266aec3c020ac930f5895a7f24444 Description: LibG3D API documentation in HTML format LibG3D is a framework for loading 3d model files from files or memory. It can also load associated data like textures. . This package contains the API documentation of the LibG3D library in HTML format. Homepage: http://automagically.de/g3dviewer/ Package: libgadu-doc Priority: optional Section: doc Installed-Size: 4132 Maintainer: Marcin Owsiany Architecture: all Source: libgadu Version: 1:1.11.2-1.10.201407141807 Suggests: libgadu-dev Filename: 4.0-0/all/libgadu-doc_1.11.2-1.10.201407141807_all.deb Size: 561228 MD5sum: 16d3def660dff01742e67e4149d731a3 SHA1: 1a25c32f9b7817e97c511c9b65c0dcfd28290aab SHA256: 729cf4278f85408f96aaa9d970c51f8ebfd9d702638b5286b6fa3c9445a1e7b1 Description: Gadu-Gadu protocol library - documentation Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the documentation and example programs. Homepage: http://toxygen.net/libgadu/ Package: libgail-3-doc Priority: optional Section: doc Installed-Size: 185 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk+3.0 Version: 3.4.2-7.3.201403171423 Suggests: devhelp Filename: 4.0-0/all/libgail-3-doc_3.4.2-7.3.201403171423_all.deb Size: 60440 MD5sum: 9c320bd6cf3be34a0a74ce7245244b02 SHA1: 499b5b31729908977d4d40925d998a3f76e815a4 SHA256: 46398195dcbda0a7f8ec2418f1853022aa82221eba2df321aae3e00c53a21df9 Description: documentation files of the Gail library Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Multi-Arch: foreign Homepage: http://www.gtk.org/ Package: libgail-doc Priority: optional Section: doc Installed-Size: 580 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk+2.0 Version: 2.24.10-2.80.201403161621 Replaces: libgtk2.0-doc (<< 2.14.5) Suggests: devhelp Filename: 4.0-0/all/libgail-doc_2.24.10-2.80.201403161621_all.deb Size: 481524 MD5sum: 5680d25fb57e4062543b043495e8be11 SHA1: 8c854fae9808976a5695455eba1db91afba11030 SHA256: 36039b015a8f610195f62bfc2ae0c6d460e8706a684dcb7c65274fd17e27d839 Description: documentation files of the Gail library Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Multi-Arch: foreign Homepage: http://www.gtk.org/ Package: libgammu-i18n Priority: optional Section: localization Installed-Size: 1033 Maintainer: Michal Čihař Architecture: all Source: gammu Version: 1.31.90-1.7.201403120917 Replaces: libgammu-common, libgammu1 Suggests: libgammu7 Conflicts: libgammu-common, libgammu1 Filename: 4.0-0/all/libgammu-i18n_1.31.90-1.7.201403120917_all.deb Size: 351856 MD5sum: 79f3265b858303b15ba14267dd6af80f SHA1: 5368787b3d87f3dde06161a36064a1d01d2f62cf SHA256: 769afc9d73956d90e6149b40ca80e93b06b63ad1cce48fb142d6f812b8d6d0cb Description: mobile phone management library (i18n files) Gammu is command line utility and library to work with mobile phones from many vendors. Support for different models differs, but basic functions should work with majority of them. Program can work with contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem, integrated radio, camera, etc. It also supports daemon mode to send and receive SMSes. . Currently supported phones include: . * Many Nokia models. * Alcatel BE5 (501/701), BF5 (715), BH4 (535/735). * AT capable phones (Siemens, Nokia, Alcatel, IPAQ). * OBEX and IrMC capable phones (Sony-Ericsson, Motorola). * Symbian phones through gnapplet. . This package contains i18n files for Gammu shared library and binary. Homepage: http://www.gammu.org Package: libganymed-ssh2-java Priority: optional Section: java Installed-Size: 2648 Maintainer: Debian Java Maintainers Architecture: all Source: ganymed-ssh2 Version: 250-2.9.201403121019 Filename: 4.0-0/all/libganymed-ssh2-java_250-2.9.201403121019_all.deb Size: 378120 MD5sum: 4aaf34b3a5139504084753ae41895f71 SHA1: cdfe7a067946a04511f2b0d9735d1d7151e2d8e0 SHA256: 8dc3c51e71ff12258d9f8639082e2bdc6249b50d09005fe963e1332b26418d74 Description: pure Java implementation of the SSH-2 protocol Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java. It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. Homepage: http://www.cleondris.ch/ssh2/ Package: libgarcon-common Priority: optional Section: libs Installed-Size: 646 Maintainer: Debian Xfce Maintainers Architecture: all Source: garcon Version: 0.1.12-1.3.201403171441 Replaces: libgarcon-1-0 (<< 0.1.2-1), xfdesktop4 (<< 4.7.0), xfdesktop4-data (<< 4.7.0) Filename: 4.0-0/all/libgarcon-common_0.1.12-1.3.201403171441_all.deb Size: 96764 MD5sum: 02d05819a9ab982f128c59354e2871a3 SHA1: 01e206662e22bb32451fb27fc9f623116f7d1292 SHA256: b7f84623655a6c1303588d896f690054e61e706aed39957b33b737aa04ddb0e3 Description: common files for libgarcon menu implementation garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains common files like desktop-directories and menu file. Homepage: http://www.xfce.org/ Package: libgavl-doc Priority: extra Section: doc Installed-Size: 1904 Maintainer: Debian Multimedia Maintainers Architecture: all Source: gavl Version: 1.4.0-1.8.201403121238 Filename: 4.0-0/all/libgavl-doc_1.4.0-1.8.201403121238_all.deb Size: 259722 MD5sum: dde15b63991e9ce6076e31974806a386 SHA1: 6c4fa624ee1b669dc44cb66720aa53c0a892d430 SHA256: ddad8e5bdd2c9548a89d9d1fa5a5d360f0c05a9b840d5ddd37e6e136e2024fe4 Description: low level audio and video library - documentation files Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha blending etc). . This package contains the documentation about Gavl. Homepage: http://gmerlin.sourceforge.net/ Package: libgcj-common Priority: optional Section: java Installed-Size: 256 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-defaults (1.120.23.201403121927) Version: 1:4.6.3-8.23.201403121927 Replaces: java-gcj-compat (<< 1.0.65-8), java-gcj-compat-dev (<< 1.0.80-2) Depends: python Conflicts: classpath (<= 0.04-4) Filename: 4.0-0/all/libgcj-common_4.6.3-8.23.201403121927_all.deb Size: 146018 MD5sum: 4509e7d512eb1fe34bfa414df10bf184 SHA1: 2795b3e86aa31791ac57d0ed0e98883030208f73 SHA256: f72b391a8bb77479695a8a954307359c4808123fff46cc0e0c3cfcd3fc4ed8c7 Description: Java runtime library (common files) This package contains files shared by classpath and libgcj libraries. Package: libgcj-doc Priority: optional Section: doc Installed-Size: 429630 Maintainer: Debian GCC Maintainers Architecture: all Source: gcj-4.7 Version: 4.7.2-3.3.201403122141 Provides: classpath-doc Depends: gcj-4.7-base (>= 4.7.2) Filename: 4.0-0/all/libgcj-doc_4.7.2-3.3.201403122141_all.deb Size: 43784210 MD5sum: 9d76a43a236513ee7c04ad6eef049231 SHA1: 95a22b3239e1f11c682d009deb819d7740ec9526 SHA256: de8cfd100290425772368473c1acc1842bd093aaf39175aacb14d13c272caa7a Description: libgcj API documentation and example programs Autogenerated documentation describing the API of the libgcj library. Sources and precompiled example programs from the classpath library. Enhances: libgcj13-dev Homepage: http://gcc.gnu.org/ Package: libgck-1-doc Priority: optional Section: doc Installed-Size: 1094 Maintainer: Josselin Mouette Architecture: all Source: gcr Version: 3.4.1-3.2.201403122351 Replaces: libgck-dev (<< 3.2.2-1) Suggests: devhelp Breaks: libgck-dev (<< 3.2.2-1) Filename: 4.0-0/all/libgck-1-doc_3.4.1-3.2.201403122351_all.deb Size: 166192 MD5sum: f0eb88f74c627215cdc1268214fa9844 SHA1: 583dc5fd50b698b9d99759bb5f4a4d874f8a0833 SHA256: d1069a79378a6e2b0e77e8c6ea6b13a266c327c8adc11f8d7a16af8690eb31fc Description: GLib wrapper library for PKCS#11 - documentation GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the API documentation for the GCK library. Homepage: https://live.gnome.org/GnomeKeyring Package: libgconf2-doc Priority: optional Section: doc Installed-Size: 1221 Maintainer: Josselin Mouette Architecture: all Source: gconf Version: 3.2.5-1+build1.18.201403180626 Conflicts: libgconf2-dev (<< 3.2.3-2) Filename: 4.0-0/all/libgconf2-doc_3.2.5-1+build1.18.201403180626_all.deb Size: 409688 MD5sum: 5f35795c07c60a358314f36f84787676 SHA1: 282c4026f65810d0d7ce36c4bb853b5ff5c9c224 SHA256: 63505fb1d77829c60725b2550fe8d09ec2f6070e20a7290bd92d0f328b8e4130 Description: GNOME configuration database system (API reference) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the API reference for the GConf library. Multi-Arch: foreign Homepage: http://projects.gnome.org/gconf/ Package: libgconf2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 169 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: libgconf2.0-cil (<< 2.24.1-5), libgconf2.24-cil Depends: libgconf2.0-cil (= 2.24.2-3.10.201403240821), mono-runtime (>= 2.10.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0) Filename: 4.0-0/all/libgconf2.0-cil-dev_2.24.2-3.10.201403240821_all.deb Size: 127904 MD5sum: a9d42ee69faa18eb01df60cd833fc97a SHA1: ac0b85391b4c155236ad699cfcb4653326d9ec5a SHA256: 348c14f4db96efbe26486d012536c511054beebb1a40a00bac67e35ef5d72a55 Description: CLI binding for GConf 2.24 This package provides the gconf-sharp and gconf-sharp-peditors assemblies that allow CLI (.NET) programs to use the GConf configuration storage system 2.20. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains development files for the gconf-sharp library, and should be used for compilation Homepage: http://www.mono-project.com/GtkSharp Package: libgconf2.0-cil Priority: optional Section: cli-mono Installed-Size: 195 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: libgconf2.24-cil, libgnome2.0-cil (<< 2.16.0-6) Depends: cli-common (>= 0.5.1), libdbus-glib-1-2 (>= 0.100.2), libgconf-2-4 (>= 2.31.1), gconf-service, libglib2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Suggests: monodoc-gtk2.0-manual Conflicts: libgconf2.24-cil Filename: 4.0-0/all/libgconf2.0-cil_2.24.2-3.10.201403240821_all.deb Size: 132550 MD5sum: 892ff9ce14c5627d48b85db56c25dedb SHA1: 72aa4283e0ff141681b74bcdaa939fcf28411d81 SHA256: fe417d6918a32a702bf5242279014c01453fe3572039da11f0c56b66b5218e71 Description: CLI binding for GConf 2.24 This package provides the gconf-sharp and gconf-sharp-peditors assemblies that allow CLI (.NET) programs to use the GConf configuration storage system 2.20. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains the gconf-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Package: libgconfmm-2.6-doc Priority: optional Section: doc Installed-Size: 1079 Maintainer: Deng Xiyue Architecture: all Source: gconfmm2.6 Version: 2.28.0-1.12.201403122326 Replaces: libgconfmm-2.6-dev (<< 2.20.0-1) Depends: doc-base, lynx | www-browser Suggests: libgtkmm-2.4-doc Conflicts: libgconfmm-2.6-dev (<< 2.20.0-1) Filename: 4.0-0/all/libgconfmm-2.6-doc_2.28.0-1.12.201403122326_all.deb Size: 157800 MD5sum: a701bab449fedc9ae2888c9ea1f05a3f SHA1: 32a22c4d3c7ca7135486a79e22fc1ea1ea138543 SHA256: b4ea9db8f507e8f67e0b69f23f9c7978f4e5fd3054131dd14c18316c88ce3287 Description: C++ wrappers for GConf (documentation) GConf is a system for storing application preferences. gconfmm is the C++ wrapper for GConf. . This package contains development reference documentation and examples. Homepage: http://www.gtkmm.org/ Package: libgcr-3-doc Priority: optional Section: doc Installed-Size: 1177 Maintainer: Josselin Mouette Architecture: all Source: gcr Version: 3.4.1-3.2.201403122351 Replaces: libgcr-3-dev (<< 3.2.2-1) Suggests: devhelp Breaks: libgcr-3-dev (<< 3.2.2-1) Filename: 4.0-0/all/libgcr-3-doc_3.4.1-3.2.201403122351_all.deb Size: 246774 MD5sum: bdae7bfaa7905211f8d68308c8af8826 SHA1: 7eed27e4b1e803bb51ed2e0f4c63a7a94358ecd8 SHA256: 78d12064483911593f99c5ffa4a6c736aaeed8a1733d793fe32d1833a7a4b1ab Description: Library for Crypto UI related task - documentation GCR is a library for crypto UI and related tasks. . This package contains the API documentation for the GCR library. Homepage: https://live.gnome.org/GnomeKeyring Package: libgcrypt11-doc Priority: optional Section: doc Installed-Size: 1170 Maintainer: Debian GnuTLS Maintainers Architecture: all Source: libgcrypt11 Version: 1.5.0-5.17.201403192227 Replaces: libgcrypt-doc, libgcrypt7-doc Depends: dpkg (>= 1.15.4) | install-info Suggests: libgcrypt11-dev Conflicts: libgcrypt-doc, libgcrypt7-doc Filename: 4.0-0/all/libgcrypt11-doc_1.5.0-5.17.201403192227_all.deb Size: 686028 MD5sum: 7051d66083e0a98dfb0a91ad7993e250 SHA1: 58778785b9369669155a2d7d3800358e74dbbf78 SHA256: 00f57690cc811e8c68ecd32706bcc8c4a95b4c84c83d9c3bf7a12ad0c246c86f Description: LGPL Crypto library - documentation libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains developer documentation. Homepage: http://directory.fsf.org/project/libgcrypt/ Package: libgd-barcode-perl Priority: optional Section: perl Installed-Size: 10761 Maintainer: Debian Perl Group Architecture: all Version: 1.15-5.4.201403192237 Depends: perl, libgd-gd2-noxpm-perl | libgd-gd2-perl Filename: 4.0-0/all/libgd-barcode-perl_1.15-5.4.201403192237_all.deb Size: 930388 MD5sum: a9b29d1692bd4ebe55bcda611b1bc951 SHA1: d7266e8d336515c9bcc3c1c429009b830bdb113d SHA256: 890c2f3f1796c633cf76e1fa405e98e9f27abb2f3d36d365d19d6e00c84f811c Description: Perl module to create barcode images (GD::Barcode) GD::Barcode creates barcode images. It supports the following barcode formats: COOP2of5, Code39, EAN13 (JAN13), EAN8 (JAN8), IATA2of5, ITF (Interleaved2of5), Industrial2of5, Matrix2of5, NW7, QRcode, UPC-A and UPC-E. Homepage: http://search.cpan.org/dist/GD-Barcode/ Package: libgd-graph3d-perl Priority: extra Section: perl Installed-Size: 123 Maintainer: Debian Perl Group Architecture: all Version: 0.63-8.4.201403192253 Depends: libgd-graph-perl (>= 1.30), perl Filename: 4.0-0/all/libgd-graph3d-perl_0.63-8.4.201403192253_all.deb Size: 29646 MD5sum: cf8c999c757c9e58718a1ec52d7df3e0 SHA1: ac5f5689b74f09a2e6bb8a22eda6dc37e5273962 SHA256: c4dab0d095cedb43c315c7dc3e26d80c805789808533b779a0eccb14c858ca39 Description: Create 3D Graphs with GD and GD::Graph This is the GD::Graph3d extensions module. It provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm. Homepage: http://search.cpan.org/dist/GD-Graph3d/ Package: libgd-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gd Version: 0.8.0-3.4.201403170925 Depends: ruby-gd Filename: 4.0-0/all/libgd-ruby1.8_0.8.0-3.4.201403170925_all.deb Size: 5946 MD5sum: 0dfbf788fc35b75e270ffdde4c88a491 SHA1: 0f75820c9fc29848a9c9227f5d5a24fe991c3ef2 SHA256: db70e1b758a7b98e555a23dbe1c61d2f56aa113a73987b8c00b16147c69be189 Description: Transitional package for ruby-gd This is a transitional package to ease upgrades to the ruby-gd package. It can safely be removed. Homepage: http://tam.0xfa.com/ruby-gd Package: libgd-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gd Version: 0.8.0-3.4.201403170925 Depends: ruby-gd Filename: 4.0-0/all/libgd-ruby_0.8.0-3.4.201403170925_all.deb Size: 5940 MD5sum: 65b7cac78a9c6bc8b6302d87ec781000 SHA1: fbb5039ba0c58ef26ed60310052a176b24cd6467 SHA256: 69a806f51efbd88ef9476fa07d079ad2f3baaa24dabd0b96c6f481da243cf400 Description: Transitional package for ruby-gd This is a transitional package to ease upgrades to the ruby-gd package. It can safely be removed. Homepage: http://tam.0xfa.com/ruby-gd Package: libgd-securityimage-perl Priority: optional Section: perl Installed-Size: 150 Maintainer: Debian Perl Group Architecture: all Version: 1.71-1.4.201403192256 Depends: perl, libgd-gd2-perl Filename: 4.0-0/all/libgd-securityimage-perl_1.71-1.4.201403192256_all.deb Size: 56194 MD5sum: a391df66485c600e28b468d7e3a12a8b SHA1: 2458778c57a29db1e93ecdec5a924e146473a81b SHA256: ee38437b74e399965545eb843a123b668c92893acf08bf9429df0dcf4b7b6a45 Description: security image (captcha) generator The (so called) "Security Images" are so popular. Most internet software use these in their registration screens to block robot programs (which may register tons of fake member accounts). Security images are basicaly, graphical CAPTCHAs (Completely Automated Public Turing Test to Tell Computers and Humans Apart). This module gives you a basic interface to create such an image. The final output is the actual graphic data, the mime type of the graphic and the created random string. The module also has some "styles" that are used to create the background (or foreground) of the image. . If you are an Authen::Captcha user, see GD::SecurityImage::AC for migration from Authen::Captcha to GD::SecurityImage. . GD::SecurityImage is just an image generator. Not a captcha handler. The validation of the generated graphic is left to your programming taste. Homepage: http://search.cpan.org/dist/GD-SecurityImage/ Package: libgd-svg-perl Priority: optional Section: perl Installed-Size: 187 Maintainer: Debian Perl Group Architecture: all Version: 0.33-1.4.201403192302 Depends: perl, libgd-gd2-perl, libsvg-perl Filename: 4.0-0/all/libgd-svg-perl_0.33-1.4.201403192302_all.deb Size: 64432 MD5sum: 79a57af12c0336c696809374c29128bf SHA1: fa83fe57b9e9d8623c776db2093e56c52453bc71 SHA256: ee6a407babf0dab94b52630698d2f6d652faea0d109c2b9ca5b1c5de3bf77051 Description: Seamlessly enable SVG output from scripts written using GD GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SVG" (and initial "new" method calls). Homepage: http://search.cpan.org/dist/GD-SVG/ Package: libgda-5.0-common Priority: optional Section: database Installed-Size: 6104 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgda5 Version: 5.0.3-2.2.201403192316 Depends: python (>= 2.6.6-7~), libjs-jquery Recommends: libgda-5.0-4 Filename: 4.0-0/all/libgda-5.0-common_5.0.3-2.2.201403192316_all.deb Size: 698964 MD5sum: cc5300f2972e0e516776c2c18e5a9a8f SHA1: 7094d1c298f7db677876446661bff4d6dabc7720 SHA256: c58fc6f0716f70f97619c29c8ec5f07967f51f9ecd366b7395ea09915bd260ee Description: data abstraction library based on GLib -- common files libgda is a (relatively small) database abstraction/access library integrated on the GLib object model. It can be used as a metadata extractor, to get information about all database objects in a common way, and as an ODBC-like wrapper to access data in different engines through an easier API. . This package contains common files for libgda. Homepage: http://www.gnome-db.org/ Package: libgda-5.0-doc Priority: optional Section: doc Installed-Size: 7936 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgda5 Version: 5.0.3-2.2.201403192316 Suggests: devhelp Filename: 4.0-0/all/libgda-5.0-doc_5.0.3-2.2.201403192316_all.deb Size: 2936302 MD5sum: b013f0f078c2838818d2051ac5f07cf6 SHA1: 14f19b3c333cd3e50aaf8aaa576ffcd80b5971ce SHA256: 8589e3d264b02e10ec6b96fec18d00467bbd99ea4a13a8f25345c25767b4294b Description: data abstraction library based on GLib -- documentation files libgda is a (relatively small) database abstraction/access library integrated on the GLib object model. It can be used as a metadata extractor, to get information about all database objects in a common way, and as an ODBC-like wrapper to access data in different engines through an easier API. . This package contains document files about libgda API. Homepage: http://www.gnome-db.org/ Package: libgdal-doc Priority: extra Section: doc Installed-Size: 17038 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 1.9.0-3.1.6.201403130018 Suggests: libgdal1 Filename: 4.0-0/all/libgdal-doc_1.9.0-3.1.6.201403130018_all.deb Size: 2868774 MD5sum: 9012f06788cbfb2eda086f64e5d4b86e SHA1: df00fa7b244bdb5ca555ccf9d936ca2cfb5eb800 SHA256: 71aa157f1e2b9d49108c8cdffb86c92382478197b514ba5c030050f61512dbf7 Description: Documentation for the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains documentation for GDAL/OGR API. Homepage: http://www.gdal.org/#index_userdocs Package: libgdal1-dev Priority: extra Section: libdevel Installed-Size: 131 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 1.9.0-3.1.6.201403130018 Depends: libgdal-dev Filename: 4.0-0/all/libgdal1-dev_1.9.0-3.1.6.201403130018_all.deb Size: 103778 MD5sum: b4293f18892566183b5afb715d914473 SHA1: 6de1bf3579dd6260fe0380a704eb04c4af27c2b7 SHA256: 2f6b320b61d4c126145899ef91990dccec46146f56abff58e302855bffe87583 Description: Geospatial Data Abstraction Library - Development files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This is a transitional dummy package that depends on libgdal-dev and is used to allow versioned build dependencies to work in any build environment. Homepage: http://www.gdal.org/ Package: libgdata-cil-dev Priority: optional Section: cli-mono Installed-Size: 74 Maintainer: Debian CLI Libraries Team Architecture: all Source: gdata-sharp Version: 2.1.0.0-1.7.201403130056 Depends: libgdata2.1-cil (= 2.1.0.0-1.7.201403130056) Filename: 4.0-0/all/libgdata-cil-dev_2.1.0.0-1.7.201403130056_all.deb Size: 41180 MD5sum: 1e5bd1ad55681b2f90a20e73fcf28d50 SHA1: 9451f3475426693728c370a7fd787cf2ed43a847 SHA256: 6e03901edb738663b19acf81cb588bd483b9d733b3a35dc5ae39a5e67254cf1a Description: Google GData CLI client library GData (Google data) is a set of Application Programming Interfaces (APIs) for the Common Language Infrastructure (CLI) which provide a simple protocol for reading and writing data on the web. . Each of the following Google services provides a Google data API: * Base * Blogger * Calendar * Contacts * Document List * Google Apps Provisioning * Notebook * Picasa Web Albums * Spreadsheets * YouTube . The GData CLI Client Library provides a library and source code that make it easy to access data through Google Data APIs. . This package contains development files for the GData library, and should be used for compilation Homepage: http://code.google.com/p/google-gdata/ Package: libgdata-common Priority: optional Section: libs Installed-Size: 1143 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgdata Version: 0.12.0-1.10.201403192339 Filename: 4.0-0/all/libgdata-common_0.12.0-1.10.201403192339_all.deb Size: 237118 MD5sum: fb7c5a602eab9ba075787f51f1d9cc60 SHA1: 9fb58121401424d57825ccbbec43e5f092024d29 SHA256: 0827b66b2d04af67162d2abe969bf5a0451f4b19849a8d4a8eb66c2c8c1de152 Description: Library for accessing GData webservices - common data files libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the common data files for libgdata. Homepage: http://live.gnome.org/libgdata Package: libgdata-doc Priority: optional Section: doc Installed-Size: 5472 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgdata Version: 0.12.0-1.10.201403192339 Recommends: libgdata-dev Suggests: devhelp Filename: 4.0-0/all/libgdata-doc_0.12.0-1.10.201403192339_all.deb Size: 448284 MD5sum: d1668c70114e5ffcd590ad22cc4ff62a SHA1: b08517ecc40d6e3e218c9f47e9a1c322bea86d0a SHA256: 75b2fd529fe897a48232aa3f4ef956f942e8d94792e2e998a819af7132593eb8 Description: Library for accessing GData webservices - documentation libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the HTML documentation for the libgdata library Homepage: http://live.gnome.org/libgdata Package: libgdata2.1-cil Priority: optional Section: cli-mono Installed-Size: 754 Maintainer: Debian CLI Libraries Team Architecture: all Source: gdata-sharp Version: 2.1.0.0-1.7.201403130056 Depends: cli-common (>= 0.5.1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-xml4.0-cil (>= 1.0), libmono-system4.0-cil (>= 2.10.7), libnewtonsoft-json4.5-cil (>= 4.5r6) Filename: 4.0-0/all/libgdata2.1-cil_2.1.0.0-1.7.201403130056_all.deb Size: 278102 MD5sum: c8f7e9246e4b49f23e40a4a54820fc71 SHA1: d8f9a3e0180887219ec871758c44bd2531d880df SHA256: 00d089dff609abfa878599b40148e5dc2cc8319aa9b3a9cd9946a9a31696ad95 Description: Google GData CLI client library GData (Google data) is a set of Application Programming Interfaces (APIs) for the Common Language Infrastructure (CLI) which provide a simple protocol for reading and writing data on the web. . Each of the following Google services provides a Google data API: * Base * Blogger * Calendar * Contacts * Document List * Google Apps Provisioning * Notebook * Picasa Web Albums * Spreadsheets * YouTube . The GData CLI Client Library provides a library and source code that make it easy to access data through Google Data APIs. . This package contains the GData assemblies Homepage: http://code.google.com/p/google-gdata/ Package: libgdict-common Priority: optional Section: libs Installed-Size: 2142 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-dictionary Version: 3.4.0-2.2.201403142206 Replaces: gnome-utils-common (<< 3.3) Breaks: gnome-utils-common (<< 3.3) Filename: 4.0-0/all/libgdict-common_3.4.0-2.2.201403142206_all.deb Size: 205874 MD5sum: 9aa8c1c489b627167247307eff781926 SHA1: 3476bbab41bfc5182c39a9f61cb8f6680e95cfe8 SHA256: 10659acb4e3c6d541331e94c57d5122e25bb21f607a40175cb66297a436e51b3 Description: GNOME Dictionary base library - common files This package contains the translation files and dictionary source definitions used by the GNOME dictionary utility, and other applications providing similar functionality. Homepage: http://live.gnome.org/GnomeUtils Package: libgdk-pixbuf2-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gdk-pixbuf2-dbg Filename: 4.0-0/all/libgdk-pixbuf2-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10234 MD5sum: 3fbe2367dfbeea46cf52d5447ab5cbae SHA1: 5447a1cb21a36299e28d02e582e1e80bf799d42f SHA256: e908a76adf15a05cedee049f6de4c5f84eeaaa22ce16b0fe9046fdaf4749694f Description: Transitional package for ruby-gdk-pixbuf2-dbg This is a transitional package to ease upgrades to the ruby-gdk-pixbuf2-dbg package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgdk-pixbuf2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gdk-pixbuf2 Filename: 4.0-0/all/libgdk-pixbuf2-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10226 MD5sum: 11cf3a19bb30dc51da25769a64a9452b SHA1: 6de44cf9ef1a24b000cfe6e138172cac807bf012 SHA256: 270238a19281b650c01730adf99a9aa8b1947474306246aa11256bb380460d5b Description: Transitional package for ruby-gdk-pixbuf2 This is a transitional package to ease upgrades to the ruby-gdk-pixbuf2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgdk-pixbuf2-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gdk-pixbuf2 Filename: 4.0-0/all/libgdk-pixbuf2-ruby_1.1.3-2.9.201403171008_all.deb Size: 10222 MD5sum: dd2fb1929ca59979fd82a2e97ea38e74 SHA1: 5c4bcec88acc7de52e3b650dc2d61600eec269d4 SHA256: 89cc02fb19a7b560c0a1848b9da4dd1afaaba21e4da75212db4fe0c1153e609e Description: Transitional package for ruby-gdk-pixbuf2 This is a transitional package to ease upgrades to the ruby-gdk-pixbuf2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgdk-pixbuf2.0-doc Priority: optional Section: doc Installed-Size: 732 Maintainer: Debian GNOME Maintainers Architecture: all Source: gdk-pixbuf Version: 2.26.1-1.20.201403131039 Replaces: libgtk2.0-doc (<< 2.21.3) Breaks: libgtk2.0-doc (<< 2.21.3) Filename: 4.0-0/all/libgdk-pixbuf2.0-doc_2.26.1-1.20.201403131039_all.deb Size: 162792 MD5sum: 49799e7ccb526037c2ab1bb7174f8d45 SHA1: 4062a74e9671cfd3e58ba7f48a90792882cb393d SHA256: 6d673b187b6499715a97af162cbe43dc61b6354ea1a1c1803e5068967631eb3f Description: GDK Pixbuf library (documentation) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the HTML documentation for the GDK Pixbuf library in /usr/share/doc/libgtk2.0-doc/ . Homepage: http://www.gtk.org/ Package: libgdl-3-common Priority: optional Section: gnome Installed-Size: 1305 Maintainer: Debian GNOME Maintainers Architecture: all Source: gdl Version: 3.4.2-1.12.201403181420 Filename: 4.0-0/all/libgdl-3-common_3.4.2-1.12.201403181420_all.deb Size: 144760 MD5sum: 70fd35d859053dc84d8f5e491aa49ea4 SHA1: dd9a400e1448d0da23dd436b94fc07f02536883c SHA256: 1275c06a0dd0b6980620c40f0374c6533a275f746b077281936d0d327ba4706b Description: GNOME DevTool libraries - common files Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the common files. Multi-Arch: foreign Package: libgdl-3-doc Priority: optional Section: doc Installed-Size: 319 Maintainer: Debian GNOME Maintainers Architecture: all Source: gdl Version: 3.4.2-1.12.201403181420 Replaces: libgdl-3-common (<< 3.3.91-1) Suggests: devhelp Breaks: libgdl-3-common (<< 3.3.91-1) Filename: 4.0-0/all/libgdl-3-doc_3.4.2-1.12.201403181420_all.deb Size: 51344 MD5sum: b3b56e6e62c3657cde1cf22480bdfa53 SHA1: 337a539772742c44ee1a6684f992193486ff1f8c SHA256: 1d90c7bb931cf0adba5bc6b8ef062532eb0179c80f452fa48e9bedafa41e4fb3 Description: GNOME DevTool libraries - documentation Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the API documentation. Multi-Arch: foreign Package: libgearman-client-perl Priority: optional Section: perl Installed-Size: 119 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1.4.201403200012 Depends: perl, libstring-crc32-perl Breaks: gearman-server (<< 1.11) Filename: 4.0-0/all/libgearman-client-perl_1.11-1.4.201403200012_all.deb Size: 33602 MD5sum: 0a1bdaa49149ce7b33b491a87bf1ff93 SHA1: dfebdbdbd1b612ce57c56fb49a58d588c02a300c SHA256: aa3263693fa5ed3cf72e8384502131c8e9067f43a1242007595be3d14f2eb79c Description: client for the Gearman distributed job system Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. . This package contains a client class for the Gearman distributed job system, providing a framework for sending jobs to one or more Gearman servers. For more information, see . Homepage: http://search.cpan.org/dist/Gearman/ Package: libgearman-doc Priority: extra Section: doc Installed-Size: 1980 Maintainer: Stig Sandbeck Mathisen Architecture: all Source: gearmand Version: 0.33-2.4.201403130459 Filename: 4.0-0/all/libgearman-doc_0.33-2.4.201403130459_all.deb Size: 1922186 MD5sum: aaa4268fdec8e374004e69a599c7ea7c SHA1: 70198220fe8898da3a75ab2683505c6f73cade38 SHA256: 4512e590f98777cc5f6127ed50250d228aa38e2ccae7c03f933ce252a60622fb Description: API Documentation for the Gearman Library Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. . This package contains the API docs for the libgearman library. Homepage: http://launchpad.net/gearmand Package: libgecode-doc Priority: optional Section: doc Installed-Size: 116156 Maintainer: Kari Pahula Architecture: all Source: gecode Version: 3.7.3-1.5.201403130517 Suggests: libgecode-dev Filename: 4.0-0/all/libgecode-doc_3.7.3-1.5.201403130517_all.deb Size: 13398102 MD5sum: a3a36d6010228d78698e64581c6f23b3 SHA1: 69f9221d906532623f24c71a3a75449e12248139 SHA256: e6d5fd4cabee88c62ea6cb7c7b18584dd0ca45893e077f0fe7ffc685d154ba58 Description: generic constraint development environment Gecode is an attempt to construct an open, free, portable, accessible, and efficient environment for developing constraint-based systems and applications. . Gecode is radically open for programming: it can be easily interfaced to other systems. It supports the programming of new propagators (as implementation of constraints), branching strategies, and search engines. New variable domains can be programmed at the same level of efficiency as finite domain and integer set variables that come predefined with Gecode. . This package has the API documentation and examples. Homepage: http://www.gecode.org/ Package: libgeda-common Priority: optional Section: electronics Installed-Size: 568 Maintainer: Debian Electronics Team Architecture: all Source: geda-gaf Version: 1:1.6.2-4.3.7.201403130543 Replaces: geda-symbols (<< 1:1.2.0) Conflicts: libgeda20, libgeda29, libgeda33 Breaks: geda-symbols (<< 1:1.2.0) Filename: 4.0-0/all/libgeda-common_1.6.2-4.3.7.201403130543_all.deb Size: 157386 MD5sum: 7a136ed32a4bad4c6c89b3064eb7805d SHA1: cafe72ff40cb3f45a677b066cc85e80fbff8780e SHA256: c5b7f3fab69543e3670245ba77a69f60d940f9e765a8f9ba1cf6bdd08a02e77a Description: GPL EDA -- Electronics design software (data files) The gEDA project has produced and continues working on a full GPL'd suite and toolkit of Electronic Design Automation tools. These tools are used for electrical circuit design, schematic capture, simulation, prototyping, and production. Currently, the gEDA project offers a mature suite of free software applications for electronics design, including schematic capture, attribute management, bill of materials (BOM) generation, netlisting into over 20 netlist formats, analog and digital simulation, and printed circuit board (PCB) layout. . This package contains the shared scripts and data-files required by the libgeda library. It also contains MIME-type registrations and icons for the file formats supported by the gEDA suite. Multi-Arch: foreign Homepage: http://geda.seul.org/ Package: libgedcom-perl Priority: optional Section: perl Installed-Size: 317 Maintainer: Debian Perl Group Architecture: all Version: 1.16-1.2.201403200015 Depends: perl, libdate-manip-perl, libroman-perl Suggests: libparse-recdescent-perl Filename: 4.0-0/all/libgedcom-perl_1.16-1.2.201403200015_all.deb Size: 115196 MD5sum: 9dac26c7a66a648f484dc25b4e6845e4 SHA1: 846161a31de9b163842b86e6c7e57963e124c11a SHA256: bdd3810b099a3c21bf2cfe99287f349d5b5bb4614f58b579dab74e71d73c5c34 Description: interface to genealogy GEDCOM files The Gedcom modules provide an interface to read, verify and manipulate Gedcom files. The Gedcom format is the standard format for storing genealogical data such a family trees, a person's birth, marriage, children and death and background research. Homepage: http://search.cpan.org/dist/Gedcom/ Package: libgegl-doc Priority: optional Section: doc Installed-Size: 2477 Maintainer: Matteo F. Vescovi Architecture: all Source: gegl Version: 0.2.0-2+nmu1.10.201403130643 Replaces: libgegl-0.0-doc Breaks: libgegl-0.0-doc Filename: 4.0-0/all/libgegl-doc_0.2.0-2+nmu1.10.201403130643_all.deb Size: 1470212 MD5sum: df2650d834bb987d831ea4c60446e0c7 SHA1: a828df0c876d56ff5ab6d13667238698471e15ca SHA256: 40553cc62a5d5fa9904d605961860de55939c9a3d7ea0e40e9f5114418755a3b Description: Generic Graphics Library (documentation) GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGLs original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains the documentation. Multi-Arch: foreign Homepage: http://gegl.org/ Package: libgentlyweb-utils-java-doc Priority: optional Section: doc Installed-Size: 1007 Maintainer: Debian Java Maintainers Architecture: all Source: gentlyweb-utils Version: 1.5-1.2.201403130905 Recommends: default-jdk-doc Suggests: libgentlyweb-utils-java Filename: 4.0-0/all/libgentlyweb-utils-java-doc_1.5-1.2.201403130905_all.deb Size: 82006 MD5sum: 75a976ae16b8f5daa126f87028199390 SHA1: 970612372daac4e409dc127928c2f78528eac499 SHA256: 583f0bf55a9ae2bf91fa52868d790c49e1dfbbbe66611043131d40e63f2bc3c8 Description: Documentation - java utility library used by josql Simple java utility library used mainly by JoSQL (libjosql-java) for I/O. . This package contains the API documentation of libgentlyweb-utils-java. Homepage: http://josql.sourceforge.net/ Package: libgentlyweb-utils-java Priority: optional Section: java Installed-Size: 116 Maintainer: Debian Java Maintainers Architecture: all Source: gentlyweb-utils Version: 1.5-1.2.201403130905 Suggests: libgentlyweb-utils-java-doc Filename: 4.0-0/all/libgentlyweb-utils-java_1.5-1.2.201403130905_all.deb Size: 55744 MD5sum: 0b05516838f46d1ed688fe38a6f3c6fb SHA1: d0cf3b3022ef43a155dd7be08b4a09dd5ea37c73 SHA256: 62c91d48169c6b4b7fa23b52baa6c6fb130a868e4e6741f84521db7cb03567bd Description: java utility library used by josql Simple java utility library used mainly by JoSQL (libjosql-java) for I/O. Homepage: http://josql.sourceforge.net/ Package: libgeo-coder-googlev3-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.2.201403200039 Depends: perl, libjson-xs-perl, liburi-perl, libwww-perl Filename: 4.0-0/all/libgeo-coder-googlev3-perl_0.11-1.2.201403200039_all.deb Size: 9770 MD5sum: 83685a5c4b66d29a8697169294726d98 SHA1: 5ba2d3bb6029e1e30403afda1feb9a83709a603b SHA256: ba350ff33a3726dc4d9909da01a2467c05c932f039f65de6b26ef461050cd45a Description: Perl module providing access to Google Maps v3 Geocoding API Geo::Coder::GoogleV3 is a Perl module that provides access to Google's Google Map API v3. Note that v3 does not require an apikey and the data structure returned is different than previous versions of the API. . Check http://code.google.com/intl/en/apis/maps/documentation/geocoding/ for more information about Google's Geocoding API and especially usage limits. Homepage: http://search.cpan.org/dist/Geo-Coder-Googlev3/ Package: libgeo-coordinates-itm-perl Priority: optional Section: perl Installed-Size: 56 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.2.201403200044 Depends: perl, libtest-number-delta-perl Filename: 4.0-0/all/libgeo-coordinates-itm-perl_0.02-1.2.201403200044_all.deb Size: 7026 MD5sum: 119adc9d69675a2a55901250629a04dc SHA1: 3523764ec7cba79ff717905ee0dc95a721b51f8e SHA256: dc0cc4aaa356d58671d401272238bfac7aaf23df7398c2f5fe4b10f91f201d56 Description: conversion module between lat/lon and Irish Transverse Mercator Geo::Coordinates::ITM converts back and forth between Irish Transverse Mercator grid and WGS84. . Nothing is exported by default. The exportable functions are ll_to_grid and grid_to_ll. Homepage: http://search.cpan.org/dist/Geo-Coordinates-ITM/ Package: libgeo-coordinates-utm-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Dominic Hargreaves Architecture: all Version: 0.09-1.4.201403200047 Depends: perl, perl-modules Filename: 4.0-0/all/libgeo-coordinates-utm-perl_0.09-1.4.201403200047_all.deb Size: 21718 MD5sum: c511f760887aa841664647b845049105 SHA1: 3ab3aa3f7182c65a399714691264150c1a140089 SHA256: 68a25c500b7af26ff7ac6a4449482378796d9c6bae1bc7ee0d58d301d306f5ed Description: Perl extension for Latitiude Longitude conversions This module will translate latitude longitude coordinates to Universal Transverse Mercator(UTM) coordinates and vice versa. Homepage: http://search.cpan.org/dist/Geo-Coordinates-UTM/ Package: libgeo-distance-perl Priority: optional Section: perl Installed-Size: 73 Maintainer: Debian Perl Group Architecture: all Version: 0.19-1.2.201403200049 Depends: perl, libmath-complex-perl Recommends: libgeo-distance-xs-perl Filename: 4.0-0/all/libgeo-distance-perl_0.19-1.2.201403200049_all.deb Size: 21920 MD5sum: e902760d719ddc2f33f54dfbab6d115e SHA1: 169691e64855163c6a5e06c546df11bde82eaa9b SHA256: 9fb461d3fad823ade4de46ed89600ad7c00b9481cb76bdf47a63e8d0f29c4220 Description: calculate distances and closest locations Geo::Distance is a Perl library aiming to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations. . NB! The alternative GIS::Distance module is being worked on as a replacement for this module. In the near future Geo::Distance will become a lightweight wrapper around GIS::Distance so that legacy code benefits from fixes to GIS::Distance through the old Geo::Distance API. For any new development it is recommended to try use GIS::Distance. Homepage: http://search.cpan.org/dist/Geo-Distance/ Package: libgeo-google-mapobject-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 0.06-1.2.201403200054 Depends: perl, libhtml-parser-perl Recommends: libhtml-template-pluggable-perl Filename: 4.0-0/all/libgeo-google-mapobject-perl_0.06-1.2.201403200054_all.deb Size: 27078 MD5sum: 36ae33d4c0ab59efaee3a162773c066c SHA1: 0664d25c473b2ba93ea022ceabb4a23772693920 SHA256: fe28907ffc578e34560714f0468a30a5f76707089e52229e91e476d635df26ed Description: module managing the server side of the Google Maps API Geo::Google::MapObject is intended to provide a server side solution to working with the Google Maps API. In particular an object of this class encapsulates a "map" object that provides support for the static maps API, the javascript maps API, AJAX calls and non-javascript fallback data; but without making many assumptions about the surrounding framework. It is assumed that a template framework with support for a "dot" notation is being used, for example HTML::Template::Pluggable. An important commitment of the module is support for graceful and consistent fallback to a functional non-javascript web page. . The javascript and static Google map APIs do not behave in quite the same way when zoom and center are not specified. Specifically it works quite well with the static maps (http://code.google.com/apis/maps/documentation/staticmaps/#ImplicitPositioning) but not so well with the javascript API. To compensate for this the module gives a choice between: specifying the center and zoom levels; allowing the APIs and client side code to do whatever they think best; using a built in algorithm to calculate a sensible zoom and center; and finally supplying ones own algorithm to calculate a sensible zoom and center. Homepage: http://search.cpan.org/dist/Geo-Google-MapObject/ Package: libgeo-googleearth-pluggable-perl Priority: optional Section: perl Installed-Size: 174 Maintainer: Debian Perl Group Architecture: all Version: 0.14-1.2.201403200100 Depends: perl, libarchive-zip-perl, libio-stringy-perl, libmethod-autoload-perl, libpackage-new-perl, libxml-libxml-lazybuilder-perl Filename: 4.0-0/all/libgeo-googleearth-pluggable-perl_0.14-1.2.201403200100_all.deb Size: 66282 MD5sum: da0370e0f5a689a2c0a3950ddbeee338 SHA1: 29c658e1349ba1d33c9b8706960fc4530b48dede SHA256: e130350b283cd52abf62990681bea9ea4860f9e6c383402134aca0dc819fee66 Description: module to generate GoogleEarth Documents Geo::GoogleEarth::Pluggable is a Perl object oriented interface that allows for the creation of XML documents that can be used with Google Earth. . Supported output formats include KML and KMZ, optionally including HTTP headers appropriate for a web application. However, if you need to read KML files, please see the Geo::KML package's from method. Homepage: http://search.cpan.org/dist/Geo-GoogleEarth-Pluggable/ Package: libgeo-helmerttransform-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Dominic Hargreaves Architecture: all Version: 1.14-1.4.201403200103 Depends: perl Filename: 4.0-0/all/libgeo-helmerttransform-perl_1.14-1.4.201403200103_all.deb Size: 9506 MD5sum: 5880312ea9a11a82770b15789d4b13e1 SHA1: 702f1f8ee76dbf6d4dcc50a6794d6508ff3523bb SHA256: b6fe16f57db26a789c66a8f7af798bb3324a9dcdab6f84e090f2abfe06acd45b Description: Transformations between coordinates in different datums It is usual to describe geographical points in terms of their polar coordinates (latitude, longitude and altitude) referenced to a "datum ellipsoid", which is used to approximate the Earth's geoid. The latitude, longitude and altitude of a given physical point vary depending on which datum ellipsoid is in use. Unfortunately, a number of ellipsoids are in everyday use, and so it is often necessary to transform geographical coordinates between different datum ellipsoids. . Two different datum ellipsoids may differ in the locations of their centers, or in their shape; and there may be an angle between their equatorial planes or the meridians relative to which longitude is measured. The Helmert Transform, which this module implements, is a linear transformation of coordinates between pairs of datum ellipsoids in the limit of small angles of deviation between them. Homepage: http://search.cpan.org/dist/Geo-HelmertTransform/ Package: libgeo-ipfree-perl Priority: optional Section: perl Installed-Size: 893 Maintainer: Debian Perl Group Architecture: all Version: 1.121660-1.4.201403200111 Depends: perl Filename: 4.0-0/all/libgeo-ipfree-perl_1.121660-1.4.201403200111_all.deb Size: 501778 MD5sum: f6abbbce30b392c7404bea2fc361a7e5 SHA1: 8bdd9cef085bf888bf23a19430262001fb67149b SHA256: 90daf2fd961a9dfcb12dd89cb71966d864cb8918e84fb4019f72ed4cb2cbe40f Description: module to look up the country of an IPv4 address Geo::IPfree is a Perl module that determines the originating country of an arbitrary IPv4 address. It uses a local file-based database to provide basic geolocation services. Homepage: http://search.cpan.org/dist/Geo-IPfree/ Package: libgeo-metar-perl Priority: optional Section: perl Installed-Size: 105 Maintainer: Debian Perl Group Architecture: all Version: 1.15-1.4.201403200115 Depends: perl Filename: 4.0-0/all/libgeo-metar-perl_1.15-1.4.201403200115_all.deb Size: 26454 MD5sum: d94833af5d42ab58463b44dfc074ad76 SHA1: 427caf706e7cf036562f220d67a0e2f478ce8e8e SHA256: 9ee42c56bfa5c6752f22e5a68c56162b186485c95ea4e2e6492042ee5b8508a6 Description: accessing Aviation Weather Information with Perl Geo::METAR is a Perl module to access and parse aviation weather information with Perl. . Note: This version differs slightly from the version in CPAN. See the file README.Debian for specific changes Homepage: http://search.cpan.org/dist/Geo-METAR/ Package: libgeo-osm-tiles-perl Priority: optional Section: perl Installed-Size: 77 Maintainer: Debian Perl Group Architecture: all Version: 0.04-2.2.201403200117 Depends: perl, libwww-perl, libyaml-perl Filename: 4.0-0/all/libgeo-osm-tiles-perl_0.04-2.2.201403200117_all.deb Size: 16692 MD5sum: 7fb64cf3bc52f022e6dc53db2ffe195f SHA1: d244f580861ed8b5989c1ca52f684f5ac414642a SHA256: e89c84c6c66c0c12013ebcd50af28a6edaebcad38ff132117089c10e53d1469c Description: module for calculating tile numbers for OpenStreetMap Geo::OSM::Tiles provides functions for calculating the path to a map tile at OpenStreetMap out of geographic coordinates. The path of a tile at OSM has the form $zoom/$tilex/$tiley.png. The numbering scheme is documented in the OSM wiki at http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames . . The package also contains the downloadosmtiles script that allows one to conveniently download OSM map tiles from a given OSM permalink URL. Homepage: http://search.cpan.org/dist/Geo-OSM-Tiles/ Package: libgeo-point-perl Priority: optional Section: perl Installed-Size: 143 Maintainer: Debian Perl Group Architecture: all Version: 0.93-1.2.201403200121 Depends: perl, libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl, libmath-complex-perl Filename: 4.0-0/all/libgeo-point-perl_0.93-1.2.201403200121_all.deb Size: 52642 MD5sum: 501027c8b78c2fa7403e641e23a49ea6 SHA1: d1ce52bfc6f0a648741bd58480f335e38e8a591e SHA256: 6856744347cfcd7c76614f4df1fbcca736f2cb356021cb86541ef5f3b35629a0 Description: module to simplify handling geographic points One location on the globe, in any coordinate system. Geo::Point tries to hide the maths and the coordinate system in which the point is represented. . One of the most confusing things when handling geometrical data, is that sometimes latlong, sometimes xy are used: horizontal and vertical organization reversed. This package tries to hide this from your program by providing abstract accessors latlong(), longlat(), xy(), and yx(). . This package provides the following modules: * Geo::Line - a sequence of connected points * Geo::Point - a point on the globe * Geo::Proj - simplified wrapper for Geo::Proj4 * Geo::Shape - base class for 2-dimensional points on the earth surface * Geo::Space - A collection of various items * Geo::Surface - A surface description Homepage: http://search.cpan.org/dist/Geo-point/ Package: libgeo-postcode-perl Priority: optional Section: perl Installed-Size: 86 Maintainer: Dominic Hargreaves Architecture: all Version: 0.17+dfsg1-1.4.201403200126 Depends: perl, libdbi-perl Filename: 4.0-0/all/libgeo-postcode-perl_0.17+dfsg1-1.4.201403200126_all.deb Size: 25120 MD5sum: d5676d39ffe76f413a87cd05a848ea10 SHA1: c15783b318382ec4d82a71270a90e62986e34f3b SHA256: 7c640ccd84af569d4413ab7285e1edb0a403de03799d364a46ccb44dd8dc68aa Description: UK Postcode validation and location Geo::Postcode will accept full or partial UK postcodes, validate them against the official spec, separate them into their significant parts, translate them into map references or co-ordinates and calculate distances between them. . The last two features require a postcode database to be supplied separately. . It does not check whether the supplied postcode exists: only whether it is well-formed according to British Standard 7666, which you can find here: . http://www.govtalk.gov.uk/gdsc/html/frames/PostCode.htm . Geo::Postcode will also work with partial codes, ie areas, districts and sectors. They won't validate, but you can test them for legitimacy with a call to valid_fragment, and you can still turn them into grid references. . To work with US zipcodes, you need Geo::Postalcode instead. Homepage: http://search.cpan.org/dist/Geo-Postcode/ Package: libgeocode-glib-doc Priority: optional Section: doc Installed-Size: 120 Maintainer: Debian GNOME Maintainers Architecture: all Source: geocode-glib Version: 0.99.0-1.2.201403130939 Filename: 4.0-0/all/libgeocode-glib-doc_0.99.0-1.2.201403130939_all.deb Size: 18350 MD5sum: 7e68222a7d8492bd245fe095bc804a2d SHA1: 753af24dedd2808621535115c5f1cd7ea2d3c9df SHA256: 77823b67be4285a650364717798d7d3f12eb3cfd66f416ba112bbde9341640e3 Description: gtk-doc documentation for geocode-glib library Geocode-glib allows you to do geocoding (going from a place name, to a longitude/latitude pair) and reverse geocoding (finding a place name from coordinates) using Yahoo! Place Finder API. . This library should be used in place of Geoclue's D-Bus API for geocoding and reverse geocoding. . This package contains the documentation for geocode-glib. Package: libgeography-countries-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: TANIGUCHI Takaki Architecture: all Version: 2009041301-1.2.201403200134 Depends: perl Filename: 4.0-0/all/libgeography-countries-perl_2009041301-1.2.201403200134_all.deb Size: 18890 MD5sum: e1c2aa705861c079f819706beb34ee0f SHA1: 6cd6e45036a0c63b71e2f5955333c0338d54f36d SHA256: de4d38da66c3eb93da808529d281fccedc7e7e6e85a251f5f55b7080b3ad9ede Description: 2-letter, 3-letter, and numerical codes for countries. Geography::Countries maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency [1], and defined by the UNSD. Homepage: http://search.cpan.org/dist/Geography-Countries/ Package: libgeography-nationalgrid-perl Priority: optional Section: perl Installed-Size: 115 Maintainer: Dominic Hargreaves Architecture: all Version: 1.6-10.4.201403200140 Depends: perl Filename: 4.0-0/all/libgeography-nationalgrid-perl_1.6-10.4.201403200140_all.deb Size: 32490 MD5sum: cc65703a28e2fb94700047d18b7796ce SHA1: a2fdfdf7588b624b5b4a4d72b31033b32c770589 SHA256: 9bd3385b6f61e516132f78e2f5a09bb828af1139fbb90218470864c75a1ef8fe Description: Class for a point and to transform coordinate systems You ask for an object for the correct country, described using the ISO 2-letter country code. You will need to supply information to the constructor. You may then call methods on that object to do whatever operations you need. Conceptually each object represents a point on the ground, although you some grid systems may take that point to be a corner of a defined area. E.g. a 6-figure OS National Grid reference may be thought of as the point at the south-west of a 100m by 100m square. . This package also includes the extra module Geography::NationalGrid::TW. Homepage: http://search.cpan.org/dist/Geography-NationalGrid/ Package: libgeometry-primitive-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 0.22-1.4.201403200145 Depends: perl (>= 5.10.1), libmoosex-storage-perl, libmoosex-clone-perl, libcheck-isa-perl, libmoose-perl (>= 0.92) Filename: 4.0-0/all/libgeometry-primitive-perl_0.22-1.4.201403200145_all.deb Size: 37076 MD5sum: 3326447d1e9128db8f8d198239bbe7b4 SHA1: 38551bbb4dd9951ec9bd4cba28fca681472335c6 SHA256: 67ecaa17e01c74e711cbbacec137118bffc9d4a347062b373828b7e408959193 Description: module to represent geometric entities Geometry::Primitive is a device- and library-agnostic system for representing geometric entities such as points, lines, and shapes. It provides some simple objects and many convenience methods you would expect from a simple geometry library. Homepage: http://search.cpan.org/dist/Geometry-Primitive/ Package: libgeos-doc Priority: optional Section: doc Installed-Size: 14542 Maintainer: Debian GIS Project Architecture: all Source: geos Version: 3.3.3-1.1.4.201403131047 Suggests: libgeos-dev (= 3.3.3-1.1.4.201403131047) Filename: 4.0-0/all/libgeos-doc_3.3.3-1.1.4.201403131047_all.deb Size: 1922766 MD5sum: c537a3cfbe469fa9fdf3255840ab4c8c SHA1: fcc97dbc5591ddb3c76737453946df999dcd0407 SHA256: 4c1cc13bd3ab6fcb2dc8ca04cb46218ad1478ecc95997144d0a102bfc3f3f68c Description: Documentation for the GEOS GIS geometry engine library GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. . This package contains the documentation for the GEOS API. Homepage: http://download.osgeo.org/geos/doxygen/ Package: libgeronimo-activation-1.1-spec-java Priority: optional Section: java Installed-Size: 94 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-activation-1.1-spec Version: 1.0.2-2.5.201403131145 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-activation-1.1-spec-java_1.0.2-2.5.201403131145_all.deb Size: 29672 MD5sum: 6d7f805d79dc9e34d2ec0b295d9ab7e9 SHA1: 80b4764dcaa9fa6bae647bc659a0e02a89979a30 SHA256: 4eb0a8d36d191f07b2cc5b1dc806e2e8d89a93f49759b84c4b5bf4de533dc36c Description: Java Activation Framework implementation from Apache Geronimo Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license. Geronimo is currently compatible with the Java Enterprise Edition (Java EE) 5.0 specification. . The JavaBeans Activation Framework (JAF) extension to Java allows developers to determine the type of an arbitrary piece of data, to encapsulate access to it, to discover the operations available on it, and to instantiate the appropriate bean to perform said operation(s). For example, if a browser obtained a PNG image, JAF would help the browser to identify that stream of data as a PNG image, and the browser can instantiate an object to display that image. . Another DFSG free JAF implementation is available from the Glassfish project. Package: libgeronimo-commonj-spec-java Priority: optional Section: java Installed-Size: 285 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-commonj-spec Version: 1.1.1-1.9.201403131154 Filename: 4.0-0/all/libgeronimo-commonj-spec-java_1.1.1-1.9.201403131154_all.deb Size: 23958 MD5sum: 57fa35d3da9a6477221c1df9daf3d08c SHA1: 503cb26c91265318ff5d2633d18e03f6e5efc3cf SHA256: d28b3dab4061006f9c9dafdd2d941b3f1958d95bff094b76367863126dd508cd Description: Java API for concurrent programming of EJBs and Servlets The CommonJ API enables concurrent programming of EJBs and Servlets within a J2EE application. This API is also known as Timer and Work Manager API. . The CommonJ API contains the following components: - Timer API: The Timer API allows applications to schedule and receive timer notification callbacks for a specific listener defined within an application. Timers allow you to schedule and perform work at specific times or intervals. - Work Manager API: The Work Manager API allows an application to prioritize work within an EJB or Servlet. Applications can programmatically execute multiple work items within a container. Package: libgeronimo-ejb-3.0-spec-java Priority: optional Section: java Installed-Size: 56 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-ejb-3.0-spec Version: 1.0.1-1.5.201403131200 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-ejb-3.0-spec-java_1.0.1-1.5.201403131200_all.deb Size: 21794 MD5sum: c1428cf4c65b9a0aa34517ad1acecdba SHA1: 2e43a090b1d07ab07d863de132ee4bfbfbd2784d SHA256: 055748e78d653eac7ac1cdea25f1c2e103e55c8529548026b24ced2b22b40120 Description: Geronimo API implementation of the EJB 3.0 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java EE 5 application server runtime. . Geronimo API implementation of the EJB 3.0 spec (javax.ejb classes) Homepage: http://geronimo.apache.org Package: libgeronimo-interceptor-3.0-spec-java Priority: optional Section: java Installed-Size: 34 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-interceptor-3.0-spec Version: 1.0.1-1.5.201403131209 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-interceptor-3.0-spec-java_1.0.1-1.5.201403131209_all.deb Size: 5146 MD5sum: 96a7da1fc79ee1cc1adc820786736cc4 SHA1: cd124cc8638772648ebf17a08c78e8bab7256bd9 SHA256: 19168e39240fc5dd3361b7cfd599d3c46b978c45ccbf79af6560f8c08183c818 Description: Geronimo API implementation of the Interceptor 3.0 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Geronimo's most popular distribution is a fully certified Java EE 5 application server runtime. . Geronimo API implementation of the Interceptor 3.0 spec (javax.interceptor classes) Package: libgeronimo-j2ee-connector-1.5-spec-java Priority: optional Section: java Installed-Size: 61 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-j2ee-connector-1.5-spec Version: 2.0.0-1.5.201403131213 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-j2ee-connector-1.5-spec-java_2.0.0-1.5.201403131213_all.deb Size: 25124 MD5sum: d7c3885b055b48b84cc6f02728d44755 SHA1: d97e482246baf5e52156b586897ce6c7da96f681 SHA256: 59a295ca164a4565864eb5cd2ce65a876442e4845f02ec7670d59e0e9e4cf22d Description: Geronimo API implementation of the J2EE connector 1.5 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java EE 5 application server runtime. . This package provides the Geronimo API implementation of the J2EE connector 1.5 spec (javax.resource classes). Homepage: http://geronimo.apache.org Package: libgeronimo-jacc-1.1-spec-java Priority: optional Section: java Installed-Size: 94 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-jacc-1.1-spec Version: 1.0.1-1.1.5.201403131217 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-jacc-1.1-spec-java_1.0.1-1.1.5.201403131217_all.deb Size: 28740 MD5sum: 28b7087a757a9469636071d6f5be912d SHA1: 375c959f818f1d3ce88a0e8f040f562d6dd50f40 SHA256: eac9b20e25f5e8703c14cdbb046feffd96569e09fb1d6c2f782a3581366a883d Description: Geronimo API implementation of the JACC 1.1 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime. . This package offers the Geronimo API implementation of the JACC 1.1 spec (javax.security.jacc classes). Homepage: http://geronimo.apache.org Package: libgeronimo-javamail-1.4-provider-java Priority: optional Section: java Installed-Size: 260 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-javamail-1.4-provider Version: 1.8.3-1.2.201403131221 Filename: 4.0-0/all/libgeronimo-javamail-1.4-provider-java_1.8.3-1.2.201403131221_all.deb Size: 211936 MD5sum: 41ae1b45b9b3817575b9d87199481b0e SHA1: 2288d6e2665dd53a2c03a0e310fef538b4216085 SHA256: 253ebea2f1c76791e98649e9486b39037feab9e203dca7e9adeae4e875ea90c4 Description: Geronimo implementation of the JavaMail 1.4 provider This package provides Geronimo implementation of the JavaMail 1.4 provider which allows for the sending of email. It can be used as a replacement for the standard JavaMail API provided by Oracle. Package: libgeronimo-javamail-1.4-spec-java Priority: optional Section: java Installed-Size: 233 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-javamail-1.4-spec Version: 1.7.1-2.2.201403131229 Depends: libgeronimo-osgi-support-java Filename: 4.0-0/all/libgeronimo-javamail-1.4-spec-java_1.7.1-2.2.201403131229_all.deb Size: 191994 MD5sum: 4c5e94a35a4de741f7166a2b1dee7cb1 SHA1: 69a1546a15d91e1c22069177e7d6b0c272f010ab SHA256: d326135f14ff05a156086e272df04c2528e480e8134ab9d13aac799b14ead019 Description: Geronimo API implementation of the JavaMail 1.4 spec This package provides the Geronimo API implementation of the JavaMail 1.4 spec (javax.mail classes). Geronimo JavaMail can be used as a replacement for the JavaMail API provided by Oracle. Package: libgeronimo-jms-1.1-spec-java Priority: optional Section: java Installed-Size: 93 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-jms-1.1-spec Version: 1.1-1.6.201411010914 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-jms-1.1-spec-java_1.1-1.6.201411010914_all.deb Size: 22988 MD5sum: 0669d7a0eb34b27a44c4ee1e1756df34 SHA1: 932c2fad3052ec99cfc13ff92e323ae0de00312a SHA256: d70cd9f25f9a1441697f250d683f9bc3694324931c1461dfcbc365671bd3be0f Description: Geronimo API implementation of the JMS 1.1 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Geronimo's most popular distribution is a fully certified Java EE 5 application server runtime. . Geronimo API implementation of the JMS 1.1 spec (javax.jms classes) Package: libgeronimo-jpa-2.0-spec-java-doc Priority: optional Section: doc Installed-Size: 2667 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-jpa-2.0-spec Version: 1.1-2.9.201403131242 Suggests: libgeronimo-jpa-2.0-spec-java (= 1.1-2.9.201403131242) Filename: 4.0-0/all/libgeronimo-jpa-2.0-spec-java-doc_1.1-2.9.201403131242_all.deb Size: 149836 MD5sum: 44e95e5026988011078efa64904bd41a SHA1: c058938c84daf7c5b7b7236bc3ea783299b6b977 SHA256: 53f1cbebcadb68a37263b3d3e3acc7c6134e9b9b9d4c5f537cb86623b49df78c Description: Documentation for libgeronimo-jpa-2.0-spec-java Documentation for the Java Persistence API that is the Java API for the management of persistence and object/relational mapping for Java EE and Java SE environments. . The goal of this specification is to provide an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database. . Persistence in this context covers three areas: - The API itself, defined in the javax.persistence package. - The Java Persistence Query Language (JPQL). - Object/relational metadata. . The Java Persistence 2.0 specification addresses improvements in the areas of domain modeling, object/relational mapping, EntityManager and Query interfaces, and the Java Persistence query language. It adds an API for criteria queries, a metamodel API, and support for validation. . This package contains only API of JSR-317 spec. Apache OpenJPA and EclipseLink are implementations of this spec. Package: libgeronimo-jpa-2.0-spec-java Priority: optional Section: java Installed-Size: 169 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-jpa-2.0-spec Version: 1.1-2.9.201403131242 Depends: aspectj, libgeronimo-osgi-support-java Suggests: libgeronimo-jpa-2.0-spec-java-doc (= 1.1-2.9.201403131242) Filename: 4.0-0/all/libgeronimo-jpa-2.0-spec-java_1.1-2.9.201403131242_all.deb Size: 82908 MD5sum: 05a2132c969a8312905d49cb0ca6ebca SHA1: 1191a1889df6aeefcb4a15bdac7eabeb1f72ed31 SHA256: 69befad8dcad38f02f7846638ee111c5b3fc502de0f3648854c0b583257fd8e1 Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API The Java Persistence API is the Java API for the management of persistence and object/relational mapping for Java EE and Java SE environments. . The goal of this specification is to provide an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database. . Persistence in this context covers three areas: - The API itself, defined in the javax.persistence package. - The Java Persistence Query Language (JPQL). - Object/relational metadata. . The Java Persistence 2.0 specification addresses improvements in the areas of domain modeling, object/relational mapping, EntityManager and Query interfaces, and the Java Persistence query language. It adds an API for criteria queries, a metamodel API, and support for validation. . This package contains only API of JSR-317 spec. Apache OpenJPA and EclipseLink are implementations of this spec. Package: libgeronimo-jpa-3.0-spec-java Priority: optional Section: java Installed-Size: 76 Maintainer: Chris Grzegorczyk Original-Maintainer: Thierry Carrez Architecture: all Source: geronimo-jpa-3.0-spec Version: 1.1.1-1.5.201403131248 Depends: default-jre-headless | java5-runtime-headless Filename: 4.0-0/all/libgeronimo-jpa-3.0-spec-java_1.1.1-1.5.201403131248_all.deb Size: 38438 MD5sum: a4b337bff4053779d84d8a2d4b746149 SHA1: bf86db2a3449384239be7903576fa2d4f3cc9d89 SHA256: 9411dd979a35d3de22e35c85630001790264f6f59cd2b56f33d168195347f39f Description: Geronimo API implementation of the JPA 3.0 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java EE 5 application server runtime. . This package provides the Geronimo API implementation of the JPA 3.0 spec (javax.persistence classes). Homepage: http://geronimo.apache.org Package: libgeronimo-jta-1.1-spec-java-doc Priority: optional Section: doc Installed-Size: 666 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-jta-1.1-spec Version: 1.1.1-2.4.201403131255 Depends: default-jdk-doc Suggests: libgeronimo-jta-java Filename: 4.0-0/all/libgeronimo-jta-1.1-spec-java-doc_1.1.1-2.4.201403131255_all.deb Size: 131842 MD5sum: cf0cdeb52764fcee028711dfd4914e75 SHA1: 0f022e83e144cccfa00f1791e0e65b38641ccb9b SHA256: 2fa625e62d13e9d4a52064677cd27858ae8f3a36cedcc090ee39164dcfd8ddce Description: Documentation for the JTA 1.1 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java EE 5 application server runtime. . This package contains the API documentation of libgeronimo-jta-java. Homepage: http://geronimo.apache.org Package: libgeronimo-jta-1.1-spec-java Priority: optional Section: java Installed-Size: 77 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-jta-1.1-spec Version: 1.1.1-2.4.201403131255 Replaces: libgeronimo-jta-1.0.1b-spec-java Provides: libgeronimo-jta-1.0.1b-spec-java Suggests: libgeronimo-jta-java-doc Conflicts: libgeronimo-jta-1.0.1b-spec-java Filename: 4.0-0/all/libgeronimo-jta-1.1-spec-java_1.1.1-2.4.201403131255_all.deb Size: 12078 MD5sum: dc7dddb73a8245977c950029e5178365 SHA1: 6586b43f48e422282c42288336e52df6c455e33a SHA256: 8fe370c80e598cb2cd350bbc7002f2bb441c7e64e1edfef0dbafb2562c4898de Description: Geronimo API implementation of the JTA 1.1 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java EE 5 application server runtime. . Geronimo API implementation of the JTA 1.0.1B spec (javax.transaction classes) Homepage: http://geronimo.apache.org Package: libgeronimo-osgi-support-java-doc Priority: optional Section: doc Installed-Size: 269 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-osgi-support Version: 1.0-2.9.201403131305 Suggests: libgeronimo-osgi-support-java (= 1.0-2.9.201403131305) Filename: 4.0-0/all/libgeronimo-osgi-support-java-doc_1.0-2.9.201403131305_all.deb Size: 20996 MD5sum: dd2ff6bfa71c36abf61f97a917034d4b SHA1: b87c51485b0986c7a5e74ed7e8bc19aa0c4a78ae SHA256: 90178f7a50bb2d02e393b33d8ef8d6dfeaa43167148a76a38fbd53a2d63759b9 Description: Documentation for libgeronimo-osgi-support-java Documentation for Java libraries that allow the use of OSGi framework with Geronimo existing projects. They allow lookup and registration of components. . - geronimo-osgi-locator.jar: Allow performing class and components lookups with OSGi support. . - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers (components typically plugged in to the JRE through META-INF/services resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean Validation Spec API). . The service created by this library will maintain a registry of factory class that can be used by the spec bundles to locate factory classes that reside in other bundles. Homepage: http://geronimo.apache.org/ Package: libgeronimo-osgi-support-java Priority: optional Section: java Installed-Size: 47 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-osgi-support Version: 1.0-2.9.201403131305 Depends: libaspectj-java, libosgi-core-java, libosgi-compendium-java Suggests: libgeronimo-osgi-support-java-doc (= 1.0-2.9.201403131305) Filename: 4.0-0/all/libgeronimo-osgi-support-java_1.0-2.9.201403131305_all.deb Size: 17132 MD5sum: 6e533c1086de1179583a3351453dd79a SHA1: a63174ff0829b4a47fb05dde588e2be538e9ea32 SHA256: 4fd0fefff2f944b21094dec88c022698d6b41d1503036eed23aed1e3c2f2935a Description: Java libraries providing OSGi lookup support for Geronimo projects These Java libraries allow the use of OSGi framework with Geronimo existing projects. They allow lookup and registration of components. . - geronimo-osgi-locator.jar: Allow performing class and components lookups with OSGi support. . - geronimo-osgi-registry.jar: Facilitate the use of Geronimo specs providers (components typically plugged in to the JRE through META-INF/services resources) like geronimo-validation-1.0-spec (Geronimo JSR-303 Bean Validation Spec API). . The service created by this library will maintain a registry of factory class that can be used by the spec bundles to locate factory classes that reside in other bundles. Homepage: http://geronimo.apache.org/ Package: libgeronimo-stax-1.2-spec-java Priority: optional Section: java Installed-Size: 54 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-stax-1.2-spec Version: 1.1-1.2.201403131310 Filename: 4.0-0/all/libgeronimo-stax-1.2-spec-java_1.1-1.2.201403131310_all.deb Size: 21132 MD5sum: cabfc5d0f18a3437cb669516d617a182 SHA1: 6535bda643de2284ee310fa6171b8682b117868f SHA256: 36436ac076eaa5054e153d41d3057ec1c867a8b03c3b8c5f5395d3713f2d358a Description: Geronimo API implementation of the StAX 1.2 spec Geronimo API implementation of the StAX 1.2 spec (javax.xml classes) Package: libgeronimo-validation-1.0-spec-java-doc Priority: optional Section: doc Installed-Size: 901 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-validation-1.0-spec Version: 1.1-2.9.201403131319 Suggests: libgeronimo-validation-1.0-spec-java (= 1.1-2.9.201403131319) Filename: 4.0-0/all/libgeronimo-validation-1.0-spec-java-doc_1.1-2.9.201403131319_all.deb Size: 51972 MD5sum: ee5207a625794f09af78cc79f8eac32e SHA1: a5a679c6c4240b3ae2df229e2eeb2ee7182ee44f SHA256: 0b4262f22d7bfd407913e36f2946a34f7a167cb3f817ff94bba1807893048a89 Description: Documentation for libgeronimo-validation-1.0-spec-java Documentation for the Apache Geronimo implementation of the JSR-303 Bean Validation Spec API. . JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. . It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. . This package contains only API of JSR-303 spec. Hibernate Validator is the reference implementation of this spec. Package: libgeronimo-validation-1.0-spec-java Priority: optional Section: java Installed-Size: 109 Maintainer: Debian Java Maintainers Architecture: all Source: geronimo-validation-1.0-spec Version: 1.1-2.9.201403131319 Depends: libgeronimo-osgi-support-java Suggests: libgeronimo-validation-1.0-spec-java-doc (= 1.1-2.9.201403131319) Filename: 4.0-0/all/libgeronimo-validation-1.0-spec-java_1.1-2.9.201403131319_all.deb Size: 36988 MD5sum: ad5fa24ccc04a3ea7e9c1f5a0b6c69aa SHA1: 6a47e000a2487686e14def2af7c1f4c060f9c278 SHA256: 3f478f74e4a231b162505e96cb66647778bb47dd9c9bfbc98c864e94f1cf2e03 Description: Geronimo JSR-303 Bean Validation Spec API Apache Geronimo implementation of the JSR-303 Bean Validation Spec API. . JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. . It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. . This package contains only API of JSR-303 spec. Hibernate Validator is the reference implementation of this spec. Package: libges-0.10-doc Priority: optional Section: doc Installed-Size: 825 Maintainer: Maintainers of GStreamer packages Architecture: all Source: gstreamer0.10-editing-services Version: 0.10.1-2.2.201403161510 Depends: libglib2.0-doc, gstreamer0.10-doc, gstreamer0.10-plugins-base-doc Filename: 4.0-0/all/libges-0.10-doc_0.10.1-2.2.201403161510_all.deb Size: 105430 MD5sum: 084a09a72827cab7f02e14c3de1dd77b SHA1: 0f93b0e3211c3c64aad26274a74bb4cdebd93306 SHA256: 648af143ca797283853ace378afc0b7a6855269aa7d60e4b9ff6197a3054e4d8 Description: GStreamer editing services (documentation) The GStreamer multimedia framework and the accompanying GNonLin set of plugins for non-linear editing offer all the building blocks for: * Decoding and encoding to a wide variety of formats, through all the available GStreamer plugins. * Easily choosing segments of streams and arranging them through time through the GNonLin set of plugins. But all those building blocks only offer stream-level access, which results in developers who want to write non-linear editors to write a consequent amount of code to get to the level of non-linear editing notions which are closer and more meaningful for the end-user (and therefore the application). . The GStreamer Editing Services (GES) aims to fill the gap between GStreamer/GNonLin and the application developer by offering a series of classes to simplify the creation of many kind of editing-related applications. . This package contains the documentation for the GStreamer editing services. Homepage: http://gstreamer.freedesktop.org Package: libgetargs-long-perl Priority: optional Section: perl Installed-Size: 87 Maintainer: Colin Watson Architecture: all Version: 1.1003-2.4.201403200155 Depends: perl (>= 5.6.1), liblog-agent-perl Filename: 4.0-0/all/libgetargs-long-perl_1.1003-2.4.201403200155_all.deb Size: 25970 MD5sum: 0715c4d3a3ab2dea811d06aed0bae6d1 SHA1: cf03c04039ee555410dc9ff5c6e2291e1350adb7 SHA256: 0d3b5bea454d91d82f2f6982c80baed8d96155faa69d9d9cc6aba6002486787a Description: Perl module to parse long function arguments The Getargs::Long module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of all-mandatory and all-optional parameter lists. . The validation of arguments can be done by a structure-driven routine getargs() which is fine for infrequently called routines (but should be slower), or via a dedicated routine created and compiled on the fly the first time it is needed, by using the cgetargs() family (expected to be faster). . The Log::Agent module is used to report errors, which leaves to the application the choice of the final logging method: to a file, to STDERR, or to syslog. . Note that this module is still in the alpha stage of development, and the interface to it may change: indeed, it changed between 0.1.2 and 0.1.3. Package: libgetopt-argvfile-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 1.11-1.4.201403200221 Replaces: libgetopt-argfile-perl Provides: libgetopt-argfile-perl Depends: perl Conflicts: libgetopt-argfile-perl Filename: 4.0-0/all/libgetopt-argvfile-perl_1.11-1.4.201403200221_all.deb Size: 31368 MD5sum: 8c8bcc3edae45615664110aa8da185de SHA1: eecdf87e482b564e11c924534cb7a98a7052b657 SHA256: 1dccd336a8c24f060030d1ad4eb2b69e909423f4add3887826b455e60170fbe1 Description: Perl module for reading script options and parameters from files This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line. . Alternatively, you can process any array instead of @ARGV which is used by default and mentioned mostly in this manual. . The interpolated @ARGV could be subsequently processed by the usual option handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does not perform any option handling itself, it only prepares the array @ARGV. Homepage: http://search.cpan.org/dist/Getopt-ArgvFile/ Package: libgetopt-declare-perl Priority: optional Section: perl Installed-Size: 176 Maintainer: Debian Perl Group Architecture: all Version: 1.14-1.4.201403200223 Depends: perl Filename: 4.0-0/all/libgetopt-declare-perl_1.14-1.4.201403200223_all.deb Size: 64182 MD5sum: 0c732f6449f429a05b8b083fa3068222 SHA1: 02385ccbff1798424ab3d9c34e149e3c619f0140 SHA256: 106cc883daea9137559f6ab024fad9762fdc96705f78eee31faf7a0ac75aee7c Description: module for parsing command line arguments Getopt::Declare provides facilities to parse command line options. It builds and runs a parser. The parser object can be saved and later run on different input. Key features are: . * Automatic generation of error, usage and version information * Matching of parameter components may be constrained by regular expressions * Execution of embedded actions * Declarative specification of inter-parameter relationships * Selective or global case-insensitive matching of parameters Homepage: http://search.cpan.org/dist/Getopt-Declare/ Package: libgetopt-euclid-perl Priority: optional Section: perl Installed-Size: 147 Maintainer: Debian Perl Group Architecture: all Version: 0.3.5-1.4.201403200226 Depends: perl Filename: 4.0-0/all/libgetopt-euclid-perl_0.3.5-1.4.201403200226_all.deb Size: 47226 MD5sum: e248b5cf6a6884b54fb611379cc16d9b SHA1: ab26942ce7070b23a1c2ee19e0c3c33fbb10a670 SHA256: 66b8b191d5682dd0b6c2c6b48144aec723257e3d9696e2a91d79643c44604afb Description: command line interface dynamically built from the documentation 'Euclid' stands for Executable Uniform Command-Line Interface Descriptions. Getopt::Euclid uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. Homepage: http://search.cpan.org/dist/Getopt-Euclid/ Package: libgetopt-java-doc Priority: optional Section: doc Installed-Size: 199 Maintainer: Debian Java Maintainers Architecture: all Source: libgetopt-java Version: 1.0.13-4.5.201403200228 Recommends: default-jdk-doc Filename: 4.0-0/all/libgetopt-java-doc_1.0.13-4.5.201403200228_all.deb Size: 29678 MD5sum: 44be2a7b4e09ec94d1d43184db75b655 SHA1: 9b7d8435830fc2d64d89fd7cb559783c95095509 SHA256: 9379b8b25dc835f1cb3adbbee97f70d207e53546e5d13da9009ba2003f0367a2 Description: GNU getopt - Java port (doc) The GNU Java getopt classes support short and long argument parsing in a manner 100% compatible with the version of GNU getopt in glibc 2.0.6 with a mostly compatible programmer's interface as well. Note that this is a port, not a new implementation. . This package contains the Java Programming API docs. Homepage: http://www.urbanophile.com/arenn/hacking/download.html Package: libgetopt-java Priority: optional Section: java Installed-Size: 80 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0.13-4.5.201403200228 Suggests: default-jdk-doc Filename: 4.0-0/all/libgetopt-java_1.0.13-4.5.201403200228_all.deb Size: 23200 MD5sum: 4d72dfd83af8b8fe4ea85db2994a9290 SHA1: f923fa41395482f2ee2a17daae58bd32a0be39a3 SHA256: 641bc126493000e873d93cc96c6a01e985bc77613a7fa2b7609493d6b9958a79 Description: GNU getopt - Java port The GNU Java getopt classes support short and long argument parsing in a manner 100% compatible with the version of GNU getopt in glibc 2.0.6 with a mostly compatible programmer's interface as well. Note that this is a port, not a new implementation. Homepage: http://www.urbanophile.com/arenn/hacking/download.html Package: libgetopt-lucid-perl Priority: optional Section: perl Installed-Size: 121 Maintainer: Debian Perl Group Architecture: all Version: 1.01-1.2.201403200235 Depends: perl, libexception-class-perl Filename: 4.0-0/all/libgetopt-lucid-perl_1.01-1.2.201403200235_all.deb Size: 34022 MD5sum: cfe1ca591b00c9e1de74900a561c2f2a SHA1: 7f302c344303b332a38ae51e7be519e02974cce5 SHA256: 156e7c2a5a5bfa897ca687fcc52309ce2031a9aaf06244850e9448bdcf7981bf Description: module for parsing command line arguments Getopt::Lucid is a Perl module for parsing command line arguments, similar in nature to Getopt::Long (in Perl core). The goal of this module is to provide good code readability and clarity of intent, relying on plain-English option specification as opposed to the more symbolic approach of Getopt::Long. Homepage: http://search.cpan.org/dist/Getopt-Lucid/ Package: libgetopt-mixed-perl Priority: optional Section: perl Installed-Size: 75 Maintainer: Ezra Pagel Architecture: all Version: 1.008-10.4.201403200239 Depends: perl Filename: 4.0-0/all/libgetopt-mixed-perl_1.008-10.4.201403200239_all.deb Size: 19320 MD5sum: ad0ce4ea0b67f445f503a4b8e87c214b SHA1: 2452420fd21d9a34ea679176028f8554d8315367 SHA256: 415bcd5c000e0feba0d8798f3977e94e5b0034ce132291a6ba0e0da56c2b90e2 Description: Perl module for processing options in GNU-style (= long and short) This module is intended to be the "Getopt-to-end-all-Getop's". It combines flexibility and simplicity. It supports both short options (introduced by `-') and long options (introduced by `--'). Short options which do not take an argument can be grouped together. Short options which do take an argument must be the last option in their group, because everything following the option will be considered to be its argument. Package: libgetopt-simple-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 1.52-2.2.201403200241 Depends: perl Filename: 4.0-0/all/libgetopt-simple-perl_1.52-2.2.201403200241_all.deb Size: 14740 MD5sum: 05ddb219908302a3eb5d6608a265f194 SHA1: 363933cbd41ecf33de4026c410297b10985a43b1 SHA256: a37b877bd7ca514a89c555eda03ed63dae597dd1f0a272ead6c74b233877fbae Description: provide a simple wrapper around Getopt::Long The Getopt::Simple module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch Homepage: http://search.cpan.org/dist/Getopt-Simple/ Package: libgetopt-tabular-perl Priority: optional Section: perl Installed-Size: 131 Maintainer: Debian Perl Group Architecture: all Version: 0.3-1.4.201403200244 Depends: perl Filename: 4.0-0/all/libgetopt-tabular-perl_0.3-1.4.201403200244_all.deb Size: 42708 MD5sum: 9da6274f8ceaa1850ca77a8ae1c6bfad SHA1: 215424582d212385e55e95a078dbe3cdbb4d645b SHA256: 62ce865034580fd362953ffb09037ceb3f04c9a5104912e225fdc8df6d1dd351 Description: table-driven argument parsing for Perl 5 Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. . Some nice features of Getopt::Tabular are: * Command-line arguments are carefully type-checked, both by pattern and number -- e.g. if an option requires two integers, GetOptions makes sure that exactly two integers follow it! * The valid command-line arguments are specified in a data structure separate from the call to GetOptions; this makes it easier to have very long lists of options, and to parse options from multiple sources (e.g. the command line, an environment variable, and a configuration file). * Getopt::Tabular can intelligently generate help text based on your option descriptions. * The type system is extensible, and if you can define your desired argument type using a single Perl regular expression then it's particularly easy to extend. * Options can be abbreviated and come in any order. * A "spoof" mode in which arguments are parsed without side-effects. Homepage: http://search.cpan.org/dist/Getopt-Tabular/ Package: libgetopt-usaginator-perl Priority: optional Section: perl Installed-Size: 49 Maintainer: Debian Perl Group Architecture: all Version: 0.0012-1.2.201403200300 Depends: perl, libpackage-pkg-perl Filename: 4.0-0/all/libgetopt-usaginator-perl_0.0012-1.2.201403200300_all.deb Size: 7012 MD5sum: 2816cd67a9066114f7936e263b1e7e60 SHA1: 52440cc1d661784e4fba38ae0a0ad8803211000a SHA256: 8519d70075545eaa92d82f8c4469af5328ee5d6afa49461e282252cf63fedac7 Description: syntactic sugar for creating a command line usage function Getopt::Usaginator is a tool for creating a usage subroutine for commandline applications. You decide the text of the usage function in the use declaration and it generates a usage method. It does not do any option parsing, but is best paired with Getopt::Long or any of the other myriad of option parsers Homepage: http://search.cpan.org/dist/Getopt-Usaginator/ Package: libgettext-activerecord-ruby-common Priority: optional Section: ruby Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-activerecord Version: 2.1.0-5.4.201403170937 Depends: ruby-gettext-activerecord Filename: 4.0-0/all/libgettext-activerecord-ruby-common_2.1.0-5.4.201403170937_all.deb Size: 4480 MD5sum: 1831a1396ca00386c8ee5902d92d7948 SHA1: 1e0c2013220d1da72e78512397f04a0ca6834c47 SHA256: 9b5bd155abf2187c0e4b4c8a627e993a1a954214723f9383633d6d730c90f03c Description: Transitional package for ruby-gettext-activerecord This is a transitional package to ease upgrades to the ruby-gettext-activerecord package. It can safely be removed. Homepage: http://www.yotabanana.com/hiki/ruby-gettext.html Package: libgettext-activerecord-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-activerecord Version: 2.1.0-5.4.201403170937 Depends: ruby-gettext-activerecord Filename: 4.0-0/all/libgettext-activerecord-ruby1.8_2.1.0-5.4.201403170937_all.deb Size: 4478 MD5sum: 20bc746665a2a0d5053dc0121853acc1 SHA1: fa6e59d23e1d3e4e9bcb880afd1ee4315dd1230f SHA256: 560e4995ed9d60d20f39732abbb0b1463f1d76b0d7a9946b50ac81bbb32b31a6 Description: Transitional package for ruby-gettext-activerecord This is a transitional package to ease upgrades to the ruby-gettext-activerecord package. It can safely be removed. Homepage: http://www.yotabanana.com/hiki/ruby-gettext.html Package: libgettext-activerecord-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-activerecord Version: 2.1.0-5.4.201403170937 Depends: ruby-gettext-activerecord Filename: 4.0-0/all/libgettext-activerecord-ruby1.9.1_2.1.0-5.4.201403170937_all.deb Size: 4478 MD5sum: ac568a732efd6205204b4b2e3bbf7f05 SHA1: 95c9f784d01d0ba93dc03a94695162fc28a52233 SHA256: 58c8a7d56da49bb9c4a5651a74cd008199ea7c1bf69a2a560752acd084caa45a Description: Transitional package for ruby-gettext-activerecord This is a transitional package to ease upgrades to the ruby-gettext-activerecord package. It can safely be removed. Homepage: http://www.yotabanana.com/hiki/ruby-gettext.html Package: libgettext-activerecord-ruby Priority: extra Section: oldlibs Installed-Size: 32 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-activerecord Version: 2.1.0-5.4.201403170937 Depends: ruby-gettext-activerecord Filename: 4.0-0/all/libgettext-activerecord-ruby_2.1.0-5.4.201403170937_all.deb Size: 4468 MD5sum: c8eaf78a5e5573d4541ab837d1474923 SHA1: 7a90e9eb62bf15f75bf2427373f09c2016a09201 SHA256: 1587803a578b9e398a22f34d255361a1e29e765e09871f851c71cf2b5752bc31 Description: Transitional package for ruby-gettext-activerecord This is a transitional package to ease upgrades to the ruby-gettext-activerecord package. It can safely be removed. Homepage: http://www.yotabanana.com/hiki/ruby-gettext.html Package: libgettext-ant-tasks-java Priority: optional Section: java Installed-Size: 46 Maintainer: David Paleino Architecture: all Source: gettext-ant-tasks Version: 0.9.7~svn203-2.10.201403140811 Recommends: ant Filename: 4.0-0/all/libgettext-ant-tasks-java_0.9.7~svn203-2.10.201403140811_all.deb Size: 16324 MD5sum: 4cbd5fcd4ffa7b3cb2ef2836d461cc39 SHA1: f51714756425416a384a21d20881a009bbb8476e SHA256: 9c317a5975ecb1dae2c99a3f3cd01c96ca77c1c7af70425d277e9f79e8bbdbb4 Description: Java classes for internationalization (i18n) - Ant tasks Lightweight library combining the power of the unix-style gettext tools with the widely used Java ResourceBundles. This makes it possible to use the original text instead of arbitrary property keys, which is less cumbersome and makes programs easier to read. . This package contains tasks to be used with the Ant build system. Homepage: http://code.google.com/p/gettext-commons/ Package: libgettext-commons-java Priority: optional Section: java Installed-Size: 80 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.6-2.6.201403200304 Filename: 4.0-0/all/libgettext-commons-java_0.9.6-2.6.201403200304_all.deb Size: 19514 MD5sum: e3266de328e48b995e3fbd32c5c9b208 SHA1: 7bddc90d16b24d205009cd18ad7f02a71789a3f8 SHA256: 9a18c23eb959f080d9c1e546fcccef5f1781efa11053e7e3e6bf7a87eb422b4a Description: Java classes for internationalization (i18n) Lightweight library combining the power of the unix-style gettext tools with the widely used Java ResourceBundles. This makes it possible to use the original text instead of arbitrary property keys, which is less cumbersome and makes programs easier to read. Homepage: http://xnap-commons.sourceforge.net/gettext-commons/ Package: libgettext-rails-ruby-doc Priority: optional Section: doc Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-rails Version: 2.1.0-3.4.201403170942 Depends: ruby-gettext-rails Filename: 4.0-0/all/libgettext-rails-ruby-doc_2.1.0-3.4.201403170942_all.deb Size: 4378 MD5sum: 78489b27a807b19c33476eeca7858f53 SHA1: 54f9cd6281117589ea59052f907947c20eb10b00 SHA256: 6f70502a48dab3d07061effb7788bc4a2c77acf260438edafc0be91b2b55d233 Description: Transitional package for ruby-gettext-rails This is a transitional package to ease upgrades to the ruby-gettext-rails package. It can safely be removed. Homepage: http://gettext.rubyforge.org/ Package: libgettext-rails-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-rails Version: 2.1.0-3.4.201403170942 Depends: ruby-gettext-rails Filename: 4.0-0/all/libgettext-rails-ruby1.8_2.1.0-3.4.201403170942_all.deb Size: 4382 MD5sum: cf3d658545e1e2e53ee20ea54f6c3b22 SHA1: abfeb2f4be9928a3a08bdb036d092668f84d3d9c SHA256: f399ed60431a6de187ee712374c3e795be3b5d6ba5364f8d0ba2c2251e81b5c7 Description: Transitional package for ruby-gettext-rails This is a transitional package to ease upgrades to the ruby-gettext-rails package. It can safely be removed. Homepage: http://gettext.rubyforge.org/ Package: libgettext-rails-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext-rails Version: 2.1.0-3.4.201403170942 Depends: ruby-gettext-rails Filename: 4.0-0/all/libgettext-rails-ruby_2.1.0-3.4.201403170942_all.deb Size: 4378 MD5sum: b6cf5686fb4aaf0e6dd33610ad1d517a SHA1: b54a4030a0561794adf0ce4be70264fb1742dbd1 SHA256: ce8477f92716cc0d0499f90a0c33fd483b482e30008a99456a9e84c343fe783f Description: Transitional package for ruby-gettext-rails This is a transitional package to ease upgrades to the ruby-gettext-rails package. It can safely be removed. Homepage: http://gettext.rubyforge.org/ Package: libgettext-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext Version: 2.2.1-3.4.201403170932 Depends: ruby-gettext Filename: 4.0-0/all/libgettext-ruby1.8_2.2.1-3.4.201403170932_all.deb Size: 6044 MD5sum: 091cdcaa30d51816f815ee122c6d9b12 SHA1: d246460d186b6d923c9d4578b64046a9f00bbf63 SHA256: 1c6d4db515511cafc525fc30de81c5d856fe82e6c62f0a6453962bc7187c7484 Description: Transitional package for ruby-gettext This is a transitional package to ease upgrades to the ruby-gettext package. It can safely be removed. Homepage: http://ruby-gettext.github.com/ Package: libgettext-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext Version: 2.2.1-3.4.201403170932 Depends: ruby-gettext Filename: 4.0-0/all/libgettext-ruby1.9.1_2.2.1-3.4.201403170932_all.deb Size: 6042 MD5sum: bf8d83a30f12e89a485be8d42c7a3d77 SHA1: a3a2a375ad79144b2faf4dff51ed3d821fc57d69 SHA256: 3109a3863bfc5d1060a5a8dc130991a7cb9a746ac8ea6980b06cff1ef1a63359 Description: Transitional package for ruby-gettext This is a transitional package to ease upgrades to the ruby-gettext package. It can safely be removed. Homepage: http://ruby-gettext.github.com/ Package: libgettext-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gettext Version: 2.2.1-3.4.201403170932 Depends: ruby-gettext Filename: 4.0-0/all/libgettext-ruby_2.2.1-3.4.201403170932_all.deb Size: 6038 MD5sum: 6f74853b31931df34fe2fc298c90184c SHA1: ba891cef310962bf3cb24093bb506d54eafce6af SHA256: d2f959b2b7c384fa41c90c5e7edfa742086be7b795267581d16d60488b8651a1 Description: Transitional package for ruby-gettext This is a transitional package to ease upgrades to the ruby-gettext package. It can safely be removed. Homepage: http://ruby-gettext.github.com/ Package: libgflags-doc Priority: optional Section: doc Installed-Size: 61 Maintainer: Koichi Akabe Architecture: all Source: gflags Version: 2.0-1.2.201403131556 Filename: 4.0-0/all/libgflags-doc_2.0-1.2.201403131556_all.deb Size: 18888 MD5sum: daffdfd8ac4ffafae9bfa57519412c46 SHA1: 341f7d2902a6b8563a10d0b6a0a73d128222af4a SHA256: b43618cbf4eeb8c4d269700d8749d03ef517c93acbeecb0f0481618e7bcd3222 Description: documentation of gflags gflag is a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. . This package contains documentation files. Homepage: https://code.google.com/p/gflags/ Package: libghc-acid-state-doc Priority: extra Section: doc Installed-Size: 603 Maintainer: Debian Haskell Group Architecture: all Source: haskell-acid-state Version: 0.6.3-1.3.201403171148 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-network-doc, libghc-safecopy-doc, libghc-acid-state-dev Filename: 4.0-0/all/libghc-acid-state-doc_0.6.3-1.3.201403171148_all.deb Size: 82156 MD5sum: 192da0d15110d8428bc4ff6df7f68e21 SHA1: ee7f2bebfcd1082040cd95fb16e82da4a069feda SHA256: 9d0ac8f4aa7118f127df6cf49109e9bcc0855d56862082e2398b9eb7e097a4c3 Description: Haskell database library with ACID guarantees - documentation AcidState is a Haskell library to store serializable Haskell structures, guaranteeing that transactions support the ACID semantic. That is, they must be atomic (a transaction must be completely saved or completely rolled back), consistent (after each transaction the state of the database must be valid), isolated (two parallel transaction must not interfere with each other) and durable (a successful transaction must be reliably stored to a persistent memory). . This library supports both storing data on the local disk and via a network server. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. It obsoletes the package haskell-happstack-state. Homepage: http://hackage.haskell.org/package/acid-state Package: libghc-active-doc Priority: extra Section: doc Installed-Size: 310 Maintainer: Debian Haskell Group Architecture: all Source: haskell-active Version: 0.1.0.1-2.3.201403171139 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-newtype-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-vector-space-doc, libghc-active-dev Filename: 4.0-0/all/libghc-active-doc_0.1.0.1-2.3.201403171139_all.deb Size: 58346 MD5sum: 2cf9cc94dd60ec34aeff7d64e5a64d8d SHA1: abf1347173f49bdf4761fb0d32ed6d458b2db475 SHA256: ec6ea06f94dc2f3cb476356ca38e1cbfa3be7e2a7cdd790c2896141f18891c1a Description: Abstractions for animation; documentation Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should Have a Beginning, a Middle, and an End, Trends in Functional Programming, 2010), this library defines a simple abstraction for working with time-varying values. In a sense, this is sort of like a stripped-down version of functional reactive programming (FRP), without the reactivity. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/active Package: libghc-adjunctions-doc Priority: extra Section: doc Installed-Size: 260 Maintainer: Debian Haskell Group Architecture: all Source: haskell-adjunctions Version: 2.4.0.2-1.3.201403171124 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-comonad-transformers-doc, libghc-contravariant-doc, libghc-distributive-doc, libghc-mtl-doc, libghc-representable-functors-doc, libghc-semigroupoids-doc, libghc-transformers-doc, libghc-void-doc, libghc-adjunctions-dev Filename: 4.0-0/all/libghc-adjunctions-doc_2.4.0.2-1.3.201403171124_all.deb Size: 45934 MD5sum: f0e6139ba02a1ae53429bf73e58047dc SHA1: 0e2ea06c9e04d335fdbcd1ec7cd077ddffc874d7 SHA256: 9b3a2716f82312d54e82ecdf427398c9989cea989825ddd79c0d2f03ccc302ee Description: Adjunctions; documentation In mathematics, adjoint functors are pairs of functors which stand in a particular relationship with one another, called an adjunction. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/adjunctions Package: libghc-aeson-doc Priority: extra Section: doc Installed-Size: 902 Maintainer: Debian Haskell Group Architecture: all Source: haskell-aeson Version: 0.6.0.2-1.2.201403171026 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-hashable-doc, libghc-text-doc, libghc-unordered-containers-doc, libghc-vector-doc, libghc-aeson-dev Filename: 4.0-0/all/libghc-aeson-doc_0.6.0.2-1.2.201403171026_all.deb Size: 105406 MD5sum: d66e6a3fc48476855f7cd933fe1587f4 SHA1: aa5c939d2284f5d11fca9c1a3617b61c2f2f34a7 SHA256: fbeb16b2fd2adb66e4640a47d6116c945147608d61e3b8c26271ebcb65e3add9 Description: Fast JSON parsing and encoding library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a JSON parsing and encoding library optimized for ease of use and high performance. Homepage: http://hackage.haskell.org/package/aeson Package: libghc-agda-doc Priority: extra Section: doc Installed-Size: 20171 Maintainer: Debian Haskell Group Architecture: all Source: agda Version: 2.3.0.1-2.10.201403112333 Replaces: haskell-agda-doc Provides: haskell-agda-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskeline-doc, libghc-mtl-doc, libghc-quickcheck2-doc, libghc-src-exts-doc, libghc-syb-doc, libghc-agda-dev Conflicts: haskell-agda-doc (<< 2.2.6-5) Filename: 4.0-0/all/libghc-agda-doc_2.3.0.1-2.10.201403112333_all.deb Size: 1752162 MD5sum: ad0fa4d71dd34b986ff45002b86d91c9 SHA1: 57de9388b3840d034c34091803e944dc223b25ac SHA256: 34ddb1b3fa0ef931e26636473ac8bf6ab64b821eea53344a29ac8122799b6e57 Description: dependently typed functional programming language - documentation Agda is a dependently typed functional programming language: It has inductive families, which are like Haskell's GADTs, but they can be indexed by values and not just types. It also has parameterised modules, mixfix operators, Unicode characters, and an interactive Emacs interface (the type checker can assist in the development of your code). . Agda is also a proof assistant: It is an interactive system for writing and checking proofs. Agda is based on intuitionistic type theory, a foundational system for constructive mathematics developed by the Swedish logician Per Martin-Löf. It has many similarities with other proof assistants based on dependent types, such as Coq, Epigram and NuPRL. . This package contains the documentation files. Homepage: http://wiki.portal.chalmers.se/agda/ Package: libghc-algebra-doc Priority: extra Section: doc Installed-Size: 3426 Maintainer: Debian Haskell Group Architecture: all Source: haskell-algebra Version: 2.1.1.2-1.2.201403171030 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-categories-doc, libghc-distributive-doc, libghc-keys-doc, libghc-mtl-doc, libghc-representable-functors-doc, libghc-representable-tries-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-algebra-dev Filename: 4.0-0/all/libghc-algebra-doc_2.1.1.2-1.2.201403171030_all.deb Size: 261922 MD5sum: 42d7d3b5c9f458b0751d715d641cd941 SHA1: 90a05d9d8f77d9fa89cde68ecccc3d73cd0df008 SHA256: 9bc35e39fbe07a9b5a85d82e1f2fbf317a752985a6e8aed17eba7fe8e4fe3353 Description: Constructive abstract algebra; documentation This package provides algebraic structures, such as groups, fields, rings, modules. It also provides bands, also known as idempotent semigroups (band is a semigroup where every element is equal to its own square), coalgebras, semirings (rigs), idempotent semirings, also known as dioids. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/algebra Package: libghc-alut-doc Priority: extra Section: doc Installed-Size: 350 Maintainer: Debian Haskell Group Architecture: all Source: haskell-alut Version: 2.1.0.2-4.7.201403171039 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-openal-doc, libghc-opengl-doc, libghc-alut-dev Filename: 4.0-0/all/libghc-alut-doc_2.1.0.2-4.7.201403171039_all.deb Size: 70082 MD5sum: 8dd5286c558d47edade1c56379f4cdeb SHA1: 033817fe9bd0baae4c3d3b5b83083a61430047a4 SHA256: a1a08e0ee134d9d25266aa8ac0e195dfaad635c8fa85e2c456f2c2b3bf69409e Description: Haskell ALUT binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides a Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy. For more information about the C library on which this binding is based, please see: . Homepage: http://connect.creativelabs.com/openal/default.aspx Package: libghc-ami-doc Priority: extra Section: doc Installed-Size: 183 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ami Version: 0.1-1.2.201403171047 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-ami-dev Filename: 4.0-0/all/libghc-ami-doc_0.1-1.2.201403171047_all.deb Size: 38198 MD5sum: f43d4c9ef9c6e4ae4f7cd0eebeca5eed SHA1: 404d96415b2b4e8b58ce608d350eacabbea47afd SHA256: 473f2961cf98096afd9f11d1894a1fe5251a5aff73a4c69b77a89a97a7f2a894 Description: low-level bindings for Asterisk Manager Interface (AMI); documentation The AMI package provides simple low-level bindings for the Asterisk Manager Interface. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/AMI Package: libghc-ansi-terminal-doc Priority: extra Section: doc Installed-Size: 218 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ansi-terminal Version: 0.5.5-3.2.201403171051 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ansi-terminal-dev Filename: 4.0-0/all/libghc-ansi-terminal-doc_0.5.5-3.2.201403171051_all.deb Size: 42494 MD5sum: 4fc9ecdf58bc96bf1a50d61d200a506f SHA1: 48ad0667f4300f602cc18e12845b19dcffea1aad SHA256: f3b821c07ba33c33b7ca823d93e4ee9e0a35135b6927cefad10b51ff354fef40 Description: Simple ANSI terminal support, with Windows compatibility; documentation ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler. . This package contains the documentation files. Homepage: http://batterseapower.github.com/ansi-terminal Package: libghc-ansi-wl-pprint-doc Priority: extra Section: doc Installed-Size: 479 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ansi-wl-pprint Version: 0.6.4-1.2.201403171058 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ansi-terminal-doc, libghc-ansi-wl-pprint-dev Filename: 4.0-0/all/libghc-ansi-wl-pprint-doc_0.6.4-1.2.201403171058_all.deb Size: 71232 MD5sum: 8c69a459aa505def8f631afb7bc55204 SHA1: c20c317ce46970c7d58e3e38e38fdbd603448553 SHA256: a6fe064f9f64ce7e2961355a1fe4d01babcbf4e931567b7738145c63eb4a5421 Description: Wadler/Leijen Pretty Printer for colored ANSI terminal output; documentation This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package. . This package contains the documentation files. Homepage: http://github.com/batterseapower/ansi-wl-pprint Package: libghc-arrows-doc Priority: extra Section: doc Installed-Size: 696 Maintainer: Debian Haskell Group Architecture: all Source: haskell-arrows Version: 0.4.4.0-3.7.201403171102 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-stream-doc, libghc-arrows-dev Filename: 4.0-0/all/libghc-arrows-doc_0.4.4.0-3.7.201403171102_all.deb Size: 81744 MD5sum: 2e8d05cd877f03050e465c26ead05794 SHA1: 9a8d11ce5d1a9fbbbd49f9182e76c10b92cd4039 SHA256: 68a23407db3effaf0b2c1d30633cb63c785c694a91499979df531e2780493b5e Description: Haskell arrow classes and transformers for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides several classes that extend the Arrow class, and some transformers that implement or lift these classes. Homepage: http://www.haskell.org/arrows/ Package: libghc-asn1-data-doc Priority: extra Section: doc Installed-Size: 716 Maintainer: Debian Haskell Group Architecture: all Source: haskell-asn1-data Version: 0.6.1.3-2.2.201403171110 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-enumerator-doc, libghc-asn1-data-dev Filename: 4.0-0/all/libghc-asn1-data-doc_0.6.1.3-2.2.201403171110_all.deb Size: 78564 MD5sum: b368678ea0b811dfbc5b933ba900e725 SHA1: f6ce984dc5f80475d646061085bda3243a99abf7 SHA256: c16e62a8a9428f6ec454f771959999cad553092987c08ce15fbee26d55a20f15 Description: ASN1 data reader/writer in RAW, BER, DER, CER forms; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, CER and DER). . All interfaces use the enumerator interface. Homepage: http://hackage.haskell.org/package/asn1-data Package: libghc-attempt-doc Priority: extra Section: doc Installed-Size: 162 Maintainer: Debian Haskell Group Architecture: all Source: haskell-attempt Version: 0.4.0-1.2.201403171117 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-failure-doc, libghc-attempt-dev Filename: 4.0-0/all/libghc-attempt-doc_0.4.0-1.2.201403171117_all.deb Size: 37946 MD5sum: c9cf58eba37a2d3f59fd901b4f6d8cf5 SHA1: 73c812a10af86d39de88c72c998d0ee67f952437 SHA256: 55af4520aa03c36546818164464752fb61723194fa30c5627ecf55ac24137b7f Description: Concrete data type for handling extensible exceptions as failures; docs Defines a data type, Attempt, which has a Success and Failure constructor. Failure contains an extensible exception. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/attempt Package: libghc-attoparsec-conduit-doc Priority: extra Section: doc Installed-Size: 117 Maintainer: Debian Haskell Group Architecture: all Source: haskell-attoparsec-conduit Version: 0.4.0.1-1.2.201403171128 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-conduit-doc, libghc-text-doc, libghc-attoparsec-conduit-dev Filename: 4.0-0/all/libghc-attoparsec-conduit-doc_0.4.0.1-1.2.201403171128_all.deb Size: 31990 MD5sum: b8ea6d633430e931c0b2e34b9e6d8c66 SHA1: d4234816e1c945607e7ac1658f5371fd2560a6ae SHA256: 018c33a19b7577d7b2af7af696571df95a6d29075bc014626d916c4254974352 Description: turn attoparsec parsers into sinks; documentation Turn attoparsec parsers into sinks. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-attoparsec-conduit Package: libghc-attoparsec-doc Priority: optional Section: doc Installed-Size: 1017 Maintainer: Debian Haskell Group Architecture: all Source: haskell-attoparsec Version: 0.10.1.1-2.2.201403171120 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-attoparsec-dev Filename: 4.0-0/all/libghc-attoparsec-doc_0.10.1.1-2.2.201403171120_all.deb Size: 127528 MD5sum: afe1fee4f1508adb05d3938a7416ff04 SHA1: 499c57252dd1fdbaf24308127bd3c9340f8b6eb8 SHA256: 5da90af3880a178762a0503671da9548f35514ef1940b0df915b9dbbe41430d1 Description: Fast combinator parsing for bytestrings; documentation A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . This package contains the library documentation. Homepage: http://bitbucket.org/bos/attoparsec Package: libghc-attoparsec-enumerator-doc Priority: extra Section: doc Installed-Size: 116 Maintainer: Debian Haskell Group Architecture: all Source: haskell-attoparsec-enumerator Version: 0.3-3.2.201403171133 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-enumerator-doc, libghc-attoparsec-enumerator-dev Filename: 4.0-0/all/libghc-attoparsec-enumerator-doc_0.3-3.2.201403171133_all.deb Size: 31498 MD5sum: 23edb3dd821bdbb2e1e42a1c7101b9be SHA1: 7a1f0d17bc231a72ebec0dff95c0c74d79cf1ca0 SHA256: df9a09e8b12f89cadb983b263f988314966255310dbbed18790dbb8ce5fef2b3 Description: convert an Attoparsec parser into an iteratee; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The library allows an Attoparsec parser to receive input incrementally from an enumerator. This could be used for parsing large files or implementing binary network protocols. Homepage: http://hackage.haskell.org/package/attoparsec-enumerator Package: libghc-augeas-doc Priority: extra Section: doc Installed-Size: 365 Maintainer: Debian Haskell Group Architecture: all Source: haskell-augeas Version: 0.6.1-1.2.201403171137 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-augeas-dev Filename: 4.0-0/all/libghc-augeas-doc_0.6.1-1.2.201403171137_all.deb Size: 61746 MD5sum: 3f79472d0a671eafd5bbcb3e39e142d6 SHA1: 1b25847f8a920b919fb400ad1e65863b3c9e92a1 SHA256: 18a917b7e8ff2141a852ed024a986031a5067568d6862a9d977f8615e3026d53 Description: Haskell bindings for the augeas library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package contains Haskell bindings for the functions and data structures defined in the augeas C library. Homepage: http://hackage.haskell.org/package/augeas Package: libghc-authenticate-doc Priority: extra Section: doc Installed-Size: 291 Maintainer: Debian Haskell Group Architecture: all Source: haskell-authenticate Version: 1.2.1.1-2.3.201403310950 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-http-conduit-doc, libghc-monad-control-doc, libghc-text-doc, libghc-transformers-doc, libghc-authenticate-dev Filename: 4.0-0/all/libghc-authenticate-doc_1.2.1.1-2.3.201403310950_all.deb Size: 50262 MD5sum: 1cf83f7fa355bfea94d0b5fed430c3d0 SHA1: d1ad4ed32a34d286ac016bccd6e483aaccd2a509 SHA256: bd3cb293651a981d533575272c8f9d5fd803e6731fcf6d921406796299aa451b Description: authentication methods for Haskell web applications; documentation Focus is on third-party authentication methods, such as OpenID, rpxnow and Facebook. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/authenticate Package: libghc-base-unicode-symbols-doc Priority: extra Section: doc Installed-Size: 292 Maintainer: Debian Haskell Group Architecture: all Source: haskell-base-unicode-symbols Version: 0.2.2.3-1.2.201403171154 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-base-unicode-symbols-dev Filename: 4.0-0/all/libghc-base-unicode-symbols-doc_0.2.2.3-1.2.201403171154_all.deb Size: 45720 MD5sum: c1523390ebaa29cf664c2faf7d6a52b2 SHA1: 04273252e1834609e3438fbc5742fafc765705f6 SHA256: ee4b25159ae0cdfea17af8fd7f9f04a1dd6fa78846fe365b248fd2eadffa5589 Description: Unicode alternatives for common functions and operators; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. . For further Unicode goodness you can enable the UnicodeSyntax language extension [1]. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of ->, ∀ instead of forall and many others. Homepage: http://hackage.haskell.org/package/base-unicode-symbols Package: libghc-base16-bytestring-doc Priority: extra Section: doc Installed-Size: 140 Maintainer: Debian Haskell Group Architecture: all Source: haskell-base16-bytestring Version: 0.1.1.4-2.2.201403171157 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-base16-bytestring-dev Filename: 4.0-0/all/libghc-base16-bytestring-doc_0.1.1.4-2.2.201403171157_all.deb Size: 32674 MD5sum: 6640f23071f3e93dab834ab26a5c1c1d SHA1: 220d4a3a08757d8aaa47081ddc9c436b0834802e SHA256: 28c758dc3c3fd9ae66c55e4902f9104444e7def1b2092b8a58bc25b1db19f7b2 Description: Fast base16 (hex) encoding and decoding for ByteStrings; documentation This package provides a Haskell library for working with base16-encoded data quickly and efficiently, using the ByteString type. . This package contains the documentation files. Homepage: http://github.com/bos/base16-bytestring Package: libghc-base64-bytestring-doc Priority: extra Section: doc Installed-Size: 197 Maintainer: Debian Haskell Group Architecture: all Source: haskell-base64-bytestring Version: 0.1.1.1-2.2.201403171207 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-base64-bytestring-dev Filename: 4.0-0/all/libghc-base64-bytestring-doc_0.1.1.1-2.2.201403171207_all.deb Size: 36718 MD5sum: 110187825050b909721d5588ca7ee326 SHA1: 6be6f0a02ed63fb69d122b533eb1fff56bfb63c3 SHA256: 5515e9420cc3c26e62f70aa2ae45a3e02f95b952a95a28f840281f4953492516 Description: fast base64 encoding/deconding for ByteStrings; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/base64-bytestring Package: libghc-bifunctors-doc Priority: extra Section: doc Installed-Size: 263 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bifunctors Version: 0.1.3.3-1.2.201403171211 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-bifunctors-dev Filename: 4.0-0/all/libghc-bifunctors-doc_0.1.3.3-1.2.201403171211_all.deb Size: 40662 MD5sum: 04a58a7953b1d817571fc37f47bdbfaa SHA1: 584a137bd5b22937672080b42e2c8a8d61f1b9d8 SHA256: 891182e8346a5f52a02427a06a9e9bbe25bfb7b937abea67751fc67a07b16d68 Description: Haskell 98 bifunctors; documentation A binary functor is a functor in two arguments. This package provides bifoldables and bitraversables. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/bifunctors Package: libghc-binary-shared-doc Priority: extra Section: doc Installed-Size: 140 Maintainer: Debian Haskell Group Architecture: all Source: haskell-binary-shared Version: 0.8.1-1.7.201403171237 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-binary-shared-dev Filename: 4.0-0/all/libghc-binary-shared-doc_0.8.1-1.7.201403171237_all.deb Size: 32504 MD5sum: 95f7fbec7261f77323a8ce452b4bb150 SHA1: 00e2cc8b516831d2564a5cc5546042277916a24e SHA256: b9fd2642ae5adc3a5f1b23af5c6b2cf4c030de9c2285acc5322eece7bc8594e4 Description: sharing-enhanced binary encoding; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is similar to the haskell binary library, but add support to sharing identical element occuring in the data to be (de-)serialized. Homepage: http://hackage.haskell.org/package/binary-shared Package: libghc-bindings-gpgme-doc Priority: extra Section: doc Installed-Size: 1443 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bindings-gpgme Version: 0.1.4-1.2.201403171308 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bindings-gpgme-dev Filename: 4.0-0/all/libghc-bindings-gpgme-doc_0.1.4-1.2.201403171308_all.deb Size: 116206 MD5sum: 6d260be71413859dc034c1103b724649 SHA1: 07501fdbd7ce212bababd9749d5cbd708cb38a21 SHA256: 3006d71d0fff98caa3fdcbfab0e300f60a9113fa1b6cf5f309c6d294cf0f96e8 Description: Haskell bindings to GPGME; documentation These are Haskell bindings to libgpgme. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-bindings-gpgme Package: libghc-bindings-libzip-doc Priority: extra Section: doc Installed-Size: 437 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bindings-libzip Version: 0.10-2.2.201403171312 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bindings-libzip-dev Filename: 4.0-0/all/libghc-bindings-libzip-doc_0.10-2.2.201403171312_all.deb Size: 51684 MD5sum: 53adac29dec6a2a96e64a92966791b94 SHA1: de38fcaec4e2b8f547fb6ca960428027a76e87be SHA256: 35f6a58fbb122c9903293f2c711a3540844c2dbfa60b754a6443588e0ca41fa8 Description: low-level Haskell bindings to libzip; documentation This package provides low-level bindings to libzip library. For a higher-level interface please use the libghc-libzip-dev package. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/bindings-libzip Package: libghc-bitarray-doc Priority: extra Section: doc Installed-Size: 218 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bitarray Version: 0.0.1-2.2.201403171314 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bitarray-dev Filename: 4.0-0/all/libghc-bitarray-doc_0.0.1-2.2.201403171314_all.deb Size: 37010 MD5sum: e727a154b5e3df24debc48f48a5dcf19 SHA1: d90c91d910b26e0b9d990bd3588226623e88c0ea SHA256: a396c8608ab79927694ba3362881aeef0018edc3f188e31b05fd3a18802a0c57 Description: Mutable and immutable bit arrays; documentation This package provides mutable and immutable bit arrays implemented as packed arrays of 64 bit words. It provides a pure interface as well as monadic interfaces for the IO and ST monad. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/bitarray Package: libghc-blaze-builder-conduit-doc Priority: extra Section: doc Installed-Size: 144 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-builder-conduit Version: 0.4.0.2-1.2.201403171320 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-conduit-doc, libghc-blaze-builder-conduit-dev Filename: 4.0-0/all/libghc-blaze-builder-conduit-doc_0.4.0.2-1.2.201403171320_all.deb Size: 34704 MD5sum: 60abe7abdeab61377f5b95eb6924c61f SHA1: a97b701586353a83b558bfc688e052a88485a7b7 SHA256: 74fdd895a33413a415c3dd3b64ea837afb9229915b876f0828d566f3896bb106 Description: convert streams of builders to streams of bytestrings; documentation Convert streams of builders to streams of bytestrings. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-blaze-builder-conduit Package: libghc-blaze-builder-doc Priority: extra Section: doc Installed-Size: 943 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-builder Version: 0.3.1.0-1.2.201403171317 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-blaze-builder-dev Filename: 4.0-0/all/libghc-blaze-builder-doc_0.3.1.0-1.2.201403171317_all.deb Size: 121880 MD5sum: 37c87b3039feb53090a3d3511ef9c310 SHA1: 3a34602f13a053b0e933cbce6941fa33cf3c1ad7 SHA256: 7175299754eecd89739c10e0c8daa95da0168708563d39a610836c295ed74d55 Description: abstraction of buffered output of byte streams; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows one to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. Homepage: http://hackage.haskell.org/package/blaze-builder Package: libghc-blaze-builder-enumerator-doc Priority: extra Section: doc Installed-Size: 141 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-builder-enumerator Version: 0.2.0.4-1.2.201403171328 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-enumerator-doc, libghc-transformers-doc, libghc-blaze-builder-enumerator-dev Filename: 4.0-0/all/libghc-blaze-builder-enumerator-doc_0.2.0.4-1.2.201403171328_all.deb Size: 36094 MD5sum: e3232a674c7e2abd4506a44844226566 SHA1: 296fd0b0ba24a9c5efc62811d8ea0b4ea60dd1f8 SHA256: ce8c918b12e49209acb198a05c8623a9dc21c482a0dacd2f8fc9b98e1fba16dc Description: enumeratees for conversion of builders to bytestrings; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for incrementally executing builders and pass the filled chunks to a bytestring iteratee. Homepage: http://hackage.haskell.org/package/blaze-builder-enumerator Package: libghc-blaze-html-doc Priority: extra Section: doc Installed-Size: 5755 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-html Version: 0.4.3.1-3.2.201403171330 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-text-doc, libghc-blaze-html-dev Filename: 4.0-0/all/libghc-blaze-html-doc_0.4.3.1-3.2.201403171330_all.deb Size: 404348 MD5sum: c22aef383581b2e8241eb78ee2995d66 SHA1: ed355b103c4c7224575b6280da0ceada9410b5fb SHA256: 7434375825cede97a796e0c242b2ac0dd7a56611d5124e242cb2fbcd0547622d Description: HTML combinator library for Haskell - documentation With this Haskell library you can easily produce HTML code without having to explicitly write tags and attributes, but just combining the operators exposed by this library. It can outputs HTML 4 Strict, Transitional and Frameset, as well as HTML 5 code. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/blaze-html Package: libghc-blaze-markup-doc Priority: extra Section: doc Installed-Size: 426 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-markup Version: 0.5.1.0-1.2.201403171334 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-text-doc, libghc-blaze-markup-dev Filename: 4.0-0/all/libghc-blaze-markup-doc_0.5.1.0-1.2.201403171334_all.deb Size: 63462 MD5sum: cdd96ea82687dadf6873eb322d44b49d SHA1: 74ffc7141f68f9b2af029436b1861240fc849afc SHA256: 161b6b1179d0738efeea85606c83bfecaf7d46f8e5794f9b7b44caffa8a3d578 Description: blazingly-fast markup combinator library; documentation Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/blaze-markup Package: libghc-blaze-textual-doc Priority: extra Section: doc Installed-Size: 171 Maintainer: Debian Haskell Group Architecture: all Source: haskell-blaze-textual Version: 0.2.0.6-2.2.201403171341 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-blaze-textual-dev Filename: 4.0-0/all/libghc-blaze-textual-doc_0.2.0.6-2.2.201403171341_all.deb Size: 36706 MD5sum: 6bda9b5f920e1da0f095fdf59fac109e SHA1: f8005862bad8ee33e61fc36cbcf2387e2ff50e33 SHA256: 03fcca68ba4c531b2386f5d538cb6f8a4c02d7aa5d72adf5fb648b1467236a48 Description: Fast rendering of common datatypes; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a library for efficiently rendering Haskell datatypes to bytestrings. Homepage: http://hackage.haskell.org/package/blaze-textual Package: libghc-bloomfilter-doc Priority: extra Section: doc Installed-Size: 379 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bloomfilter Version: 1.2.6.8-1.2.201403171347 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bloomfilter-dev Filename: 4.0-0/all/libghc-bloomfilter-doc_1.2.6.8-1.2.201403171347_all.deb Size: 60894 MD5sum: 82afbe6ec7c3e997ae77eaa913c6cf28 SHA1: ca831ad047251c9325b1531282a74ccd08002285 SHA256: 44464c81381fa43c1855885548187e832e8dc5125ac34a0ac64c844123861c7c Description: Haskell bloom filter library - documentation This Haskell library provides pure and impure bloom filter implementations. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/bloomfilter Package: libghc-boolean-doc Priority: extra Section: doc Installed-Size: 140 Maintainer: Debian Haskell Group Architecture: all Source: haskell-boolean Version: 0.0.1-2.2.201403171350 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-boolean-dev Filename: 4.0-0/all/libghc-boolean-doc_0.0.1-2.2.201403171350_all.deb Size: 33586 MD5sum: d0cc38332ec885855f0fad7a5596e240 SHA1: 42a0ac316fc59feaeb90f9bfbd0160ffc8954ca8 SHA256: b5379c177a1c43259380e439d2a21e8772760031ea47e6023ff730ed8d5ca5e9 Description: generalized booleans; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains some classes for generalized boolean operations. Homepage: http://hackage.haskell.org/package/MemoTrie Package: libghc-boomerang-doc Priority: extra Section: doc Installed-Size: 556 Maintainer: Debian Haskell Group Architecture: all Source: haskell-boomerang Version: 1.3.1-1.2.201403171357 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-boomerang-dev Filename: 4.0-0/all/libghc-boomerang-doc_1.3.1-1.2.201403171357_all.deb Size: 73682 MD5sum: 858fe7c28ae2aef5b5b6a6378409b92b SHA1: 5f3582cb07f7c3ee5e8508e1d995b66e2a5c1e90 SHA256: c55885aa37eea53b778841ffda61b44e815385522c7dee63ad4a35299b787a80 Description: invertible parsing and printing; documentation Specify a single unified grammar which can be used for parsing and pretty-printing. . Boomerang is a DSL for creating parsers and pretty-printers using a single specification. Instead of writing a parser, and then writing a separate pretty-printer, both are created at once. This saves time, and ensures that the parser and pretty-printer are inverses and stay in-sync with each other. . Boomerang is a generalized derivative of the Zwaluw library created by Sjoerd Visscher and Martijn van Steenbergen. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/boomerang Package: libghc-brainfuck-doc Priority: extra Section: doc Installed-Size: 206 Maintainer: Debian Haskell Group Architecture: all Source: haskell-brainfuck Version: 0.1-2.2.201403171359 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-brainfuck-dev Filename: 4.0-0/all/libghc-brainfuck-doc_0.1-2.2.201403171359_all.deb Size: 39730 MD5sum: 72833a4d85d6c46ed4dd088ccb227bfe SHA1: f362efacd812ac21441c04059dfe03fcc143b34a SHA256: cab38299f01fe432bbb3c8f9e33680d2a101cf1c5d5111a944e4aed46d4add0b Description: Brainfuck interpreter library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is an interpreter for the Brainfuck language, written in the pure, lazy, functional language Haskell. Homepage: http://hackage.haskell.org/package/brainfuck Package: libghc-byteorder-doc Priority: extra Section: doc Installed-Size: 104 Maintainer: Debian Haskell Group Architecture: all Source: haskell-byteorder Version: 1.0.3-2.2.201403171402 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-byteorder-dev Filename: 4.0-0/all/libghc-byteorder-doc_1.0.3-2.2.201403171402_all.deb Size: 29592 MD5sum: 0cb4c8936ff0a4302561516f7bf5443d SHA1: dded095495f286f70eeceb6798e03716387afa5e SHA256: 9ed448d88254d3a8d1188a627f26ed9ebf3a1b6e11a7958c6402749108b9b5dc Description: exposes the native endianness or byte ordering of the system; documentation This is for working with the native byte-ordering of the system. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-byteorder Package: libghc-bytestring-lexing-doc Priority: extra Section: doc Installed-Size: 426 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bytestring-lexing Version: 0.4.0-1.2.201403171409 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bytestring-lexing-dev Filename: 4.0-0/all/libghc-bytestring-lexing-doc_0.4.0-1.2.201403171409_all.deb Size: 60918 MD5sum: fea210d2e9ff648a316c84c977543cfc SHA1: a8102ccbee0ab32f7fd0c6fff37fecadd65be2ab SHA256: 3f5aae88275467cec44fc2b1108a9cb24f2143b548ea9aa5cd03ac2f310cb7ad Description: parse/produce literals from strict/lazy bytestrings; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Parse and produce literals efficiently from strict or lazy bytestrings. Homepage: http://hackage.haskell.org/package/bytestring-lexing Package: libghc-bytestring-mmap-doc Priority: extra Section: doc Installed-Size: 154 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bytestring-mmap Version: 0.2.2-2.2.201403171413 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bytestring-mmap-dev Filename: 4.0-0/all/libghc-bytestring-mmap-doc_0.2.2-2.2.201403171413_all.deb Size: 37950 MD5sum: f1efd3f13042cc3675a0ea659b683580 SHA1: 7676a5f5366c277e2f2183accb2002af9715c616 SHA256: 384f128568ee089152a25144626cba22e08c9d0bafd4106acfc30eb6bae61b6c Description: mmap support for strict ByteStrings; documentation This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading. . This package contains the documentation files. Homepage: http://code.haskell.org/~dons/code/bytestring-mmap/ Package: libghc-bytestring-nums-doc Priority: optional Section: doc Installed-Size: 206 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bytestring-nums Version: 0.3.5-2.2.201403171418 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bytestring-nums-dev Filename: 4.0-0/all/libghc-bytestring-nums-doc_0.3.5-2.2.201403171418_all.deb Size: 36856 MD5sum: eb0ff593a5699f5af5741cfd0322072a SHA1: 5c435c7ea14fbd8b6427c638729075b7b79c57ed SHA256: 6c1ab4fead8a6537a634697cf4779482706f00359398457dc6c7842a3bd99221 Description: Parse numeric literals from ByteStrings.; documentation A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a ForeignPtr, and can be passed between C and Haskell with little effort. . Parse numeric literals from ByteStrings. . This package contains the library documentation. Homepage: http://github.com/solidsnack/bytestring-nums Package: libghc-bytestring-show-doc Priority: optional Section: doc Installed-Size: 293 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bytestring-show Version: 0.3.5.1-1.2.201403171426 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bytestring-show-dev Filename: 4.0-0/all/libghc-bytestring-show-doc_0.3.5.1-1.2.201403171426_all.deb Size: 46774 MD5sum: 841e6c6b8661d7914ce8a15ec0093879 SHA1: 124ded9e043867d9a0309569e60849501a549d3f SHA256: 6d384edab1c92cf3cf8feedb5f14ca55e2b039bd7df5a5a72b3fa2a493cc3514 Description: Haskell library for value converter to byte strings; documentation Efficient conversion of values into readable byte strings. . This package contains the library documentation. Homepage: http://code.haskell.org/~dolio/ Package: libghc-bzlib-doc Priority: extra Section: doc Installed-Size: 335 Maintainer: Debian Haskell Group Architecture: all Source: haskell-bzlib Version: 0.5.0.3-2.7.201403171430 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bzlib-dev Filename: 4.0-0/all/libghc-bzlib-doc_0.5.0.3-2.7.201403171430_all.deb Size: 59178 MD5sum: 95ad3a213fa325ec52eb6f8577e43459 SHA1: 52756f228a08d0b05db4dbdab71a2ff1e36ce364 SHA256: a7400d1e31cf0ec68769dcecf82e84c8bcbfcbfbd5a48f1a015061dfdb890d09 Description: Documentation for the Haskell bindings to the bzip2 library . This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance. . It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full bzip2 feature set. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/bzlib Package: libghc-cabal-file-th-doc Priority: extra Section: doc Installed-Size: 137 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cabal-file-th Version: 0.2.2-1.2.201403171434 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cabal-file-th-dev Filename: 4.0-0/all/libghc-cabal-file-th-doc_0.2.2-1.2.201403171434_all.deb Size: 33764 MD5sum: be1d2cdeee2f8c248ce3d30bb0b4e6c1 SHA1: 187ae7f5dde6903e1d1753cfdcbe0e06c80a0d98 SHA256: e74296670612663c35f3af05bdaefaefd07b98dd7137cea524fb3ff3e32ba1a0 Description: TH expressions for reading fields from a project's cabal file; documentation Template Haskell expressions for reading fields from a project's cabal file. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-cabal-file-th Package: libghc-cairo-doc Priority: extra Section: doc Installed-Size: 1617 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cairo Version: 0.12.3-1.7.201403171446 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-cairo-dev Filename: 4.0-0/all/libghc-cairo-doc_0.12.3-1.7.201403171446_all.deb Size: 170762 MD5sum: b745cce9f8e5498cae032717090aefc8 SHA1: d65c657499dc2b2328efbcb435dd26c0ff435071 SHA256: 5e577b65b614858a5fd585833a786e43ec9d8eb906585f7a31c378e9cee7fef4 Description: Binding to the Cairo library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. Homepage: http://hackage.haskell.org/package/cairo Package: libghc-case-insensitive-doc Priority: extra Section: doc Installed-Size: 132 Maintainer: Debian Haskell Group Architecture: all Source: haskell-case-insensitive Version: 0.4.0.1-2.2.201403171455 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-text-doc, libghc-case-insensitive-dev Filename: 4.0-0/all/libghc-case-insensitive-doc_0.4.0.1-2.2.201403171455_all.deb Size: 34244 MD5sum: a35119c7bd43d503ac1f31b718bb641e SHA1: 00bf53a549850d450ea8c62d7752ac508373ff87 SHA256: 83d776708943834e8e2e09f3c6d1f2c6704a7cbf7cdbe902611f9eb1dd70a8e9 Description: case-insensitive string comparison; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases. Homepage: http://hackage.haskell.org/package/case-insensitive Package: libghc-categories-doc Priority: extra Section: doc Installed-Size: 361 Maintainer: Debian Haskell Group Architecture: all Source: haskell-categories Version: 1.0.3-1.2.201403171459 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-categories-dev Filename: 4.0-0/all/libghc-categories-doc_1.0.3-1.2.201403171459_all.deb Size: 53942 MD5sum: 308274950f1a6161c0a0deda4d6479be SHA1: 4eb53eabb52cce58c2a8593e0f3a6932878c7907 SHA256: 316ad05dd86c4de9da36c6dbbf28bde5fbaaaba62e15c06e985079f16f419ae3 Description: categories from category-extras; documentation categories from category-extras. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/categories Package: libghc-cautious-file-doc Priority: extra Section: doc Installed-Size: 135 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cautious-file Version: 1.0.1-1.7.201403171502 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cautious-file-dev Filename: 4.0-0/all/libghc-cautious-file-doc_1.0.1-1.7.201403171502_all.deb Size: 32552 MD5sum: ae0b08a8c9c2aae46eae8f1cfb69109d SHA1: 3fe598468bbbaff802e673c3b2c81f4232e073cf SHA256: 11b26caee5c834b779f9fe20ad8ff43f625fd1fcf6c8ae422bc8fb11715f94d1 Description: Haskell library to write a file cautiously - documentation This Haskell library is able to write on a file using some techniques to reduce the chances of problems such as data loss due to crashes or power failures. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/cautious-file Package: libghc-cereal-conduit-doc Priority: extra Section: doc Installed-Size: 143 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cereal-conduit Version: 0.5-1.3.201403180654 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-conduit-doc, libghc-void-doc, libghc-cereal-conduit-dev Filename: 4.0-0/all/libghc-cereal-conduit-doc_0.5-1.3.201403180654_all.deb Size: 33936 MD5sum: 00851bb70d1b74b29507abacc4757a84 SHA1: 5967b91a808b1a9601203f306356a157c578f903 SHA256: b02b5a39f57bee5212631072d6467d68e9fbe202a0f59fe92f1e95306b546c9b Description: turn Data.Serialize Gets and Puts into Sources and Sinks; documentation Data.Conduit.Cereal provides a conduit interface to cereal. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/cereal-conduit Package: libghc-cereal-doc Priority: optional Section: doc Installed-Size: 677 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cereal Version: 0.3.5.2-1.2.201403171506 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-dev Filename: 4.0-0/all/libghc-cereal-doc_0.3.5.2-1.2.201403171506_all.deb Size: 81690 MD5sum: 22d3b8c234b432ad6ddb7828d2b6372a SHA1: 17733bce72fff60c3818afafed7788da6814b83e SHA256: 178522401cb7ff63b97e37b73ad521649b9ad2096c6061267dde9770fc37101c Description: binary serialization library; documentation A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and replaces the asynchronous errors with a user-handleable Either type. Similar to binary in performance, but uses a strict ByteString instead of a lazy ByteString, thus restricting it to operating on finite inputs. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/cereal Package: libghc-certificate-doc Priority: extra Section: doc Installed-Size: 441 Maintainer: Debian Haskell Group Architecture: all Source: haskell-certificate Version: 1.2.3-2.2.201403171512 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-asn1-data-doc, libghc-crypto-pubkey-types-doc, libghc-certificate-dev Filename: 4.0-0/all/libghc-certificate-doc_1.2.3-2.2.201403171512_all.deb Size: 61062 MD5sum: f7f578b7d73911297f429deff91d7a0f SHA1: d7c5bace396c05b0d0e7df70a82478d4e4930076 SHA256: 9729280e9b3ac07a583e1aef075e9daa19451afb1008d39abadd6137fc6cca72 Description: certificate and key Reader/Writer; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a certificate and key Reader/Writer. At the moment only X.509 certificate and unencrypted private keys are supported, but will include OpenPGP certificates and PKCS #8 private keys. Homepage: http://hackage.haskell.org/package/certificate Package: libghc-cgi-doc Priority: extra Section: doc Installed-Size: 730 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cgi Version: 3001.1.8.2-2.8.201403310958 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monadcatchio-mtl-doc, libghc-mtl-doc, libghc-network-doc, libghc-parsec3-doc, libghc-xhtml-doc, libghc-cgi-dev Filename: 4.0-0/all/libghc-cgi-doc_3001.1.8.2-2.8.201403310958_all.deb Size: 101760 MD5sum: ce8504f6a0282d079e57b6e1379520f6 SHA1: 00d4958a03b66770177adc9d133a5fbd3360a0ce SHA256: 0e3883ac01de3bb7fa3fd39d4904052d44a4cc6fb1db4862253102babcc6e55f Description: Haskell CGI library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is for writing CGI programs. Homepage: http://hackage.haskell.org/package/cgi Package: libghc-chart-doc Priority: extra Section: doc Installed-Size: 2075 Maintainer: Debian Haskell Group Architecture: all Source: haskell-chart Version: 0.15-1.2.201403171521 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cairo-doc, libghc-colour-doc, libghc-data-accessor-doc, libghc-mtl-doc, libghc-chart-dev Filename: 4.0-0/all/libghc-chart-doc_0.15-1.2.201403171521_all.deb Size: 199162 MD5sum: 1df355a75e22030780075feb3d81c619 SHA1: 7002f67825ded2cbb11bc7ec3215231a4f4f0627 SHA256: e2687335dc1ae0cc0d9073a04430638a4cf11c115a55285def97a3bbe105ee6a Description: library for generating 2D Charts and Plots; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a library for generating 2D Charts and Plots, based upon the cairo graphics library. Homepage: http://hackage.haskell.org/package/chart Package: libghc-chell-doc Priority: optional Section: doc Installed-Size: 467 Maintainer: Debian Haskell Group Architecture: all Source: haskell-chell Version: 0.3-1.2.201403171526 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-transformers-doc, libghc-chell-dev Filename: 4.0-0/all/libghc-chell-doc_0.3-1.2.201403171526_all.deb Size: 67046 MD5sum: 8b3710364f3f62ef53ba27e52f534202 SHA1: 99f44c0aef796799e3816d5f4bb39413b5b47d6a SHA256: e40fddaa910e2af4c355555787056ebd1a2a0c4a37686cc3f7666eaf6ac508b5 Description: Haskell library for simple and intuitive automated testing; documentation Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to support more complex testing strategies. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: https://john-millikin.com/software/chell/ Package: libghc-citeproc-hs-data Priority: extra Section: haskell Installed-Size: 471 Maintainer: Debian Haskell Group Architecture: all Source: haskell-citeproc-hs Version: 0.3.4-1.3.201403310853 Filename: 4.0-0/all/libghc-citeproc-hs-data_0.3.4-1.3.201403310853_all.deb Size: 49980 MD5sum: bb8fa0df4709d0316def2a75d5e09ddc SHA1: f5c8eb7b3f0fd8a4aa9989ee45442d08c93669f1 SHA256: 58933945738ca17e21912a91c2fa37c1492b32fc7b47813ed36fad4c3a6f1f94 Description: Haskell support for Citation Style Language - data files citeproc-hs is a Haskell implementation of the Citation Style Language (CSL). . citeproc-hs adds to pandoc, the famous Haskell text processing tool, a Bibtex like citation and bibliographic formatting and generation facility. . CSL is an XML language for specifying citation and bibliographic formatting, similar in principle to BibTeX .bst files or the binary style files in commercial products like Endnote or Reference Manager. . This package contains the data files needed to use the library. Homepage: http://hackage.haskell.org/package/citeproc-hs Package: libghc-citeproc-hs-doc Priority: extra Section: doc Installed-Size: 2440 Maintainer: Debian Haskell Group Architecture: all Source: haskell-citeproc-hs Version: 0.3.4-1.3.201403310853 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-json-doc, libghc-mtl-doc, libghc-pandoc-types-doc, libghc-xml-doc, libghc-citeproc-hs-dev Filename: 4.0-0/all/libghc-citeproc-hs-doc_0.3.4-1.3.201403310853_all.deb Size: 234086 MD5sum: 31ff4e6732e00a9d2abba25f71dd6ba5 SHA1: ca35887f63ff45531b84f427d44962f713dedfcf SHA256: 0e6f2ffcbe16d5a7c57e5f97bfe2ac4d0df542622671e063ab1c6b09144ee9a8 Description: Haskell support for Citation Style Language - documentation citeproc-hs is a Haskell implementation of the Citation Style Language (CSL). . citeproc-hs adds to pandoc, the famous Haskell text processing tool, a Bibtex like citation and bibliographic formatting and generation facility. . CSL is an XML language for specifying citation and bibliographic formatting, similar in principle to BibTeX .bst files or the binary style files in commercial products like Endnote or Reference Manager. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/citeproc-hs Package: libghc-clientsession-doc Priority: extra Section: doc Installed-Size: 160 Maintainer: Debian Haskell Group Architecture: all Source: haskell-clientsession Version: 0.7.5-3.2.201403171550 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-api-doc, libghc-cryptocipher-doc, libghc-skein-doc, libghc-clientsession-dev Filename: 4.0-0/all/libghc-clientsession-doc_0.7.5-3.2.201403171550_all.deb Size: 38782 MD5sum: 6cbc0afb91c3293bb64127a76d14e8c6 SHA1: d7a4dccaf898b55be63dfeceec5b7cd73fe539d9 SHA256: 259cc7c960e609c5273e560363facf0dae747574ce7a77d61fcf3d780febbc66 Description: library for web session data in cookies; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Achieves security through AES encryption and MD5 hashing. Uses base64 encoding to avoid any issues with characters. Homepage: http://hackage.haskell.org/package/clientsession Package: libghc-clock-doc Priority: extra Section: doc Installed-Size: 129 Maintainer: Debian Haskell Group Architecture: all Source: haskell-clock Version: 0.2.0.0-2.2.201403171554 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-clock-dev Filename: 4.0-0/all/libghc-clock-doc_0.2.0.0-2.2.201403171554_all.deb Size: 32492 MD5sum: 678d010297f43d9398809399eb1b48ab SHA1: 448b3257706c00e77be8210815d6af943e8e3fb5 SHA256: 834ccbb815a9b87df149ebb7d1bdfdddca5e4d5557e44e7f6ef9c22b07241bb2 Description: High-resolution clock and timer; documentation This library provides convenient access to high-resolution clock and timer functions. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/clock Package: libghc-cmdargs-doc Priority: extra Section: doc Installed-Size: 1368 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cmdargs Version: 0.9.5-1.2.201403171556 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cmdargs-dev Filename: 4.0-0/all/libghc-cmdargs-doc_0.9.5-1.2.201403171556_all.deb Size: 161552 MD5sum: 2875d3eca83b07b4806075ecddef609e SHA1: ea5bae4462996ea856bc8f543611cd52ab7053a9 SHA256: 984e0f2bec9239bfdd94f14d2eb0d85503dd299f91a7ce7584b9b52315b97b1f Description: command-line argument processing; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose documentation contains an example. . System.Console.CmdArgs.Explicit provides a way to write command-line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. . System.Console.CmdArgs.Implicit provides a way to concisely define command-line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. . System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type. Homepage: http://hackage.haskell.org/package/cmdargs Package: libghc-colour-doc Priority: extra Section: doc Installed-Size: 910 Maintainer: Debian Haskell Group Architecture: all Source: haskell-colour Version: 2.3.3-1.5.201403171600 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-colour-dev Filename: 4.0-0/all/libghc-colour-doc_2.3.3-1.5.201403171600_all.deb Size: 102430 MD5sum: 215b85b22b19d4edfe48015b1678df0a SHA1: ac89a8e90aa756cc397757e21785be7a26c957cd SHA256: 2fa4052726fe0a2e051d2cde5266a68f79883efa1ed4e43070ecf31bb3c5a823 Description: A model for human colour/color perception; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour names (Data.Colour.Names) is provided. Homepage: http://hackage.haskell.org/package/colour Package: libghc-comonad-doc Priority: extra Section: doc Installed-Size: 172 Maintainer: Debian Haskell Group Architecture: all Source: haskell-comonad Version: 1.1.1.5-1.2.201403171603 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-comonad-dev Filename: 4.0-0/all/libghc-comonad-doc_1.1.1.5-1.2.201403171603_all.deb Size: 37704 MD5sum: cf33f123946a6e2b06e77255bb09ae8e SHA1: a3475cc1739138db02072a4f8f57d626cd79e0f9 SHA256: ac95fe3cf4d1c9bce5a89f38e7ee12270a881580a4d648c57938d7d84b7bc267 Description: Haskell 98 comonads; documentation Haskell 98 comonads . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/comonad Package: libghc-comonad-transformers-doc Priority: extra Section: doc Installed-Size: 283 Maintainer: Debian Haskell Group Architecture: all Source: haskell-comonad-transformers Version: 2.1.1.1-1.3.201403180714 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-contravariant-doc, libghc-distributive-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-comonad-transformers-dev Filename: 4.0-0/all/libghc-comonad-transformers-doc_2.1.1.1-1.3.201403180714_all.deb Size: 45316 MD5sum: 371dfb4bf7da7d6202fdfc0152844edf SHA1: c5e3824c5f1cdc0dffff22cbebca888610cc0167 SHA256: 81de2e5165e9f3726e3a5f9989b7f82af698b2123c768bc0c41ff376c665e95d Description: Haskell 98 Comonad transformers; documentation A comonad also known as a cotriple is the categorical dual of a monad. This package provides transformers of comonads. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/comonad-transformers Package: libghc-comonads-fd-doc Priority: extra Section: doc Installed-Size: 217 Maintainer: Debian Haskell Group Architecture: all Source: haskell-comonads-fd Version: 2.1.1.2-1.4.201403180714 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-comonad-transformers-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-comonads-fd-dev Filename: 4.0-0/all/libghc-comonads-fd-doc_2.1.1.2-1.4.201403180714_all.deb Size: 37636 MD5sum: 41ff1900ac71c6ba3bf4d741bcecfe5b SHA1: 85b7c5b382bad9e1fde826470f4c39a88a22c6ad SHA256: 903a938907744028987e607af90ed7117379c01a36942d4066cc3a7398763f48 Description: Comonad transformers using functional dependencies; documentation This package provides transformers of comonads using functional dependencies. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/comonads-fd Package: libghc-conduit-doc Priority: extra Section: doc Installed-Size: 758 Maintainer: Debian Haskell Group Architecture: all Source: haskell-conduit Version: 0.4.2-2.2.201403171608 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-resourcet-doc, libghc-text-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-void-doc, libghc-conduit-dev Filename: 4.0-0/all/libghc-conduit-doc_0.4.2-2.2.201403171608_all.deb Size: 96724 MD5sum: d3cec00a6f9b73118d3af6645848c975 SHA1: 2f0208be667a4322598fc67a06a888a92aaba31b SHA256: 2d1acba6ac599513acf2614e9eca9d57b32df60d39dccd5ce6623d0d6e1e0e65 Description: streaming data processing library; documentation Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. For more information, see http://www.yesodweb.com/book/conduit. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-conduit Package: libghc-configfile-doc Priority: extra Section: doc Installed-Size: 380 Maintainer: Debian Haskell Group Architecture: all Source: haskell-configfile Version: 1.0.6-4.9.201403311030 Replaces: configfile-doc (<< 1.0.6-2) Depends: haddock-interface-19 Recommends: ghc-doc, libghc-missingh-doc, libghc-mtl-doc, libghc-configfile-dev Breaks: configfile-doc (<< 1.0.6-2) Filename: 4.0-0/all/libghc-configfile-doc_1.0.6-4.9.201403311030_all.deb Size: 77836 MD5sum: cd589a1e612081c9a73ff49eeb5060ed SHA1: 2f77f5ad0ef30ecd17759ceb4b1a9da68b49b8d1 SHA256: 9e9a6d4cabbbd8770a022e728c3559f4f36ddc83bb680ec48d2a12cafa882965 Description: Parser and writer for sectioned config files in Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and compatible with, Python's ConfigParser module. It uses files that resemble Windows .INI-style files, but with numerous improvements. . ConfigFile provides simple calls to both read and write config files. It's possible to make a config file parsable by this module, the Unix shell, and make. Homepage: http://software.complete.org/configfile Package: libghc-configurator-doc Priority: extra Section: doc Installed-Size: 388 Maintainer: Debian Haskell Group Architecture: all Source: haskell-configurator Version: 0.2.0.0-1.2.201403171620 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-text-doc, libghc-unordered-containers-doc, libghc-configurator-dev Filename: 4.0-0/all/libghc-configurator-doc_0.2.0.0-1.2.201403171620_all.deb Size: 64636 MD5sum: a7ecc615f712ee3ebfa3b8171aa98703 SHA1: 80ef16d1ef5d6d87e09b26330e19a3d878812120 SHA256: 139db21372cd6ab25fff8cfd95d6cf083b12c5f8c7b7c5da906f7cf7754285c7 Description: dynamic config file reloading; documentation A configuration management library for programs and daemons. . Features include: . * Automatic, dynamic reloading in response to modifications to configuration files. . * A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. $(HOME)). . * Subscription-based notification of changes to configuration properties. . * An import directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications. . This package contains the documentation files. Homepage: http://github.com/bos/configurator Package: libghc-contravariant-doc Priority: extra Section: doc Installed-Size: 153 Maintainer: Debian Haskell Group Architecture: all Source: haskell-contravariant Version: 0.2.0.2-1.2.201403171627 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-contravariant-dev Filename: 4.0-0/all/libghc-contravariant-doc_0.2.0.2-1.2.201403171627_all.deb Size: 34644 MD5sum: 05eda5efb4c1d738d57e453aabb9e4ed SHA1: cd099eb1c185492786913189741127d2f3744a46 SHA256: 1895b63a705c642eecb27f7b47b94e9edb371fcc069e7002309fb0f3ce78e7a9 Description: Haskell 98 contravariant functors; documentation Haskell 98 contravariant functors. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/contravariant Package: libghc-convertible-doc Priority: extra Section: doc Installed-Size: 950 Maintainer: Debian Haskell Group Architecture: all Source: haskell-convertible Version: 1.0.11.0-3.7.201403171630 Replaces: haskell-convertible-doc (<< 1.0.9-2) Provides: haskell-convertible-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-text-doc, libghc-convertible-dev Conflicts: haskell-convertible-doc (<< 1.0.9-2) Filename: 4.0-0/all/libghc-convertible-doc_1.0.11.0-3.7.201403171630_all.deb Size: 75814 MD5sum: cae7c1313e520077cd7f85076f5cad5e SHA1: c35a123e8c3104767f06648c705be6ffe585ea26 SHA256: 9c99b80a620e04a80bf8f932f07bf757bc70a65b40396b37f62c6f45cd280946 Description: Typeclasses and instances for converting between types, documentation convertible provides a typeclass with a single function that is designed to help convert between different types: numeric values, dates and times, and the like. The conversions perform bounds checking and return a pure Either value. This means that you need not remember which specific function performs the conversion you desire. . Also included in the package are optional instances that provide conversion for various numeric and time types, as well as utilities for writing your own instances. . Finally, there is a function that will raise an exception on bounds-checking violation, or return a bare value otherwise, implemented in terms of the safer function described above. . Convertible is also used by HDBC 2.0 for handling marshalling of data to/from databases. . Convertible is backed by an extensive test suite and passes tests on GHC and Hugs. . This package provides documentation on the Convertible API. Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible Package: libghc-cookie-doc Priority: extra Section: doc Installed-Size: 150 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cookie Version: 0.4.0-1.2.201403171637 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-data-default-doc, libghc-text-doc, libghc-cookie-dev Filename: 4.0-0/all/libghc-cookie-doc_0.4.0-1.2.201403171637_all.deb Size: 34680 MD5sum: 640d3fa313989a2dd99381cacb6f829b SHA1: 16f556528b86f326f3ff43316e692b782907fd20 SHA256: 52f0fab31dea91f9c40361357fbf90936ab115e11248871c56dc2f03e345f71b Description: HTTP cookie-parsing and rendering library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains Web.Cookie. Homepage: http://hackage.haskell.org/package/cookie Package: libghc-cpphs-doc Priority: extra Section: doc Installed-Size: 565 Maintainer: Debian Haskell Group Architecture: all Source: cpphs Version: 1.13.3-2.9.201403180928 Replaces: haskell-cpphs-doc (<< 1.11-2) Provides: haskell-cpphs-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cpphs-dev Conflicts: haskell-cpphs-doc (<< 1.11-2) Filename: 4.0-0/all/libghc-cpphs-doc_1.13.3-2.9.201403180928_all.deb Size: 74788 MD5sum: 4ae86c08623511bc9f8d4cd784d04622 SHA1: df73c0045db5e391d955bbd8098c96fbe6817995 SHA256: 456e99be970bdb0b4305a8f17a4d8e757150fe47a2e329509f20ed1460b34254 Description: cpphs-library for haskell; documentation This package provides some of the features of cpphs as a haskell library. . This package contains the API documentation for this library Homepage: http://hackage.haskell.org/package/cpphs Package: libghc-cprng-aes-doc Priority: extra Section: doc Installed-Size: 126 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cprng-aes Version: 0.2.3-3.2.201403171640 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-api-doc, libghc-random-doc, libghc-cprng-aes-dev Filename: 4.0-0/all/libghc-cprng-aes-doc_0.2.3-3.2.201403171640_all.deb Size: 33658 MD5sum: 7ad1ff941f38369f7c1554f4d1a509f4 SHA1: 211362cf2678450aa2aa03037fc04a80a59fe99e SHA256: 1c979e9244089ca374e61334db57173ec1085991ffcdb64f3b11976e0df99568 Description: pseudo-random number generator using AES in counter mode; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains a simple crypto pseudo-random-number-generator with really good randomness property. . Using ent, a randomness property maker on one 1Mb sample: Entropy = 7.999837 bits per byte. Optimum compression would reduce the size of this 1048576 byte file by 0 percent. Chi square distribution for 1048576 samples is 237.02 Arithmetic mean value of data bytes is 127.3422 (127.5 = random) Monte Carlo value for Pi is 3.143589568 (error 0.06 percent). . Compared to urandom with the same sampling: Entropy = 7.999831 bits per byte. Optimum compression would reduce the size of this 1048576 byte file by 0 percent. Chi square distribution for 1048576 samples is 246.63 Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte Carlo value for Pi is 3.132465868 (error 0.29 percent). Homepage: http://hackage.haskell.org/package/cprng-aes Package: libghc-cpu-doc Priority: extra Section: doc Installed-Size: 146 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cpu Version: 0.1.1-1.2.201403171646 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cpu-dev Filename: 4.0-0/all/libghc-cpu-doc_0.1.1-1.2.201403171646_all.deb Size: 33644 MD5sum: a3f16e5aaff20b14bfaac708afa77b74 SHA1: a55ffe5a92d0f8402e61f9df2713dcb8d75279d6 SHA256: c28a4dcdc8cd6dd9fd33ba135ea9a96e9bfe8367040d5f64619d68ec33acbf32 Description: low-level routines to get basic properties of the platform; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains low-level routines to get basic properties of the platform, such as endianness and architecture. Homepage: http://hackage.haskell.org/package/cpu Package: libghc-criterion-doc Priority: extra Section: doc Installed-Size: 796 Maintainer: Debian Haskell Group Architecture: all Source: haskell-criterion Version: 0.6.0.1-3.7.201403171652 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hastache-doc, libghc-mtl-doc, libghc-statistics-doc, libghc-transformers-doc, libghc-vector-doc, libghc-criterion-dev Filename: 4.0-0/all/libghc-criterion-doc_0.6.0.1-3.7.201403171652_all.deb Size: 163704 MD5sum: 0fb7c55ef8a6f36ff28c345a56347fd6 SHA1: 3f970eabaaea98cac3f38c63ad2b8601c3f80499 SHA256: 6e4ed4c7989b57f50b71e579e478f452914cd52f610156d82386ad2daf8740b7 Description: Robust, reliable performance measurement and analysis; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. . The fastest way to get started is to read the documentation and examples in the Criterion.Main module. Homepage: http://hackage.haskell.org/package/criterion Package: libghc-crypto-api-doc Priority: extra Section: doc Installed-Size: 1840 Maintainer: Debian Haskell Group Architecture: all Source: haskell-crypto-api Version: 0.10.2-1.2.201403171701 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-tagged-doc, libghc-crypto-api-dev Filename: 4.0-0/all/libghc-crypto-api-doc_0.10.2-1.2.201403171701_all.deb Size: 126270 MD5sum: e87dbc9026869c0b7e45bc5b85926a8e SHA1: c1fa0719c1701f336407d28014c7a2a65551f3bf SHA256: 4c5ab976e17af4263388eefa48bc15f51b1962e05cd84a705594bc80e88b0485 Description: generic interface for cryptographic operations; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . A generic interface for cryptographic operations, platform independent quality RNG, property tests and known-answer tests (KATs) for common algorithms, and a basic benchmark infrastructure. Maintainers of hash and cipher implementations are encouraged to add instances for the classes defined in Crypto.Classes. Crypto users are similarly encouraged to use the interfaces defined in the Classes module. Any concepts or functions of general use to more than one cryptographic algorithm (ex: padding) is within scope of this package. Homepage: http://hackage.haskell.org/package/crypto-api Package: libghc-crypto-conduit-doc Priority: extra Section: doc Installed-Size: 234 Maintainer: Debian Haskell Group Architecture: all Source: haskell-crypto-conduit Version: 0.3.2-1.2.201403171708 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-crypto-api-doc, libghc-transformers-doc, libghc-crypto-conduit-dev Filename: 4.0-0/all/libghc-crypto-conduit-doc_0.3.2-1.2.201403171708_all.deb Size: 42028 MD5sum: 766710bc6c688c0730fa6641aeaea7ef SHA1: 20d3ef30b4adea38f5989b4f03afd3441e2f9597 SHA256: cc3e0253614a55dc3c44a93815ffac152e252671e0aeb27fbc414814abe94c6d Description: conduit interface for cryptographic operations; documentation This package contains everything that you need to use a cryptographic package that supports the crypto-api package using conduits from the conduit package. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-crypto-conduit Package: libghc-crypto-doc Priority: extra Section: doc Installed-Size: 1145 Maintainer: Debian Haskell Group Architecture: all Source: haskell-crypto Version: 4.2.4-1.2.201403171657 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-dev Filename: 4.0-0/all/libghc-crypto-doc_4.2.4-1.2.201403171657_all.deb Size: 122462 MD5sum: 4e962d4ac2e4af675d2b7ca175c4d469 SHA1: 48582614a81694b6064f67f7f9912067d8c3a3db SHA256: 6a9524dae4a8fcff35ce54bf12298ac621e165779345603185dfa91a606e9e85 Description: cryptographical algorithms for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package contains the following cryptographical algorithms: * DES * Blowfish * AES * TEA * SHA1 * MD5 * RSA * BubbleBabble * Hexdump * Support for Word128, Word192 and Word256 and Beyond * PKCS5 * Padding * Various Encryption Modes e.g. Cipher Block Chaining Homepage: http://hackage.haskell.org/package/Crypto Package: libghc-crypto-pubkey-types-doc Priority: extra Section: doc Installed-Size: 149 Maintainer: Debian Haskell Group Architecture: all Source: haskell-crypto-pubkey-types Version: 0.1.1-1.2.201403171711 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-pubkey-types-dev Filename: 4.0-0/all/libghc-crypto-pubkey-types-doc_0.1.1-1.2.201403171711_all.deb Size: 34314 MD5sum: 6436d5cd053ac1ec33aa1da69d631647 SHA1: f62b38a97d55e37b5bd36cb79a619b05c3bac409 SHA256: 0bdc45189d0bed3a4358961990016cc2858a0c5683c137fbef9e3c22cab89628 Description: generic public-key algorithm types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It defines generic public-key algorithm types (DH, DSA, RSA). Homepage: http://hackage.haskell.org/package/crypto-pubkey-types Package: libghc-cryptocipher-doc Priority: extra Section: doc Installed-Size: 834 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cryptocipher Version: 0.3.5-1.2.201403171718 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-crypto-api-doc, libghc-vector-doc, libghc-cryptocipher-dev Filename: 4.0-0/all/libghc-cryptocipher-doc_0.3.5-1.2.201403171718_all.deb Size: 100640 MD5sum: 032b5a601127e1a18ed95f81abd00845 SHA1: 8ee58056f63bb9452e60cc4f9d38cd8f8ba1b7dd SHA256: 4a672f3433819cd526d57f0e224481ba7c8ff46521baf0701a2698236ed16634 Description: symmetrical Block, Stream and PubKey ciphers; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides symmetrical Block, Stream and PubKey ciphers. Homepage: http://hackage.haskell.org/package/cryptocipher Package: libghc-cryptohash-doc Priority: extra Section: doc Installed-Size: 588 Maintainer: Debian Haskell Group Architecture: all Source: haskell-cryptohash Version: 0.7.5-1.2.201403171721 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-crypto-api-doc, libghc-cryptohash-dev Filename: 4.0-0/all/libghc-cryptohash-doc_0.7.5-1.2.201403171721_all.deb Size: 51548 MD5sum: 7f5cea9bfe881bdbd958b458fb3895d8 SHA1: d2ab047c374a786b9cc96767c27a1fea111acc03 SHA256: 2b347170f6186be280e44c7440539d1d6976c03f6b745309f674dfd73627d15a Description: collection of crypto hashes, fast, pure and practical; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. . The implementations are made in C with a haskell FFI wrapper that hide the C implementation. Homepage: http://hackage.haskell.org/package/cryptohash Package: libghc-css-text-doc Priority: extra Section: doc Installed-Size: 123 Maintainer: Debian Haskell Group Architecture: all Source: haskell-css-text Version: 0.1.1-3.2.201403171730 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-text-doc, libghc-css-text-dev Filename: 4.0-0/all/libghc-css-text-doc_0.1.1-3.2.201403171730_all.deb Size: 30856 MD5sum: a7270171b5e86fa99e100187210dc106 SHA1: af8d41423059f12e14f6dd69f2df2d018a415e6f SHA256: 7af415e1da254f851bd081153c02b672c40bcc51b8619d5a94865ff455ad45f5 Description: CSS parser and renderer; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a CSS parser and renderer. Homepage: http://hackage.haskell.org/package/css-text Package: libghc-csv-conduit-doc Priority: extra Section: doc Installed-Size: 245 Maintainer: Debian Haskell Group Architecture: all Source: haskell-csv-conduit Version: 0.2-1.2.201403171740 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-conduit-doc, libghc-monad-control-doc, libghc-text-doc, libghc-csv-conduit-dev Filename: 4.0-0/all/libghc-csv-conduit-doc_0.2-1.2.201403171740_all.deb Size: 46234 MD5sum: 22d47c55605d53ab48ba9054c5d7af8b SHA1: 956c14edb84ff8e06f91a5115b6451017db40b2a SHA256: b6f78a10351c3cda9e75c8c96cf3e76d39835431acf0cafc52bf3f0c233f192c Description: fast, conduit-based CSV parser library; documentation csv-conduit is a library that provides . * Full flexibility in quote characters, separators, input/output * Constant space operation * Robust parsing, correctness and error resiliency * Convenient interface that supports a variety of use cases * Fast operation . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/csv-conduit Package: libghc-csv-doc Priority: extra Section: doc Installed-Size: 116 Maintainer: Debian Haskell Group Architecture: all Source: haskell-csv Version: 0.1.2-2.2.201403171737 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-csv-dev Filename: 4.0-0/all/libghc-csv-doc_0.1.2-2.2.201403171737_all.deb Size: 32850 MD5sum: 3de8c49ac7a445aa405eafcaea3ee1fd SHA1: 5c8d6dd982125a011b5cb6add962678efc802a76 SHA256: 28f5922c033dc857ee2b5c75bec51be23249b967a9ac8447909e571c61d823cd Description: CSV loader and dumper; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library parses and dumps documents that are formatted according to RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. Homepage: http://hackage.haskell.org/package/csv Package: libghc-curl-doc Priority: extra Section: doc Installed-Size: 907 Maintainer: Debian Haskell Group Architecture: all Source: haskell-curl Version: 1.3.7-1.9.201403171743 Depends: haddock-interface-19 Recommends: doc-base, ghc-doc, libghc-curl-dev Filename: 4.0-0/all/libghc-curl-doc_1.3.7-1.9.201403171743_all.deb Size: 116286 MD5sum: 4ccb571969812a6e4f9b9bfad74834ae SHA1: 87435de51862f26f47f436a6c4e8548e9fff6faa SHA256: bc549afe54c4ec29c747816dadc46764cd3169261e91518500692b22cdcd55d4 Description: Documentation for the libcurl Haskell bindings . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/curl Package: libghc-darcs-doc Priority: optional Section: doc Installed-Size: 11781 Maintainer: Debian Haskell Group Architecture: all Source: darcs Version: 2.8.1-1.15.201403310934 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashed-storage-doc, libghc-html-doc, libghc-mtl-doc, libghc-parsec3-doc, libghc-regex-compat-doc, libghc-darcs-dev Filename: 4.0-0/all/libghc-darcs-doc_2.8.1-1.15.201403310934_all.deb Size: 1232646 MD5sum: add7e7628a2aedc7f8ce7bef1027a547 SHA1: ad8789cc8a0bbbbf5d1f7e6f30999afef7fcb8d1 SHA256: 8fa30f969fff4bc230f10c4f09d278439e41d8024550408e067b2d84e48d75f3 Description: distributed, interactive, smart revision control system; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides an interface to the Darcs distributed revision control system. Homepage: http://darcs.net/ Package: libghc-data-accessor-doc Priority: extra Section: doc Installed-Size: 340 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-accessor Version: 0.2.2.2-1.7.201403171747 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-data-accessor-dev Filename: 4.0-0/all/libghc-data-accessor-doc_0.2.2.2-1.7.201403171747_all.deb Size: 56336 MD5sum: 5f18fd3dfedd6ddf5bd98aeddfce589d SHA1: 9969c12be6a774b2db3b10b594b838aa46483ca7 SHA256: a406f58a13270ce1bfc6721564b18ba3e12e863d754cf548be2404937d1c359d Description: Utilities for accessing and manipulating fields of records; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . With this library you can define record field accessors which allow setting, getting and modifying values easily. You can combine accessors of a record and sub-records to make the access look like the fields of the sub-record belong to the main record. Homepage: http://hackage.haskell.org/package/data-accessor Package: libghc-data-accessor-mtl-doc Priority: extra Section: doc Installed-Size: 117 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-accessor-mtl Version: 0.2.0.3-1.2.201403171753 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-accessor-doc, libghc-mtl-doc, libghc-data-accessor-mtl-dev Filename: 4.0-0/all/libghc-data-accessor-mtl-doc_0.2.0.3-1.2.201403171753_all.deb Size: 30274 MD5sum: 822c90bb97fa71c3f837e2aac9f8a3f3 SHA1: e7d3fd38a4be4187e08a0ba9b82941dd648ac06b SHA256: 5ded66caf46b953000b1cbc3af223af4525cffc9a6762425e40f37527e304e83 Description: use Data.Accessor inside the State monad; documentation This Haskell library provides methods to access the state in a State monad by means of Data.Accessor getters, setters and modifiers. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/data-accessor-mtl Package: libghc-data-accessor-template-doc Priority: extra Section: doc Installed-Size: 127 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-accessor-template Version: 0.2.1.9-1.2.201403171756 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-accessor-template-dev Filename: 4.0-0/all/libghc-data-accessor-template-doc_0.2.1.9-1.2.201403171756_all.deb Size: 32948 MD5sum: 62721724daf0c8aad22e00b07fe78979 SHA1: 64d90de63d5799bfa7de029cc0a5183a31eec193 SHA256: 72b9a39336ea8a3443998b87c00d1588035be8e74fbc87c6f0637d1a77bece3d Description: utilities for accessing/manipulating fields of records; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It automates generation of Accessors of the data-accessor package by Template Haskell functions. Homepage: http://hackage.haskell.org/package/data-accessor-template Package: libghc-data-binary-ieee754-doc Priority: extra Section: doc Installed-Size: 125 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-binary-ieee754 Version: 0.4.2.1-3.2.201403171759 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-binary-ieee754-dev Filename: 4.0-0/all/libghc-data-binary-ieee754-doc_0.4.2.1-3.2.201403171759_all.deb Size: 30990 MD5sum: 083a9c32114219aefc17ae58235f38de SHA1: 9007aeffc1545f24154099b1173042a83c80155e SHA256: 81bb010cf2ebdf5f36432c10fde6de9e6b23b327fa0d111febdcbe788ead65a7 Description: parser/serialiser for IEEE-754 floating-point values; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It converts Float and Decimal values to and from raw octets. Homepage: http://hackage.haskell.org/package/data-binary-ieee754 Package: libghc-data-default-doc Priority: extra Section: doc Installed-Size: 122 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-default Version: 0.4.0-1.2.201403171807 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-dlist-doc, libghc-data-default-dev Filename: 4.0-0/all/libghc-data-default-doc_0.4.0-1.2.201403171807_all.deb Size: 30256 MD5sum: 366e8ba240f70d7c6e85d7843dd5d413 SHA1: 5b938136c154ed1999611900a25c20f957ee5b0d SHA256: 1c6baa9b995520fbbf6543316a9279f71808957aa3334dc4e27485eed4de2b89 Description: class for types with a default value; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides a class for types with a default value. Homepage: http://hackage.haskell.org/package/data-default Package: libghc-data-inttrie-doc Priority: extra Section: doc Installed-Size: 119 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-inttrie Version: 0.0.7-1.2.201403171814 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-inttrie-dev Filename: 4.0-0/all/libghc-data-inttrie-doc_0.0.7-1.2.201403171814_all.deb Size: 30242 MD5sum: 61b421ac1753edd8624ed6717617f85e SHA1: 78d11aa062b7a9436de30bc1b31b68be38818801 SHA256: ed234aa56686f092aa9e3de4453bee50c07f48e46519db582b34e268d1ab9f23 Description: Lazy, infinite trie of integers library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It implements a simple, lazy, infinite trie from integers. Homepage: http://hackage.haskell.org/package/data-inttrie Package: libghc-data-lens-doc Priority: extra Section: doc Installed-Size: 378 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-lens Version: 2.10.0-1.2.201403171848 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-transformers-doc, libghc-semigroupoids-doc, libghc-transformers-doc, libghc-data-lens-dev Filename: 4.0-0/all/libghc-data-lens-doc_2.10.0-1.2.201403171848_all.deb Size: 51250 MD5sum: a637948ea0d3f221455b0a72df7d4a90 SHA1: 4d03de72d2c7779a171643cdb3a8df2982aea1cf SHA256: d918e0485953dc821eeb7a0c5e4eab53f3125d78e93304aac391adb713cd1f32 Description: Haskell 98 Lenses; documentation A lense is a composable notion of a purely functional field accessor. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/data-lens Package: libghc-data-memocombinators-doc Priority: extra Section: doc Installed-Size: 147 Maintainer: Debian Haskell Group Architecture: all Source: haskell-data-memocombinators Version: 0.4.3-1.2.201403171900 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-memocombinators-dev Filename: 4.0-0/all/libghc-data-memocombinators-doc_0.4.3-1.2.201403171900_all.deb Size: 33034 MD5sum: 057964aa5327963d83caa12f3f9f2ae5 SHA1: 0ebf8250d56161840fa2a42e10140666a7439f28 SHA256: 6f975f39d19c8cb23fc8e23917902db501474624923b672fab6dd987dc33f645 Description: Combinators for building memo tables library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains combinators for building memo tables. Homepage: http://hackage.haskell.org/package/data-memocombinators Package: libghc-dataenc-doc Priority: extra Section: doc Installed-Size: 731 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dataenc Version: 0.14.0.3-1.7.201403171908 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-dataenc-dev Filename: 4.0-0/all/libghc-dataenc-doc_0.14.0.3-1.7.201403171908_all.deb Size: 78996 MD5sum: ec7e21d4623eb025adaf9dd690593c36 SHA1: 4cdb3b4a20068f3609032be1af4b92f6420dad34 SHA256: 193f738949f0754dbabd6c64b4528a99fa274de9388c75f9146d78d8daf95433 Description: Documentation for dataenc encoders and decoders . Data encoding library currently providing Base16, Base32, Base32Hex, Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/dataenc Package: libghc-datetime-doc Priority: extra Section: doc Installed-Size: 143 Maintainer: Debian Haskell Group Architecture: all Source: haskell-datetime Version: 0.2.1-3.7.201403171910 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-datetime-dev Filename: 4.0-0/all/libghc-datetime-doc_0.2.1-3.7.201403171910_all.deb Size: 32672 MD5sum: fbc0a993a1644a2d7663f115c3e63a54 SHA1: e0fed787db77d7edf53c2817a529203d6bf28306 SHA256: 51f9babbcd66d55c66d412a0ae2719f26d9549740d023ef21d705cc2df04f7c3 Description: Haskell library to convert date and time formats - documentation This Haskell library provides several utilities for easily converting among the various standard library Date and Time types, and for converting between these and standard external representations. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/datetime Package: libghc-dbus-doc Priority: optional Section: doc Installed-Size: 1674 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dbus Version: 0.10.3-1.2.201403171913 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-doc, libghc-text-doc, libghc-vector-doc, libghc-dbus-dev Filename: 4.0-0/all/libghc-dbus-doc_0.10.3-1.2.201403171913_all.deb Size: 169666 MD5sum: d6f23aeb2633e10c6d67a72f657013bf SHA1: f68b6a1262e5899fa53a5146def2952e667f09fd SHA256: 5711e53f1811401fe54f260e9e3db90ee2579230670e4bccf8dee001227adeea Description: Haskell implementation of D-Bus; documentation D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and the user's session using remote procedure calls. . haskell-dbus is an implementation of the D-Bus protocol in Haskell. It can be used to add D-Bus support to Haskell applications, without the awkward interfaces common to foreign bindings. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: https://john-millikin.com/software/haskell-dbus/ Package: libghc-debian-doc Priority: extra Section: doc Installed-Size: 1568 Maintainer: Debian Haskell Group Architecture: all Source: haskell-debian Version: 3.64-3.7.201403171916 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haxml-doc, libghc-network-doc, libghc-parsec3-doc, libghc-debian-dev Filename: 4.0-0/all/libghc-debian-doc_3.64-3.7.201403171916_all.deb Size: 176466 MD5sum: c6e8921d23d73268b6625001ff9da7ae SHA1: 0435d859f17143142082b4fd4f20ad1440417ee0 SHA256: e805f2aba5e68b5d1ff54c8282ab9609f8a79751f5b06b14c4fc4cc746a551ca Description: Documentation for Debian package system library This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers and dependency relations, on up to the types necessary for computing and installing build dependencies, building source and binary packages, and inserting them into a repository. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/debian Package: libghc-diagrams-cairo-doc Priority: extra Section: doc Installed-Size: 357 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams-cairo Version: 0.5.0.2-1.2.201403171924 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cairo-doc, libghc-diagrams-core-doc, libghc-diagrams-lib-doc, libghc-gtk-doc, libghc-mtl-doc, libghc-diagrams-cairo-dev Suggests: libghc-diagrams-doc Filename: 4.0-0/all/libghc-diagrams-cairo-doc_0.5.0.2-1.2.201403171924_all.deb Size: 65236 MD5sum: 58ab2c5f47203b06395c65e5acba54f0 SHA1: ab2e09c5a47e6aaefe1af53fb028803ef7f1dbf8 SHA256: 87ead7af6dc871296a2bf37d08b7ef6775323b17265efa75d65dad3cc1f297b9 Description: Cairo backend for the diagrams drawing EDSL; documentation A full-featured backend for rendering diagrams using the cairo rendering engine. To get started, see "Diagrams.Backend.Cairo.CmdLine". . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/diagrams-cairo Package: libghc-diagrams-core-doc Priority: extra Section: doc Installed-Size: 1434 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams-core Version: 0.5.0.1-1.2.201403171929 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-memotrie-doc, libghc-newtype-doc, libghc-semigroups-doc, libghc-vector-space-doc, libghc-diagrams-core-dev Suggests: libghc-diagrams-doc Filename: 4.0-0/all/libghc-diagrams-core-doc_0.5.0.1-1.2.201403171929_all.deb Size: 181056 MD5sum: 5a274013ebe59c46c568cfad1b413017 SHA1: 6c7e5db0cc8c6543c2dfc198a816c2e7583ad598 SHA256: 5741e73e85b98c476789bb40d97e7c1bc310f3195f2ef9e84fc7e586dfd499e8 Description: Core libraries for diagrams EDSL; documentation The core modules underlying diagrams, an embedded domain-specific language for compositional, declarative drawing. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/diagrams-core Package: libghc-diagrams-dev Priority: extra Section: haskell Installed-Size: 27 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams Version: 0.5-2.7.201403171922 Depends: libghc-diagrams-core-dev (>= 0.5), libghc-diagrams-core-dev (<< 0.6), libghc-diagrams-lib-dev (>= 0.5), libghc-diagrams-lib-dev (<< 0.6), libghc-diagrams-cairo-dev (>= 0.5), libghc-diagrams-cairo-dev (<< 0.6) Filename: 4.0-0/all/libghc-diagrams-dev_0.5-2.7.201403171922_all.deb Size: 2732 MD5sum: 5804047f34291276ed7ccc927f75d10f SHA1: f8ee082e0afe1af4286a0f174e9e1615c0040abe SHA256: 688bc8d05cce2b6307d86cb0941541cdd3bfaafa4149c7f2ee8ed9dd8a22f4d3 Description: Embedded domain-specific language for declarative vector graphics This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Diagrams is an embedded domain-specific langauge for declarative vector graphics. This package is just a wrapper that depends on the diagrams-core, diagrams-lib, and diagrams-cairo packages. Homepage: http://hackage.haskell.org/package/diagrams Package: libghc-diagrams-doc Priority: extra Section: doc Installed-Size: 27 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams Version: 0.5-2.7.201403171922 Depends: libghc-diagrams-core-doc, libghc-diagrams-lib-doc, libghc-diagrams-cairo-doc Filename: 4.0-0/all/libghc-diagrams-doc_0.5-2.7.201403171922_all.deb Size: 2716 MD5sum: bdfd717463e7a918a025cabe48463cb4 SHA1: 0f7c5c4d5e8338431d071cade4acfe765edc587c SHA256: 4950ac53c6e151d7d51dd5ab6af4f0702bbe4536bb37ee466b1c5b44eae061eb Description: Embedded domain-specific language for declarative vector graphics; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Diagrams is an embedded domain-specific langauge for declarative vector graphics. This package is just a wrapper that depends on the diagrams-core, diagrams-lib, and diagrams-cairo packages. Homepage: http://hackage.haskell.org/package/diagrams Package: libghc-diagrams-lib-doc Priority: extra Section: doc Installed-Size: 2390 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams-lib Version: 0.5-2.2.201403171932 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-active-doc, libghc-colour-doc, libghc-data-default-doc, libghc-diagrams-core-doc, libghc-newtype-doc, libghc-semigroups-doc, libghc-vector-space-doc, libghc-diagrams-lib-dev Suggests: libghc-diagrams-doc Filename: 4.0-0/all/libghc-diagrams-lib-doc_0.5-2.2.201403171932_all.deb Size: 281376 MD5sum: 591546b6ca7472ad474538aaf0c990b8 SHA1: 189b718a46f35667bef215761408552c180ed00e SHA256: cc30185f719750f310f35b28019847805e49c86112b94851260cf72758cbbac7 Description: Embedded domain-specific language for declarative graphics; documentation Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple backends. diagrams-lib provides a standard library of primitives and operations for creating diagrams. To get started using it, see "Diagrams.Prelude". . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/diagrams-lib Package: libghc-diagrams-prof Priority: extra Section: haskell Installed-Size: 27 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diagrams Version: 0.5-2.7.201403171922 Depends: libghc-diagrams-dev (= 0.5-2.7.201403171922), libghc-diagrams-core-prof, libghc-diagrams-lib-prof, libghc-diagrams-cairo-prof Filename: 4.0-0/all/libghc-diagrams-prof_0.5-2.7.201403171922_all.deb Size: 2738 MD5sum: 7961ab668d88d596302c0e349093129b SHA1: 96e58525234b178bb9fd821f27121ada220543fc SHA256: f62b9bb4b5a080cf8b3009ca4e6e64e84b9a1bfe43d417d80be742ce09f8e88d Description: Embedded domain-specific language for declarative vector graphics; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. . Diagrams is an embedded domain-specific langauge for declarative vector graphics. This package is just a wrapper that depends on the diagrams-core, diagrams-lib, and diagrams-cairo packages. Homepage: http://hackage.haskell.org/package/diagrams Package: libghc-diff-doc Priority: extra Section: doc Installed-Size: 124 Maintainer: Debian Haskell Group Architecture: all Source: haskell-diff Version: 0.1.3-1.7.201403171936 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-diff-dev Filename: 4.0-0/all/libghc-diff-doc_0.1.3-1.7.201403171936_all.deb Size: 31408 MD5sum: 48e9c43f0244194e1f30cf6ea3b0eaf9 SHA1: b0425d54da4a3b599859f11de7a238e97fb6669c SHA256: 98cf544a9b87ef272eafcddd481a2d66d0d13c32e8e1c5282849d633536260dc Description: GHC libraries for the Haskell O(ND) diff algorithm library (documentation) This is a Haskell library providing an implementation of the O(ND) diff algorithm described in "An O(ND) Difference Algorithm and Its Variations" (1986) by Eugene W. Myers. It is O(mn) in space. . Whilst the algorithm is the same one used by standared Unix diff, the assumption is that users of this library will want to diff over interesting things or perform interesting tasks with the results. . This package contains library documentation. Homepage: http://hackage.haskell.org/package/Diff Package: libghc-digest-doc Priority: extra Section: doc Installed-Size: 124 Maintainer: Debian Haskell Group Architecture: all Source: haskell-digest Version: 0.0.1.0-1.7.201403171942 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-digest-dev Filename: 4.0-0/all/libghc-digest-doc_0.0.1.0-1.7.201403171942_all.deb Size: 31450 MD5sum: f5a53ae81df0bd61b98efd66de78d501 SHA1: aba0562f2074e30343b5ec0f093db5bea05c6049 SHA256: 1ca7eea8e1f3dca803626140aa7def2ab92067676e2b0dcd314c14c708a0c39d Description: efficient cryptographic hash implementations bytestrings; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. Homepage: http://hackage.haskell.org/package/digest Package: libghc-dimensional-doc Priority: extra Section: doc Installed-Size: 932 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dimensional Version: 0.10.1.2-2.2.201403171948 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-numtype-doc, libghc-dimensional-dev Filename: 4.0-0/all/libghc-dimensional-doc_0.10.1.2-2.2.201403171948_all.deb Size: 102736 MD5sum: 78fab1e9c8647010d31abb5713b8ba7e SHA1: f789c4320d4df7f90167de2e8fe268a621d6f3aa SHA256: 53dd68c447e11adcc9f20231a45142a2251da81d17bd1dcb499cf77f0a8e25bc Description: statically checked physical dimensions; documentation Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units. . The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/dimensional Package: libghc-directory-tree-doc Priority: optional Section: doc Installed-Size: 239 Maintainer: Debian Haskell Group Architecture: all Source: haskell-directory-tree Version: 0.10.0-2.2.201403171954 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-directory-tree-dev Filename: 4.0-0/all/libghc-directory-tree-doc_0.10.0-2.2.201403171954_all.deb Size: 49122 MD5sum: 844d7eb79e70137e34ab4d6dfb964fd0 SHA1: 045f108e684f4799a0769606431820f73ded027c SHA256: 671320ade0119f340862eeddaea5e2ab072ce9ecfda257138d42ce064f9f8a7e Description: simple directory-like tree datatype, with IO functions; documentation A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance . Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . This package contains the library documentation. Homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ Package: libghc-distributive-doc Priority: extra Section: doc Installed-Size: 119 Maintainer: Debian Haskell Group Architecture: all Source: haskell-distributive Version: 0.2.2-1.2.201403171957 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-distributive-dev Filename: 4.0-0/all/libghc-distributive-doc_0.2.2-1.2.201403171957_all.deb Size: 31688 MD5sum: 085102116d0b161e8b6c2d513fcbd6ce SHA1: 79771e741618b1f27416e23dde63794812d09ff8 SHA256: 4c3a9088f4ccdd526c9bac011a788be3dce13140892461d791086e7dbc19bc42 Description: Haskell 98 Distributive functors -- Dual to Traversable; doc Haskell 98 Distributive functors -- Dual to Traversable. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/distributive Package: libghc-dlist-doc Priority: optional Section: doc Installed-Size: 140 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dlist Version: 0.5-3.2.201403172000 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-dlist-dev Filename: 4.0-0/all/libghc-dlist-doc_0.5-3.2.201403172000_all.deb Size: 35516 MD5sum: a4f783848e6ba98d7170a45e5a84e736 SHA1: 7884e6b598cd9125fb7335c6dde1d63c67d3dc37 SHA256: bb72012859247639d82a7f50c3feefda9e030bd0fcb44bad4ff80e22121c155f Description: Haskell library for Differences lists; documentation Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. . This package contains the library documentation. Homepage: http://code.haskell.org/~dons/code/dlist/ Package: libghc-download-curl-doc Priority: extra Section: doc Installed-Size: 159 Maintainer: Debian Haskell Group Architecture: all Source: haskell-download-curl Version: 0.1.3-3.2.201403172010 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-curl-doc, libghc-feed-doc, libghc-tagsoup-doc, libghc-xml-doc, libghc-download-curl-dev Filename: 4.0-0/all/libghc-download-curl-doc_0.1.3-3.2.201403172010_all.deb Size: 36192 MD5sum: f7e180e1a1dc80cd60299579be9908bf SHA1: f48073c10e6b8287581dc081e3381455aa6c5b5f SHA256: 036a19df4fbe8b3015ba54d53190d2b356ee6a366feb93e7f2d00f41791035aa Description: High-level file download based on URLs; documentation Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/download-curl Package: libghc-dpkg-doc Priority: extra Section: doc Installed-Size: 299 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dpkg Version: 0.0.3-1.2.201403172019 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-dpkg-dev Filename: 4.0-0/all/libghc-dpkg-doc_0.0.3-1.2.201403172019_all.deb Size: 46926 MD5sum: 336f40dd6cd0f0b04df3f032677a311b SHA1: bc6072bb1732de59283eb9ef251117b1e53c483f SHA256: 7cdcba011b571e33abc2f6007f370f6c3aadd196979295711b6f66831185123b Description: Haskell bindings to libdpkg; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It binds to the volatile and unstable libdpkg API. Homepage: http://hackage.haskell.org/package/dpkg Package: libghc-dyre-doc Priority: extra Section: doc Installed-Size: 293 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dyre Version: 0.8.7-1.2.201403172044 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-dyre-dev Filename: 4.0-0/all/libghc-dyre-doc_0.8.7-1.2.201403172044_all.deb Size: 56004 MD5sum: 4b1b7f42db266b0de6a8ea005dc3f5e2 SHA1: 8af8fa1742d27a39f6c853dec1715a4e3bae0f6b SHA256: 959ee225ee006c910e0edfebdf3117e3b86de1d096f3e014610e7a6436241fa7 Description: dynamic reconfiguration library; documentation Dyre implements dynamic reconfiguration facilities after the style of Xmonad. Dyre aims to be as simple as possible without sacrificing features, and places an emphasis on simplicity of integration with an application. A full introduction with a complete example project can be found in the documentation for Config.Dyre . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/dyre Package: libghc-edison-api-doc Priority: extra Section: doc Installed-Size: 1453 Maintainer: Debian Haskell Group Architecture: all Source: haskell-edison-api Version: 1.2.1-18.7.201403172050 Replaces: haskell-edison-api-doc (<< 1.2.1-13), haskell-edison-doc, libghc6-edison-api-doc (<< 1:1) Provides: haskell-edison-api-doc, libghc6-edison-api-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-edison-api-dev Conflicts: haskell-edison-api-doc (<< 1.2.1-13), haskell-edison-doc, libghc6-edison-api-doc (<< 1:1) Filename: 4.0-0/all/libghc-edison-api-doc_1.2.1-18.7.201403172050_all.deb Size: 174810 MD5sum: 3442d2ad9ad7a207e80823f6de08f281 SHA1: 6444bb2af0e6daf3ea36346739520191a811f641 SHA256: 2eb25dd3e03a8316e6bb812cd8d3f235f02cfe6f2b5f6c53f93a6afcd7543fab Description: documentation of the Edison Haskell library Documentation of the Edison library containing efficent, purely-functional data structures for Haskell. . Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: - A set of type classes defining data the following data structure abstractions: 'sequences', 'collections' and 'associative collections' - Multiple concrete implementations of each of the abstractions Homepage: http://www.cs.princeton.edu/~rdockins/edison/home/ Package: libghc-edison-core-doc Priority: extra Section: doc Installed-Size: 6497 Maintainer: Debian Haskell Group Architecture: all Source: haskell-edison-core Version: 1.2.1.3-9.7.201403172057 Replaces: haskell-edison-core-doc (<< 1.2.1.3-4), libghc6-edison-core-doc (<< 1:1) Provides: haskell-edison-core-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-edison-api-doc, libghc-quickcheck1-doc, libghc-edison-core-dev Conflicts: haskell-edison-core-doc (<< 1.2.1.3-4), libghc6-edison-core-doc (<< 1:1) Filename: 4.0-0/all/libghc-edison-core-doc_1.2.1.3-9.7.201403172057_all.deb Size: 427422 MD5sum: 0b2cb6a1c1a132369e665c0cd65d76e4 SHA1: 2577ae189aaf6b31b1c8b9bd53397a442455f3e1 SHA256: c4afbc73d99568a287bf53e688ed6b53f9a84f10d870ceca57d21380b4277bea Description: documentation of the Edison Haskell library Some concrete implementations of the abstract interface of the Edison library for Haskell for use with hugs. . Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: - A set of type classes defining data the following data structure abstractions: 'sequences', 'collections' and 'associative collections' - Multiple concrete implementations of each of the abstractions . This package contains the documentation of the concrete implementations. Homepage: http://www.cs.princeton.edu/~rdockins/edison/home/ Package: libghc-edit-distance-doc Priority: extra Section: doc Installed-Size: 263 Maintainer: Debian Haskell Group Architecture: all Source: haskell-edit-distance Version: 0.2.1-2.2.201403172106 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-edit-distance-dev Filename: 4.0-0/all/libghc-edit-distance-doc_0.2.1-2.2.201403172106_all.deb Size: 43450 MD5sum: 355e9686fae6398b50baf209aff20bbf SHA1: 130faf9a054ff9ba6c4cd45818247e319644b206 SHA256: a41ed4081a4ac5e658ac49d3f01173776e59702695523d05604f3525ec04185f Description: Haskell fuzzy matching - documentation Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/edit-distance Package: libghc-editline-doc Priority: extra Section: doc Installed-Size: 329 Maintainer: Debian Haskell Group Architecture: all Source: haskell-editline Version: 0.2.1.0-5.7.201403172113 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-editline-dev Filename: 4.0-0/all/libghc-editline-doc_0.2.1.0-5.7.201403172113_all.deb Size: 51368 MD5sum: b990ad3832d221456630ce2d8db08231 SHA1: bb7d4ba3277e7ffb79059f50a848b4290b5b8c36 SHA256: 431061b5b169fcffad0e0dc64240608380b05aebc96acb2db27a3834a3f49660 Description: Haskell bindings to the BSD editline library (libedit) (documentation) This package contains bindings to the BSD editline library. It provides a basic interface to the editline API for reading lines of input from the user. . Additionally, a readline compatibility module is included which provides a subset of the functions from the readline package. . This package contains library documentation. Homepage: http://hackage.haskell.org/package/foo Package: libghc-ekg-data Priority: extra Section: haskell Installed-Size: 247 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ekg Version: 0.3.1.0-1.2.201403172120 Filename: 4.0-0/all/libghc-ekg-data_0.3.1.0-1.2.201403172120_all.deb Size: 74644 MD5sum: 0f61819ea571415afe3dc728c55eb6f4 SHA1: 9654e0713680755db1a7885ae89ca54910350fc4 SHA256: 3d66e44aaca77bac9e3ec47e700f2ee788bbcde9fa88733e31ce5dc58c900f6a Description: remote monitoring of Haskell processes over HTTP - common files The ekg library lets you remotely monitor a running (Haskell) process over HTTP. It provides a simple way to integrate a monitoring server into any application. . This package provides the data files needed to use the ekg library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/ekg Package: libghc-ekg-doc Priority: extra Section: doc Installed-Size: 316 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ekg Version: 0.3.1.0-1.2.201403172120 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ekg-dev Filename: 4.0-0/all/libghc-ekg-doc_0.3.1.0-1.2.201403172120_all.deb Size: 61154 MD5sum: 9948bca5fe5ac2e1d96a6f3288dbc957 SHA1: ed84417fb716202814124d2aca9707cc5f791e9c SHA256: 62beae5069586f4baaaee6b8f59e8446eee690030625908f7df95a9a709a5128 Description: remote monitoring of Haskell processes over HTTP - documentation The ekg library lets you remotely monitor a running (Haskell) process over HTTP. It provides a simple way to integrate a monitoring server into any application. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/ekg Package: libghc-email-validate-doc Priority: extra Section: doc Installed-Size: 210 Maintainer: Debian Haskell Group Architecture: all Source: haskell-email-validate Version: 0.2.8-1.2.201403172127 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-email-validate-dev Filename: 4.0-0/all/libghc-email-validate-doc_0.2.8-1.2.201403172127_all.deb Size: 35910 MD5sum: f2541524edd9a835a7c15b79b7a8c404 SHA1: 67dda6739884a5f6c439899f3729e8cf415440ed SHA256: ad6d459075867106d28076841b312d2f30bce96eeb127356ee840fb90f9f1fcb Description: validate an email address string against RFC 5322; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/email-validate Package: libghc-entropy-doc Priority: extra Section: doc Installed-Size: 119 Maintainer: Debian Haskell Group Architecture: all Source: haskell-entropy Version: 0.2.1-2.2.201403172130 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-entropy-dev Filename: 4.0-0/all/libghc-entropy-doc_0.2.1-2.2.201403172130_all.deb Size: 31686 MD5sum: 0a1cf3eb19dcafccb430ba0512a5f62b SHA1: 3dcd053135ac3965ca4553c6f382f5fc4fd35bdd SHA256: 45658b558e7d9a1f4197eaa90ad84912fbe2c964db5d2dad7131d2a1b48756dc Description: cryptographically-strong entropy; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a platform-independent method to obtain cryptographically strong entropy (urandom on Linux, CryptAPI on Windows, patches welcome). Users looking for cryptographically strong (number-theoretically sound) PRNGs should see the DRBG package too. Homepage: http://hackage.haskell.org/package/entropy Package: libghc-enumerator-doc Priority: extra Section: doc Installed-Size: 1487 Maintainer: Debian Haskell Group Architecture: all Source: haskell-enumerator Version: 0.4.19-1.2.201403172137 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-transformers-doc, libghc-enumerator-dev Filename: 4.0-0/all/libghc-enumerator-doc_0.4.19-1.2.201403172137_all.deb Size: 136886 MD5sum: df23ac666632a46b8dee7a9426118f0f SHA1: 148d3ffe39ec212f305dfe26ce4cfbdfed225a35 SHA256: 812a1348e5207e9d88c7c27a33c54e036654ef9138c9ba7e7181c6824d4e31ac Description: high-performance left-fold enumerators; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/enumerator Package: libghc-erf-doc Priority: extra Section: doc Installed-Size: 121 Maintainer: Debian Haskell Group Architecture: all Source: haskell-erf Version: 2.0.0.0-2.7.201403172143 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-erf-dev Filename: 4.0-0/all/libghc-erf-doc_2.0.0.0-2.7.201403172143_all.deb Size: 30656 MD5sum: c3932359dc928562e96d80f93d230e9c SHA1: 11b145ce41e8cf72cf7c24f371f81697f650c7cd SHA256: 34a95647aea9e5b050fedbaa34b2424e29380abaf86ff8b0a3d08df3edf53bbb Description: The error function, erf, and related functions; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . A type class for the error function, erf, and related functions. Instances for Float and Double. Homepage: http://hackage.haskell.org/package/erf Package: libghc-event-list-doc Priority: extra Section: doc Installed-Size: 1403 Maintainer: Debian Haskell Group Architecture: all Source: haskell-event-list Version: 0.1.0.1-1.7.201403172145 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-non-negative-doc, libghc-event-list-dev Filename: 4.0-0/all/libghc-event-list-doc_0.1.0.1-1.7.201403172145_all.deb Size: 134580 MD5sum: 80c93aa8aa747f9d8904ac3ca98d9068 SHA1: 7c48e2e2c4f956897f33b7acb67eeec0888b5981 SHA256: 0cffce208879b3a2f53358bd6b3b60d8defa38dbfe83019f400ed4b5ab20a9ca Description: Event lists with relative or absolute timestamps; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides lists to manage events that are associated with times. Times may be given as difference between successive events or as absolute time values. Pauses before the first and after the last event are supported. The data structures can be used to represent MIDI files, OpenSoundControl message streams, music performances etc. Homepage: http://hackage.haskell.org/package/event-list Package: libghc-exception-transformers-doc Priority: extra Section: doc Installed-Size: 237 Maintainer: Debian Haskell Group Architecture: all Source: haskell-exception-transformers Version: 0.3.0.2-1.2.201403172153 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-exception-transformers-dev Filename: 4.0-0/all/libghc-exception-transformers-doc_0.3.0.2-1.2.201403172153_all.deb Size: 41638 MD5sum: 3f9c6bf83851d12331c94dbcb8b061dc SHA1: 4fc3e774cbf5f67c6207caefd00d54a8e76c817b SHA256: 5a84a631c2322af0c36705ad5736e1615c2e799a275c285ecb6e048e51337fe4 Description: type classes and monads for unchecked extensible exceptions; documentation This package provides type classes, a monad and a monad transformer that support unchecked extensible exceptions as well as asynchronous exceptions. It is compatible with the transformers package. . This package contains the documentation files. Homepage: http://www.eecs.harvard.edu/~mainland/ Package: libghc-executable-path-doc Priority: extra Section: doc Installed-Size: 120 Maintainer: Debian Haskell Group Architecture: all Source: haskell-executable-path Version: 0.0.3-1.2.201403172200 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-executable-path-dev Filename: 4.0-0/all/libghc-executable-path-doc_0.0.3-1.2.201403172200_all.deb Size: 32106 MD5sum: b5aadda840c0db253a2cf9dc73f1736c SHA1: 6bb5993874600781b3b1d791b241b5f771be6285 SHA256: b44d2a29c1f98825fd18791409894ebd138b798b05941efe463014365d2fc79b Description: determine full path of executable; documentation This library portably determines the full path to the program being run. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/executable-path Package: libghc-explicit-exception-doc Priority: extra Section: doc Installed-Size: 697 Maintainer: Debian Haskell Group Architecture: all Source: haskell-explicit-exception Version: 0.1.7-1.7.201403172203 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-explicit-exception-dev Filename: 4.0-0/all/libghc-explicit-exception-doc_0.1.7-1.7.201403172203_all.deb Size: 90654 MD5sum: 39fd309a0b82262c1157fc8d17c61765 SHA1: d0b96438fd4026bb78cb958037cdf366577a4053 SHA256: 581ce0ee1889acfadcd02d7be4ccc848ca75b09942e99afdd04a8d1d9e7310e6 Description: Haskell exceptions which are explicit in the type signature; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides synchronous and asynchronous exceptions which are explicit in the type signature. The first ones are very similar to Either and Control.Monad.Error.ErrorT. The second ones are used for System.IO.readFile and System.IO.hGetContents. Homepage: http://hackage.haskell.org/package/explicit-exception Package: libghc-failure-doc Priority: extra Section: doc Installed-Size: 105 Maintainer: Debian Haskell Group Architecture: all Source: haskell-failure Version: 0.2.0.1-1.2.201403172206 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-failure-dev Filename: 4.0-0/all/libghc-failure-doc_0.2.0.1-1.2.201403172206_all.deb Size: 30142 MD5sum: c8ef60ca379af57f34f7b7d99cd8290d SHA1: 97f93eaccd8a621ea9d5323153f2ebe2759a13ce SHA256: a77d4b7e32f2ceab8417e2f02e6e63310ee5498e84f330407c1e63da3839ee26 Description: simple type class for success/failure; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is a simple type class for success/failure computations. Homepage: http://hackage.haskell.org/package/failure Package: libghc-fast-logger-doc Priority: extra Section: doc Installed-Size: 139 Maintainer: Debian Haskell Group Architecture: all Source: haskell-fast-logger Version: 0.0.2-1.2.201403172213 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-fast-logger-dev Filename: 4.0-0/all/libghc-fast-logger-doc_0.0.2-1.2.201403172213_all.deb Size: 34092 MD5sum: 1087800edcf27f7fbbb2ad399949ee7a SHA1: a63df8751e824fc8101502869b61061fb1bb83d0 SHA256: 14f6ae45eca18d1bdc3da758b7c1a328df0ca7a589f2644f1638fba3021f790c Description: a fast logging system; documentation Fast logging system to copy log data directly to Handle buffer. It also supports rotation. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-fast-logger Package: libghc-fastcgi-doc Priority: optional Section: doc Installed-Size: 170 Maintainer: Debian Haskell Group Architecture: all Source: haskell-fastcgi Version: 3001.0.2.3-3.7.201403172216 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cgi-doc, libghc-fastcgi-dev Filename: 4.0-0/all/libghc-fastcgi-doc_3001.0.2.3-3.7.201403172216_all.deb Size: 37922 MD5sum: 262aeebe0e366c27b015ca9860586ff4 SHA1: b240d7fe9a9fdc42185f3efb2365930c3e22c53d SHA256: 4226d0cc2c516a7a9359d2d4b0068341d622ad63171a09dc48fa3e95f57a7b5c Description: A Haskell library for writing FastCGI programs; documentation This library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. . This package contains the libraries documentation. Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi Package: libghc-fclabels-doc Priority: extra Section: doc Installed-Size: 312 Maintainer: Debian Haskell Group Architecture: all Source: haskell-fclabels Version: 1.1.3-1.2.201403172224 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-fclabels-dev Filename: 4.0-0/all/libghc-fclabels-doc_1.1.3-1.2.201403172224_all.deb Size: 54198 MD5sum: fc3771743d92bb7216e9f23b77c7e3cf SHA1: 88cfba1e6a5587738f71d92a8983162b7a774801 SHA256: 4d487e0c248e2c845bd15be554446f93c55235868b770da646d52ef8ffb1c6d5 Description: first-class accessor labels; documentation This package provides first class labels that can act as bidirectional record fields. The labels can be derived automatically using Template Haskell which means you don't have to write any boilerplate yourself. The labels are implemented as lenses and are fully composable. Labels can be used to /get/, /set/ and /modify/ parts of a datatype in a consistent way. . See "Data.Label" for an introductory explanation. . Internally lenses are not tied to Haskell functions directly, but are implemented as arrows. Arrows allow the lenses to be run in custom computational contexts. This approach allows us to make partial lenses that point to fields of multi-constructor datatypes in an elegant way. . See the "Data.Label.Maybe" module for the use of partial labels. . > 1.1.1.0 -> 1.1.2 > - Added partial set/modify versions that act as identity > when the constructor field is not available. . Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. Upstream-Maintainer: Sebastiaan Visser . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/fclabels Package: libghc-feed-doc Priority: extra Section: doc Installed-Size: 1660 Maintainer: Debian Haskell Group Architecture: all Source: haskell-feed Version: 0.3.8-3.7.201403172232 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-xml-doc, libghc-feed-dev Filename: 4.0-0/all/libghc-feed-doc_0.3.8-3.7.201403172232_all.deb Size: 157164 MD5sum: c8229106d8c3983af9dda3a4b410b037 SHA1: c211a4aaa78e10e534601198d17fdab596ee15cb SHA256: fa88bcee92ae8bf3fa20482efc0618513bf6230995c90ab68a46472a0426b551 Description: Haskell interface to RSS and Atom feeds - documentation This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom feeds, allowing both importing and exporting them. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/feed Package: libghc-fgl-doc Priority: extra Section: doc Installed-Size: 1712 Maintainer: Debian Haskell Group Architecture: all Source: haskell-fgl Version: 5.4.2.4-2.7.201403172235 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-fgl-dev Filename: 4.0-0/all/libghc-fgl-doc_5.4.2.4-2.7.201403172235_all.deb Size: 160598 MD5sum: 7e189e384971512d7e04376b171e2e9a SHA1: 93d06d41841608b1dadff699840c8b73565423bc SHA256: 1e2035900f936c4e1c5c3199f93a0c0057e9312a2e08a830680f9586168440df Description: Haskell graph library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is Martin Erwig's Functional Graph Library. Homepage: http://web.engr.oregonstate.edu/~erwig/fgl/haskell Package: libghc-file-embed-doc Priority: extra Section: doc Installed-Size: 135 Maintainer: Debian Haskell Group Architecture: all Source: haskell-file-embed Version: 0.0.4.4-1.2.201403172241 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-file-embed-dev Filename: 4.0-0/all/libghc-file-embed-doc_0.0.4.4-1.2.201403172241_all.deb Size: 32914 MD5sum: 93fb6e6821a7351547811587fe848756 SHA1: 93fbcddb58a4dc7d8d011ef62caac2a11541ef76 SHA256: d4b9a6a878cd76f49df2e237681b7045b00de2e07a7d9f140b75b5682706c45d Description: direct file embedding library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It lets you use Template Haskell to embed file contents directly. Homepage: http://hackage.haskell.org/package/file-embed Package: libghc-filemanip-doc Priority: extra Section: doc Installed-Size: 380 Maintainer: Debian Haskell Group Architecture: all Source: haskell-filemanip Version: 0.3.5.2-2.7.201403172250 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-filemanip-dev Filename: 4.0-0/all/libghc-filemanip-doc_0.3.5.2-2.7.201403172250_all.deb Size: 60764 MD5sum: 8e0a61ed297c65bbb0df49edad5cf820 SHA1: cfc14c7aa0ec82461355ff18bb29bdb4a3bc5c17 SHA256: 7e283a6afbf8f26f33348d7815e56254747ca5e69cbd9eb8a5ea94f46eb91462 Description: expressive file and directory manipulation for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . FileManip is a Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more. . This package contains the hyperlinked html documentation. Homepage: http://hackage.haskell.org/package/FileManip Package: libghc-filestore-data Priority: extra Section: haskell Installed-Size: 59 Maintainer: Debian Haskell Group Architecture: all Source: haskell-filestore Version: 0.5-1.7.201403172329 Filename: 4.0-0/all/libghc-filestore-data_0.5-1.7.201403172329_all.deb Size: 14960 MD5sum: d5c6a6ea54b4ba9c190b6881e655f7b0 SHA1: d356f3300367dc4a33e842f094bacfb5aca2a1ed SHA256: 3106a49f4c84ec5646999fd4ec3b1c7a00573d1b3add1998559b8fb0a07a8f9c Description: Haskell interface for versioning file stores - common files The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . This package data files used by filestore and its dependencies. Homepage: http://hackage.haskell.org/package/filestore Package: libghc-filestore-doc Priority: extra Section: doc Installed-Size: 652 Maintainer: Debian Haskell Group Architecture: all Source: haskell-filestore Version: 0.5-1.7.201403172329 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-filestore-dev Filename: 4.0-0/all/libghc-filestore-doc_0.5-1.7.201403172329_all.deb Size: 94662 MD5sum: 6d47300913d1fec5105b1b7b2e2a7fd2 SHA1: 1b91c2b84ce5d3a9fb5d817c436c6b97a3e5728f SHA256: d7ab574845cd49022743998fe32f7a627db1df85b3caec4bd82b3886f7aede14 Description: Haskell interface for versioning file stores - documentation The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/filestore Package: libghc-filesystem-conduit-doc Priority: extra Section: doc Installed-Size: 111 Maintainer: Debian Haskell Group Architecture: all Source: haskell-filesystem-conduit Version: 0.4.0-1.2.201403172346 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-system-filepath-doc, libghc-transformers-doc, libghc-filesystem-conduit-dev Filename: 4.0-0/all/libghc-filesystem-conduit-doc_0.4.0-1.2.201403172346_all.deb Size: 31308 MD5sum: 25bfa832485e7af5609a9ba3fcc28cb8 SHA1: e99216a6ec80d71e9ca754a7c323b316838dcb13 SHA256: 886ecb8591aece4337c2c24b5d41e98deeb967ab7c088d90873d402df47b3845 Description: use system filepath data types with conduits; documentation Provides ability to traverse a folder structure efficiently, as well as convenience wrappers for reading from and writing to files. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/filesystem-conduit Package: libghc-free-doc Priority: extra Section: doc Installed-Size: 268 Maintainer: Debian Haskell Group Architecture: all Source: haskell-free Version: 2.1.1.1-1.2.201403172356 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-comonad-transformers-doc, libghc-comonads-fd-doc, libghc-data-lens-doc, libghc-distributive-doc, libghc-mtl-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-free-dev Filename: 4.0-0/all/libghc-free-doc_2.1.1.1-1.2.201403172356_all.deb Size: 43664 MD5sum: f2c5b07402584bb9700399b120c81f52 SHA1: 6a5eb84a6e03670c2d15b444cfcc8d8955a34904 SHA256: 44deffa43dfbd9a66a59bcbe019b4d290b2c7d7080e8a5fc6c36173977be6b72 Description: Monads for free; documentation This package provides Cofree comonads and Free monads. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/free Package: libghc-ftphs-doc Priority: extra Section: doc Installed-Size: 450 Maintainer: Debian Haskell Group Architecture: all Source: ftphs Version: 1.0.8-1.8.201403112359 Replaces: ftphs-doc (<< 1.0.7-2) Provides: ftphs-doc Depends: haddock-interface-19 Conflicts: ftphs-doc (<< 1.0.7-2) Filename: 4.0-0/all/libghc-ftphs-doc_1.0.8-1.8.201403112359_all.deb Size: 76230 MD5sum: 012eb3f46735d58faf962ebe0c858258 SHA1: bd7d8dc949851b394a9b0d5562df76a75814c696 SHA256: 7570cca447691150219985b994d112ddd7882399032754006e5b53e92fd209dd Description: FTP Client and Server Library for Haskell, documentation ftphs provides a Haskell library to implement a FTP client and a FTP server. . ftphs has a number of features: . * Easy to use operation * Full support of text and binary transfers * Optional lazy interaction * Server can serve up a real or a virtual filesystem tree * Standards compliant Homepage: http://software.complete.org/ftphs Package: libghc-gconf-doc Priority: extra Section: doc Installed-Size: 382 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gconf Version: 0.12.1-1.7.201403172359 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gconf-dev Filename: 4.0-0/all/libghc-gconf-doc_0.12.1-1.7.201403172359_all.deb Size: 57130 MD5sum: 3543d0b32c3e391623d88a344e04937b SHA1: 9759f819d193c087da86329972d6e42315c00fe7 SHA256: 971256a1eb543681d291bec552291107f392c3b8cf3865248b1b30375ecaaa81 Description: Binding to the GNOME configuration database system; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. Homepage: http://hackage.haskell.org/package/gconf Package: libghc-gd-doc Priority: extra Section: doc Installed-Size: 678 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gd Version: 3000.7.3-1.2.201403180007 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-gd-dev Filename: 4.0-0/all/libghc-gd-doc_3000.7.3-1.2.201403180007_all.deb Size: 75914 MD5sum: bba3ae5ec308fa9aab60d6e382391b0a SHA1: 04d24a14df925d9d0c788ef3d8694de8a9c561dc SHA256: aed3835184449122039a1ff0db97fd8f39b608193fe4f32e8a1f9b2bdb2b20d2 Description: bindings to the GD graphics library; documentation Haskell bindings to a subset of libgd. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/gd Package: libghc-ghc-events-doc Priority: extra Section: doc Installed-Size: 747 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ghc-events Version: 0.4.0.0-2.7.201403180011 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ghc-events-dev Filename: 4.0-0/all/libghc-ghc-events-doc_0.4.0.0-2.7.201403180011_all.deb Size: 91514 MD5sum: f21dfb839ac6ab161f6c1e43126d0319 SHA1: abf3951c73959947d761069aadc9c216a6996e5b SHA256: 5fa36940a3ac60ecf1127359e98bd9f313e75543408cdf43af72b50e46d6e6e0 Description: Library for parsing GHC event log files; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides functions to parse .eventlog files emitted by the GHC.12.1 and later runtimes. Homepage: http://hackage.haskell.org/package/ghc-events Package: libghc-ghc-mtl-doc Priority: extra Section: doc Installed-Size: 128 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ghc-mtl Version: 1.0.1.1-1.7.201403180014 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monadcatchio-mtl-doc, libghc-mtl-doc, libghc-ghc-mtl-dev Filename: 4.0-0/all/libghc-ghc-mtl-doc_1.0.1.1-1.7.201403180014_all.deb Size: 33660 MD5sum: 9138f3a247d56abe4d549a62f4c5bcf6 SHA1: f527655e08f4f2c45bde78942704c624251d97a4 SHA256: a276714fdd0fdb62425555662c8869c25880aa36044aad1bbd29a9daf7fb194b Description: an mtl compatible version of the Ghc-Api monads; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides an mtl compatible version of the GhcT monad-transformer defined in the GHC-API since version 6.10.1. Homepage: http://hackage.haskell.org/package/ghc-mtl Package: libghc-ghc-paths-doc Priority: extra Section: doc Installed-Size: 97 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ghc-paths Version: 0.1.0.8-2.7.201403180022 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ghc-paths-dev Filename: 4.0-0/all/libghc-ghc-paths-doc_0.1.0.8-2.7.201403180022_all.deb Size: 30616 MD5sum: dcbaf25cab5c11b7303058be182791a9 SHA1: e2e2844677fa853cbc686bfffab4c4d47acbd57e SHA256: 4e73e810b2bf809c1c2d8d5bbcedf0623240452cf1b447523caa38a0d048bae9 Description: Knowledge of GHC's installation directories; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides constants with the installation directories of the Glasgow Haskell Compiler. Homepage: http://hackage.haskell.org/package/ghc-paths Package: libghc-ghc-syb-utils-doc Priority: extra Section: doc Installed-Size: 135 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ghc-syb-utils Version: 0.2.1.0-1.2.201403180029 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-syb-doc, libghc-ghc-syb-utils-dev Filename: 4.0-0/all/libghc-ghc-syb-utils-doc_0.2.1.0-1.2.201403180029_all.deb Size: 34472 MD5sum: d84101ef22a25e8de3e0bf44bb799208 SHA1: 4ab4200201a598c2a3c7db33f3bca0b116a0f9e6 SHA256: 0f980a005f34aa0af55f2f89ef1fe83fc1744596906f9a3d0cca5d3cd4de7f26 Description: Scrap Your Boilerplate utilities for the GHC API; documentation Common utilities for the Ghc Api, either based on Data/Typeable or for use with Data.Generics over Ghc Api types. . This package contains the documentation files. Homepage: http://github.com/nominolo/ghc-syb Package: libghc-gio-doc Priority: extra Section: doc Installed-Size: 3489 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gio Version: 0.12.3-1.7.201403180037 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gio-dev Filename: 4.0-0/all/libghc-gio-doc_0.12.3-1.7.201403180037_all.deb Size: 308862 MD5sum: 5ad6da0f9bb84285622085214fc11ad2 SHA1: 4d3f160b61497063a8107325101390ca92e30cd3 SHA256: 5acb4f1777d33d034fb4414fccd6e80ea945ae56bdeadff24ce58e871bd740a0 Description: Binding to the GIO; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. Homepage: http://hackage.haskell.org/package/gio Package: libghc-github-doc Priority: extra Section: doc Installed-Size: 1453 Maintainer: Debian Haskell Group Architecture: all Source: haskell-github Version: 0.4.0-2.2.201403180042 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-aeson-doc, libghc-github-dev Filename: 4.0-0/all/libghc-github-doc_0.4.0-2.2.201403180042_all.deb Size: 120158 MD5sum: 034c1982c760f64c2e386456071984c1 SHA1: c77b3027f3d105110d09f363c83a933f3ee23e85 SHA256: 7f66f19124860709be082dc8b9c76f16e91f88607d1a0244a58316d2a1dc8e2c Description: Haskell Github API - documentation The Github API provides programmatic access to the full Github Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/github Package: libghc-gitit-doc Priority: extra Section: doc Installed-Size: 1593 Maintainer: Debian Haskell Group Architecture: all Source: gitit Version: 0.10.0.1-1.12.201403311042 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cgi-doc, libghc-filestore-doc, libghc-happstack-server-doc, libghc-hslogger-doc, libghc-hstringtemplate-doc, libghc-mtl-doc, libghc-pandoc-types-doc, libghc-gitit-dev Filename: 4.0-0/all/libghc-gitit-doc_0.10.0.1-1.12.201403311042_all.deb Size: 197948 MD5sum: eb8d338bdf5bbc0fd0d1d616335558fa SHA1: 7e4d9b991bab2e5c9e0832e65cbe80a2d15b194f SHA256: f784fc8bb70d3b8803bdff2a453f5faf58e32c73c65fc8b4efea6e633ab971c3 Description: Wiki engine backed by a git or darcs filestore - documentation Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files can be modified either directly via the VCS’s command-line tools or through the wiki’s web interface. Pandoc is used for markup processing, so pages may be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice ODT, and MediaWiki markup. . Other features include * plugins: dynamically loaded page transformations written in Haskell; * categories; * support for Unicode; * TeX math using texmath; * syntax highlighting of source code files and code snippets using highlighting-kate; * wiki pages can be viewed as slide shows; * caching; * Atom feeds (site-wide and per-page); * a library, Network.Gitit, that makes it simple to include a gitit wiki in any happstack application; * pages can be written directly in literate Haskell. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/gitit Package: libghc-glade-doc Priority: extra Section: doc Installed-Size: 202 Maintainer: Debian Haskell Group Architecture: all Source: haskell-glade Version: 0.12.1-1.7.201403180052 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-glade-dev Filename: 4.0-0/all/libghc-glade-doc_0.12.1-1.7.201403180052_all.deb Size: 53286 MD5sum: 1e322bc8c7c0f06b762165950429f7b9 SHA1: be6b434be6e8c7123e96e609ab48e2d16278f259 SHA256: 0b1b595447321534e602bce3112c66522f5d96902808a7b2f00a1d007ba8aa3a Description: Binding to the glade library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. Homepage: http://hackage.haskell.org/package/glade Package: libghc-glfw-doc Priority: extra Section: doc Installed-Size: 875 Maintainer: Debian Haskell Group Architecture: all Source: haskell-glfw Version: 0.5.0.1-1.7.201403180102 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-opengl-doc, libghc-glfw-dev Filename: 4.0-0/all/libghc-glfw-doc_0.5.0.1-1.7.201403180102_all.deb Size: 101678 MD5sum: 3201d3ddbb805c280d5e681f99e26fd6 SHA1: 6b1fb5438515d4832bc70708c5178fb9cf14afe0 SHA256: 3848a35dc9710fae38f1b04178ed7bfe52186ca7a68e98e8c92c6fb66e7d5ea2 Description: Haskell GLFW binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides bindings for GLFW, a window system independent toolkit for writing OpenGL programs. Homepage: http://hackage.haskell.org/package/GLFW Package: libghc-glib-doc Priority: extra Section: doc Installed-Size: 1369 Maintainer: Debian Haskell Group Architecture: all Source: haskell-glib Version: 0.12.2-1.8.201403180106 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-dev Filename: 4.0-0/all/libghc-glib-doc_0.12.2-1.8.201403180106_all.deb Size: 151056 MD5sum: 1a2385bbecf7d5641c3fdfb7a79f9d34 SHA1: ce92c65df7b8430a35e6009c25ad69f9194d6114 SHA256: dc98c77a7c124247d7e1236228d70e2520245c9d8967d68813133450eb0ef24f Description: Binding to the GLIB library for Gtk2Hs; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The GNU Library is a collection of C data structures and utility function for dealing with Unicode. This package only binds as much functionality as required to support the packages that wrap libraries that are themselves based on GLib. Homepage: http://hackage.haskell.org/package/glib Package: libghc-glut-doc Priority: extra Section: doc Installed-Size: 2989 Maintainer: Debian Haskell Group Architecture: all Source: haskell-glut Version: 2.1.2.2-1.7.201403180114 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-opengl-doc, libghc-glut-dev Filename: 4.0-0/all/libghc-glut-doc_2.1.2.2-1.7.201403180114_all.deb Size: 860636 MD5sum: 75a4487ac6c2e66421649369c3337d63 SHA1: 9ca76ca835b038695857cc0d36ef579378f24117 SHA256: 8a839132abd53e550ff799c06509bfa6574e8b361b0283d24fc02b402497e44a Description: Haskell GLUT binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides a binding for the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. For more information about the C library on which this binding is based, please see: . Homepage: http://hackage.haskell.org/package/GLUT Package: libghc-gnuidn-doc Priority: extra Section: doc Installed-Size: 225 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gnuidn Version: 0.2-2.2.201403180123 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-gnuidn-dev Filename: 4.0-0/all/libghc-gnuidn-doc_0.2-2.2.201403180123_all.deb Size: 44590 MD5sum: 6865f4b405e7c2d51c4f06ab621ba15a SHA1: fae419c5a3f7a1e30590baea270702dee85c25f1 SHA256: 42eacf19489edf31c2890012fb51938722d13c2fc7582d9d103b905bd1cba85a Description: bindings for GNU IDN; documentation These are Haskell bindings to the GNU IDN (Internationalized Domain Names) library for Unicode domain names. . This package contains the documentation files. Homepage: http://john-millikin.com/software/bindings/gnuidn/ Package: libghc-gnutls-doc Priority: extra Section: doc Installed-Size: 235 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gnutls Version: 0.1.2-1.2.201403180130 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monads-tf-doc, libghc-transformers-doc, libghc-gnutls-dev Filename: 4.0-0/all/libghc-gnutls-doc_0.1.2-1.2.201403180130_all.deb Size: 41074 MD5sum: b1d2e8798d6bff465148ae91ed49d3ec SHA1: 22df865a1ce383626bf1383842ce80c4dc05b3b2 SHA256: 975d120fca9ce06b428bfd97a3ae4d7c461ebe940e5a9b115b02f181217cb1f9 Description: bindings for GNU TLS; documentation This library provides Haskell bindings for gnutls. . This package contains the documentation files. Homepage: http://www.yesodweb.com/ Package: libghc-gsasl-doc Priority: extra Section: doc Installed-Size: 363 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gsasl Version: 0.3.4-1.2.201403180134 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-gsasl-dev Filename: 4.0-0/all/libghc-gsasl-doc_0.3.4-1.2.201403180134_all.deb Size: 52282 MD5sum: d5e21977afa58a7078dd4252530c7c56 SHA1: b2c525f32f5fd60906d2dafc1dfe2d275d4bafbc SHA256: a3907d9837e5a6a2b2632af899b1cd2c2e8642a14c7408bf71587738c8f2af63 Description: bindings for GNU SASL; documentation These are Haskell bindings to the GNU SASL (Simple Authentication and Security Layer) library. . This package contains the documentation files. Homepage: http://ianen.org/haskell/bindings/gsasl/ Package: libghc-gstreamer-doc Priority: extra Section: doc Installed-Size: 4379 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gstreamer Version: 0.12.1-1.7.201403180137 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gstreamer-dev Filename: 4.0-0/all/libghc-gstreamer-doc_0.12.1-1.7.201403180137_all.deb Size: 376436 MD5sum: 836e660eb37ebb96816f4db3e77671bc SHA1: 655e0fb4947e5295928929b240c3d0db7b33ec18 SHA256: 7e6aeaabfdcaa4f73ff573c6ef1845543db2acefd54b16d74a893293560a603d Description: Binding to the GStreamer open source multimedia framework; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides a wrapper around the GStreamer C library. GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple OggVorbis playback, audiovideo streaming to complex audio (mixing) and video (non-linear editing) processing. Homepage: http://hackage.haskell.org/package/gstreamer Package: libghc-gtk-doc Priority: extra Section: doc Installed-Size: 30490 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gtk Version: 0.12.3-1.7.201403180145 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cairo-doc, libghc-gio-doc, libghc-glib-doc, libghc-mtl-doc, libghc-pango-doc, libghc-gtk-dev Filename: 4.0-0/all/libghc-gtk-doc_0.12.3-1.7.201403180145_all.deb Size: 2819092 MD5sum: adebfeb25ab515ea3f05ddb3bf70eb89 SHA1: 4fbfea3b72895bd7f1852d7229771d2583890718 SHA256: a93ccb8a976ba7f46df830833409917695cc736e5afe8dd44e095ebf5fcfed9b Description: Binding to the Gtk+ graphical user interface library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. Homepage: http://hackage.haskell.org/package/gtk Package: libghc-gtkglext-doc Priority: extra Section: doc Installed-Size: 537 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gtkglext Version: 0.12.1-1.7.201403180159 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-gtkglext-dev Filename: 4.0-0/all/libghc-gtkglext-doc_0.12.1-1.7.201403180159_all.deb Size: 82392 MD5sum: b51e585a6c8e53fdf1a8d448d81b816c SHA1: db9beb49eebc0eae5fc346ff94b073abdbce9280 SHA256: 763832a15cc91b92cf2611659e55ba895e89d35ce0986c2db955d0971db28bfb Description: Binding to the GTK+ OpenGL Extension; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. Homepage: http://hackage.haskell.org/package/gtkglext Package: libghc-gtksourceview2-doc Priority: extra Section: doc Installed-Size: 1980 Maintainer: Debian Haskell Group Architecture: all Source: haskell-gtksourceview2 Version: 0.12.3-1.7.201403180209 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-gtksourceview2-dev Filename: 4.0-0/all/libghc-gtksourceview2-doc_0.12.3-1.7.201403180209_all.deb Size: 204758 MD5sum: 24de1c78445f307e0ef798f17f9a96bf SHA1: f6cea596a862ce40936ab26dbb3e769c8fc7ff43 SHA256: 7d8d229672bde1e7d1b2b8daab94a514a67a6d268c2f30be24a4d9c3f5beead2 Description: Binding to the GtkSourceView library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. Homepage: http://hackage.haskell.org/package/gtksourceview2 Package: libghc-haddock-doc Priority: extra Section: doc Installed-Size: 2476 Maintainer: Debian Haskell Group Architecture: all Source: haskell-haddock Version: 2.10.0-1.9.201403180218 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haddock-dev Filename: 4.0-0/all/libghc-haddock-doc_2.10.0-1.9.201403180218_all.deb Size: 246438 MD5sum: f6f740777ad239e37fc28afb911d6e2c SHA1: 8cf14debf55d3b3e523195479f3ab25823a9ac07 SHA256: c44afddae42d8c71b4758d1099136ab786d0f090b8c9e4205fbbd5c928d53499 Description: documentation-generation library for haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package exposes the features of haddock as a library, to be used inside other haskell programs. Homepage: http://hackage.haskell.org/package/haddock Package: libghc-hakyll-doc Priority: extra Section: doc Installed-Size: 1593 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hakyll Version: 3.2.7.2-1.2.201403180227 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-citeproc-hs-doc, libghc-hamlet-doc, libghc-pandoc-doc, libghc-hakyll-dev Filename: 4.0-0/all/libghc-hakyll-doc_3.2.7.2-1.2.201403180227_all.deb Size: 195320 MD5sum: 4cb033c7ea236ad146244aaa62437ae1 SHA1: 0f0527d97eebeb40f8bd642878fced73a71188c0 SHA256: 2ec082bb559183983f0a22c583506afc695c9b48cd53e508ffc0beb7349c2f96 Description: static website compiler library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website: . http://jaspervdj.be/hakyll Homepage: http://hackage.haskell.org/package/hakyll Package: libghc-hamlet-doc Priority: extra Section: doc Installed-Size: 409 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hamlet Version: 1.0.1.3-1.2.201403180233 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-failure-doc, libghc-text-doc, libghc-hamlet-dev Filename: 4.0-0/all/libghc-hamlet-doc_1.0.1.3-1.2.201403180233_all.deb Size: 56200 MD5sum: bab36d91ab3e0e04b776c71c4103d5af SHA1: 9ab94817fa909313393df153b311247adf4ee66f SHA256: 6d1830c98264e245ce96b40eab945df4be0f6ef091f6d1a25b9dc62fd226b00b Description: type-safe tool for generating HTML code; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Hamlet gives you a type-safe tool for generating HTML code. It works via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. Please see the documentation at http://docs.yesodweb.com/book/hamlet/ for more details. Homepage: http://hackage.haskell.org/package/hamlet Package: libghc-happstack-doc Priority: extra Section: doc Installed-Size: 99 Maintainer: Debian Haskell Group Architecture: all Source: haskell-happstack Version: 7.0.0-1.7.201403180236 Depends: haddock-interface-19 Recommends: libghc-happstack-dev Filename: 4.0-0/all/libghc-happstack-doc_7.0.0-1.7.201403180236_all.deb Size: 30674 MD5sum: 6d370b5c3c89b5c4bf84774674fc698c SHA1: 6db6d655443879bf23eb5772f095509a19d1cdc6 SHA256: 5b5e4c5cf3f5863c7021cd5fb7524cd79da580299b4caaec99328244b306866a Description: Haskell web framework - documentation Happstack is a web framework written in Haskell; it provides a rich collection of types and functions for routing Requests, generating Responses, working with query parameters, form data, and cookies, serving files and more. . This package contains the library documentation. Anyway, it is just a stub, depending on the package that actually provides the Happstack server. Homepage: http://hackage.haskell.org/package/happstack Package: libghc-happstack-server-doc Priority: extra Section: doc Installed-Size: 3148 Maintainer: Debian Haskell Group Architecture: all Source: haskell-happstack-server Version: 7.0.1-1.8.201403310928 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-html-doc, libghc-monad-control-doc, libghc-mtl-doc, libghc-network-doc, libghc-sendfile-doc, libghc-text-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-xhtml-doc, libghc-zlib-doc, libghc-happstack-server-dev Filename: 4.0-0/all/libghc-happstack-server-doc_7.0.1-1.8.201403310928_all.deb Size: 338438 MD5sum: 8a65e8b072356060c6aafdcd614891bb SHA1: 2c6431e5dcb077a7231a5f237965ed966f400cbd SHA256: d163ab74b7e49b7f5c598708f8b4e34b2d0342896e7b97d3059fb874862a0a69 Description: Happstack web framework, HTTP server - documentation Happstack is a Haskell web framework, designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows environments. . Happstack provides you with all the components you need to build and deploy your application, which is completely self-contained. Particularly, Happstack provides the application with a distributed and persistent data storage layer, capable to interact with the application itself directly in terms of Haskell data structures. . Happstack-server contains the HTTP server itself. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/happstack-server Package: libghc-harp-doc Priority: extra Section: doc Installed-Size: 125 Maintainer: Debian Haskell Group Architecture: all Source: haskell-harp Version: 0.4-3.7.201403180243 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-harp-dev Filename: 4.0-0/all/libghc-harp-doc_0.4-3.7.201403180243_all.deb Size: 32126 MD5sum: 7e6fd8aef5529d456fee79012e12e640 SHA1: b4c2c1a07ee7a79d53acac05fa3f61b72879d23d SHA256: c417fda102045842eb14707f6013c159b43788b2827041769980fd5701ec08a5 Description: Haskell support for regexp based pattern matching - documentation HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility, allowing the user to match against regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/harp Package: libghc-hashable-doc Priority: extra Section: doc Installed-Size: 204 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hashable Version: 1.1.2.3-1.2.201403180246 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-hashable-dev Filename: 4.0-0/all/libghc-hashable-doc_1.1.2.3-1.2.201403180246_all.deb Size: 41220 MD5sum: c2e54ee9d8a17734695af3972ce1cece SHA1: 81f655ea564e51514744076c102cf17758001362 SHA256: e540653f3527779e337825d87a6aed636b1b54a4642065b4b231725d8881c410 Description: Class for types that can be converted to a hash value; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. Homepage: http://hackage.haskell.org/package/hashable Package: libghc-hashed-storage-doc Priority: extra Section: doc Installed-Size: 934 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hashed-storage Version: 0.5.9-2.7.201403180248 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-hashed-storage-dev Filename: 4.0-0/all/libghc-hashed-storage-doc_0.5.9-2.7.201403180248_all.deb Size: 118142 MD5sum: e41edd81450f0e493536e8e7a34baa9f SHA1: d920e49942fcbc9281a3c742ed32c116887461a0 SHA256: bb8bbd6dbcccc59651a73fd6f360ab0c5f9ce687f06b724c3c82f29e689f4fce Description: hashed file storage support code; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Support code for reading and manipulating hashed file storage (where each file and directory is associated with a cryptographic hash, for corruption-resistant storage and fast comparisons). . The supported storage formats include darcs hashed pristine, a plain filesystem tree and an indexed plain tree (where the index maintains hashes of the plain files and directories). Homepage: http://hackage.haskell.org/package/hashed-storage Package: libghc-hashmap-doc Priority: extra Section: doc Installed-Size: 511 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hashmap Version: 1.3.0.1-1.2.201403180251 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-hashmap-dev Filename: 4.0-0/all/libghc-hashmap-doc_1.3.0.1-1.2.201403180251_all.deb Size: 64428 MD5sum: 3d4bfe5343af7ae8a74f2b05f10782bd SHA1: f63df376e335994d3df64fef8fe83fbed61cba65 SHA256: 44370a7ae588168add1c97ff03ad4e9e1f360e187254bc57b254180e678638fb Description: persistent containers Map and Set based on hashing; documentation An implementation of persistent Map and Set containers based on hashing. The implementation is build on top of Data.IntMap.IntMap and Data.IntSet.IntSet, with very similar API. It uses Hashable class from the hashable package for hashing. . This package can be used as a drop-in replacement for Data.Map and Data.Set modules. . The Map key value is an Data.IntMap.IntMap indexed by the hash value, containing either one (key, value) or a Data.Map.Map key value for all keys with the same hash value. . The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing either one elem or Data.Set.Set elem for all elements with the same hash value. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/hashmap Package: libghc-hashtables-doc Priority: extra Section: doc Installed-Size: 958 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hashtables Version: 1.0.1.4-1.2.201403180255 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-primitive-doc, libghc-hashtables-dev Filename: 4.0-0/all/libghc-hashtables-doc_1.0.1.4-1.2.201403180255_all.deb Size: 101772 MD5sum: b350a9cdb50e68a50be13c32394432f1 SHA1: 354d9c1d299f44b7129ec4c5669dec39924a2e52 SHA256: c010e75b602333ff4e5b0aacb3ad3aae8cdaac43c0e8ab9740b7a241aa0cf53f Description: mutable hash tables -- documentation This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. . There are three hash table implementations: . * Data.HashTable.ST.Basic contains a basic open-addressing hash table using linear probing as the collision strategy. This should currently be the fastest available hash table implementation for lookups, although it has a higher memory overhead than others. * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing". Cuckoo hashing has worst-case O(1) lookups and performs well even when the table is highly loaded. * Data.HashTable.ST.Linear contains a linear hash table, which trades some insert and lookup performance for higher space efficiency and much shorter delays when expanding the table. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/hashtables Package: libghc-haskeline-doc Priority: extra Section: doc Installed-Size: 1305 Maintainer: Debian Haskell Group Architecture: all Source: haskell-haskeline Version: 0.6.4.7-1.7.201403180258 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-terminfo-doc, libghc-haskeline-dev Filename: 4.0-0/all/libghc-haskeline-doc_0.6.4.7-1.7.201403180258_all.deb Size: 153218 MD5sum: 4d45340da69a1e4340140051bd9ce782 SHA1: a109bc6ceb80de0ef40c790abe875b24f2b27b22 SHA256: a8cf72a0030abab894102008b85a155cea1eaeadde9e8856db9c38975cb6da63 Description: A command-line interface for user input, written in Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Haskeline provides a user interface for line input in command-line programs. This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully) more easily used in other Haskell programs. . Haskeline runs both on POSIX-compatible systems and on Windows. Homepage: http://hackage.haskell.org/cgi-bin/haskeline/package/haskeline Package: libghc-haskell-lexer-doc Priority: extra Section: doc Installed-Size: 1466 Maintainer: Debian Haskell Group Architecture: all Source: haskell-lexer Version: 1.0-3.6.201403180957 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskell-lexer-dev Filename: 4.0-0/all/libghc-haskell-lexer-doc_1.0-3.6.201403180957_all.deb Size: 74772 MD5sum: c88cca022743c43a4a03967ecc965ca2 SHA1: 8974be135273a60d885ab8f68026cd8d4bbc1354 SHA256: 8c3d5508e9dce1a06825c951dbd0caa16adbddd1d02f8d3a242abacd29d844df Description: Documentation for a fully compliant Haskell 98 lexer A fully compliant Haskell 98 lexer written in Haskell. The lexer produces a list tuples containing a token type identifier, its position and the tokem string. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/haskell-lexer Package: libghc-haskell-src-doc Priority: extra Section: doc Installed-Size: 1815 Maintainer: Debian Haskell Group Architecture: all Source: haskell-haskell-src Version: 1.0.1.5-1.7.201403180301 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskell-src-dev Filename: 4.0-0/all/libghc-haskell-src-doc_1.0.1.5-1.7.201403180301_all.deb Size: 154962 MD5sum: 5035d121265570c9e21299725073dc32 SHA1: abcb886a5d4d9f4772a80b95768e9c028012e192 SHA256: 3e46ab24b2c0fd5f0a6b2db64dcc4e91a9ba55d25697b9dffc54d310fb741fa5 Description: Haskell module to manipulate Haskell source; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides facilities for manipulating Haskell source code: an abstract syntax, lexer, parser and pretty-printer. Homepage: http://hackage.haskell.org/package/haskell-src Package: libghc-haskelldb-doc Priority: extra Section: doc Installed-Size: 3059 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb Version: 2.1.1-5.6.201403190847 Replaces: haskell-haskelldb-doc (<< 0.12-6), haskelldb-doc (<< 0.10-1) Provides: haskell-haskelldb-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-haskelldb-dev Conflicts: haskell-haskelldb-doc (<< 0.12-6) Filename: 4.0-0/all/libghc-haskelldb-doc_2.1.1-5.6.201403190847_all.deb Size: 285206 MD5sum: e5447e445cd6105ac717aa73194db7b3 SHA1: e84c9b8a6fd6c00f68bacc161f87e9c020f0a7f4 SHA256: 6ebcd354bd79670c67564affed266b7909b910e959dee0185d14a6d4d2356007 Description: API documentation of haskelldb The API documentation of HaskellDB, a Haskell library for expressing database queries and operations in a type safe and declarative way. Homepage: http://haskelldb.sourceforge.net/ Package: libghc-haskelldb-hdbc-doc Priority: extra Section: doc Installed-Size: 137 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb-hdbc Version: 2.1.0-4.7.201403281046 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskelldb-doc, libghc-hdbc-doc, libghc-haskelldb-hdbc-dev Filename: 4.0-0/all/libghc-haskelldb-hdbc-doc_2.1.0-4.7.201403281046_all.deb Size: 33452 MD5sum: 2be1534267cc20122739acf8efad538d SHA1: ca8b9966c6d554eb3df56aa5d7d70eb56601dced SHA256: 662f71c99aba77d7e9d3dec330498019b30be155dd0c3273bdf49d91c22b19c6 Description: HaskellDB support for HDBC; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows you to use the HaskellDB database abstraction library with the HDBC database driver interface. You will also need one or more back-end specific packages. Homepage: http://hackage.haskell.org/package/haskelldb-hdbc Package: libghc-haskelldb-hdbc-odbc-doc Priority: extra Section: doc Installed-Size: 107 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb-hdbc-odbc Version: 2.1.0-3.7.201403281038 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskelldb-doc, libghc-haskelldb-hdbc-odbc-dev Filename: 4.0-0/all/libghc-haskelldb-hdbc-odbc-doc_2.1.0-3.7.201403281038_all.deb Size: 31460 MD5sum: b41c4a430db5784b6bd30473e0b2fdd8 SHA1: 5a0fc7cad146bc466925ef895eb5070c1c6cf7ca SHA256: a7775675e7868b5b32cb7854f5edb17cc35828ced09174ea39dfb61524388a2e Description: HaskellDB support for the HDBC ODBC driver; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows you to use the HaskellDB database abstraction library with the ODBC driver provided by the HDBC database driver interface suite. Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-odbc Package: libghc-haskelldb-hdbc-postgresql-doc Priority: extra Section: doc Installed-Size: 105 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb-hdbc-postgresql Version: 2.1.0-3.7.201403281053 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskelldb-doc, libghc-haskelldb-hdbc-postgresql-dev Filename: 4.0-0/all/libghc-haskelldb-hdbc-postgresql-doc_2.1.0-3.7.201403281053_all.deb Size: 31270 MD5sum: df78fba892d16a54214720eea6859058 SHA1: 459c818d0dc18eed30b078e37f572e88a5403b47 SHA256: b8c2be35659a28a4ae34f095ba7ec0a72484338a054340669bcc845794e4c5ea Description: HaskellDB support for the HDBC PostgreSQL driver; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows you to use the HaskellDB database abstraction library with the PostgreSQL driver provided by the HDBC database driver interface suite. Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-postgresql Package: libghc-haskelldb-hdbc-sqlite3-doc Priority: extra Section: doc Installed-Size: 108 Maintainer: Debian Haskell Group Architecture: all Source: haskelldb-hdbc-sqlite3 Version: 2.1.0-3.7.201403281029 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskelldb-doc, libghc-haskelldb-hdbc-sqlite3-dev Filename: 4.0-0/all/libghc-haskelldb-hdbc-sqlite3-doc_2.1.0-3.7.201403281029_all.deb Size: 30964 MD5sum: 3da5bccb36160183b0849914d28cb204 SHA1: d4fc227b849072aa64f84431f1c9a457c0e3cc85 SHA256: cc660a06d43c08fa7b90f8585edcb7a6ec8aba8c71bf4f9f8f68b2ed2b1f6b76 Description: HaskellDB support for the HDBC SQLite driver; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows you to use the HaskellDB database abstraction library with the SQLite driver provided by the HDBC database driver interface suite. Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-sqlite3 Package: libghc-haskore-doc Priority: extra Section: doc Installed-Size: 6220 Maintainer: Debian Haskell Group Architecture: all Source: haskell-haskore Version: 0.2.0.3-2.7.201403180309 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-data-accessor-doc, libghc-event-list-doc, libghc-haskell-src-doc, libghc-midi-doc, libghc-non-negative-doc, libghc-parsec3-doc, libghc-transformers-doc, libghc-haskore-dev Filename: 4.0-0/all/libghc-haskore-doc_0.2.0.3-2.7.201403180309_all.deb Size: 1361988 MD5sum: d6f7d2b026f4094793a0bc63f8a55f1f SHA1: 56fc9ad3ebd76cbe41a3c59cf58b92152bb6b34c SHA256: 9a8e3447c8d467098dffc7af1fc738120e3aa2233043e4d6bfb93e74c9696732 Description: Haskore Computer Music System; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides a collection of Haskell modules designed for expressing musical structures in the high-level, declarative style of functional programming. In Haskore, musical objects consist of primitive notions such as notes and rests, operations to transform musical objects such as transpose and tempo-scaling, and operations to combine musical objects to form more complex ones, such as concurrent and sequential composition. From these simple roots, much richer musical ideas can easily be developed. . It outputs music representations in MIDI, CSound, SuperCollider or directly as an audio signal. Homepage: http://hackage.haskell.org/package/haskore Package: libghc-hastache-doc Priority: extra Section: doc Installed-Size: 280 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hastache Version: 0.3.3-2.2.201403180315 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-text-doc, libghc-hastache-dev Filename: 4.0-0/all/libghc-hastache-doc_0.3.3-2.2.201403180315_all.deb Size: 47288 MD5sum: dff2d491e8636c3afaf0e3a24e08b66d SHA1: 48783b267d944694e107ed16648485044d3edf50 SHA256: bd981a32716cd9fe63dca87786bf90b0a84c66d056e68599d37e76a83c6ef93a Description: Haskell implementation of Mustache templates; documentation This library provides a Haskell implementation of Mustache templates (). . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://github.com/lymar/hastache Package: libghc-haxml-doc Priority: extra Section: doc Installed-Size: 5062 Maintainer: Debian Haskell Group Architecture: all Source: haxml Version: 1:1.22.5-2.6.201403190928 Provides: haxml-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-polyparse-doc, libghc-haxml-dev Filename: 4.0-0/all/libghc-haxml-doc_1.22.5-2.6.201403190928_all.deb Size: 460160 MD5sum: 5952017781c25544f8893e64401ff3c0 SHA1: 0484627f549648ddd1584b18ee22c180321df4f8 SHA256: 12d0ddfb224ce5dbcafa0e7f9cb71e34d5d80671fb442cd935c1bb24f8d681af Description: Documentation of HaXml HaXml is a collection of utilities for parsing, filtering, transforming, and generating XML documents using Haskell. Its basic facilities include: - a parser for XML, - a separate error-correcting parser for HTML, - an XML validator, - pretty-printers for XML and HTML. . This package contains the HaXml documentation. Homepage: http://hackage.haskell.org/package/HaXml Package: libghc-haxr-doc Priority: extra Section: doc Installed-Size: 583 Maintainer: Debian Haskell Group Architecture: all Source: haskell-haxr Version: 3000.8.5-1.7.201403180319 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haxml-doc, libghc-mtl-doc, libghc-haxr-dev Filename: 4.0-0/all/libghc-haxr-doc_3000.8.5-1.7.201403180319_all.deb Size: 74672 MD5sum: d7e39902ded92857282b6f983f3f7bf5 SHA1: 89d70fde16e8157c7f6cea441351ee3f0c0c916b SHA256: 16965c2a7374538f4d5bd65c5cfdde0dd185ece20a6ba8f5dc2570883768ef1e Description: XML-RPC client and server library for Haskell; documentation HaXR is a library for writing XML-RPC client and server applications in Haskell. . HaXR consists of two packages: haxr and haxr-th. The latter package contains the Template Haskell code used for automatically deriving XML-RPC struct representations for Haskell records. . This package contains the libraries documentation. Homepage: http://www.haskell.org/haxr/ Package: libghc-hcard-doc Priority: extra Section: doc Installed-Size: 264 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hcard Version: 0.0-2.2.201403180326 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-quickcheck2-doc, libghc-random-doc, libghc-hcard-dev Filename: 4.0-0/all/libghc-hcard-doc_0.0-2.2.201403180326_all.deb Size: 45832 MD5sum: 0e180f954d2db24af1f38bd5f3ec0297 SHA1: b05ffebe48931494697274d937329884e7d94822 SHA256: 6ad10c3d7cc78ea1d0ee0b22d8447c0112a6c91ab57114814681462a8902ba58 Description: library for implementing a Deck of Cards; documentation HCard provides a standard interface to a deck of cards -- providing shuffling, permutation-irrelevant equality of hands, etc. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-hcard Package: libghc-hcwiid-doc Priority: extra Section: doc Installed-Size: 148 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hcwiid Version: 0.0.1-3.2.201403180329 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hcwiid-dev Filename: 4.0-0/all/libghc-hcwiid-doc_0.0.1-3.2.201403180329_all.deb Size: 33010 MD5sum: 46f6467e139237d2dc35da04e5eceef8 SHA1: 7f0eb1f3e8ce36a77364148deb78ff5c9b9984cc SHA256: 1d8a42f13b7d1b2da87c1a41d3ce977d8ca961fa0a8b7847a42e2d9a64dbb84a Description: Library to interface with the wiimote; documentation HCWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package contains the documentation files. Homepage: https://gitorious.org/hcwiid Package: libghc-hdbc-doc Priority: extra Section: doc Installed-Size: 963 Maintainer: Debian Haskell Group Architecture: all Source: hdbc Version: 2.3.1.1-1.6.201403190952 Replaces: haskell-hdbc-doc (<< 2.2.3-2) Provides: haskell-hdbc-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-convertible-doc, libghc-text-doc, libghc-hdbc-dev Conflicts: haskell-hdbc-doc (<< 2.2.3-2) Filename: 4.0-0/all/libghc-hdbc-doc_2.3.1.1-1.6.201403190952_all.deb Size: 130252 MD5sum: b95a4fe60ae59a2fb06aee786c069bfb SHA1: 1d99920bef3c8f7f974e495da330fe5d26083e64 SHA256: 9e78e7c8f893b2c404d6ccda36efd294bbb0394c53565b6f2fc18aca754f11eb Description: Haskell Database Connectivity, Documentation HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) . HDBC is modeled loosely on Perl's DBI interface, though it has also been influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell. Homepage: http://software.complete.org/hdbc Package: libghc-hdbc-odbc-doc Priority: extra Section: doc Installed-Size: 316 Maintainer: Debian Haskell Group Architecture: all Source: hdbc-odbc Version: 2.2.3.0-5.6.201403190956 Replaces: haskell-hdbc-odbc-doc (<< 2.2.3.0-2) Provides: haskell-hdbc-odbc-doc Depends: haddock-interface-19 Recommends: libghc-hdbc-odbc-dev Conflicts: haskell-hdbc-odbc-doc (<< 2.2.3.0-2) Filename: 4.0-0/all/libghc-hdbc-odbc-doc_2.2.3.0-5.6.201403190956_all.deb Size: 53398 MD5sum: 3843aa5e6c1dddf9ba79a28b30673bdd SHA1: eb3a16de027a1a983f34f22981a180969e914316 SHA256: 0a149a6b8a88a0046206703c42be20c5d3b59b1c9483f93fdf636197e23d5514 Description: unixODBC HDBC (Haskell Database Connectivity) Documentation HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) . This package provides documentation for the ODBC database driver for HDBC under GHC. Package: libghc-hdbc-postgresql-doc Priority: extra Section: doc Installed-Size: 686 Maintainer: Debian Haskell Group Architecture: all Source: hdbc-postgresql Version: 2.3.2.1-1.6.201403191005 Replaces: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3) Provides: haskell-hdbc-postgresql-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hdbc-doc, libghc-hdbc-postgresql-dev Conflicts: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3) Filename: 4.0-0/all/libghc-hdbc-postgresql-doc_2.3.2.1-1.6.201403191005_all.deb Size: 86630 MD5sum: c2daad55372baff946b2d60b18a509f4 SHA1: 82e1a98307b05b6a7bea48f78087569f3f6cafdc SHA256: 73481b103a5c6112b0ffc932c44a58204a4682be83ef1208323ea8c82d5066dd Description: PostgreSQL HDBC (Haskell Database Connectivity) documentation HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases. Homepage: http://software.complete.org/hdbc-postgresql Package: libghc-hdbc-sqlite3-doc Priority: extra Section: doc Installed-Size: 273 Maintainer: Debian Haskell Group Architecture: all Source: hdbc-sqlite3 Version: 2.3.3.0-1.6.201403191010 Replaces: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2) Provides: haskell-hdbc-sqlite3-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hdbc-doc, libghc-hdbc-sqlite3-dev Conflicts: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2) Filename: 4.0-0/all/libghc-hdbc-sqlite3-doc_2.3.3.0-1.6.201403191010_all.deb Size: 49780 MD5sum: a0429325141bc51a6ad0687399aeeacd SHA1: a2eb7dfbd7b4fb3f702cbc1606cf9fd3a194f1c9 SHA256: 64f681eec6be042cac3aef7ddc2cd64362f7c87b55168314ba1a9a383582a694 Description: Sqlite v3 HDBC (Haskell Database Connectivity) Documentation HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) Package: libghc-hfuse-doc Priority: extra Section: doc Installed-Size: 495 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hfuse Version: 0.2.4.1-1.2.201403180336 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hfuse-dev Filename: 4.0-0/all/libghc-hfuse-doc_0.2.4.1-1.2.201403180336_all.deb Size: 68252 MD5sum: 5f3ac7664362f7ffb1dc7a2e8f7785ba SHA1: 5b3431cb748c406583a01a34f8630521ff1d862f SHA256: 5ad6b179f9c50dc8de9a9b72cd7a5c671d713d5f1683a966f3f4d43b645839b3 Description: Haskell binding for the Linux FUSE library; documentation HFuse is a Haskell binding to the Linux C library, FUSE ('Filesystems in Userspace'); FUSE allows you to construct interesting filesystems which can be used in many ways, such as a filesystem in which the files are Wikipedia files, or SSHFS where one mounts remote directories over SSH, or FlickrFS which represents your Flickr account as directories and files. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/HFuse Package: libghc-highlighting-kate-doc Priority: extra Section: doc Installed-Size: 6409 Maintainer: Debian Haskell Group Architecture: all Source: highlighting-kate Version: 0.5.1-1.6.201403191356 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-parsec3-doc, libghc-highlighting-kate-dev Filename: 4.0-0/all/libghc-highlighting-kate-doc_0.5.1-1.6.201403191356_all.deb Size: 575650 MD5sum: 1f29639a40fbb1af26a862479db3af4a SHA1: c870cec58c1b72c09cca4614c8f326bafab8316b SHA256: 3c757161420a5ad75aa826ceac6a4d06e54675cf1ad9178d65574c48b8c734b9 Description: library documentation for highlighting-kate Highlighting-kate is a syntax highlighting library with support for over 50 languages. The syntax parsers are automatically generated from Kate syntax descriptions (), so any syntax supported by Kate can be added. . Currently the following languages are supported: Ada, Asp, Awk, Bash, Bibtex, C, Cmake, Coldfusion, Commonlisp, Cpp, Css, D, Djangotemplate, Doxygen, Dtd, Eiffel, Erlang, Fortran, Haskell, Html, Java, Javadoc, Javascript, Json, Latex, Lex, LiterateHaskell, Lua, Makefile, Matlab, Mediawiki, Modula3, Nasm, Objectivec, Ocaml, Pascal, Perl, PHP, Postscript, Prolog, Python, Rhtml, Ruby, Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt, Yacc. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://johnmacfarlane.net/highlighting-kate Package: libghc-hinotify-doc Priority: extra Section: doc Installed-Size: 209 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hinotify Version: 0.3.2-1.2.201403180344 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hinotify-dev Filename: 4.0-0/all/libghc-hinotify-doc_0.3.2-1.2.201403180344_all.deb Size: 41480 MD5sum: cd878dc8d07012a04237c184ff1ef6a1 SHA1: 83af47c2bec8a2019c99cd55ce76b9091c6e712b SHA256: 7ba83562ae137739af5d91e0ebbc2f974c71f8d12cd2acea9ca181fcc5687133 Description: Haskell inotify library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Hinotify is a Haskell library for inotify, a part of the Linux kernel . Hinotify uses inotify to provide file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified. Homepage: http://hackage.haskell.org/package/hinotify Package: libghc-hint-doc Priority: extra Section: doc Installed-Size: 743 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hint Version: 0.3.3.4-2.7.201403180350 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monadcatchio-mtl-doc, libghc-mtl-doc, libghc-hint-dev Filename: 4.0-0/all/libghc-hint-doc_0.3.3.4-2.7.201403180350_all.deb Size: 113008 MD5sum: ce4eea62dfb2e310b6c4610bb26532d7 SHA1: bf064cc8e6136859a3f64ddaacf378e078395827 SHA256: 5698cc432255ba8f74ef25f77871b994b877c7788b96d5ea2ede59f8a39690a5 Description: runtime Haskell interpreter (GHC API wrapper); documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library defines an Interpreter monad. It allows one to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, esentially, a huge subset of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this version was not tested with GHC.6). Homepage: http://hackage.haskell.org/package/hint Package: libghc-hipmunk-doc Priority: extra Section: doc Installed-Size: 1036 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hipmunk Version: 5.2.0.8-1.2.201403180356 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-statevar-doc, libghc-transformers-doc, libghc-hipmunk-dev Filename: 4.0-0/all/libghc-hipmunk-doc_5.2.0.8-1.2.201403180356_all.deb Size: 141018 MD5sum: b086d37b3265093c5d1220b303c027b2 SHA1: b5582a3bbd11089f2e6ce69b6dc53a630537119f SHA256: d2ddfa359fa98919f0830a6578903678d9469b02a9ae8b81143b904b1ffc75ec Description: Haskell bindings for Chipmunk; documentation Chipmunk is a fast, simple, portable, 2D physics engine. This library provides Haskell bindings for Chipmunk. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/hipmunk Package: libghc-hjavascript-doc Priority: extra Section: doc Installed-Size: 402 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hjavascript Version: 0.4.7-3.7.201403180405 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hjavascript-dev Filename: 4.0-0/all/libghc-hjavascript-doc_0.4.7-3.7.201403180405_all.deb Size: 53160 MD5sum: 0a82a25ddfa3c401ff9281167b70915a SHA1: 0ce77fffb9e66e4f2f80fab0eb664e07c23aaac1 SHA256: 96e4aac41f74815a4933bb7ed14f5321d30d5c0a627cfa1b9ef68e0dfc6e8ee0 Description: Haskell abstract syntax for a subset of JavaScript - documentation HJavaScript defines a Haskell abstract syntax and pretty printer for a subset of JavaScript. However, a significant difference from JavaScript is that HJavaScript is typed, even on the abstract syntax level using GADTs. The subset of JavaScript that is supported is those parts that lend themself to typing (i.e. no prototyping of classes). . If you don't know what Haskell and all these concepts are, you can just ignore this package. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/HJavaScript Package: libghc-hjscript-doc Priority: extra Section: doc Installed-Size: 1321 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hjscript Version: 0.5.0-3.8.201403181011 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hjavascript-doc, libghc-hsx-doc, libghc-mtl-doc, libghc-hjscript-dev Filename: 4.0-0/all/libghc-hjscript-doc_0.5.0-3.8.201403181011_all.deb Size: 134288 MD5sum: 672df1b7ab593335fc930e089eb35479 SHA1: 0b104d813b78b78874c76975ca81e0377392ac81 SHA256: 975d2beeba47a283e448d4efeead04350a273a54a7ef48fa4c741ece7e4e4826 Description: Haskell DSL for writing JavaScript programs - documentation HJScript is a DSL (domain-specific language) built on top of HJavaScript, for writing client-side dynamic web pages. The programming model is fairly low-level, resembling the actual JavaScript code quite a lot, but should be easy to extend with higher-level functionality. Notable is that HJScript supports the use of literal XML syntax, as defined by the hsx package, for creating DOM ElementNodes. Also notable is that HJScript supports Ajax functionality. . If you don't know what Haskell and all these concepts are, you can just ignore this package. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/hjscript Package: libghc-hjsmin-doc Priority: extra Section: doc Installed-Size: 251 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hjsmin Version: 0.1.1-1.2.201403180409 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-hjsmin-dev Filename: 4.0-0/all/libghc-hjsmin-doc_0.1.1-1.2.201403180409_all.deb Size: 38386 MD5sum: 335a2f4bde702d9ff02af1340e7082aa SHA1: 0d52cc0fa87076535eb99a37df2aff9494f06216 SHA256: 0fab7ffc7007f1f028df6799f1023da4098aef23e1bfef52d3fe31438a695373 Description: JavaScript minifier; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It reduces the size of JavaScript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics. Homepage: http://hackage.haskell.org/package/hjsmin Package: libghc-hlint-doc Priority: extra Section: doc Installed-Size: 1114 Maintainer: Debian Haskell Group Architecture: all Source: hlint Version: 1.8.28-1.6.201403191458 Depends: haddock-interface-19 Recommends: libghc-src-exts-doc, libghc-hlint-dev Filename: 4.0-0/all/libghc-hlint-doc_1.8.28-1.6.201403191458_all.deb Size: 128812 MD5sum: 0cb8ddf6022da6e45a2cfa20cf5c464b SHA1: 23cdf56a8f087dc7ccdca424146b810462518d79 SHA256: 26168c5b5b6282a00f7dacf72239d0db41c31a4ba945f953a702506f2bf7d0b4 Description: Haskell source code suggestions; library documentation HLint gives suggestions on how to improve your source code. It can either print them directly, or generated a colored HTML output. . This is the HLint library, used by programs that want to incorporate HLint's functionality. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/hlint Package: libghc-hoauth-doc Priority: optional Section: doc Installed-Size: 484 Maintainer: Debian Haskell Group Architecture: all Source: hoauth Version: 0.3.4-1.8.201403191522 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-pubkey-types-doc, libghc-curl-doc, libghc-hoauth-dev Filename: 4.0-0/all/libghc-hoauth-doc_0.3.4-1.8.201403191522_all.deb Size: 72714 MD5sum: f2ba1505876ab3b08892f6d550fb53e5 SHA1: 3c11192840d3c83296bdcca9975f8296339270e1 SHA256: b95ec68f54e9d6c108488ffd2e13e3a79e129c84b71156294a99e47375ed6f1f Description: Documentation for Haskell OAuth library hoauth implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1 signatures as defined in the specification 1.0. . This package provides the API documentation for hoauth. Homepage: http://hackage.haskell.org/package/hoauth Package: libghc-hostname-doc Priority: extra Section: doc Installed-Size: 98 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hostname Version: 1.0-4.2.201403180416 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hostname-dev Filename: 4.0-0/all/libghc-hostname-doc_1.0-4.2.201403180416_all.deb Size: 28370 MD5sum: d04b5d47407f97bf3c6632805376a3ed SHA1: b09f9fa5755139e2c975cab6b3b95a4a3bdcd033 SHA256: 7d8c3526b0d3f3c94e85d7f7faa0f5e88b980a6d1f736f4d43d4e4b35378cbc4 Description: providing a cross-platform means of determining the hostname; documentation A very simple package providing a cross-platform means of determining the hostname . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/hostname Package: libghc-hs-bibutils-doc Priority: extra Section: doc Installed-Size: 281 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hs-bibutils Version: 4.12-5.2.201403180420 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hs-bibutils-dev Filename: 4.0-0/all/libghc-hs-bibutils-doc_4.12-5.2.201403180420_all.deb Size: 46308 MD5sum: d718841b6ca610b55f3afc548d80d96d SHA1: d57d33f35c18e962176699d2cafa9cbdb95adddc SHA256: 1ba155519ad33349c50bb6a0881395b7c476c54fff0b498e97e86c08364c231e Description: Haskell bindings to bibutils library; documentation bibutils is a program by Chris Putnam to convert between various bibliography formats, using a common MODS-format XML intermediate. This package offers Haskell bindings to the bibutils library. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/hs-bibutils Package: libghc-hs3-doc Priority: extra Section: doc Installed-Size: 482 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hs3 Version: 0.5.6-2.2.201403180426 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-http-doc, libghc-hxt-doc, libghc-network-doc, libghc-hs3-dev Filename: 4.0-0/all/libghc-hs3-doc_0.5.6-2.2.201403180426_all.deb Size: 72612 MD5sum: e9f5e0bc478c5c7ff12a1ee3bd11a279 SHA1: 7012bffaf1dd2cc061c0aa15cbd8bd578a2bfc08 SHA256: ef58e253405b1b8940f6896849079b85f639f183740375a7fc932b73576075e4 Description: interface to Amazon's Simple Storage Service for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is the Haskell S3 library. It provides an interface to Amazon's Simple Storage Service (S3), allowing Haskell developers to store and retrieve data from the S3 cloud. Homepage: http://hackage.haskell.org/package/hS3 Package: libghc-hscolour-doc Priority: extra Section: doc Installed-Size: 612 Maintainer: Debian Haskell Group Architecture: all Source: hscolour Version: 1.19-3.6.201403191804 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hscolour-dev Filename: 4.0-0/all/libghc-hscolour-doc_1.19-3.6.201403191804_all.deb Size: 79010 MD5sum: 1fdaaa4d5570d0e0432b8e14b116a1a7 SHA1: 613e098098c1f75bc9516cbaf25c794263c3fd18 SHA256: 90c23c18fdb7242b96b2ba8d885fa216b071f9a67c5cecfe663ed963821b1b7e Description: Documentation for libghc-hscolour-dev HsColour currently has five output formats: ANSI terminal codes, HTML 3.2 with tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client codes. . This package contains the library documentation. Homepage: http://code.haskell.org/~malcolm/hscolour/ Package: libghc-hscurses-doc Priority: extra Section: doc Installed-Size: 1303 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hscurses Version: 1.4.1.0-1.7.201403180431 Replaces: haskell-hscurses-doc (<< 1.3.0.2-2) Provides: haskell-hscurses-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-hscurses-dev Conflicts: haskell-hscurses-doc (<< 1.3.0.2-2) Filename: 4.0-0/all/libghc-hscurses-doc_1.4.1.0-1.7.201403180431_all.deb Size: 143058 MD5sum: 55a7b813bf92ddeee4f6320dc49338b7 SHA1: 8a4ef546fd3d516b68a463ce359def133671017b SHA256: 270ed511ec430e58f81b1e7ff5fffbc6e1ef91d6115fdfb31db8f21b8799f48e Description: ncurses bindings for Haskell - documentation Bindings to ncurses, a library of functions that manage an application's display on character-cell terminals. Additionally, it contains some basic widgets such as a text input widget and a table widget. . This package provides documentation for the Haskell ncurses bindings. Homepage: http://hackage.haskell.org/package/hscurses Package: libghc-hsemail-doc Priority: extra Section: doc Installed-Size: 975 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsemail Version: 1.7.1-2.7.201403180443 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-parsec3-doc, libghc-hsemail-dev Filename: 4.0-0/all/libghc-hsemail-doc_1.7.1-2.7.201403180443_all.deb Size: 115190 MD5sum: 3c2d8e9df6aa027dc0a26ab7f69f88be SHA1: e7d8bb9bd3c18a6d6e362b91bc91037a749812e0 SHA256: 773b53b0249d34e1ffe1c94a78faeb538e3ead92643c88ef64a2725145a6dd2f Description: Haskell parser for emails and SMTP conversations - documentation This Haskell library is parser for email messages (as described in RFC 2822) and SMTP conversation (as described in RFC 2821). . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/hsemail Package: libghc-hslogger-doc Priority: extra Section: doc Installed-Size: 485 Maintainer: Debian Haskell Group Architecture: all Source: hslogger Version: 1.1.4+dfsg1-2.6.201403191823 Replaces: hslogger-doc Provides: hslogger-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-doc, libghc-hslogger-dev Conflicts: hslogger-doc Filename: 4.0-0/all/libghc-hslogger-doc_1.1.4+dfsg1-2.6.201403191823_all.deb Size: 90172 MD5sum: a8ddcbeb9970a752695ab8f134af28e9 SHA1: e9483a70f25331af436698132cc266e2cc6228b8 SHA256: b3967d3e3e6206ddabaf030b605998274f45ad36fba51c79fd1d24a03757e6f4 Description: The Haskell Logging Framework, API Documentation hslogger is a logging framework for Haskell, roughly similar to Python's logging module. . hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in. . This package contains the API documentation. Homepage: http://software.complete.org/hslogger Package: libghc-hsp-doc Priority: extra Section: doc Installed-Size: 431 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsp Version: 0.6.1-2.7.201403180453 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hjscript-doc, libghc-hsx-doc, libghc-mtl-doc, libghc-text-doc, libghc-hsp-dev Filename: 4.0-0/all/libghc-hsp-doc_0.6.1-2.7.201403180453_all.deb Size: 67860 MD5sum: 5a24e8775fcfac3a39ea83f84dff8d95 SHA1: 178e2d643bda9c66c9eee9f9cceee1a569f61949 SHA256: ed70a4896a9ee6971a43c0a0c32768cbd5c67bc25f98c6df7cf5eb8c6d2902f5 Description: Haskell library for dynamic server-side web pages - documentation Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include an embedded XML syntax and a (low-to-mid-level) programming model for writing dynamic web pages. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/hsp Package: libghc-hspec-doc Priority: extra Section: doc Installed-Size: 369 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hspec Version: 1.1.0-1.2.201403180456 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hunit-doc, libghc-quickcheck2-doc, libghc-hspec-dev Filename: 4.0-0/all/libghc-hspec-doc_1.1.0-1.2.201403180456_all.deb Size: 62050 MD5sum: 24034ed03577f82e4d7cc93c3f0b57ce SHA1: fa14d5e84af5c5ff71cd7a7911d29455a3a7dd7c SHA256: 3dcc02393152ba7f45603d0dc23f9bab4be5a3f853f7e2c1945f927d694f7db9 Description: behavior-driven development for Haskell; documentation Hspec is roughly based on the Ruby library RSpec. However, Hspec is just a framework for running HUnit and QuickCheck tests. Compared to other options, it provides a much nicer syntax that makes tests very easy to read. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-hspec Package: libghc-hsql-doc Priority: extra Section: doc Installed-Size: 509 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsql Version: 1.8.1-4.6.201403180504 Replaces: haskell-hsql-doc (<< 1.7.1-3), libghc6-hsql-doc (<< 1:1) Provides: haskell-hsql-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsql-dev Conflicts: haskell-hsql-doc (<< 1.7.1-3), libghc6-hsql-doc (<< 1:1) Filename: 4.0-0/all/libghc-hsql-doc_1.8.1-4.6.201403180504_all.deb Size: 73420 MD5sum: e68d3af887d1b53830da16ad00d4aaf5 SHA1: f6f52dccc544f8fcb72034718690df796c2b26de SHA256: 6cfdee536d2eade6e5dc3d17bd9c1265c8e553b8144faa5e5b19b33d6f36de0b Description: API documentation of the HSQL library for Haskell HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. . This package provides documentation for HSQL. Homepage: http://hackage.haskell.org/package/hsql Package: libghc-hsql-mysql-doc Priority: extra Section: doc Installed-Size: 193 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsql-mysql Version: 1.8.1-4.7.201403180514 Replaces: haskell-hsql-mysql-doc (<< 1.7.1-4), libghc6-hsql-mysql-doc (<< 1:1) Provides: haskell-hsql-mysql-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsql-doc, libghc-hsql-mysql-dev Conflicts: haskell-hsql-mysql-doc (<< 1.7.1-4), libghc6-hsql-mysql-doc (<< 1:1) Filename: 4.0-0/all/libghc-hsql-mysql-doc_1.8.1-4.7.201403180514_all.deb Size: 40148 MD5sum: 7778eb02ce3e201036b3c9b91c931bed SHA1: 061335b9b1d7e85cc528251f1adf7ef7f0a57c9a SHA256: 03beb90b27b519266a136a84c088b8823b10c5143504e7a0e619aa72c0ef8435 Description: API documentation of the hsql-mysql library for Haskell HSQL provides database interfaces for Haskell programmers. This package provides documentation for MySQL driver of HSQL. Homepage: http://hackage.haskell.org/package/hsql-mysql Package: libghc-hsql-odbc-doc Priority: extra Section: doc Installed-Size: 363 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsql-odbc Version: 1.8.1.1-2.6.201403180517 Replaces: haskell-hsql-odbc-doc (<< 1.7.1-3) Provides: haskell-hsql-odbc-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsql-doc, libghc-hsql-odbc-dev Conflicts: haskell-hsql-odbc-doc (<< 1.7.1-3) Filename: 4.0-0/all/libghc-hsql-odbc-doc_1.8.1.1-2.6.201403180517_all.deb Size: 53848 MD5sum: 6f88a73968dad621be2a5492dddd4ea2 SHA1: 993e3605093c03a4f644693bd0aecd92dbe854cd SHA256: 35d45911f61857e5d9f77e45d2660e3031f79d85aaaf25a7fd04faf10be5a9ff Description: API documentation of the hsql-odbc library for Haskell HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. . This package provides documentation for ODBC driver of HSQL. Homepage: http://hackage.haskell.org/package/hsql-odbc Package: libghc-hsql-postgresql-doc Priority: extra Section: doc Installed-Size: 243 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsql-postgresql Version: 1.8.1-3.6.201403180525 Replaces: haskell-hsql-postgresql-doc (<< 1.7.3-4) Provides: haskell-hsql-postgresql-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsql-doc, libghc-hsql-postgresql-dev Conflicts: haskell-hsql-postgresql-doc (<< 1.7.3-4) Filename: 4.0-0/all/libghc-hsql-postgresql-doc_1.8.1-3.6.201403180525_all.deb Size: 45036 MD5sum: a094b5bbc7915acb4b2022e8f4ea4607 SHA1: 56fe7c24d3a4212d2eb3dbd09cd884975282df20 SHA256: d06d14bb525daa3adbaa60dcf474946501498e88545c70c154ef154e0738bbc9 Description: API documentation of the hsql-postgresql library for Haskell HSQL provides database interfaces for Haskell programmers. This package provides documentation for PostgreSQL driver of HSQL. Homepage: http://hackage.haskell.org/package/hsql-postgresql Package: libghc-hsql-sqlite3-doc Priority: extra Section: doc Installed-Size: 155 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsql-sqlite3 Version: 1.8.1-2.6.201403180528 Replaces: haskell-hsql-sqlite3-doc (<< 1.7.1-3) Provides: haskell-hsql-sqlite3-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsql-doc, libghc-hsql-sqlite3-dev Conflicts: haskell-hsql-sqlite3-doc (<< 1.7.1-3) Filename: 4.0-0/all/libghc-hsql-sqlite3-doc_1.8.1-2.6.201403180528_all.deb Size: 36884 MD5sum: 112a6d1a6d6f392c146d73ce0dacabb3 SHA1: 54e29bd11f0c54ab8cfd9f448cc9fd6ff224bd9f SHA256: 33c55c09c22c67fb17a055ebe337c8e465031d9ee750970d6f2f2e300cf8e7f8 Description: API documentation of the hsql-sqlite3 library for Haskell HSQL provides interfaces for Haskell programmers to the PostgreSQL, MySQL, SQLite, and UnixODBC database systems. There is a generic abstract interface so that code can be used interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. . This package provides documentation for SQLite driver of HSQL. Homepage: http://hackage.haskell.org/package/hsql-sqlite3 Package: libghc-hssyck-doc Priority: extra Section: doc Installed-Size: 227 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hssyck Version: 0.50-2.2.201403180531 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hssyck-dev Filename: 4.0-0/all/libghc-hssyck-doc_0.50-2.2.201403180531_all.deb Size: 40902 MD5sum: e04dd0330f978f90d6c98d63695fd10d SHA1: b3fabfabf51bb1ff02b3a6bcbf3f37a88aa4d4c8 SHA256: 22b7262753724b236fdc589a4910416d2b335c7746214c863297364ed29df1b3 Description: interface to syck YAML library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is a simple YAML ('Yet Another Markup Language') processor, used by the Pugs project for handling data serialization; this can be useful for optimization and caching purposes. . This is an interface to the syck C library for parsing and dumping YAML data. It lets you transform textual YAML data into an object of type YamlNode, and vice versa, fast. Homepage: http://hackage.haskell.org/package/hssyck Package: libghc-hstringtemplate-doc Priority: extra Section: doc Installed-Size: 647 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hstringtemplate Version: 0.6.8-1.6.201403180538 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-text-doc, libghc-hstringtemplate-dev Filename: 4.0-0/all/libghc-hstringtemplate-doc_0.6.8-1.6.201403180538_all.deb Size: 82432 MD5sum: c6709b49f2f5a68d3a74cbb4e92e99ce SHA1: 2ee6a13b9e1a6a89b5fc845cd7f853f5b13dc9bb SHA256: 0999f4f34c080f88f0eae3d08b196798152da6c8dbbebd9a616a4a146e555287 Description: Haskell port of the Java library StringTemplate - documentation This is a Haskell template engine. Its API is mainly inspired to that of the Java library StringTemplate, but it is implemented in a "Haskellish" manner. . It implements the basic 3.1 grammar, lacking group files (though not groups themselves), Regions, and Interfaces and extends it by allowing the application of alternating attributes to anonymous as well as regular templates, including therefore sets of alternating attributes. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/HStringTemplate Package: libghc-hsx-doc Priority: extra Section: doc Installed-Size: 634 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hsx Version: 0.9.1-3.6.201403180541 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-src-exts-doc, libghc-hsx-dev Filename: 4.0-0/all/libghc-hsx-doc_0.9.1-3.6.201403180541_all.deb Size: 79134 MD5sum: debe83bddde1231dc6ff4081531964a7 SHA1: 711b91e355c0e5682c246a301a889b55931b8783 SHA256: 4e9404bd2627e01bd173b08c591b610a75de03b0ac85a752b3346166c8f41b1b Description: Haskell support for XML in source code - documentation HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code. The trhsx preprocessor translates .hsx source files into ordinary .hs files. Literal XML syntax is translated into function calls for creating XML values of the appropriate forms. trhsx transforms literal XML syntax into a series of function calls. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/hsx Package: libghc-html-conduit-doc Priority: extra Section: doc Installed-Size: 126 Maintainer: Debian Haskell Group Architecture: all Source: haskell-html-conduit Version: 0.0.1-2.3.201403180553 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-system-filepath-doc, libghc-xml-conduit-doc, libghc-xml-types-doc, libghc-html-conduit-dev Filename: 4.0-0/all/libghc-html-conduit-doc_0.0.1-2.3.201403180553_all.deb Size: 32278 MD5sum: 185779e17fb2fa03723297cf8a4c0e58 SHA1: 042f8877acb935fff7d503b69609fb31878ab1d3 SHA256: 2d8a0f2f4504e16155bec6d9cfbc938c58084507b3d8576f275fb0ff016e7da7 Description: parse HTML documents using xml-conduit datatypes; documentation html-conduit uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/html-conduit Package: libghc-html-doc Priority: extra Section: doc Installed-Size: 507 Maintainer: Debian Haskell Group Architecture: all Source: haskell-html Version: 1.0.1.2-5.6.201403180548 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-html-dev Filename: 4.0-0/all/libghc-html-doc_1.0.1.2-5.6.201403180548_all.deb Size: 67576 MD5sum: 0f7c2132f99041644d4fecafa8205731 SHA1: 12f0aa59c36af3b36388feafdc61c81eb096e569 SHA256: 7c45ddf4a8dc3239bdc525a3cc043548a203b4211d6d3cd9d8216268d4fca2e1 Description: Haskell html library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides combinators for constructing HTML documents. Homepage: http://web.archive.org/web/20070406145557/http://www.cse.ogi.edu/~andy/html/intro.htm Package: libghc-http-conduit-doc Priority: extra Section: doc Installed-Size: 742 Maintainer: Debian Haskell Group Architecture: all Source: haskell-http-conduit Version: 1.4.1.6-3.3.201403310935 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-blaze-builder-doc, libghc-certificate-doc, libghc-conduit-doc, libghc-cookie-doc, libghc-data-default-doc, libghc-failure-doc, libghc-http-types-doc, libghc-lifted-base-doc, libghc-monad-control-doc, libghc-socks-doc, libghc-tls-doc, libghc-transformers-doc, libghc-http-conduit-dev Filename: 4.0-0/all/libghc-http-conduit-doc_1.4.1.6-3.3.201403310935_all.deb Size: 98262 MD5sum: db51eac495391115038241376fb6ad4f SHA1: 91ba38bc6d26c33d25b6250adcf0f06a9419734a SHA256: 4eb964734d904aeb95889e9abbbfaba919bf95d5156ffcef872abd9fa6108dd4 Description: HTTP client package with conduit interface and HTTPS support; documentation This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of conduits. See http://www.yesodweb.com/book/http-conduit for more information. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-http-conduit Package: libghc-http-date-doc Priority: extra Section: doc Installed-Size: 171 Maintainer: Debian Haskell Group Architecture: all Source: haskell-http-date Version: 0.0.2-1.2.201403180614 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-http-date-dev Filename: 4.0-0/all/libghc-http-date-doc_0.0.2-1.2.201403180614_all.deb Size: 35492 MD5sum: da16a4e60c1cf58f651a52d82b6fbd14 SHA1: e4e77c1b9d91db62eb2736ce8db6785b850b6e68 SHA256: d3c7d84d8ec23e7d1897cb05a81deed1da5d889f9028bc7a6eff93c73f080dd2 Description: HTTP Date parser/formatter; documentation Fast parser and formatter for HTTP Date. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/http-date Package: libghc-http-doc Priority: extra Section: doc Installed-Size: 1658 Maintainer: Debian Haskell Group Architecture: all Source: haskell-http Version: 1:4000.2.3-1.8.201403310816 Replaces: haskell-http-doc (<< 40000006-4) Provides: haskell-http-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-network-doc, libghc-http-dev Conflicts: haskell-http-doc (<< 40000006-4) Filename: 4.0-0/all/libghc-http-doc_4000.2.3-1.8.201403310816_all.deb Size: 208654 MD5sum: 23309bc22d9c03e175578706d1e60119 SHA1: 8ed02185d37443423b02a11f03c4d328527cf083 SHA256: dd26b3207348bab5c116c75933f4cf9d606e1dd5b6dd5a21d5717ceb8d241318 Description: Haskell HTTP client library documentation HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1. . This package contains the library documentation. Homepage: http://projects.haskell.org/http/ Package: libghc-http-types-doc Priority: extra Section: doc Installed-Size: 492 Maintainer: Debian Haskell Group Architecture: all Source: haskell-http-types Version: 0.6.11-1.2.201403180617 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-case-insensitive-doc, libghc-text-doc, libghc-http-types-dev Filename: 4.0-0/all/libghc-http-types-doc_0.6.11-1.2.201403180617_all.deb Size: 68346 MD5sum: 4ed3c62a839c2344e2ea4e10345a2fd3 SHA1: b71c3c18cb6ed39f02c7339893b3ab181a91cd0b SHA256: 683fefd54e1d06fe0ea36a846fc4b817b70bd4914fb84f048453e92a2771663e Description: Generic HTTP types (for both client and server code); documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains generic HTTP types for Haskell (for both client and server code). Homepage: http://hackage.haskell.org/package/http-types Package: libghc-hunit-doc Priority: optional Section: doc Installed-Size: 328 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hunit Version: 1.2.4.2-2.7.201403181115 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hunit-dev Filename: 4.0-0/all/libghc-hunit-doc_1.2.4.2-2.7.201403181115_all.deb Size: 61996 MD5sum: bf80845c16170e7e659e023f42dd69b8 SHA1: a867ba0283ab16fa12a9100be5118ca2ddb16077 SHA256: acbeb2c59527e994885e41ecf514f34664450ce3e3b39a139d085bffa9b080b4 Description: Haskell unit testing framework for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: . Homepage: http://hunit.sourceforge.net/ Package: libghc-hxt-cache-doc Priority: extra Section: doc Installed-Size: 201 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-cache Version: 9.0.2-2.3.201403180959 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-cache-dev Filename: 4.0-0/all/libghc-hxt-cache-doc_9.0.2-2.3.201403180959_all.deb Size: 41412 MD5sum: cf27e411ad5dd549e74a3be3d8d419f7 SHA1: 3cb240e8c6fa687b9262761e90a9db00f7fc98ec SHA256: d57d46c9c94f5b1f0c594b4e6a2f7796e967e4fb19eb5e63aa86631497852a9c Description: Cache for HXT XML Documents and other binary data; documentation This is a part of Haskell XML Toolbox. . Extension for caching XML documents and other binary data in cache directory of the local filesystem. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-charproperties-doc Priority: extra Section: doc Installed-Size: 1667 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-charproperties Version: 9.1.1-2.3.201403180915 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-charproperties-dev Filename: 4.0-0/all/libghc-hxt-charproperties-doc_9.1.1-2.3.201403180915_all.deb Size: 122520 MD5sum: 28cc6ffb9f0e7e05044fc3a3a91968f2 SHA1: 432d53b1d50c8c9bab7de8627bb3bf1d5ff74ba1 SHA256: 62aa180ca520caf1f92cf4c38c02d6da9f90452b7ee19f358dd8ce32396d9840 Description: Character properties and classes for XML and Unicode; documentation This is a part of Haskell XML Toolbox. . Character proprties defined by XML and Unicode standards. These modules contain predicates for Unicode blocks and char proprties and character predicates defined by XML. Supported Unicode version is 5.2.0. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-curl-doc Priority: extra Section: doc Installed-Size: 167 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-curl Version: 9.1.1-1.3.201403180849 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-curl-dev Filename: 4.0-0/all/libghc-hxt-curl-doc_9.1.1-1.3.201403180849_all.deb Size: 36914 MD5sum: 8ab93a68a8ed3ca05f5da9f1a9bfaadb SHA1: ef90bfbddaf3f538481054666dcfbfbd276dd108 SHA256: d73c554f0597666276c62ca5a4409a0a5c08e8ab8604d12eeb89209cc3091c9e Description: LibCurl interface for HXT; documentation This is a part of Haskell XML Toolbox. . LibCurl interface for HXT . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-doc Priority: extra Section: doc Installed-Size: 6758 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt Version: 9.2.2-2.10.201403281322 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-unicode-doc, libghc-hxt-dev Filename: 4.0-0/all/libghc-hxt-doc_9.2.2-2.10.201403281322_all.deb Size: 650622 MD5sum: 02ce48b70a9ceb909ea6de42e953234c SHA1: a83c95bf28c8fb7bb5bf5dc23ba317a7a2cc7870 SHA256: 6a6c26f34338a4f323d7a93da11b63eaaecae8ec685d3729d3ac267286bbb88b Description: xml toolkit for Haskell (documentation) The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general and flexible approach for processing XML with Haskell. The Haskell XML Toolbox uses a generic data model for representing XML documents, including the DTD subset and the document subset, in Haskell. This data model makes it possible to use filter functions as a uniform design of XML processing applications. The processing filters are implemented as arrows. This is more flexible than the filter approach from HXML and HaXml, but all filter applications can easily be transformed into arrows. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-http-doc Priority: extra Section: doc Installed-Size: 156 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-http Version: 9.1.4-2.3.201403180812 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-http-dev Filename: 4.0-0/all/libghc-hxt-http-doc_9.1.4-2.3.201403180812_all.deb Size: 35638 MD5sum: 66a2199070c4eca46e4a2322c99023ce SHA1: d09b8628be0ee19f6fcdbc95e157096d259d032a SHA256: d89f3bb2ca232ce7a059a14e6d241e553748bc5323f8f9ded3564c109de541d4 Description: Interface to native Haskell HTTP package HTTP; documentation This is a part of Haskell XML Toolbox. . Interface to native Haskell HTTP package HTTP. This package can be used as alternative for the hxt-curl package for accessing documents via HTTP . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-regex-xmlschema-doc Priority: extra Section: doc Installed-Size: 581 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-regex-xmlschema Version: 9.0.4-2.2.201403180705 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-charproperties-doc, libghc-hxt-regex-xmlschema-dev Filename: 4.0-0/all/libghc-hxt-regex-xmlschema-doc_9.0.4-2.2.201403180705_all.deb Size: 74146 MD5sum: a543def6b2a11b76ad45ef3d076fe459 SHA1: 564e2df1dee9678923c541d32b2da1a8d08d9ff8 SHA256: d5f332ccd0cf096a23ac6c082c049f62604314e770c5c9da5a8231668bfb6154 Description: W3C XML Schema regular expressions library; documentation This is a part of Haskell XML Toolbox. . This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks. The complete grammar can be found under . It is implemented by the technique of derivations of regular expressions. The W3C syntax is extended to support not only union of regular sets, but also intersection, set difference, exor. Matching of subexpressions is also supported. The library can be used for constricting lightweight scanners and tokenizers. It is a standalone library, no external regex libraries are used. This package is a substitute for the old regex-xmlschema package. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-relaxng-doc Priority: extra Section: doc Installed-Size: 2702 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-relaxng Version: 9.1.4-1.2.201403180714 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-relaxng-dev Filename: 4.0-0/all/libghc-hxt-relaxng-doc_9.1.4-1.2.201403180714_all.deb Size: 202778 MD5sum: c41a250e1443e6ead71e258c1fc45c4d SHA1: 7f818138c5a31b74bce66a45d449756abaa16975 SHA256: 787ce789e53b52448e0357141415f9ea8280d20ccbaa848b99f85fe35a6b43f5 Description: HXT RelaxNG validator; documentation This is a part of Haskell XML Toolbox. . The HXT RelaxNG validator . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-tagsoup-doc Priority: extra Section: doc Installed-Size: 203 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-tagsoup Version: 9.1.1-1.2.201403180730 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-tagsoup-dev Filename: 4.0-0/all/libghc-hxt-tagsoup-doc_9.1.1-1.2.201403180730_all.deb Size: 39520 MD5sum: 20aeb061cbffa08ccbecb295bc86721c SHA1: 0df96ac3cdea27ecdc1710bc2f52977b8c97d453 SHA256: e7f6c8f54dbd693af11e23e3e554f151afac61753ab538cf7e1bf90a964834bf Description: TagSoup parser for HXT; documentation This is a part of Haskell XML Toolbox. . The Tagsoup interface for the HXT lazy HTML parser. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-unicode-doc Priority: extra Section: doc Installed-Size: 526 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-unicode Version: 9.0.2-2.2.201403180739 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-unicode-dev Filename: 4.0-0/all/libghc-hxt-unicode-doc_9.0.2-2.2.201403180739_all.deb Size: 62114 MD5sum: 0e88ba56b6a00b3410d175e3bbce5541 SHA1: a2c1c4272f98c73aaad3beeb39188f317403cf1a SHA256: 9eedcf6f8c0881a45052db0b767b9cfa91202bcbfc90496875d64c778d77c492 Description: Unicode en-/decoding functions; documentation This is a part of Haskell XML Toolbox. . Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lasy functions, errors may be detected or ignored. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-xpath-doc Priority: extra Section: doc Installed-Size: 1062 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-xpath Version: 9.1.2-1.2.201403180745 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-xpath-dev Filename: 4.0-0/all/libghc-hxt-xpath-doc_9.1.2-1.2.201403180745_all.deb Size: 117494 MD5sum: 07e33a34d53295543609ec3a5bc34a18 SHA1: e97fb0a740bf0cb04abe1d5abb3f4ce97c9960ec SHA256: 9bb03b652538d68e910ec3e5705b2f6542b14a7ffcc098d94fc713d312165b9e Description: XPath modules for HXT.; documentation This is a part of Haskell XML Toolbox. . The Haskell XML Toolbox XPath library. Since version 8.5 this library is packed in a separate package. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-xslt-doc Priority: extra Section: doc Installed-Size: 838 Maintainer: Debian Haskell Group Architecture: all Source: haskell-hxt-xslt Version: 9.1.1-1.3.201403181017 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hxt-doc, libghc-hxt-xpath-doc, libghc-hxt-xslt-dev Filename: 4.0-0/all/libghc-hxt-xslt-doc_9.1.1-1.3.201403181017_all.deb Size: 97346 MD5sum: c2930c18e6882076174e545095b53ada SHA1: 30c6374357dc8dfbe74176540bcd1998eab75705 SHA256: c1a799ee06fc9d5c6db97e301b17f0c12101976bc86632b7f79d36e3f6afa4b2 Description: XSLT modules for HXT.; documentation This is a part of Haskell XML Toolbox. . The Haskell XML Toolbox XSLT library. . This package contains the library documentation. Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-iconv-doc Priority: extra Section: doc Installed-Size: 267 Maintainer: Debian Haskell Group Architecture: all Source: haskell-iconv Version: 0.4.1.0-2.2.201403180750 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-iconv-dev Filename: 4.0-0/all/libghc-iconv-doc_0.4.1.0-2.2.201403180750_all.deb Size: 51166 MD5sum: be769e9d5c0dd8585d805d3b9c842659 SHA1: 37ad89829ebbbf3ffbba31b533d62a672d712ce9 SHA256: cef017acd119da1e1a08fb856004326b4e3427a03cef22c5eda47cd6ce3557db Description: string-encoding conversion; documentation This library provides an interface to the POSIX iconv library functions for string encoding conversion. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/iconv Package: libghc-ieee754-doc Priority: extra Section: doc Installed-Size: 352 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ieee754 Version: 0.7.3-1.2.201403180754 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ieee754-dev Filename: 4.0-0/all/libghc-ieee754-doc_0.7.3-1.2.201403180754_all.deb Size: 45674 MD5sum: ffb21e77bde2bdb3f7ac365c9223d89e SHA1: 12c1e62c460a7c7531fe9e19e11ef00f4845abfd SHA256: 0d15c64f2c7d064f27ea4daa77d9d86f4ce00750996a6a46528f0bffbdbbbbbf Description: Utilities for dealing with IEEE floating point numbers; documentation This package containts utilities for dealing with IEEE floating point numbers, ported from the Tango math library; approximate and exact equality comparisons for general types. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/ieee754 Package: libghc-ifelse-doc Priority: extra Section: doc Installed-Size: 160 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ifelse Version: 0.85-4.6.201403180757 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ifelse-dev Filename: 4.0-0/all/libghc-ifelse-doc_0.85-4.6.201403180757_all.deb Size: 37634 MD5sum: fd3c8c62a057698e509107e73e4db0a1 SHA1: 88c95d25292bddd6de7a0332f921db356bb02e38 SHA256: 0835f9ef44a55b36c38ee6baa21f6301d0441fdb277ca5a6d5801a7258655daa Description: anaphoric and miscellaneous useful control-flow; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Library for control flow inside of monads with anaphoric variants on if and when and a C-like "switch" function. Homepage: http://hackage.haskell.org/package/IfElse Package: libghc-io-choice-doc Priority: extra Section: doc Installed-Size: 113 Maintainer: Debian Haskell Group Architecture: all Source: haskell-io-choice Version: 0.0.1-1.2.201403180801 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-io-choice-dev Filename: 4.0-0/all/libghc-io-choice-doc_0.0.1-1.2.201403180801_all.deb Size: 30156 MD5sum: 676bdc03fdb69aad0762ea01dbffc47e SHA1: cb1b51be607d68d8548db8279e90b399007c2d94 SHA256: a777043ac67ed80bd109e46a771748912f4227fe6d0a9b8d8e3201212778b693 Description: choice for IO and lifted IO; documentation io-choice provides the choice operator (||>) for the IO monad and lifted IO monad. If an IOException occurs in the left-hand side, the right-hand IO action is performed. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-io-choice Package: libghc-io-storage-doc Priority: extra Section: doc Installed-Size: 120 Maintainer: Debian Haskell Group Architecture: all Source: haskell-io-storage Version: 0.3-2.2.201403180806 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-io-storage-dev Filename: 4.0-0/all/libghc-io-storage-doc_0.3-2.2.201403180806_all.deb Size: 31818 MD5sum: f2f6075a5d48c4a42005fb1da861115f SHA1: 47470c466df3c56a49c7909d053a0c9a42ba710d SHA256: ab0c7e828908ec829260e0c75c09e68c44b7a51b37c5ada4293d6c07203ee609 Description: key-value store in the IO monad; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows an application to extend the 'global state' hidden inside the IO monad with semi-arbitrary data. Data is required to be Typeable. The library provides an essentially unbounded number of key-value stores indexed by strings, with each key within the stores also being a string. Homepage: http://hackage.haskell.org/package/io-storage Package: libghc-iospec-doc Priority: extra Section: doc Installed-Size: 394 Maintainer: Debian Haskell Group Architecture: all Source: haskell-iospec Version: 0.2.5-1.2.201403180810 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-quickcheck2-doc, libghc-iospec-dev Filename: 4.0-0/all/libghc-iospec-doc_0.2.5-1.2.201403180810_all.deb Size: 61866 MD5sum: b14f46c70f1a2e5d898fad73ac0d5f99 SHA1: 5eff6f3638ffc246ec7731c239ea63668948316f SHA256: ea41f964d760b9703bb32cdb05eadd417cccfdb007cd344301add384ad91da2a Description: Pure specification of the IO monad; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Test.IOSpec.Fork: a pure specification of forkIO. . Test.IOSpec.IORef: a pure specification of most functions that create and manipulate on IORefs. . Test.IOSpec.MVar: a pure specification of most functions that create and manipulate and MVars. . Test.IOSpec.STM: a pure specification of atomically and the STM monad. . Test.IOSpec.Teletype: a pure specification of getChar, putChar, and several related Prelude functions. . Besides these modules containing the specifications, there are a few other important modules: . Test.IOSpec.Types: defines the IOSpec type and several amenities. . Test.IOSpec.VirtualMachine: defines a virtual machine on which to execute pure specifications. . Test.IOSpec.Surrogate: a drop-in replacement for the other modules. Import this and recompile your code once you've finished testing and debugging. . There are several well-documented examples included with the source distribution. Homepage: http://hackage.haskell.org/package/iospec Package: libghc-irc-doc Priority: extra Section: doc Installed-Size: 209 Maintainer: Debian Haskell Group Architecture: all Source: haskell-irc Version: 0.5.0.0-1.6.201403180825 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-irc-dev Filename: 4.0-0/all/libghc-irc-doc_0.5.0.0-1.6.201403180825_all.deb Size: 41138 MD5sum: b6d995be7f4c7f6020da8b7ff2dc3dbf SHA1: bb5df8b30f5ae685a05dd106cbee793931fc3317 SHA256: 9623f25270a63066ee3c80c816d63dd7db60cf42098bd6d351da413df07489f6 Description: GHC libraries for the Haskell IRC library (documentation) A set of combinators and types for parsing IRC (Internet Relay Chat) messages. . This package contains library documentation. Homepage: http://hackage.haskell.org/package/irc Package: libghc-iteratee-doc Priority: optional Section: doc Installed-Size: 1325 Maintainer: Debian Haskell Group Architecture: all Source: haskell-iteratee Version: 0.8.8.2-2.2.201403180832 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-listlike-doc, libghc-monadcatchio-transformers-doc, libghc-transformers-doc, libghc-iteratee-dev Filename: 4.0-0/all/libghc-iteratee-doc_0.8.8.2-2.2.201403180832_all.deb Size: 151076 MD5sum: a5d24dea7197ca978345e79ed180b4f6 SHA1: b6059e69578c5865df0ae0ee4b0bfeeaf514de1b SHA256: 85f7ebbe020074c80c8b0b238db637312a01a25e222dae6b298721fdd2dda7de Description: Haskell library for Iteratee-based I/O; documentation The Iteratee monad provides strict, safe, and functional I/O. In addition to pure Iteratee processors, file IO and combinator functions are provided. . This package contains the library documentation. Homepage: http://inmachina.net/~jwlato/haskell/iteratee Package: libghc-ixset-doc Priority: extra Section: doc Installed-Size: 403 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ixset Version: 1.0.3-2.2.201403180839 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-safecopy-doc, libghc-syb-with-class-doc, libghc-ixset-dev Filename: 4.0-0/all/libghc-ixset-doc_1.0.3-2.2.201403180839_all.deb Size: 61616 MD5sum: ca3e3016c6d67e221c9c60249eaa1393 SHA1: f77bae831b659b62ec0bcb1d6232cb7e4c71752c SHA256: 68191d255e8e20787080a7b3786034f8001afdf4d66c0fe5e0e75bbc9819835a Description: Haskell implementation of queryable sets - documentation IxSet is a Haskell efficient implementation of queryable sets: it makes you able to define complex data types and index them on some of theirs fields. Then you can efficiently query the IxSet to find the records that satisfy some condition. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/ixset Package: libghc-json-doc Priority: extra Section: doc Installed-Size: 667 Maintainer: Debian Haskell Group Architecture: all Source: haskell-json Version: 0.5-2.6.201403180849 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-json-dev Filename: 4.0-0/all/libghc-json-doc_0.5-2.6.201403180849_all.deb Size: 83242 MD5sum: b16841008f42008834baa5b77355181d SHA1: 2b5e301632124ebf536e89845ac1d81c0809c766 SHA256: 373d22987d8a537999637782e94a3e1d948e69d6a9bc65a9eb9742201f7f8030 Description: Documentation for the Haskell JSON library JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. . This library provides a parser and pretty printer for converting between Haskell values and JSON. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/json Package: libghc-keys-doc Priority: extra Section: doc Installed-Size: 426 Maintainer: Debian Haskell Group Architecture: all Source: haskell-keys Version: 2.1.3.2-1.2.201403180857 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-transformers-doc, libghc-free-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-keys-dev Filename: 4.0-0/all/libghc-keys-doc_2.1.3.2-1.2.201403180857_all.deb Size: 50566 MD5sum: 92fd9c3fc2da84b4cf4216148d216cca SHA1: 77ba72502f79e0e23f4ff7f79c74e8f9f691dfa3 SHA256: 1343448b4241b6bbbb755fe20847ab0b35b54c1c8378449de6304a9850e2619b Description: Keyed functors and containers; documentation This package provides Keyed functors, Zippable functors, Zipping Keyed functors, Indexable functors. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/keys Package: libghc-knob-doc Priority: optional Section: doc Installed-Size: 146 Maintainer: Debian Haskell Group Architecture: all Source: haskell-knob Version: 0.1.1-1.2.201403180905 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-knob-dev Filename: 4.0-0/all/libghc-knob-doc_0.1.1-1.2.201403180905_all.deb Size: 32900 MD5sum: cecc5ec63f246d7cedad2cc9953e1b6f SHA1: 3345f46de0ab453de1d0dcab8f1e56cd482d2d69 SHA256: 8c8b1d88f655b9a64983abbc86e492ad4bd31c080a9c9813349740f20c0ea35d Description: Haskell library for memory-backed handles; documentation Create memory-backed Handles, referencing virtual files. This is mostly useful for testing Handle-based APIs without having to interact with the filesystem. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: https://john-millikin.com/software/knob/ Package: libghc-lambdabot-utils-doc Priority: extra Section: doc Installed-Size: 807 Maintainer: Debian Haskell Group Architecture: all Source: haskell-lambdabot-utils Version: 4.2.1-3.3.201403310945 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-haskell-src-doc, libghc-network-doc, libghc-random-doc, libghc-regex-compat-doc, libghc-regex-posix-doc, libghc-lambdabot-utils-dev Filename: 4.0-0/all/libghc-lambdabot-utils-doc_4.2.1-3.3.201403310945_all.deb Size: 105298 MD5sum: 623e1e77e83a8a99ede0af5982540e84 SHA1: 4d04a8c93b0d8771918ae83300c37fac8cf958d3 SHA256: 9e871e0aa4e0a8fe64a16065e295300770b8965171d2d3310a3e2dd45e8fd96a Description: utility libraries for Lambdabot; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Lambdabot is an IRC bot written over several years by those on the #haskell IRC channel. . This package contains custom libraries for various plugin functions. AltTime.hs: alternate version of the time library MiniHTTP.hs: a mini http server Process.hs: a wrapper over System.Process Regex.hsc: a fast packed string regex library Serial.hs:: a serialisation API Util.hs: miscellaneous string, and other, functions Homepage: http://hackage.haskell.org/package/lambdabot-utils Package: libghc-language-c-doc Priority: extra Section: doc Installed-Size: 5477 Maintainer: Debian Haskell Group Architecture: all Source: haskell-language-c Version: 0.4.2-2.6.201403180915 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-language-c-dev Filename: 4.0-0/all/libghc-language-c-doc_0.4.2-2.6.201403180915_all.deb Size: 438002 MD5sum: fc8ff6c04f0ecae485516d791f6a939c SHA1: 066c9b91baf0c308c84101cb2afa4b76abe22b40 SHA256: 89ee6a119c52d5d6bd965bcabc248acfea0b2e4fe80ebe7442a4d8c79c9bd853 Description: Documentation for Haskell Library.C module . Language C is a haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/language-c Package: libghc-language-haskell-extract-doc Priority: extra Section: doc Installed-Size: 118 Maintainer: Debian Haskell Group Architecture: all Source: haskell-language-haskell-extract Version: 0.2.1-4.2.201403180924 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-language-haskell-extract-dev Filename: 4.0-0/all/libghc-language-haskell-extract-doc_0.2.1-4.2.201403180924_all.deb Size: 31598 MD5sum: 16db5d1742bfa550e5cdf5dc23231865 SHA1: 8e548a28efb81e6bb6898bc7266fe91ae004d49a SHA256: 17cdc9c69cc49d61911426696679df567bdbacfaf95de3af1ab33d7373362c8a Description: automatically extract functions from the local code.; documentation language-haskell-extract contains some useful helper functions on top of Template Haskell. functionExtractor extracts all functions after a regexp-pattern. . > foo = "test" > boo = "testing" > bar = $(functionExtractor "oo$") . will automagically extract the functions ending with "oo" such as . > bar = [("foo",foo), ("boo",boo)] . This can be useful if you wish to extract all functions beginning with test (for a test-framework) or all functions beginning with wc (for a web service). . functionExtractorMap works like functionsExtractor but applies a function over all function-pairs. This functions is useful if the common return type of the functions is a type class. . This package contains the documentation files. Homepage: http://github.com/finnsson/template-helper Package: libghc-language-javascript-doc Priority: extra Section: doc Installed-Size: 2558 Maintainer: Debian Haskell Group Architecture: all Source: haskell-language-javascript Version: 0.5.4-1.2.201403180931 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-language-javascript-dev Filename: 4.0-0/all/libghc-language-javascript-doc_0.5.4-1.2.201403180931_all.deb Size: 155878 MD5sum: f93072e443c7bb0898a180c1efab7f7c SHA1: 9cc4b004a773394d4d7c209fdd422ada41619a78 SHA256: 6939477508a32573147a7dae753d2ad3c714ac238bb7cb2293508b84a04072c6 Description: JavaScript parser; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It parses JavaScript into an Abstract Syntax Tree (AST). Homepage: http://hackage.haskell.org/package/language-javascript Package: libghc-largeword-doc Priority: extra Section: doc Installed-Size: 136 Maintainer: Debian Haskell Group Architecture: all Source: haskell-largeword Version: 1.0.1-2.2.201403180936 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-largeword-dev Filename: 4.0-0/all/libghc-largeword-doc_1.0.1-2.2.201403180936_all.deb Size: 30552 MD5sum: 1eddea5a884da79795b12d8a48cf177b SHA1: a7bbda691e58d26f79ee5408f2a1b86ea29be98a SHA256: bf889dc629ec041643d8698e7609a0cfc4ff29b89efacd77508b2f50ec155a21 Description: 128-bit and larger Word types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides Word128, Word192 and Word256 and a way of producing other large words if required. Homepage: http://hackage.haskell.org/package/largeword Package: libghc-ldap-doc Priority: optional Section: doc Installed-Size: 499 Maintainer: Debian Haskell Group Architecture: all Source: ldap-haskell Version: 0.6.6-4.1.6.201403241500 Replaces: ldap-haskell-doc (<< 0.6.6-2) Provides: ldap-haskell-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ldap-dev Conflicts: ldap-haskell-doc (<< 0.6.6-2) Filename: 4.0-0/all/libghc-ldap-doc_0.6.6-4.1.6.201403241500_all.deb Size: 72676 MD5sum: 67124d8685a58303b97d2301cfcc5fe0 SHA1: 492bdb0ece3286ddf0ea059bcefa59cd834bc7f4 SHA256: 696a96143732aaa6e36574459583cc087f0764c4b895681af4ae3244416195ca Description: LDAP Interface for Haskell This package provides an interface to the C LDAP API for Haskell programmers. With it, you can search, modify, and interrogate LDAP directories. The Haskell binding features automatic memory management and proper handling for binary data, and handles all marshalling into and out of C data structures for you automatically. . This package provides documentation for the Haskell LDAP bindings. Homepage: http://software.complete.org/ldap-haskell Package: libghc-leksah-server-doc Priority: extra Section: doc Installed-Size: 1475 Maintainer: Debian Haskell Group Architecture: all Source: haskell-leksah-server Version: 0.12.0.4-3.7.201403180951 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-binary-shared-doc, libghc-enumerator-doc, libghc-ltk-doc, libghc-network-doc, libghc-transformers-doc, libghc-leksah-server-dev Filename: 4.0-0/all/libghc-leksah-server-doc_0.12.0.4-3.7.201403180951_all.deb Size: 145556 MD5sum: e00ac705d933d8bc6b715ce1b2a6a8e0 SHA1: ecc5f298882b0c8478caa43c1405f7454f50cd1a SHA256: fd6606399ff8a0ee38d6c13288868c29036c467cf1627b2d8b1cf29912e6b53f Description: haskell editor - GHC interface library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The library is used by the leksah package to interface with the leksah server. It is not required to use leksah, only to build it. Homepage: http://hackage.haskell.org/package/leksah-server Package: libghc-libtagc-doc Priority: extra Section: doc Installed-Size: 170 Maintainer: Debian Haskell Group Architecture: all Source: haskell-libtagc Version: 0.12.0-2.2.201403181033 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-libtagc-dev Filename: 4.0-0/all/libghc-libtagc-doc_0.12.0-2.2.201403181033_all.deb Size: 35112 MD5sum: 32e6900cee8f706bf3c7672ea036ddec SHA1: 62fb7450eacdd5ea1ee1165e7ab1561174dbcc2a SHA256: 50b8d88cc8c413b164914b427aee3c6a4bc0dd50393936874b5b1e15167f4fd8 Description: Binding to TagLib C library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides Haskell bindings to TagLib. TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. Homepage: http://hackage.haskell.org/package/libtagc Package: libghc-libxml-sax-doc Priority: extra Section: doc Installed-Size: 261 Maintainer: Debian Haskell Group Architecture: all Source: haskell-libxml-sax Version: 0.7.2-2.2.201403181036 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-xml-types-doc, libghc-libxml-sax-dev Filename: 4.0-0/all/libghc-libxml-sax-doc_0.7.2-2.2.201403181036_all.deb Size: 42218 MD5sum: b9ce31d7f4cc14903c540c46535d6e87 SHA1: 79646b63e1d4836dfd0c14635eda0e52dbd580b3 SHA256: 9a01485a3e7d54b070b43f013c573ad84a70b70ec46029d452c074daf17e38ac Description: bindings for libXML2 SAX; documentation These are Haskell bindings to the libXML2 SAX library. . This package contains the documentation files. Homepage: http://ianen.org/haskell/bindings/libxml-sax/ Package: libghc-libzip-doc Priority: extra Section: doc Installed-Size: 478 Maintainer: Debian Haskell Group Architecture: all Source: haskell-libzip Version: 0.10-1.2.201403181043 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-bindings-libzip-doc, libghc-mtl-doc, libghc-libzip-dev Filename: 4.0-0/all/libghc-libzip-doc_0.10-1.2.201403181043_all.deb Size: 65948 MD5sum: d3b26b5ccab4bc894507965f2e54ea6b SHA1: 4cb3fa32d2d3e9df020f5d224406491602e89319 SHA256: bade7ab1fe6bb5f11763ce9f6cc89933c593baf539b29e2490e28e01f79551ac Description: Haskell bindings to libzip; documentation This library supports reading, creating and modifying zip archive. It is based on libzip. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/LibZip Package: libghc-lifted-base-doc Priority: extra Section: doc Installed-Size: 445 Maintainer: Debian Haskell Group Architecture: all Source: haskell-lifted-base Version: 0.1.1-1.2.201403181046 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-transformers-base-doc, libghc-lifted-base-dev Filename: 4.0-0/all/libghc-lifted-base-doc_0.1.1-1.2.201403181046_all.deb Size: 59938 MD5sum: 1488545baa7bc05743cc9a36956e2c3b SHA1: a99d5bc057e91cedf2dc1767e24f02bce580ab95 SHA256: ae118156d083c0ce697224e5581e36bdcf1e336392772b9e1b70d4c5a5d30cdf Description: Lifted IO operations from the base library; documentation This package exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl', as provided by the libghc-monad-control-dev package.. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/lifted-base Package: libghc-listlike-doc Priority: optional Section: doc Installed-Size: 775 Maintainer: Debian Haskell Group Architecture: all Source: haskell-listlike Version: 3.1.4-1.2.201403181117 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-listlike-dev Filename: 4.0-0/all/libghc-listlike-doc_3.1.4-1.2.201403181117_all.deb Size: 97954 MD5sum: 48c8dda7e87db569943e4d7df75439b4 SHA1: 1cc03e3d1519798cf6eb72d9494c9e469bae7b69 SHA256: baa152a908234ad445d1f657183ec63f0a5486a158eb3a7145efe0e36d691fed Description: Generic support for list-like structures; documentation Generic support for list-like structures in Haskell. . The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. . ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists. . This package contains the library documentation. Homepage: http://software.complete.org/listlike Package: libghc-llvm-base-doc Priority: extra Section: doc Installed-Size: 1223 Maintainer: Debian Haskell Group Architecture: all Source: haskell-llvm-base Version: 3.0.1.0-1.2.201403181134 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-llvm-base-dev Filename: 4.0-0/all/libghc-llvm-base-doc_3.0.1.0-1.2.201403181134_all.deb Size: 112074 MD5sum: 0c305c4775911b2736d6238246450fa1 SHA1: c496519cd4fe4196ede9704c4a0050ad21d6bbd0 SHA256: 58bca46f9d8db6bbe1292980aa3d503c3225e6887d6fa0759573d40144a5e605 Description: low-level bindings to the LLVM compiler toolkit; documentation This package provides low-level bindings to the LLVM compiler toolkit. Higher-level bindings can be found in the libghc-llvm-dev package. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/llvm-base Package: libghc-llvm-doc Priority: extra Section: doc Installed-Size: 1818 Maintainer: Debian Haskell Group Architecture: all Source: haskell-llvm Version: 3.0.1.0-1.6.201403181126 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-llvm-base-doc, libghc-mtl-doc, libghc-type-level-doc, libghc-llvm-dev Filename: 4.0-0/all/libghc-llvm-doc_3.0.1.0-1.6.201403181126_all.deb Size: 187586 MD5sum: 916f11fba5d1e661f3e14e150c7d0751 SHA1: 31277e48d2e513de767e84ac852474dae4dac6f6 SHA256: c60a759fc2ec0a4667000e2fa132b7373fc3d891ce40fecc7e8c8547c1d2a5d8 Description: Documentation for haskell LLVM bindings Low Level Virtual Machine (LLVM) is a set of tools for use in the backend of a compiler for generating optimised native code across a wide variety of CPU architectures. The Haskell bindings make it possible to use LLVM from Haskell. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/llvm Package: libghc-logict-doc Priority: extra Section: doc Installed-Size: 225 Maintainer: Debian Haskell Group Architecture: all Source: haskell-logict Version: 0.5.0.1-1.2.201403181142 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-logict-dev Filename: 4.0-0/all/libghc-logict-doc_0.5.0.1-1.2.201403181142_all.deb Size: 43620 MD5sum: 41981ab0afa4a325a2d5fed5799bb84b SHA1: 781aeef001624c617aaa7c2a89072448cb4657ce SHA256: 9dae90b865fe02587fe291892bbaf02864c0e98aec9bdfb72ae9239d9be69423 Description: Backtracking logic-programming monad; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper Backtracking, Interleaving, and Terminating Monad Transformers available here: http://okmij.org/ftp/papers/LogicT.pdf Homepage: http://hackage.haskell.org/package/logict Package: libghc-ltk-doc Priority: extra Section: doc Installed-Size: 1581 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ltk Version: 0.12.0.0-2.6.201403181227 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-parsec3-doc, libghc-transformers-doc, libghc-ltk-dev Filename: 4.0-0/all/libghc-ltk-doc_0.12.0.0-2.6.201403181227_all.deb Size: 150224 MD5sum: 5b33cf61bd6c578eacd32e1b2f010ada SHA1: c7eaf08e12d442125f3e6788e8e78f50faa5af43 SHA256: e8142fcf1a51bc141b1ebbcf7e764090188309e78d7e45a0df6c162a643b529f Description: Leksah Toolkit; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides the toolkit used by the leksah editor. Homepage: http://hackage.haskell.org/package/ltk Package: libghc-maccatcher-doc Priority: extra Section: doc Installed-Size: 168 Maintainer: Debian Haskell Group Architecture: all Source: haskell-maccatcher Version: 2.1.5-2.2.201403181232 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-maccatcher-dev Filename: 4.0-0/all/libghc-maccatcher-doc_2.1.5-2.2.201403181232_all.deb Size: 35688 MD5sum: 87fa6938d4bd39bafba4bad0d973a9ea SHA1: 81f07ecea15b95f51343d643a590b154d71740b4 SHA256: 85e750117ab4c7dadff7bc3ba28e0b0fcd05a2707faa2d8dcd9f951d8f8b6065 Description: library to obtain a NIC's MAC address; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It can obtain the MAC addresses for a host's NICs. Homepage: http://hackage.haskell.org/package/maccatcher Package: libghc-magic-doc Priority: optional Section: doc Installed-Size: 188 Maintainer: Debian Haskell Group Architecture: all Source: magic-haskell Version: 1.0.8-8.4.201403140821 Replaces: magic-haskell-doc (<< 1.0.8-4) Provides: magic-haskell-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-magic-dev Conflicts: magic-haskell-doc (<< 1.0.8-4) Filename: 4.0-0/all/libghc-magic-doc_1.0.8-8.4.201403140821_all.deb Size: 39958 MD5sum: 771f25d473e78c4aa98ba77dabb9339f SHA1: a53d9ff44a7ff0065219bb903acaa8637eea0c46 SHA256: cdaff6499d29d6d0a4e0bc5e2629453ec2fc02768fb4a2fc80d4b2b4bb23ce96 Description: File type determination library for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides a Haskell interface to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name. The Haskell interface provides a full-featured binding. Homepage: http://hackage.haskell.org/package/magic Package: libghc-markov-chain-doc Priority: extra Section: doc Installed-Size: 117 Maintainer: Debian Haskell Group Architecture: all Source: haskell-markov-chain Version: 0.0.3.2-1.6.201403181305 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-doc, libghc-markov-chain-dev Filename: 4.0-0/all/libghc-markov-chain-doc_0.0.3.2-1.6.201403181305_all.deb Size: 32012 MD5sum: 1d472c7518f49995446f965eb13da00c SHA1: 108e0b8c167d8d8b215c42082241e47cb5ef92fc SHA256: 8f2ea9955e47b0ff044c6a4ada699dee86f79f1c557282f1b3c1feba970527d4 Description: Markov Chains for random sequence generation; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library can be used to generate random sequences with a behaviour adapted to some training data. The algorithm analyses your input/training data with respect to how likely a given letter follows another one, then on recomposition it chooses subsequent letters randomly according to the frequencies found in the training data. Homepage: http://hackage.haskell.org/package/markov-chain Package: libghc-math-functions-doc Priority: extra Section: doc Installed-Size: 314 Maintainer: Debian Haskell Group Architecture: all Source: haskell-math-functions Version: 0.1.1.0-2.2.201403181308 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-vector-doc, libghc-math-functions-dev Filename: 4.0-0/all/libghc-math-functions-doc_0.1.1.0-2.2.201403181308_all.deb Size: 52762 MD5sum: 4a9a02b2c610d1e3fe8da78dab5c6582 SHA1: 929caf98ccfc2ab5fd65eea3ff2de53ccc4b12de SHA256: e980e85d5c0b56b1d63ba90a4e44ee5fb3a5d415a933c3430f2d69f66d618b6e Description: Special functions and Chebyshev polynomials; documentation This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/math-functions Package: libghc-maths-doc Priority: extra Section: doc Installed-Size: 6081 Maintainer: Debian Haskell Group Architecture: all Source: haskell-maths Version: 0.4.3-1.2.201403181315 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-maths-dev Filename: 4.0-0/all/libghc-maths-doc_0.4.3-1.2.201403181315_all.deb Size: 553878 MD5sum: b865e9fa4416ba1502b2b9b9ef863fb2 SHA1: 614070031a5f9639fe1848c0e3d9fc7bb72944f3 SHA256: 3041b353705c80efa7a38bd41aa74ddc3a4bceb3d9608a04de6e40d5ab5bcb45 Description: Combinatorics, group theory, (non-)commutative algebra; docs A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/HaskellForMaths Package: libghc-maybet-doc Priority: extra Section: doc Installed-Size: 122 Maintainer: Debian Haskell Group Architecture: all Source: haskell-maybet Version: 0.1.2-3.6.201403181324 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-maybet-dev Filename: 4.0-0/all/libghc-maybet-doc_0.1.2-3.6.201403181324_all.deb Size: 32938 MD5sum: f764a36fab2aef00a19418b9ec0e0e68 SHA1: b32d1ca80b69362d81315055ec54b8032ae9e664 SHA256: 456cce6ab059eb61635880afdefb6b3a2dd5bde8866a6149dbbc0440d080b96b Description: Haskell MaybeT monad transformer - documentation MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be successful (return the result wrapped in a Just). . If you don't know what a Haskell monad is, you can just ignore this package. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/MaybeT Package: libghc-mbox-doc Priority: extra Section: doc Installed-Size: 120 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mbox Version: 0.1-2.2.201403181327 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mbox-dev Filename: 4.0-0/all/libghc-mbox-doc_0.1-2.2.201403181327_all.deb Size: 31272 MD5sum: 4eba479a1e6a0c9052f0d95837263b2d SHA1: 54ba37c04f12d3b474d241912313c6f4a4482dfc SHA256: 241eb5988308c9f9122819b38de4853f410333aee096b99c39ab0a05befd5a66 Description: mbox reader/writer library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It reads and writes standard mailbox (mboxrd) files. Homepage: http://hackage.haskell.org/package/mbox Package: libghc-memotrie-doc Priority: extra Section: doc Installed-Size: 199 Maintainer: Debian Haskell Group Architecture: all Source: haskell-memotrie Version: 0.5-1.2.201403181334 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-void-doc, libghc-memotrie-dev Filename: 4.0-0/all/libghc-memotrie-doc_0.5-1.2.201403181334_all.deb Size: 40444 MD5sum: 9701e46a204facb2707725b0a223b379 SHA1: 8420404bfd25bf03c2be234a204642c16b1f4eca SHA256: e5a6f45fc33b55b3e08beebe5c1b021fa7896e156ab253e6e7e41d8a6d3e82b0 Description: trie-based memo functions; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . MemoTrie provides a basis for memoized functions over some domains, using tries. Homepage: http://hackage.haskell.org/package/MemoTrie Package: libghc-mersenne-random-doc Priority: extra Section: doc Installed-Size: 173 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mersenne-random Version: 1.0.0.1-2.2.201403181338 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mersenne-random-dev Filename: 4.0-0/all/libghc-mersenne-random-doc_1.0.0.1-2.2.201403181338_all.deb Size: 42540 MD5sum: 2475d1a5b6b1a5dbab8824c9641c8cfb SHA1: cebe06333230c15dec9b06de6ad094ba29dabfb2 SHA256: 6bad8a0eba727761a9028dab10f70253ea742f8703fcb4f4c839b7e370864e97 Description: SIMD Fast Mersenne Twister generator of pseudo-random numbers; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The Mersenne twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence over a finite binary field. It provides for fast generation of very high-quality pseudo-random numbers. . This library uses SFMT, the SIMD-oriented Fast Mersenne Twister, a variant of Mersenne Twister that is much faster than the original. . By default the period of the function is 2^19937-1. Note that this algorithm on its own is not cryptographically secure. Homepage: http://hackage.haskell.org/package/mersenne-random Package: libghc-midi-doc Priority: extra Section: doc Installed-Size: 1819 Maintainer: Debian Haskell Group Architecture: all Source: haskell-midi Version: 0.2.0.1-1.6.201403181345 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-event-list-doc, libghc-non-negative-doc, libghc-random-doc, libghc-midi-dev Filename: 4.0-0/all/libghc-midi-doc_0.2.0.1-1.6.201403181345_all.deb Size: 204596 MD5sum: c3732c187b46b81ce334ea83e77a8feb SHA1: 637f08e0e4476c68df298a4f1e2da11e618d4233 SHA256: 47c4b29397278ad8b457dd1701a299423b71d024ae0beef2a629980ae6ba4705 Description: MIDI message and file handling; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides data types and functions for handling realtime MIDI messages, reading and writing MIDI files. It does not provide means for sending nor receiving MIDI messages to specific interfaces. Homepage: http://hackage.haskell.org/package/midi Package: libghc-mime-mail-doc Priority: extra Section: doc Installed-Size: 213 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mime-mail Version: 0.4.1.1-2.2.201403181348 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-random-doc, libghc-text-doc, libghc-mime-mail-dev Filename: 4.0-0/all/libghc-mime-mail-doc_0.4.1.1-2.2.201403181348_all.deb Size: 41642 MD5sum: 1f23869a4edab1ae4632752ea4ca7c3a SHA1: 58f75a26761ed8b08a42ff616ac065ca86126054 SHA256: 71534b9eedb820afc3d9490977fa6c85d5a44e203ffcf296e6321269cd68808d Description: Library to compose MIME email messages; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, for example directly to SMTP. Homepage: http://hackage.haskell.org/package/mime-mail Package: libghc-missingh-doc Priority: extra Section: doc Installed-Size: 2804 Maintainer: Debian Haskell Group Architecture: all Source: missingh Version: 1.1.0.3-6.7.201403311015 Replaces: missingh-doc (<< 1.1.0.3-2) Provides: missingh-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hslogger-doc, libghc-mtl-doc, libghc-network-doc, libghc-parsec3-doc, libghc-missingh-dev Breaks: missingh-doc (<< 1.1.0.3-2) Filename: 4.0-0/all/libghc-missingh-doc_1.1.0.3-6.7.201403311015_all.deb Size: 362050 MD5sum: 50763d9986ac47643a8de752d5d5f26c SHA1: 317d93b49fb9f57a183ce5419d9d967888c12d72 SHA256: 980ef891d28624c5f824a041634cb2e3282bc386da5d9a48180a1461d9ca95da Description: Documentation for Haskell utility library MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use. It also has no prerequisites save those that are commonly included with Haskell compilers. . MissingH is based on MissingLib library for OCaml and contains some of the same features. However, some features are left behind because they are already in Haskell or not needed here -- and others are added due to things Haskell is missing, or things that Haskell makes possible. . This package provides the API documentation for MissingH. Homepage: http://software.complete.org/software/projects/show/missingh Package: libghc-mmap-doc Priority: extra Section: doc Installed-Size: 210 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mmap Version: 0.5.7-2.6.201403181352 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mmap-dev Filename: 4.0-0/all/libghc-mmap-doc_0.5.7-2.6.201403181352_all.deb Size: 46414 MD5sum: f5e6a4e48c5d2c6b578946091052c141 SHA1: dbea41ed3a9f3296b0a6eb562e9f4c6fe3492adf SHA256: 4343e0863ac60f8516fd5421285f4484060ada54694d423d50c42b1b961918e7 Description: Memory mapped files for POSIX and Windows; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported. Homepage: http://hackage.haskell.org/package/mmap Package: libghc-monad-control-doc Priority: extra Section: doc Installed-Size: 234 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monad-control Version: 0.3.1.3-1.2.201403181401 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-monad-control-dev Filename: 4.0-0/all/libghc-monad-control-doc_0.3.1.3-1.2.201403181401_all.deb Size: 48328 MD5sum: 032d98b2f80200e05a9e7ac7577636d2 SHA1: 8e6962d66ccdec8237462cb42db1fdbd0ba8f0e7 SHA256: 52e23b6eb3c11bb9714dcc38241ec77d70dce871a7015518a91091ec242ca7be Description: Monad transformers to lift control operations; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It defines the type class MonadControlIO, a subset of MonadIO into which generic control operations such as catch can be lifted from IO. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT. For convenience, it provides a wrapped version of Control.Exception with types generalized from IO to all monads in MonadControlIO. . Note that this package is a rewrite of Anders Kaseorg's monad-peel library. The main difference is that this package provides CPS style operators and exploits the RankNTypes language extension to simplify most definitions. . The package includes a copy of the monad-peel testsuite written by Anders Kaseorg. The tests can be performed by using cabal test. . The following critertion based benchmark shows that monad-control is on average about 2.5 times faster than monad-peel: . http://code.haskell.org/~basvandijk/code/bench-monad-peel-control Homepage: http://hackage.haskell.org/package/monad-control Package: libghc-monad-loops-doc Priority: extra Section: doc Installed-Size: 257 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monad-loops Version: 0.3.2.0-1.2.201403181408 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-loops-dev Filename: 4.0-0/all/libghc-monad-loops-doc_0.3.2.0-1.2.201403181408_all.deb Size: 42084 MD5sum: d8043f1b64a50fa94b26ecb907aabf33 SHA1: 5815e1360d8674a563b424614cded4a1fdf3b94d SHA256: d709ade48d3f26a970cc884ae2297a6d84a25551936105122d9a819d618d4191 Description: monadic looping; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains some useful control operators for looping. Homepage: http://hackage.haskell.org/package/monad-loops Package: libghc-monad-par-doc Priority: extra Section: doc Installed-Size: 698 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monad-par Version: 0.1.0.3-2.2.201403181416 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hunit-doc, libghc-monad-par-dev Filename: 4.0-0/all/libghc-monad-par-doc_0.1.0.3-2.2.201403181416_all.deb Size: 123808 MD5sum: 17f18474af48a725ccdde55a793398af SHA1: 7c02637b6895a156edc7d1747010199ed42fc988 SHA256: 206e2f7ff13d4550f8c602e759ddf0562c9021763bbaba77c5a10dd9e5843404 Description: parallel programming based on a monad; documentation This library offers an alternative parallel programming API to that provided by the parallel package. The Par monad allows the simple description of parallel computations, and can be used to add parallelism to pure Haskell code. The basic API is straightforward: the monad supports forking and simple communication in terms of IVars. . The library comes with an efficient work-stealing implementation, but the internals are also exposed so that you can build your own scheduler if necessary. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/monad-par Package: libghc-monadcatchio-mtl-doc Priority: extra Section: doc Installed-Size: 154 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monadcatchio-mtl Version: 0.3.0.4-2.6.201403181419 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-monadcatchio-mtl-dev Filename: 4.0-0/all/libghc-monadcatchio-mtl-doc_0.3.0.4-2.6.201403181419_all.deb Size: 35704 MD5sum: 8974a63efc3d304da2c37cc38e391e3d SHA1: c919d598b95f9299ab193b37d8d23e19c8be15e0 SHA256: 9475c3844d679c2b10cbc7a01e39568f42ede62e2b71f325df6855d95a2ab249 Description: monad-transformer version of the Control.Exception module; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library. Homepage: http://hackage.haskell.org/package/MonadCatchIO-mtl Package: libghc-monadcatchio-transformers-doc Priority: optional Section: doc Installed-Size: 184 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monadcatchio-transformers Version: 0.3.0.0-2.2.201403181424 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-monadcatchio-transformers-dev Filename: 4.0-0/all/libghc-monadcatchio-transformers-doc_0.3.0.0-2.2.201403181424_all.deb Size: 38124 MD5sum: 4db249f7023f9d43f537b07825f13d52 SHA1: ac53fa1c2c07bd86fee65915482143175dff0611 SHA256: 1e75aeaf2c3f221c502d01a152febb4b5b789fb3a183e58dc177c624e7a66689 Description: Monad-transformer compatible with Control.Exception; documentation Provides functions to throw and catch exceptions. Unlike the functions from Control.Exception, which work in IO, these work in any stack of monad transformers (from the 'transformers' package) with IO as the base monad. You can extend this functionality to other monads, by creating an instance of the MonadCatchIO class. . This package contains the library documentation. Package: libghc-monadcryptorandom-doc Priority: extra Section: doc Installed-Size: 182 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monadcryptorandom Version: 0.4.1-1.2.201403181432 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-api-doc, libghc-mtl-doc, libghc-transformers-doc, libghc-monadcryptorandom-dev Filename: 4.0-0/all/libghc-monadcryptorandom-doc_0.4.1-1.2.201403181432_all.deb Size: 37562 MD5sum: 13e113c2311a20f2ec9b59c55adc9f24 SHA1: 8a63b0dfa905210f2a49de1582f65b2a06164511 SHA256: 3f4f581f84d0601af36685a2930e898a60c6ae755fdef5e2ecd6b9edf078930c Description: monad for using CryptoRandomGen; documentation A monad for using CryptoRandomGen. . This package contains the documentation files. Homepage: http://trac.haskell.org/crypto-api/wiki Package: libghc-monadrandom-doc Priority: extra Section: doc Installed-Size: 174 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monadrandom Version: 0.1.6-2.2.201403181440 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-random-doc, libghc-monadrandom-dev Filename: 4.0-0/all/libghc-monadrandom-doc_0.1.6-2.2.201403181440_all.deb Size: 37326 MD5sum: c9c36200e3ab64defeef8be211cfd479 SHA1: ac8ef303baa0da64212491f0934b0fa456330415 SHA256: 32535cff5e30f456c7a3980d149dd8cb1a02d7cb9fc710703839d38289b118db Description: random-number generation monad; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Support for computations which consume random values. Homepage: http://hackage.haskell.org/package/monadrandom Package: libghc-monads-tf-doc Priority: extra Section: doc Installed-Size: 855 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monads-tf Version: 0.1.0.0-1.2.201403181443 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-monads-tf-dev Filename: 4.0-0/all/libghc-monads-tf-doc_0.1.0.0-1.2.201403181443_all.deb Size: 103566 MD5sum: 715f7f63fc2349e6d19a56e1f0a9dc5c SHA1: b03df28581e5ed95d041d7b7b8ce511949b5322d SHA256: 888d1fbfa6af5e981e3f9aadcd4d8b71f046ba1ce6e664c09c4619f8c63efb34 Description: monad classes, using type families; documentation Monad classes using type families, with instances for various monad transformers, inspired by the paper /Functional Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/monads-tf Package: libghc-monoid-transformer-doc Priority: extra Section: doc Installed-Size: 124 Maintainer: Debian Haskell Group Architecture: all Source: haskell-monoid-transformer Version: 0.0.2-3.6.201403181452 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monoid-transformer-dev Filename: 4.0-0/all/libghc-monoid-transformer-doc_0.0.2-3.6.201403181452_all.deb Size: 31638 MD5sum: edb08a19dbfe35685677eb79800ecc39 SHA1: 347a125e579a2c9e28742e3e51a30d152b6a1202 SHA256: ae0b93a960f10d53fd46e928e5394439810f029968d2919cb84502828fae9b12 Description: Transformers for Reader and State Monoids; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides Monoid Transformers for the Reader Monoid and the State Monoid. There's no Monoid Transformer for the Writer Monoid since the Writer Monad transforms a Monoid into a Monad. Homepage: http://hackage.haskell.org/package/monoid-transformer Package: libghc-mtl-doc Priority: extra Section: doc Installed-Size: 868 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mtl Version: 2.1.1-1.6.201403181456 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-mtl-dev Filename: 4.0-0/all/libghc-mtl-doc_2.1.1-1.6.201403181456_all.deb Size: 107368 MD5sum: e992bc0960aec760df41e5ffae5d2dce SHA1: 09b12dcbcadeb3f9f14e9f6d5a416c5329ff2f69 SHA256: e8ef267e60b9ab7234e4d36d56f696bd04bd8274eb34c317465ca2f47b0821fe Description: Haskell monad transformer library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . MTL is a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones (), Advanced School of Functional Programming, 1995. Homepage: http://hackage.haskell.org/package/mtl Package: libghc-mtlparse-doc Priority: extra Section: doc Installed-Size: 235 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mtlparse Version: 0.1.2-2.2.201403181506 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-mtlparse-dev Filename: 4.0-0/all/libghc-mtlparse-doc_0.1.2-2.2.201403181506_all.deb Size: 39864 MD5sum: 52ba6b8fd06a4edb0bb4a86ca083c619 SHA1: 2b55e94c655f2f5c6d73689e6b30f7bcacb9d965 SHA256: 896293e7b7dea01f890da7e3ee7bea993b21ceaf406bd8109a61a4a23e0ecd16 Description: Parser combinators for monad transformation; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package eases implementation of look-ahead and look-behind. Homepage: http://hackage.haskell.org/package/mtlparse Package: libghc-murmur-hash-doc Priority: extra Section: doc Installed-Size: 189 Maintainer: Debian Haskell Group Architecture: all Source: haskell-murmur-hash Version: 0.1.0.5-2.2.201403181516 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-murmur-hash-dev Filename: 4.0-0/all/libghc-murmur-hash-doc_0.1.0.5-2.2.201403181516_all.deb Size: 37960 MD5sum: 329bd1d9bf7e91c31f5ca66e4293e559 SHA1: 1a8b66a6a91a4f31ef2fac6e278905b34786d35c SHA256: f3e9c692d02093ef9993b3a3d1280af57b5506f9c8285563e85200a6f9c13479 Description: MurmurHash2 implementation for Haskell.; documentation Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See for details. . This implementation is pure Haskell, so it might be a bit slower than a C FFI binding. . This package contains the documentation files. Homepage: http://github.com/nominolo/murmur-hash Package: libghc-mwc-random-doc Priority: extra Section: doc Installed-Size: 306 Maintainer: Debian Haskell Group Architecture: all Source: haskell-mwc-random Version: 0.11.0.0-4.6.201403181525 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-primitive-doc, libghc-vector-doc, libghc-mwc-random-dev Filename: 4.0-0/all/libghc-mwc-random-doc_0.11.0.0-4.6.201403181525_all.deb Size: 54640 MD5sum: 285975b3c7b1b91531fd1933535c9b53 SHA1: c89dacc718eee3e66f512c56b673e94cfa7a505e SHA256: edde8d9c752db79534ca31690d52b604baa95a91185c0be50ac0b0cfb5d8d022 Description: Fast, high quality pseudo random number generation; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package contains code for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications. . The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, which has a period of 2^8222 and fares well in tests of randomness. It is also extremely fast, between 2 and 3 times faster than the Mersenne Twister. . Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions. Homepage: http://hackage.haskell.org/package/mwc-random Package: libghc-ncurses-doc Priority: optional Section: doc Installed-Size: 661 Maintainer: John Millikin Architecture: all Source: haskell-ncurses Version: 0.2.1-1.2.201403181535 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-transformers-doc, libghc-ncurses-dev Filename: 4.0-0/all/libghc-ncurses-doc_0.2.1-1.2.201403181535_all.deb Size: 85274 MD5sum: c9e88e3f511ced0517e9d35e318e1e31 SHA1: c6d72e5398161db3b11f50410076bd9c85f05e50 SHA256: e582467c2f1c820ffec7ffd01b1bc905bde99fedda4bc34e5e9b4d02bd9f9815 Description: Haskell bindings to the GNU ncurses library; documentation Haskell bindings to GNU ncurses, a library for creating advanced text-based user interfaces. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: https://john-millikin.com/software/haskell-ncurses/ Package: libghc-netwire-doc Priority: extra Section: doc Installed-Size: 1099 Maintainer: Debian Haskell Group Architecture: all Source: haskell-netwire Version: 3.1.0-2.2.201403181546 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-arrows-doc, libghc-monad-control-doc, libghc-random-doc, libghc-vector-doc, libghc-vector-space-doc, libghc-netwire-dev Filename: 4.0-0/all/libghc-netwire-doc_3.1.0-2.2.201403181546_all.deb Size: 117046 MD5sum: a2ea743fd3343027f7335d8f72308d22 SHA1: 681b6664c6c8ef2082dcef26a6d565b822930f0b SHA256: ca29698f88febda6ed8a33966fe1ed7c0d1a4a4b434368ae2d62afdb4d8bbed2 Description: small but solid library for FRP; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides an arrowized functional reactive programming (FRP) implementation. From the basic idea it is similar to Yampa and Animas, but has a much simpler internal representation and a lot of new features. Homepage: http://hackage.haskell.org/package/netwire Package: libghc-network-conduit-doc Priority: extra Section: doc Installed-Size: 159 Maintainer: Debian Haskell Group Architecture: all Source: haskell-network-conduit Version: 0.4.0.1-2.2.201403181606 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-monad-control-doc, libghc-network-doc, libghc-transformers-doc, libghc-network-conduit-dev Filename: 4.0-0/all/libghc-network-conduit-doc_0.4.0.1-2.2.201403181606_all.deb Size: 36682 MD5sum: a86fe6b2e39e9a6ec667ef813e5d3963 SHA1: 7b50d8935411c6e05751d96bdeb34bc966fea65d SHA256: ca9dcd87430a5963c75b593f8628b92efe1a955d0396f728e27b3f9e2598f2eb Description: stream socket data using conduits; documentation This package provides conduit sources and sinks for network sockets, as well as a simple TCP client/server interface. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-network-conduit Package: libghc-network-doc Priority: extra Section: doc Installed-Size: 1495 Maintainer: Debian Haskell Group Architecture: all Source: haskell-network Version: 2.3.0.13-1.10.201403310937 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-dev Filename: 4.0-0/all/libghc-network-doc_2.3.0.13-1.10.201403310937_all.deb Size: 181408 MD5sum: 810b0b4a2cfd9f18b31cf7c634a1d657 SHA1: 9ca75a0aa54b21371ce6900f2e2a7d04c568537c SHA256: 258e0a50dbcd4d2acba0094a68cc2abc4d222151ded944001a7b6add9db2cf14 Description: Haskell network library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides network-related facilities. Homepage: http://hackage.haskell.org/package/network Package: libghc-network-protocol-xmpp-doc Priority: extra Section: doc Installed-Size: 475 Maintainer: Debian Haskell Group Architecture: all Source: haskell-network-protocol-xmpp Version: 0.4.3-1.2.201403181616 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monads-tf-doc, libghc-network-doc, libghc-text-doc, libghc-transformers-doc, libghc-xml-types-doc, libghc-network-protocol-xmpp-dev Filename: 4.0-0/all/libghc-network-protocol-xmpp-doc_0.4.3-1.2.201403181616_all.deb Size: 65768 MD5sum: b1a7b41251d7ab537e2cf6a5eb0dcfb3 SHA1: 8a12a9e534d7536f29ab534b9dd77be2f8c23494 SHA256: 20585f7207351701027727ff73cd29b9045cc13ec2bb85ca72aaabce54f3f93c Description: XMPP (Jabber) library; documentation This library defines an XMPP data type and functions. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/network-protocol-xmpp Package: libghc-newtype-doc Priority: extra Section: doc Installed-Size: 140 Maintainer: Debian Haskell Group Architecture: all Source: haskell-newtype Version: 0.2-1.2.201403181626 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-newtype-dev Filename: 4.0-0/all/libghc-newtype-doc_0.2-1.2.201403181626_all.deb Size: 35358 MD5sum: df793919b6154e26ce93e7ce7b4dc365 SHA1: bc36f96a063dffc3d9032a48de8ca993c3ca56fb SHA256: d35a1bdd6fa027c271d1f93787a8c53ab7b8d7f19842c2a0a59a57ded6bb35c6 Description: A typeclass for working with newtypes; documentation The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/newtype Package: libghc-non-negative-doc Priority: extra Section: doc Installed-Size: 255 Maintainer: Debian Haskell Group Architecture: all Source: haskell-non-negative Version: 0.1-2.6.201403181635 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-non-negative-dev Filename: 4.0-0/all/libghc-non-negative-doc_0.1-2.6.201403181635_all.deb Size: 47248 MD5sum: 35046b2c1eac735e182644e083cf2cb8 SHA1: a5ea89a2bc8bc6b5f7f59638c7d1d30dde22a49b SHA256: 5efd83c0993d4de8a2a78a925fcfe1874a478d8263c621d527e23a59d7c554c7 Description: Non-negative numbers for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). Homepage: http://hackage.haskell.org/package/non-negative Package: libghc-numbers-doc Priority: extra Section: doc Installed-Size: 551 Maintainer: Debian Haskell Group Architecture: all Source: haskell-numbers Version: 2009.8.9-2.2.201403181644 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-numbers-dev Filename: 4.0-0/all/libghc-numbers-doc_2009.8.9-2.2.201403181644_all.deb Size: 68638 MD5sum: 94c2a86c52e4d19695559e4d1f5d1235 SHA1: 09b9dc85b2bcdde11800462bccd9f9973a01d03f SHA256: af448d43bf09455413b790dbbe96e1760cd0f880d4168707c00a3a3034c154e9 Description: Various number types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains instances of the numerical classes for a variety of different numbers: (computable) real numbers, arbitrary precision fixed numbers, arbitrary precision floating point numbers, differentiable numbers, symbolic numbers, natural numbers, interval arithmetic. Homepage: http://hackage.haskell.org/package/numbers Package: libghc-numeric-quest-doc Priority: extra Section: doc Installed-Size: 936 Maintainer: Debian Haskell Group Architecture: all Source: haskell-numeric-quest Version: 0.2-1.2.201403181651 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-numeric-quest-dev Filename: 4.0-0/all/libghc-numeric-quest-doc_0.2-1.2.201403181651_all.deb Size: 122434 MD5sum: bf8cabfc3d48a34ac1fcd0f50af53d2c SHA1: 4ec8cce315d6ea52769b89a1a1e8e6d0ba91ecb3 SHA256: 9fc5bd9b9ef094fcb05c9892aea20bfb2125649d76aab3931476d303bd3e3052 Description: Mathematics and Quantum Mechanics; documentation List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/numeric-quest Package: libghc-numinstances-doc Priority: extra Section: doc Installed-Size: 137 Maintainer: Debian Haskell Group Architecture: all Source: haskell-numinstances Version: 1.0-2.2.201403181658 Depends: haddock-interface-19 Recommends: libghc-numinstances-dev Filename: 4.0-0/all/libghc-numinstances-doc_1.0-2.2.201403181658_all.deb Size: 30238 MD5sum: 23e63fd885a61b0b315437733c96719f SHA1: b2ab32046971732ce1e7560fcbaf83592795a71d SHA256: e1cf2cdd804acb529ffd69fe96934d782c70acbe57e62b6e12f63ff96cd19314 Description: Instances of numeric classes for functions and tuples; documentation This package provides instances of numeric classes for functions and tuples. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/numinstances Package: libghc-numtype-doc Priority: extra Section: doc Installed-Size: 192 Maintainer: Debian Haskell Group Architecture: all Source: haskell-numtype Version: 1.0-2.2.201403181701 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-numtype-dev Filename: 4.0-0/all/libghc-numtype-doc_1.0-2.2.201403181701_all.deb Size: 39060 MD5sum: 6cfb07c05b9e6f4a7b39e8a0a0e644c7 SHA1: ff3a1daf14a700b488f36518bcd2262678551eb4 SHA256: 1daf77bf804dac271a6aee3b32970e4d5c10ae7473f19ec58cb61d10ecc01ccb Description: type-level (low cardinality) integers; documentation This package provides unary type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division) on these. Due to the unary implementation the practical size of the NumTypes is severely limited making them unsuitable for large-cardinality applications. If you will be working with integers beyond (-20, 20) this package probably isn't for you. . It is, however, eminently suitable for applications such as representing physical dimensions (see the Dimensional library). . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/numtype Package: libghc-oeis-doc Priority: extra Section: doc Installed-Size: 221 Maintainer: Debian Haskell Group Architecture: all Source: haskell-oeis Version: 0.3.1-2.6.201403310923 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-oeis-dev Filename: 4.0-0/all/libghc-oeis-doc_0.3.1-2.6.201403310923_all.deb Size: 45610 MD5sum: 99e16652b380de1df87fdb927107fd57 SHA1: eb5229defca26d4b34e511ebdfe05c2b7e94e60b SHA256: a6682588b00b296b52be3f22ae858d37af0a8f5135fe2384b3e620d4af62c097 Description: Interface to the Online Encyclopedia of Integer Sequences; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is an interface to the Online Encyclopedia of Integer Sequences. See http://oeis.org/ Homepage: http://hackage.haskell.org/package/oeis Package: libghc-openal-doc Priority: extra Section: doc Installed-Size: 1251 Maintainer: Debian Haskell Group Architecture: all Source: haskell-openal Version: 1.3.1.3-4.6.201403181709 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-opengl-doc, libghc-openal-dev Filename: 4.0-0/all/libghc-openal-doc_1.3.1.3-4.6.201403181709_all.deb Size: 175508 MD5sum: 4252b9e3b96b69a51a819bd69c893a43 SHA1: 248152919f1d6c95a3fb96544c3886762af6eac8 SHA256: 6661723e77401df54805539a52e5e89a52f86bedd89a5df75c1555b18caecbe3 Description: Haskell OpenAL binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides a Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for use with gaming applications and many other types of audio applications. For more information about OpenAL please see: . Homepage: http://hackage.haskell.org/package/OpenAL Package: libghc-opengl-doc Priority: extra Section: doc Installed-Size: 5690 Maintainer: Debian Haskell Group Architecture: all Source: haskell-opengl Version: 2.2.3.1-1.6.201403181718 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-opengl-dev Filename: 4.0-0/all/libghc-opengl-doc_2.2.3.1-1.6.201403181718_all.deb Size: 475118 MD5sum: 44784994f7eb4d045652bc1a9f43a0ff SHA1: 22cee2897c65d9f47fc5d0fc46160f97c77e6dd3 SHA256: 67c67f69b27ef81802509af5de3180937ae4b0eff3551de6f1893af039347f3c Description: Haskell OpenGL binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . This library provides a binding for the OpenGL graphics system (GL, version 1.5) and its accompanying utility library (GLU, version 1.3). OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. For more information about OpenGL, please see: . Homepage: http://www.haskell.org/HOpenGL/ Package: libghc-openpgp-asciiarmor-doc Priority: extra Section: doc Installed-Size: 210 Maintainer: Debian Haskell Group Architecture: all Source: haskell-openpgp-asciiarmor Version: 0.1-1.2.201403181724 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-openpgp-asciiarmor-dev Filename: 4.0-0/all/libghc-openpgp-asciiarmor-doc_0.1-1.2.201403181724_all.deb Size: 38048 MD5sum: 79417a69cf73e62fa0f438f29ed1c15d SHA1: 9cfb00e803a4d47f82228bc4a2f5247b8286d87e SHA256: 2b2b9844ed207b6e9a3d2055af1daf746238e7c260ce289ed8a4ef41133f5517 Description: OpenPGP (RFC4880) ASCII Armor codec; documentation This library does encoding and decoding of OpenPGP ASCII armor. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/openpgp-asciiarmor Package: libghc-options-doc Priority: optional Section: doc Installed-Size: 622 Maintainer: Debian Haskell Group Architecture: all Source: haskell-options Version: 0.1.1-1.2.201403181728 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-system-filepath-doc, libghc-text-doc, libghc-transformers-doc, libghc-options-dev Filename: 4.0-0/all/libghc-options-doc_0.1.1-1.2.201403181728_all.deb Size: 81060 MD5sum: 02591339ebe9f9001d26b18fa8c32eb1 SHA1: 12286507e65c6d8167395a290045e58c86cfd14d SHA256: 47633b53ecffb28dfdadacd7a3ceca305ea163a2e52aa8b5dfb891a323032929 Description: Haskell library for parsing command-line options; documentation The options package lets library and application developers easily work with command-line options. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: https://john-millikin.com/software/haskell-options/ Package: libghc-pandoc-doc Priority: extra Section: doc Installed-Size: 4734 Maintainer: Debian Haskell Group Architecture: all Source: pandoc Version: 1.9.4.2-2.10.201403310903 Depends: haddock-interface-19, libghc-citeproc-hs-data (>= 0.3.4) Recommends: ghc-doc, libghc-blaze-html-doc, libghc-citeproc-hs-doc, libghc-highlighting-kate-doc, libghc-pandoc-types-doc, libghc-parsec3-doc, libghc-tagsoup-doc, libghc-texmath-doc, libghc-pandoc-dev Filename: 4.0-0/all/libghc-pandoc-doc_1.9.4.2-2.10.201403310903_all.deb Size: 551558 MD5sum: cc614fc451362e14c5e1c5ba079be7c0 SHA1: b383dd11e00530776c4e1803f436fd7065be3c8a SHA256: 0acb9d3b6c5f6f2cee0ef8fdb956617e49d5471b225ed0383a7a5fba0812afd2 Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, LaTeX and DocBook XML; and it can write plain text, markdown, reStructuredText, XHTML, HTML 5, LaTeX (including beamer slide shows), ConTeXt, RTF, DocBook XML, OpenDocument XML, ODT, Word docx, GNU Texinfo, MediaWiki markup, EPUB, Textile, groff man pages, Emacs Org-Mode, AsciiDoc, and Slidy, Slideous, DZSlides, or S5 HTML slide shows. It can also produce PDF output on systems where LaTeX is installed. . Pandoc's enhanced version of markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, delimited code blocks, superscript, subscript, strikeout, title blocks, automatic tables of contents, embedded LaTeX math, citations, and markdown inside HTML block elements. (These enhancements can optionally be disabled.) . In contrast to most existing tools for converting markdown to HTML, which use regex substitutions, Pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. . This package contains the library documentation for Pandoc. Homepage: http://johnmacfarlane.net/pandoc/ Package: libghc-pandoc-types-doc Priority: extra Section: doc Installed-Size: 347 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pandoc-types Version: 1.9.1-1.2.201403181735 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-pandoc-types-dev Filename: 4.0-0/all/libghc-pandoc-types-doc_1.9.1-1.2.201403181735_all.deb Size: 57046 MD5sum: 2236800cdbab261f8e8e23372d16b489 SHA1: 92d64cae812af1e4db2cb244e0589762daae3f42 SHA256: f88eb4de9d0aea6b57abecfd0fab299393a6178838313231537b74b5a77e6d59 Description: Haskell data types to represent structured documents - documentation This package ships the data types used by package Pandoc to internally represent structured documents. They've been split off from the main Pandoc package, so that other packages can use them without drawing in all the of Pandoc dependencies. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/pandoc-types Package: libghc-pango-doc Priority: extra Section: doc Installed-Size: 1728 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pango Version: 0.12.2-1.6.201403181738 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cairo-doc, libghc-glib-doc, libghc-pango-dev Filename: 4.0-0/all/libghc-pango-doc_0.12.2-1.6.201403181738_all.deb Size: 190700 MD5sum: 1021c9d29b345190a2bfe3fa667ae5c9 SHA1: 7ec57d0c034cc4b049b5bfbff08264f7cff39bc7 SHA256: 162237d4933ed7ad97c19fa3a173a45e6c11c150e9b3c254fd8fbbc9dd0ea715 Description: Binding to the Pango text rendering engine; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides a wrapper around the Pango C library that allows high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen. Homepage: http://hackage.haskell.org/package/pango Package: libghc-parallel-doc Priority: extra Section: doc Installed-Size: 456 Maintainer: Debian Haskell Group Architecture: all Source: haskell-parallel Version: 3.2.0.2-2.6.201403181744 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parallel-dev Filename: 4.0-0/all/libghc-parallel-doc_3.2.0.2-2.6.201403181744_all.deb Size: 69130 MD5sum: 6a10787d61b875428c2fdcc59988f2eb SHA1: bbe9c6f17f0a3d1dfccf0154a1bb4a8d500b9284 SHA256: 2ee616dc3d1171db881c59bd8f72ff28bc855f08d7cd8fdcf8e13c19df2d1ace Description: Haskell parallel programming library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides a library for parallel programming in Haskell. Homepage: http://hackage.haskell.org/package/parallel Package: libghc-parseargs-doc Priority: extra Section: doc Installed-Size: 312 Maintainer: Debian Haskell Group Architecture: all Source: haskell-parseargs Version: 0.1.3.2-2.2.201403181750 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parseargs-dev Filename: 4.0-0/all/libghc-parseargs-doc_0.1.3.2-2.2.201403181750_all.deb Size: 52548 MD5sum: 0eb3c1c251b6d835f166f17d719a7cdb SHA1: 10c2ba069843bfc8fe6f1eec694f8ccce1ac091d SHA256: 28eb24e984d333c3d6608c07f31ee083b247692d5e7daadd9b1bd13ff5a5ea24 Description: Command-line argument parsing library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It parses command-line arguments. Homepage: http://hackage.haskell.org/package/parseargs Package: libghc-parsec2-doc Priority: extra Section: doc Installed-Size: 705 Maintainer: Debian Haskell Group Architecture: all Source: haskell-parsec2 Version: 2.1.0.1-6.6.201403181807 Replaces: libghc-parsec-doc (<< 3.0.0-5) Provides: libghc-parsec-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc Suggests: libghc-parsec2-dev Conflicts: libghc-parsec-doc (<< 3.0.0-5) Filename: 4.0-0/all/libghc-parsec2-doc_2.1.0.1-6.6.201403181807_all.deb Size: 79376 MD5sum: cccfd1e4c3ee23a9a50498c4b8fda637 SHA1: b3f55d611360a44d298dab7ef2b762f53c93a847 SHA256: c5909c873d5dd57226a509d99f835c217c65625632a0996189caec6a933e3ccd Description: Haskell monadic parser combinator library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented, has extensive libraries and good error messages, and is also fast. Homepage: http://legacy.cs.uu.nl/daan/parsec.html Package: libghc-parsec3-doc Priority: extra Section: doc Installed-Size: 1408 Maintainer: Debian Haskell Group Architecture: all Source: haskell-parsec Version: 3.1.2-1.6.201403181759 Replaces: libghc-parsec-doc (<< 3.0.0-5) Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-text-doc, libghc-parsec3-dev Conflicts: libghc-parsec-doc (<< 3.0.0-5) Filename: 4.0-0/all/libghc-parsec3-doc_3.1.2-1.6.201403181759_all.deb Size: 158802 MD5sum: cf737745393d29a5c0fdb0f052b192cf SHA1: b768f95d5e43d9bf52fb3a30b2b76e118af9032d SHA256: 1fd20782bc6e42072426eee776d9a6560e2ec5c58a5f3adef04be2b8e2ff0a8a Description: Haskell monadic parser combinator library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented, has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. Homepage: http://legacy.cs.uu.nl/daan/parsec.html Package: libghc-pastis-doc Priority: extra Section: doc Installed-Size: 95 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pastis Version: 0.1.2-2.6.201403310915 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-pastis-dev Filename: 4.0-0/all/libghc-pastis-doc_0.1.2-2.6.201403310915_all.deb Size: 28202 MD5sum: 67515f3e6238e64b76b905c88843fa4c SHA1: c9cfbc09f878eb175c5e184cf1882d606c9480b3 SHA256: bb19a2b8c5f777626c838bad6084b072167fdc4d9afdf2e1ac1b756bd0369e28 Description: interface to the past.is URL shortening service; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides an interface to the past.is URL-shortening web service. Homepage: http://hackage.haskell.org/package/pastis Package: libghc-path-pieces-doc Priority: extra Section: doc Installed-Size: 117 Maintainer: Debian Haskell Group Architecture: all Source: haskell-path-pieces Version: 0.1.0-1.2.201403181812 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-path-pieces-dev Filename: 4.0-0/all/libghc-path-pieces-doc_0.1.0-1.2.201403181812_all.deb Size: 29906 MD5sum: b5823c9a2660723fdbdf12c730c9022d SHA1: dd713a3970a2af790ed213ab031ded05bbd280af SHA256: 9b818090151648ca7cc42afc8a103f03125221e190de325ed27125dd8696c342 Description: components of paths; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains path pieces. Homepage: http://hackage.haskell.org/package/path-pieces Package: libghc-patience-doc Priority: optional Section: doc Installed-Size: 143 Maintainer: Debian Haskell Group Architecture: all Source: haskell-patience Version: 0.1.1-1.2.201403181819 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-patience-dev Filename: 4.0-0/all/libghc-patience-doc_0.1.1-1.2.201403181819_all.deb Size: 34756 MD5sum: bd895b14ebb0a8562209c56605708cef SHA1: 98dc9dde7273add5597fbf57ae8ae991200ddfdd SHA256: 36a988456e34a174e217bbae43d4a0e6d00fc62af466666e6f4fff18673662d1 Description: Haskell implementation of the Patience Diff algorithm; documentation This library implements the "patience diff" algorithm, as well as the patience algorithm for the longest increasing subsequence problem. . Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance of performance, nice output for humans, and implementation simplicity. For more information, see http://alfedenzo.livejournal.com/170301.html and http://bramcohen.livejournal.com/73318.html. . This package provides documentation for a library written in the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/patience Package: libghc-pcre-light-doc Priority: extra Section: doc Installed-Size: 563 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pcre-light Version: 0.4-3.6.201403181823 Replaces: haskell-pcre-light-doc (<< 0.3.1.1-2) Provides: haskell-pcre-light-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-pcre-light-dev Conflicts: haskell-pcre-light-doc (<< 0.3.1.1-2) Filename: 4.0-0/all/libghc-pcre-light-doc_0.4-3.6.201403181823_all.deb Size: 97946 MD5sum: a69c6b49c23ef2f892ed72170f227245 SHA1: ab2fb4e595e7cacc90442d823f3862701044b52d SHA256: 36db15e59e571b64d10d5a404c48832cf7502723b0de8949a9fae9374f8b7dd9 Description: library documentation for pcre-light The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. The library aims to be light, efficient and portable. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://code.haskell.org/~dons/code/pcre-light Package: libghc-pem-doc Priority: extra Section: doc Installed-Size: 132 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pem Version: 0.1.1-1.2.201403181830 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-cereal-doc, libghc-pem-dev Filename: 4.0-0/all/libghc-pem-doc_0.1.1-1.2.201403181830_all.deb Size: 33060 MD5sum: 7768924073e0074066a5c51588a9d22f SHA1: e3fa75bd6fe8559447d93b9c7088a239f55e2e07 SHA256: 4a9f54362b4661f52a7fcbe7daf0c6fec41504f15465b83d891b9883fe68bec2 Description: Privacy Enhanced Mail (PEM) format reader and writer; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is for reading and writing PEM (Privacy Enhanced Mail; see RFCs 1421 through 1424) structures. Homepage: http://hackage.haskell.org/package/pem Package: libghc-persistent-doc Priority: extra Section: doc Installed-Size: 1333 Maintainer: Debian Haskell Group Architecture: all Source: haskell-persistent Version: 0.9.0.4-2.2.201403181833 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-aeson-doc, libghc-blaze-html-doc, libghc-conduit-doc, libghc-monad-control-doc, libghc-path-pieces-doc, libghc-pool-conduit-doc, libghc-text-doc, libghc-transformers-doc, libghc-persistent-dev Filename: 4.0-0/all/libghc-persistent-doc_0.9.0.4-2.2.201403181833_all.deb Size: 145274 MD5sum: 80ca3ec20d74adcf740d41e32b00ed75 SHA1: cfacb9e1fcec3a57a2968a8c80252ad9c1544271 SHA256: 138c2c7045cdb47e3344c09146206942672b4adfadaf48309d6264166ec50632 Description: type-safe, non-relational, multi-backend persistence; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This libraries allows Haskell applications to access a database or other data storage sytems in a type-safe, non-relational way. . This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful. Homepage: http://hackage.haskell.org/package/persistent Package: libghc-persistent-sqlite-doc Priority: extra Section: doc Installed-Size: 289 Maintainer: Debian Haskell Group Architecture: all Source: haskell-persistent-sqlite Version: 0.9.0.2-2.3.201403281308 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-persistent-doc, libghc-text-doc, libghc-transformers-doc, libghc-persistent-sqlite-dev Filename: 4.0-0/all/libghc-persistent-sqlite-doc_0.9.0.2-2.3.201403281308_all.deb Size: 47252 MD5sum: ee5490b9351f98859d86eb7bfbfdb31c SHA1: 8c005e38ddac902e1b09d4c868e3de2d831c1338 SHA256: d31a36a7f85079d67f99319a635e1c8ee1ef73872030866e8349e1d940817781 Description: SQLite3 backend for the persistent library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library allows Haskell applications to access an SQLite database in a type-safe, non-relational way. Homepage: http://hackage.haskell.org/package/persistent-sqlite Package: libghc-persistent-template-doc Priority: extra Section: doc Installed-Size: 309 Maintainer: Debian Haskell Group Architecture: all Source: haskell-persistent-template Version: 0.9.0.2-1.3.201403281300 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-persistent-doc, libghc-persistent-template-dev Filename: 4.0-0/all/libghc-persistent-template-doc_0.9.0.2-1.3.201403281300_all.deb Size: 50022 MD5sum: 20b7f56f31be3b64da41b371a4949afd SHA1: 1ef8662654d11e2449a7fa29f3eb0bec5f2024d3 SHA256: 372d2f1c438e4f23ec657ccbd8e9b31a63d434e2f011963da01d3d8cc6dde3e1 Description: type-safe, non-relational, multi-backend persistence; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful. Homepage: http://hackage.haskell.org/package/persistent-template Package: libghc-polyparse-doc Priority: optional Section: doc Installed-Size: 1203 Maintainer: Debian Haskell Group Architecture: all Source: haskell-polyparse Version: 1.7-1.6.201403181844 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-polyparse-dev Filename: 4.0-0/all/libghc-polyparse-doc_1.7-1.6.201403181844_all.deb Size: 128958 MD5sum: 55753cb01cda3d6b3bcbd0dc5df2537b SHA1: 5107cf6479ae0a8cda3f2d04b39261441785dbc4 SHA256: cd11f3166f3bac7c4832e33d2c36b57ba9a995f9098cc9f13fcf381bf4604bd8 Description: Documentation for haskell-polyparse . A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. Homepage: http://hackage.haskell.org/package/polyparse Package: libghc-pool-conduit-doc Priority: extra Section: doc Installed-Size: 114 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pool-conduit Version: 0.1.0.2-1.2.201403181851 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-resource-pool-doc, libghc-resourcet-doc, libghc-pool-conduit-dev Filename: 4.0-0/all/libghc-pool-conduit-doc_0.1.0.2-1.2.201403181851_all.deb Size: 31668 MD5sum: c5ecf56ccb7f559e02237e6a837fc1d4 SHA1: 183f76d34479ac02e10ab594152032c81c6ebe3e SHA256: 5499175dc05cadcab8e854fe16e4272e92f68c474201be5aab5003a19060345f Description: resource pool allocations via ResourceT; documentation Allocate resources from a pool, guaranteeing resource handling via the ResourceT transformer. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/pool-conduit Package: libghc-postgresql-libpq-doc Priority: extra Section: doc Installed-Size: 921 Maintainer: Debian Haskell Group Architecture: all Source: haskell-postgresql-libpq Version: 0.8.2-1.2.201403181854 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-postgresql-libpq-dev Filename: 4.0-0/all/libghc-postgresql-libpq-doc_0.8.2-1.2.201403181854_all.deb Size: 122626 MD5sum: d8282fb9cacd1f6214925d883359e8e8 SHA1: f5ad48b9896d5add247fc5a8cc31a13b6bac79cc SHA256: ac08beaefdb3495c6f98d72983fb6a23b818707c5f42a4d078f7d37b00ce228f Description: low-level binding to libpq; documentation This is a binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries. . Author: Grant Monroe, Leon P Smith, Joey Adams Upstream-Maintainer: Leon P Smith . This package contains the documentation files. Homepage: http://github.com/lpsmith/postgresql-libpq Package: libghc-postgresql-simple-doc Priority: extra Section: doc Installed-Size: 1247 Maintainer: Debian Haskell Group Architecture: all Source: haskell-postgresql-simple Version: 0.1.4.3-1.2.201403181902 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-blaze-builder-doc, libghc-postgresql-libpq-doc, libghc-text-doc, libghc-transformers-doc, libghc-vector-doc, libghc-postgresql-simple-dev Filename: 4.0-0/all/libghc-postgresql-simple-doc_0.1.4.3-1.2.201403181902_all.deb Size: 148588 MD5sum: b99b0c00abf7273cdf23cd7d3aa2b136 SHA1: 24d64b76e475e222efb86f465e808e8d5d25ad79 SHA256: 5cc806edf85edb563a5bfc17817ca2fbc47e9e0599dad420e4b61d5ed23c57e4 Description: mid-level PostgreSQL client library; documentation Mid-level client library for the PostgreSQL database, aimed at ease of use and high performance. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/postgresql-simple Package: libghc-pretty-show-doc Priority: extra Section: doc Installed-Size: 352 Maintainer: Debian Haskell Group Architecture: all Source: haskell-pretty-show Version: 1.1.1-4.6.201403181906 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-pretty-show-dev Filename: 4.0-0/all/libghc-pretty-show-doc_1.1.1-4.6.201403181906_all.deb Size: 45128 MD5sum: 065674f592f563cdcb34505a406f0290 SHA1: 4762a857db42d1dd9835fc7d24dec8f817a3124e SHA256: 51435168ec01c3664b8afc448032aa862c9e0c100b59cb3e21ab9cefd0058db8 Description: Documentation for Haskell pretty printing library A library that can parse derived Show instances into a generic data structure which can then be pretty printed. For complex data structures, the pretty printed version is significantly more readable that the standard Show output. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/pretty-show Package: libghc-primes-doc Priority: extra Section: doc Installed-Size: 145 Maintainer: Debian Haskell Group Architecture: all Source: haskell-primes Version: 0.2.1.0-2.2.201403181918 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-primes-dev Filename: 4.0-0/all/libghc-primes-doc_0.2.1.0-2.2.201403181918_all.deb Size: 34688 MD5sum: 743e28a252f4ff0677210a0653773401 SHA1: 6c2c5aa73e3caf2b92e5b3f3f072579d9928f462 SHA256: c67e3fd085d781f32c6ef791c35c6948e37d72a1fb78ef196744d1eee3e81c81 Description: efficient, purely functional generation of prime numbers; documentation This Haskell library provides an efficient lazy wheel sieve for prime generation inspired by Lazy wheel sieves and spirals of primes by Colin Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-primes Package: libghc-primitive-doc Priority: extra Section: doc Installed-Size: 476 Maintainer: Debian Haskell Group Architecture: all Source: haskell-primitive Version: 0.4.1-1.6.201403181921 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-primitive-dev Filename: 4.0-0/all/libghc-primitive-doc_0.4.1-1.6.201403181921_all.deb Size: 63040 MD5sum: c13fb87dadd40ca961a08219819f859b SHA1: a7df6b26a7171c027dcba0131b1b43da052289f5 SHA256: f40d87727fc8916a6e9c7cbe7884fc081843a17900cef0e4523d9f33c584980a Description: Wrappers for primitive operations; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides wrappers for primitive array operations from GHC.Prim. Homepage: http://code.haskell.org/primitive Package: libghc-psqueue-doc Priority: extra Section: doc Installed-Size: 288 Maintainer: Debian Haskell Group Architecture: all Source: haskell-psqueue Version: 1.1-2.2.201403181928 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-psqueue-dev Filename: 4.0-0/all/libghc-psqueue-doc_1.1-2.2.201403181928_all.deb Size: 44040 MD5sum: 2db4d7572d64bf7be2ea4f6b374a0dc8 SHA1: d05bab792e28884919dec4f405efdace6fc7a251 SHA256: f618f1ec44f5c7d39af83ac0fe191512c6e29b02216aeb89475f83f6e9d0335d Description: Priority Search Queue; documentation A /priority search queue/ efficiently supports the opperations of both a search tree and a priority queue. A 'Binding' is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/PSQueue Package: libghc-puremd5-doc Priority: extra Section: doc Installed-Size: 194 Maintainer: Debian Haskell Group Architecture: all Source: haskell-puremd5 Version: 2.1.0.3-2.2.201403181932 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-crypto-api-doc, libghc-tagged-doc, libghc-puremd5-dev Filename: 4.0-0/all/libghc-puremd5-doc_2.1.0.3-2.2.201403181932_all.deb Size: 37930 MD5sum: 56a5a898be80b73acd99e15ec9b7ceab SHA1: ef03c2340788632d885a8feb67440285ba6df0e8 SHA256: 3d4acd4b4af8ff8a61c4a03d09457616148ab9c20d36dfebc813718c824e221b Description: implementation of the MD5 digest (hash) algorithm; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports the crypto-api class interface. Homepage: http://hackage.haskell.org/package/puremd5 Package: libghc-pwstore-fast-doc Priority: extra Section: doc Installed-Size: 165 Maintainer: Clint Adams Architecture: all Source: haskell-pwstore-fast Version: 2.2-2.2.201403181939 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-doc, libghc-pwstore-fast-dev Filename: 4.0-0/all/libghc-pwstore-fast-doc_2.2-2.2.201403181939_all.deb Size: 41394 MD5sum: e68c1c0d101f82988160e3e94cfc0f3e SHA1: d53b428bfaff1444670f107f69555517aaf10afb SHA256: c8d0e883282cd0cf3ca3bc90b45b4b8f31bbe6abdb43e3f89306bef80f47243a Description: secure password storage; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable. Homepage: http://hackage.haskell.org/package/pwstore-fast Package: libghc-quickcheck1-doc Priority: extra Section: doc Installed-Size: 319 Maintainer: Debian Haskell Group Architecture: all Source: haskell-quickcheck1 Version: 1.2.0.1-2.6.201403181949 Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6) Provides: libghc-quickcheck-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-doc, libghc-quickcheck1-dev Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6) Filename: 4.0-0/all/libghc-quickcheck1-doc_1.2.0.1-2.6.201403181949_all.deb Size: 52564 MD5sum: bd74a33e9d2e685ccfebdd1e609c5c7d SHA1: 05577a117b3f41d0daaf275e03788e62db9fd3bb SHA256: 8771be1d0d12413d3cc76599a32321a17085b4a939365515d67fa6187afb4d3c Description: Haskell automatic testing library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . QuickCheck is a library for testing Haskell programs automatically. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. . This package contains version 1 of the library, whose API differs from version 2's. Homepage: http://hackage.haskell.org/package/QuickCheck Package: libghc-quickcheck2-doc Priority: extra Section: doc Installed-Size: 1235 Maintainer: Debian Haskell Group Architecture: all Source: haskell-quickcheck Version: 2.4.2-1.6.201403181942 Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6) Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-doc, libghc-quickcheck2-dev Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6) Filename: 4.0-0/all/libghc-quickcheck2-doc_2.4.2-1.6.201403181942_all.deb Size: 135740 MD5sum: eb50f8d703e98d4c70c390dc171660e0 SHA1: b5d67fd394b1254bc395384c8541d28c44491124 SHA256: c9c676afb96f2be1ac5e9d32020c23275b19bfdc7d63f4ae688d4efe546b1201 Description: Haskell automatic testing library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. . QuickCheck is a library for testing Haskell programs automatically. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. Homepage: http://hackage.haskell.org/package/QuickCheck Package: libghc-random-doc Priority: extra Section: doc Installed-Size: 241 Maintainer: Debian Haskell Group Architecture: all Source: haskell-random Version: 1.0.1.1-1.2.201403181956 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-dev Filename: 4.0-0/all/libghc-random-doc_1.0.1.1-1.2.201403181956_all.deb Size: 47268 MD5sum: 2acf3bcbd832bd509bdb608eb3e7a730 SHA1: e04564370a825aa6bd49c545690398bb88a196ca SHA256: 738cc0e9a5cf8aa2eee8f85883817338743a01b8345ab4efa513dc91f5c9d3a4 Description: Random number generator for Haskell; documentation This package provides a basic random number generation library, including the ability to split random number generators. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/random Package: libghc-random-shuffle-doc Priority: extra Section: doc Installed-Size: 121 Maintainer: Debian Haskell Group Architecture: all Source: haskell-random-shuffle Version: 0.0.3-2.2.201403181959 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monadrandom-doc, libghc-random-doc, libghc-random-shuffle-dev Filename: 4.0-0/all/libghc-random-shuffle-doc_0.0.3-2.2.201403181959_all.deb Size: 31106 MD5sum: b59b1a3ad00a93ad2e7646c3b3239c5e SHA1: 68f56dc9522efc46d89b66b03d8174be2cadfacd SHA256: 7b8126d8f748587265276004b21575a427e7fc98627249de4bea71a6b4f63321 Description: random shuffle library; documentation Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at http://okmij.org/ftp/Haskell/perfect-shuffle.txt . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-random-shuffle Package: libghc-ranged-sets-doc Priority: extra Section: doc Installed-Size: 452 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ranged-sets Version: 0.3.0-2.2.201403182007 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-quickcheck2-doc, libghc-ranged-sets-dev Filename: 4.0-0/all/libghc-ranged-sets-doc_0.3.0-2.2.201403182007_all.deb Size: 66382 MD5sum: 272c4103b07ed4fcdcd4266115883289 SHA1: c5323476459435c721685bb3f4e2e25b7b1a8492 SHA256: bab13ab5ed32910157a7c18e8b3b4f55223494832a676f026baa4d40a8c4b156 Description: Ranged sets library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . A ranged set is an ordered list of ranges. This allows sets such as all reals x such that: . (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x) . Alternatively you can have all strings s such that: . ("F" <= s < "G") Homepage: http://hackage.haskell.org/package/ranged-sets Package: libghc-ranges-doc Priority: extra Section: doc Installed-Size: 124 Maintainer: Debian Haskell Group Architecture: all Source: haskell-ranges Version: 0.2.4-2.2.201403182010 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-ranges-dev Filename: 4.0-0/all/libghc-ranges-doc_0.2.4-2.2.201403182010_all.deb Size: 30732 MD5sum: 185f94c3799af369a66b753dedf1d3b0 SHA1: 2b4a634a370c75385505aa250042ff8b6162f538 SHA256: 078d2cb68e6b3fc0298c95beffd393253d0d8d6d38da6bc8a764a72c61954ff3 Description: ranges and various functions for such; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Ranges and some functions allowing things like fast membership lookup on ranges with holes in them and so on. Homepage: http://hackage.haskell.org/package/ranges Package: libghc-reactive-banana-doc Priority: extra Section: doc Installed-Size: 648 Maintainer: Debian Haskell Group Architecture: all Source: haskell-reactive-banana Version: 0.6.0.0-1.2.201403182017 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-reactive-banana-dev Filename: 4.0-0/all/libghc-reactive-banana-doc_0.6.0.0-1.2.201403182017_all.deb Size: 89116 MD5sum: 22407bb7b0ed5d85b3403486ddcc4b5a SHA1: a2fea8b07d4c61112ef6d42ba640b38303210cbb SHA256: 5cbec081eac31a4eadb2d4d9075d89907ac7427c9639fb57d769bad3b159396d Description: small but solid library for FRP; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The current focus of this library is to implement a subset of the semantic model for functional reactive programming pioneered by Conal Elliott. . Moreover, this library can hooked into any existing event-based framework. It is especially useful in conjunction with existing GUI frameworks like wxHaskell or gtk2hs. . This also means that your code can be a mix of FRP and imperative parts. Bored of programming imperative GUIs? Write some parts with FRP! Don't know how to express something with FRP? Switch back to imperative style! . In the spectrum of possible FRP implementations, this one features simple semantics but modest expressivity. Predicting space & time usage should be easy. . Stability forecast: Known inefficiencies that will be addressed. No semantic bugs expected. Significant API changes are likely in future versions. Homepage: http://hackage.haskell.org/package/reactive-banana Package: libghc-readline-doc Priority: extra Section: doc Installed-Size: 567 Maintainer: Debian Haskell Group Architecture: all Source: haskell-readline Version: 1.0.1.0-3.2.201403182020 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-readline-dev Filename: 4.0-0/all/libghc-readline-doc_1.0.1.0-3.2.201403182020_all.deb Size: 66546 MD5sum: e0a08587aba216b6d153667bc2ab5ff1 SHA1: 790b99abc669063268d69171015e647d76cb8aed SHA256: 7b4c92570d492807b082036f4408a25c19e850ea91eaea25fe32b414c916a3a7 Description: Interface to the GNU readline library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is an interface to the GNU readline library. More information on readline can be found at http://www.gnu.org/directory/readline.html. Homepage: http://hackage.haskell.org/package/readline Package: libghc-recaptcha-doc Priority: extra Section: doc Installed-Size: 113 Maintainer: Debian Haskell Group Architecture: all Source: haskell-recaptcha Version: 0.1-4.10.201403310925 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-xhtml-doc, libghc-recaptcha-dev Filename: 4.0-0/all/libghc-recaptcha-doc_0.1-4.10.201403310925_all.deb Size: 31788 MD5sum: 816d11ae6953fe5a97ecb2d7b8ef1d87 SHA1: d878fdc48a04cb0ddfb74ed1311f95d415fd3f45 SHA256: 05156d4f630229682e2d1428ad9bc93754d448902c78555453c8d286485e2c02 Description: Haskell interface to reCAPTCHA service - documentation reCAPTCHA (http://recaptcha.net/) is a service that provides captchas for preventing automated spam in web applications, using the data people submit to digitize old books and newspapers. haskell-recaptcha provides functions for using reCAPTCHA in Haskell web applications. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/recaptcha Package: libghc-regex-base-doc Priority: extra Section: doc Installed-Size: 330 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-base Version: 0.93.2-2.6.201403182029 Replaces: haskell-regex-base-doc (<< 0.93.1-7) Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regex-base-dev Conflicts: haskell-regex-base-doc (<< 0.93.1-7) Filename: 4.0-0/all/libghc-regex-base-doc_0.93.2-2.6.201403182029_all.deb Size: 58082 MD5sum: 4e8c2fb353756d32e1ab3e74d435e80c SHA1: 975e46c6d3ee5dceaff8407925040cc7efcce0ac SHA256: b56bd1882c9489d0640affec2eab4c7e8c037d8e655792e590593f0fdc8790bb Description: API documentation for regex-base Haskell library A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . This package contains the API documentation of the library. Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-compat-doc Priority: extra Section: doc Installed-Size: 149 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-compat Version: 0.95.1-2.6.201403182037 Replaces: haskell-regex-compat-doc (<< 0.92-5) Provides: haskell-regex-compat-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regex-base-doc, libghc-regex-posix-doc, libghc-regex-compat-dev Conflicts: haskell-regex-compat-doc (<< 0.92-5) Filename: 4.0-0/all/libghc-regex-compat-doc_0.95.1-2.6.201403182037_all.deb Size: 37116 MD5sum: 886f96c6636ff9b96108ad8038870431 SHA1: d18564f008bc93e1f0e81a38182913e294616bdf SHA256: 8b6ceddc0c55dd706ee1867e7320eec26c3808b77dab60be7ae2e4d06ce0d9f8 Description: API documentation for regex-compat Haskell library A library containing a POSIX regular expression backend conforming to the interface API of regex-base. . This package contains the API documentation of the library. Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-pcre-doc Priority: extra Section: doc Installed-Size: 583 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-pcre Version: 0.94.2-2.2.201403182110 Replaces: haskell-regex-pcre-doc (<< 0.93.1-7) Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regex-base-doc, libghc-regex-pcre-dev Conflicts: haskell-regex-pcre-doc (<< 0.93.1-7) Filename: 4.0-0/all/libghc-regex-pcre-doc_0.94.2-2.2.201403182110_all.deb Size: 72530 MD5sum: 134ed01690950f5861e29d1dcfc2f4fd SHA1: e4f99fb47768e72ded9763b999400f88c9d666c4 SHA256: 3eda7a6d901f7dfc1a5122dbb75b70bc54da7654afd8aa9d7f9bcd3ab24c731a Description: Perl-compatible regular expressions; documentation A library containing the PCRE backend to accompany regex-base. . This package contains the API documentation of the library. Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-posix-doc Priority: extra Section: doc Installed-Size: 608 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-posix Version: 0.95.1-2.6.201403182113 Replaces: haskell-regex-posix-doc (<< 0.93.2-6) Provides: haskell-regex-posix-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regex-base-doc, libghc-regex-posix-dev Conflicts: haskell-regex-posix-doc (<< 0.93.2-6) Filename: 4.0-0/all/libghc-regex-posix-doc_0.95.1-2.6.201403182113_all.deb Size: 84094 MD5sum: e2933f2ee6d4351436653cb1ac7ef807 SHA1: 605eb39e642a04286ef4b7f0235658f50aebc5ea SHA256: 00dee085216339888f109a3b83e274377a7f1b70f4b527cb1895040b42baff71 Description: API documentation for regex-posix Haskell library A library containing a POSIX regular expression backend conforming to the interface API of regex-base. . This package contains the API documentation of the library. Homepage: http://sourceforge.net/projects/lazy-regex Package: libghc-regex-tdfa-doc Priority: extra Section: doc Installed-Size: 2306 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-tdfa Version: 1.1.8-2.6.201403182116 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-regex-base-doc, libghc-regex-tdfa-dev Filename: 4.0-0/all/libghc-regex-tdfa-doc_1.1.8-2.6.201403182116_all.deb Size: 227558 MD5sum: d35f73fe3c08be023095b2d368c83747 SHA1: 405c9829b370c50a1e3c785c29f05dc4d16d6e35 SHA256: f54ad1ba63e1ba6b950c61d513e833e5626b3cc9bef268da406300007a966ba2 Description: Documentation for the tagged DFA regex engine A pure Haskell alternative to GHC's Text.Regex module (with some enhancements). The Text.Regex module marshalls the data back and forth to c-arrays to call libc and this is far too slow (and strict). . This module parses regular expression Strings using a Parsec parser and creates an internal data structure (Text.Regex.Lazy.Pattern). This is then transformed a DFA table for matching against the input String or FastPackedString. The input string is consumed lazily, so it may be an arbitrarily long or infinite source. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/regex-tdfa Package: libghc-regex-tdfa-utf8-doc Priority: extra Section: doc Installed-Size: 116 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regex-tdfa-utf8 Version: 1.0-5.6.201403182121 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regex-tdfa-doc, libghc-regex-tdfa-utf8-dev Filename: 4.0-0/all/libghc-regex-tdfa-utf8-doc_1.0-5.6.201403182121_all.deb Size: 30990 MD5sum: 7483e5895cf590c65e4deb3cb2cae52b SHA1: 9b373ef295abd16d45ea99aa0ee7775ca7303133 SHA256: d8fb7acba02c6e2d75c1b689d6e5e2dc82469abde03187f234a84b15a95aeac5 Description: Documentation for the utf-8 version of the tagged DFA regex engine This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded lazy bytestrings. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/regex-tdfa Package: libghc-regexpr-doc Priority: extra Section: doc Installed-Size: 285 Maintainer: Debian Haskell Group Architecture: all Source: haskell-regexpr Version: 0.5.4-2.2.201403182129 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-regexpr-dev Filename: 4.0-0/all/libghc-regexpr-doc_0.5.4-2.2.201403182129_all.deb Size: 44072 MD5sum: 14e0553644e48978bcaf0fa7ea5d13a8 SHA1: 72cdaff31c2c30fb57301ff26ca770c9aa25c07f SHA256: e5d814e0b79f2d213bcad95e6aaf8f8ada50cab7c1d3081fb3dd029bbbbce344 Description: Regular expression library like Perl/Ruby; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package contains Haskell functions for regular expressions. Homepage: http://hackage.haskell.org/package/regexpr Package: libghc-representable-functors-doc Priority: extra Section: doc Installed-Size: 434 Maintainer: Debian Haskell Group Architecture: all Source: haskell-representable-functors Version: 2.4.0.2-1.2.201403182132 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-comonad-transformers-doc, libghc-comonads-fd-doc, libghc-contravariant-doc, libghc-data-lens-doc, libghc-distributive-doc, libghc-free-doc, libghc-keys-doc, libghc-mtl-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-representable-functors-dev Filename: 4.0-0/all/libghc-representable-functors-doc_2.4.0.2-1.2.201403182132_all.deb Size: 59472 MD5sum: dac48b1e2f4282c11b79ea6b931fe913 SHA1: 890042ffd37e308598c370d198350c79b0641117 SHA256: ec2e678dad7d258e496a057aefef98511457428ab951823bfb5244ebd133e17d Description: Representable functors; documentation This package provides a generalized Store comonad, parameterized by a Representable functor (the representation of that functor serves as the index of the store) and a generalized State monad, parameterized by a Representable functor (the representation of that functor serves as the state). . Representable functors on Hask all monads, being isomorphic to a reader monad. . Representable contravariant endofunctors over the category of Haskell types are isomorphic to (_ -> r) and resemble mappings to a fixed range. . Representable endofunctors over the category of Haskell types are isomorphic to the reader monad and so inherit a very large number of properties for free. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/representable-functors Package: libghc-representable-tries-doc Priority: extra Section: doc Installed-Size: 581 Maintainer: Debian Haskell Group Architecture: all Source: haskell-representable-tries Version: 2.4.0.2-1.2.201403182140 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-adjunctions-doc, libghc-comonad-doc, libghc-distributive-doc, libghc-keys-doc, libghc-mtl-doc, libghc-representable-functors-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-representable-tries-dev Filename: 4.0-0/all/libghc-representable-tries-doc_2.4.0.2-1.2.201403182140_all.deb Size: 64706 MD5sum: 73d96cfb631505d10f182e1fd7ac656a SHA1: 22e884541bae73cfe06f7fb141a99d345f579ac8 SHA256: 8a0d6769e1f53aa484aca762c07030a7be9813d613353d9d5244466cf7cc4f35 Description: Tries from representations of polynomial functors; documentation This package provides a representable Trie-based Reader monad transformer and also representations of polynomial functors. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/representable-tries Package: libghc-resource-pool-doc Priority: extra Section: doc Installed-Size: 156 Maintainer: Debian Haskell Group Architecture: all Source: haskell-resource-pool Version: 0.2.1.0-2.2.201403182144 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-resource-pool-dev Filename: 4.0-0/all/libghc-resource-pool-doc_0.2.1.0-2.2.201403182144_all.deb Size: 37744 MD5sum: 511cf122a656b8cb42767e39e4e35eab SHA1: 4e09227a07f2f2a01e2cbc4f344f8c4f8a5b803e SHA256: 8b2fd98a23083a7879d8244d8c661e216c642ebca42fae19b24972296179c535 Description: high-performance striped resource-pooling implementation; documentation A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/resource-pool Package: libghc-resourcet-doc Priority: extra Section: doc Installed-Size: 287 Maintainer: Debian Haskell Group Architecture: all Source: haskell-resourcet Version: 0.3.2.1-1.2.201403182148 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monad-control-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-resourcet-dev Filename: 4.0-0/all/libghc-resourcet-doc_0.3.2.1-1.2.201403182148_all.deb Size: 48718 MD5sum: cba9e18955f99dd3aada8459feeaaf4a SHA1: 0f6bb28104ebbeb17b440fffa801bf62a0e56075 SHA256: 2f491f631eb1ad27aa9632d4428752799344ef584543975af4c17fe28742115b Description: deterministic allocation and freeing of scarce resources; documentation Control.Monad.Trans.Resource allocates resources which are guaranteed to be released. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-resourcet Package: libghc-rsa-doc Priority: extra Section: doc Installed-Size: 317 Maintainer: Debian Haskell Group Architecture: all Source: haskell-rsa Version: 1.2.1.0-1.2.201403182155 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-crypto-api-doc, libghc-crypto-pubkey-types-doc, libghc-rsa-dev Filename: 4.0-0/all/libghc-rsa-doc_1.2.1.0-1.2.201403182155_all.deb Size: 52804 MD5sum: f897cb476fc6f812a03570e3d18c825f SHA1: 8f27137ad25099a7be88a4e66fcc3081c13cc543 SHA256: f9a5061be8b8eebcfd45c80e8a33540d0e3bee8856a6a8b8bf09e78aa2fefd12 Description: implementation of RSA, using padding schemes of PKCS#1 v2.1.; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library implements the RSA encryption and signature algorithms for arbitrarily-sized ByteStrings. While the implementations work, they are not necessarily the fastest ones on the planet. Particularly key generation. The algorithms included are based of RFC 3447, or the Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1). Homepage: http://hackage.haskell.org/package/RSA Package: libghc-safe-doc Priority: extra Section: doc Installed-Size: 223 Maintainer: Debian Haskell Group Architecture: all Source: haskell-safe Version: 0.3.3-1.6.201403182203 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-safe-dev Filename: 4.0-0/all/libghc-safe-doc_0.3.3-1.6.201403182203_all.deb Size: 39982 MD5sum: c283d112c91e372bf1bb830262f17a5a SHA1: 0dddb1fb5015e7fe2b6d3469c81ea421cbb6cba6 SHA256: 7b5452872cdb14570361f81dc096f40dabaf27dd8c947ca5dc4535d76d7b9f82 Description: Documentation for safe library for (pattern match free) functions . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/safe Package: libghc-safecopy-doc Priority: extra Section: doc Installed-Size: 417 Maintainer: Debian Haskell Group Architecture: all Source: haskell-safecopy Version: 0.6.1-1.2.201403182205 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-text-doc, libghc-safecopy-dev Filename: 4.0-0/all/libghc-safecopy-doc_0.6.1-1.2.201403182205_all.deb Size: 61000 MD5sum: 597c994b3906d26b4883bfaa9fdfe8ae SHA1: 9e19a2167d4f5de8388428d152440495c5de3bf4 SHA256: 553d72d19e20b72d632b975a47099ba5372db0cbc78ed43a978484ef5f7c210b Description: Haskell serialization library with version control - documentation SafeCopy is an extension to cereal, a Haskell serialization library: it adds the ability to define new versions of some data tpe and automatically convert variables serialized with an old format to a newer one. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/safecopy Package: libghc-sdl-doc Priority: extra Section: doc Installed-Size: 1409 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sdl Version: 0.6.3-1.6.201403182213 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-sdl-dev Filename: 4.0-0/all/libghc-sdl-doc_0.6.3-1.6.201403182213_all.deb Size: 144516 MD5sum: a24df02001eb0c8afddcdcaa2955ca88 SHA1: e2f746ee58fcdac1ea8b70d0c90f058502d03add SHA256: 245db755d33246287c1b8a9758b1a00c3f987a4f60d3c7da3d8673db88b6f73d Description: Haskell SDL binding for GHC - documentation This package provides the documentation for the SDL library bindings for the Haskell programming language. SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. Homepage: http://hackage.haskell.org/package/SDL Package: libghc-sdl-gfx-doc Priority: extra Section: doc Installed-Size: 229 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sdl-gfx Version: 0.6.0-3.7.201403281248 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-sdl-gfx-dev Filename: 4.0-0/all/libghc-sdl-gfx-doc_0.6.0-3.7.201403281248_all.deb Size: 38952 MD5sum: acc8450761b19ce342e89fe1d4c7c2a7 SHA1: 72bfac53e99aa93d1f8e0981194e101f8ec8dbf5 SHA256: e231395a6b3ab79bb489458241fe1432440df434631effaf5f171cf192f73161 Description: Haskell SDL gfx binding for GHC - documentation This package provides the documentation for the SDL gfx library bindings for the Haskell programming language. SDL gfx is an extension to the SDL library which provides basic antialiased drawing routines such as lines, circles or polygons, an interpolating rotozoomer for SDL surfaces, framerate control and MMX image filters. Homepage: http://hackage.haskell.org/package/SDL-gfx Package: libghc-sdl-image-doc Priority: extra Section: doc Installed-Size: 169 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sdl-image Version: 0.6.1-3.7.201403281239 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-sdl-image-dev Filename: 4.0-0/all/libghc-sdl-image-doc_0.6.1-3.7.201403281239_all.deb Size: 37328 MD5sum: c44b7b1554088295bb8cb6eca450744b SHA1: 1c179e5f22ec97caccf620018faf4a57c2c8f09c SHA256: d7589a0605e2ae396f8816a74604fd1d2955d294fbce612bef8a4234765731b4 Description: Haskell SDL Image binding for GHC - documentation This package provides the documentation for the SDL Image library bindings for the Haskell programming language. SDL Image is a simple library to load images of various formats as SDL surfaces. Homepage: http://hackage.haskell.org/package/SDL-image Package: libghc-sdl-mixer-doc Priority: extra Section: doc Installed-Size: 276 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sdl-mixer Version: 0.6.1-3.7.201403281230 Depends: haddock-interface-19 Recommends: ghc-doc Suggests: libghc-sdl-mixer-dev, libghc-sdl-mixer-prof Filename: 4.0-0/all/libghc-sdl-mixer-doc_0.6.1-3.7.201403281230_all.deb Size: 46680 MD5sum: 0c639940cc969a42a21e6900b55df681 SHA1: 04ea849c08dc94f1b06bdc4ddb1e81d866dc780d SHA256: b72058d1dba6bb307587077fba120848d55e217aced39107405290f0b0a70a8d Description: Haskell SDL Mixer binding for GHC - documentation This package provides the documentation for the SDL Mixer library bindings for the Haskell programming language. SDL Mixer is a sample multi-channel audio mixer library. Homepage: http://hackage.haskell.org/package/SDL-mixer Package: libghc-sdl-ttf-doc Priority: extra Section: doc Installed-Size: 260 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sdl-ttf Version: 0.6.1-3.6.201403182223 Depends: haddock-interface-19 Recommends: ghc-doc Suggests: libghc-sdl-ttf-dev, libghc-sdl-ttf-prof Filename: 4.0-0/all/libghc-sdl-ttf-doc_0.6.1-3.6.201403182223_all.deb Size: 43796 MD5sum: cd467b1fb5d1be9cffedcc757e9682a0 SHA1: 041fffc749bf8201cbfba67eea4d2ddbcc6d507e SHA256: 38added72d7f9a058615a6a175c9fe7f7574adb062aff03518ee8109940266cd Description: Haskell SDL TTF binding for GHC - documentation This package provides the documentation for the SDL TTF library bindings for the Haskell programming language. SDL TTF allows you to use TrueType fonts in SDL applications. Homepage: http://hackage.haskell.org/package/SDL-ttf Package: libghc-semigroupoids-doc Priority: extra Section: doc Installed-Size: 561 Maintainer: Debian Haskell Group Architecture: all Source: haskell-semigroupoids Version: 1.3.1.2-1.2.201403182228 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-comonad-doc, libghc-contravariant-doc, libghc-semigroups-doc, libghc-transformers-doc, libghc-semigroupoids-dev Filename: 4.0-0/all/libghc-semigroupoids-doc_1.3.1.2-1.2.201403182228_all.deb Size: 69328 MD5sum: 982731951fb6579f053b97a02760a804 SHA1: ef83c71b7558464eae92906e3aed80beee4dd557 SHA256: 444970a6b997ae4c66b29f4539a66e083f5813327369dd2a20f315bc7dedf03e Description: Haskell 98 semigroupoids: Category sans id; documentation A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. . When working with comonads you often have the <*> portion of an Applicative, but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow Programming" in the form of the ComonadZip class in the days before Applicative. Apply provides a weaker invariant, but for the comonads used for data flow programming (found in the streams package), this invariant is preserved. Applicative function composition forms a semigroupoid. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/semigroupoids Package: libghc-semigroups-doc Priority: extra Section: doc Installed-Size: 447 Maintainer: Debian Haskell Group Architecture: all Source: haskell-semigroups Version: 0.8.3.2-1.2.201403182235 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-semigroups-dev Filename: 4.0-0/all/libghc-semigroups-doc_0.8.3.2-1.2.201403182235_all.deb Size: 64132 MD5sum: 3a3a30da60a9383031b5399f437c9017 SHA1: 86dbfc3cdf34a7662c8b14fc391abde6c5f39ed2 SHA256: c90af70fb4a2641183b7a25e526f336dbc5766c23b303c0d9e703aaa7bfc39fe Description: Haskell98 semigroups; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains a Haskell 98 logically-uninhabited data type used to indicate that a given term should not exist. Homepage: http://hackage.haskell.org/package/semigroups Package: libghc-sendfile-doc Priority: extra Section: doc Installed-Size: 359 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sendfile Version: 0.7.6-1.6.201403182243 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-doc, libghc-sendfile-dev Filename: 4.0-0/all/libghc-sendfile-doc_0.7.6-1.6.201403182243_all.deb Size: 57594 MD5sum: 510fd166932ac68ba5ea0e855a49cb3c SHA1: 99e860ffffa647258b0bd374d09b17983959e3e0 SHA256: e7228320feef2879624f698f896f96d97db7347432f43da637b84fac138a2da8 Description: Haskell portable sendfile library - documentation This Haskell library exposes zero-copy sendfile functionality in a portable way. sendfile is a non standard system call that copies data between one file descriptor and another. This library uses the native implementations where possible (for example, under Linux or FreeBSD) and provides an Haskell replacement in other cases, thus providing a portable interface. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/sendfile Package: libghc-sha-doc Priority: extra Section: doc Installed-Size: 387 Maintainer: Debian Haskell Group Architecture: all Source: haskell-sha Version: 1.5.0.1-1.6.201403182250 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-sha-dev Filename: 4.0-0/all/libghc-sha-doc_1.5.0.1-1.6.201403182250_all.deb Size: 50548 MD5sum: c1c32ec7e54c42493651cdfec8b9b2fa SHA1: 0859bba4eef95f4d555ab10cacedf73a0268d93f SHA256: 550b2b4bb64bdb4f69e9197e1f63558e223dd542aed94d92b3e3745c682b1ac7 Description: Haskell SHA suite of message digest functions - documentation This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. . The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tune libraries, like OpenSSL. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/SHA Package: libghc-shakespeare-css-doc Priority: extra Section: doc Installed-Size: 385 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shakespeare-css Version: 1.0.1.2-1.3.201403281226 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-shakespeare-css-dev Filename: 4.0-0/all/libghc-shakespeare-css-doc_1.0.1.2-1.3.201403281226_all.deb Size: 55028 MD5sum: 8f2cd73c2850c5de97603f3f43925af4 SHA1: d2643565293be659744711165fa79f432d8c2fac SHA256: 3fb6a235e9eebeb4cbf37462b5ab58cc01249a1f870111fccc683e26c0aabea6 Description: compile-time CSS templates; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. . In this case, the variable type needs a ToCss instance. . This package contains 2 CSS template languages. The Cassius language uses whitespace to avoid the need for closing brackets and semi-colons. Lucius does not care about whitespace and is a strict superset of CSS. There are also some significant conveniences added for CSS. Homepage: http://hackage.haskell.org/package/shakespeare-css Package: libghc-shakespeare-doc Priority: extra Section: doc Installed-Size: 281 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shakespeare Version: 1.0.0.2-1.2.201403182258 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-parsec3-doc, libghc-text-doc, libghc-shakespeare-dev Filename: 4.0-0/all/libghc-shakespeare-doc_1.0.0.2-1.2.201403182258_all.deb Size: 47102 MD5sum: 459b09af8ad69b929a4f6d7e3a580d9a SHA1: f98e061879bb90112c0e473685b85f53ac65e13e SHA256: e8e1fe2e20a9d0a4b56fb44737be91536f8c26c3e3d73bb8e91846434a3e658c Description: toolkit for making compile-time interpolated templates; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. Homepage: http://hackage.haskell.org/package/shakespeare Package: libghc-shakespeare-i18n-doc Priority: extra Section: doc Installed-Size: 194 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shakespeare-i18n Version: 1.0.0.2-1.3.201403281219 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-shakespeare-i18n-dev Filename: 4.0-0/all/libghc-shakespeare-i18n-doc_1.0.0.2-1.3.201403281219_all.deb Size: 39262 MD5sum: 7362b1e365492923e3d296d965cc9d4a SHA1: 867723da2516d603c445f320399b2cd40ff59d99 SHA256: 2df4c342698692cfd3e1a965954f39e22a09b94221b81b8f5c7afa8fd23548e1 Description: type-based approach to internationalization; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package uses the same approach of type-safe URLs to create translated content. It has a simple syntax for translators, while allowing the full power of Haskell for applying complex grammar rules. . This package was spun off from yesod-core, and therefore the Yesod documentation is a good place to start in understanding this package. Please see http://www.yesodweb.com/book/i18n for more information. Homepage: http://hackage.haskell.org/package/shakespeare-i18n Package: libghc-shakespeare-js-doc Priority: extra Section: doc Installed-Size: 168 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shakespeare-js Version: 1.0.0.2-1.3.201403281209 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-shakespeare-doc, libghc-text-doc, libghc-shakespeare-js-dev Filename: 4.0-0/all/libghc-shakespeare-js-doc_1.0.0.2-1.3.201403281209_all.deb Size: 37968 MD5sum: 290c25185e0ed7a2b67488cb11824bd4 SHA1: 6d7d8a65d7e8482976a8cd2fd70e27aad60b7b71 SHA256: d1767cd2d6bf51599ea9fc6f66799935d8a0601028b8c991e6db50fa340db096 Description: compile-time JavaScript templates; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. . In this case, the variable type needs a ToJavascript instance. Homepage: http://hackage.haskell.org/package/shakespeare-js Package: libghc-shakespeare-text-doc Priority: extra Section: doc Installed-Size: 135 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shakespeare-text Version: 1.0.0.2-1.3.201403281201 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-shakespeare-doc, libghc-text-doc, libghc-shakespeare-text-dev Filename: 4.0-0/all/libghc-shakespeare-text-doc_1.0.0.2-1.3.201403281201_all.deb Size: 33110 MD5sum: f2478950eaae92afe69d88f105156bee SHA1: b320dbcee6312e31d231febd239a8d5de622274c SHA256: 94fce19f201aa817f658a9357a2cd791ba98361bec17099ff95647254d7f73aa Description: interpolation with quasi-quotation; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Interpolation with quasi-quotation: stick Haskell variables into Haskell strings. Homepage: http://hackage.haskell.org/package/shakespeare-text Package: libghc-shellac-doc Priority: extra Section: doc Installed-Size: 637 Maintainer: Debian Haskell Group Architecture: all Source: haskell-shellac Version: 0.9.5.1-2.2.201403182307 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-shellac-dev Filename: 4.0-0/all/libghc-shellac-doc_0.9.5.1-2.2.201403182307_all.deb Size: 86574 MD5sum: fe3860853ebc2588c972374753ea1bde SHA1: f765779b7a7f4e21a7edf856f24b326bffecf668 SHA256: b28b54854130e12fd887d1a7a38062f35f80a006b6d9bc91cb2ebb25cec48b52 Description: Framework for creating shell environments; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Shellac is a framework for building read-eval-print style shells. Shells are created by declaratively defining a set of shell commands and an evaluation function. Shellac supports multiple shell backends, including a basic backend which uses only Haskell IO primitives and a full featured readline backend based on the Haskell readline bindings found in the standard libraries. This library attempts to allow users to write shells at a high level and still enjoy the advanced features that may be available from a powerful line editing package like readline. Homepage: http://hackage.haskell.org/package/Shellac Package: libghc-show-doc Priority: extra Section: doc Installed-Size: 189 Maintainer: Debian Haskell Group Architecture: all Source: haskell-show Version: 0.4.1.2-1.2.201403182310 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-quickcheck2-doc, libghc-smallcheck-doc, libghc-show-dev Filename: 4.0-0/all/libghc-show-doc_0.4.1.2-1.2.201403182310_all.deb Size: 37634 MD5sum: 1269aebbeba09f87f0b1536dc050bf9f SHA1: 2f65034dcb0547ff36c6a34183f369ae0db42842 SHA256: 72c84df77f0e9e14fd1d5f01205c2ae7154affcfa4be0156e75c8a123ece1a65 Description: Show instances for lambdabot; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains ShowQ, ShowFun, and SimpleReflect. . ShowFun gives us Typeable instances for neutering IO expressions. . ShowQ adds SmallCheck & QuickCheck support. . SimpleReflect allows us to literally see how functions expand, through appropriate Show magic. Homepage: http://hackage.haskell.org/package/show Package: libghc-silently-doc Priority: extra Section: doc Installed-Size: 109 Maintainer: Debian Haskell Group Architecture: all Source: haskell-silently Version: 1.1.4-1.2.201403182314 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-silently-dev Filename: 4.0-0/all/libghc-silently-doc_1.1.4-1.2.201403182314_all.deb Size: 29626 MD5sum: 79d93691b3ea05de65e8a027c8a9524f SHA1: c1989bd6be9307a24ec3fcc3146cbcf57a478db2 SHA256: 3cfce6ddef84a3e976c9ed5126f512c241ffdc7e728cba39f9eea3f319b6d033 Description: prevent or capture writing to stdout and other handles; documentation Need to prevent output to the terminal, a file, or stderr? Need to capture it and use it for your own means? Now you can, with silence and capture. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-silently Package: libghc-simple-sendfile-doc Priority: extra Section: doc Installed-Size: 116 Maintainer: Debian Haskell Group Architecture: all Source: haskell-simple-sendfile Version: 0.2.3-1.2.201403182321 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-doc, libghc-simple-sendfile-dev Filename: 4.0-0/all/libghc-simple-sendfile-doc_0.2.3-1.2.201403182321_all.deb Size: 31604 MD5sum: e9a96aefe92bc58a76f0e5c329f35bb9 SHA1: a075d987be37c34a2c87d19036dbca07da14bdd5 SHA256: 60e826a197352cf1ce387ad045befb6abbd87747c6b69abe8fc7249e00aee645 Description: Cross platform library for the sendfile system call; documentation Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/simple-sendfile Package: libghc-simpleea-doc Priority: extra Section: doc Installed-Size: 173 Maintainer: Debian Haskell Group Architecture: all Source: haskell-simpleea Version: 0.1.1-2.2.201403182324 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-monadrandom-doc, libghc-simpleea-dev Filename: 4.0-0/all/libghc-simpleea-doc_0.1.1-2.2.201403182324_all.deb Size: 39816 MD5sum: f80753a95afef2c139a9717367dbd7a1 SHA1: ef8acb06f4b9b5022d9d4e3fd3ce8d62035c9516 SHA256: af2d079a4dc0600029b3029c24bf5138d0fa8234e01137db6b16e07d91060cb4 Description: Simple evolutionary algorithm framework; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a simple framework for running an evolutionary algorithm by providing selection, recombination, and mutation operators. Homepage: http://hackage.haskell.org/package/SimpleEA Package: libghc-simpleirc-doc Priority: extra Section: doc Installed-Size: 329 Maintainer: Debian Haskell Group Architecture: all Source: haskell-simpleirc Version: 0.2.1-2.2.201403182331 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-simpleirc-dev Filename: 4.0-0/all/libghc-simpleirc-doc_0.2.1-2.2.201403182331_all.deb Size: 48968 MD5sum: 63308124b62ef3ed026a6e6f3214996d SHA1: 2b006af2f6edc7a64aca021835018bc979c342df SHA256: b82221e8175db70b897205abaacd4a5c70b0916ff9544628b0d7dccc7898752b Description: simple IRC library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This is meant to be a simple library for creating IRC bots. Homepage: http://hackage.haskell.org/package/simpleirc Package: libghc-skein-doc Priority: extra Section: doc Installed-Size: 368 Maintainer: Debian Haskell Group Architecture: all Source: haskell-skein Version: 0.1.0.7-2.2.201403182334 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cereal-doc, libghc-crypto-api-doc, libghc-skein-dev Filename: 4.0-0/all/libghc-skein-doc_0.1.0.7-2.2.201403182334_all.deb Size: 58932 MD5sum: 3fd645a52e31febfe796a95c009fec8c SHA1: 7e194f31f6658e82b63997528bf0600327f989c7 SHA256: 3aadb25ad014c8be459e14cba9ebd70d6bd650f73468928396252363e15b3662 Description: family of cryptographic hash functions; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. . This package uses bindings to an optimized C implementation of Skein. It provides a high-level interface to some of the Skein use cases. It also provides a low-level interface in the module "Crypto.Skein.Internal" should you need to use Skein in a different way. Homepage: http://hackage.haskell.org/package/skein Package: libghc-smallcheck-doc Priority: extra Section: doc Installed-Size: 347 Maintainer: Debian Haskell Group Architecture: all Source: haskell-smallcheck Version: 0.6-1.2.201403182342 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-smallcheck-dev Filename: 4.0-0/all/libghc-smallcheck-doc_0.6-1.2.201403182342_all.deb Size: 57124 MD5sum: 2109f99eadb38884d179828523ed4dd3 SHA1: 321bbc6fe6c57e5117e92db66a27947b9f3402d3 SHA256: 1a6b9ea683aa87ebd5eaf5838bffcf2012bc3a58e4acdac4348fb121dbcb95c4 Description: Another lightweight testing library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but instead of testing for a sample of randomly generated values, SmallCheck tests properties for all the finitely many values up to some depth, progressively increasing the depth used. Homepage: http://hackage.haskell.org/package/smallcheck Package: libghc-smtpclient-doc Priority: extra Section: doc Installed-Size: 341 Maintainer: Debian Haskell Group Architecture: all Source: haskell-smtpclient Version: 1.0.4-3.6.201403182346 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hsemail-doc, libghc-network-doc, libghc-smtpclient-dev Filename: 4.0-0/all/libghc-smtpclient-doc_1.0.4-3.6.201403182346_all.deb Size: 57062 MD5sum: 6ce084e9ed01db3aa5a9c4bf2b7a9360 SHA1: 98100410412cf3ccf62c36bf7a02fe77c87e99b2 SHA256: 93789b74db283cb6bc716eb059bd92efb4e65e39cac8adee63e0493f096490f0 Description: Simple Haskell SMTP client library - documentation This Haskell library is a simple SMTP client, making the task of sending an email as easy as calling a function. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/SMTPClient Package: libghc-snap-core-doc Priority: extra Section: doc Installed-Size: 2226 Maintainer: Debian Haskell Group Architecture: all Source: haskell-snap-core Version: 0.8.1-1.2.201403182353 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-blaze-builder-doc, libghc-case-insensitive-doc, libghc-enumerator-doc, libghc-hunit-doc, libghc-monadcatchio-transformers-doc, libghc-mtl-doc, libghc-text-doc, libghc-transformers-doc, libghc-snap-core-dev Filename: 4.0-0/all/libghc-snap-core-doc_0.8.1-1.2.201403182353_all.deb Size: 250684 MD5sum: 5daa35bf177742f75dc6d5202f7de2bb SHA1: 17018710fa28e1ee1b652de3bde0e736893833c2 SHA256: d2e643868939ced29b1fc2bb65bd8c8324b73f73d357c3f387a908addd3f44b4 Description: Snap: A Haskell Web Framework (Core); documentation Snap is a simple and fast web development framework and server written in Haskell. For more information or to download the latest version, you can visit the Snap project website at . . This library contains the core definitions and types for the Snap framework, including: . 1. Primitive types and functions for HTTP (requests, responses, cookies, post/query parameters, etc) . 2. Type aliases and helper functions for Iteratee I/O . 3. A monad for programming web handlers called \"Snap\", inspired by happstack's (), which allows: . o Stateful access to the HTTP request and response objects . o Monadic failure (i.e. MonadPlus/Alternative instances) for declining to handle requests and chaining handlers together . o Early termination of the computation if you know early what you want to return and want to prevent further monadic processing . This package contains the documentation files. Homepage: http://snapframework.com/ Package: libghc-snap-server-doc Priority: extra Section: doc Installed-Size: 1037 Maintainer: Debian Haskell Group Architecture: all Source: haskell-snap-server Version: 0.8.1.1-1.2.201403190002 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-snap-core-doc, libghc-snap-server-dev Filename: 4.0-0/all/libghc-snap-server-doc_0.8.1.1-1.2.201403190002_all.deb Size: 121364 MD5sum: df93118ccbbd5ecd67ad7100222ae806 SHA1: 867749279b91f929f87ac2c6bd21e0edfcdbec77 SHA256: 75dbce0aef358a4b2d675325ae97a665a56616158c8fda58b3b290f9e4e9260d Description: iteratee-based, epoll-enabled web server for the Snap Framework; documentation Snap is a simple and fast web development framework and server written in Haskell. For more information or to download the latest version, you can visit the Snap project website at . . The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the @snap-core@ library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol. . Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not yet implemented, so this release will mostly be of interest for those who: . o need a fast and minimal HTTP API at roughly the same level of abstraction as Java servlets, or . o are interested in contributing to the Snap Framework project. . This package contains the documentation files. Homepage: http://snapframework.com/ Package: libghc-socks-doc Priority: extra Section: doc Installed-Size: 183 Maintainer: Debian Haskell Group Architecture: all Source: haskell-socks Version: 0.4.1-1.2.201403190007 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-doc, libghc-socks-dev Filename: 4.0-0/all/libghc-socks-doc_0.4.1-1.2.201403190007_all.deb Size: 37810 MD5sum: c79b440ea0a23d6a8624bb4945acdf5d SHA1: 8e98f19edccb816b837169d890863e253445fcbf SHA256: 91a1aef2221d09e3550a7f46afa61468339d17630386df4bfd9b515998d3768e Description: SOCKS proxy library; documentation This is a native Haskell implementation of a SOCKS5 proxy. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-socks Package: libghc-split-doc Priority: extra Section: doc Installed-Size: 375 Maintainer: Debian Haskell Group Architecture: all Source: haskell-split Version: 0.1.4.2-2.6.201403190015 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-split-dev Filename: 4.0-0/all/libghc-split-doc_0.1.4.2-2.6.201403190015_all.deb Size: 65958 MD5sum: f8905fc23204a62b28319437f723be37 SHA1: c776cfb098d31e5073d44d03c6cc35b64b0a1d77 SHA256: 4f8ff850bdbb43284377b63190b4c2e8aecf1500ced50bf0c472a6e19dd0d6af Description: Haskell library for splitting lists - documentation This Haskell library provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. . For example, it can split a list every N elements, or on elements that satisfy some condition. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/split Package: libghc-src-exts-doc Priority: extra Section: doc Installed-Size: 7251 Maintainer: Debian Haskell Group Architecture: all Source: haskell-src-exts Version: 1.11.1-3.6.201403190022 Replaces: haskell-src-exts-doc (<< 1.8.2-2) Provides: haskell-src-exts-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-src-exts-dev Conflicts: haskell-src-exts-doc (<< 1.8.2-2) Filename: 4.0-0/all/libghc-src-exts-doc_1.11.1-3.6.201403190022_all.deb Size: 502488 MD5sum: de2c50fa79188fe1894e0a5abbaf6470 SHA1: 99ca6ce09d7fe3e4f2c48d5b0dfab493076cbd36 SHA256: 393f5d57e22d2c65a8024d7122651ec547a5a687f529360daaddd667a2da4588 Description: API documentation of the haskell-src-exts library haskell-src-exts (HSX, haskell-source with extensions) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Indexed type families (including associated types) * Empty data declarations * GADTs * Implicit parameters (ghc and hugs style) * Template Haskell . This package contains the library documentation. Homepage: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/ Package: libghc-statevar-doc Priority: extra Section: doc Installed-Size: 131 Maintainer: Debian Haskell Group Architecture: all Source: haskell-statevar Version: 1.0.0.0-2.2.201403190033 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-statevar-dev Filename: 4.0-0/all/libghc-statevar-doc_1.0.0.0-2.2.201403190033_all.deb Size: 32788 MD5sum: ad2b13f2a197b2f431e83f83612613de SHA1: 2472fee5fa175ce15052b2bf9a8f754da9983ab2 SHA256: 994c2b8421287392e9b6b22ab494e1493babbbe11145f3607c7de637227b2602 Description: state variables in Haskell; documentation This library provides a common abstraction of stateful variables, e.g. IORef and OpenGL's StateVar. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/StateVar Package: libghc-static-hash-doc Priority: extra Section: doc Installed-Size: 120 Maintainer: Debian Haskell Group Architecture: all Source: haskell-static-hash Version: 0.0.1-3.2.201403190036 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-static-hash-dev Filename: 4.0-0/all/libghc-static-hash-doc_0.0.1-3.2.201403190036_all.deb Size: 30890 MD5sum: 6b6d015f581e10509bd69a32f8ee18f6 SHA1: e0e35f395d59c578056d2809866c072021c46773 SHA256: 85a59f3fc981d078a07d3730829f0a53ab8a9310c9da174b7623b6110e856234 Description: pure immutable hash; documentation Pure immutable hash whose lookup is O(1) on the average, but O(N) in the worst case. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-static-hash Package: libghc-statistics-doc Priority: extra Section: doc Installed-Size: 1493 Maintainer: Debian Haskell Group Architecture: all Source: haskell-statistics Version: 0.10.1.0-2.6.201403190043 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-math-functions-doc, libghc-mwc-random-doc, libghc-primitive-doc, libghc-vector-algorithms-doc, libghc-vector-doc, libghc-statistics-dev Filename: 4.0-0/all/libghc-statistics-doc_0.10.1.0-2.6.201403190043_all.deb Size: 180242 MD5sum: 4c4dfdf7cc4a0f1a2e3a7dd61b4f4638 SHA1: d77459fa81a5798e527b37982ee4d23ef520b024 SHA256: d90cb2d02860f1b6f1f7f37870aeda1bd52e2d65e138890924a2194101044082 Description: A library of statistical types, data, and functions; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides a number of common functions and types useful in statistics. Our focus is on high performance, numerical robustness, and use of good algorithms. Where possible, we provide references to the statistical literature. . The library's facilities can be divided into three broad categories: . Working with widely used discrete and continuous probability distributions. (There are dozens of exotic distributions in use; we focus on the most common.) . Computing with sample data: quantile estimation, kernel density estimation, bootstrap methods, and autocorrelation analysis. . Random variate generation under several different distributions. Homepage: http://hackage.haskell.org/package/statistics Package: libghc-stm-doc Priority: extra Section: doc Installed-Size: 282 Maintainer: Debian Haskell Group Architecture: all Source: haskell-stm Version: 2.3-1.6.201403190047 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-stm-dev Filename: 4.0-0/all/libghc-stm-doc_2.3-1.6.201403190047_all.deb Size: 49056 MD5sum: f69a7c0124d11aa7f09029dacf8660e2 SHA1: 45760b4d2cc8d4e62f245d1426d6d06ffe659525 SHA256: 0cd7a2c1eb2697600ac75a741b6c8f42ceef3f643414fc75fb2c623afc7205d6 Description: Haskell Software Transactional Memory library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. Homepage: http://hackage.haskell.org/package/stm Package: libghc-stream-doc Priority: extra Section: doc Installed-Size: 249 Maintainer: Debian Haskell Group Architecture: all Source: haskell-stream Version: 0.4.6-1.6.201403190055 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-quickcheck2-doc, libghc-stream-dev Filename: 4.0-0/all/libghc-stream-doc_0.4.6-1.6.201403190055_all.deb Size: 45874 MD5sum: 601542531941e51d99cd7c0bf55223a9 SHA1: 3dcde4d4f6aca877e51827e836bdb3fad375c5d4 SHA256: 950c41ab43b57ca5d32c5733e199557dd47f29395a5e933cbd4b8fb722928e23 Description: Haskell stream (infinite list) library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides functions, analogous to those from Data.List, to create and manipulate infinite lists. Homepage: http://hackage.haskell.org/package/Stream Package: libghc-strict-concurrency-doc Priority: extra Section: doc Installed-Size: 186 Maintainer: Debian Haskell Group Architecture: all Source: haskell-strict-concurrency Version: 0.2.4.1-2.6.201403190105 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-strict-concurrency-dev Filename: 4.0-0/all/libghc-strict-concurrency-doc_0.2.4.1-2.6.201403190105_all.deb Size: 40700 MD5sum: 3c2a9e861f9df5f8fe9373f6031cc5e8 SHA1: b1dae593a958e61b82e47a5d3f0f132286b14290 SHA256: 256dd9dc6f1f8a20ce01f616d2e8216f7f7e6bc7672580e34c3fc89f2f7ee2f1 Description: Haskell strict concurrency abstractions - documentation This package provides head normal form strict versions of some standard Haskell concurrency abstractions (MVars,Chans), which provide control over where evaluation takes place not offered by the default lazy types. This may be useful for deciding when and where evaluation occurs, leading to improved time or space use, depending on the circumstances. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/strict-concurrency Package: libghc-strict-doc Priority: extra Section: doc Installed-Size: 180 Maintainer: Debian Haskell Group Architecture: all Source: haskell-strict Version: 0.3.2-2.2.201403190059 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-strict-dev Filename: 4.0-0/all/libghc-strict-doc_0.3.2-2.2.201403190059_all.deb Size: 38660 MD5sum: 48286062cf8a4288605f258b344600c7 SHA1: 97c1cf59141dd67c749237a825d719d891694133 SHA256: 1dad862250dd3dbcab2767cc72c169fa8afc184e1d715733c54180f06e714f22 Description: Strict variants of standard Haskell datatypes; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. Homepage: http://hackage.haskell.org/package/strict Package: libghc-strptime-doc Priority: extra Section: doc Installed-Size: 123 Maintainer: Debian Haskell Group Architecture: all Source: haskell-strptime Version: 1.0.6-1.2.201403190109 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-strptime-dev Filename: 4.0-0/all/libghc-strptime-doc_1.0.6-1.2.201403190109_all.deb Size: 31628 MD5sum: d9c83a0fc3255cd0aa7706554e684071 SHA1: 9b2ac18253d30bce34305da55ce54d5432753b47 SHA256: 3fbbc06bc85cc2da946163e9d2866028bba62e7dccb3d97dab8900a62f75543e Description: Efficient parsing of LocalTime using C's strptime; documentation This library provides a binding to strptime, that allows one to parse dates and times from strings and strict/lazy bytestrings. The library creates LocalTime values. It provides some extra features which the original strptime lacks - parsing of fractional seconds and parsing of ten-powers of seconds since epoch (for example milliseconds since epoch). . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/strptime Package: libghc-svgcairo-doc Priority: extra Section: doc Installed-Size: 157 Maintainer: Debian Haskell Group Architecture: all Source: haskell-svgcairo Version: 0.12.1-1.6.201403190116 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-cairo-doc, libghc-glib-doc, libghc-svgcairo-dev Filename: 4.0-0/all/libghc-svgcairo-doc_0.12.1-1.6.201403190116_all.deb Size: 37592 MD5sum: 424ec4975953d16b1da9a389790fc133 SHA1: 1fd5c542a9e6e3326ecf0f039ae81c9cace3603a SHA256: 7c7fbc0952379d25d22477b07b309836a5cf7a8e522ebdbb24a73c2013645a0a Description: Binding to the libsvg-cairo library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Svgcairo is used to render SVG with cairo. Homepage: http://hackage.haskell.org/package/svgcairo Package: libghc-syb-doc Priority: extra Section: doc Installed-Size: 557 Maintainer: Debian Haskell Group Architecture: all Source: haskell-syb Version: 0.3.6.1-1.2.201403190124 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-syb-dev Filename: 4.0-0/all/libghc-syb-doc_0.3.6.1-1.2.201403190124_all.deb Size: 71746 MD5sum: db2cd1b77b7caea81b157fb8acac9a23 SHA1: 51356a750f4588f1e3c2494f954975a5bd081c6f SHA256: ab5b15bd9001e5732a0d1226775973ff34e7c5cf0d3621e3387529348346b89c Description: Generic programming library for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package contains the generics system known as "Scrap Your Boilerplate". It defines the "Data" class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals. Homepage: http://hackage.haskell.org/package/syb Package: libghc-syb-with-class-doc Priority: extra Section: doc Installed-Size: 515 Maintainer: Debian Haskell Group Architecture: all Source: haskell-syb-with-class Version: 0.6.1.3-1.6.201403190127 Depends: haddock-interface-19 Recommends: libghc-syb-with-class-dev Filename: 4.0-0/all/libghc-syb-with-class-doc_0.6.1.3-1.6.201403190127_all.deb Size: 65974 MD5sum: 3b7e720dc6ef967d49d9b030aa8d64fa SHA1: a5c79b638330638ba220acd38238d654b49d2c28 SHA256: 483826ca806b04f43e46ea46b3ee4cc3ea36fecd1bda0a29f5998ac5dcab9318 Description: Haskell library for generic programming; documentation The "Scrap your boilerplate" approach is a lightweight generic programming approach for Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., everywhere and everything), as well as generic read, generic show and generic equality (i.e., gread, gshow, and geq). This approach is based on just a few primitives for type-safe cast and processing constructor applications. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/syb-with-class Package: libghc-syb-with-class-instances-text-doc Priority: extra Section: doc Installed-Size: 97 Maintainer: Debian Haskell Group Architecture: all Source: haskell-syb-with-class-instances-text Version: 0.0.1-3.9.201403190134 Depends: haddock-interface-19 Recommends: libghc-syb-with-class-instances-text-dev Filename: 4.0-0/all/libghc-syb-with-class-instances-text-doc_0.0.1-3.9.201403190134_all.deb Size: 28696 MD5sum: 270f75b69d266cd38a20319df03fd77c SHA1: 9bc9bb66729263662002413e5c8e31d745a448cf SHA256: dc20452ff0f565f02c9e9bb8b9fb31ab558f08aaa36c193aa507afadab7e0913 Description: Haskell Text instance for SYB with Class - documentation This package provides Haskell instances of the class Text for the Scrap Your Boilerplate with Class system. . The Scrap Your Boilerplate approach is a lightweight generic programming approach for Haskell. See package haskell-syb-with-class for more information. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/syb-with-class-instances-text Package: libghc-system-fileio-doc Priority: extra Section: doc Installed-Size: 355 Maintainer: Debian Haskell Group Architecture: all Source: haskell-system-fileio Version: 0.3.8-1.2.201403190138 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-system-filepath-doc, libghc-text-doc, libghc-system-fileio-dev Filename: 4.0-0/all/libghc-system-fileio-doc_0.3.8-1.2.201403190138_all.deb Size: 51802 MD5sum: c6dc93f2dc8ee6f66b48cf004d95bc48 SHA1: 1eb05c968c61f1f41e185174c7689a963da184ca SHA256: 99f783da312e59e08b932ef139408422576e59a6603d8889e1642786232844b1 Description: consistent filesystem interaction across GHC versions; documentation This is a small wrapper around the "directory", "unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC. . In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/system-fileio Package: libghc-system-filepath-doc Priority: extra Section: doc Installed-Size: 374 Maintainer: Debian Haskell Group Architecture: all Source: haskell-system-filepath Version: 0.4.6-1.2.201403190140 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-system-filepath-dev Filename: 4.0-0/all/libghc-system-filepath-doc_0.4.6-1.2.201403190140_all.deb Size: 56304 MD5sum: 277a910732a4970770ca5f0566452d8f SHA1: 159c0c2350d48f6d646bd25a8ce4caa7509aa431 SHA256: c35289b8d92e663fb873c257451014cbe52e743aa6e21b7210547a67d3b79e3e Description: high-level, byte-based file and directory path manipulations; documentation Functions for portable file path manipulation. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-system-filepath Package: libghc-tagged-doc Priority: extra Section: doc Installed-Size: 187 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tagged Version: 0.4.2.1-1.2.201403190143 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-tagged-dev Filename: 4.0-0/all/libghc-tagged-doc_0.4.2.1-1.2.201403190143_all.deb Size: 37868 MD5sum: cf3a31a28f14caaa719650fc83515e58 SHA1: 55c019c5b0f39b7302a4a99400448bb2f3328a84 SHA256: fa23ffdeb4fd5bd719d3d40ebf11636ccde2e5732ac4dc9098bd48351a8b5f78 Description: newtype wrappers for phantom types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments. Homepage: http://hackage.haskell.org/package/tagged Package: libghc-tagsoup-doc Priority: extra Section: doc Installed-Size: 656 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tagsoup Version: 0.12.6-1.6.201403190146 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-tagsoup-dev Filename: 4.0-0/all/libghc-tagsoup-doc_0.12.6-1.6.201403190146_all.deb Size: 94966 MD5sum: d9701005d68338aed23a54189eb3c304 SHA1: e098c8e0f1d5c6e5b85f99e024791da407e1b88a SHA256: dfdd2a7f64a3dd96afcd61eb7a47af28ece36aa6638151002f4da36c5739fb08 Description: Documentation for Haskell TagSoup library TagSoup extracts information out of unstructured HTML code, sometimes known as tag soup. TagSoup does not require well-formed or standards-compliant HTML, or HTML that renders correctly in any particular rendering engine. TagSoup transforms HTML into a list of open tags with attributes, close tags, and text, but makes no attempt to group these together into any kind of structure. . This package contains the API documentation and example for the TagSoup library. Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/ Package: libghc-tagstream-conduit-doc Priority: extra Section: doc Installed-Size: 209 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tagstream-conduit Version: 0.3.2-1.2.201403190148 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-attoparsec-doc, libghc-blaze-builder-doc, libghc-conduit-doc, libghc-tagstream-conduit-dev Filename: 4.0-0/all/libghc-tagstream-conduit-doc_0.3.2-1.2.201403190148_all.deb Size: 39570 MD5sum: 0ad6d0d3ba291e65b18b769ba6896e87 SHA1: 0d066dffa1769cd3992c01cb97e74124788d4a22 SHA256: 53edf7dfee2e5339e191436609eb83f37873889f9cbdac803f5ea58721ba82de Description: streamlined HTML tag parser; documentation Tag-stream is a library for parsing HTMLXML to a token stream. It can parse unstructured and malformed HTML from the web. It also provides an Enumeratee which can parse streamline html, which means it consumes constant memory. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/tagstream-conduit Package: libghc-tar-doc Priority: extra Section: doc Installed-Size: 477 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tar Version: 0.3.2.0-2.6.201403190152 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-tar-dev Filename: 4.0-0/all/libghc-tar-doc_0.3.2.0-2.6.201403190152_all.deb Size: 77994 MD5sum: 46327e6b6dc929ea7d5acfea12852d2e SHA1: dbaa15471d3fb361b07016fc54027092082fafa7 SHA256: ef6c680aec41840d7222549fcee67031e4ddea615515fae031bdf1aece3f986f Description: reading, writing and manipulating ".tar" archive files; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. Homepage: http://hackage.haskell.org/package/tar Package: libghc-template-doc Priority: extra Section: doc Installed-Size: 179 Maintainer: Debian Haskell Group Architecture: all Source: haskell-template Version: 0.2.0.7-1.2.201403190154 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-template-dev Filename: 4.0-0/all/libghc-template-doc_0.2.0.7-1.2.201403190154_all.deb Size: 37546 MD5sum: 94f39556e5b7a9b7018552acdde0f1b6 SHA1: 48cba3e1ececb03b92c2035a083e6d510121520a SHA256: c1c659609470339a2d6fee33a5aa3eaa830708b54f15c3c01c19ddc1cf08d1c8 Description: string substitution library; documentation This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/template Package: libghc-temporary-doc Priority: extra Section: doc Installed-Size: 170 Maintainer: Debian Haskell Group Architecture: all Source: haskell-temporary Version: 1.1.2.3-1.2.201403190157 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-temporary-dev Filename: 4.0-0/all/libghc-temporary-doc_1.1.2.3-1.2.201403190157_all.deb Size: 36760 MD5sum: 6e2e6ebd10573ae9597754dc7bb0ea55 SHA1: b9a6957ac7ec4d5a14c15635e3ff4f080f049335 SHA256: 1eff2bf06f5754ed620aef0ed2de24e29bbccc76d7e1dbce30d9ca1388d151b8 Description: Temporary files and directories; documentation This library provide functions to create temporary files and directories. The code comes from the Cabal library, and is extracted into this package so that it can be used idependently of Cabal. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/temporary Package: libghc-terminfo-doc Priority: extra Section: doc Installed-Size: 416 Maintainer: Debian Haskell Group Architecture: all Source: haskell-terminfo Version: 0.3.2.3-1.6.201403190200 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-terminfo-dev Filename: 4.0-0/all/libghc-terminfo-doc_0.3.2.3-1.6.201403190200_all.deb Size: 67932 MD5sum: 939d0afca8cd8a2bbe44bb605fce9974 SHA1: f21a259e26375f89c05a955fabd4bb405c2f86cf SHA256: 88383f5f49b93b3fb1b7c452a1b84317d57f4ea24847bc153dcca3d1443d31e2 Description: Haskell bindings to the terminfo library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows POSIX systems to interact with a variety of terminals using a standard set of capabilities. Homepage: http://hackage.haskell.org/cgi-bin/terminfo/package/terminfo Package: libghc-test-framework-doc Priority: extra Section: doc Installed-Size: 533 Maintainer: Debian Haskell Group Architecture: all Source: haskell-test-framework Version: 0.6-1.2.201403190202 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-random-doc, libghc-test-framework-dev Filename: 4.0-0/all/libghc-test-framework-doc_0.6-1.2.201403190202_all.deb Size: 76724 MD5sum: 6df9e02bdcd3946773e176883177c079 SHA1: bf92468ec371bf29b002279e763b8271c4371624 SHA256: 5d92f387660412f139f4c89b5bb60a41dd98866dfdc85f58fdfd2825455c0ccd Description: Framework for running and organising tests; documentation Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. . You should install libghc-test-framework-{hunit,quickcheck2}-* package to use this with {HUnit,QuickCheck2}. . This package contains the documentation files. Homepage: http://batterseapower.github.com/test-framework/ Package: libghc-test-framework-hunit-doc Priority: extra Section: doc Installed-Size: 109 Maintainer: Debian Haskell Group Architecture: all Source: haskell-test-framework-hunit Version: 0.2.7-1.3.201403281157 Depends: haddock-interface-19 Recommends: libghc-hunit-doc, libghc-test-framework-doc, libghc-test-framework-hunit-dev Filename: 4.0-0/all/libghc-test-framework-hunit-doc_0.2.7-1.3.201403281157_all.deb Size: 31046 MD5sum: 967ecaa8b3847e1b35d22b2af75b3784 SHA1: 4a6c15cf9812e31e2d28216e132ca25773760d06 SHA256: daf810f41eeb369ccfb6f231411d0cb509f1e1dfa522d8410a7374450ba06d1d Description: HUnit support for the test-framework package.; documentation Allows HUnit test cases to be used with the test-framework package. . This package contains the documentation files. Homepage: http://batterseapower.github.com/test-framework/ Package: libghc-test-framework-quickcheck2-doc Priority: extra Section: doc Installed-Size: 151 Maintainer: Debian Haskell Group Architecture: all Source: haskell-test-framework-quickcheck2 Version: 0.2.12.1-1.5.201403281150 Depends: haddock-interface-19 Recommends: libghc-quickcheck2-doc, libghc-test-framework-doc, libghc-test-framework-quickcheck2-dev Filename: 4.0-0/all/libghc-test-framework-quickcheck2-doc_0.2.12.1-1.5.201403281150_all.deb Size: 35438 MD5sum: 73c8213347cf1ff8f55c95c98d13c58b SHA1: fed46b0daff3786f70d928cc456df5af38c0bf71 SHA256: 09bc3d939a8dd2a0bcfc7370141fcd79e86e87781300a44bd8ac478c25c95c97 Description: QuickCheck2 support for the test-framework package.; documentation Allows QuickCheck2 properties to be used with the test-framework package. . This package contains the documentation files. Homepage: http://batterseapower.github.com/test-framework/ Package: libghc-test-framework-th-doc Priority: extra Section: doc Installed-Size: 117 Maintainer: Debian Haskell Group Architecture: all Source: haskell-test-framework-th Version: 0.2.2-5.3.201403281142 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-test-framework-th-dev Filename: 4.0-0/all/libghc-test-framework-th-doc_0.2.2-5.3.201403281142_all.deb Size: 32578 MD5sum: a50388612992195df742c9be9a252c8e SHA1: 90555bdf891deed509854f5624c0b917115fd59f SHA256: 4f280242b1be5a030ccbb3ff82424fccb95233d897a7dbf94caf96f4d7b98201 Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation test-framework-th contains two interesting functions: defaultMainGenerator and testGroupGenerator. . defaultMainGenerator will extract all functions beginning with "case_" or "prop_" in the module and put them in a testGroup. . testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module). . This package contains the documentation files. Homepage: http://github.com/finnsson/test-generator Package: libghc-test-framework-th-prime-doc Priority: extra Section: doc Installed-Size: 132 Maintainer: Debian Haskell Group Architecture: all Source: haskell-test-framework-th-prime Version: 0.0.5-1.3.201403281135 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-test-framework-doc, libghc-test-framework-th-prime-dev Filename: 4.0-0/all/libghc-test-framework-th-prime-doc_0.0.5-1.3.201403281135_all.deb Size: 33238 MD5sum: 2ecea20f21552f1a0b225d9b95055a2a SHA1: 8433f10514d26ef2cd0208e3bf44ef75bdbbeeab SHA256: f279f93b89f49147f552d3df8bfb7a5fc4a1ed71081af2c7f4e93601e9cc6820 Description: TH for test frameworks; documentation This library automatically generates a Test list for HUnit, doctest and QuickCheck2. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/test-framework-th-prime Package: libghc-testpack-doc Priority: extra Section: doc Installed-Size: 191 Maintainer: Debian Haskell Group Architecture: all Source: haskell-testpack Version: 2.1.1-1.6.201403190211 Replaces: haskell-testpack-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hunit-doc, libghc-quickcheck2-doc, libghc-testpack-dev Conflicts: haskell-testpack-doc Filename: 4.0-0/all/libghc-testpack-doc_2.1.1-1.6.201403190211_all.deb Size: 45966 MD5sum: f41287ee67400817738ac52f296573c8 SHA1: 8122e979e008b597b21624e9de90745b96627be1 SHA256: 7b403a8ef4dd304b154c7033721710e6442d96ab5733d96c3288aa771ade120d Description: Documentation for Haskell Test Utility Pack testpack provides utilities for both HUnit and QuickCheck. These include tools for running QuickCheck properties as HUnit test cases, allowing you to combine both approaches in a single program. It also includes tools for more helpful displays of running progress in both HUnit and QuickCheck, additional generators for other types for QuickCheck, and shortcuts for quickly defining new test cases. . This package contains the documentation. Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack Package: libghc-texmath-doc Priority: extra Section: doc Installed-Size: 525 Maintainer: Debian Haskell Group Architecture: all Source: haskell-texmath Version: 0.6.0.6-1.6.201403190214 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-xml-doc, libghc-texmath-dev Filename: 4.0-0/all/libghc-texmath-doc_0.6.0.6-1.6.201403190214_all.deb Size: 63946 MD5sum: 822cdc64672773c1a2942206e1638d2c SHA1: 35e2b98b6b9277cb151a165381b8afb3a35ad594 SHA256: 25223aeeca01be48ac14447410df88537598e3f3dbf56f365efb279707f67d66 Description: Haskell library to convert LaTeX to MathML - documentation The texmath Haskell library provides functions to convert LaTeX math formulas to presentation MathML. It supports basic LaTeX and AMS extensions, but not macros. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/texmath Package: libghc-text-doc Priority: extra Section: doc Installed-Size: 2809 Maintainer: Debian Haskell Group Architecture: all Source: haskell-text Version: 0.11.2.0-1.6.201403190217 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-dev Filename: 4.0-0/all/libghc-text-doc_0.11.2.0-1.6.201403190217_all.deb Size: 293794 MD5sum: c29b7ad22911e19e04cb34dd9f8697f3 SHA1: a7420f25e7c8ce597b649f4c5160d94def4904f2 SHA256: f4d1b561a12b3b6cd303eb123a55d9f122561fbfb89b88db68ed69fcb6b7fbac Description: efficient packed Unicode text type for Haskell - documentation This is a Haskell time and space-efficient implementation of Unicode text using packed Word16 arrays. Suitable for performance critical use, both in terms of large data quantities and high speed. . It supports many basic string operations and has some substring search tools. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/text Package: libghc-text-icu-doc Priority: extra Section: doc Installed-Size: 1680 Maintainer: Debian Haskell Group Architecture: all Source: haskell-text-icu Version: 0.6.3.4-2.2.201403190227 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-text-icu-dev Filename: 4.0-0/all/libghc-text-icu-doc_0.6.3.4-2.2.201403190227_all.deb Size: 216000 MD5sum: d788ad872ae94f2788e64fd76e8a1d28 SHA1: 55fcc02a2b5a886442ae29c0b8235b0073026909 SHA256: c07d487ec515fe4eab04a6858fe290654fdde22fcf193e2303ef69f9dc5b2535 Description: bindings to the ICU library; documentation Haskell bindings to the International Components for Unicode (ICU) libraries. These libraries provide robust and full-featured Unicode services on a wide variety of platforms. . Features include: . Both pure and impure bindings, to allow for fine control over efficiency and ease of use. . Breaking of strings on character, word, sentence, and line boundaries. . Access to the Unicode Character Database (UCD) of character metadata. . String collation functions, for locales where the conventions for lexicographic ordering differ from the simple numeric ordering of character codes. . Character set conversion functions, allowing conversion between Unicode and over 220 character encodings. . Unicode normalization. (When implementations keep strings in a normalized form, they can be assured that equivalent strings have a unique binary representation.) . Regular expression search and replace. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/text-icu Package: libghc-tinyurl-doc Priority: extra Section: doc Installed-Size: 95 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tinyurl Version: 0.1.0-2.6.201403310906 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-tinyurl-dev Filename: 4.0-0/all/libghc-tinyurl-doc_0.1.0-2.6.201403310906_all.deb Size: 28076 MD5sum: 93a85b25ef69bb2b90002bd4ca6e9bc1 SHA1: b3d9edf0962a29345038eaf1272cc775b77b80b3 SHA256: 8e69575331320bc8fccfcb357d11b49c9eb5068f355efb0913f2d171e34c70bc Description: interface to TinyURL web service; documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It exports a single function that uses the TinyURL API to compress a given URL. Homepage: http://hackage.haskell.org/package/TinyURL Package: libghc-tls-doc Priority: extra Section: doc Installed-Size: 898 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tls Version: 0.9.5-1.2.201403190232 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-certificate-doc, libghc-crypto-api-doc, libghc-cryptocipher-doc, libghc-mtl-doc, libghc-tls-dev Filename: 4.0-0/all/libghc-tls-doc_0.9.5-1.2.201403190232_all.deb Size: 104760 MD5sum: 11438c488346e1a9cbb474733a0a5299 SHA1: 7e32659b2bfd6ed2c6988dcdeb8e793fdc124eef SHA256: 8cca0d201885c0979120dffbf2704a02347dc3b1e8caae6490f848fe091f33bc Description: native Haskell implementation of TLS/SSL protocol; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a native TLS protocol implementation, focusing on purity and more type-checking. . Currently implements the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet properly secure and missing some features. Do not yet use as replacement to more mature implementations. . Only RSA supported as Key exchange for now. Homepage: http://hackage.haskell.org/package/tls Package: libghc-tls-extra-doc Priority: extra Section: doc Installed-Size: 252 Maintainer: Debian Haskell Group Architecture: all Source: haskell-tls-extra Version: 0.4.6.1-2.2.201403190235 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-certificate-doc, libghc-crypto-api-doc, libghc-tls-doc, libghc-tls-extra-dev Filename: 4.0-0/all/libghc-tls-extra-doc_0.4.6.1-2.2.201403190235_all.deb Size: 47840 MD5sum: 4e82d6d0ab89322f0b78255e9e9bc19e SHA1: cd8a4544a3e58544ebb4976790871b71ca43e449 SHA256: feab11cf6d1bfd095ff69bafcb9cb3d63172019adda674e55e246189d5de283d Description: TLS extra default values and helpers; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides a set of extra definitions, default values and helpers for the Haskell tls package. Homepage: http://hackage.haskell.org/package/tls-extra Package: libghc-tokyocabinet-doc Priority: optional Section: doc Installed-Size: 2078 Maintainer: Debian Haskell Group Architecture: all Source: tokyocabinet-haskell Version: 0.0.5-5.7.201403260726 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-tokyocabinet-dev Filename: 4.0-0/all/libghc-tokyocabinet-doc_0.0.5-5.7.201403260726_all.deb Size: 190690 MD5sum: a038de2e730cd3979193a2ce7b98d2fb SHA1: a4b2402ab43dc1cf9b694ab4964ca9f3efc9e3ed SHA256: e3a44e64d5f60d0935aaa1570c3b88cd8ac65e7978f529c2a37fc66e6ad1ead9 Description: Haskell binding of Tokyo Cabinet; documentation Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation of DBM. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/tokyocabinet-haskell Package: libghc-transformers-base-doc Priority: extra Section: doc Installed-Size: 121 Maintainer: Debian Haskell Group Architecture: all Source: haskell-transformers-base Version: 0.4.1-2.2.201403190246 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-doc, libghc-transformers-base-dev Filename: 4.0-0/all/libghc-transformers-base-doc_0.4.1-2.2.201403190246_all.deb Size: 30992 MD5sum: b2a7e484abafaa405093d68aab056320 SHA1: 2a22a810fa1dfe26aee3041c33df1640e47ada6a SHA256: 36f4ed620705c62ee06302d2ed3ba4c8834761b5793ca1399e4106443a4cc0ac Description: lift computations from the bottom of a transformer stack; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides a straightforward port of monadLib's BaseM typeclass to transformers. Homepage: http://hackage.haskell.org/package/transformers-base Package: libghc-transformers-doc Priority: extra Section: doc Installed-Size: 1294 Maintainer: Debian Haskell Group Architecture: all Source: haskell-transformers Version: 0.3.0.0-1.6.201403190239 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-transformers-dev Filename: 4.0-0/all/libghc-transformers-doc_0.3.0.0-1.6.201403190239_all.deb Size: 136348 MD5sum: a3045d21c2df0f7ec73b2a56f84c7399 SHA1: b5d324901c2d6de880112041873c0d54e43e8601 SHA256: de8b3ccb055897f484f1887ca8929d844ffbe8b4a91344392da47934fb83a4f9 Description: Haskell monad transformer library; documentation This package provides documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Haskell 98 part of a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). . This part contains the monad transformer class, the concrete monad transformers, operations and liftings. Homepage: http://hackage.haskell.org/package/transformers Package: libghc-type-level-doc Priority: extra Section: doc Installed-Size: 12393 Maintainer: Debian Haskell Group Architecture: all Source: haskell-type-level Version: 0.2.4-5.6.201403190249 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-type-level-dev Filename: 4.0-0/all/libghc-type-level-doc_0.2.4-5.6.201403190249_all.deb Size: 978748 MD5sum: 41888efb9f52c032f5d6c3fe8370deaf SHA1: 6f001359039d40ffc8bc84dd770a5c028cf53ab9 SHA256: 3b8867dd71afbe1c27ad8195716b5e89a2b1dcf421a77d89f25331619389c585 Description: Documentation for type-level programming in Haskell A haskell library for performing computations on the type-level. Type-level functions are implemented using functional dependencies of multi parameter type classes. To date, Booleans and Numerals (Naturals and Positives) are supported. With regard to Numerals, there is support for common arithmetic operations (addition, substraction, multiplication, division, exponientation, logarithm, maximum, comparison, GCD) over natural numbers (using a decimal representation to make compile-time errors friendlier). Although making use of type-level computations might seem devious and obfuscated at first sight, it is indeed useful in practice to implement lightweight dependent types such as number-parameterized types (e.g. an array type parameterized by the array's size or a modular group type Zn parameterized by the modulus). . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/type-level Package: libghc-uniplate-doc Priority: extra Section: doc Installed-Size: 1095 Maintainer: Debian Haskell Group Architecture: all Source: haskell-uniplate Version: 1.6.7-1.6.201403190253 Depends: haddock-interface-19 Recommends: libghc-syb-doc, libghc-uniplate-dev Filename: 4.0-0/all/libghc-uniplate-doc_1.6.7-1.6.201403190253_all.deb Size: 130228 MD5sum: 88762b44a846f08ea056145798c12423 SHA1: 1d5d01249b101717c885273660ab219f37a87476 SHA256: 84fad675cb7b7044762ab05aebbcd743d734c4ed04d9f3acdbd91e1461a5de70 Description: Documentation for uniform type generic traversals . The Haskell Uniplate library abstracts over common traversals and queries in a simple manner allowing the user to scrap their boilerplate code. . A more complete document on the Uniplate class was published at the Haskell Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a video presentation, and the associated thesis chapter. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/uniplate Package: libghc-unix-bytestring-doc Priority: extra Section: doc Installed-Size: 439 Maintainer: Debian Haskell Group Architecture: all Source: haskell-unix-bytestring Version: 0.3.5-2.2.201403190301 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-unix-bytestring-dev Filename: 4.0-0/all/libghc-unix-bytestring-doc_0.3.5-2.2.201403190301_all.deb Size: 64000 MD5sum: aadb198360b452275d817e72af337a9a SHA1: 97b3c6279206b9551d885a47356e7e683433175d SHA256: e5137ae46fd1c47c13a664ddabacf8cd1b673d6690c5a26bf8ec5f23d9502920 Description: Unix/POSIX-specific functions for ByteStrings; documentation Provides ByteString file-descriptor based I/O API, designed loosely after the String file-descriptor based I/O API in System.Posix.IO. The functions here wrap standard C implementations of the functions specified by the ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4, Version 2 (`XPG4.2') specifications. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-unix-bytestring Package: libghc-unix-compat-doc Priority: extra Section: doc Installed-Size: 305 Maintainer: Debian Haskell Group Architecture: all Source: haskell-unix-compat Version: 0.3.0.1-1.6.201403190304 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-unix-compat-dev Filename: 4.0-0/all/libghc-unix-compat-doc_0.3.0.1-1.6.201403190304_all.deb Size: 51870 MD5sum: 9f86f0714605b5b3bb73d141203ad1db SHA1: 779aa8c845062fb945b000e4d40317aa2433564e SHA256: 1b557fe3d05a6cdbd92bdc8514d51c6a580cda7b89e2b507239c27fc0be63937 Description: Haskell portable POSIX-compatible layer - documentation This package provides portable Haskell implementations of some POSIX system calls contained in the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/unix-compat Package: libghc-unixutils-doc Priority: extra Section: doc Installed-Size: 356 Maintainer: Debian Haskell Group Architecture: all Source: haskell-unixutils Version: 1.50-1.6.201403190311 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-unixutils-dev Filename: 4.0-0/all/libghc-unixutils-doc_1.50-1.6.201403190311_all.deb Size: 59736 MD5sum: 3bdf876a2e0deec91821f1ee49d0d407 SHA1: ede35edf73ed362383354a37ff61dcb90318b6fd SHA256: 32a4050d3ac17be78d4c6901512c36dca5aaba3724f857c093da605839f6f104 Description: Documentation for the haskell-unixutils package A collection of useful and mildly useful functions that you might expect to find in System.* with a heavy bias towards Unix-type operating systems. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/Unixutils Package: libghc-unlambda-doc Priority: extra Section: doc Installed-Size: 136 Maintainer: Debian Haskell Group Architecture: all Source: haskell-unlambda Version: 0.1-2.2.201403190318 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-unlambda-dev Filename: 4.0-0/all/libghc-unlambda-doc_0.1-2.2.201403190318_all.deb Size: 31922 MD5sum: bfdf93ccb18c764968b45d7372305e6f SHA1: a2a81b5e0b982a318a1592846ebc9dc883966668 SHA256: 22560e9c6cca70a8ed31b5e65359fcc3c7504c05efae9588d8fedd3c7768f47c Description: Unlambda interpreter library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. Homepage: http://hackage.haskell.org/package/unlambda Package: libghc-unordered-containers-doc Priority: extra Section: doc Installed-Size: 730 Maintainer: Debian Haskell Group Architecture: all Source: haskell-unordered-containers Version: 0.2.1.0-1.2.201403190321 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-unordered-containers-dev Filename: 4.0-0/all/libghc-unordered-containers-doc_0.2.1.0-1.2.201403190321_all.deb Size: 80612 MD5sum: ff952f17b984d5c07232eef960214369 SHA1: 2c4a7ca48038c8acbe71e171401d8478c179cf43 SHA256: 8655a6e3ae84a19685c7bb954d439d001be1b67a08749750ef90b462c101f71f Description: Efficient hashing-based container types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed. . The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared. Homepage: http://hackage.haskell.org/package/unordered-containers Package: libghc-uri-doc Priority: extra Section: doc Installed-Size: 218 Maintainer: Debian Haskell Group Architecture: all Source: haskell-uri Version: 0.1.6-1.2.201403190325 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-uri-dev Filename: 4.0-0/all/libghc-uri-doc_0.1.6-1.2.201403190325_all.deb Size: 40048 MD5sum: 96cf7c70ff6130cc4b8e33979c41f5e3 SHA1: 881d9798d84cd696b1f1417af380f96472370b1a SHA256: 41f5a26422d1b3d36722d44f2fb5d2337d1356bfbbad823232a3e0624eecde2a Description: Haskell Text.URI library - documentation This is a Haskell library for working with URIs, including parsing, rendering, merging, escaping . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/uri Package: libghc-url-doc Priority: extra Section: doc Installed-Size: 174 Maintainer: Debian Haskell Group Architecture: all Source: haskell-url Version: 2.1.2-4.6.201403190332 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-url-dev Filename: 4.0-0/all/libghc-url-doc_2.1.2-4.6.201403190332_all.deb Size: 38224 MD5sum: db93d89595152058fdfdfbdf824b80ef SHA1: 17afdcb4c6c4d71f1d2860b6075acf3eff01a09d SHA256: 3bbb241c54caba796d81f11facc618328f878934a3e5ad5605ea023f755d01a8 Description: Haskell library for working with URLs - documentation This library provides simple tools to parse and build URL strings. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/url Package: libghc-utf8-light-doc Priority: extra Section: doc Installed-Size: 260 Maintainer: Debian Haskell Group Architecture: all Source: haskell-utf8-light Version: 0.4.0.1-2.2.201403190335 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-utf8-light-dev Filename: 4.0-0/all/libghc-utf8-light-doc_0.4.0.1-2.2.201403190335_all.deb Size: 41662 MD5sum: 25a7ed8db27347c1449a1f9e2404adad SHA1: d4e306bed7d8625d9cc6b51e453bfcd910c0cf24 SHA256: 92d29d13558a8d264514d0162a81d5eaa47c1ce0a56694492baa360d7ca18682 Description: Lightweight UTF-8 handling library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling. Homepage: http://hackage.haskell.org/package/utf8-light Package: libghc-utf8-string-doc Priority: extra Section: doc Installed-Size: 532 Maintainer: Debian Haskell Group Architecture: all Source: haskell-utf8-string Version: 0.3.7-1.2.201403190343 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-utf8-string-dev Filename: 4.0-0/all/libghc-utf8-string-doc_0.3.7-1.2.201403190343_all.deb Size: 68470 MD5sum: c2d49ae1942c8216c374735ba21736bc SHA1: b2923215e8adab5b998b6885be52d221c2c2b28d SHA256: 86614e1eeb5e1a68e1f62f16354f0eaedb07aed1e048ee93e0e2f7dc4d6583fd Description: GHC libraries for the Haskell UTF-8 library (documentation) UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation. . This package contains the GHC library documentation. Homepage: http://github.com/glguy/utf8-string/ Package: libghc-utility-ht-doc Priority: extra Section: doc Installed-Size: 600 Maintainer: Debian Haskell Group Architecture: all Source: haskell-utility-ht Version: 0.0.5.1-3.6.201403190346 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-utility-ht-dev Filename: 4.0-0/all/libghc-utility-ht-doc_0.0.5.1-3.6.201403190346_all.deb Size: 82348 MD5sum: ea70593400895bcb93923ed42d2f6502 SHA1: b71d2261122c061d2db18d52626bc0ee3b526c63 SHA256: 8a110ce7834a4cc6a45463af129c26a543c2107d543de67417187aef804a22af Description: Small helper functions for Lists, Maybes, Tuples and Functions; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides various small helper functions for Lists, Maybes, Tuples and Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. Homepage: http://hackage.haskell.org/package/utility-ht Package: libghc-uuagc-cabal-doc Priority: extra Section: doc Installed-Size: 378 Maintainer: Debian Haskell Group Architecture: all Source: haskell-uuagc-cabal Version: 1.0.2.0-1.2.201403190353 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-uuagc-cabal-dev Filename: 4.0-0/all/libghc-uuagc-cabal-doc_1.0.2.0-1.2.201403190353_all.deb Size: 54138 MD5sum: 3c79c80232aaa79ba0a4a6d17aeca73d SHA1: 7b6254f72a4452d94696316a6f383a63eed095cf SHA256: bda157c701bc0e749f3325251e574af8d0b77f97a4a09960f32d5c191f72659c Description: Cabal plugin for UUAGC; documentation Cabal plugin for the Universiteit Utrecht Attribute Grammar System. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/uuagc-cabal Package: libghc-uuid-doc Priority: extra Section: doc Installed-Size: 254 Maintainer: Debian Haskell Group Architecture: all Source: haskell-uuid Version: 1.2.3-2.2.201403190356 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-uuid-dev Filename: 4.0-0/all/libghc-uuid-doc_1.2.3-2.2.201403190356_all.deb Size: 47804 MD5sum: c4cb3e5587865b9c029fab822fdf709a SHA1: b2f10a8b66b96dc8d88ef66cefcbee54d3200e51 SHA256: 2c702d2f6f1279d7352a30ba7ce10ab1870bb4e97791e2730038be3b3bb6a636 Description: create, compare, parse and print UUIDs; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID for the general idea. Homepage: http://hackage.haskell.org/package/uuid Package: libghc-uulib-doc Priority: extra Section: doc Installed-Size: 1731 Maintainer: Debian Haskell Group Architecture: all Source: haskell-uulib Version: 0.9.14-2.6.201403190401 Replaces: haskell-uulib-doc (<< 0.9.10-2) Provides: haskell-uulib-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-uulib-dev Conflicts: haskell-uulib-doc (<< 0.9.10-2) Filename: 4.0-0/all/libghc-uulib-doc_0.9.14-2.6.201403190401_all.deb Size: 175096 MD5sum: 85c70440ec9c4a643246afa9e37c5668 SHA1: 29beea8e0ff974f72c7e32db5712456239f63ba2 SHA256: cbfd9ab45c545030b9a65bebab770f4ab221a751bfefa7f71120fa54facffac2 Description: API documentation for uulib Haskell library The API documentation of the uulib parser and pretty print combinator library. . The uulib Haskell library contains fast, error repairing parser combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a set of data structures and algorithms for working with sets and sequences (UU.DData) for Haskell. . The library is developed at Utrecht University and is part of the Haskell Utrecht Tools. Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome Package: libghc-vault-doc Priority: extra Section: doc Installed-Size: 193 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vault Version: 0.2.0.0-1.2.201403190408 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hashable-doc, libghc-vault-dev Filename: 4.0-0/all/libghc-vault-doc_0.2.0.0-1.2.201403190408_all.deb Size: 38540 MD5sum: 5df88e110747e0b3d8fa282f18171eff SHA1: ef40662f7abbe15ae5521fa7c71293245291ffd2 SHA256: 7225b1329a9f4b334fcaaa774da95a4b8545d4c07dbf53f707915aca71e1aed9 Description: typed, persistent store for values of arbitrary types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . A vault is a typed, persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. . The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Homepage: http://hackage.haskell.org/package/vault Package: libghc-vector-algorithms-doc Priority: extra Section: doc Installed-Size: 617 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vector-algorithms Version: 0.5.4-1.6.201403190415 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-primitive-doc, libghc-vector-doc, libghc-vector-algorithms-dev Filename: 4.0-0/all/libghc-vector-algorithms-doc_0.5.4-1.6.201403190415_all.deb Size: 70576 MD5sum: f33412b87eb01b839265a9ca4a4ed4bf SHA1: 712d7973863646f372814cd3208059fac794bf62 SHA256: 8c1831a4129148507b917b11bad4e98ff81de95748f034845e53af85f60ff48a Description: Efficient algorithms for vector arrays; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Efficient algorithms for vector arrays Homepage: http://hackage.haskell.org/package/vector-algorithms Package: libghc-vector-doc Priority: extra Section: doc Installed-Size: 6416 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vector Version: 0.9.1-2.6.201403190411 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-primitive-doc, libghc-vector-dev Filename: 4.0-0/all/libghc-vector-doc_0.9.1-2.6.201403190411_all.deb Size: 515836 MD5sum: 935d9c01995ec5959798e24627592430 SHA1: fad7e7d1cd6bcb38735eca8e34e56babbc0a104f SHA256: 6a92c8122b7456a3837e4687d5c96cf03e5b3d72fb33771144aed03ebba4320d Description: Efficient Arrays for Haskell; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. Homepage: http://hackage.haskell.org/package/vector Package: libghc-vector-space-doc Priority: extra Section: doc Installed-Size: 515 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vector-space Version: 0.8.1-1.2.201403190423 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-boolean-doc, libghc-memotrie-doc, libghc-vector-space-dev Filename: 4.0-0/all/libghc-vector-space-doc_0.8.1-1.2.201403190423_all.deb Size: 71340 MD5sum: d267c877498132a4c52b674d945c8728 SHA1: 17ccb39c9ccbe2928ea0749aa80f0c6b9a397b3a SHA256: b5f8e49d734d333b9cc5212161aff7d718a466be4c53208ed33064551179e25d Description: Vector & affine spaces, linear maps, and derivatives library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, ...). Homepage: http://hackage.haskell.org/package/vector-space Package: libghc-vector-space-points-doc Priority: extra Section: doc Installed-Size: 106 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vector-space-points Version: 0.1.1.0-1.2.201403190430 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-newtype-doc, libghc-vector-space-doc, libghc-vector-space-points-dev Filename: 4.0-0/all/libghc-vector-space-points-doc_0.1.1.0-1.2.201403190430_all.deb Size: 30364 MD5sum: 1ed0abe715dab5d2ac799d110f385830 SHA1: e45bf91c561c0705915cee7c35e7640d143986f9 SHA256: 676effdbdfc8eeaaa6d3c84b1826ea656b8337ab72e70b988a3cf4abef3a2cbb Description: A type for points in a vector space; documentation A type for points, as distinct from vectors, built on top of Data.AffineSpace. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/vector-space-points Package: libghc-void-doc Priority: extra Section: doc Installed-Size: 101 Maintainer: Debian Haskell Group Architecture: all Source: haskell-void Version: 0.5.5.1-2.2.201403190433 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-semigroups-doc, libghc-void-dev Filename: 4.0-0/all/libghc-void-doc_0.5.5.1-2.2.201403190433_all.deb Size: 29566 MD5sum: f07129be72f771498ab67842cc0079d8 SHA1: aaada40d3c6238d64cb5b1f7107f5e7c2fb02092 SHA256: 8c3be35818b34646e215a70864a2bd7486818b134edd900edb3dacb63c2e2e8c Description: Haskell 98 logically uninhabited data type; documentation Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/void Package: libghc-vte-doc Priority: extra Section: doc Installed-Size: 1065 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vte Version: 0.12.1-1.6.201403190440 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-pango-doc, libghc-vte-dev Filename: 4.0-0/all/libghc-vte-doc_0.12.1-1.6.201403190440_all.deb Size: 125660 MD5sum: 3fbdc1faee40459758394fd877743002 SHA1: c5c7bb23a2985c1c61b538e69b279dd76e6d4ffe SHA256: c73f6cf1d69317c6921e4fb0c058ca1cd6d340b666ff28a1619c1997f7b59fb8 Description: Binding to the VTE library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program interpret illustrates more or less what the widget sees after it filters incoming data. Homepage: http://hackage.haskell.org/package/vte Package: libghc-vty-doc Priority: extra Section: doc Installed-Size: 1024 Maintainer: Debian Haskell Group Architecture: all Source: haskell-vty Version: 4.7.0.14-1.6.201403190449 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-terminfo-doc, libghc-vty-dev Filename: 4.0-0/all/libghc-vty-doc_4.7.0.14-1.6.201403190449_all.deb Size: 131540 MD5sum: 3b4e0955059a66cf3dac8ac3a9fa4e6a SHA1: cac0b1e3ce278f0c3b7b19c9afcf42bbd9084e9e SHA256: e1f09c03734515653ba0e7c41750bf98c3cd8aaed3842a0ea89f7a9f4174377f Description: Terminal interface library for ghc; API documentation This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Vty is a terminal interface/control library for Haskell. It has a very easy API. Homepage: http://hackage.haskell.org/package/vty Package: libghc-wai-app-file-cgi-doc Priority: extra Section: doc Installed-Size: 414 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-app-file-cgi Version: 0.5.8-1.6.201403310947 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-http-conduit-doc, libghc-http-date-doc, libghc-http-types-doc, libghc-wai-doc, libghc-wai-logger-doc, libghc-wai-app-file-cgi-dev Filename: 4.0-0/all/libghc-wai-app-file-cgi-doc_0.5.8-1.6.201403310947_all.deb Size: 62186 MD5sum: f927bbbcd64b8c74fbda5894ce558909 SHA1: 95e084e5dbeff2260046ef8c7de5ea098ec952df SHA256: 60678e653bdd4c08cd03e23e184f7a2a123c923b6ad6ec8e0d239ec87aa6ce61 Description: file/CGI app of WAI; documentation This WAI application handles static files and executes CGI scripts. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-wai-app-file-cgi Package: libghc-wai-app-static-doc Priority: extra Section: doc Installed-Size: 324 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-app-static Version: 1.2.0.3-1.2.201403190504 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-http-types-doc, libghc-text-doc, libghc-wai-doc, libghc-wai-app-static-dev Filename: 4.0-0/all/libghc-wai-app-static-doc_1.2.0.3-1.2.201403190504_all.deb Size: 51370 MD5sum: 146035e2430812a27d445f95bc5789ca SHA1: 19584f65d91a089bae1c5c7d8ca1113a10fc5b69 SHA256: 3180c7f74309515e11bb7c75abbf69c2fb65987ce6e9586b1372834c1e296221 Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/wai-app-static Package: libghc-wai-doc Priority: extra Section: doc Installed-Size: 160 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai Version: 1.2.0.2-1.2.201403190453 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-conduit-doc, libghc-http-types-doc, libghc-network-doc, libghc-text-doc, libghc-vault-doc, libghc-wai-dev Filename: 4.0-0/all/libghc-wai-doc_1.2.0.2-1.2.201403190453_all.deb Size: 40932 MD5sum: ce8f9a583d5c8d6ed78b373ff3b7f4c3 SHA1: d2d6972fb6dbcd690dbdf203f4a7256cc5de8cd2 SHA256: 3047e8d1ab244c692a6d9798ce882ff57f70d98855ba5cb75bd00f66657db8ea Description: web application interface; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides a common protocol for communication between web applications and web servers. Homepage: http://hackage.haskell.org/package/wai Package: libghc-wai-extra-doc Priority: extra Section: doc Installed-Size: 450 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-extra Version: 1.2.0.4-1.2.201403190513 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-data-default-doc, libghc-http-types-doc, libghc-text-doc, libghc-wai-doc, libghc-wai-extra-dev Filename: 4.0-0/all/libghc-wai-extra-doc_1.2.0.4-1.2.201403190513_all.deb Size: 66588 MD5sum: 00f334562176df33029fbbd15e87bf1c SHA1: c573df546c7430a1d872be65dd87cae5365e0257 SHA256: 7180543ce1b7c9f0cb533ba1749e1fb87db355d4922e2578c79544135152c90c Description: some basic WAI handlers and middleware; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . wai is a common protocol for communication between web aplications and web servers. . This library provides some common features not tied to a particular web application or web server. Homepage: http://hackage.haskell.org/package/wai-extra Package: libghc-wai-logger-doc Priority: extra Section: doc Installed-Size: 169 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-logger Version: 0.1.4-1.2.201403190524 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-fast-logger-doc, libghc-http-types-doc, libghc-network-doc, libghc-wai-doc, libghc-wai-logger-dev Filename: 4.0-0/all/libghc-wai-logger-doc_0.1.4-1.2.201403190524_all.deb Size: 37284 MD5sum: 2f3e709c47fa9900a9d21d8b0bbeb5bd SHA1: 1e922fc6389691ee1031d65c4d8cb60c47b7adb2 SHA256: bd055fa694902fa5e773132cbaaf33a86956463d6bc17c61594e58cdeb080bda Description: logging system for WAI; documentation This is a logging system for WAI application. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-wai-logger Package: libghc-wai-logger-prefork-doc Priority: extra Section: doc Installed-Size: 126 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-logger-prefork Version: 0.1.3-1.3.201403281108 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-wai-logger-doc, libghc-wai-logger-prefork-dev Filename: 4.0-0/all/libghc-wai-logger-prefork-doc_0.1.3-1.3.201403281108_all.deb Size: 32636 MD5sum: 1cfd6f9b8edee90c231c4e3143661e07 SHA1: cd4fb0f10d88cd2196e0acae328300c6653136e6 SHA256: 4bdf843be1f0f0c6ff7d920e6436c660191b4414dc73202ff67ecac99c251297 Description: logging system for preforked WAI apps; documentation This is a logging system for preforked WAI applications. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-wai-logger-prefork Package: libghc-wai-test-doc Priority: extra Section: doc Installed-Size: 152 Maintainer: Debian Haskell Group Architecture: all Source: haskell-wai-test Version: 1.2.0.2-1.2.201403190528 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-case-insensitive-doc, libghc-http-types-doc, libghc-transformers-doc, libghc-wai-doc, libghc-wai-test-dev Filename: 4.0-0/all/libghc-wai-test-doc_1.2.0.2-1.2.201403190528_all.deb Size: 34902 MD5sum: b4ff58448a8b33f9782fcfe74abdd96f SHA1: a60250b918cf60993ca61bc7bc658ef6d4fd73b2 SHA256: 520de4eb0383e88defd92d4ca46e21260655dfdca9e0f70896129826134261ec Description: unit test framework (built on HUnit) for WAI applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides a HUnit-based unit test framework for WAI applications. Homepage: http://hackage.haskell.org/package/wai-test Package: libghc-warp-doc Priority: extra Section: doc Installed-Size: 356 Maintainer: Debian Haskell Group Architecture: all Source: haskell-warp Version: 1.2.1.1-1.2.201403190533 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-network-doc, libghc-wai-doc, libghc-warp-dev Filename: 4.0-0/all/libghc-warp-doc_1.2.1.1-1.2.201403190533_all.deb Size: 56990 MD5sum: e200497a64342638b227204984652752 SHA1: f4d6f9b2a1738a09cc8c733d6afc8acd5589fc91 SHA256: 77b63094aea04139f57492ebc300dcbfa8e31db2c4bf8868c57eba4030e56219 Description: fast, light-weight web server for WAI applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains the premier WAI handler. For more information, see http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ . Homepage: http://hackage.haskell.org/package/warp Package: libghc-warp-tls-doc Priority: extra Section: doc Installed-Size: 120 Maintainer: Debian Haskell Group Architecture: all Source: haskell-warp-tls Version: 1.2.0.4-1.2.201403190541 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-wai-doc, libghc-warp-doc, libghc-warp-tls-dev Filename: 4.0-0/all/libghc-warp-tls-doc_1.2.0.4-1.2.201403190541_all.deb Size: 32820 MD5sum: ae7fcad6f0320b19bf2783770a4ac032 SHA1: 6567dce88b8ec8b6d0ba20be1082cc49e6a1e9be SHA256: 69544147694eb1b6aa7879d18e358cc7e14071b03f3b1406e5ced452ef0f616d Description: SSL/TLS support for Warp; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains SSL/TLS support for Warp, the premier WAI handler, via the native Haskell TLS implementation. Homepage: http://hackage.haskell.org/package/warp-tls Package: libghc-web-routes-doc Priority: extra Section: doc Installed-Size: 287 Maintainer: Debian Haskell Group Architecture: all Source: haskell-web-routes Version: 0.25.3-2.2.201403190549 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-parsec3-doc, libghc-utf8-string-doc, libghc-web-routes-dev Filename: 4.0-0/all/libghc-web-routes-doc_0.25.3-2.2.201403190549_all.deb Size: 54214 MD5sum: 72b4181ee32f27bb1c98b95ed22cc365 SHA1: 4e1549867acac704bc0ca08877909360fcf34a99 SHA256: e52281941d35d9ba0fcca167a8b54aadc37f96c59112f1be3a4d162dfb938bd0 Description: library for correctness/composability of URLs; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a collection of types and functions that ensure that URLs generated by an application are valid. Homepage: http://hackage.haskell.org/package/web-routes Package: libghc-webkit-doc Priority: extra Section: doc Installed-Size: 2191 Maintainer: Debian Haskell Group Architecture: all Source: haskell-webkit Version: 0.12.3-2.8.201403190553 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-glib-doc, libghc-gtk-doc, libghc-webkit-dev Filename: 4.0-0/all/libghc-webkit-doc_0.12.3-2.8.201403190553_all.deb Size: 230194 MD5sum: 3669007924b9dea6255d412a8a1d73f1 SHA1: 16bf8d6f8366702cfca9b9a3ece4e231badbc69d SHA256: 77e4d8a906d174db961dfba73fd1a60047755122a911872d0cee449ec95267a9 Description: Binding to the Webkit library; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. Homepage: http://hackage.haskell.org/package/webkit Package: libghc-weighted-regexp-doc Priority: extra Section: doc Installed-Size: 510 Maintainer: Debian Haskell Group Architecture: all Source: haskell-weighted-regexp Version: 0.3.1.1-2.2.201403190601 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-weighted-regexp-dev Filename: 4.0-0/all/libghc-weighted-regexp-doc_0.3.1.1-2.2.201403190601_all.deb Size: 71070 MD5sum: eeba215de96e9fd8825992829486ec05 SHA1: d88e387d5580d9ff6ee7d98d8adbb6ba6e575df8 SHA256: ebb3bdb95393ae5fc2c1eb7810b50454cbfcebcb2d3d7ea8e4163af8597133ca Description: Weighted Regular Expression Matcher; documentation Haskell implementation of a weighted regular expression matcher with linear worst-case time and space bounds. More specifically, the worst-case run time for matching a word against a regular expression is linearly bounded by the length of the word and the size of the regular expression. The memory requirements are independent of the length of the word and linear in the size of the regular expression. This makes this library suitable when processing untrusted data, e.g. in a web service, without risking an unexpected runtime blow-up. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://sebfisch.github.com/haskell-regexp/ Package: libghc-x11-doc Priority: extra Section: doc Installed-Size: 6901 Maintainer: Debian Haskell Group Architecture: all Source: haskell-x11 Version: 1.5.0.1-1.6.201403190604 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-x11-dev Filename: 4.0-0/all/libghc-x11-doc_1.5.0.1-1.6.201403190604_all.deb Size: 540788 MD5sum: ac86fec775bfcb73b75a5fb9ed871a70 SHA1: 9ce1f3589d20802408587f1ee5093c937a688584 SHA256: 48dfbf984210e787fb7fd6f9cab84b79fb778fe1a148111304482d18efb457cc Description: Haskell X11 binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is a binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at . Homepage: http://hackage.haskell.org/package/X11 Package: libghc-x11-xft-doc Priority: extra Section: doc Installed-Size: 217 Maintainer: Debian Haskell Group Architecture: all Source: haskell-x11-xft Version: 0.3.1-1.6.201403190609 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-x11-doc, libghc-x11-xft-dev Filename: 4.0-0/all/libghc-x11-xft-doc_0.3.1-1.6.201403190609_all.deb Size: 40792 MD5sum: 6f10a39e9c92685d87dc62192adc25dc SHA1: eb177f6bcf635c522f047a57da238afc459ed60e SHA256: 0c8e36ccd6630619efd051c9c9ae3837c47e38aca01f58171d6231cd39d74eca Description: Haskell Xft binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library is a binding to the Xft library. . Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. Homepage: http://hackage.haskell.org/package/X11-xft Package: libghc-xdg-basedir-doc Priority: extra Section: doc Installed-Size: 135 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xdg-basedir Version: 0.2.1-2.2.201403190617 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-xdg-basedir-dev Filename: 4.0-0/all/libghc-xdg-basedir-doc_0.2.1-2.2.201403190617_all.deb Size: 31240 MD5sum: 14e8fedd654d041ab2e5c04a931d2b7c SHA1: f0e1753ac8a0a70d28cc8bb266489661d52485c9 SHA256: af78d534402c2f15e701691d70cb84b8cce4c3d3fd781ce38660a4c91fc016a3 Description: basic implementation of the XDG Base Directory specification; documentation This should be a very straightforward implementation of the XDG Base Directory spec. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/xdg-basedir Package: libghc-xhtml-doc Priority: extra Section: doc Installed-Size: 1003 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xhtml Version: 3000.2.1-1.6.201403190625 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-xhtml-dev Filename: 4.0-0/all/libghc-xhtml-doc_3000.2.1-1.6.201403190625_all.deb Size: 111660 MD5sum: 2da57dd7d4d14fdfbf9c1b3a41e46ecf SHA1: 4f4b42a30e41eed750bb85901724b7a56e63c0cb SHA256: cea8711923d4a47bc6c3049584d18bfe4bd5bad888bacfb88cab730f43a10c8d Description: Haskell xhtml library for GHC; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library provides combinators for constructing HTML documents. Homepage: http://hackage.haskell.org/package/xhtml Package: libghc-xml-conduit-doc Priority: extra Section: doc Installed-Size: 889 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xml-conduit Version: 0.7.0.2-1.2.201403190638 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-conduit-doc, libghc-blaze-builder-doc, libghc-conduit-doc, libghc-data-default-doc, libghc-failure-doc, libghc-system-filepath-doc, libghc-text-doc, libghc-xml-types-doc, libghc-xml-conduit-dev Filename: 4.0-0/all/libghc-xml-conduit-doc_0.7.0.2-1.2.201403190638_all.deb Size: 106294 MD5sum: 1c7d6f48f6eae49f663d18623cc7b7fa SHA1: 672b59da1da719b2599218fe76e31dfa4e55d199 SHA256: 3426c0ed660b3e2a920a4b1035224bbe62586b4a8c9095ccec6021435f347548 Description: HTTP client package with conduit interface and HTTPS support; documentation This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit for more information. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-xml-conduit Package: libghc-xml-doc Priority: extra Section: doc Installed-Size: 613 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xml Version: 1.3.12-1.6.201403190634 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-xml-dev Filename: 4.0-0/all/libghc-xml-doc_1.3.12-1.6.201403190634_all.deb Size: 75368 MD5sum: 18e1307d84aa0d22580bc10cb17bd13b SHA1: 687ab4b042e26900f11defb8c4f45659fc41b609 SHA256: d162f139bd083f949e93399ea4a6ffa012708661424e4eeca62d944b58634bd4 Description: A simple Haskell XML library - documentation This library provides lightweight tools to parse, filter and generate XML. . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/xml Package: libghc-xml-types-doc Priority: extra Section: doc Installed-Size: 199 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xml-types Version: 0.3.1-2.2.201403190642 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-xml-types-dev Filename: 4.0-0/all/libghc-xml-types-doc_0.3.1-2.2.201403190642_all.deb Size: 40340 MD5sum: bb8d37b1267ce7ff631108a0f7ffde4c SHA1: e75caabd9e3d71fc05fe6a25abf6461c1c7337b6 SHA256: 2b982e4188454bf949e5c163597c1ff9258bf25c81a5a0b539f1754dfc112d2a Description: basic types for representing XML; documentation The idea is to have a full set of appropriate types, which various XML libraries can share. Instead of having equivalent-but-incompatible types for every binding, parser, or client, they all share the same types can thus interoperate easily. . This library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/xml-types Package: libghc-xml2html-doc Priority: extra Section: doc Installed-Size: 108 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xml2html Version: 0.1.2.3-1.2.201403190645 Depends: haddock-interface-19 Recommends: libghc-xml2html-dev Filename: 4.0-0/all/libghc-xml2html-doc_0.1.2.3-1.2.201403190645_all.deb Size: 29670 MD5sum: 82485757cb763298aa9eb62382cea41f SHA1: dd34968fb55415f8603678f843a9742f8898afe8 SHA256: b9189b9d92c8a56e89c6a5e427e44932405c52f0743476fe288b30aab8c6a46e Description: blaze-html instances for xml-conduit types; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It contains blaze-html instances for xml-conduit types (Document, Element, Node). Homepage: http://hackage.haskell.org/package/xml2html Package: libghc-xmonad-contrib-doc Priority: extra Section: doc Installed-Size: 11084 Maintainer: Debian Haskell Group Architecture: all Source: xmonad-contrib Version: 0.10-4.5.201403170931 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-x11-doc, libghc-x11-xft-doc, libghc-xmonad-doc, libghc-xmonad-contrib-dev Filename: 4.0-0/all/libghc-xmonad-contrib-doc_0.10-4.5.201403170931_all.deb Size: 1245136 MD5sum: 53aaca3585c40591919bb5cfcb18f84b SHA1: baba3972bc504800040f20e53f03ee7ad095b40d SHA256: 4bf57f203a768ec5e887a26c0e06f6c60311774554f984c1b1d5e45fc4d39be5 Description: Extensions to xmonad; documentation This is a huge extensions library for xmonad, providing alternative layout algorithms, key bindings, extended operations, and much more. . Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured. At any time windows are arranged so as to maximise the use of screen real estate. All features of the window manager are accessible purely from the keyboard: a mouse is entirely optional. Xmonad is configured in Haskell, and custom layout algorithms may be implemented by the user in config files. A principle of Xmonad is predictability: the user should know in advance precisely the window arrangement that will result from any action. . This package contains the documentation for building your custom configured xmonad binary as well as example configuration files. Homepage: http://xmonad.org/ Package: libghc-xmonad-doc Priority: extra Section: doc Installed-Size: 1476 Maintainer: Debian Haskell Group Architecture: all Source: xmonad Version: 0.10-4.4.201403160035 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-mtl-doc, libghc-x11-doc, libghc-xmonad-dev, libghc-xmonad-contrib-doc Filename: 4.0-0/all/libghc-xmonad-doc_0.10-4.4.201403160035_all.deb Size: 191374 MD5sum: b9c6c25003443a06dfcbb657e39738e6 SHA1: 73c334bdf9048e558307f14d6df5179a8224abc1 SHA256: b9aa32cb327f722cd8b02a09b09f618794b62b316701c6989669a3fae44e54aa Description: Lightweight X11 window manager; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured. At any time windows are arranged so as to maximise the use of screen real estate. All features of the window manager are accessible purely from the keyboard: a mouse is entirely optional. Xmonad is configured in Haskell, and custom layout algorithms may be implemented by the user in config files. A principle of Xmonad is predictability: the user should know in advance precisely the window arrangement that will result from any action. . This package contains the documentation for building your custom configured xmonad binary as well as example configuration files. Homepage: http://xmonad.org/ Package: libghc-xss-sanitize-doc Priority: extra Section: doc Installed-Size: 203 Maintainer: Debian Haskell Group Architecture: all Source: haskell-xss-sanitize Version: 0.3.2-1.2.201403190648 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-tagsoup-doc, libghc-text-doc, libghc-xss-sanitize-dev Filename: 4.0-0/all/libghc-xss-sanitize-doc_0.3.2-1.2.201403190648_all.deb Size: 39564 MD5sum: 90db5d7c76dadff60b39f4a7b6b66398 SHA1: 0fd2952228229b0b3a081f021b2873446cf37064 SHA256: b5e7ba341e4087b5c2719d65c2d8bf8d3a7a407f56200c5a9d102dd6e988544c Description: Library to sanitize HTML and prevent XSS attacks - documentation This library is able to parse strings that contain HTML code and check for the presence of potentially malicious tags that could trigger XSS (Cross-Site Scripting). It can be used in a Web application when using HTML code coming from an untrusted party. . Moreover, this library is also able to check for unbalanced tags and tries to fix them (even though it could produce invalid HTML). . This package contains the library documentation. Homepage: http://hackage.haskell.org/package/xss-sanitize Package: libghc-yaml-doc Priority: extra Section: doc Installed-Size: 340 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yaml Version: 0.7.0.2-1.2.201403190651 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-aeson-doc, libghc-attoparsec-doc, libghc-conduit-doc, libghc-unordered-containers-doc, libghc-vector-doc, libghc-yaml-dev Filename: 4.0-0/all/libghc-yaml-doc_0.7.0.2-1.2.201403190651_all.deb Size: 52290 MD5sum: b48a23bb99b0cfb6d2dee096311e1920 SHA1: dd3602613b60b7e77254a539d060fc106fa74e12 SHA256: 6a5fb1b150b87bf1d7fae61880bd213e19e79aad97b26473860103a6b0929b2f Description: interface to LibYAML; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Provides support for parsing and emitting Yaml documents. Homepage: http://hackage.haskell.org/package/yaml Package: libghc-yaml-light-doc Priority: extra Section: doc Installed-Size: 158 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yaml-light Version: 0.1.4-2.2.201403190655 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-hssyck-doc, libghc-yaml-light-dev Filename: 4.0-0/all/libghc-yaml-light-doc_0.1.4-2.2.201403190655_all.deb Size: 37042 MD5sum: 4599818f383a0d47cf3951cb8886a820 SHA1: c89e15bc0e1ada549b276e15e48b454e62d01266 SHA256: 81ee53a1915f45144f5614080e57545541a1046b921c0d90cea4b121ecd8d7d1 Description: lightweight algebraic data type representing parsed YAML; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It is a wrapper around HsSyck and provides utility functions. Homepage: http://hackage.haskell.org/package/yaml-light Package: libghc-yesod-auth-doc Priority: extra Section: doc Installed-Size: 503 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-auth Version: 1.0.2.1-2.7.201403311009 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-http-conduit-doc, libghc-persistent-doc, libghc-text-doc, libghc-transformers-doc, libghc-yesod-core-doc, libghc-yesod-form-doc, libghc-yesod-persistent-doc, libghc-yesod-auth-dev Filename: 4.0-0/all/libghc-yesod-auth-doc_1.0.2.1-2.7.201403311009_all.deb Size: 75762 MD5sum: 12dc8ba5269361077c5f15e1988c6636 SHA1: c5e37349be3513b5db01981276d8178071c4389c SHA256: bad0a5d6b51dba6f0342be0941a5b7bb1b3a4108b8dfc5d2b62643adff174715 Description: authentication for Yesod; documentation yesod-auth is the authentication component of Yesod. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/yesod-auth Package: libghc-yesod-core-doc Priority: extra Section: doc Installed-Size: 1255 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-core Version: 1.0.1.2-1.2.201403190701 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-blaze-html-doc, libghc-case-insensitive-doc, libghc-clientsession-doc, libghc-cookie-doc, libghc-fast-logger-doc, libghc-hamlet-doc, libghc-http-types-doc, libghc-monad-control-doc, libghc-random-doc, libghc-resourcet-doc, libghc-shakespeare-css-doc, libghc-shakespeare-i18n-doc, libghc-shakespeare-js-doc, libghc-text-doc, libghc-transformers-base-doc, libghc-transformers-doc, libghc-wai-doc, libghc-wai-extra-doc, libghc-yesod-routes-doc, libghc-yesod-core-dev Filename: 4.0-0/all/libghc-yesod-core-doc_1.0.1.2-1.2.201403190701_all.deb Size: 153382 MD5sum: 5a857259748264658d835c05f2ac5018 SHA1: 704d4e30fdfc70fd2c0f816e1aa0115963c6f2ae SHA256: 63169a978ae8f7237ec2a924e37d443c345e1cdbafcc6a414ad859947c9ee89b Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/yesod-core Package: libghc-yesod-default-doc Priority: extra Section: doc Installed-Size: 240 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-default Version: 1.0.1.1-1.2.201403190711 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-network-conduit-doc, libghc-text-doc, libghc-wai-doc, libghc-yaml-doc, libghc-yesod-core-doc, libghc-yesod-default-dev Filename: 4.0-0/all/libghc-yesod-default-doc_1.0.1.1-1.2.201403190711_all.deb Size: 48262 MD5sum: 296855ad2968a29e3b3afc70a00c78b1 SHA1: 77d4eb48ba2a88850a3e1c0128f53b64623e08f7 SHA256: e4693a420e6a0bdc697da86a42f151ab72f1ac2319ac5826b1297b86a57ad0bb Description: default config and main functions for your Yesod application; documentation This provides convenient wrappers for the configuration and execution of Yesod applications, including per-environment (development, testing, staging, production) configs. . This package contains the documentation files. Homepage: http://www.yesodweb.com/ Package: libghc-yesod-doc Priority: extra Section: doc Installed-Size: 331 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod Version: 1.0.1.6-2.7.201403310959 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-shakespeare-css-doc, libghc-shakespeare-js-doc, libghc-text-doc, libghc-transformers-doc, libghc-wai-doc, libghc-yesod-core-doc, libghc-yesod-form-doc, libghc-yesod-json-doc, libghc-yesod-persistent-doc, libghc-yesod-dev Filename: 4.0-0/all/libghc-yesod-doc_1.0.1.6-2.7.201403310959_all.deb Size: 55674 MD5sum: aa2675673fe3844cea91a3fa61e87812 SHA1: c6e7a15b9c530c4d3a8e09849d6e275a38bdd53e SHA256: 26f4c55d616fea4ad9e2c8a99ecbab87d0da011bf4d0b674e8e1bc7b80b068b3 Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/yesod Package: libghc-yesod-form-doc Priority: extra Section: doc Installed-Size: 732 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-form Version: 1.0.0.4-1.2.201403190721 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-persistent-doc, libghc-text-doc, libghc-transformers-doc, libghc-yesod-core-doc, libghc-yesod-persistent-doc, libghc-yesod-form-dev Filename: 4.0-0/all/libghc-yesod-form-doc_1.0.0.4-1.2.201403190721_all.deb Size: 87526 MD5sum: 420fc4a141046a0a1b1df88f5f31c0ea SHA1: 7e544a0be742dffd70c8c586445872d70ef7e301 SHA256: fddc0311e2350174562e55c223711f9bc36f1032e94b2c85a325eb314de2cc98 Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/yesod-form Package: libghc-yesod-json-doc Priority: extra Section: doc Installed-Size: 139 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-json Version: 1.0.0.1-1.2.201403190731 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-aeson-doc, libghc-shakespeare-js-doc, libghc-text-doc, libghc-yesod-core-doc, libghc-yesod-json-dev Filename: 4.0-0/all/libghc-yesod-json-doc_1.0.0.1-1.2.201403190731_all.deb Size: 37048 MD5sum: e4993e285e88d4c91b40bf2a376e6ee2 SHA1: 96dcb3d41c42913da099aac9f3367e0b9f783661 SHA256: 07f849b478144057e7db8fc8b74c2708b4a3625b453c27ef3ec51d14761d7a37 Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/yesod-json Package: libghc-yesod-markdown-doc Priority: extra Section: doc Installed-Size: 130 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-markdown Version: 0.4.0-1.6.201403310923 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-blaze-html-doc, libghc-pandoc-doc, libghc-persistent-doc, libghc-yesod-form-doc, libghc-yesod-markdown-dev Filename: 4.0-0/all/libghc-yesod-markdown-doc_0.4.0-1.6.201403310923_all.deb Size: 35236 MD5sum: 502e9cf0c322757abfa9c859e94ac2ef SHA1: c729d11d4287919a8b42a20606298c0b7593e9ca SHA256: 787171590e6caff65d36b95d4023db9bf7c7ea123d5de093a280d56c16979514 Description: tools for using Markdown in a Yesod application; documentation yesod-markdown provides a subset of Pandoc functionality useful for Markdown processing in Yesod applications. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/yesod-markdown Package: libghc-yesod-persistent-doc Priority: extra Section: doc Installed-Size: 119 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-persistent Version: 1.0.0.1-1.2.201403190741 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-persistent-doc, libghc-persistent-template-doc, libghc-transformers-doc, libghc-yesod-core-doc, libghc-yesod-persistent-dev Filename: 4.0-0/all/libghc-yesod-persistent-doc_1.0.0.1-1.2.201403190741_all.deb Size: 33584 MD5sum: fde3198b92846873409631381bc95d50 SHA1: e62111af8ca376777dd869892ed8138f5e429f5f SHA256: ee456c5d2b5dd74b0cfb3f5e30844cb7892f508136e5527c9406299fd6162a05 Description: framework for type-safe, RESTful web applications; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. Homepage: http://hackage.haskell.org/package/yesod-persistent Package: libghc-yesod-routes-doc Priority: extra Section: doc Installed-Size: 344 Maintainer: Clint Adams Architecture: all Source: haskell-yesod-routes Version: 1.0.1.2-1.2.201403190751 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-text-doc, libghc-yesod-routes-dev Filename: 4.0-0/all/libghc-yesod-routes-doc_1.0.1.2-1.2.201403190751_all.deb Size: 58416 MD5sum: f7ac27ecfc5497ca8a49f645995fc83d SHA1: 1280e2aa89298612dd7ea440bff37bb3a1b44f58 SHA256: 39d0dd6345010b9fc3902b815fbb0f18bcd6f9399a53e949eaea7ac9a140c8e8 Description: efficient routing for Yesod; documentation Provides an efficient routing system, a parser and TH code generation. . This package contains the documentation files. Homepage: http://www.yesodweb.com/ Package: libghc-yesod-static-doc Priority: extra Section: doc Installed-Size: 181 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-static Version: 1.0.0.2-1.2.201403190755 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-wai-app-static-doc, libghc-yesod-core-doc, libghc-yesod-static-dev Filename: 4.0-0/all/libghc-yesod-static-doc_1.0.0.2-1.2.201403190755_all.deb Size: 43476 MD5sum: d95ee0ea0840489c62fa0971c507e1cc SHA1: 44708af35492f7b5ba82464ef0d4923b434f7d25 SHA256: 11c013a988b786fcd07ee0114cf0c539de234cb7b938e9a7bfc8afbeede4d078 Description: Static file serving subsite for Yesod Web Framework; documentation Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving. . This package provides static file serving functionality for the Yesod Web Framework. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/yesod-static Package: libghc-yesod-test-doc Priority: extra Section: doc Installed-Size: 313 Maintainer: Debian Haskell Group Architecture: all Source: haskell-yesod-test Version: 0.2.0.6-1.4.201403281434 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-case-insensitive-doc, libghc-http-types-doc, libghc-hxt-doc, libghc-persistent-doc, libghc-text-doc, libghc-transformers-doc, libghc-wai-doc, libghc-wai-test-doc, libghc-xml-conduit-doc, libghc-yesod-test-dev Filename: 4.0-0/all/libghc-yesod-test-doc_0.2.0.6-1.4.201403281434_all.deb Size: 57270 MD5sum: eceece0f04c4679cdc743e163f9b51c7 SHA1: 24b1abb6c167def720f03f46b850ed732e7349a1 SHA256: a07a5df6e8deac3f92bf9687667228cdcedde77152587f7e5c5769c4230ea373 Description: integration testing for WAI/Yesod applications; documentation Behavior-oriented integration testing for Yesod applications. . This package contains the documentation files. Homepage: http://hackage.haskell.org/package/yesod-test Package: libghc-zip-archive-doc Priority: extra Section: doc Installed-Size: 256 Maintainer: Debian Haskell Group Architecture: all Source: haskell-zip-archive Version: 0.1.1.7-3.6.201403190807 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-zip-archive-dev Filename: 4.0-0/all/libghc-zip-archive-doc_0.1.1.7-3.6.201403190807_all.deb Size: 45820 MD5sum: 5a4d310f17acc217c985ea9c500db827 SHA1: 4c1c53561714d30c0886b6e53c41994410d3ddeb SHA256: c5e3ad57653c033522ccc42c217549193e82ad22189e0b002b1dfb0bf3e06f6f Description: library to create, modify and extract files from zip archives; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . The zip-archive library provides functions for creating, modifying, and extracting files from zip archives. Homepage: http://hackage.haskell.org/package/zip-archive Package: libghc-zlib-bindings-doc Priority: extra Section: doc Installed-Size: 209 Maintainer: Debian Haskell Group Architecture: all Source: haskell-zlib-bindings Version: 0.1.0.1-1.2.201403190827 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-zlib-doc, libghc-zlib-bindings-dev Filename: 4.0-0/all/libghc-zlib-bindings-doc_0.1.0.1-1.2.201403190827_all.deb Size: 42038 MD5sum: 750f8e2fab2d7d63bfeab8f5a623f591 SHA1: 53320db8eff8f79695c6ac5fa2226053f57e4eac SHA256: d472246b69b391906067585e7e3b7b5a4fc6f3db62d18ff889d0085360eec2ab Description: low-level bindings to zlib; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . It provides necessary functions for producing a streaming interface. This is used, for example, by zlib-conduit and zlib-enum. Homepage: http://hackage.haskell.org/package/zlib-bindings Package: libghc-zlib-conduit-doc Priority: extra Section: doc Installed-Size: 147 Maintainer: Debian Haskell Group Architecture: all Source: haskell-zlib-conduit Version: 0.4.0.1-1.3.201403281127 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-conduit-doc, libghc-zlib-conduit-dev Filename: 4.0-0/all/libghc-zlib-conduit-doc_0.4.0.1-1.3.201403281127_all.deb Size: 33342 MD5sum: 2655fef2a1c9be469b5b208c0c2fbaac SHA1: d4772e2308d30d15d78fe82f3526f8fd17f78188 SHA256: 582a84701c2fec62dd949192326c76a0658f5b42dc50af522e81233255124e57 Description: streaming compression/decompression via conduits; documentation Streaming compression/decompression via conduits. . This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Homepage: http://hackage.haskell.org/package/haskell-zlib-conduit Package: libghc-zlib-doc Priority: extra Section: doc Installed-Size: 578 Maintainer: Debian Haskell Group Architecture: all Source: haskell-zlib Version: 0.5.3.3-1.6.201403190823 Replaces: haskell-zlib-doc (<< 0.5.2.0-3) Provides: haskell-zlib-doc Depends: haddock-interface-19 Recommends: ghc-doc, libghc-zlib-dev Conflicts: haskell-zlib-doc (<< 0.5.2.0-3) Filename: 4.0-0/all/libghc-zlib-doc_0.5.3.3-1.6.201403190823_all.deb Size: 86990 MD5sum: d2160d3acf00e2c893152b474571b97e SHA1: f72d6213c3574a3316702a5bd98f9ed74a9216ca SHA256: b2c7d856c597aafe80b4576a4007ec79759f6a0eebecd9bc1c99299188d2088d Description: Compression and decompression in the gzip and zlib formats; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the \"zlib\", \"gzip\" and \"raw\" compression formats. . It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set. Homepage: http://hackage.haskell.org/package/zlib Package: libghc-zlib-enum-doc Priority: extra Section: doc Installed-Size: 119 Maintainer: Debian Haskell Group Architecture: all Source: haskell-zlib-enum Version: 0.2.2.1-1.3.201403281120 Depends: haddock-interface-19 Recommends: ghc-doc, libghc-enumerator-doc, libghc-transformers-doc, libghc-zlib-enum-dev Filename: 4.0-0/all/libghc-zlib-enum-doc_0.2.2.1-1.3.201403281120_all.deb Size: 31432 MD5sum: ab13f41a5a88b3345a6be79af3b42360 SHA1: 353255c76f2806dd9028f26febf289b8f86c8c38 SHA256: 4b86315adb632e2c8afc48cbd8367e92cd0793055ec3204a027e45cc15227244 Description: enumerator interface for zlib compression; documentation This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . zlib-enum is a stop-gap package to provide enumeratees for zlib compression/decompression. Homepage: http://hackage.haskell.org/package/zlib-enum Package: libghc6-agda-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-agda-dev Filename: 4.0-0/all/libghc6-agda-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: c088ca7eb168c048726af24149edc20b SHA1: cff4d37b42fe0dfe1bb814d9e69e3d4e6d22602b SHA256: 6f4fe11a3269763fc69988e91d4b69af6afb2f6663355c2c327c006a6e68bec0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-agda-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-agda-doc Filename: 4.0-0/all/libghc6-agda-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 397dcf6e3c833562cb1a6a41d28ca427 SHA1: 88c7fe9a713f9a91155a5939e1deadafe4f211fe SHA256: e7511c38b5e2cbcc86bda7d6055acdf200419d7ea1bcac5330027e5b0094f923 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-alut-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-alut-dev Filename: 4.0-0/all/libghc6-alut-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 4450877e1ee16b67d0228f03542fa116 SHA1: 1ec4d555c070cdf8766006e135b190cbfa7d1f50 SHA256: 2f0228dcd3c18ed57a75222286305bbc9eb2c12f5feffbe0ca11d0d7ba7214d9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-alut-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-alut-doc Filename: 4.0-0/all/libghc6-alut-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 5f9c3db48aafe1ae76fa8c5d45fb7acf SHA1: f915d2fb7f7617671998723776e70407475ef2d4 SHA256: 4c50c859ba4c51b3f2d7fc5c9130754798004554b523c2dde85fafdaf261a201 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-alut-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-alut-prof Filename: 4.0-0/all/libghc6-alut-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 734741dd14f3671bbb6135c01d360c5e SHA1: 81f9fed04c11f61a31714565787a0d8b2a121ae2 SHA256: 4228a88ac4a284801650d0800c235f8a8ad1c1a7ae81f862e21ea5e6c7c54280 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-arrows-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-arrows-dev Filename: 4.0-0/all/libghc6-arrows-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 7ff61520f55c9e483822b8dc793db2a1 SHA1: f4ce0d9b4b396c8b73abbe4b3a600da358a89160 SHA256: 73c13fcb910b398d6c89d1a47d5edb66f1d7de03eed0308adc0f0d5675a46cf6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-arrows-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-arrows-doc Filename: 4.0-0/all/libghc6-arrows-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 5106995bf1c7f7d76e4d0604d6c7fff3 SHA1: 0626bef3739c2457fd27a01bc348ec53ebc69337 SHA256: bef8a9b4ebf839b383bbcf7a1eab16871c30574ae8c72495b9cb78deecfd0291 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-arrows-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-arrows-prof Filename: 4.0-0/all/libghc6-arrows-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 5ee2e15b9eadfffff11cea6cea8d742f SHA1: 0d8e2007a26ab81097a831cb32da917c1ca6359a SHA256: f3c53450bccc8349adba138fdb718e343cebae616bf30c0e72ad5b56cc06557e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-dev Filename: 4.0-0/all/libghc6-binary-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: d2c3b978cd69050fbd676426f545bbaa SHA1: c38c1c0f20ff0551c834f14b28ea5b4563b83484 SHA256: f8a73729790a7a9c0e7ab48028be66405be53658491a6805a3b85da7b46bf4bb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-doc Filename: 4.0-0/all/libghc6-binary-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: db265ad830e0ba082684a7a996e348d1 SHA1: 202b2189c7717c0dfef09ce2c0b7bbbe5caa243e SHA256: 13a47066512d0a76317797916d5d67b685a2e0294704ba0fe37f1ffa24b1fc7c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-prof Filename: 4.0-0/all/libghc6-binary-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 95ba54d9cf5bbc13c37b588a4a6ebab3 SHA1: 7bc21e0a7d0de757a226e0a8cbdc55ac1f063a89 SHA256: ad9698b18222afe169b4ae3baadbb8447bbd4838dfcd1269a9e3b96ac6dc1796 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-shared-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-shared-dev Filename: 4.0-0/all/libghc6-binary-shared-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 317075b86b557c62364292d99f7c4f1f SHA1: 1f2bb1aa3e4104d87e4cc4275abd49b0dfe30354 SHA256: 3f0c3d7bceb71188ddd94ec2e047155c300915585dbe7a4c9e4b3db2617bdc76 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-shared-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-shared-doc Filename: 4.0-0/all/libghc6-binary-shared-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 4032d01f20f3dc974f3d6ec2ce95be02 SHA1: 7b95927ecd315452c8d261c52e71ea73ed9499c9 SHA256: 03220fd365b5c3bc70a98a53e1a0ef019c88373fc9ac6f91223a599866656d69 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-binary-shared-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-binary-shared-prof Filename: 4.0-0/all/libghc6-binary-shared-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 8dda43f14e38bd89cde1e64710f33bad SHA1: 3f9b6497cf0cce1c369e452d8dc989b35f11d739 SHA256: f5e614fcd72670f8dcc8a7182c18b0033e5c25f010d37dc6f7eeec33f9402311 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-bzlib-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-bzlib-dev Filename: 4.0-0/all/libghc6-bzlib-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 3c396918639a9ef5bd4a35c4112e56b4 SHA1: 3ecceb5bed246e228b70aa9ad67d6c87117429ed SHA256: 256113658a512356644fb30999db7af498a43fb2847b62e2b2b20b3e7578903c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-bzlib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-bzlib-doc Filename: 4.0-0/all/libghc6-bzlib-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 8cb46d292a38d5d1dec5acdef32d81ec SHA1: 90b604f37e410c7cbbebf9b1feef3644a6c28a6a SHA256: 132f1bbb939cb74bafa59f402d9aef49e3896f4755cfbcde12d2e556571cdb73 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-bzlib-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-bzlib-prof Filename: 4.0-0/all/libghc6-bzlib-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 1f86e351743a4cbe30450bc7fda28306 SHA1: c0072a7cc4fad6d569c62e0ebf621507b6d681fa SHA256: 8f82a95d336b15226172c1c42f0d03dc894a7d02253f8be1561ab2582e79a72e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cairo-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cairo-dev Filename: 4.0-0/all/libghc6-cairo-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 009892fa3afbbeb835c57c201e3ef3e2 SHA1: 208672c9d2a7c3c327f00267c350adb6c163c3c9 SHA256: 874cc66a0434d0d7684e5a0a009ddffe3288991b22634172cb66a11acafa82af Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cairo-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cairo-doc Filename: 4.0-0/all/libghc6-cairo-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: aff290be6e925001e5564013a0e44448 SHA1: b6aad51d9a59c47335ac81701176109139c7e261 SHA256: bd297e1b8b899da6ac9b0a998a93d724729191f29b758d5f895d0f179630417d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cairo-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cairo-prof Filename: 4.0-0/all/libghc6-cairo-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 60b314e84a33ac5c18c623d9d6e917d6 SHA1: 242e16e601ad9d8f7dc1a5ff295ba305eb7ab607 SHA256: 5ea58ccf35964699673ce1ab74a4f0ed9a310ffcd143f9124c8292312fdc9287 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cautious-file-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cautious-file-dev Filename: 4.0-0/all/libghc6-cautious-file-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: bdadc503447fbb92a63fce82175ba035 SHA1: 3d062c1c37c22a9a83a1235f172888cde3c9b158 SHA256: 97a0a3ea0afe972cdd1d751adfc6df6da9cfe203069608a99e1db225b22b6f49 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cautious-file-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cautious-file-doc Filename: 4.0-0/all/libghc6-cautious-file-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: cd6948da85f861a4d7bc3363745b56b4 SHA1: aa3d8b9101d15d2d7c83b1d9166d713f901a3416 SHA256: 75f8b717fa680df9d5c6612c3eb2cb57837a94a614e828c962f33b21bc14e99b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cautious-file-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cautious-file-prof Filename: 4.0-0/all/libghc6-cautious-file-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 04c1fc3e8ad0a864a7bcc3a22691ff3f SHA1: 6e2acdb522600e06ae64069924642923491257a8 SHA256: dbefff85cb841f47e5a5831be62e3b803acfdf9704ce060519578bdd67ba45e5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cgi-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cgi-dev Filename: 4.0-0/all/libghc6-cgi-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 08afe80356922c5d2f4a9bd3ba2a1705 SHA1: c09332f90e2129cb011eb4d552b14751302440aa SHA256: 87a87686a716dc4751959a3c93e26ab55cf1ab555e8e8d9b4a9a908c263d78f9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cgi-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cgi-doc Filename: 4.0-0/all/libghc6-cgi-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: b25f2e7b924f1de5ec7539d8c6caf633 SHA1: 79b6df05b5a8ad25bcb7122870c6e044b1c7e481 SHA256: 7b4aa0b01cca4b47c84b94433712b7a9dd5efb4b63aa19f23d3620cd34c30a87 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cgi-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cgi-prof Filename: 4.0-0/all/libghc6-cgi-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: f59609d0458d6023b176c1ddf05551ca SHA1: 5b8d9c68622829125bb28097d73301096c9234b1 SHA256: 522b29baa23b2fbaaad60763e2f82b990fe213e57971b8cc74fd27d31db3bc5f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-colour-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-colour-dev Filename: 4.0-0/all/libghc6-colour-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 691860601705450a71bb0298f4cbb481 SHA1: 4aca87ee70d891cb86bcad5b9dc30d68a8c3b2bd SHA256: c718a8b3843d74df3e905206b12d6f2c884d08feac142aebaec0d4f8ae4ab13e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-colour-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-colour-doc Filename: 4.0-0/all/libghc6-colour-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 44891fe54431f4ea08c18a2d2560856a SHA1: 0ee7201ec3c914eb3c6d5f1c884544325d0feee2 SHA256: ab49cebf1e6ddc8ddb4429ff3f2990e347ebae6e38833589ccf5b3b0fa1ff2f2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-colour-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-colour-prof Filename: 4.0-0/all/libghc6-colour-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 6f15ba0dbaa52d0632562baad43ebc6f SHA1: 47ec2a2a00dd845d201a69bd50cd57f258370705 SHA256: 70fc089aef524768422a27dbb642b2d82740c5517ac165caacf088c0dae50860 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-configfile-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-configfile-dev Filename: 4.0-0/all/libghc6-configfile-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: a1ac402697d6fe6989abcdc8dcc8d3be SHA1: 1239c80889e9b661a33950a606710a04e20aa961 SHA256: 4892099f1311230821436f287a9aeb26ebce8f6cdaed955d10e0c826b0dc7fb2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-configfile-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-configfile-doc Filename: 4.0-0/all/libghc6-configfile-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: a2070ccf80313f0d7c00254eccf97721 SHA1: 66df4e91b73f870a2ce9625f87fe473a449af9b4 SHA256: ce51e80a626271cafddf77afd7284687bd91250685f0375801ee4f690e9e0311 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-configfile-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-configfile-prof Filename: 4.0-0/all/libghc6-configfile-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: c354473b1d4ad326e98830b07669560a SHA1: 57707cd2014e70bb8811cb68896679e6a1c217ce SHA256: 36076f11b431f185ad26eaaa484350ef0256c7e50b47751aafa163c5fb18c986 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-convertible-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-convertible-dev Filename: 4.0-0/all/libghc6-convertible-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 71ed8eb68a532b3c493cbb1e85e04263 SHA1: a17a9b003acd72c72587b4bd48f240f533804a7e SHA256: 940958d8dcb85ab4fa1e087fcf822fb70ef83590b69a33bca42b279faa8b0024 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-convertible-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-convertible-doc Filename: 4.0-0/all/libghc6-convertible-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 77ec7647288f46c95b613d1f050c0d56 SHA1: f75970ffd66be537cb43f36b1baafd77edc513f7 SHA256: d8f7288cc24265bcfd6476489b43d6def5d28655037f7dcae4ee309184020822 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-convertible-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-convertible-prof Filename: 4.0-0/all/libghc6-convertible-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 7ae4bc628343e6c18b57cf30c95e0b4a SHA1: 6b6e953569aa717aa048daa9c08219135ddfca4a SHA256: 69d2a131d33a4aa82f3278c8d7fbfe93fccadf90c14f0324191cf0c3d961619a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cpphs-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cpphs-dev Filename: 4.0-0/all/libghc6-cpphs-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 2437d3970231e12d535c706e4482a347 SHA1: 8282af04f60770e760e3a225f0ed728fdc2c94ba SHA256: ea8a432771ecab8b836b4183a90f377af5c05c15fda948f3a30b724cc30b6917 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cpphs-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cpphs-doc Filename: 4.0-0/all/libghc6-cpphs-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 72f25f84c3d447a291831f2e81188e5f SHA1: 36d58897b6ad038d6dd9c15ac751b216c5210a6a SHA256: 0e895fd34ea147c1885cd3669c7ce66748d0a121de86555df65030b37eeadcc2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-cpphs-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-cpphs-prof Filename: 4.0-0/all/libghc6-cpphs-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: ff6bd56607faebecf69bad4cab6aa778 SHA1: a0105719e0650cd21580c81035896f7ddbef7bd5 SHA256: b9051eb59642a981edb4069762d8f1f17b0aedf32557d068e710b8484d61a663 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-criterion-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-criterion-dev Filename: 4.0-0/all/libghc6-criterion-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: dcd13ce910a36008f608314775fc89b3 SHA1: 12bf328b318b092f938d6535c909e0df811f0a06 SHA256: 1ea8520fd64591e382676ee9b44888cb8121f776b229a899ac69ac1bbc7069f7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-criterion-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-criterion-doc Filename: 4.0-0/all/libghc6-criterion-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 30f765040f1c270eb3ac89fc5276793b SHA1: 3b29710d49e88822410f6308f442362027ca3221 SHA256: a355b0fe7262ccb0a59a30987d2746d834b6286f8ebf683ae83b32d211505615 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-criterion-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-criterion-prof Filename: 4.0-0/all/libghc6-criterion-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: a18fbdc182085391b961b9f650f5ebf7 SHA1: 8ba7afb2c2773a388a9826f0656d193c8d44a735 SHA256: 3f59a98e9b115063699973395f4b9fe21aec87fffa5bd8b0a7c896de5e19fe09 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-csv-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-csv-dev Filename: 4.0-0/all/libghc6-csv-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 7ec5aeb804de0370ac9d6bad4abc9880 SHA1: 56d2945dc2330ee3a948e4d6050eec10d9fd0126 SHA256: 8504ba157fabf5488ccc187eb9bed14ece9cc69feeb0cd37f763956e792856ee Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-csv-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-csv-doc Filename: 4.0-0/all/libghc6-csv-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 3c79dd255302aff2571a58b6ff6df05c SHA1: 89927413feac6cfab67001516fd2e82f110cc2f8 SHA256: fe00d36d9816455bab9621a966f83a1a3109c822a7c1eeefeffdb924614a66ce Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-csv-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-csv-prof Filename: 4.0-0/all/libghc6-csv-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 5ea07c9f5f23991eebfe40c57a631d05 SHA1: b5e3a0277f981f3228754345b2b8a6022e724525 SHA256: 0638c3413d01da167f270870d340f8bb14e198f6b875852e68b5db0b6e5ea262 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-curl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-curl-dev Filename: 4.0-0/all/libghc6-curl-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 7f3a0c970cdc9f779412770250960633 SHA1: c2c528702ddc1745eee9d61e23f6650c28b81fc9 SHA256: 6eecd79c4d7e484e284ebdc55c1616b40e216a3e1177d144f8855ae43f08f7cc Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-curl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-curl-doc Filename: 4.0-0/all/libghc6-curl-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: a8f640c7f2dfe00adf81f096aefd7c42 SHA1: 903d7d0212d8ef98f6e69ae45b7333cf8b245db0 SHA256: 2d2d9ba43fc3ee6c13870baad4595c29020bb64383b6c5bdd28d7e035d27aab6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-curl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-curl-prof Filename: 4.0-0/all/libghc6-curl-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: b3beba69eb9e69aa1c1346e8795be3f4 SHA1: 7b3f6b8b70473159cc2e0371cfa3bb5cf4ef5106 SHA256: 37ca2ace6d809d1b065309ff607d0ff15dc56d95be2f92b1d5885bf78a6ce761 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-data-accessor-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-data-accessor-dev Filename: 4.0-0/all/libghc6-data-accessor-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: b5fa953760a291e2dfe3456fc5b951a2 SHA1: f27cab0b8c54c82efae46df3d35214f323aa1345 SHA256: cbc26cf5469eddcf593eab5f13a4d1f961ce59a42a13d24fa9089afa2cb8b7c4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-data-accessor-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-data-accessor-doc Filename: 4.0-0/all/libghc6-data-accessor-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: f305c041284bda75c662675afd45863d SHA1: faa680a3d8cf13f84930de18828a0eac0e459bc9 SHA256: 4f1605b36a4ed035d700fa5e0665c9907cc1717cbd8d9801d78d0281e48de457 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-data-accessor-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-data-accessor-prof Filename: 4.0-0/all/libghc6-data-accessor-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 11c45cc3d97ae467a9334b7dda98104a SHA1: 4ac2b269f0d4b422555a1224a03e019c846630e7 SHA256: 75864f434688273b14afafbf103f713b3c488ec2734c1e61e442595e4b438d35 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-dataenc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-dataenc-dev Filename: 4.0-0/all/libghc6-dataenc-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 9146dc8b8273675dec96fd5e72ca0e3f SHA1: 2fdee6fcfdfe66c289882bfde909601f37dd0f95 SHA256: ae88543c1a6fa19f90765d39fe10dc435db4b8d7feec29a02ddd260d6c792829 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-dataenc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-dataenc-doc Filename: 4.0-0/all/libghc6-dataenc-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 0856b671821b03a3bea3e695731f8ae9 SHA1: 692250ec1974f65b33cd28a4179069e88fe711ed SHA256: 98d2482e43756d90e1327e26bfb2fbb73a6e2196dc72c6c81e19d2de9e0ad6f5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-dataenc-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-dataenc-prof Filename: 4.0-0/all/libghc6-dataenc-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: cd742015413f3cc5f99db2ed96655b27 SHA1: 83b51812da6097ea1be5de2343f642a1f2f6a108 SHA256: ddf11416274651b3e6428b770992605d97e6436b959753b8c57c2fc6fddf0974 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-datetime-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-datetime-dev Filename: 4.0-0/all/libghc6-datetime-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 098db426d6b02e9243e3f9e4000c3357 SHA1: e6dafa0752b97cddfad1a422ffa25740c9204e58 SHA256: 99e7df0845b10cb083a7ab222095ae4e32806a00238c89c6d1188f99f1e8c73a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-datetime-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-datetime-doc Filename: 4.0-0/all/libghc6-datetime-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: c79ad8dc63ddbb91506b9b57ca120f2a SHA1: 8b75a9ebaad6328af847ef94c94de2555398363b SHA256: f880497c743ad0e0ef27b3930625eb782ef0125676b7b518b2bd677079bc3e1e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-datetime-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-datetime-prof Filename: 4.0-0/all/libghc6-datetime-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 782be8382c3d36f3e6472ab90c04b425 SHA1: 7512e6a2534ee6a0b1a4b49e201dd29a58cdb87c SHA256: 8c1d4389edcb5c66eea7096adb2b1d9806c6041e7d916b2c1596e465d689791c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-debian-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-debian-dev Filename: 4.0-0/all/libghc6-debian-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 1f14744ba18ef92e0585e6a6c0e9a3d4 SHA1: 5df21c3611ad5dda2ab151fad403e583437ff452 SHA256: 6aa09429fc87feaa0769f33b91f0ed7e5197869676c219fb264114fd74ee405d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-debian-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-debian-doc Filename: 4.0-0/all/libghc6-debian-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 0058cc2a3cc711b8265b1fa847b3114c SHA1: ec33d00c90c68b38b76666c7b7d78183a30ae7ac SHA256: cf1a98fab79a28efe94711955575d8e8b7ecf104cb859ffec6117ecb91ff2774 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-debian-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-debian-prof Filename: 4.0-0/all/libghc6-debian-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a29672b943178fc7265d6a0159cf8fe9 SHA1: db111efe026d786571301453043532f05a1bda6a SHA256: b67cd7eacf3ebb72f1aa82386dc39669c163f560a61600eae30b6c61d2e2f0de Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-deepseq-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-deepseq-dev Filename: 4.0-0/all/libghc6-deepseq-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: e6b00a546f234300f9fb7d4487629823 SHA1: 839ed10c5758e9ea590ce092edfeaadabc979ac6 SHA256: 222020cddf6d2ebb063fa5c55e035e8bb40f6faf967aaeb2912916b916610c9b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-deepseq-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-deepseq-doc Filename: 4.0-0/all/libghc6-deepseq-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 6d2130ae5225d64e6013b47d00dee325 SHA1: 4ef25193936e245ae8a385a92d2e09698dee0779 SHA256: f9b54d684eb6a7fa97f619ba62a7fca7c89aa41572cb5df032311b60ed9246b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-deepseq-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-deepseq-prof Filename: 4.0-0/all/libghc6-deepseq-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: d4ea7b5689e8c935f88b2fb9c2bd5ee5 SHA1: 8ee68805988c7013b66a199764a66fa7058f3943 SHA256: 3e5cbe5978f2cd2836eabee353544915cd869ba09626721fea619eb872137835 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diagrams-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diagrams-dev Filename: 4.0-0/all/libghc6-diagrams-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 6e6b21837177efeef24de09a806f641d SHA1: b5d398c8023c79afe2d62bea4f2adfcf5ed701ae SHA256: 7d4268f80a5ed5a1f6c84d3035191d18fcabe3307178d17b92194cb08b3de205 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diagrams-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diagrams-doc Filename: 4.0-0/all/libghc6-diagrams-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 8de08c52e4e3d47c03980b431afdcb11 SHA1: 4082952c3e49a4369cb0adcecb66a04592a27f6d SHA256: 211803ab703145a66189ed93f61687e4fa232c2d1a5f4faca24339604b6301ac Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diagrams-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diagrams-prof Filename: 4.0-0/all/libghc6-diagrams-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 35cea731902fb7f5e755df57a5dad0be SHA1: b9aa0d357478e1ce85537726df6f3de528f7046f SHA256: a6381bf52df3141e6c61c2ad88c86ed3258a539ac339b19cc337ca3ff7a3b264 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diff-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diff-dev Filename: 4.0-0/all/libghc6-diff-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 9c7796718c8670e670d95234bbb399e9 SHA1: 90a424fb3fd94f246080edf46d43d9350ea4e554 SHA256: 3f19a21c39f801dd5cafc3b5d365a13fb81e4654dd189dfce5292bce12936246 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diff-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diff-doc Filename: 4.0-0/all/libghc6-diff-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 7884b1f4028c442eae10305554f5de62 SHA1: 93d376576caa821a4635066e5ddaf62fa9d522d7 SHA256: 594028f3b861f2c0ece1ad24fd1af43cc5e464607a16bf9434bc589dbef680a6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-diff-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-diff-prof Filename: 4.0-0/all/libghc6-diff-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 21777d11d68cc17485b0b4e0c9f1e1fb SHA1: a5bac6303abfbef742777636a70f3ee4edb8da4d SHA256: 8e2f1f3f9b13c9aa4d681a2b1d7054d5a7508f5826e0380dc89925144df357fb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-digest-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-digest-dev Filename: 4.0-0/all/libghc6-digest-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: 03b103e3c8948bfb3a276ad85c9d7bc7 SHA1: e81d87d4ab650887d06cbe0c1abf8f4ec5fa97b6 SHA256: 297782e800534e063f5177a41567089b687aa06dfbf2f5df14574e9316d114c6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-digest-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-digest-doc Filename: 4.0-0/all/libghc6-digest-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: fc70c9e2203e29cf15810f55e917e273 SHA1: 22fcabf0724b62f9b6821cab49bc2cfe04227a1f SHA256: b99ee58220d283dd7329c6944ed90d052a8eb45cdf224d12fc426a07e13b27db Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-digest-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-digest-prof Filename: 4.0-0/all/libghc6-digest-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 942d050612717644ff461c0cce951888 SHA1: 84eb1e36a1d0199bb8a1ded9c5aabd851721bd88 SHA256: 3c139150575daedbb400ebcfe1003de996d4363ea0b0ca4c2c7902839a9daa0f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-api-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-api-dev Filename: 4.0-0/all/libghc6-edison-api-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 43104739003d65310b8880d379f27fb1 SHA1: 3ec08e01b10c00f981357117d5e0dd326c8c9904 SHA256: 152ad4a82e310f8efe3f73e51ab22a82f9e526265b74d1a12447196516838c48 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-api-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-api-doc Filename: 4.0-0/all/libghc6-edison-api-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 3e671369d53e3d625565e3f70da3d0ae SHA1: a069590b06f67aa5954b13e160a18e70eb7c3939 SHA256: 4df3e24e18450570a34ed617902bb397bec163b1285d1383fbe7891a1601ce8c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-api-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-api-prof Filename: 4.0-0/all/libghc6-edison-api-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 460b9adfd9ecf3ea7d141ea8d499880f SHA1: 69c66696aa5a366cd26617cc778693834cfdda58 SHA256: f73c9df948d8948c0783d8a34994530672ad0d82db6e2b7fdc65fedbaf2275e1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-core-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-core-dev Filename: 4.0-0/all/libghc6-edison-core-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: dc84eda19efe4c433974fc4d2fe89847 SHA1: d5b281e74ce74236fbf70d4072a39e0a0b122aef SHA256: 1f48ebc1560647f780099919fb1df6ee63630bed120ac35db699dafa7ca78c85 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-core-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-core-doc Filename: 4.0-0/all/libghc6-edison-core-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: 6a5d45f2bffa7e241aac027222664210 SHA1: 75e31cc4f68a931ed2adbe993d6c42168abde837 SHA256: edda683d85e81d16de3c3380c59f730bde339540870a37d2e643d78cb27cbeb3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-edison-core-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-edison-core-prof Filename: 4.0-0/all/libghc6-edison-core-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: c98834de6d299518af0b61126592a301 SHA1: 21f55ac093971470afc607ee8c1d5474946bea48 SHA256: b71976486fa6bdbb10d8f4a505ae447a28c2e4e573c2ef62010284fd19dd2822 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-editline-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-editline-dev Filename: 4.0-0/all/libghc6-editline-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: a422364990f00255f36c1ee54e31c016 SHA1: 66bdcdb0890c5ac6e111cc56a90fa2f87290bae1 SHA256: af7aa16daa3f6cddf285442fc03713c467e0d9c0ec3fd1815edaa2293dee5159 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-editline-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-editline-doc Filename: 4.0-0/all/libghc6-editline-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: a05ce6f5a91eae0719ff9b850560e61b SHA1: 6e8c263765d4ced065a07e756aab802ab2aba537 SHA256: cfbf30f2e1cbc8dd1ed6fbfd92b04da9317c96c0ab7c2e98228caa2016d72c80 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-erf-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-erf-dev Filename: 4.0-0/all/libghc6-erf-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 11f87f43a127a1e4b8e3a487beb0aa1f SHA1: 79c4b17a46564cf95ac150c7dadf95ff464ade1d SHA256: 2455673d78518ef21807883876ee71aa50482d8fc4cf3cd20e3ebabb94eaf7ce Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-erf-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-erf-doc Filename: 4.0-0/all/libghc6-erf-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 332c3453821acdc8cefa3aa8c7155fff SHA1: d1067c3adc37972409155ac60b628f16e59777d2 SHA256: aadc16f7ef70149adbb4b4a955549a0e6c42d855367eb9579ff6e45995e63efe Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-erf-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-erf-prof Filename: 4.0-0/all/libghc6-erf-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: da0546818b7e642ca33b74d83484213b SHA1: 7932ebcb5bd60c9408dde95cdf4c05aaa49053fe SHA256: e6032799c66ba9e115cff44541ed12f4a6742aad9fa3b0d7c331567494922cf9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-event-list-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-event-list-dev Filename: 4.0-0/all/libghc6-event-list-dev_8.4.201403172026_all.deb Size: 4214 MD5sum: af591bbb83881d081d16a7d3677c0563 SHA1: 39b8656721da391d56abf869c46e05b29a644901 SHA256: b459abed93fb5355c8d8615dbfc6e60af8cd6dd39ae6ce9ec8fe286c7bfafffd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-event-list-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-event-list-doc Filename: 4.0-0/all/libghc6-event-list-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: 6d70324113612ea9093423d3d45881f1 SHA1: 00f9b97cac6f2f6198200dbb10657a551415ab92 SHA256: 5b8cc37fbc230130f5f8af203cd5e3f3cfa06a12430ba0ac1abc3dfc9564fe13 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-event-list-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-event-list-prof Filename: 4.0-0/all/libghc6-event-list-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: b4b83fa0f28a263d17baafc51d605e24 SHA1: 70b5fc84f5e328e22e2ba328ca7f0f827ec6bf19 SHA256: 45d8ed124cfe7df8edf5e376df8e37d9080739ef857e2e4357fda7d373470e40 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-explicit-exception-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-explicit-exception-dev Filename: 4.0-0/all/libghc6-explicit-exception-dev_8.4.201403172026_all.deb Size: 4222 MD5sum: 5eea804c667b09a1f62203d6909907bc SHA1: 207ee65e37f9675648b2715105b6c1d48898495a SHA256: 99c1a981c7bc7269db9b8f78e621b6732ef433d68dfe97e507ab2dd8a8c6f548 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-explicit-exception-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-explicit-exception-doc Filename: 4.0-0/all/libghc6-explicit-exception-doc_8.4.201403172026_all.deb Size: 4216 MD5sum: fa85bd251b34b02c5abc93782a8e03b5 SHA1: e622f11d83004f6ef5a5fe6a60eb2ecc91f9e8de SHA256: 8990c2cdce0feff889786914b72ff4b06e987fb308e94df9eb36f7d33fb08ecd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-explicit-exception-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-explicit-exception-prof Filename: 4.0-0/all/libghc6-explicit-exception-prof_8.4.201403172026_all.deb Size: 4222 MD5sum: acdfff03d84dee21885adc97d6c221da SHA1: e3e483d3d72038bb6a8a2ec3b8ede2687a100eb2 SHA256: 70ec304d9be55efafc110fab08df2f1d03ac484ffae8a9fd0e84a0d81c61a44f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fastcgi-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fastcgi-dev Filename: 4.0-0/all/libghc6-fastcgi-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 43be81fd34c91ffc7a312f1b721da29b SHA1: 4067c88fa2daef26b97677906ae3bca9ee3918ec SHA256: 5ca9372fd69285dd57a90794a6b27120344d3a94ce2e2bff5dec69fa21b88831 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fastcgi-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fastcgi-doc Filename: 4.0-0/all/libghc6-fastcgi-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 387934db2b3408b11e2dd48f817115c5 SHA1: 00ab9d3ff92d5c067f78f89ed78bffbc6a55e669 SHA256: 9a24695a99b9b51d245344661e79c45c8b7b0f13ffddfaaa3c4c52d5404f20e1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fastcgi-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fastcgi-prof Filename: 4.0-0/all/libghc6-fastcgi-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: c1503f4bb34e69675785d7d6d1134b19 SHA1: b4f1b179bc6e5d5264ed785d636158967eb13b78 SHA256: 0670df206cb1026403b0751bae22906bb04b905effbf447e8a44027f1d659b05 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-feed-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-feed-dev Filename: 4.0-0/all/libghc6-feed-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: b1c92d6f4dbee00e5e8ae7586376b636 SHA1: a63e6f68247a0281d2378685c2259e701e5d00e6 SHA256: eefb936af211431dabd264d7b25252b0232d5a4c57c2894b56d04809fe39b731 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-feed-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-feed-doc Filename: 4.0-0/all/libghc6-feed-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: be64bd30c2d3a0d296c8fe4012ab83f4 SHA1: 335d4b42f1e7bc2d06d757767ec4868f85674d52 SHA256: f6c4448b3be60117fc5394bd27e48b4bdddd4c1348adc9acbcf4bcc557e1964f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-feed-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-feed-prof Filename: 4.0-0/all/libghc6-feed-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: e24461f92326c2021e243ddc806e8306 SHA1: 4880fee73c0e59ea7e48de66811091eaa8df24fb SHA256: 09b863df5f55ad915bb4f2bd1e5adbb00cacbac064c3c8ae945a5f6eda3925c4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fgl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fgl-dev Filename: 4.0-0/all/libghc6-fgl-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 8fc65d6874ca55c3b71d9a7ece9a1f0c SHA1: c33f90b4f8a0bcdfad18c7a92a6c04c45afb0b7e SHA256: 25a01574a429f4cb8eea17d3c6a139206cfe4014dbfd996b7ae097cb08b9a0bf Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fgl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fgl-doc Filename: 4.0-0/all/libghc6-fgl-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 374333626696df1793f378e39c39e258 SHA1: d400492dee24cf7df96c6d911abfe243a01118f2 SHA256: c249e7f252d6b6cfad4450921e77596133181a2ed36ba4370abc497e7766c166 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-fgl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-fgl-prof Filename: 4.0-0/all/libghc6-fgl-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: b8ae3fad0f7943c4c1f83bcf429c27ec SHA1: c188994d752bb3070274fe6a633d406ac98364e9 SHA256: 0c964f5a1765b169036f5787e851ca96749314f03929e786bc792a49185dac24 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filemanip-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filemanip-dev Filename: 4.0-0/all/libghc6-filemanip-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: ffa68556d62fa6ff1ba599d85471f937 SHA1: 4f2ff7dbde4dba477ec368b3884ea24ba97f1da4 SHA256: 21e33a40420bbdee7257149304ef1dbd0bbaab8eb5a7db4905fae27f2cfbdb26 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filemanip-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filemanip-doc Filename: 4.0-0/all/libghc6-filemanip-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: c59d7bb1782fa468f9ed891126855802 SHA1: 99122eb3a722de3b00140b1cf79feba5dcd8f24d SHA256: bb8be860c0d9a7f4e8c044a9ba6fb233d1cda5021482fb526e2c0f2f9bd45cd4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filemanip-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filemanip-prof Filename: 4.0-0/all/libghc6-filemanip-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 55e157c8014f88672900d9d1a5819af0 SHA1: b397c2486e9034e6bd65c2898b2f31c9337e6835 SHA256: 66ca6789a5013d5f3494a08d36690a832e2f7ab3f4226fa39ffda22f2fee0abe Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filestore-data Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filestore-data Filename: 4.0-0/all/libghc6-filestore-data_8.4.201403172026_all.deb Size: 4210 MD5sum: 8da901e0e94525eebd3e3c0756cbe757 SHA1: 9585f0ea60da89ff75f94156a843a2467118d0a0 SHA256: 1c96313d50ce1ed6f182bc85ea21261da6b3491a9a79835ef4c5dccf3898d70e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filestore-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filestore-dev Filename: 4.0-0/all/libghc6-filestore-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 2f5704e9bfa9f8be44e9512e66c479a3 SHA1: 156ff31155288cee75ff5eddad275a4063ffe79c SHA256: daad62e144af37c11560c0aff7ac11b293db51bb0853a3e03e350348ffbebc5b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filestore-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filestore-doc Filename: 4.0-0/all/libghc6-filestore-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 4472898f58d4e5905258c67a115ffc92 SHA1: fdbc1891ffc465248d369e7343bd92ab25fa835d SHA256: 9cb627a12cfaf2c87d5b12b3363de5be4b1a48f71e26839e0109e0bfb303c84d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-filestore-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-filestore-prof Filename: 4.0-0/all/libghc6-filestore-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: cd7cee602699eb725c906921fc0a7a3c SHA1: 8e0e146188ce769310f2d3120c7d73051f9ec75f SHA256: d5cec0981d2706d3fc4bc9e48fdb2daae9aa69b86f8689d87542841a84857ef5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ftphs-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ftphs-dev Filename: 4.0-0/all/libghc6-ftphs-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 9db81b5394546ed2031e8232314c4237 SHA1: f604c4192e8bee085f00a1058f31421cf43c74f3 SHA256: 6c9524cd68f3b94d44e4b5082d66c2a390f853b8076bea4a0811dae13a285335 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ftphs-doc Priority: optional Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ftphs-doc Filename: 4.0-0/all/libghc6-ftphs-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: f66d93bef2295e9273070daf3997272b SHA1: ca6dbf1633a2b298b456d520f880a374b9348f1a SHA256: 29aff9f3c65a60851de68b6fac32e4a79c97f2d20907e56d0a54d9e9b143b2c5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gconf-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gconf-dev Filename: 4.0-0/all/libghc6-gconf-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 4896e2dc8bf4ff9f36f39a1a2457e201 SHA1: f4adfd89ad1a105550c9a717772c4ae100db7ef0 SHA256: 30579f2343586ee67cf1966b3d9bc7b32614788c3b174d49a96649e03f3f0a73 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gconf-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gconf-doc Filename: 4.0-0/all/libghc6-gconf-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: decfac4331b18094319951a6d365e94a SHA1: d3c0021e0dc4099c2aa6e7640104b5cf8a226d41 SHA256: 7ec38b22d08260b6ccfbededbaeb3b112d5692f8ee22082c522c58302363b733 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gconf-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gconf-prof Filename: 4.0-0/all/libghc6-gconf-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 66c71668716da0b3002d85889c57e9c7 SHA1: 365d3a2126b2d6942b81b5d47447e526c55231f7 SHA256: f470ccf9b717a88f03ec6732933587828bb85188df5486b6decb536b4a504d71 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-events-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-events-dev Filename: 4.0-0/all/libghc6-ghc-events-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 5509ebae3428950a6ebd950d96a1eba6 SHA1: 88dfba538c4a0c1c8f33f752ab26b5b0f75af4c7 SHA256: 5c977e900edf1458c9ed04f6b5c64fbdc4bc33d23fad7e27dd529ef97e484af2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-events-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-events-doc Filename: 4.0-0/all/libghc6-ghc-events-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: 7f496777464efebfd649e3db19499925 SHA1: e9b30592128b1582fb0cc3d329339c032415bff4 SHA256: 4e8be34714657c8972b90127c8300a485f1705f39ffb9d9e2fcc94ac67c41785 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-events-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-events-prof Filename: 4.0-0/all/libghc6-ghc-events-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: fc527a1eda70e2e92e2ba52421a98b78 SHA1: 537c7859dfadad31aad824e22123a257a2d21296 SHA256: 8407c715a1bf65e93ce0154a11a083b01557d2297e82a4a57e8931c1e5a02b0c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-mtl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-mtl-dev Filename: 4.0-0/all/libghc6-ghc-mtl-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: b87725dc28aebb00f2b34f048d0584c7 SHA1: e1cf63e68547965ccd268a9a0918a2894512267b SHA256: 17b20c6ac78aeae08348af4d3e0d28d8b6b68339e243e28645fe3005c5457bd4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-mtl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-mtl-doc Filename: 4.0-0/all/libghc6-ghc-mtl-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 7bbc22f1fffb670dd16dde1fc89d2b02 SHA1: 861872bd44df2e21b69ca2f7e56a5faccd6caee8 SHA256: fdc4eb6fb5dac1b9e390e6777b7116363ea1a5ca118ec4e547d0eb3801293f98 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-mtl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-mtl-prof Filename: 4.0-0/all/libghc6-ghc-mtl-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a634962030b3f1774e9ee054bd64a0b5 SHA1: 0539903d3a57d9a3b5f7c1bce64102ecc6163dae SHA256: 0165228d2ae21b086483b9c5798c33df0004cd83312a94dac53907e9eff4f1be Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-paths-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-paths-dev Filename: 4.0-0/all/libghc6-ghc-paths-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 35ca4f587db84aa37c472e0c05f7eaba SHA1: abfecdda167eb4c18c82b1cdf988b91a467894d5 SHA256: 93665b775ba925eb76f90c1ba4344257d01a617a5ff4ec1aac13a5a68f5de9a7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-paths-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-paths-doc Filename: 4.0-0/all/libghc6-ghc-paths-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 0f1438fccde48cf5581180be257612c9 SHA1: b5dbb7e35ef41440d24578647bb834b225c9cb55 SHA256: 7d9e6bfdbf581237772fd8b8e4ce7a1e98f71638165b123e08f0154978b9b2ad Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ghc-paths-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ghc-paths-prof Filename: 4.0-0/all/libghc6-ghc-paths-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 8895d17cefb66ad2cb47756359eab071 SHA1: 67d7053f63206a6b719e5bd5bda354b28d7f8657 SHA256: 48451f0b089d07ed97a988f6247b231cd4316ac1940c33f13d6c6bb2f2f26762 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gio-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gio-dev Filename: 4.0-0/all/libghc6-gio-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: d7b6cdf8b934d5ff2bbdeb3da60631ed SHA1: f84973874fa20d7b6d89bf368353baac3c8f0487 SHA256: f771b2c6cb090ab6c99f7aff5048a38003978944959f074892c34a987d81f7ce Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gio-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gio-doc Filename: 4.0-0/all/libghc6-gio-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 19866ba22806c28f997e53007187a862 SHA1: e32b63aee936f2f39e0b880decfa9571a35d67d4 SHA256: 064e53110c31552ddc41996f9ed5be98a25a5fcdbea61e9893269b9077271235 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gio-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gio-prof Filename: 4.0-0/all/libghc6-gio-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 29fc42c739ca697b400658bae620ea04 SHA1: 105ebe2a0f6736142081161a46df141e3c5e7c0b SHA256: 4dd49498d4fb69a953c55a0a901c8ed76a62efb7271274180f50a29f235fe505 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gitit-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gitit-dev Filename: 4.0-0/all/libghc6-gitit-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 1df645539273b5bad9a107511da808b2 SHA1: f2501de5ee4e839dc4209f539414cecb6b34f154 SHA256: 89f4b46d6f68205c58c3661d80c70d2fc35fa250ba4c3de260f4a6b90752a56b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gitit-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gitit-doc Filename: 4.0-0/all/libghc6-gitit-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 006b993532bfd59e38466dcece4f0492 SHA1: bf9c73ee307db7e7e2c5c6ab122da61f127957c0 SHA256: 82e58150fbf2d014ca0b391f47a3a2839414d96911abe5a4d2f87f895a65b543 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glade-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glade-dev Filename: 4.0-0/all/libghc6-glade-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 3e13b4723ff6a92de160289800b2004b SHA1: e38cf0486a32635239bedf53c1ceecf8b16ddc89 SHA256: 2f29b76334b448824ff6c3c8022b92c077c32168a824141b0aba820e345ce3b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glade-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glade-doc Filename: 4.0-0/all/libghc6-glade-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: e28e4d6cb9a56fae78c3dd22cbcc6d0e SHA1: b8dd1f4eedee6e0aa76513d7da828f5c9286d4f5 SHA256: df3b67a087af3d082229951891ec8ce6ca89cacfcb499586f2e3dae15f8fb0aa Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glfw-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glfw-dev Filename: 4.0-0/all/libghc6-glfw-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 150f79b696aab7da488aec6bcbf03fd8 SHA1: cf36028e9b6451a960a626b8477dd2d652379594 SHA256: 694403628a33a186f0e3f0649c213370094e7785d0cf2d95d3de94a7b431f300 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glfw-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glfw-doc Filename: 4.0-0/all/libghc6-glfw-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 8b4959ea73ca5580894237e92ab5c41d SHA1: fd13438bfa28f5e51977ff71277a1b091667de0f SHA256: 1fa3b6d899897e11647ddd40288c2bb91990d29d5ab54d8b7fb3e468458cd1b8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glfw-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glfw-prof Filename: 4.0-0/all/libghc6-glfw-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 24d2929f3d22ed80ba6e6597ba1631cd SHA1: 8fa499d55aec6015ea341725abba10a769ff2091 SHA256: 55f0ec7219684f9b9500d6790656e35fc77ba57990d1d4aca5950c4d4cc229b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glib-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glib-dev Filename: 4.0-0/all/libghc6-glib-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 1f3c29eb0f9f80acd124c4849ad262ba SHA1: d3b7a4c5c3e2b9e652701678912d140e4e7007a4 SHA256: 6c74cabc8de9f43473d17f2d9dff628f4ca3e8f69dd41c01f21ea0c99652aaad Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glib-doc Filename: 4.0-0/all/libghc6-glib-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 33bf44d091151d01e70aaa542a94b478 SHA1: 173299d081353d98407e1cc54a6df9cd1a17c80c SHA256: 65d30ff17269784e6a65182fd24111de46ffa4ddb0a905034ba79b590892bee7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glib-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glib-prof Filename: 4.0-0/all/libghc6-glib-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 915f5fe13185db54d516d6cd22419f6a SHA1: 3ece7e9e26c1b090cf236ffda08c95413cd94dc1 SHA256: 9288da8353a10e8d2b2a5d73eae33bc3ccbe2e2306f5be22f07eb070f2b29f54 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glut-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glut-dev Filename: 4.0-0/all/libghc6-glut-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 5e6d87b4e28230abda6b73a82cc05478 SHA1: 7cc8e4c002c7f2110dbafc9ecc636db3a19aa515 SHA256: ca23c4aaaa28c8b8e9eb7d25a30c9c037074441d0d36599382dc56b9b6c5b712 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glut-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glut-doc Filename: 4.0-0/all/libghc6-glut-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 9f93f0cfdf2b70670e590a9aa3d780e6 SHA1: f680c1dc33c77f2a029f1d488a7f6e0dbd6014ea SHA256: dc05b94004d43d50fd72e187cd91bcd596975c6c91d0851e6ab8e400f720bdd6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-glut-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-glut-prof Filename: 4.0-0/all/libghc6-glut-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a7fbab0436adb351122484de0fa5d4e6 SHA1: 8eb54e8ebdaaecd6e2fabd08e598e8a7a408d54b SHA256: 43828aa8f56b820912f8500f1cb20c4004a3aae75b92437c3b4dec3679c6e364 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gstreamer-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gstreamer-dev Filename: 4.0-0/all/libghc6-gstreamer-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: c6e108d915325c419b827ea6ed974d52 SHA1: 7a42c314747cfda9ebd038169897a0e6732f1f2a SHA256: 45d50f4fded8c46fb5fa0b13e200e3526a663a4ad68df36d2e360b2118d0dd3e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gstreamer-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gstreamer-doc Filename: 4.0-0/all/libghc6-gstreamer-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 70cc350e60ab062936e402de08cd31dd SHA1: 7bb672f36b20e6dfb7b17c07a0889ed7401b9f4d SHA256: d6fa105006d042c53fc65931cfcdd628d214296a223d5880ca4acff19bd92732 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gstreamer-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gstreamer-prof Filename: 4.0-0/all/libghc6-gstreamer-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: a5f39ba36e923b23b2a0dbf03bc4270a SHA1: 8ef60704191e8a09e9cfa10842b1256ebf053436 SHA256: 11f6a761c56d1c39be8d34cc2e802a9164c4131a0276f8ef2bd52efa02944569 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtk-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtk-dev Filename: 4.0-0/all/libghc6-gtk-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 0b1f17d9e1f9b30a5c76af6adb3c3b85 SHA1: 2edf54bb1fe1b9a4dd6647cadd24a8a7c2a3d91c SHA256: 2404dd9aeea31d64af68d9f257f0541f921bd8ca5201ef17dbe02fc1e7c5db85 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtk-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtk-doc Filename: 4.0-0/all/libghc6-gtk-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 931b7948014b6c20f2ee2e93a086b8a6 SHA1: 4ad468797793e6dd8e79271fd6d5c45483826f98 SHA256: 7f8a693f839b7a2dc3a411d938d44ad71d411fa7e59c12284747144333915006 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtkglext-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtkglext-dev Filename: 4.0-0/all/libghc6-gtkglext-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: 7ee7c14407cc38fca8113d53c543ef08 SHA1: 93802b5e33391dee67885d11811741f5e40f51a4 SHA256: 4a1d873483fe04639ef4bca49e93441ad2998b184aec157ab36ee83664186811 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtkglext-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtkglext-doc Filename: 4.0-0/all/libghc6-gtkglext-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 9f4db4d613a645bd0e58607b4149fa07 SHA1: 65be018d4be67391a2a390ef5ce83a903249771d SHA256: 2c132336cd922e4a48caa6b404def5c16560dc36e37ab8782f8bbd02687c4a1e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtksourceview2-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtksourceview2-dev Filename: 4.0-0/all/libghc6-gtksourceview2-dev_8.4.201403172026_all.deb Size: 4220 MD5sum: 83343a0cebd432b2740a906d9db5caa3 SHA1: b4551dcd683c1d65490c3753c7d0c6a51a7f8f8b SHA256: 69e7dd5967b3331b1555d521a7750e78cee2d8602eda636e92cac15c0d1f2e09 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-gtksourceview2-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-gtksourceview2-doc Filename: 4.0-0/all/libghc6-gtksourceview2-doc_8.4.201403172026_all.deb Size: 4216 MD5sum: 5e94b0639dd1821f8da386e84c6f7784 SHA1: 5ee9d8db765d64423a6ef03ff2a7a5dc42d2a113 SHA256: d884961a00083464e042efb84a16e53280e94e0d49413de9b7421d3fec4ac03b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haddock-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haddock-dev Filename: 4.0-0/all/libghc6-haddock-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 3b8e88565893b316fc2bd0bf23cf8765 SHA1: 50b259759ff0d4a6e38b2d292b08daf11d6d5bd2 SHA256: 697f25f19cef6bfc829c8c412fe02128708fbe67357e969e49640d249719e260 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haddock-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haddock-doc Filename: 4.0-0/all/libghc6-haddock-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 34ee5bdaeaec1dcd7763cacdb995530f SHA1: 25f40ef5d2e6e1ac19376e25037b0abf1490772e SHA256: 4007bcad65c582b02643b3158ca0677be9a28018e33e6e8bb1a689b1300d14c5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haddock-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haddock-prof Filename: 4.0-0/all/libghc6-haddock-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: f379b8431b2b46d0b64c19dbfc7c8c76 SHA1: 17bd2cea695bd0a953e52a67b9fda2fe044f8be6 SHA256: 7185cf4f8a0b045788e6922a3ceadb479db3f50621fbbdf48c78009825aaa37c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-dev Filename: 4.0-0/all/libghc6-happstack-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 9195bc29a1af691e509c2ba18462d6f5 SHA1: 2dc4e449438213519364119ad9a96fdde70ff311 SHA256: c4c68b4c632e53841e95b163defe930b7b17dc87760bf1b31bd55c58d0b1e48e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-doc Filename: 4.0-0/all/libghc6-happstack-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 9a9f102c79cf900372ff8692173b922e SHA1: 211b44d9b21aaa5f833c0605e2c1652d5644b479 SHA256: ea56ec593a8674f3c50889f27f3d6f049a2cebfd7b50bf567b9c5fabaea3ca8b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-prof Filename: 4.0-0/all/libghc6-happstack-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 0470008efd163b89f903266a2d6ea231 SHA1: 3ad60e74c5e09ae93d99020237b133ebbdadf732 SHA256: f864bebf323d335bea2d2a842d91f6b3b4a36b49ae0a829b168c2e1ccf287bbe Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-server-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-server-dev Filename: 4.0-0/all/libghc6-happstack-server-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: 21bd6f39afb04be08af09a82da93f42b SHA1: 74ddd7687c38062495484dacb25109c8d6249b9e SHA256: ba037fb13440e97675798a841b88c8e8e0dc457b6ea3fedd3a812317d99aa3c2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-server-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-server-doc Filename: 4.0-0/all/libghc6-happstack-server-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: 663f079fd03d88b3746fc491ac1f6b7e SHA1: 8c8a350367df15d56572d4b16e8904180b1cc33b SHA256: 32e757434a9e5f2894e4b22c2708437237a69a8c0782cd32725e1ff805a0dcc9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-happstack-server-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-happstack-server-prof Filename: 4.0-0/all/libghc6-happstack-server-prof_8.4.201403172026_all.deb Size: 4220 MD5sum: 35f36dae03c26f44c60ff78b4df108e2 SHA1: 5ad7fc7a89361077cfbd390ec22034e08ab7d93a SHA256: fa89f8f2e53a0698ed382ecaea52471e6ac7acb55cce3a52e24e703e6f509305 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-harp-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-harp-dev Filename: 4.0-0/all/libghc6-harp-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: d39e3c4538effd9d96c7ebca5c3382b9 SHA1: 1d8d8518c04e8174b13114622b02dbba7d63cecb SHA256: 68d41256f28d7fd219079708beebabc314a84493f60b34cd56931a3de50f5bd7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-harp-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-harp-doc Filename: 4.0-0/all/libghc6-harp-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: ac47b62920d4dba45669861ceeb2aa8b SHA1: 6fd87fe3883d0381819bc8133e46bb43dba0a067 SHA256: 2cc0b8154dd8f18bafa1a0db683450246126c00d490c119ab0c532c8619e6994 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-harp-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-harp-prof Filename: 4.0-0/all/libghc6-harp-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: b9772a0ef369ac1fd3f7cbf3f0dfdb35 SHA1: 8d5103a9637aaa1b9f9dbc47a38422c3f18960d3 SHA256: 074dc44d501fc58fb5537d06a0de5732f67b672f34ddc3c9fec4539ebd07109f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hashed-storage-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hashed-storage-dev Filename: 4.0-0/all/libghc6-hashed-storage-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: c21b57ce0328bbb81699a179b3e1b4fd SHA1: b080057e1e7f607b6e568eac26e3596f8e08ac46 SHA256: 50d2bbe56ca38aafe28b03b5ab1f283723c87ffafe64ab58660ec5bb57ae2b2d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hashed-storage-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hashed-storage-doc Filename: 4.0-0/all/libghc6-hashed-storage-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: dd39325ffabaf61705cf2b2fe147d6b4 SHA1: ab7908c0080a8b3b26951702ecd2355c5c6cc8db SHA256: 50ef78079423e0e28d6ec56f750f56ba4089d2a7ec6d27043c62fc93a2e8b542 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hashed-storage-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hashed-storage-prof Filename: 4.0-0/all/libghc6-hashed-storage-prof_8.4.201403172026_all.deb Size: 4220 MD5sum: 35ce8d505e7babc973925281c5458c64 SHA1: d9aaf8ae17ce4dc804c3a303cc8496a9e04099af SHA256: cabe4705b1a8f70872c76a2bf1c8daf67fe97f615b8ccfe4a8da9e2c8875d2b2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskeline-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskeline-dev Filename: 4.0-0/all/libghc6-haskeline-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 24a8ff4e13bf67edfe6672e0f621e53c SHA1: f01d41b2d42d8abf16b52e3003ae85f855a878a5 SHA256: 78a60ff66baf14d1d8c523fa6f81c747528ee9723e8002d26639c57cb9cc12ed Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskeline-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskeline-doc Filename: 4.0-0/all/libghc6-haskeline-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 76b10574710611a24d71a65a6a8a5280 SHA1: 01d226eebf3ddaf4c2c3395d7179b5655f611a0d SHA256: dd8c65ac5358f6e69db68d87d88652101959fa0471d65af1b083ddd798abb197 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskeline-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskeline-prof Filename: 4.0-0/all/libghc6-haskeline-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 0ba9ffe44b01ffc8d155d65bfc961a4e SHA1: 353def46dcde334632f5e51b4809a99c469da932 SHA256: 87710d1652dbad253918d3d40c2c29b99fb13ff0b97c441cf156472791ce7b22 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-lexer-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-lexer-dev Filename: 4.0-0/all/libghc6-haskell-lexer-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 6c9d86fc64d7e7dc6343e65f7c3ae463 SHA1: fa845e03e23ab801ccf6648a6c87d2366ea299e8 SHA256: 9247542bace352e348c1bdfa662c1a9a3b337727a28730805adfa640123c4d9d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-lexer-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-lexer-doc Filename: 4.0-0/all/libghc6-haskell-lexer-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 40f5509c365441ed5568914621650d69 SHA1: 3de073802fe51f18d8cc996d459cc58c75d6ff51 SHA256: b12090004e4a5fd615a58867f207f9f47cb924ed4c602e1b790b1bc009c45e98 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-lexer-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-lexer-prof Filename: 4.0-0/all/libghc6-haskell-lexer-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: f2097a50a6340373f522f80bd619c1c8 SHA1: 8bef43bf20af856dce1c0597daed0077fda3cac4 SHA256: 8d5f75b204c7d718ef83bf18f62c2e23fa1408784bd834330b85615bc0a5bb27 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-src-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-src-dev Filename: 4.0-0/all/libghc6-haskell-src-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: afdb8bd9994c20d0f92ac8a1c74c0389 SHA1: 2b8d2cc6ce2c40859d69ff3353c060f363d5fb7c SHA256: a507121f2dc5865fba0fd06303d57e89d16de6702c47a92a4a82def363b267c8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-src-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-src-doc Filename: 4.0-0/all/libghc6-haskell-src-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 33430c044aacc514c661ec1f3bdbba58 SHA1: 0084f8e7a727ec2903a7a341278b3585484b9b2e SHA256: 5016080337c9b1c26bff84e30088489a1914e45311f46c2e696877ed4e1e57ca Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskell-src-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskell-src-prof Filename: 4.0-0/all/libghc6-haskell-src-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 6992e741b7c8cec176107a0fd311e52c SHA1: 30e9b0abb7dd35da593ce3cc69865d06afec0bf2 SHA256: 85bc9c76b8658e0a33a0a38f18e2dfcd65f6b82c3089cf7b77b3a7234e33b61e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-dev Filename: 4.0-0/all/libghc6-haskelldb-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 2d3cd5e11037dd61e78aa5f3f44699f3 SHA1: 1c800173ebc9549229fd3b854b071c87fe678bb2 SHA256: 97a39374fbbb447f20e9281cb1f20e51b7f1ac51231bb13e0c286d86136cb35b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-doc Filename: 4.0-0/all/libghc6-haskelldb-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 1319223b580edfa8d5af0d1b029aa198 SHA1: 32b8c4bbb4388b789908bc5c3a9ba3a93884755a SHA256: 2c3dd74600b5a14daabf5c432f4cd7b60d28b49280c1ab1fe3c18f20434692b7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-dev Filename: 4.0-0/all/libghc6-haskelldb-hdbc-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 4bf88808593e5d5df7ae92b4201d81e6 SHA1: ed8c58a48148fb299c94226f7195244bb4c19ae1 SHA256: c66441b2bdc5a76812d07cbd80f92182fadbf4531fbf9246ef618a6c0acf89fb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-doc Filename: 4.0-0/all/libghc6-haskelldb-hdbc-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 7541202503878682accdc21d2c7ea75c SHA1: 46b0881d778ec72c27cafdd8f9d2b5f8243d3c6e SHA256: 8ad989cc6861d1f4fd6ab184de626f9703412c20fa72556299868a8dd0bae1bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-odbc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-odbc-dev Filename: 4.0-0/all/libghc6-haskelldb-hdbc-odbc-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 240d40b87806448e063cfde15a576410 SHA1: 7e68db09a6c131070ef9b9ebefa5379fdbe8b0d3 SHA256: 8c9c02b2484311503236855a4f3fdc9bbb8ef8822be730bd529560b714ab8b94 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-odbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-odbc-doc Filename: 4.0-0/all/libghc6-haskelldb-hdbc-odbc-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: 07351a18faa37e1f1073ad13ecf50ed4 SHA1: e853715489d96755c6255f6a8a12156bd3273cf7 SHA256: 6dab5607718b9c6d7061f30de4cc95b66decc512a481e0afd115568533af8f17 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-postgresql-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-postgresql-dev Filename: 4.0-0/all/libghc6-haskelldb-hdbc-postgresql-dev_8.4.201403172026_all.deb Size: 4228 MD5sum: ee5738b18312c2542495c7bc047a63cb SHA1: 8cd9c4ed277c9c6a9fbccb918b1974af9aa951ba SHA256: f481ff9ead4909e64a60c050f7212d1f192ffbeb92e6cf377ac1e3aca23c0748 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-postgresql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-postgresql-doc Filename: 4.0-0/all/libghc6-haskelldb-hdbc-postgresql-doc_8.4.201403172026_all.deb Size: 4228 MD5sum: 5ca7bc5c019f7e2cab2316ccbecb7c41 SHA1: a4290b2666239d7cc8361ad8125fc7e7562f4855 SHA256: a933af542236f85c3b99d1b54dc9d7f58250820cc72b63923185023b5f29f2b7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-prof Filename: 4.0-0/all/libghc6-haskelldb-hdbc-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 4a9de93326010f0106d057bdad4231f6 SHA1: 658a353b0c231b3a36a28690284c9979ff6e552b SHA256: 23bfa297f27874dc880cc416d358b100c08e171b62dc83ffa0912397e3d1983f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-sqlite3-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-sqlite3-dev Filename: 4.0-0/all/libghc6-haskelldb-hdbc-sqlite3-dev_8.4.201403172026_all.deb Size: 4226 MD5sum: 8e80dd8bd9cf1358ab65d7e2046835b8 SHA1: a9f60738d7a89627358f03ff43c6fdaae1da7b79 SHA256: fb97b45658662984ea91351a69ad364b95f1f8b989abf00115a1a2b7d585c01a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-hdbc-sqlite3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-hdbc-sqlite3-doc Filename: 4.0-0/all/libghc6-haskelldb-hdbc-sqlite3-doc_8.4.201403172026_all.deb Size: 4224 MD5sum: ea560fd3704bf548236faf110a4755bd SHA1: 2348974f936da31c6a45fc2f7cea93124b1bd6e3 SHA256: 02a21bba03172da6b5d17b4444d45b3ad485cb1dc5acfec70f419a16e8906c4c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskelldb-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskelldb-prof Filename: 4.0-0/all/libghc6-haskelldb-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 303a24b650a28ca310836c12b2288c56 SHA1: 4dc5a2e387bf0b8a4a4ed8b028f08685b00c7f20 SHA256: 53ebd2a93506c33fdc1fa82dd07ed9d279134c3ab5f4406463a7654c91b525a8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskore-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskore-dev Filename: 4.0-0/all/libghc6-haskore-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: ecd3c77988076b2311c830103ed241f8 SHA1: f5c08dd28efd8e2cdf9dad585b8980d65593a161 SHA256: 4b68a066a41d461cd9e55762888eadba73c773b9114794fa570734d2b86490d7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskore-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskore-doc Filename: 4.0-0/all/libghc6-haskore-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 9e0023e43f495ffc7fe1ca1cf5b5fb81 SHA1: 8679500633af9be2cca18d309818f8775bccf95a SHA256: fdbd12e0d5e90f0a3d23c613f07cbf54a421f2c7f8a4de83f5d8e3d6d0943ad0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haskore-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haskore-prof Filename: 4.0-0/all/libghc6-haskore-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 417b4fae5f948d7aefc0b771eb899c13 SHA1: 9a33089914e1ac858983e0de6248d851ae4c5c8a SHA256: 96815d0b8a62bb751a3451e6f3ab054c5cb7e5a17c65f079a7c37a3156ee2547 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haxml-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haxml-dev Filename: 4.0-0/all/libghc6-haxml-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 18fcfce43e013570e669d6d0767d2125 SHA1: 551315b324ac832b0bc1e3f80dcde97d1d70b0f6 SHA256: 50664614005ccaae58e5c9620650484b2d1fffa4f2914be39c71696505f11d7e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haxml-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haxml-prof Filename: 4.0-0/all/libghc6-haxml-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 16bcc9a98b79d59c7d143b264b0c264a SHA1: 5946f2c07a16c6a5cf15e7fe0a8d67e9f262ada7 SHA256: d51d77aa839c080e35f1df8ed2d984eac8f152443b987774c9ecc52e755a7775 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haxr-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haxr-dev Filename: 4.0-0/all/libghc6-haxr-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 4e852fa31398214ebe631e897c902928 SHA1: 5cdd8fc8fa1555ebfe0c779ce02be4e7044dc00c SHA256: 58fa401c49c153b3d21e7163dd4da7a6f014482adfd7f7bb6b0af9603959cdbb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haxr-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haxr-doc Filename: 4.0-0/all/libghc6-haxr-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: f46356cf8d324ef3a0e031f5847bc15c SHA1: 5ed186c2207f7b0b083ddea4cfbcd5c400b78318 SHA256: ca12f130079ce3ef6dea27e6f2cf3b41ee94cbc2c5d91f3baf918c75e9b124a2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-haxr-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-haxr-prof Filename: 4.0-0/all/libghc6-haxr-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 63cba30fe2318512d1dde1d963bd2940 SHA1: 026a59100ee4f1ac5318739dffc842008dd3eb22 SHA256: 10877cd6e484c94c7cff4247249ea003b6fe0bb097930905d0a897596ffe6b57 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-dev Filename: 4.0-0/all/libghc6-hdbc-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 1999d81a6cfbe47a38539a6b1a7892b7 SHA1: 6c5255ce3bf10aa802a93d6259b485ce651aee0f SHA256: d174cb3cada104e032423de0db573ac7828e1e88a8ae1fc6c7e3eae7a13ab11d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-doc Filename: 4.0-0/all/libghc6-hdbc-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 09b5f7afa17bfb2ea1e0999213b8641d SHA1: 08ba1fa855034ee095f75818b0e0619e50a5022e SHA256: d94fee2e90c6df38596541c9abade0fed43f39e48b5acb0f709769d96759fc88 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-odbc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-odbc-dev Filename: 4.0-0/all/libghc6-hdbc-odbc-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 959cea030d64c8007143f4bd1ba7dbdc SHA1: a10ce343e69e5fb4ae702ed358ee3c3415c3ebc9 SHA256: 1fe0a405ce12e816deb4b381fae22d0fe8e149663e2321cdaaee0b537d5a566d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-odbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-odbc-doc Filename: 4.0-0/all/libghc6-hdbc-odbc-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 73fd1a64ce3799d4b8bb7e7e44f20a03 SHA1: 2b0f1e71566f6cc707d9c8842dcdb6d651c89acf SHA256: 08daca66baa4e3643138560b08eef7a792eae2d1d686e76d7750b7fa7cc48ace Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-postgresql-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-postgresql-dev Filename: 4.0-0/all/libghc6-hdbc-postgresql-dev_8.4.201403172026_all.deb Size: 4220 MD5sum: b03bce69a175e6c0907dbc727afd9ae8 SHA1: cb8523b7c21ceaf3d982f38d043017b639f0946e SHA256: a77eff129d0a4476c291db61d7f88c0d4a2cdf28407acc137662adcc55e6f743 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-postgresql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-postgresql-doc Filename: 4.0-0/all/libghc6-hdbc-postgresql-doc_8.4.201403172026_all.deb Size: 4220 MD5sum: 7fe03542702f6b979e4fe118dd90d4f6 SHA1: a8a5efa4b8be7a27cd316411102744ca08091399 SHA256: d3103e085f9ad9ba8284eb6c07df51a9c442a00f2f721af0901b19b9421c9cba Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-prof Filename: 4.0-0/all/libghc6-hdbc-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 7a6b859e41b6b6d5bdfecb42ddf3242c SHA1: e41ecf7c2036724ede0281584860cdc21a9ab3e7 SHA256: a6be62c6be67062793cd43d00fdb6d1deff3aa06b73bf64390671150422ad9e5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-sqlite3-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-sqlite3-dev Filename: 4.0-0/all/libghc6-hdbc-sqlite3-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: e4411443bd1064467f07bdab76e5446f SHA1: 450e9a833e28516f2daa4c76b747ef7a1c7eb3ab SHA256: 74af6de88f59644fe956f7ea194cc2d7603967eff06a9419fdc33bdaed69f990 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hdbc-sqlite3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hdbc-sqlite3-doc Filename: 4.0-0/all/libghc6-hdbc-sqlite3-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: b4204d46f45247a23a631d2485dfa19d SHA1: 53061c2637b09642089128d8e5efb29947d3ca4e SHA256: 9ae49097fb06e82eebfe2d5d5bc9554d63c533e7c1ce104e4b941c4a7eb1b349 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-highlighting-kate-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-highlighting-kate-dev Filename: 4.0-0/all/libghc6-highlighting-kate-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: b393d80ca3bc09017a247167e425d346 SHA1: 7af3b6308652165db2b8369e0f59291825c7624d SHA256: 7ee0ffb8a66c5ec405a44275046bb95f003981741e0c720d6910b14694bb0f1d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-highlighting-kate-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-highlighting-kate-doc Filename: 4.0-0/all/libghc6-highlighting-kate-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: b5b8c10dcdeb83ac2a9e5462c8e8ded9 SHA1: 61fc1938d675640e82049cd5b1f40558f561300e SHA256: 2d571bd36f08c493341f342e0e558a59966c2f93326f02fa3186bc826dfcd4b1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-highlighting-kate-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-highlighting-kate-prof Filename: 4.0-0/all/libghc6-highlighting-kate-prof_8.4.201403172026_all.deb Size: 4220 MD5sum: 311f1719e4570c5dad4383fb79b67a1c SHA1: 65f573c53c0e8567dd59a5c28ce3a78a86809318 SHA256: 65a0054e1b3d43c36b4ac6d0376763d2c13d7d3d7e0d4a508475eee59a20b89d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hint-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hint-dev Filename: 4.0-0/all/libghc6-hint-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 951687976e9646c8b2c8796d45b03727 SHA1: 80d3acd47acced6dc78109d567bf26dc4e8ab34a SHA256: 1af314e26e93c14162389659a16c25b21cda5c8a77fdcab57d402ff3184478c1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hint-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hint-doc Filename: 4.0-0/all/libghc6-hint-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: c6968556d26ae719946df4a006e330fa SHA1: cb9ebff24857b0c84377c9b2e2d6833679472861 SHA256: 7dcc433d8410ee231edd4a78b3954b120523445fda9e20e1d31706e472177345 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hint-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hint-prof Filename: 4.0-0/all/libghc6-hint-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: b5862ef6f2d17b64f14c400b8a08f347 SHA1: dac8e55022b2a42df9e76bed30e347fad95b772e SHA256: 1c66fe79757c532fe54f9a58fb11ec7159017868ad200184182cce8b2269f1d8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjavascript-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjavascript-dev Filename: 4.0-0/all/libghc6-hjavascript-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 03b3fcbe2b359dd0594cc576e4a74249 SHA1: b01c5e9d7bbd17c09d4ea3d2f68287d600ad61e5 SHA256: 8df26193a3a639be485071be5f0f837bc7f5f4e5bbad73e94ab6c575e96fbd4d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjavascript-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjavascript-doc Filename: 4.0-0/all/libghc6-hjavascript-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 96623c60da608027ce10d014f90cf2b1 SHA1: 6c3c1fbff6f18324bd29a9813754483136fd162d SHA256: 343d3efebda42b820ffdd1fdd38f9e6dd188cbdda721269b691ccf7151338b90 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjavascript-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjavascript-prof Filename: 4.0-0/all/libghc6-hjavascript-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: 2be5e8eee1d4541bd85906ba4cdfefc5 SHA1: 55e85f0b39f38f25fb68fa1050d396f8e17ab2eb SHA256: af96074404c71da8e2922c1fdce43c6535820f22b4d8a425dc2e1b79883f119a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjscript-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjscript-dev Filename: 4.0-0/all/libghc6-hjscript-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: b34a08ead523829b715b405fca3c30ab SHA1: f428c654eea3dcee96100eaf8ae7a0da6f039e84 SHA256: d0c0761ba0d40e7d7ed14a2a6e9d4f765b88e0678076cafbcc21473cb4436a86 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjscript-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjscript-doc Filename: 4.0-0/all/libghc6-hjscript-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 159eda998d88914b7416b320667f5a7c SHA1: 85d34d4edd159022f6168eb1e21b55dba636c9bf SHA256: 5d5ca2adf5f71c053c9b24950b949e36011e3cbf55351a97db64896a23b366c0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hjscript-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hjscript-prof Filename: 4.0-0/all/libghc6-hjscript-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: ec9b7bd4a8bab5eb808a943079c9acb0 SHA1: 3883c00c2c650ba3cb2ab834d3efcafa83524f5d SHA256: afc996aa876fc0d73858ff7a787e9391c03554b42e8aa3c4c554cc3f88eeba6a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hoauth-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hoauth-dev Filename: 4.0-0/all/libghc6-hoauth-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: d2d533f2783a9503e8f64a9d983a4841 SHA1: 42094687a6709ad76eb3d9820e2e5741edca569f SHA256: 4af043eaeeef965e4136d37cc3a674e645426bfde455adf1ecbe397d90cc182c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hoauth-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hoauth-doc Filename: 4.0-0/all/libghc6-hoauth-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 86d30e816208f70c4a8ae9a5c6e5f287 SHA1: 2f5bca6a22e31aed6a389b8154c1195a4a087fba SHA256: 42869890c50392c9da94f393a1f7647850e0c9cc5f0406938a7af853d100fd44 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscolour-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscolour-dev Filename: 4.0-0/all/libghc6-hscolour-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 80aa813321c304e44f8bb230ed7408b1 SHA1: b1d2b3d124dffe0afbaea9159180d8c2eaf4fa69 SHA256: 6b2c49a6f5c5355fab9ae842a26a084945fbdf0637bc0f0e710e7249a7eea41d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscolour-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscolour-doc Filename: 4.0-0/all/libghc6-hscolour-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: b129abc91e1d1d289089e751bbe575e4 SHA1: 512699070438eb318bea1f99d61f5215575406b9 SHA256: 927f818f1f9b937f8dddad8c9a72cc1a7e0a2e8cdb8c6d1b9c28684baf42bb21 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscolour-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscolour-prof Filename: 4.0-0/all/libghc6-hscolour-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 1cd1d5e38d3ec79381a7226793bae19e SHA1: 2515035ef5e5ecd6ee4e09701262cc521962513b SHA256: 7e7899c17427784c9d7306b7f12872be1c8a7cc8799c3d2e0a8e08e6f42d218a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscurses-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscurses-dev Filename: 4.0-0/all/libghc6-hscurses-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 84c66b9db7fee533c2b32261c1358b85 SHA1: b018f6746fc3754fa7de1d3471b3eb66930bb997 SHA256: b3390de93db80766f8c2e504d9673802473b46905091fccbec660e840603c0fb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscurses-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscurses-doc Filename: 4.0-0/all/libghc6-hscurses-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: e7bc360102afc8865f5ab5c39ec970d7 SHA1: 1b37a8e48c1b95465f9480103e38318f06c697f4 SHA256: cfe51d45db1142ef03d7ca8f1259754f2670980209bbd0dcf5c3226ce066d997 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hscurses-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hscurses-prof Filename: 4.0-0/all/libghc6-hscurses-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: ca9623fd68df1396c1896f346bcb5016 SHA1: 41ffa4011c190fecccbf715d4d5056de39988e70 SHA256: 2e5b640a47d00e11600eee3a070387fa4ffa2dbec3b965642dcb1af8acae6c30 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsemail-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsemail-dev Filename: 4.0-0/all/libghc6-hsemail-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 5e9b1c7bccdc28531326707555f35406 SHA1: d3241bfe54ff207a1605c5a16854429d9e52bbde SHA256: 4f1783f96b1134607263145a5cbab1fe798236a69d292290ac3ec96f04d4c859 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsemail-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsemail-doc Filename: 4.0-0/all/libghc6-hsemail-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 415259275aeeb7b43b9b8f91758d22f8 SHA1: 8f7156c61020083fa71a43beb83e45322d03e942 SHA256: 1d40ba7e0967b824a1d33b93c28e8ff6af4974c55d6b094419537f79b31e4858 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsemail-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsemail-prof Filename: 4.0-0/all/libghc6-hsemail-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 9beaa9ecd51c3f2136ca6c3af3cfa3d1 SHA1: 8fdf59918d4be0df2579335681e71807d18c10e3 SHA256: f97c62596959f926d1c69637cb5e1d18021d26f66a8bda0d48ce09be434e2365 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsh-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsh-dev Filename: 4.0-0/all/libghc6-hsh-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: a8c237180c1bd804ec4d71f5e43ae8a3 SHA1: c8c429d084d4c32fd94696d5cd6518de12c9d9f7 SHA256: 44de295d22641d8b21aa2c217b257398c0801e6d02d47b48d30b6da762092a59 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hslogger-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hslogger-dev Filename: 4.0-0/all/libghc6-hslogger-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 8454c458d74e9c1914d3dd86a9393bcc SHA1: 0e753433b5c54c5fe618b2a478df5730c1d1b21a SHA256: 684c8666222bd0fbfe643df4d81ae2a1acc2a4ade1819b607931e8cf76844b2c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hslogger-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hslogger-doc Filename: 4.0-0/all/libghc6-hslogger-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 39313d82a310522e5dbdedc0b4ebda75 SHA1: e167a689e1c97b2ccf6709b8965ee956d206d2f1 SHA256: 6f43a5752c36c4815779d1e77cc1df656538633e53064b9430b05ab2d311a1cc Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hslogger-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hslogger-prof Filename: 4.0-0/all/libghc6-hslogger-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: bbb28df004010b8edef19cafd515d7cc SHA1: 08fbba6b2e82df31757cf70fbbf2bb9e3ddb1ed6 SHA256: a895c6367b6478dcaf85c9c0be1691f0792b5c68fa1009ffb014879a6a1c55eb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsp-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsp-dev Filename: 4.0-0/all/libghc6-hsp-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 2a0cbd1fe8843d7bb73fda26c3d56330 SHA1: b2237b0831b236d5743aa07feb0ca162f43a6079 SHA256: 46bc0a6483a072cfe6fb0535a7a3b10cabb8d036598368e066e09c50dc1b4d0d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsp-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsp-doc Filename: 4.0-0/all/libghc6-hsp-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: edf94754291fbb99c9bfa34cd0e31996 SHA1: 5a5280dc454b5984ce940904e07d6039d6d5abe5 SHA256: 957658e07cba3313a878649532d6949d698c22c7d66b4dade183900fe3c39713 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsp-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsp-prof Filename: 4.0-0/all/libghc6-hsp-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 2f77b053ccf79c1723ef15bb87e7d10f SHA1: 343aae1b911cf01cef19ac2f0e9fd4273975b042 SHA256: a2a70ad02dfa66ed9bcdb685ccd4a5d5d8f89e4605edc43fd2ea7ac97517caf4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-dev Filename: 4.0-0/all/libghc6-hsql-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 3afefd42655d8231825aff6fb51b8e7c SHA1: 676110f77b2b7fa08e8981ae2d0a9b728c55e6ec SHA256: 001e82f3fed4455f5da4a29bd284f59a26fc66687dcf5c5d0468f13794bb96bc Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-doc Filename: 4.0-0/all/libghc6-hsql-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 736092dee50d4a48ae893fd5a304cb27 SHA1: ab14d087ee145af6ad0d72a0b6012ab06e5e66e8 SHA256: dca8a88f28500c7de7bcb72aea7ceab644112da42949736ec202dcf6a3795314 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-mysql-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-mysql-dev Filename: 4.0-0/all/libghc6-hsql-mysql-dev_8.4.201403172026_all.deb Size: 4214 MD5sum: a040bb2c009aea2c1982d0178324771d SHA1: 20650f97a15b74e8bd72a6f1e8201637d760a5b1 SHA256: 2a92c8eb86330e3ab998369156e4d214cb4eeea5d58e45ef4f906001af66ebbd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-mysql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-mysql-doc Filename: 4.0-0/all/libghc6-hsql-mysql-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 151adc76ef5c62a8c0a8a1b9424bc287 SHA1: b5cd25586fa3b4ed993b40030fd2b87ba4f44f6c SHA256: 0265295b7e066b8e013cfec463da513cfc3e3a8c0e167b16d0b5382bed77fc46 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-mysql-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-mysql-prof Filename: 4.0-0/all/libghc6-hsql-mysql-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: b9bed89e0e081ed39c208af10ee97f7a SHA1: 7031f3feb764734fea974aec3601bf01163051b0 SHA256: f41ac6a37c8b0747e8a274e7fc76d46a1bef23398049735649a947b018e967f5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-odbc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-odbc-dev Filename: 4.0-0/all/libghc6-hsql-odbc-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: fa59007f6ca40059b0a98ff04e5919f6 SHA1: f25d5db20563f9673c687fe8a430bcdd4b6375da SHA256: 4e8ce5195d8a328bf34eb8cf0660033673fb9b7faaa5fe2e75c30b92bd31a3b8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-odbc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-odbc-doc Filename: 4.0-0/all/libghc6-hsql-odbc-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 05df5ec1e4cd80a891c37cd1623c2a3d SHA1: 52cb63050a6aed3e475ae5d0513d2216a3fe416e SHA256: 6b0507c83cf726137f7db4550b1825d093a095f0ef10b7069b1efaf1595c81f8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-odbc-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-odbc-prof Filename: 4.0-0/all/libghc6-hsql-odbc-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 805d3cc632edf71bc979a123497ea25d SHA1: 172a82eca8730a835ca03c88320e566165593e4b SHA256: edca159f5adf2caa2659494dd3007f0579174103c967ff6756f0a6fc7f027619 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-postgresql-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-postgresql-dev Filename: 4.0-0/all/libghc6-hsql-postgresql-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 0c58d29cc71754ac08882f3ef9e886ff SHA1: edd56ac6dd344e6fade8bb0d738a170b3917dcb3 SHA256: 245bc6fe6748b682bb0f15c4da0420bfd0fdff0567fd1bb5c726039b8814b600 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-postgresql-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-postgresql-doc Filename: 4.0-0/all/libghc6-hsql-postgresql-doc_8.4.201403172026_all.deb Size: 4216 MD5sum: be05edf208738837f292beeaa7e0e763 SHA1: b69e94fdffed998010be85b685f56e7fdf7e3ef1 SHA256: 3e3d97c1a8e6158a9ba654e2399f2a568ec46b10e28f1cd1d1654deca2112c87 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-postgresql-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-postgresql-prof Filename: 4.0-0/all/libghc6-hsql-postgresql-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: 531e3425770cb983685d382367199e76 SHA1: 6a88a7c34a0e74172d2bc35d60770b3b7c3c5e0a SHA256: 1d7d75d5b4a89c70c8ed802d14aa77cb9249fcc6aafecc98827c800937cfdbde Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-prof Filename: 4.0-0/all/libghc6-hsql-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a90f2f587d50b15134b4d6558b766c38 SHA1: 84b2347abfcf745cbfee43a4e77221cde5528752 SHA256: 9d7b49f2e88a44b3bffb1880ada2c5c10206b733eca2f25248fccf5a09381066 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-sqlite3-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-sqlite3-dev Filename: 4.0-0/all/libghc6-hsql-sqlite3-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: e0022765a70b56a92422e9f42e4572b5 SHA1: 447df9e38bbe240c2303210244f6efde301a756b SHA256: f8c95d3367d8515decfd2b32344ab65d276221706b04ab5e7eec76e296356d39 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-sqlite3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-sqlite3-doc Filename: 4.0-0/all/libghc6-hsql-sqlite3-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: 3d37b0e3c37c3d6ccfa1d1bfd08d458f SHA1: 0d64648bab739baa7b6424c7386cb19a5691cbb3 SHA256: bb851bf45c7877b1232c4a4b48865722ef1ea3daf2171505994b054f23f2bbb1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsql-sqlite3-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsql-sqlite3-prof Filename: 4.0-0/all/libghc6-hsql-sqlite3-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: 0c54458808d1d7170b1d9ddd0e08b785 SHA1: 686eb121f8dfa263019528a71e1b3fc863c40c17 SHA256: e423c23fdc8da8b532eddad91ab0ea07f7f457c4bffda154335ce51392c89031 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hstringtemplate-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hstringtemplate-dev Filename: 4.0-0/all/libghc6-hstringtemplate-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: fc465a8bda5e84810d25fc2e052c9810 SHA1: 0c38a059f9e85040903b5b01103086ae8b9d12f9 SHA256: fd7e0bba851cf339cd6fc262e47dc526070db3c01951580a8af9e2044b45c24f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hstringtemplate-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hstringtemplate-doc Filename: 4.0-0/all/libghc6-hstringtemplate-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: 8e2af4337d069e40ccca37488a003c83 SHA1: 03fc6ce09473c3e1ad633c20d7f98e75e762f64b SHA256: 49293fc5536ab8b55c5f6629d2ba44a54dfab00d7abbc5574b75911203e86b7f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hstringtemplate-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hstringtemplate-prof Filename: 4.0-0/all/libghc6-hstringtemplate-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 89ab10094a587b026736377c1dc76d76 SHA1: 7af5fdadb78b18cf8374ce8db73ec21d2138dc58 SHA256: 4be54c882f9f478940e32fdc0c6bad0a50d2a750b79dfc311f62226001b46df3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsx-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsx-dev Filename: 4.0-0/all/libghc6-hsx-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 0545f2d0e2cc6099239f5b6a486792d2 SHA1: c1d9fda540bd75f6e6d473ca7b074668812161a6 SHA256: 2410974b66cdb952c90f807bdfabcc0c098b2480a15c3fdc6b5fbb27713e7695 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsx-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsx-doc Filename: 4.0-0/all/libghc6-hsx-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: f4cd48caaa29d288c2c121809946984d SHA1: 4dfeb0dd1073d2b899c2836baf0b344c59b75dd2 SHA256: 4c170e89f7cf6016b1da307f79406f6f10da1c8ea3346ca8f3bc0f8e0857c843 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hsx-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hsx-prof Filename: 4.0-0/all/libghc6-hsx-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 2648260d0887e0cc032f5256429ed6b6 SHA1: d43b88e99a49a5663939cb91202e18e4bf9b2405 SHA256: 8e5469a6b97031a1f91f8578de7c0afa091f7e4ecf5500ee0f2ffddfbafbe373 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-html-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-html-dev Filename: 4.0-0/all/libghc6-html-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: f5b09f12b65ebe7da35695aba2e90cff SHA1: 05e2f7b58c1f0ec8c83d2956819ebfd987a44bc8 SHA256: 75572667a6ffa0f8c202c10e0b2810bb7f1a2f7ccc6f65e707a1dfa0e4779185 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-html-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-html-doc Filename: 4.0-0/all/libghc6-html-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: f2ca0d1dc6d2cc4cb42229f5f3a80b73 SHA1: 1090b1367e7a5aa9cd702243a88488f37d73c09e SHA256: 25c109453abd03ec8564f4242becbe11406d1fdb4f292a322f7afc37cf59e86d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-html-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-html-prof Filename: 4.0-0/all/libghc6-html-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 35a5bbc391cc8dc07eccc129799c11a0 SHA1: 9d1ee9c5996b24b9a747064e3050506aa2c955ff SHA256: 84ce352e685a73f0855bfce726ff3155a759104e515503a8a71bc22ee651314c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-http-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-http-dev Filename: 4.0-0/all/libghc6-http-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: def5db3a4a34b2e1f15c81530bd0fa2f SHA1: 60dae9379eae88337d538aec7c37102ccfbdc188 SHA256: 2ca3eb15bbb11a8edbe41190da093a1c895a98b50b08934c5036c7a5ed675939 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-http-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-http-doc Filename: 4.0-0/all/libghc6-http-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 02305d210f9833c9463e28c604bf25d5 SHA1: 55e756df7e7cd37b8d71ce3eeaf7c56d2e437f92 SHA256: aa8c306bef83a9a0914ff88be362fc6e32000e7a37b80c23c4b60483178fda0a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-http-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-http-prof Filename: 4.0-0/all/libghc6-http-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 19a966d7bbd36ae5f71e9dbdb6f118b6 SHA1: ac84c33279c3e394c53819484ee0b372d629177b SHA256: 6ae9ce09cd42c1a9c9f180cf6fe948697dfc8f1e2d8cbfbe84f871ab183fb81d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hunit-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hunit-dev Filename: 4.0-0/all/libghc6-hunit-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: d102a1ec60fb8ab870b7ec0744360429 SHA1: d8825474c20e539c06add9d9413f0abfd99ddf63 SHA256: 39a609fc81c6691f05a02075e343703f1e4183524468e0ba8458f5731f68da1c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hunit-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hunit-doc Filename: 4.0-0/all/libghc6-hunit-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: c23b01cbab9012d84c8e0463ca7bc469 SHA1: f33528d5a7f37ebe4bb9d2992754586122562c94 SHA256: 1ae45e202e77c53c31ce2cf2f5b7e7bfd8cdf3715031adcc9c3595f71a4ee602 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hunit-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hunit-prof Filename: 4.0-0/all/libghc6-hunit-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a9ac84aca587df62b58e69d733d94afd SHA1: 0dd5ea5260c5b4d16aa5935c80ccf3dc095f738e SHA256: 718c8b7a46dec4326f1a23361ae68ab1c2f3ede54825666beafba4031d1df4ae Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hxt-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hxt-dev Filename: 4.0-0/all/libghc6-hxt-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 61171dc59f8d46456840ce99e97a9318 SHA1: b978caf1976c24f9bdbc7f6e9c1ec081d2a7f00e SHA256: 81150c47fd8b158609a345b4c961ec072e5b00da6c75a3e9343074ec224371ca Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hxt-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hxt-doc Filename: 4.0-0/all/libghc6-hxt-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: c2fe568e351f149ef3558d1bb5be9749 SHA1: d777380424ca0f523c8a403e8801852be892e273 SHA256: f97441d4e245d9dcc724b8e61d526d622656159a08574155c79b1e1120908528 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-hxt-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-hxt-prof Filename: 4.0-0/all/libghc6-hxt-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: eab5dc5e275ab7b9a7b2cd38c9e46c33 SHA1: 9acc683a44053cbb2d0cb015dc77f79c220e4a50 SHA256: cbee784e62a4304ebe88bdbabe6ab09b03215f64163bb3be7041daa6a4dc7c8f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ifelse-dev Priority: extra Section: libdevel Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ifelse-dev Filename: 4.0-0/all/libghc6-ifelse-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 6bc0c4313679723dec0f9d980085507a SHA1: a646c3d7b753f6412d853faa91dadf0987838fec SHA256: f64c52f61ed3264687a374416d305531eb0af5dec64ff1467180261fd0742f56 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ifelse-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ifelse-doc Filename: 4.0-0/all/libghc6-ifelse-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: a24264b9c5e65bffac1afbef710927b5 SHA1: d237fdd608b9dd9afd6d525e57217e0ce17bedfb SHA256: 7c318f45a8c34e1cc093ae7cd5800356f5d81908d34f88347d35b3d2891aef99 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ifelse-prof Priority: extra Section: libdevel Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ifelse-prof Filename: 4.0-0/all/libghc6-ifelse-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 16457bae660b54722fd173cb01203f97 SHA1: 41d0a68f6f361ebae1c0344afa00dfc7359f15dd SHA256: 12e44fa1cbf5c356e2bfb1cd5b03bc92e36324c8e473df93b3bd3051e4ea5a9a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-irc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-irc-dev Filename: 4.0-0/all/libghc6-irc-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 47612a70ffd5cdb59bec5a3a7e3df292 SHA1: ede96105ea5a77593520724c97838d2c40c275d4 SHA256: 07056d34dffdabc9e96863c1edb691d59d2582087f9db5b26db37b787bcd7b05 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-irc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-irc-doc Filename: 4.0-0/all/libghc6-irc-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 749cb06828a8a07ef5a45a0d5b151fbf SHA1: 22e123d14dea42d0cd00a909988f350ff0093ccc SHA256: 418c5a3172700f79cec9d77cc18592bcdb1be6009e984cc67728de50068f90bf Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-json-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-json-dev Filename: 4.0-0/all/libghc6-json-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 0ad5ebe87ec74732f590ef9f78a41280 SHA1: d27e3415fba5498d16ad78de507a1683c96cec4b SHA256: cc528d3d3fe7bfc663989ecf78cf79174299a5a095ac5ebc3834807ef4edd551 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-json-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-json-doc Filename: 4.0-0/all/libghc6-json-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 6e84e6fb2a8febbfa73ec41c9f4240b5 SHA1: 651036da66ab45dcd0c2de112e8032aa9e2d964e SHA256: d1ad1a5234e9e6f7009d7c9a47064756d9167663745916975543c15400893928 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-json-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-json-prof Filename: 4.0-0/all/libghc6-json-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 37d0c9c24234929778c1036d63754b02 SHA1: 113e011a300d13afd5073a4bed5d1516f5c3b4b9 SHA256: 20a34de66951a857dd63448f770e45b601cfe81dceb0e9757f46726122680d0a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-language-c-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-language-c-dev Filename: 4.0-0/all/libghc6-language-c-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: d3f536ea1d0d87c31eac3e89b24e0112 SHA1: 811c063a15afbca7bfa258e9d313be195a203dbd SHA256: e8cd62d48a0097e2ab52ac11cdae87908f4e817576da4633ee1cacdeb7b596f2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-language-c-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-language-c-doc Filename: 4.0-0/all/libghc6-language-c-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 30b4a26aaa39d2c610e69c7ea1f1e521 SHA1: bb381a80da324e0d33b7f281692e537a237fe772 SHA256: 2cac4f240488b052543a3fc47fa32e2cd229befeddecee642a2f378403a13d92 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-language-c-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-language-c-prof Filename: 4.0-0/all/libghc6-language-c-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: b4b19fda1961302fc2e2f037e8832090 SHA1: 0543aa0368532a01d95289bc32c69f7a93750967 SHA256: eeb2c4e9345f83351c1661dc2e20e01f10784d5ab50b813a0cb0c5c5cd8caf42 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-lazysmallcheck-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-lazysmallcheck-dev Filename: 4.0-0/all/libghc6-lazysmallcheck-dev_8.4.201403172026_all.deb Size: 4222 MD5sum: e81b724dd3ad71df755e6cd1b48011fb SHA1: c8a086ee532293cadf8578277fcb39eb8645e237 SHA256: 19a9999a6d5ca7a32f52d1cd6fa3cce66cb1ec8c8ea10da5526c625c1cab4ec2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-lazysmallcheck-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-lazysmallcheck-prof Filename: 4.0-0/all/libghc6-lazysmallcheck-prof_8.4.201403172026_all.deb Size: 4222 MD5sum: fc3bab173513173bbe3c9c84ce685d6d SHA1: f1972c0ff211394c2319131f2c3bfd21ea4b3f3e SHA256: 198f48d8c449618ba12e744e0ef45563a04b32471379b19c6ad6dfe6a3ed476b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ldap-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ldap-dev Filename: 4.0-0/all/libghc6-ldap-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 8fff7c97fd04ed52575b7ca40568e7a8 SHA1: fb2d38de316ec87c283f433112faf94ecb8e7021 SHA256: 9908462cb249e97abdf22cfa2232dc95c5fc0cec246ce3d4d4b9b31ce947da5f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ldap-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ldap-doc Filename: 4.0-0/all/libghc6-ldap-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: a75b38b462a686168f038b1b40cde3bc SHA1: 0e5423a686bdec54e3c56c4c71f0c6176bb4e581 SHA256: 8ba06177fd56cc9ae09f442825a6b3ae5e905c9ab138247ba7a70777c4ea52bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ldap-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ldap-prof Filename: 4.0-0/all/libghc6-ldap-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 673116819ad2e7bbf5d0f9381aa26715 SHA1: d443cf299f940b63433933e2aa8a053d3e5647d3 SHA256: 86122b97936c1da5cf963857820a05536552004cc6bb815ff2b4880333ca8955 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-leksah-server-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-leksah-server-dev Filename: 4.0-0/all/libghc6-leksah-server-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 597c1295108e8b44c6d3f6918edf53c2 SHA1: 7f9bbab7c70c0ad144fcc0e69341766e77184567 SHA256: 5cddcacbcbcfb1787c1459a6d4ce38ee510ebee4c03578fb141f7c7aa0e0da28 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-leksah-server-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-leksah-server-doc Filename: 4.0-0/all/libghc6-leksah-server-doc_8.4.201403172026_all.deb Size: 4216 MD5sum: 0c78e5cfb94df81d512d76a460d40006 SHA1: ee9d09154a5227e3fcd10c9c614fa5d00a4b2001 SHA256: ed16a9e70e98559522d84e9ed0490ee6582f5fc8d446fd15d78b51bd5060ce0d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-llvm-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-llvm-dev Filename: 4.0-0/all/libghc6-llvm-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 01cab196fc5c568f6f29d20e136c7c96 SHA1: 0fb487395c086f4db925e3ed019bfedb04ca0ef0 SHA256: 7ff8d4e8aedffb1e64bb6c46cfc563cb5f4cfc78fe5b37d7068dd39676582864 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-llvm-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-llvm-doc Filename: 4.0-0/all/libghc6-llvm-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: e6b366af387f6c455000afc4501eb04e SHA1: 6658d99a63a4193cbfe351fcb01f15aa9aba9b5c SHA256: 4a99475798f0da0d978e996e112cbfd90a6b0f118284f1cca892dc26613f072a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-llvm-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-llvm-prof Filename: 4.0-0/all/libghc6-llvm-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 1d07e99f3dc0fe27f20b0b9796b436a0 SHA1: 8752c47480a322e7db604c3d37b90c5b24c29847 SHA256: 2c7434ea05bd23f0d2775b6364c7ba4dce6793a1599b6c3654da79741e699a9a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ltk-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ltk-dev Filename: 4.0-0/all/libghc6-ltk-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: b8dbf727ef9b6ffe806ece61ef5dd641 SHA1: 1c9e04c3f55f7407c06161dee536a427a404632a SHA256: 354069b5e902b411db7a973f5a5d3d6fda65fd852e7c01d4b6c129ce3f37ecee Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-ltk-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-ltk-doc Filename: 4.0-0/all/libghc6-ltk-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 368bac4b0332bcbbe6f253068b5db46e SHA1: f745dad40d9ef07de7f470a5809b2bd78d3e0ce4 SHA256: 0ec2073528ea6ecc6c921f9ffb67d171e5e43c72b24de6dd9e4f160bdc5cac96 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-magic-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-magic-dev Filename: 4.0-0/all/libghc6-magic-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 63f7f2a83d8152a62b8f13c19251871f SHA1: 55a99db222ab1b98fb5d9220808fb3029aaf70dd SHA256: 65b82d059f44f4d0ebcd0b2f2765c6ee6d4e8e60e55faf32ffd635b7a76e4d3f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-magic-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-magic-doc Filename: 4.0-0/all/libghc6-magic-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: c19db85f2ab5100c5d3b4223e211ca87 SHA1: 0e00d7cc5f558b7fbea95ecfacc3796c56790dc3 SHA256: 55bfd44d4b9de1409216be10394315c5626da07c03ecb00ccb08a0736bf0ff72 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-magic-prof Priority: optional Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-magic-prof Filename: 4.0-0/all/libghc6-magic-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 6226701c353b067a8914343ca4691ef2 SHA1: 1729e120a257596260b030b7c70fdf3275979861 SHA256: 3f138821efdaea7adc160c96d99f71d63864d379d5137cda9cd40196d92e29bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-markov-chain-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-markov-chain-dev Filename: 4.0-0/all/libghc6-markov-chain-dev_8.4.201403172026_all.deb Size: 4214 MD5sum: 02daf5ce50d1ba11bb7cd3722a919477 SHA1: 53932663ce67e249f1e2290f6fd28bee671d299a SHA256: b0ce33448aa029cb9aca29184597e925856cd95ba0e0623253b6cbbe9019da6f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-markov-chain-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-markov-chain-doc Filename: 4.0-0/all/libghc6-markov-chain-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: 52c385ec5a317a3370491412e50757e0 SHA1: 88f8fd92ed2478d95c640561138a0c97175aa241 SHA256: 0d3e3ab10d3ccc940ab1f480710b11530406204beeb6e96a1ea0e9871debfef5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-markov-chain-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-markov-chain-prof Filename: 4.0-0/all/libghc6-markov-chain-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: de8234628037857583395756cb5df667 SHA1: 2ae1ab9daa80bf16a8656f6b3e90e634e9409e62 SHA256: c2f513e86debf995d6ffe7d3e658cde0a27a0bb0a75118f95498f0996859ef30 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-maybet-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-maybet-dev Filename: 4.0-0/all/libghc6-maybet-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 2cba6a1da7648a93a0e4a71b006af65f SHA1: e05dd3704351636ceaea532392e69e3a3093da76 SHA256: 24ef72fdafccd9abd9e87051bfb8bf1c43b2343b45c93a3d93e38e012bebee1b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-maybet-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-maybet-doc Filename: 4.0-0/all/libghc6-maybet-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 7e1046b5bea27b2f8aff070bcac98a54 SHA1: e1d9ebdf8842b5458b8b776131218083065ba2e5 SHA256: 9a640238fb33f624c7b5712e740fab44e442836297c6916f08040174342f5f7f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-maybet-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-maybet-prof Filename: 4.0-0/all/libghc6-maybet-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 37bd459446d9282800d64181a9435a62 SHA1: 34a762b8369b052bffe14f12d458549ae90c5b06 SHA256: 74bc25452484aea7ca3eeffc6bcfc91ad182a0085678772a61531b9cc321f6ed Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-midi-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-midi-dev Filename: 4.0-0/all/libghc6-midi-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 41016330e668de3352d842a907863538 SHA1: 589a63bd4d61e34a91fd8ddeedab8dc4d6c2efea SHA256: 7d541ab921461cb3c01a77f4b9eb9c8283a1fef93495f3e2796de20dd29c2c45 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-midi-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-midi-doc Filename: 4.0-0/all/libghc6-midi-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: c47ac2663a8c1468ae59ff85b58c13e2 SHA1: 4d6dd9558d97a5a91a113b30c5ec21d99fe55ece SHA256: 74a0d40c4230429d347eb54a6725a27e031c230dcbd93cce76f52b58937f6221 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-midi-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-midi-prof Filename: 4.0-0/all/libghc6-midi-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 9bd5b79ac670fb630b7b12a1bd86065b SHA1: 26ded566f93b2abe36e1f9f21be0f449c34ddc11 SHA256: 10c9aaeff0ba62d3b307c77680805714982a955746a4c6b7faa1dd4e667314f7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-missingh-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-missingh-dev Filename: 4.0-0/all/libghc6-missingh-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: bb273875bd8e88a7be0d9ca6ee17afcb SHA1: 05b4be7e3fa05c65b0318a50f6c09b5b4f9b8498 SHA256: 87b2efd694fe64150c88fa743de9b39f141a41a24e4b51948bb23bce742e63e9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-missingh-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-missingh-doc Filename: 4.0-0/all/libghc6-missingh-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: dcf4d562906c5a100bf065ec45d8a3c2 SHA1: 1879ec5b79afcc470b921d1bee7353ebcbadc7b7 SHA256: bf5792d87ee38f06f5243000372d41e1e5309af57a075961e42082542b910936 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-missingh-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-missingh-prof Filename: 4.0-0/all/libghc6-missingh-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: d3ed680fcd87673a1e65c6d07404f770 SHA1: 94d00c1f0cf5c89ed7e50ec252a80a4e7ad76207 SHA256: 4caac1460448775ecff87634d382ff78a6db165ccbc8187129a5d07a7612a31e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mmap-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mmap-dev Filename: 4.0-0/all/libghc6-mmap-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 42879b3e31036bbbcd33cfa3d8449e8e SHA1: 9c19809e2b7f5e88a39dd1134e22391ea298d765 SHA256: a9fafc015aa44e6f3f072b1f7d8d4e565cfe77fed04716db5fce51e56a1358d5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mmap-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mmap-doc Filename: 4.0-0/all/libghc6-mmap-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: ba3ac9d2bf01ca31862cbdb937d65350 SHA1: 59889db15c8d09a9cebd4f87178c88734cb4df3c SHA256: ccc08b0656cbdf9fc6c5677c4601f628f2e60aa97e3eb5244156be9bffc148e4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mmap-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mmap-prof Filename: 4.0-0/all/libghc6-mmap-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 7d34516965219c225378c2a41c8ef509 SHA1: 4687a4be9367a7c5d5ca095e3c6f7b237d83e797 SHA256: e099995c77a1795025e93ca36b773f6f3713dfd4b6b010b6b9efe08187ea7659 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monadcatchio-mtl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monadcatchio-mtl-dev Filename: 4.0-0/all/libghc6-monadcatchio-mtl-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: d81bd7a7c6e61b1ae485261ba0bbf3f6 SHA1: fb652d598d07ab2bb2033e8e16dc8ae87c24f45f SHA256: b6b96d9d19ccae125a97e6143a4344aa60a3e3eacc777c5c38f922c334fafcfe Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monadcatchio-mtl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monadcatchio-mtl-doc Filename: 4.0-0/all/libghc6-monadcatchio-mtl-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: 257e3433af1d8caf363c461ebfbbfdb4 SHA1: 8d8fb6bbf536b6ba182942b7c0322456735f8f8f SHA256: 518832c54c0f4ff709a61004130b6effed489cfd73937112b55989353c49eb9c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monadcatchio-mtl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monadcatchio-mtl-prof Filename: 4.0-0/all/libghc6-monadcatchio-mtl-prof_8.4.201403172026_all.deb Size: 4216 MD5sum: 4f7771faa34cd50c1b7bd341b2ecdc52 SHA1: de9c1fca8704fc1f9c17bdcd36a41a4fec4f14b4 SHA256: 1066aece012b4a57ec4273003fe6a6aedb29aeb432d2636c7c94134e1483a07c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monoid-transformer-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monoid-transformer-dev Filename: 4.0-0/all/libghc6-monoid-transformer-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 8b162f43109d84fbb19fa0d26c0947c4 SHA1: c8357db3aab9c899ad72a56dcb346764229d7980 SHA256: e86b21b3c007b9bad5d695e4f7e31e80a05b4ef61817490450129e51a640b4c0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monoid-transformer-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monoid-transformer-doc Filename: 4.0-0/all/libghc6-monoid-transformer-doc_8.4.201403172026_all.deb Size: 4214 MD5sum: 597cb58ace8d3ce5bd9070f77b58e825 SHA1: 85c81e442cee38866423af51d76e6933aef3be23 SHA256: 0c6fc90287b6c3af6cebe3ccc8a5356cb30a326bf09e4e3d6dc91c998c99933a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-monoid-transformer-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-monoid-transformer-prof Filename: 4.0-0/all/libghc6-monoid-transformer-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 4669389435e8f787ac401b221bb46f70 SHA1: a63909e7bfeb38de74927b44d6d84bdc598ad1bf SHA256: 8de84cd3f6a9bac2e72e3a8d9a5f77076757a28af1a3bd8173e6a227f7453c1a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mtl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mtl-dev Filename: 4.0-0/all/libghc6-mtl-dev_8.4.201403172026_all.deb Size: 4196 MD5sum: b5d7a4ba47af7ab6b073b23b61669c5f SHA1: f401a1764e12750f52ec5b39970fb764ce351e16 SHA256: 30ee6b10abc2029818b9d9824834b6d2ba966e3106c2734dabe681dc7d45ce62 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mtl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mtl-doc Filename: 4.0-0/all/libghc6-mtl-doc_8.4.201403172026_all.deb Size: 4194 MD5sum: 508a54a7f33bf1f3c157ffec68532065 SHA1: 609389d8efae84c0f620dadebeea5d5301dd0530 SHA256: 2ea46275c216403c8516dc2bfbefc550d8fc0bc2cb01a346caed56b26fb48c78 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mtl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mtl-prof Filename: 4.0-0/all/libghc6-mtl-prof_8.4.201403172026_all.deb Size: 4198 MD5sum: 18756548d2d9f7345e9f74013de1aa3d SHA1: 1db18338414259c210664c3b369fa03496fa16ca SHA256: 06f51a6f142ed8009feffe354186108ba66712e3d87362f415cd82e2b4654685 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mwc-random-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mwc-random-dev Filename: 4.0-0/all/libghc6-mwc-random-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: bad91483aec71e45c6128f81b3d9c347 SHA1: e89d846ae97eed7ab292610aa474900e1d0a2874 SHA256: 008ddebd753b2d3c16695dfdfc18aed1769879acd2dbc9a26968a83f09ff4f8b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mwc-random-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mwc-random-doc Filename: 4.0-0/all/libghc6-mwc-random-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 1066a752f25982d11758268c3bda3257 SHA1: 2a9b166feafdf2c957f1246e5d6515ade9c1e108 SHA256: 5f70578da208b79e33ccdd7282c9035a2c8715ff1e7d9072e78e987de03241a9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-mwc-random-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-mwc-random-prof Filename: 4.0-0/all/libghc6-mwc-random-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 20a107509327690519d5a4f3a4f4dd3e SHA1: 2ce1c380f237e26315891aae718e6ee58352f82d SHA256: 367c12ca5f9876041efb0d985e90e5733fd14ce4281bd8cab773203b4e996009 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-network-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-network-dev Filename: 4.0-0/all/libghc6-network-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 6acf0e4a428546a8ea9d2a34e245127b SHA1: 45ed14d3861f89bb084f41016e0db8a5b6902d7f SHA256: 07a755ad24519186d8933dcde46ebb2e18d2946601b2fe9ebd92e5f09999585e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-network-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-network-doc Filename: 4.0-0/all/libghc6-network-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 2acfe474e17893e7d86eaa26b6e4fb42 SHA1: 3bcd256bc93b9ef3e10617669316bb9ef8be2480 SHA256: a09c4531181314c8b11883cf6fdc62fcb3cf3ff48c35ceee5d8c5d1db1235545 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-network-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-network-prof Filename: 4.0-0/all/libghc6-network-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 43f7d883b517ad4f82fc49a2563ef5cc SHA1: 0fb30df77c12b2db8da16a0b74276ebdd721f865 SHA256: 42235a11a2f452979fd78157fdf80d1d2e732a5f61b8e62bb1261d15a6fe2caa Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-non-negative-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-non-negative-dev Filename: 4.0-0/all/libghc6-non-negative-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 03fe064eae5cd8a9f772c4778413ac40 SHA1: 53f61207b2a530ac4f58c4afccf10a7a94c92ee5 SHA256: bfe70ebbd6388dd2281bbe66a21998025817a530045ff683d19d94064afbfc0a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-non-negative-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-non-negative-doc Filename: 4.0-0/all/libghc6-non-negative-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: f850d45564cbc4876ac1d6647376ae6e SHA1: 07d90411f3ead0041b855250afdbc83bd012d0ba SHA256: 780d2024342928809d5c9963144110108c8378d44ece8a837f2c6431dac52ec0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-non-negative-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-non-negative-prof Filename: 4.0-0/all/libghc6-non-negative-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 877963883184532854b5e195ed848cd9 SHA1: 86d7a33ee82610030e09b495ca3676bfc9d67ca7 SHA256: 65293abdcec035a12e14a65110186a2d2a97dd6c15acf5d2ce9f90c75b0de0db Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-openal-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-openal-dev Filename: 4.0-0/all/libghc6-openal-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 8a2ed6bcee38e44c207823f7d0de24a5 SHA1: 004196769f2698a31c896582dc7296ca82d6adab SHA256: f8d695d2101965bb99940dc83a4c69a11cec64114b5f2607b44c402dba46e257 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-openal-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-openal-doc Filename: 4.0-0/all/libghc6-openal-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: ffd6706f1192d12af39bc55e53fe7db8 SHA1: ee112963451e79026b672bfa6facee443a4f2d00 SHA256: 23326ae58c58ae38824f2a5ce7b45f8bc09debbbda9ca82bc043b3956155caf3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-openal-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-openal-prof Filename: 4.0-0/all/libghc6-openal-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 6fc7606ff789b37f2465589f386ece44 SHA1: ed15d6925a99045a9b59300791f57b25380aee7b SHA256: ec6234c3e846e484531ef288e660170239de6acd4d5765fbc1d71d3805b96519 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-opengl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-opengl-dev Filename: 4.0-0/all/libghc6-opengl-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: 4517b3c9606f35f07e18a8114bebd0d5 SHA1: f500d30c91604fce9a876a384bc7cb170538314c SHA256: d2b8e41e6fc1821e8ae35649818d7fc1763b8e439f96e8d9ef833ba447216b40 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-opengl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-opengl-doc Filename: 4.0-0/all/libghc6-opengl-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: c76aeeb85847122242613d08e337229e SHA1: 46e7bccacbffdcb9c4ad830d1d7b78386db1f840 SHA256: 048eeb19937d936112c8f8a072e9121fda6d1fac64129a9a2103e8b72b291dc9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-opengl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-opengl-prof Filename: 4.0-0/all/libghc6-opengl-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 95363666f62aa0abb2c101ce7f6250f4 SHA1: 6cb6418dbec76a8d48d76657da7430d899f92b2c SHA256: c4b5cbce503aca45afaff60fe1160d17e9875a1d47d046bc1284bdb168087fb4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pandoc-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pandoc-dev Filename: 4.0-0/all/libghc6-pandoc-dev_8.4.201403172026_all.deb Size: 4200 MD5sum: dd6a48683c75bf6b9828aafb0ef6be24 SHA1: d5ae41914938055127379dfb8a91bed7d96da7c9 SHA256: cce0dbe3ff74eb83b0cf0d035a4a44fd747aa682ee58202932cde4cce113a99a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pandoc-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pandoc-doc Filename: 4.0-0/all/libghc6-pandoc-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 7049c2f5f9ec22d73513ee9e42b564e9 SHA1: 499812119699e39b2008c8ae8cd8c09204f854bd SHA256: 5be20178099ed0aba323e8471de5b8e633a438d35a5139113ad3032ab8c3ac3d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pango-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pango-dev Filename: 4.0-0/all/libghc6-pango-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 85bfd287c235c8cb8ce1bb526b041117 SHA1: 8896d45267fa940814715ba5296e8b8a833f4e61 SHA256: edfcf09e88ea9e69f7cf26cbf65bc6a7d616fd7e4aa772902925e99d19517f69 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pango-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pango-doc Filename: 4.0-0/all/libghc6-pango-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: cc5ca8489aa321665607a0823dd6e677 SHA1: 7b46430eb867fbb9f62cf107f9c64f6a801429f1 SHA256: 7ce5d80215e30d56c2b0b9036fa3e9d4c2dafc023562e66d0d875a8b38077436 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pango-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pango-prof Filename: 4.0-0/all/libghc6-pango-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 6501036f8fe265a8477f334ee127d007 SHA1: a29a4ab4b0db28187defcec5659e9c7406a543fb SHA256: 0df730a280b5650436c75ce715be2c9cc11e8cd534d01c55ec78a360e91b4942 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parallel-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parallel-dev Filename: 4.0-0/all/libghc6-parallel-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 780e134f3029368b8501c94c33f55b6f SHA1: 4109bf11e724683bbaa3bdfd9e9a713bce1566db SHA256: 495fa90b69732f0fde094f2abe0dfe0a39a2ed251a220727da6b156a24142280 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parallel-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parallel-doc Filename: 4.0-0/all/libghc6-parallel-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 591558691a3a7da170becb7895e29602 SHA1: a208e904469e164ad0f368bb91835004447b9dbd SHA256: ff8bb6814c5f45dae30481b644af984d9bb2dd4cad879edffd91ebbffa61d321 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parallel-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parallel-prof Filename: 4.0-0/all/libghc6-parallel-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 6be72d290f10ba6a69c0e82629403127 SHA1: ab7d07411d2214f679cfe08d31f308fae20c90cd SHA256: 79d35fb67b939e94955a72afc6a813c294cf8c1172043d78b490d2d0ce13dda3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec2-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec2-dev Filename: 4.0-0/all/libghc6-parsec2-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: c2579a06c717451170e7abf068262934 SHA1: 2a2ca73398f10b2fa455ff3466347a1cdbb82af0 SHA256: 6e9f56a5dd1e2f7fcc46417ff88327af176177c794e94fd9eb0f1a795cc34bcb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec2-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec2-doc Filename: 4.0-0/all/libghc6-parsec2-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 3d8888e0fa5615280a35b59f3038d51d SHA1: d4af10f15e5ac7fbc41706b4fcac4ca2728608f8 SHA256: d3fedee209b10a90c88f327caea8923894b1319f9baaef3aee2e1050b78a6e53 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec2-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec2-prof Filename: 4.0-0/all/libghc6-parsec2-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: ecceb3109708002455533b19facea631 SHA1: 81cd6710848d6bc2cc015462958ea0e2046ffe0e SHA256: 6edae988a3fef49f055fbdaf789ffbbd57568c5a24e4c7288077c5f967e07e26 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec3-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec3-dev Filename: 4.0-0/all/libghc6-parsec3-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: c84c13120662559addd47a14874cc6b4 SHA1: 698ae8639392218b3f95666927cc7b98cea5e475 SHA256: 1f6288e0e63f4b3dfcab64905e5951768a28a4f5971cadb9b039007272f85f2a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec3-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec3-doc Filename: 4.0-0/all/libghc6-parsec3-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: 747e2a3d11adb4e1531331d33e89c66b SHA1: c24c8a4e7524115c043fc9f9fde3e4340b4c21a1 SHA256: 8f1035e96dd6636847ef3421e7a645ddadef7c4fe450cd988f8bd83b051b40ba Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-parsec3-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-parsec3-prof Filename: 4.0-0/all/libghc6-parsec3-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 027ea9467b2d6ef285a0ee6c70033400 SHA1: 9a86e228cbd37a8f5c468b80736fa0f8f800a376 SHA256: 3735beda8277baf7b26c5be35a33d2216f052be875f92e8f7b422a8e6556e80f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pcre-light-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pcre-light-dev Filename: 4.0-0/all/libghc6-pcre-light-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 46dafc0186ab6a16a6feedd62cf903e9 SHA1: 0946af358c547c41d72b0033e898f4fed29f1307 SHA256: c648fb27bf47ce27a06489d2fe6392fdc9e04e1078870dbfd4b082321fb4b028 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pcre-light-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pcre-light-doc Filename: 4.0-0/all/libghc6-pcre-light-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: bce4fb37116a5211dda5241ea2dc8fe4 SHA1: 00e0b60c0ac70897353136fbb2da05b00a6800e7 SHA256: 91f91210d8fcc51d71a405f748e09a6760c0d0a8f43e6c40d0f8111aca16e6ea Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pcre-light-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pcre-light-prof Filename: 4.0-0/all/libghc6-pcre-light-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: ffac27fa293b7bb1c8e86acb21c0282a SHA1: ce4a887899c4bc74087e6122d597f24f53902289 SHA256: 01cfcf1628b797466ad9332b3dcd47593c52590469d69b020e6ef7f9fdecae84 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-polyparse-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-polyparse-dev Filename: 4.0-0/all/libghc6-polyparse-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: f7bde259c27c5c263da22faf1e5d14a8 SHA1: 6cc39bed4d30cb20967311812c8006e218a8cb4b SHA256: ba1b145fb24fb72a474c9f4946149e3d2f7e2f543d575054105e4c2b2e10d2ef Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-polyparse-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-polyparse-doc Filename: 4.0-0/all/libghc6-polyparse-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 9ceebae61b938c1618fafd8e7465c9c1 SHA1: f94020d345d27a33e6859ac20bfcd0fd10e1bde8 SHA256: a3b331d59f9b186bd741cbfb83fedde5f83ca342d53c17dd14b4a6058755e1ed Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-polyparse-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-polyparse-prof Filename: 4.0-0/all/libghc6-polyparse-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 37351e29fbaeed1960404bcf14168525 SHA1: 57eeb1182fe3182a0295789ebca10b1e5dd8dc53 SHA256: 3d9d6ba35cfceedde9b4df38e482e1707709bb8b6c50867bd626698f00d781d2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pretty-show-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pretty-show-dev Filename: 4.0-0/all/libghc6-pretty-show-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: f6342e1949ce29c1b8e6cd7978061582 SHA1: a2433ad0ccc771b0f937547db014e8fadb31e419 SHA256: a421fdb0419688e94b65a5da9ff3e958db48942834dead55c2b5e055f761ee91 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pretty-show-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pretty-show-doc Filename: 4.0-0/all/libghc6-pretty-show-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: a70564ded3d91cf2a6b1fd153b6bf68c SHA1: d049a9c4e0c7df111e53e8591d610635a29eda37 SHA256: 36fa32a47878b2a27c6d50500cc4188ed74b26e321dc8f59ec8a215ad8f3d31d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-pretty-show-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-pretty-show-prof Filename: 4.0-0/all/libghc6-pretty-show-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 0a5b9f1d99e99c0fdacd5a874e7c91d9 SHA1: 5c1ed43c3e06a007a85754e8ab66ef1c870f737d SHA256: c98d4f7d13d6a71d1719a7c5cf0f776b13e0a87e87d74a11b84817748f5d890e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-primitive-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-primitive-dev Filename: 4.0-0/all/libghc6-primitive-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: 550e9bb0676d9ad6fee7260c4a34a2ed SHA1: 7dff73368ff58a2c34611cb1a01e4b33ab630a4a SHA256: a04b0870ae70c3fafcc5c197fbec20feaf57c4bbbd5bb48f45c45306974af3da Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-primitive-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-primitive-doc Filename: 4.0-0/all/libghc6-primitive-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 9960b2d161cbf2acb584e38a764bb0f5 SHA1: c61bc92162d0f0e868f397aca61f8d045193b5d2 SHA256: 9d80d06324adaee1faa03cb4221a8d8c02eee9b878b7d4619b50345fe95dad5c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-primitive-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-primitive-prof Filename: 4.0-0/all/libghc6-primitive-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 16b13be53863817690325614e5d6b96a SHA1: 48473075bdf98387e2c09333d32de078e74eb356 SHA256: ffeddafcb05dec2d51e2129fc4ae030fe4521276b3c06b3c2b8665904757ac03 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck1-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck1-dev Filename: 4.0-0/all/libghc6-quickcheck1-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: 019fc81d35bd4d8eac64b86d1886c660 SHA1: ad9cbda72493b0b57ab5705ec37054b0ca0d02bd SHA256: 2a1deea5078b6a38acda61627a846ad74b9952e15f5d578a0c0efae1ccb91963 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck1-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck1-doc Filename: 4.0-0/all/libghc6-quickcheck1-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 9cd02947d20f58d6f9f4884632295ef0 SHA1: 2cd494fdc4d2a9df54c696fdaaff6184553c9b5a SHA256: fda07a5200fe5349ba7127ef8211eb5ca2c6f15e2c14e3d8e7b2c0ce3b2ea935 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck1-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck1-prof Filename: 4.0-0/all/libghc6-quickcheck1-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: e16859ef169ac37c4d38404ab086e313 SHA1: af38c2b29a8f63c362871545f7c5e7cc1fdc1c4f SHA256: bf80274808052758555a13a1db8c9a8f9c58d7bfc70ab2b1ac84f29c9fb30151 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck2-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck2-dev Filename: 4.0-0/all/libghc6-quickcheck2-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: 011fe27668de1f2ee205e5e32c1bac4b SHA1: 347f346f027a6182746c488cc958ac0245b73de2 SHA256: eefd068dcfc3a3f98e3139b5c41f5f03d5cf83020030c5f2c43edece03c19383 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck2-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck2-doc Filename: 4.0-0/all/libghc6-quickcheck2-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: b2eddbd4a196b720d630597c5bb27e21 SHA1: 2245eff1a3bbcfaca9c60763cd8f679413955dd8 SHA256: a975f2538115685409d0262820a8b2c6dcaccf22e28f9cc3012d5b0ba17d21b8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-quickcheck2-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-quickcheck2-prof Filename: 4.0-0/all/libghc6-quickcheck2-prof_8.4.201403172026_all.deb Size: 4218 MD5sum: 646458efef5fbc9db8bae2ae3e7a20b8 SHA1: a94ffcc5d7d8e79e824d20b12796eb19354407fd SHA256: 42327c9d8bab09ffe7ddfc3de3cac2cc1547b5955ff351f8cc789ad82439370a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-recaptcha-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-recaptcha-dev Filename: 4.0-0/all/libghc6-recaptcha-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 3884823eb13d8976a7096d10232ce588 SHA1: 5e9ab8d0863b4a5287e48df6f3c3c66af115ab11 SHA256: 154c02a34f880dc3c662067d7c17d4c4715e488b0d3b07f477fca2e3a0963eb9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-recaptcha-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-recaptcha-doc Filename: 4.0-0/all/libghc6-recaptcha-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 71b69b5cbb7d0949bc834feb85bc6eda SHA1: 6ac4b08894f7736842847a88a44865a12b6919d1 SHA256: 5111f3180ae9eafb85de7f3ab1209b0456154d889a31b923d7a01e4b36eeca2c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-recaptcha-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-recaptcha-prof Filename: 4.0-0/all/libghc6-recaptcha-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 2931cb4c051551fba613523418f64447 SHA1: 1514df4facee1449d8382e37a10132ea40694b46 SHA256: 09f6b6a4445860fafaec0124f5b624947b755952e7e083ec5bde550df09c16e9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-base-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-base-dev Filename: 4.0-0/all/libghc6-regex-base-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: d3c35ae730d588c4437d7db7f1a7088a SHA1: c0b4214cf726389c150c68980df635864cbc7a0c SHA256: 1b89c1b253c375c68fc0da22bf17baaf18f85315e6c72ae881c55b66ba15895d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-base-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-base-doc Filename: 4.0-0/all/libghc6-regex-base-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 589a77abb853640f349324a16c4dd0ab SHA1: eabc4909d4ddd4976ebead94dd7bbc692b1643d1 SHA256: 846093d9ac072c05e0efc3aeb96b75122e846ebcd1f1b899c91b77bd3e2855a0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-base-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-base-prof Filename: 4.0-0/all/libghc6-regex-base-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 00e6a54b2e44c2b726cc49c4030f0898 SHA1: 2f719621325e66b3f10bbf3fc2fd652519a4cca6 SHA256: f9c1ee15d3842eb31ae6bf04b52351a67e7f25f66f1a4ee78a5b198c86dfa6b0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-compat-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-compat-dev Filename: 4.0-0/all/libghc6-regex-compat-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: f0059236e757965f35baf3243fcc1cd8 SHA1: b12f46a04cb727b807d08a66137d8bc6096291db SHA256: b4602c68fd7f56e6b385b41d5a6f600d0d1c9f320f16c5f0a117d41d4de23200 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-compat-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-compat-doc Filename: 4.0-0/all/libghc6-regex-compat-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: d4fd69486484df16592b1004187cf6dc SHA1: 304fe90d42dd50488b5dac8f3ef5c6ec267ca6d0 SHA256: badd12a7ea32165974a0c1928adf6ca8756673c6df7ccc43ebae4dfe5b8c77be Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-compat-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-compat-prof Filename: 4.0-0/all/libghc6-regex-compat-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 0f273ed2565a69f980cb789875fa606e SHA1: 53e9a05557caa48465e5bf88a055f7d25239d395 SHA256: e332e4b9191540d91733bb0761fd7ed87217b4bf3b4a35f42ebbe952b8bd3cce Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-posix-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-posix-dev Filename: 4.0-0/all/libghc6-regex-posix-dev_8.4.201403172026_all.deb Size: 4216 MD5sum: b2418b1a4d5cf713a0a78085041a27fe SHA1: 334b990e64f531169c83242d086b0edd69bf3803 SHA256: a61c86ae60caaa768c80a9c655677b0d7392ca0119e8851f23ef26551f4143f3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-posix-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-posix-doc Filename: 4.0-0/all/libghc6-regex-posix-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 2bbefc825ce1f5d217c8c15143599244 SHA1: a463b2769d9bf53679b38a0f45a889dbad2d08e3 SHA256: 48491bc99adb142b63eb94c58390b1d08b3b8fe93963a3d2a564d1aa341fdc2a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-posix-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-posix-prof Filename: 4.0-0/all/libghc6-regex-posix-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: d9529cbd658ab35e3e7ccf622aa7dc3a SHA1: e713274d883b0254ba866692f2008fe0250f5e75 SHA256: 2f30f99cedf87c70d4d2f600e220cdd07679757bd6e20a8a67126d5b29aae1f0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-dev Filename: 4.0-0/all/libghc6-regex-tdfa-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: bb9aa5353466499c0925bd21d668c7ed SHA1: 6a0781c8343196e7d2f2374bf081d7212c4f81bc SHA256: c3a40bbbf6d808bc9365b4b26fab9a3474bb48b41676e64a714d1d2e1d8073bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-doc Filename: 4.0-0/all/libghc6-regex-tdfa-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 23edd95c9063d138bef8102930b79ce3 SHA1: c5ccdc9e43c8d78e1e640b485c0b184dc8b69cec SHA256: 7a41bed1a21c8ae63b6070ec236091705df0b2404d95a2af8ac6fee85ff343d6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-prof Filename: 4.0-0/all/libghc6-regex-tdfa-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 228178e7ae7806bd5769a481f83c6bc9 SHA1: ea619f91ec89d8e3afbf060c3e8c8a1798dde87b SHA256: 8493f145fed2cdb9af0e54e2d068582b2fcb4b72f72c3365baf0ea9da661801f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-utf8-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-utf8-dev Filename: 4.0-0/all/libghc6-regex-tdfa-utf8-dev_8.4.201403172026_all.deb Size: 4220 MD5sum: b4d9acf193e2be82fe5357444abb1ca8 SHA1: d19e831a5fc6eae984f4d4c60ead060a41028801 SHA256: 03987d7747642fcec46178ac86434879a327487b4f8b4454272e6612ef25dfd4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-utf8-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-utf8-doc Filename: 4.0-0/all/libghc6-regex-tdfa-utf8-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: bd2ccab45eeaf004c46d92d9f415aec5 SHA1: 7e8c4b85aa3ccfdaafff3bde0f45fe765c6f00eb SHA256: 7a96265d87bd71213076785413cedcab3c54d6ce2e962df162bf24f6c5986502 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-regex-tdfa-utf8-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-regex-tdfa-utf8-prof Filename: 4.0-0/all/libghc6-regex-tdfa-utf8-prof_8.4.201403172026_all.deb Size: 4226 MD5sum: 34106fec03e33615ceec764e305fb1b8 SHA1: 56a4a7bbcf3035210a1df75684e8040c00905917 SHA256: ca175640a5e393f01b508a84085cc302c26b014138e25984e1ae4a74b9cf15eb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-safe-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-safe-dev Filename: 4.0-0/all/libghc6-safe-dev_8.4.201403172026_all.deb Size: 4194 MD5sum: 511a6d6a1f81878c3925ae977abddd49 SHA1: 52a963ac63a492954133df7fc0a5e5102bd169b0 SHA256: e42d29ae865004b31c5eea8589ea4ccaa9f3a82a19f28cd1e71a581546f006bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-safe-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-safe-doc Filename: 4.0-0/all/libghc6-safe-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: da0cadea84ae11c8ebfaaf9cb7cbd6ff SHA1: 42ab59a6cd9bf76d76fd8bdff495572e7bd54355 SHA256: 372b8d34573f5922e1459aec6097cc04dde982afb850660a2ddec343bf2a89b4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-safe-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-safe-prof Filename: 4.0-0/all/libghc6-safe-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 0dc8cfb30cff573b35489682228f4ab1 SHA1: 8256b1e73940238d55396322098bb9e100ba0269 SHA256: 4bc98f5699f07e3b79911d04f67aefd5f9fa404e9167297e7e150fbfec785d36 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-dev Filename: 4.0-0/all/libghc6-sdl-dev_8.4.201403172026_all.deb Size: 4194 MD5sum: fa915b5e450f8616482411394744ba4a SHA1: c91aeddebacab1eee6177b050e9da866245d5eff SHA256: 65d50411a58c8a8208944257e37289e8bcb62264f50f4ec7bb6ad273ed55be13 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-doc Filename: 4.0-0/all/libghc6-sdl-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 05537162cb1adc5c33b76d6b28a84081 SHA1: cb35299bdc547229d9dc144efcb9494bc2744f7b SHA256: a4329ac01881017cdaf32077cbf534d0d228292c7707a92c42dc078f56ca2bf5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-gfx-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-gfx-dev Filename: 4.0-0/all/libghc6-sdl-gfx-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 7f98170e93859beaaafb797f4991d0a7 SHA1: 798bdc612c9d17f1dd40fa0b4d4b1d01defb2329 SHA256: 9926372a0aa3b3f6e3ed03ed83c965a52e62010e95541882f94febd6952b3cb1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-gfx-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-gfx-doc Filename: 4.0-0/all/libghc6-sdl-gfx-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: a960cd7bc4cff3d6a2c3169e78b809cc SHA1: 91dabcfe8687f9f36cb137ef5771559d52c437e0 SHA256: ba804fd8b17469d1020d103877b60bc6c78ca858a7b13afee046dcb8897513eb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-gfx-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-gfx-prof Filename: 4.0-0/all/libghc6-sdl-gfx-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: f461b04452dd324147dc461501273fdf SHA1: 379b8da5c0e20c38f44aca7c07c811aa7e77b9c0 SHA256: 9c417eb66ec8b51b259dfa2ebe56b5035b64b98fedae349453e61f622111bdfb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-image-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-image-dev Filename: 4.0-0/all/libghc6-sdl-image-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: de544be8b8068ea0ad16c7dae5a9cf81 SHA1: c974d952e382bced156f04e1ccf04c7a4b1b8e2a SHA256: aace400320702461b5fd9a5e69be2af5214806398b8a797b9a44ddc0b98096eb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-image-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-image-doc Filename: 4.0-0/all/libghc6-sdl-image-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 393387168f0e975e145fb34093143ee1 SHA1: 154dac797b1bad6ff220415eeb2c2e1dcac39816 SHA256: 3288e6aa6b412e8a35693ac7ced31994bab01ff86e6d8516ac43925ac5ea2c3b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-image-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-image-prof Filename: 4.0-0/all/libghc6-sdl-image-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: bed0d6a56e3fb4daa0a3f47970c4d583 SHA1: 4143c35b1b75ffa97b1bdc5505919ea5bc45200c SHA256: d5d22942f83f8a356a6afec7cb2b482d16548e26891cc14637dea67192a5f5a9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-mixer-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-mixer-dev Filename: 4.0-0/all/libghc6-sdl-mixer-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: 3a64292e97505541fa2588d5c5292509 SHA1: c9be4bb97924d5a136c78b3b2cd91fb6ff860dc9 SHA256: a21b994c89f07a9016070083119dd28e4184201895b8126b7f575432eb7d1c8e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-mixer-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-mixer-doc Filename: 4.0-0/all/libghc6-sdl-mixer-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 45d5cf9894a115b5c919812c27794c87 SHA1: 9cd874202ca5a8c72f60082b63a92b3db0a92bbe SHA256: e78986dd662fd8d9b42bb360334ef9704c6575428844ee30e71e511b4a7e395b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-mixer-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-mixer-prof Filename: 4.0-0/all/libghc6-sdl-mixer-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 6cd0e72ed78bac73d330c258c2512416 SHA1: d301250a13b45972795d2f4f12d904b89309bdd7 SHA256: 4ea29fc344d623c45689be03adbd3046121d39a5f67a8ba2b2411eae51dd777a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-prof Filename: 4.0-0/all/libghc6-sdl-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 72be8ba1d50a57b23c8d20a2976e09c0 SHA1: 97b75fcc77c8c120668ba46683d697af0eb379a7 SHA256: c789152e63d069cb64edc5a84a2625f1abb4872a9f4c5b6553d48fbbd61db559 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-ttf-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-ttf-dev Filename: 4.0-0/all/libghc6-sdl-ttf-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: 35e7047ca40f869cce9507810b461347 SHA1: 4df8bab5a2956ef81a9a11e0421db5e4996e4c82 SHA256: fc25b9447d707ea02068f8d09cfb036d6b12e1efb47a7ce1cfa61f18cd2d1abb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-ttf-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-ttf-doc Filename: 4.0-0/all/libghc6-sdl-ttf-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: 3b892f71d8732703785543143a475bca SHA1: 67c0de901a4a9e33ccab9c62d567f53ec7db378a SHA256: 184cdbbbca7cf3a4cc862fa5c60a05a05a8af769147b9fc19f0420c6a6c761bd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sdl-ttf-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sdl-ttf-prof Filename: 4.0-0/all/libghc6-sdl-ttf-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: f93d5d32a10a52ff29c0ab6e45b27901 SHA1: 56039df2425aaf043d1c8e856b9efcfb8e6c9d77 SHA256: 2f79fb6d03c05b62b8e74d53cccfb76d35b313015372d0bde98675c1dd4fbea3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sendfile-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sendfile-dev Filename: 4.0-0/all/libghc6-sendfile-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 4e01b7173c5ed995c0431c5fef23aebe SHA1: f0d6af7ee7af6664b4a93c53242ac3988c076b7b SHA256: e8d58dca0b7fb0510a0ed425af1a6755369214ee4e6afb85554d0b0f29a0f219 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sendfile-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sendfile-doc Filename: 4.0-0/all/libghc6-sendfile-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: a9da5d71dd331eae7e89da16476bb6ee SHA1: 305db6f48b06bef8cf25ae0ef247c4ea4cacd392 SHA256: db33f5b3d37fd9af2f70787af3077f76154d5a7576c8fa07c238926753f4982d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sendfile-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sendfile-prof Filename: 4.0-0/all/libghc6-sendfile-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 5a51bbdef3a93d7f730edd1c0018c1d5 SHA1: 9e6f202edf26f7cf169a95081ea8098e6ae38f9e SHA256: 286e7c8b5bba08548a03ea5fcc1be17a4ab822904f69b3b98557a643d5838729 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sha-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sha-dev Filename: 4.0-0/all/libghc6-sha-dev_8.4.201403172026_all.deb Size: 4196 MD5sum: 5fe76398f08044378b0737d2caf5cbfe SHA1: 12c786df0ee78f4dcfd0b2f0cbb02d940da254a3 SHA256: 15abfcbd07fb4aa458c0f83bf4fc13409790bed4042a73beb69f2711e8c51b79 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sha-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sha-doc Filename: 4.0-0/all/libghc6-sha-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 6fa296ba8400f99d616cf47905795434 SHA1: 3dd358fa22fbe5057358277cb124c4c800c17807 SHA256: d2a3944f19e2ebcdb05608bbd73a46ca7e1311a4d44a1f285f35751c1022125c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-sha-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-sha-prof Filename: 4.0-0/all/libghc6-sha-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 9d583793bffcf9f4335dbd1a3a7d61a5 SHA1: d4bd0a4d57a9d7956fbe3c8a05a091789ca1db09 SHA256: 4d16f3b1826a5c4192826843ee2114841a6368b22ab6e9b0f2c2d5501c716c9d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-smtpclient-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-smtpclient-dev Filename: 4.0-0/all/libghc6-smtpclient-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: fa092ee220b62e7a3b2929a39a5c567c SHA1: 804d42fc61962d1665b952a10b41da1be4a295a3 SHA256: 08fc987658c0280dc90718748a83095fd19eb12611b5e9a9beed2082fa61d248 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-smtpclient-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-smtpclient-doc Filename: 4.0-0/all/libghc6-smtpclient-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 9b68c59f6c2f6aa3030f91afd1ea143b SHA1: 00bcf273eb4bd6d02d66cd8dbddaebf67ef2a58e SHA256: d7ce6d6d03203f59ddc2eed599879c5ae74dc1d0cc416133fdab1492972a666e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-smtpclient-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-smtpclient-prof Filename: 4.0-0/all/libghc6-smtpclient-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 666da8857cea9ffc1b3d20b4ea1aa769 SHA1: 019d3096e7d05e283df788d70b982cc764198a81 SHA256: 75cf9a8d445b39622e9e74add7e4b2d91780b3f3e94f6f256d51112b2fb83731 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-split-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-split-dev Filename: 4.0-0/all/libghc6-split-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 1337bcdb3bf3ee8ed0a650165ad7cd1e SHA1: 79e1ca25207a9313426372e58b328d7980ca15c4 SHA256: c94a852a72d287b720264073664ac0b80855bb7f9443bef8832aadf385e2437b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-split-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-split-doc Filename: 4.0-0/all/libghc6-split-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 784572a13e01ff5656cd1ef87e21b36e SHA1: 1b2be7c056976cba75dfcd8954a50e0db5775533 SHA256: 1ccda6f5930a2e33d1fcfd5b6429a3bfea950a91dae56fd122161f113a9246e6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-split-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-split-prof Filename: 4.0-0/all/libghc6-split-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 036f5a076f0c71ccd79dceee6ec6d998 SHA1: dfe8bb8390c3810a26355753f1c74284522898ec SHA256: 82766488adcda92fa2e7203cff8a6f3b1c532e7b9d86cc63f6792ae57dc5969a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-src-exts-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-src-exts-dev Filename: 4.0-0/all/libghc6-src-exts-dev_8.4.201403172026_all.deb Size: 4208 MD5sum: cd09cee934aa004e79bca403f97ad9ee SHA1: b1e4d6907e643ab678c6a2c535d3d68bc56163f3 SHA256: 921aa88b9dc72d528fb905da7e4755ed25c961adf83136156b14eca3234a9319 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-src-exts-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-src-exts-doc Filename: 4.0-0/all/libghc6-src-exts-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: b79b5ebbb24bad6c2f5ffa3fe62c724e SHA1: c0e87a5f3c46b62a7a277e91b1ecd4e051919aad SHA256: 37b8b4870f206c7f111a7c31329968d5a76c4d5ee8919f57ab75d4132375f910 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-src-exts-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-src-exts-prof Filename: 4.0-0/all/libghc6-src-exts-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: ce699aaa8dc0bcb7120b4745d9e23c80 SHA1: f62cc33399132abb34056ad19d6982a1d277a5b7 SHA256: 2d61a02ec3f36a4b7d40bc2599c4f440c5bd1764493e140dff88ee8fc1bf5293 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-statistics-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-statistics-dev Filename: 4.0-0/all/libghc6-statistics-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: fcd36b6dc7d2575af5e44cc1951e850c SHA1: 4865915ea72a80925f1bff98798db73887e3acc7 SHA256: 7cf2228f37f91b87c16c485f5a9edcc35a1f5ebbde3bd20f150b0e55cab8ebe7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-statistics-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-statistics-doc Filename: 4.0-0/all/libghc6-statistics-doc_8.4.201403172026_all.deb Size: 4206 MD5sum: bc697f9faa55ad32f212659e6bd382da SHA1: 80d03aa34b43b3ebfd011581e637000490fcc223 SHA256: 5b4a54f3676259ec46076c7ed562a1c1e929256e048d9ed05ac14d40f6c72994 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-statistics-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-statistics-prof Filename: 4.0-0/all/libghc6-statistics-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: f76fb7cc81e71a8b37ef702c746f0f65 SHA1: b5ef99597659f777e916773bfe14c97541a4c8ec SHA256: e1ca51fc0d7cf9622b44d9529c9376eb279061aef9ddca725e8e0cb41cf342c0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stm-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stm-dev Filename: 4.0-0/all/libghc6-stm-dev_8.4.201403172026_all.deb Size: 4196 MD5sum: 14bf3366776a09322dbb398d139908d2 SHA1: 0e8c7661f3af2f3c333a6bda63982a04fdad141e SHA256: d98e7b3796ec4734944143a9e7b4ada7c6517586364bd2dd881fefc1cd1c5534 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stm-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stm-doc Filename: 4.0-0/all/libghc6-stm-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 3bf9e9baaf12dff3a1c42466868151f5 SHA1: 0f76296f68254ebd990708b265f4ea3cf99fe32f SHA256: 4581c32a616f3bd76568b4753eb80d2065ab1a0d28fa202085122bc28dc5dbf7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stm-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stm-prof Filename: 4.0-0/all/libghc6-stm-prof_8.4.201403172026_all.deb Size: 4198 MD5sum: 889ee2225b4a3e4f8aba77c906d32902 SHA1: 8b3dae45f4c8e6dc3f801fa181c1031eefafa8e3 SHA256: 01160f9d34879b1244878e7232e37cf2ce1cb87f0998dc860c20b4ad98b34ba9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stream-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stream-dev Filename: 4.0-0/all/libghc6-stream-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: fefd1aa9de245907d9a68b2a644b679a SHA1: 2e6d59028c1178c35f8f7d2914ebef832748a233 SHA256: 26c1144479e36878179d626e74060de5a8307e82e04b1ffaa2071f60ceedddd0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stream-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stream-doc Filename: 4.0-0/all/libghc6-stream-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 4b888c54e1301a16ecc8890625b30057 SHA1: 2a730b3b218da1d2e07a85e747023207c2a1b378 SHA256: 4715faa679983fbda3685fe42a7bfd981fad1c1090f39be129b1f0bfa37c60ee Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-stream-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-stream-prof Filename: 4.0-0/all/libghc6-stream-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: a7ec3a5705e5894714f75e7c8177ecd8 SHA1: 67083446ec8dbc589ba9ea3e57ea523abf7db732 SHA256: 7abca5cda363ed317b7b2facc3eb22a2cefcfa9c572960fd6ada964be3ad77e2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-strict-concurrency-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-strict-concurrency-dev Filename: 4.0-0/all/libghc6-strict-concurrency-dev_8.4.201403172026_all.deb Size: 4224 MD5sum: d08e3d3e5dcbd278c1a2f0eb4689b47d SHA1: 667c5ed5b98586b547d5bf85ea4bb92848502d68 SHA256: 0f267df81a3943a2a9f48f0d2246892a42deea8107d6f62da574db74a9aecaaa Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-strict-concurrency-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-strict-concurrency-doc Filename: 4.0-0/all/libghc6-strict-concurrency-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: f0c103589401d30916d4d50638b33067 SHA1: 2645e5928b2dc6655fe578c800b1c6c21e36885c SHA256: 56b2484cf374450246d92b7b1e82417104187231fdbd1d9c9cf44506f23d8b07 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-strict-concurrency-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-strict-concurrency-prof Filename: 4.0-0/all/libghc6-strict-concurrency-prof_8.4.201403172026_all.deb Size: 4224 MD5sum: 4a6281da98c5a2d4cf477eabf1350a9d SHA1: e30f18bcf00791bdcb83ce090b8cc401bf4d0187 SHA256: af0d53b1aba5d06816c0407d49cd2ad490a00bce555b25501b858080a76797ec Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-svgcairo-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-svgcairo-dev Filename: 4.0-0/all/libghc6-svgcairo-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: a82ed8866239f37ecacc7fc3c89aca39 SHA1: c583ec1bede8481bb59ae996b08a07fd5105fa9e SHA256: afac9cbfb4a2859952bbbe247c9b70a012048fdb1314820332fd49379261d7b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-svgcairo-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-svgcairo-doc Filename: 4.0-0/all/libghc6-svgcairo-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 863eefc41de5603562c64b05a1740005 SHA1: 61dfc9ddb64119f5c2b1f2220961336a2ba400cf SHA256: 1a5445a3ae3d45a3e63b8ffc8cfadab01bc61851427430f74508c2343a6e9026 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-dev Filename: 4.0-0/all/libghc6-syb-with-class-dev_8.4.201403172026_all.deb Size: 4218 MD5sum: 9c8893bd8fc70cbc06add709abb6232f SHA1: 622d2d81d7110a71b6012de6c60da383d081f6e4 SHA256: 2ae2750a8dafd98e3385f83d0006a8fea79c94a0645ee9e31b280693a722da4f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-doc Filename: 4.0-0/all/libghc6-syb-with-class-doc_8.4.201403172026_all.deb Size: 4216 MD5sum: 7a899c0daa00b2cbc45d6713443cfb28 SHA1: 1d12ad1bb90405731fd512552193dbee407cc479 SHA256: f29da74ca1ad7f24afac166a9bcdac0a61d9ab6bbe5041d0397577dd5cc91713 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-instances-text-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-instances-text-dev Filename: 4.0-0/all/libghc6-syb-with-class-instances-text-dev_8.4.201403172026_all.deb Size: 4238 MD5sum: 6053e5158de740c2b6e54e34e522af05 SHA1: 4a75769fb11eb9cbc57b27fb8a5a32e7113a2708 SHA256: 9cdbc2a0fb6ad1f588510160462ea3127930fa3808217e20998ef5064fe25c14 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-instances-text-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-instances-text-doc Filename: 4.0-0/all/libghc6-syb-with-class-instances-text-doc_8.4.201403172026_all.deb Size: 4238 MD5sum: 9f4ff26fd1caed9b2a39b7c5620f9c3a SHA1: 0e6ea67fb3b0d4614733a0e152118e4e687b8b92 SHA256: af11b5b16e31c28e6be28d05649f314bca975dbfb9848050ee60e499313d9103 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-instances-text-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-instances-text-prof Filename: 4.0-0/all/libghc6-syb-with-class-instances-text-prof_8.4.201403172026_all.deb Size: 4242 MD5sum: 4757a6fc6e9e36c83e9b6180759ca79f SHA1: eee7add8d54826962c6080d9aa7f274cf1546d94 SHA256: d4809b77f6d23bca8c8b8232879a373d412b2d8c87940bb0d41ff5a1ad387f33 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-syb-with-class-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-syb-with-class-prof Filename: 4.0-0/all/libghc6-syb-with-class-prof_8.4.201403172026_all.deb Size: 4220 MD5sum: 602d65c8592ff2036128bf8efda8dddc SHA1: 82af209646c713979b4b2c7d00818fa67b41f52b SHA256: a72e7bf8a0beab268fa06623234645c23c0f40c2c38e6c5a334cfb036b2c466d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tagsoup-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tagsoup-dev Filename: 4.0-0/all/libghc6-tagsoup-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 2d0c2b209934cf2743b027c2ad6791a0 SHA1: 817b62f8cec2a3f74db3ca3b6ca23dba3c08026f SHA256: 2c5c7fd2ab59eb72c940a41ba21e1e2f6087e46be73a69d1e1feae6c1de16f3a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tagsoup-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tagsoup-doc Filename: 4.0-0/all/libghc6-tagsoup-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 15aa3cad97bc1164e07b7a835f1fe359 SHA1: 011576208d22cf250ba3f7af0bfee70cdff2a052 SHA256: 9395152992542d46952603448eb89c7e7a6eb0f0a0d45dc41fda901d900219ed Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tagsoup-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tagsoup-prof Filename: 4.0-0/all/libghc6-tagsoup-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: e3779ba8c78cb31cad6b32a96c4bc4f9 SHA1: 339834c09fb805a400f51ca8ac8a43d45061b46e SHA256: 29cd164a924f585e98f7baf92075d627b72d721f7efbecd6e401832a97c42e60 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tar-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tar-dev Filename: 4.0-0/all/libghc6-tar-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: ebca5abc794a5ec9756d3bf188fc9000 SHA1: e845632d653a1057d1141581ad245fec51220c51 SHA256: ae52e1a88e870564b2475a269b1ba521b3929385be15168d230f665f1057260b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tar-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tar-doc Filename: 4.0-0/all/libghc6-tar-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 107faf2c1f8427307282062d60183402 SHA1: 6a24d495b7b1262aa2a06064f585b6347966f887 SHA256: aab8a178398d67eff71c6c5ccb6a64317d11ea3dcb9ee0a70954025493da09c9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tar-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tar-prof Filename: 4.0-0/all/libghc6-tar-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 5915fdcbc6a0d4673222d5d58f322a85 SHA1: 56838a25c5d5c50198ca612a6c28cbf2cf8e6dfb SHA256: a76d4b37bea754ea3f1297d4a26f0e903191c87d4f63b64afde6f41cf28eae82 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-terminfo-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-terminfo-dev Filename: 4.0-0/all/libghc6-terminfo-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 1bab7579bcfce236f5e22de8c60e5e8f SHA1: 827f26b65c7e123ed653ae30e6b58775d24f5e0e SHA256: 31e7500136166253bf897a4251bbd74c9967b5549949426d5c24e3e3dd72e4f8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-terminfo-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-terminfo-doc Filename: 4.0-0/all/libghc6-terminfo-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 73153bab8113afef09b48620c21dfb28 SHA1: f6ce9fc34559f88919f3e48fb8c3d9bc15f39482 SHA256: a03728ce9ad5ef83ce2710cc35d848d639459e786efc1521bf698e309794173f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-terminfo-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-terminfo-prof Filename: 4.0-0/all/libghc6-terminfo-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: 32ef4297a360d60977de4b633039d866 SHA1: 4e2749bf4185dffa23deb4ffbb2dcbd2bb7e70c1 SHA256: 7ac8357b5607db326686e354a4d65bd18dc88d0fc8f00782537f344ed7165905 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-testpack-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-testpack-dev Filename: 4.0-0/all/libghc6-testpack-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 138d3b7d3ccbed62ad56acfe61718949 SHA1: 0b7bddb0cc530c7dbd9314508bc1ba9d789411e6 SHA256: 209cbba0e1e8ebbeac85c8ad020b55a76d87c0a7a0e787e88856b18150115a24 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-testpack-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-testpack-doc Filename: 4.0-0/all/libghc6-testpack-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: cbb5b6a2b4d4601d25687ff8ae267ed5 SHA1: b703a98f590be76751271295eafdc6f5d0356196 SHA256: ccd213e101d97c6c32a829dade7a158bbcb49ffe24fe0fd9d155dbbb7e22845b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-testpack-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-testpack-prof Filename: 4.0-0/all/libghc6-testpack-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: 732b2e45779d5bcc4ddf332834e535a7 SHA1: b2842e96dd3db58e25a3a5ba1a69fe4f713c5c0c SHA256: 6827d9088ca4627a716792941e3445c09efaffadf071c87d9f4242a491ab75b7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-texmath-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-texmath-dev Filename: 4.0-0/all/libghc6-texmath-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 09b25c8b5b09b105a36124b64e1843f6 SHA1: 97ad10c42a0b7a4c8eea7d4367a57c0cf9894b30 SHA256: 054c8713183bcc007999b3be19d48cf307f30c13c16200a82f9e19c8c563b99f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-texmath-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-texmath-doc Filename: 4.0-0/all/libghc6-texmath-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 4eb243811f122338ada6a7f1e7729bda SHA1: c38ad22774199184ae246e9ad360de044d8a3a50 SHA256: 491508e8c53e788fb99900967ab048442574360faa62e57f6fcacf9e4c5d691d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-texmath-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-texmath-prof Filename: 4.0-0/all/libghc6-texmath-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 8ac252a647e13b2daf09f349ad4c1cc2 SHA1: 51be80a9c4793c18817604405ecc66989c05dbe1 SHA256: b68e4510138190df45139e9e2cefc6464e39ba7713d63a94e2577779bfb0f24a Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-text-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-text-dev Filename: 4.0-0/all/libghc6-text-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: d68580e0c1fd926f53665e349c720078 SHA1: c95b486ef8cb103b37c5ec747bb2b4d6af913ff4 SHA256: a02f34b6468ebedfc23dfff3c725739373305337b1784ae035c9524691400740 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-text-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-text-doc Filename: 4.0-0/all/libghc6-text-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: ceaacce6bce39f121c1cb6beab5d45a6 SHA1: 7efe96bb4b233df73810d1e8475efaf98345d882 SHA256: 65ebd71e69b4e009730e42328fc97980d464e9199cc292fa19f58db44d66d345 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-text-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-text-prof Filename: 4.0-0/all/libghc6-text-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 19b5d2a346006b60030846e7feab8acf SHA1: da771c32809b7ef5f93525f137a8a9be6024b543 SHA256: 06b0a0bb800d15e1166c7e118de141d74c263118887151dd1c95a55c0268bf31 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tokyocabinet-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tokyocabinet-dev Filename: 4.0-0/all/libghc6-tokyocabinet-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 74ce04258683da3943b0b5df418e0fe0 SHA1: edbf42cef4d32637afa381b288a05811848d97d5 SHA256: 52739454b7018c1edab48682de721fc174fdc2890cf0fc4f0bf4abf6214287d4 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tokyocabinet-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tokyocabinet-doc Filename: 4.0-0/all/libghc6-tokyocabinet-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 1fce5ed814708994933f8a1c1ebfdaf1 SHA1: a7633b150cf2c5c5ccfdcf7dfc97423bca147d93 SHA256: af30784a4bc9619b148be78954d424f36fa890aa504f1a2996b63f4e8f01cae1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-tokyocabinet-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-tokyocabinet-prof Filename: 4.0-0/all/libghc6-tokyocabinet-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: e3cfa9c55d774822e5dfa972b89f30ee SHA1: ed9fcb9a53cba458b1356923160588c661fdfb54 SHA256: 69cdbfb7f7fc48e8fa47e0c1daa6e9eb385a63613b88a2d14f8ae1093fafa8a1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-transformers-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-transformers-dev Filename: 4.0-0/all/libghc6-transformers-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: 5689d7bfd75ea6ab54d5300900b8334b SHA1: 494bfde48174f074325626fedceff36f5132ff60 SHA256: 78a1a06a219558cc293012c0c45625466d6b68ff1a9bee6966acdadd2537a2b0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-transformers-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-transformers-doc Filename: 4.0-0/all/libghc6-transformers-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 16fe5e64961d15b91958f957589a04b2 SHA1: ac66169beaaf1de148f6c6d92e7fe244b593ceb2 SHA256: e19ae9da1ec3e2b0d839aaa517b5792438e26608fa5623e100cde5f00bacf530 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-transformers-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-transformers-prof Filename: 4.0-0/all/libghc6-transformers-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: ceff5b0f0efffb1503c55af987971b05 SHA1: 7261fe5ddcc4da33d400ae77d1505a208e3972de SHA256: 20733b83ad3f36c52ce90073965f3ba2a9d5548b33015207af52a8c98c56ccd9 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-type-level-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-type-level-dev Filename: 4.0-0/all/libghc6-type-level-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: d7dbe1b43eb4c0cd0cb90c41d3351e2f SHA1: 9c04c127e82dfdc005bbe6bbda51837860fbb9e1 SHA256: 1b6f5cacbbe8ffd714ab7910139748815a8d431b9243170968ec5987d246826f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-type-level-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-type-level-doc Filename: 4.0-0/all/libghc6-type-level-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 109cfdc4de83d2325083284a1ed7c11c SHA1: 7c8fda11bc9e6149ef163cec0db221f4df5e456d SHA256: f28e2bc9c347423fd6c6f7a50a7740dc57f813d57e27c5e72b2b5e42a9834904 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-type-level-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-type-level-prof Filename: 4.0-0/all/libghc6-type-level-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 1106e5d0a2f8107c19617f9221648a32 SHA1: 09c18fce77a6950c3e6aa80cba1ecb76a7d26d2d SHA256: 64a5082da0ec6bfde39c42acd5becec21103e47d15ac15493f878cde87e42071 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uniplate-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uniplate-dev Filename: 4.0-0/all/libghc6-uniplate-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 13ebea3dc5125c6926e196664eb477f2 SHA1: 0c1678e00721b257feaa38786807ea98e37bba06 SHA256: 227ecbd27b0d53768c4763c991cbf7e3ccdf386682bfacda3ed9328156be58fb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uniplate-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uniplate-doc Filename: 4.0-0/all/libghc6-uniplate-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: aa294d5553742e0620a647440a8a9180 SHA1: cad6c23a247e45597bf1455205a0b22ae44b8545 SHA256: ac4fce676db6a05081b2faa2c6ec32631d4a6588782e3268d1271b61b42c97dc Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uniplate-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uniplate-prof Filename: 4.0-0/all/libghc6-uniplate-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: 1c9e2599f557ab42148fed4150ff0b2c SHA1: d8dc54844f92d39d70c7a175ed735570f0ce0afc SHA256: 865c55d7a6b36ce09f26129f4c2dc6ef44c55bbb30672dbdb4d7a1826ee67fe1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unix-compat-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unix-compat-dev Filename: 4.0-0/all/libghc6-unix-compat-dev_8.4.201403172026_all.deb Size: 4214 MD5sum: 01d361a3a72e17b85e8c8bb7c57b08c2 SHA1: a39ae73c92f6bd937d3d3c91ab05edfa252b6d8d SHA256: 4eddfccf1b91516d940571fea38e9c05ccd84e5bbe7f49dd255383113cdf8d9c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unix-compat-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unix-compat-doc Filename: 4.0-0/all/libghc6-unix-compat-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 69eb4ea162a0bad8cef1f4775b24f95c SHA1: 6e75d579fa7ebc1702a5d797c231b8b1e162af4a SHA256: 5fd519c5a6d4222e834b9af77c4bfe323d4de25a37fd5e15cdcf424a899e0c2c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unix-compat-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unix-compat-prof Filename: 4.0-0/all/libghc6-unix-compat-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 3ad8d23988b77c93386bb798e1348c9a SHA1: 3b18492391e091477d462a2f3be59b313f2857cc SHA256: becca1cf488cdfcbf2d977c39613258877433250317309ed4c46dea47110892c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unixutils-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unixutils-dev Filename: 4.0-0/all/libghc6-unixutils-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: 78819804b641f11475709e5f9fb7c0ac SHA1: 05dc8157b54c1bcb2d68dc3352de82a84a83f0f9 SHA256: 062b0320229b35401e795e28ee935791772e3337c7155b2462376c5f4910941e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unixutils-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unixutils-doc Filename: 4.0-0/all/libghc6-unixutils-doc_8.4.201403172026_all.deb Size: 4210 MD5sum: 9c36631bf948ddc0f6bd009bdb5692dc SHA1: d64c1b9fea8cad049bd0671d43b799bc5702c636 SHA256: 745d024167e56e6ecb5f32c72b89cfbcf75fac2661ac4bfcbd8c40c085389241 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-unixutils-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-unixutils-prof Filename: 4.0-0/all/libghc6-unixutils-prof_8.4.201403172026_all.deb Size: 4212 MD5sum: 7bee3553948cf95a1ae63a1d1a0d939a SHA1: 0c9fb05f3e707c222adc2655a912cd2821d039bb SHA256: fab8aac249511b972207f00a1dd3b5cfc27816943b7e7415e7f747f49c79c1e7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-url-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-url-dev Filename: 4.0-0/all/libghc6-url-dev_8.4.201403172026_all.deb Size: 4196 MD5sum: 7cf0ff8d59f05f47890d0e6925a8564c SHA1: 23686453b0ac8b887b9665ee574f2f2d804971ab SHA256: 886f12bbe3aee1e6492ad774321d452184b327b3e2a2301a276b758997e1d1ca Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-url-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-url-doc Filename: 4.0-0/all/libghc6-url-doc_8.4.201403172026_all.deb Size: 4192 MD5sum: f4aefcbb408d745339707bc344cdc3d0 SHA1: 9cad7bf8a2af402f81c25731f7186803e280c2e5 SHA256: 7d31276ccb2549f8de81680fa7d0b2f02408ea6740e66045dbffae2a165020e0 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-url-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-url-prof Filename: 4.0-0/all/libghc6-url-prof_8.4.201403172026_all.deb Size: 4198 MD5sum: 0de5806ca0c5cb524de2418c24f5eeb6 SHA1: a49a3f0bf712c3b7fb1a23b18fc833d6e95af74a SHA256: 7c0a4561f4c4bd06aac25fb2d4be683e048989f6ed3daa9e36c7b783569c14c8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-utility-ht-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-utility-ht-dev Filename: 4.0-0/all/libghc6-utility-ht-dev_8.4.201403172026_all.deb Size: 4210 MD5sum: c010d6498169344797ce76b88e3c87ce SHA1: fab1c08e6bdae2acaa50edfb01ffadc9fc330138 SHA256: 785970cb303eb86c638425bfd6910b45bfc2776b48c3d91d3019f8124da0c81b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-utility-ht-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-utility-ht-doc Filename: 4.0-0/all/libghc6-utility-ht-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 68420d5e765ed65591de2f956ebb66c0 SHA1: 5114c550936de82134dae7a594e7ae73f97f5940 SHA256: 4a66c3e5d9d6870b94e3176d97b07177a33d1b0f773e0fa8b9997d2a00536512 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-utility-ht-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-utility-ht-prof Filename: 4.0-0/all/libghc6-utility-ht-prof_8.4.201403172026_all.deb Size: 4210 MD5sum: d52ac5d652e5b60434cac77ebf35a5e3 SHA1: c3175e6fce216291f2ea9d67fec35fdc0ac5f1f7 SHA256: 1240013bb86c8c3e3589922ac40f2fb7cb8c0ad70ebebe053f21c0068d666b18 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uulib-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uulib-dev Filename: 4.0-0/all/libghc6-uulib-dev_8.4.201403172026_all.deb Size: 4202 MD5sum: 56fad47ed92d42e6287cc1605a05fc10 SHA1: a4f927f42d0a2cc250fb7f68723c5714ad41c18a SHA256: dfa0721d9a3b056c5d6a140c9d403f4c66c134fcc8f339fdb4d8e52bf0cd1bdf Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uulib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uulib-doc Filename: 4.0-0/all/libghc6-uulib-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 964a13a7c627647c5af014ff02d7f710 SHA1: b376c40773eb6f0084fedb60d59b08ef2841c5e0 SHA256: af68805892f2590d6eb01483ffbc70bf17862923abbe2328eba3121e6e6069c2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-uulib-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-uulib-prof Filename: 4.0-0/all/libghc6-uulib-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: 910ea83dbc1a16767efd088e2bca22c7 SHA1: 1ef19d83507547643de0dadf921d9203feb911dc SHA256: 68f6d3c3c3dee5ab0b59ef59eac2204c4af1873e795c7caf8589eee810c01c3d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-algorithms-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-algorithms-dev Filename: 4.0-0/all/libghc6-vector-algorithms-dev_8.4.201403172026_all.deb Size: 4220 MD5sum: f0a354b3500e85535b4168b3672e2a4d SHA1: 8fd984e2e8849a5ab1c252a5ea4d5f39c2513269 SHA256: 295398acb1818b8ed64b0495d97d22e5383db053ca86d220178019f7b8319679 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-algorithms-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-algorithms-doc Filename: 4.0-0/all/libghc6-vector-algorithms-doc_8.4.201403172026_all.deb Size: 4218 MD5sum: f058699cae04e38792ae42571caca9c8 SHA1: 86d412b61ceecf618c200112dc86f9f3232314e0 SHA256: 932651d001e5b4e2dc8ab3dc17ebc204beca5e99ef8cb91462e438712e97ad04 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-algorithms-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-algorithms-prof Filename: 4.0-0/all/libghc6-vector-algorithms-prof_8.4.201403172026_all.deb Size: 4224 MD5sum: 1b62e140945b185dc63131b787bc3cf0 SHA1: 8b664da0dd9d23807c1c95c4a16ddb068752ed7c SHA256: 4d1d6b3903537ef6ba74f3c5f96dcad9e5664d498c9affb3a74af742c2560c8d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-dev Filename: 4.0-0/all/libghc6-vector-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 9ccf69f9eec267911f78231d5ae6b194 SHA1: 169421a9e6da9170ba234e594e10416b4be4ef3c SHA256: e0d307c8fd86cee49755fbd6d88c8053fd144320e8d379c6830795fc5e33c6a1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-doc Filename: 4.0-0/all/libghc6-vector-doc_8.4.201403172026_all.deb Size: 4200 MD5sum: a359f61ddf06f25727a999eea097b9be SHA1: 79870bbb86f02550636ee593d4772ca5c93c9ca4 SHA256: f44378ae078bb5c946dab42ca8b66b527ac3d20d20bed7500fd983ee4b4bf6b6 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vector-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vector-prof Filename: 4.0-0/all/libghc6-vector-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 5aeaf3593c24ca1ccf889cfa623bc46c SHA1: bb7b7fc28711f4a851ddd4f961fa8e45c55b8d86 SHA256: ee7c08ffcde5f6278ff586417cd96bd72d9cd63de6fc0c4f57fe2e9e7cbb713c Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vte-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vte-dev Filename: 4.0-0/all/libghc6-vte-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: ec4b69b5c293780978205f33e8505f16 SHA1: 8b21e1538eef0ba1272199dca2fe246305999ac8 SHA256: 046fd30550ddc4d50801463109e2038d567700d572cf8774ba1ee4f300a50193 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vte-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vte-doc Filename: 4.0-0/all/libghc6-vte-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 35bd4ee1c9ab9b5822ba02f9be4e482d SHA1: 56b2c44c9caec46afd0eefd67e0c20de8c4e35af SHA256: 73e946564ec1c1a4bc63f6a55575a4f0f775f9432e83b9413ea98c1d5b7d3312 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vty-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vty-dev Filename: 4.0-0/all/libghc6-vty-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: f64c610df7c97c9cbc815bcf9733b798 SHA1: d6a90bafd4ff94c0feb46fa5d6d97a9ff2d1db9c SHA256: 568ee25115e39ae0ba9c75204a7c985f43dfdd2c25f466b19257e30df5790339 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vty-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vty-doc Filename: 4.0-0/all/libghc6-vty-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 3bca8477887daf6d8b06ee2cf1be247d SHA1: 1b123fe8782195e36bb2e63a44161a9900a6a056 SHA256: 937de08c2379fddc3420c81e1b6f402c4ed4d510ca18470bc9f6118f7cabff27 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-vty-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-vty-prof Filename: 4.0-0/all/libghc6-vty-prof_8.4.201403172026_all.deb Size: 4198 MD5sum: 24b67c7899c863e4082170db21abe62c SHA1: f64d21095a6eb3e5d0135f942b24f38c1412a4fd SHA256: 7ace70aeba1d45d3671caba3eb7329136ecae5c438397d627152fb4a4c4d1c31 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-webkit-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-webkit-dev Filename: 4.0-0/all/libghc6-webkit-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: c6c57afd63f5f83b89cc9d8f6b60c69e SHA1: c6dae89f1a549f8638a1bd2f09c129263782a59b SHA256: af63dc4263804d68cf0034858b58f1a4c1e9752b87b7d37547dd4767a90b867f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-webkit-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-webkit-doc Filename: 4.0-0/all/libghc6-webkit-doc_8.4.201403172026_all.deb Size: 4204 MD5sum: 0e17f258df2879bbe4d13f39b61b9401 SHA1: 0bf88ef0242c2514e327ea9344046c798e98501b SHA256: 4b25cf2fe727efce4c89ffaee1893442f18d56ac5c8dd25b7fc847c550254aa7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-dev Filename: 4.0-0/all/libghc6-x11-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 6a799224937e007b70316a1efea6ba39 SHA1: 70e20efd331163199d4fbaaa7f306dcb2dc86070 SHA256: fcfe6020412dad531bb5853805769053d5d8767ce3c603babad9dfe5be6c7f05 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-doc Filename: 4.0-0/all/libghc6-x11-doc_8.4.201403172026_all.deb Size: 4196 MD5sum: 4da7114ec634c63cbb005e7f5abf39a4 SHA1: 9de9c0fa110bdc894339203b075e2edd3e956f06 SHA256: 2169cd74d0354b64cf714736ff5b3fe0d5023c47580f49d2273506c6898600d1 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-prof Filename: 4.0-0/all/libghc6-x11-prof_8.4.201403172026_all.deb Size: 4200 MD5sum: 64468f74d3819a054797005399f819e9 SHA1: 5b26de5f53e42f1ccc778990855058a2225ad4d9 SHA256: 1492e494a386d1e0d87ebd80c8925a690cb11caf636d1fbb84ac66062fb04e81 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-xft-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-xft-dev Filename: 4.0-0/all/libghc6-x11-xft-dev_8.4.201403172026_all.deb Size: 4204 MD5sum: 0533d3cc95809464e3c2b12bf252a6ee SHA1: 65a9e33d161a596130514ad2a12ca22f086d7e8e SHA256: d7c41d9fd180944c2eb2299fc61a1eed93df867c046c80d913fb69008f2828bb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-xft-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-xft-doc Filename: 4.0-0/all/libghc6-x11-xft-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 0dfc939a58fb1b7d50fdc3046aa4172e SHA1: 9a6ef3ba3352741bfc14eea11a09d4746fb84c02 SHA256: f3140ef1adcdb88233f0cb9b881cd3f75023c2e96ce0c7942c2656fe7e830a93 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-x11-xft-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-x11-xft-prof Filename: 4.0-0/all/libghc6-x11-xft-prof_8.4.201403172026_all.deb Size: 4206 MD5sum: fb3897a5264bdb04e7911200077ef59d SHA1: b149270f89b4570aca2b8bc4129920f3551a7fd0 SHA256: d1832ad96448b4d980eca3668f6effb2c4a719e156d7fd8339a4fcefa30b81be Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xhtml-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xhtml-dev Filename: 4.0-0/all/libghc6-xhtml-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: c39f2f00430b846a06adaccba7870aca SHA1: 4e803109d50197e99ef9abe554597977badb6be5 SHA256: 08c68a5dfb274cdafe02c6a9b0c27a762b29ea245b2e537eb186f7e738efc2db Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xhtml-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xhtml-doc Filename: 4.0-0/all/libghc6-xhtml-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: bd13b4adf1b3be989aa72d50ec5a0d3d SHA1: d2202851b621eaa1323815f45303c5bcd4cb1e01 SHA256: 425c0901eda25ccf2160d58ad762031dec420a04ab5f224fcec9b088e8de49d7 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xhtml-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xhtml-prof Filename: 4.0-0/all/libghc6-xhtml-prof_8.4.201403172026_all.deb Size: 4204 MD5sum: 313bebe11538ff752e551455abb2861e SHA1: fda1f73df9a6c79363027ed847b69d1edcddd999 SHA256: cf40f81c03877028933daea1f37e3af88d9a089c8f342f43f18ea3f06903f84e Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xml-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xml-dev Filename: 4.0-0/all/libghc6-xml-dev_8.4.201403172026_all.deb Size: 4194 MD5sum: 4480ead40fe92c04902d7c005388e6c5 SHA1: 4a550cbedb48f3998f9b49635dfd17810ae4ed4f SHA256: b34a0e46addd795d08967d0fdd223a0c098e072eaadf7cf713cfab600716fe5f Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xml-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xml-doc Filename: 4.0-0/all/libghc6-xml-doc_8.4.201403172026_all.deb Size: 4194 MD5sum: 3cd70dde30a330ba1b89380948f63465 SHA1: 5e58dae73f41115dee0d5ff7a06f622907a163fd SHA256: f797e29875331ac88731765b62322b5747f8d2a320b3e1756da3dbe18264c9ca Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xml-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xml-prof Filename: 4.0-0/all/libghc6-xml-prof_8.4.201403172026_all.deb Size: 4198 MD5sum: be8f1f40b99f368c3f35b95097c61221 SHA1: 11acc3000a78e48cb6f9d7b18ca89d9ddf55761e SHA256: e3955b56fe983447d0be1763ca143cbcccdbb77a07be184c727ad051859dd854 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-contrib-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-contrib-dev Filename: 4.0-0/all/libghc6-xmonad-contrib-dev_8.4.201403172026_all.deb Size: 4214 MD5sum: 24cb2bb7d134c4329a0933804ae3c2fc SHA1: c0b1c2e589fa257c1773b9a5a61200eb6b45ecd6 SHA256: 36f5d7532e8588472ca860b69eaf0a0203fd97b99986410e767aa17fc1f76fbd Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-contrib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-contrib-doc Filename: 4.0-0/all/libghc6-xmonad-contrib-doc_8.4.201403172026_all.deb Size: 4212 MD5sum: 3979ebc7e0e4c9623fdd5e04d45ab564 SHA1: 84690320845e29707f66b1c3fe103ffec5db45a2 SHA256: 74440057c3642a48c45be80304b6b7003f391dc80158392d54f0c51b80a33e0d Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-contrib-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-contrib-prof Filename: 4.0-0/all/libghc6-xmonad-contrib-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: 5af14fdb2ab896e69baf17107ad1ea53 SHA1: 3ebf93b217988cf72a5fb4f7a03d1ea2d7b9ebe8 SHA256: db48306064e5830f6796739e76835f1d368b0e06e59fdd961e854bb2731e61f2 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-dev Filename: 4.0-0/all/libghc6-xmonad-dev_8.4.201403172026_all.deb Size: 4206 MD5sum: b7f987369dfe1a7dc9ac3cb024a49ba7 SHA1: 4d73c28094e7f66807a295325d7daec60cd3f1f1 SHA256: d0e196af2c42a7a7e7fcddfcfcf500633f202b6fc56d12e695a9c6f81aa54daf Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-doc Filename: 4.0-0/all/libghc6-xmonad-doc_8.4.201403172026_all.deb Size: 4202 MD5sum: 381d0ed55c66de95a1ff2244f11b4a9e SHA1: 115fc3497eeba00608ca9961b0d8270370c63fbe SHA256: d134e8da61d0c44613fd108909425d3a439e79327a6423262e83bfd4c0f31431 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-xmonad-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-xmonad-prof Filename: 4.0-0/all/libghc6-xmonad-prof_8.4.201403172026_all.deb Size: 4208 MD5sum: fb6d443ed3ef3c29c0dabfc84f8906b7 SHA1: 7bd06761c655f665808401daadf03022609325a1 SHA256: 4ae3bdf72cb8feb997003c8d9fd474dc4ec423bb53bcfa9771f772febb3c14ab Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zip-archive-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zip-archive-dev Filename: 4.0-0/all/libghc6-zip-archive-dev_8.4.201403172026_all.deb Size: 4212 MD5sum: 3542d2c9f48e141316c66c3c79b7a512 SHA1: 12a521dcdf60002fd6a4c2f64ef647ca4e904f03 SHA256: c021849d8964497e554a886ce4c79fd468c25997c0b59352937852c6bcfd93d5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zip-archive-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zip-archive-doc Filename: 4.0-0/all/libghc6-zip-archive-doc_8.4.201403172026_all.deb Size: 4208 MD5sum: 47cddfad402bff592620cca388023e7e SHA1: 7315c5eabea88e1d73a6ce823f6d3263f39bbbb7 SHA256: 422ff67ecfdc79338707686c4967ca5ab21e58bab875b373ece948a4a372fbd8 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zip-archive-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zip-archive-prof Filename: 4.0-0/all/libghc6-zip-archive-prof_8.4.201403172026_all.deb Size: 4214 MD5sum: b191b02a6208684d3ec174b780c6a41a SHA1: aaac0f78bce3e8e922772e143a12383540fde1e7 SHA256: ef32508ebc5d07ee564c944b8189310fb5a9bee4bebb73c715748d4c847e888b Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zlib-dev Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zlib-dev Filename: 4.0-0/all/libghc6-zlib-dev_8.4.201403172026_all.deb Size: 4198 MD5sum: 372fc10c9d467848a41028cbadaedce8 SHA1: 051e1f30edb5e5a66bcba634d103a1c1f406aa8b SHA256: c4d887e309f0e7360a5bf060dc9bc2408c5d6e3c8142c7095643f1a5ce88c940 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zlib-doc Priority: extra Section: doc Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zlib-doc Filename: 4.0-0/all/libghc6-zlib-doc_8.4.201403172026_all.deb Size: 4198 MD5sum: 9be2943152aef8063e61b89d5fb27b31 SHA1: cb9e74d765e3b418e2eecef99c1959e406902826 SHA256: 056bfdfd177eee472800b6ba82a4a42220b43dc0f95a86f7e661bb98964ac1cf Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghc6-zlib-prof Priority: extra Section: haskell Installed-Size: 30 Maintainer: Debian Haskell Group Architecture: all Source: haskell-dummy Version: 1:8.4.201403172026 Depends: libghc-zlib-prof Filename: 4.0-0/all/libghc6-zlib-prof_8.4.201403172026_all.deb Size: 4202 MD5sum: d716704a869e7aa150d4c0995c7c956a SHA1: bd6627c7c2c4ebd9fdd5c4f3229f24a8c28c3faf SHA256: 1b552eced1b58acacecbb61e9f4da5fc97de4b715e05510d4e10f750c9b1f458 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: libghemical-data Priority: optional Section: science Installed-Size: 861 Maintainer: Debichem Team Architecture: all Source: libghemical Version: 3.0.0-2.6.201403200320 Filename: 4.0-0/all/libghemical-data_3.0.0-2.6.201403200320_all.deb Size: 164902 MD5sum: 2276c9fd2cce6346a92703cf79982f1f SHA1: c8f263833d50e104084cbc22c7d943d565238804 SHA256: fcbbe4b963437a1e9d724708b09430c501d28f37acc84750d746d2b426d28695 Description: Molecular Modelling Library (data files) Libghemical is the basis of Ghemical, a GNOME Molecular Modelling Application. . This package contains the parameter files for libghemicals semi-empirical methods. Homepage: http://bioinformatics.org/ghemical/ghemical/ Package: libgig-doc Priority: optional Section: doc Installed-Size: 5551 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libgig Version: 3.3.0-2.4.201403200335 Replaces: libgig-dev (<< 3.3.0-1) Breaks: libgig-dev (<< 3.3.0-1) Filename: 4.0-0/all/libgig-doc_3.3.0-2.4.201403200335_all.deb Size: 796350 MD5sum: 171f82755d965156c2313a11d05469f5 SHA1: 8f8f46d64e05040922fd83ecd077553d7a3b318a SHA256: 10b19e151bc3b29f3fa2b21edf40e1775cadd81055faea23ad82f7e2b77397fc Description: HTML documentation for libgig libgig is a C++ library for loading, modifying and creating Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files. . This package contains exhaustive HTML documentation for the development with libgig. Homepage: http://www.linuxsampler.org/libgig/ Package: libgimp2.0-doc Priority: optional Section: doc Installed-Size: 7022 Maintainer: Ari Pollak Architecture: all Source: gimp Version: 2.8.2-2.38.201403131956 Depends: lynx | www-browser Filename: 4.0-0/all/libgimp2.0-doc_2.8.2-2.38.201403131956_all.deb Size: 1144110 MD5sum: 892441bb622312709e037023c8d74ab5 SHA1: c36dc5079bdd5c95d60a610919bce8cedbeba534 SHA256: 719d6064579de6945c917bd7742bc8fc1aef5f77020aa984975c54603c079a90 Description: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . Homepage: http://www.gimp.org/ Package: libgio-cil Priority: optional Section: cli-mono Installed-Size: 254 Maintainer: Debian CLI Libraries Team Architecture: all Source: gio-sharp Version: 2.22.3-2.6.201403132256 Depends: libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system4.0-cil (>= 2.10.7) Conflicts: libgio2.22-cil (<< 2.22) Filename: 4.0-0/all/libgio-cil_2.22.3-2.6.201403132256_all.deb Size: 68784 MD5sum: f7c5923b5edb898219e3011a1064d7e6 SHA1: 3ee738d30158a49d824c4edeaf22d0bdefd1a173 SHA256: 6f6a87e8478fb06dc3273ee616978d7461c7fb5dd4c1d4554d7601171374a61c Description: CLI binding for the GIO I/O stack 2.22 This package provides the gio-sharp assembly that allows CLI (.NET) programs to use the GIO I/O stack version 2.22. . This package contains the gio-sharp assembly. Homepage: http://gitorious.org/gio-sharp Package: libgio2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 319 Maintainer: Debian CLI Libraries Team Architecture: all Source: gio-sharp Version: 2.22.3-2.6.201403132256 Depends: libgio-cil (= 2.22.3-2.6.201403132256) Filename: 4.0-0/all/libgio2.0-cil-dev_2.22.3-2.6.201403132256_all.deb Size: 24136 MD5sum: e59fa96b2eb2cf09b1058e01ffaed055 SHA1: bf8d1fc0c9803b5b67dd21e651bb0455f2e40ed0 SHA256: fc77cf105c8e057710d813f89298fdb35834bccf367f98348e6b5088871a8101 Description: CLI binding for the GIO I/O stack 2.22 This package provides the gio-sharp assembly that allows CLI (.NET) programs to use the GIO I/O stack 2.22. . This package contains development files for the gio-sharp library, and should be used for compilation. Homepage: http://gitorious.org/gio-sharp Package: libgirara-doc Priority: optional Section: doc Installed-Size: 2956 Maintainer: Sebastian Ramacher Architecture: all Source: girara Version: 0.1.2-3.2.201403132311 Depends: libjs-jquery Filename: 4.0-0/all/libgirara-doc_0.1.2-3.2.201403132311_all.deb Size: 363556 MD5sum: cc35f24618c950bfb6ac603e57a68fb9 SHA1: 39b6fd183a2fedfc41256c93d3333d843b0c4ce7 SHA256: 25046f753b23a750f28224d51a29f3b6b4f38b100dbd349e41bc4eb44f769a2e Description: library for minimalistic user interfaces (documentation) A library focused at implementing minimalistic user interfaces. It provides three main components: a view widget that represents the actual application, an input bar to execute application specific commands and a status bar which provides information to the user. . This package contains the documentation. Multi-Arch: foreign Homepage: http://pwmt.org/projects/girara/ Package: libgirepository1.0-doc Priority: optional Section: doc Installed-Size: 854 Maintainer: Debian GNOME Maintainers Architecture: all Source: gobject-introspection Version: 1.32.1-1.16.201403151509 Replaces: libgirepository1.0-dev (<< 0.6.14-2) Recommends: libglib2.0-doc Breaks: libgirepository1.0-dev (<< 0.6.14-2) Filename: 4.0-0/all/libgirepository1.0-doc_1.32.1-1.16.201403151509_all.deb Size: 200710 MD5sum: 7a1d228a85185725e3e4a6c16293c9c2 SHA1: 2b1ab1ae85718f338a01caa33000efcb014141fc SHA256: 22c09dcf8f1d423433b4f80274ee6956cfe58a8a4961d9e614a273d2c71947fa Description: Library for handling GObject introspection data (documentation) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains the documentation for the C library for handling the introspection data. Homepage: http://live.gnome.org/GObjectIntrospection Package: libgit-pure-perl Priority: optional Section: perl Installed-Size: 121 Maintainer: Jonas Genannt Architecture: all Version: 0.48-2.2.201403200351 Depends: perl, libconfig-gitlike-perl, libdata-stream-bulk-perl, libdatetime-perl, libfile-find-rule-perl, libio-digest-perl, libmoose-perl, libmoosex-strictconstructor-perl, libmoosex-types-path-class-perl Filename: 4.0-0/all/libgit-pure-perl_0.48-2.2.201403200351_all.deb Size: 19964 MD5sum: bd844bfd3f9d49f41260c476eb8783a2 SHA1: 00ff5398af5762923346dc1eeeed1a774123e3df SHA256: a2dbbfd470d2d2595adf30f9a67fa2007056343c209d78f66ae9bc46d783a5f5 Description: Pure Perl interface to Git repositories Git::PurePerl is a Pure Perl interface to Git repositories. . It was mostly based on Grit http://grit.rubyforge.org/. Homepage: http://search.cpan.org/dist/Git-PurePerl/ Package: libgit-repository-perl Priority: optional Section: perl Installed-Size: 145 Maintainer: Debian Perl Group Architecture: all Version: 1.25-1.2.201403200356 Depends: perl, git (>= 1:1.7.0.4-2~) | git-core, libsystem-command-perl Filename: 4.0-0/all/libgit-repository-perl_1.25-1.2.201403200356_all.deb Size: 55292 MD5sum: 703658a4fdc8d7bb7adcd6808cee81fb SHA1: d29f00292f8c147767465d99d94f1646b6a01937 SHA256: 95c59988ef4e1e1a25e383f577e643e7953560a2560e52adadcba4e9977a0a77 Description: Perl interface to Git repositories Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree. Homepage: http://search.cpan.org/dist/Git-Repository/ Package: libgit-ruby1.8 Priority: optional Section: oldlibs Installed-Size: 27 Maintainer: Michael Schutte Architecture: all Source: ruby-git Version: 1.2.5-2.4.201403170959 Depends: ruby-git Filename: 4.0-0/all/libgit-ruby1.8_1.2.5-2.4.201403170959_all.deb Size: 3452 MD5sum: b1dcc6d518bd36fa480213f349a754fa SHA1: c816267e8a78a284c1f909a981be59ece202cbb2 SHA256: e32c62e7c9fb9d4b258c0b2e09f3ad9fa1728452d47342ffaf1c5aa0a15afd04 Description: Transitional package for ruby-git This is a dummy transitional package to facilitate upgrades to ruby-git. It can be safely removed. Homepage: http://github.com/schacon/ruby-git Package: libgit-ruby Priority: optional Section: oldlibs Installed-Size: 27 Maintainer: Michael Schutte Architecture: all Source: ruby-git Version: 1.2.5-2.4.201403170959 Depends: ruby-git Filename: 4.0-0/all/libgit-ruby_1.2.5-2.4.201403170959_all.deb Size: 3450 MD5sum: fce80183b33a96280a383d8eb703c209 SHA1: af2a7ac4fb2646ff6041f330d4dd8712dd5eeab8 SHA256: 1bbe9f86072e20a95be507c8b16d5b0ca924d8ed01699cc20e56b2f47ddab08b Description: Transitional package for ruby-git This is a dummy transitional package to facilitate upgrades to ruby-git. It can be safely removed. Homepage: http://github.com/schacon/ruby-git Package: libgit-wrapper-perl Priority: optional Section: perl Installed-Size: 94 Maintainer: Debian Perl Group Architecture: all Version: 0.023-1.2.201403200401 Depends: perl, git (>= 1:1.7.0.4-2~) | git-core, libfile-pushd-perl, libsort-versions-perl Filename: 4.0-0/all/libgit-wrapper-perl_0.023-1.2.201403200401_all.deb Size: 30870 MD5sum: ef05c3e3a65c8cbb15edf34ce9a17961 SHA1: 7a75d6cd005a33c4a2759f7637e14c1f92813ed1 SHA256: cfddeda859a1ba4b56558ad3af426470f3ff0eaae0c1a995c3bdf89168dcb500 Description: Perl module to wrap git command-line interface Git::Wrapper provides an API for git that uses Perl data structures for argument passing, instead of CLI-style --options as Git does. . Except as documented, every git subcommand is available as a method on a Git::Wrapper object. Replace any hyphens in the git command with underscores. Homepage: http://search.cpan.org/dist/Git-Wrapper/ Package: libgkeyfile-cil-dev Priority: optional Section: cli-mono Installed-Size: 38 Maintainer: Debian CLI Libraries Team Architecture: all Source: gkeyfile-sharp Version: 0.1-4.2.201403140211 Depends: libgkeyfile1.0-cil (= 0.1-4.2.201403140211) Filename: 4.0-0/all/libgkeyfile-cil-dev_0.1-4.2.201403140211_all.deb Size: 5980 MD5sum: 48943f7d4c420f782bf80efb282c49db SHA1: 9bb25863238bbaea18592e17589b25de25395c5e SHA256: f9a9f33b63954029a91387d77008c5f763f6c51683107683dd92c12a73dfe888 Description: GObject-based wrapper library for GKeyFile -- CLI development files gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in GLib. GKeyFile is a class that is used for parsing, editing, and creating key files, which are .ini like configuration files. . This package contains the development files needed to compile CLI applications which use this library. Homepage: https://www.launchpad.net/gkeyfile-sharp Package: libgkeyfile1.0-cil Priority: optional Section: cli-mono Installed-Size: 65 Maintainer: Debian CLI Libraries Team Architecture: all Source: gkeyfile-sharp Version: 0.1-4.2.201403140211 Depends: cli-common (>= 0.5.1), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/libgkeyfile1.0-cil_0.1-4.2.201403140211_all.deb Size: 11970 MD5sum: 1163bf3e2cbe42e88807d910325317d7 SHA1: 2abd615e321e051f7c4183c56dd585b63dd4564d SHA256: 4b4ad269de847d851bd8c3bd04bba7d718e5f141d300c40fd3717f773cc0ae9e Description: GObject-based wrapper library for GKeyFile -- CLI bindings gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in GLib. GKeyFile is a class that is used for parsing, editing, and creating key files, which are .ini like configuration files. . This package contains the managed CLI bindings for gkeyfile-sharp, which are needed to run CLI applications which use this library. Homepage: https://www.launchpad.net/gkeyfile-sharp Package: libglademm-2.4-doc Priority: optional Section: doc Installed-Size: 278 Maintainer: Deng Xiyue Architecture: all Source: libglademm2.4 Version: 2.6.7-2.10.201403200421 Replaces: libglademm-2.4-dev (<< 2.6.5-1) Depends: doc-base, lynx | www-browser Suggests: libglibmm-2.4-doc (>= 2.14.2-3), libgtkmm-2.4-doc (>= 1:2.12.3-1) Conflicts: libglademm-2.4-dev (<< 2.6.5-1) Filename: 4.0-0/all/libglademm-2.4-doc_2.6.7-2.10.201403200421_all.deb Size: 43748 MD5sum: 1f6446b958035084d0d0c05b2bcfc588 SHA1: 54e47aaa0ba84b28ac49298b1214a0f0959b2442 SHA256: e0d3e972b3bb4e07cd42fd28623d129d6ce22acd04cc49b150b62c5febc6a7b4 Description: C++ wrappers for libglade2 (documentation) Libglade is a library which enables an application to build its graphical interface from an XML file (generated by Glade) at runtime. libglademm is the C++ wrapper for libglade. . This package contains reference documentation and examples. Homepage: http://www.gtkmm.org/ Package: libgladeui-common Priority: optional Section: libs Installed-Size: 5565 Maintainer: Debian GNOME Maintainers Architecture: all Source: glade Version: 3.12.1-1.3.201403181449 Replaces: libgladeui-1-9 Filename: 4.0-0/all/libgladeui-common_3.12.1-1.3.201403181449_all.deb Size: 928874 MD5sum: 3229656009412ecda4c143a6927e647f SHA1: 2b4eaf33d07d9ce738b5422f6b7dfb3120c0b1cf SHA256: 72a42fb95645ffadff3cd729f17541151be6103536020b264db7c57e30d509b1 Description: GTK+ User Interface Build core library (common files) Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit. . Glade is, since its "3.0" major version, highly modular, and composed of widgets which can be used by other applications to integrate functionality similar to the one provided by the Glade application itself. . This library provides all the widgets and core code, like parsing and saving files. . This package contains the common files. Homepage: http://glade.gnome.org/ Package: libgladeui-doc Priority: optional Section: doc Installed-Size: 1291 Maintainer: Debian GNOME Maintainers Architecture: all Source: glade Version: 3.12.1-1.3.201403181449 Filename: 4.0-0/all/libgladeui-doc_3.12.1-1.3.201403181449_all.deb Size: 256940 MD5sum: c58622f36a768efa71b06c3831d73f31 SHA1: 903221a52fc6d093c405affa9f3e1bc9a38534b0 SHA256: 716953d0efff46ed51d2ad43592d5ffef6eaf3ceb11f7a0f49768931a0fd93fc Description: GTK+ User Interface Build core library (documentation) Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit. . Glade is, since its "3.0" major version, highly modular, and composed of widgets which can be used by other applications to integrate functionality similar to the one provided by the Glade application itself. . This library provides all the widgets and core code, like parsing and saving files. . This package contains the documentation for the library. Homepage: http://glade.gnome.org/ Package: libglazedlists-java-doc Priority: optional Section: doc Installed-Size: 3941 Maintainer: Debian Java Maintainers Architecture: all Source: libglazedlists-java Version: 1.8.0.dfsg-4.5.201403200437 Suggests: libglazedlists-java Filename: 4.0-0/all/libglazedlists-java-doc_1.8.0.dfsg-4.5.201403200437_all.deb Size: 367358 MD5sum: 075d3320a58ff0be449fad3480a7ac1b SHA1: 0d2c72d2c56b369ccfb19605e100ff5be5c29afd SHA256: b0eed281bafb71de264dd68dfee77ff047463c20bdbfbd204eb6148ecd050379 Description: java list transformation library (documentation) Glazed Lists features: * API Compatibility with ArrayList * Generic TableModels * Easy dynamic filtering & sorting * High performance * Designed for concurrency * Swing or SWT * Free and open . This package contains the documentation for the library. Homepage: http://sites.google.com/site/glazedlists/ Package: libglazedlists-java Priority: optional Section: java Installed-Size: 590 Maintainer: Debian Java Maintainers Architecture: all Version: 1.8.0.dfsg-4.5.201403200437 Filename: 4.0-0/all/libglazedlists-java_1.8.0.dfsg-4.5.201403200437_all.deb Size: 490446 MD5sum: 83e2fc90944e2d3985264880af43362e SHA1: 1793f208d6f1dbc10608d62c3b2666b6e09f4eb0 SHA256: bfafc9daf452ed9cd5ef155a7cac69bb6bb13bc4deaaadd0e9e3c01e12549bfb Description: java list transformation library Glazed Lists features: * API Compatibility with ArrayList * Generic TableModels * Easy dynamic filtering & sorting * High performance * Designed for concurrency * Swing or SWT * Free and open Homepage: http://sites.google.com/site/glazedlists/ Package: libglib2-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-glib2 Filename: 4.0-0/all/libglib2-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10218 MD5sum: c4001509550b573b6ec263ff94dacdde SHA1: 077c4e8b0b880e15ce28ab7f777e1ee37a3e81c3 SHA256: 2c8409b18b21e35c2ac4fc04291a77f4cb8fd4034aba1f2935aaea5e5a730cf1 Description: Transitional package for ruby-glib2 This is a transitional package to ease upgrades to the ruby-glib2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libglib2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-glib2 Filename: 4.0-0/all/libglib2-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10206 MD5sum: 7836cf6fec33ceae8477acb4f8aa112f SHA1: dc447ec55defe99291bf29a4ebef3e1a76d59584 SHA256: 8c973c659835861a4ff66ae424860e0b684aefb16003b9b901fae7163b2a611b Description: Transitional package for ruby-glib2 This is a transitional package to ease upgrades to the ruby-glib2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libglib2-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-glib2 Filename: 4.0-0/all/libglib2-ruby_1.1.3-2.9.201403171008_all.deb Size: 10206 MD5sum: 9b186fb4d73f8bc9293f4366492cf7d3 SHA1: a0dd70f47b8df0cef64f5e521000041149a3b2b5 SHA256: 8cf48d8bf82212c91bd409ee8b1a9e11611824cf804378a6a014721909774983 Description: Transitional package for ruby-glib2 This is a transitional package to ease upgrades to the ruby-glib2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libglib2.0-doc Priority: optional Section: doc Installed-Size: 17887 Maintainer: Debian GNOME Maintainers Architecture: all Source: glib2.0 Version: 2.33.12+really2.32.4-5.53.201403140822 Suggests: devhelp Filename: 4.0-0/all/libglib2.0-doc_2.33.12+really2.32.4-5.53.201403140822_all.deb Size: 2085900 MD5sum: 3cb16bc50cb5516abe7dacf47e84c850 SHA1: bbc15ec365930ad3bfdba62ee3cb36224f07a5a8 SHA256: 92735f25591079ab3e7c308cef36de26b77758ecc65bd53f826bc4cec1cd80c8 Description: Documentation files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the HTML documentation for the GLib library in /usr/share/doc/libglib2.0-doc/ . Multi-Arch: foreign Homepage: http://www.gtk.org/ Package: libglibmm-2.4-doc Priority: optional Section: doc Installed-Size: 27814 Maintainer: Deng Xiyue Architecture: all Source: glibmm2.4 Version: 2.32.1-1.13.201403140924 Depends: doc-base, lynx | www-browser Suggests: gtkmm-documentation Filename: 4.0-0/all/libglibmm-2.4-doc_2.32.1-1.13.201403140924_all.deb Size: 4217450 MD5sum: 38e028c7a650f253401889547236da87 SHA1: a8ce57b90bf8b4de17e2aecf8fd34b2ae4a42ed3 SHA256: ebccce51847f7e6f458a7b4b5b0bf9c9e68848d45a90b5d35063fd6327214b25 Description: C++ wrapper for the GLib toolkit (documentation) GLib is a low-level general-purpose library used mainly by GTK+/GNOME applications, but is useful for other programs as well. glibmm is the C++ wrapper for GLib. . This package contains reference documentation and examples. Multi-Arch: foreign Homepage: http://www.gtkmm.org/ Package: libglm-dev Priority: extra Section: libdevel Installed-Size: 1677 Maintainer: Guus Sliepen Architecture: all Source: glm Version: 0.9.3.3+dfsg-0.1.2.201403140551 Filename: 4.0-0/all/libglm-dev_0.9.3.3+dfsg-0.1.2.201403140551_all.deb Size: 195760 MD5sum: ee3beb2217779aedba2776923ff59bf1 SHA1: 8d8857d299cb2b65120be3e20276cb37c1c06479 SHA256: 67501bb693a2fe70abb7a6634e749832e584df3dd995a498cde51c388cb5a0fe Description: C++ library for OpenGL GLSL type-based mathematics OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification. . GLM provides classes and functions designed and implemented with the same naming conventions and functionalities as GLSL, so that when a programmer knows GLSL, he knows GLM as well, which makes it really easy to use. . This project isn't limited to GLSL features. An extension system, based on the GLSL extension conventions, provides extended capabilities: matrix transformations, quaternions, half-based types, random numbers, et cetera. . This library works perfectly together with OpenGL but it also ensures interoperability with other third party libraries and SDKs. It is a good candidate for software rendering (such as raytracing, rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library. Homepage: http://glm.g-truc.net/ Package: libglm-doc Priority: extra Section: doc Installed-Size: 5224 Maintainer: Guus Sliepen Architecture: all Source: glm Version: 0.9.3.3+dfsg-0.1.2.201403140551 Filename: 4.0-0/all/libglm-doc_0.9.3.3+dfsg-0.1.2.201403140551_all.deb Size: 1463736 MD5sum: 8c85e4892eabdfde9bfa17d1de277058 SHA1: dc2a4bdbe650177ba7237f441d07d1f1e6bbc466 SHA256: 714e76771a35219f4a74c4ba5177493011143abf128f89b27280121ccf4f7272 Description: documentation for the OpenGL Mathematics (GLM) library OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification. . This package contains the OpenGL Mathematics manual in HTML and PDF formats. Homepage: http://glm.g-truc.net/ Package: libglobalhotkeys-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-globalhotkeys Version: 0.3.2-3.4.201403171004 Depends: ruby-globalhotkeys Filename: 4.0-0/all/libglobalhotkeys-ruby1.8_0.3.2-3.4.201403171004_all.deb Size: 3226 MD5sum: c467c50e9f1b43879de6f53a5c406b96 SHA1: 4a12a72cbc61716987168f4898c239674680eb8a SHA256: a76298f55b3b0e24d939caec580fa5cb02c6bff1c460a40bfd29305c83a26357 Description: Transitional package for ruby-globalhotkeys This is a transitional package to ease upgrades to the ruby-globalhotkeys package. It can safely be removed. Homepage: http://zik.rubyforge.org/rghk/ Package: libglobalhotkeys-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-globalhotkeys Version: 0.3.2-3.4.201403171004 Depends: ruby-globalhotkeys Filename: 4.0-0/all/libglobalhotkeys-ruby_0.3.2-3.4.201403171004_all.deb Size: 3218 MD5sum: 094b948d8d429db70e4a2dde11666517 SHA1: 1bb48dcedded31714171cbcc353623739b2704f8 SHA256: 91aa30ee5a7f0d691d32d572e2fe56aa1c29ce7136dbce9933351840fb12c8d4 Description: Transitional package for ruby-globalhotkeys This is a transitional package to ease upgrades to the ruby-globalhotkeys package. It can safely be removed. Homepage: http://zik.rubyforge.org/rghk/ Package: libglobus-authz-callout-error-doc Priority: optional Section: doc Installed-Size: 186 Maintainer: Mattias Ellert Architecture: all Source: globus-authz-callout-error Version: 2.2-1.4.201403140616 Depends: libglobus-authz-callout-error-dev (>= 2.2-1.4.201403140616), libjs-jquery Filename: 4.0-0/all/libglobus-authz-callout-error-doc_2.2-1.4.201403140616_all.deb Size: 88830 MD5sum: c23d1258bedb58bd73f949e1b59bf94e SHA1: 244fc514bd2711fed41a6fdbe0d90b051cb6ad61 SHA256: 213e4ed43f041407956443a961067193147e5308011dad43d0eb23c6d8a51b64 Description: Globus Toolkit - Globus authz error library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-authz-callout-error-doc package contains: Globus authz error library (used by globus authz callouts) Documentation Files Homepage: http://www.globus.org/ Package: libglobus-authz-doc Priority: optional Section: doc Installed-Size: 224 Maintainer: Mattias Ellert Architecture: all Source: globus-authz Version: 2.2-1.4.201403140605 Depends: libglobus-authz-dev (>= 2.2-1.4.201403140605), libjs-jquery Filename: 4.0-0/all/libglobus-authz-doc_2.2-1.4.201403140605_all.deb Size: 118644 MD5sum: e5202f8553859fe0109436c9bba7050f SHA1: db549362bd03c77461c0a90540cc7b0aa0751789 SHA256: b2d9837a63cb2561fd093a4503b3599640772a2a4f629ba344fa7be4a3cf78cd Description: Globus Toolkit - Globus authz library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-authz-doc package contains: Globus authz library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-callout-doc Priority: optional Section: doc Installed-Size: 277 Maintainer: Mattias Ellert Architecture: all Source: globus-callout Version: 2.2-1.4.201403140625 Depends: libglobus-callout-dev (>= 2.2-1.4.201403140625), libjs-jquery Filename: 4.0-0/all/libglobus-callout-doc_2.2-1.4.201403140625_all.deb Size: 151464 MD5sum: 2cdc28e48c32cb2732f26e39af6bb16f SHA1: e9b6d9f46a92c6125b0e0354eb4904b4b0e8251f SHA256: 74a054a95572bb5d4ff7f119e44917b220dbd074ebc9ea358ba02b791502bddc Description: Globus Toolkit - Globus Callout Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-callout-doc package contains: Globus Callout Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-common-doc Priority: optional Section: doc Installed-Size: 1065 Maintainer: Mattias Ellert Architecture: all Source: globus-common Version: 14.7-2.4.201403140633 Depends: libglobus-common-dev (>= 14.7-2.4.201403140633), libjs-jquery Filename: 4.0-0/all/libglobus-common-doc_14.7-2.4.201403140633_all.deb Size: 533432 MD5sum: e0c549eef66adef9b4a21f18d58790ce SHA1: ddf620c2b43e323358fc10b7a023cd2d5099b56b SHA256: 8932acdad682446568dc4cd9caf88c79692ab67288aa00a536079aa95ca30f77 Description: Globus Toolkit - Common Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-common-doc package contains: Common Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-ftp-client-doc Priority: optional Section: doc Installed-Size: 1479 Maintainer: Mattias Ellert Architecture: all Source: globus-ftp-client Version: 7.3-1.4.201403140645 Depends: libglobus-ftp-client-dev (>= 7.3-1.4.201403140645), libjs-jquery Filename: 4.0-0/all/libglobus-ftp-client-doc_7.3-1.4.201403140645_all.deb Size: 633824 MD5sum: ff81cbbeeb0c94bd4e4fa20cfc10669a SHA1: 77c88b514690c794b3540e37a59f85193d2f78ac SHA256: 658866aa5ced81241e2a5a9dac4373701d6ae3db706ff926cdcc2a30af10211c Description: Globus Toolkit - GridFTP Client Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-ftp-client-doc package contains: GridFTP Client Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-ftp-control-doc Priority: optional Section: doc Installed-Size: 861 Maintainer: Mattias Ellert Architecture: all Source: globus-ftp-control Version: 4.4-1.5.201403270700 Depends: libglobus-ftp-control-dev, libjs-jquery Filename: 4.0-0/all/libglobus-ftp-control-doc_4.4-1.5.201403270700_all.deb Size: 369188 MD5sum: 09282afcd31d4615d7b2dcb84a76166c SHA1: 63d6906d0c8374223e9da2b85ba9ac6810217e3b SHA256: 208db10c26fa1ddb3d771a3acceb06ed55d1408236a1ad1d306c6ad4d0dfc6d3 Description: Globus Toolkit - GridFTP Control Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-ftp-control-doc package contains: GridFTP Control Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gass-copy-doc Priority: optional Section: doc Installed-Size: 482 Maintainer: Mattias Ellert Architecture: all Source: globus-gass-copy Version: 8.4-1.4.201403140707 Depends: libglobus-gass-copy-dev (>= 8.4-1.4.201403140707), libjs-jquery Filename: 4.0-0/all/libglobus-gass-copy-doc_8.4-1.4.201403140707_all.deb Size: 209794 MD5sum: 10ffdf80839c868aa36f6e3d23348f79 SHA1: 9ca6eee46eaa3d32ff01fa68db84312206e3f505 SHA256: 687a78fd090fe83b6ec3dd1e7b8eeaf5964b6caf312f9aab9f0f99240f28a401 Description: Globus Toolkit - Globus Gass Copy Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gass-copy-doc package contains: Globus Gass Copy Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gass-transfer-doc Priority: optional Section: doc Installed-Size: 743 Maintainer: Mattias Ellert Architecture: all Source: globus-gass-transfer Version: 7.2-1.4.201403140721 Depends: libglobus-gass-transfer-dev (>= 7.2-1.4.201403140721), libjs-jquery Filename: 4.0-0/all/libglobus-gass-transfer-doc_7.2-1.4.201403140721_all.deb Size: 326830 MD5sum: 0f796adbfc8484cbf77cb33f3dfc3c63 SHA1: 4032baa74d60d35d8ce15238be5f662413dd10c0 SHA256: 444e4c6882093a31aaf6a62ebd372e53e53da21304afad3cf5afe2820e993bc6 Description: Globus Toolkit - Globus Gass Transfer Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gass-transfer-doc package contains: Globus Gass Transfer Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gram-client-doc Priority: optional Section: doc Installed-Size: 553 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-client Version: 12.4-1.4.201403140744 Depends: libglobus-gram-client-dev (>= 12.4-1.4.201403140744), libjs-jquery Filename: 4.0-0/all/libglobus-gram-client-doc_12.4-1.4.201403140744_all.deb Size: 263276 MD5sum: 74d843dfb95acd168b77724e6ba84e92 SHA1: ff6bee0b463a49f8c298711c9330dc4507f354dc SHA256: 35442f8fc1d7474329d3da5a6fb09aecf43f55b9348663312d4e69ac7ef43623 Description: Globus Toolkit - GRAM Client Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gram-client-doc package contains: GRAM Client Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gram-job-manager-callout-error-doc Priority: optional Section: doc Installed-Size: 209 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-job-manager-callout-error Version: 2.1-2.4.201403140807 Depends: libglobus-gram-job-manager-callout-error-dev (>= 2.1-2.4.201403140807), libjs-jquery Filename: 4.0-0/all/libglobus-gram-job-manager-callout-error-doc_2.1-2.4.201403140807_all.deb Size: 107266 MD5sum: ca6d1c233b8432d9f6da4967e97f6817 SHA1: 33fb7d534a428e55c12ebd08674702f6bf4b67b0 SHA256: 0230b2155e749c6fabe5f2a8336df5dd8c9dc8d587e47147affd2ed5348aa2f9 Description: Globus Toolkit - Globus GRAM Jobmanager Callout Errors Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gram-job-manager-callout-error-doc package contains: Globus GRAM Jobmanager Callout Errors Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gram-protocol-doc Priority: optional Section: doc Installed-Size: 714 Maintainer: Mattias Ellert Architecture: all Source: globus-gram-protocol Version: 11.3-1.4.201403140846 Depends: libglobus-gram-protocol-dev (>= 11.3-1.4.201403140846), libjs-jquery Filename: 4.0-0/all/libglobus-gram-protocol-doc_11.3-1.4.201403140846_all.deb Size: 384340 MD5sum: fe31d86970abef58d6262098d5827f35 SHA1: 71b4a9c067977f9f8ed67789dd45cdf6cb651a7f SHA256: e69a480da2cd4a290cad0fcc2ea6c82261be7e308c445e73248aab4cf6584918 Description: Globus Toolkit - GRAM Protocol Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gram-protocol-doc package contains: GRAM Protocol Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gridmap-callout-error-doc Priority: optional Section: doc Installed-Size: 204 Maintainer: Mattias Ellert Architecture: all Source: globus-gridmap-callout-error Version: 1.2-2.2.201403140906 Depends: libglobus-gridmap-callout-error-dev (>= 1.2-2.2.201403140906), libjs-jquery Filename: 4.0-0/all/libglobus-gridmap-callout-error-doc_1.2-2.2.201403140906_all.deb Size: 104222 MD5sum: 261e50d8b47440d6356ff97b4f98536a SHA1: 4363a23adc88287a17ef0554c68d2889b073f83d SHA256: 57c853750e67778c67f39f3bd453515cabb66cb858f4e4366ed7f22b2fc9c1bc Description: Globus Toolkit - Globus Gridmap Callout Errors Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gridmap-callout-error-doc package contains: Globus Gridmap Callout Errors Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-callback-doc Priority: optional Section: doc Installed-Size: 370 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-callback Version: 4.2-1.4.201403140914 Depends: libglobus-gsi-callback-dev (>= 4.2-1.4.201403140914), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-callback-doc_4.2-1.4.201403140914_all.deb Size: 174992 MD5sum: 22c714cbb561c808c73d7584a12b45b3 SHA1: 03797b881d20ebdc09ea4b840653976a4b776239 SHA256: 694d56cf52fbd6d09798f77dad0fab84c053d3ed3bf86779abc934458bfb162a Description: Globus Toolkit - Globus GSI Callback Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-callback-doc package contains: Globus GSI Callback Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-cert-utils-doc Priority: optional Section: doc Installed-Size: 286 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-cert-utils Version: 8.3-1.4.201403140926 Depends: libglobus-gsi-cert-utils-dev (>= 8.3-1.4.201403140926), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-cert-utils-doc_8.3-1.4.201403140926_all.deb Size: 150474 MD5sum: c30a96e7e90db15247b1a237c9fa3b8f SHA1: 2093b0483c44e39752f930027138400ee5a4a593 SHA256: 8f035b46b2541c774a7560cd07c905b00feb8c0ce0c255b275eb99703fe16a63 Description: Globus Toolkit - Globus GSI Cert Utils Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-cert-utils-doc package contains: Globus GSI Cert Utils Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-credential-doc Priority: optional Section: doc Installed-Size: 414 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-credential Version: 5.3-1.4.201403140935 Depends: libglobus-gsi-credential-dev (>= 5.3-1.4.201403140935), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-credential-doc_5.3-1.4.201403140935_all.deb Size: 194012 MD5sum: 33b06be5cb802814b10cd9bfadb9f5f8 SHA1: 478fe965e613581262b4de6ac75f4106f42471e5 SHA256: 6c9a698cd50f1088e0b50772289eb6359c178f1380ab189710280a2a4832a08c Description: Globus Toolkit - Globus GSI Credential Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-credential-doc package contains: Globus GSI Credential Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-openssl-error-doc Priority: optional Section: doc Installed-Size: 340 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-openssl-error Version: 2.1-2.4.201403140943 Depends: libglobus-gsi-openssl-error-dev (>= 2.1-2.4.201403140943), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-openssl-error-doc_2.1-2.4.201403140943_all.deb Size: 209804 MD5sum: 1ab852f8e2c0511474bb1a276c0d1faf SHA1: 7955aa661e3acebfec7207b94e1400e53cda4c2e SHA256: 3906e4bb40b4eb98723dc3dd301fafbb1cc07ffd63c0496fbcd1d612e4c34215 Description: Globus Toolkit - Globus OpenSSL Error Handling Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-openssl-error-doc package contains: Globus OpenSSL Error Handling Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-proxy-core-doc Priority: optional Section: doc Installed-Size: 433 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-proxy-core Version: 6.2-1.4.201403140950 Depends: libglobus-gsi-proxy-core-dev (>= 6.2-1.4.201403140950), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-proxy-core-doc_6.2-1.4.201403140950_all.deb Size: 201718 MD5sum: ba382e1c525a94962b58ecb3f7fb7666 SHA1: 02497a5d56f76532bb9d96bd854bb1348bc94729 SHA256: f6c5f30f09da3046c8c0fb7d816920284febc63f411dce3ab10002547b6c6f6b Description: Globus Toolkit - Globus GSI Proxy Core Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-proxy-core-doc package contains: Globus GSI Proxy Core Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-proxy-ssl-doc Priority: optional Section: doc Installed-Size: 304 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-proxy-ssl Version: 4.1-2.4.201403141001 Depends: libglobus-gsi-proxy-ssl-dev (>= 4.1-2.4.201403141001), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-proxy-ssl-doc_4.1-2.4.201403141001_all.deb Size: 147120 MD5sum: a0b30c14b07f84bf4455053c7f51ea84 SHA1: 9b2039ede22c182188ee94935b91a54046661444 SHA256: a3f04c5c81d243925efef4f59f9672720ef428e2e0d49a24ce026b1d4344a6b2 Description: Globus Toolkit - Globus GSI Proxy SSL Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-proxy-ssl-doc package contains: Globus GSI Proxy SSL Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gsi-sysconfig-doc Priority: optional Section: doc Installed-Size: 487 Maintainer: Mattias Ellert Architecture: all Source: globus-gsi-sysconfig Version: 5.2-1.4.201403141008 Depends: libglobus-gsi-sysconfig-dev (>= 5.2-1.4.201403141008), libjs-jquery Filename: 4.0-0/all/libglobus-gsi-sysconfig-doc_5.2-1.4.201403141008_all.deb Size: 232606 MD5sum: eb3a3728ebaba5f3b6ba9159ea3fda68 SHA1: 92eb1e8054774af0437b35970d8eeec9daccb9a5 SHA256: c9faf80aec45384ccb2f4f13ef295c6675d3b6d181c1b7557a664f1c6a9ba4b6 Description: Globus Toolkit - Globus GSI System Config Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gsi-sysconfig-doc package contains: Globus GSI System Config Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gss-assist-doc Priority: optional Section: doc Installed-Size: 398 Maintainer: Mattias Ellert Architecture: all Source: globus-gss-assist Version: 8.5-1.4.201403141013 Depends: libglobus-gss-assist-dev (>= 8.5-1.4.201403141013), libjs-jquery Filename: 4.0-0/all/libglobus-gss-assist-doc_8.5-1.4.201403141013_all.deb Size: 206940 MD5sum: 14c9242194308b4acd468db9aeb15c16 SHA1: aef31ae8e378d138604ef8d5a2dc63e376823df1 SHA256: 667c0c9c159f49072f864f918e3610f60d19cc9b3aedf40db7a4fac461bc7d64 Description: Globus Toolkit - GSSAPI Assist library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gss-assist-doc package contains: GSSAPI Assist library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gssapi-error-doc Priority: optional Section: doc Installed-Size: 315 Maintainer: Mattias Ellert Architecture: all Source: globus-gssapi-error Version: 4.1-2.4.201403141026 Depends: libglobus-gssapi-error-dev (>= 4.1-2.4.201403141026), libjs-jquery Filename: 4.0-0/all/libglobus-gssapi-error-doc_4.1-2.4.201403141026_all.deb Size: 193762 MD5sum: 7cc72794dd2d557afadb5ea34d7aa433 SHA1: 7e8b9fc8f2e0d6b865fd8c93eca9c6bf94f6101e SHA256: 0943abd93ceeeec4dcdb65661c9bc4294f9272d64a858aeda44b51d34fb38620 Description: Globus Toolkit - GSSAPI Error Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gssapi-error-doc package contains: GSSAPI Error Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-gssapi-gsi-doc Priority: optional Section: doc Installed-Size: 479 Maintainer: Mattias Ellert Architecture: all Source: globus-gssapi-gsi Version: 10.6-1.4.201403141038 Depends: libglobus-gssapi-gsi-dev (>= 10.6-1.4.201403141038), libjs-jquery Filename: 4.0-0/all/libglobus-gssapi-gsi-doc_10.6-1.4.201403141038_all.deb Size: 254030 MD5sum: 638eaa63c7b46c865c80bef0d5890b72 SHA1: bd33d869f30f920f0a66e6acad10917a454fdac4 SHA256: 6213d0b3caf5d6a0de4902f308d987385fb549d562d116aff891a889fc7620f2 Description: Globus Toolkit - GSSAPI library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gssapi-gsi-doc package contains: GSSAPI library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-openssl-module-doc Priority: optional Section: doc Installed-Size: 190 Maintainer: Mattias Ellert Architecture: all Source: globus-openssl-module Version: 3.2-1.4.201403141055 Depends: libglobus-openssl-module-dev (>= 3.2-1.4.201403141055), libjs-jquery Filename: 4.0-0/all/libglobus-openssl-module-doc_3.2-1.4.201403141055_all.deb Size: 94782 MD5sum: 4637d9a4d4572034f94c7e872b723c4f SHA1: 063e1cf1ddc7765e8c47786f03a05b21d17f2625 SHA256: faafe26a7ef36d7d696fe61c50d0713ca7f2eeaa2abfc7689b4b787bacdc384b Description: Globus Toolkit - Globus OpenSSL Module Wrapper Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-openssl-module-doc package contains: Globus OpenSSL Module Wrapper Documentation Files Homepage: http://www.globus.org/ Package: libglobus-rls-client-doc Priority: optional Section: doc Installed-Size: 714 Maintainer: Mattias Ellert Architecture: all Source: globus-rls-client Version: 5.2-8.4.201403141107 Depends: libglobus-rls-client-dev (>= 5.2-8.4.201403141107), libjs-jquery Filename: 4.0-0/all/libglobus-rls-client-doc_5.2-8.4.201403141107_all.deb Size: 307190 MD5sum: bffab0f560c8d0600f61e26b6d0a064c SHA1: 81e020c05ac99d73d6746b2b7070df92b1b59d73 SHA256: d334d34f7f243c98e37b197e054ec054bcbd0c0ea71990cd1967a181d57d6be3 Description: Globus Toolkit - Replica Location Service Client Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-rls-client-doc package contains: Replica Location Service Client Documentation Files Homepage: http://www.globus.org/ Package: libglobus-rsl-doc Priority: optional Section: doc Installed-Size: 437 Maintainer: Mattias Ellert Architecture: all Source: globus-rsl Version: 9.1-2.4.201403141126 Replaces: libglobus-rsl-assist-doc (<< 3) Provides: libglobus-rsl-assist-doc Depends: libglobus-rsl-dev (>= 9.1-2.4.201403141126), libjs-jquery Conflicts: libglobus-rsl-assist-doc (<< 3) Filename: 4.0-0/all/libglobus-rsl-doc_9.1-2.4.201403141126_all.deb Size: 210304 MD5sum: 00406e29d29881a1116798e8f92c4ad1 SHA1: feb607e2fade9a6f97458453474707f1c732840e SHA256: d938fd9794a9e542455b43827bccfebaeee2f3949be32beef1d47fb1e84deea9 Description: Globus Toolkit - Resource Specification Language Library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-rsl-doc package contains: Resource Specification Language Library Documentation Files Homepage: http://www.globus.org/ Package: libglobus-scheduler-event-generator-doc Priority: optional Section: doc Installed-Size: 256 Maintainer: Mattias Ellert Architecture: all Source: globus-scheduler-event-generator Version: 4.6-1.4.201403141134 Depends: libglobus-scheduler-event-generator-dev (>= 4.6-1.4.201403141134), libjs-jquery Filename: 4.0-0/all/libglobus-scheduler-event-generator-doc_4.6-1.4.201403141134_all.deb Size: 140816 MD5sum: d61474ac7ae4bd5a5611fa95cce767c3 SHA1: c063edce77ecdc363acd55420f773aafe0261b69 SHA256: 5c1673db48116599eed55f08fd8b5f9a0acd1345c9c245597b38a0fd169621cb Description: Globus Toolkit - Scheduler Event Generator Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-scheduler-event-generator-doc package contains: Scheduler Event Generator Documentation Files Homepage: http://www.globus.org/ Package: libglobus-xio-doc Priority: optional Section: doc Installed-Size: 2355 Maintainer: Mattias Ellert Architecture: all Source: globus-xio Version: 3.3-1.5.201403241523 Depends: libglobus-xio-dev, libjs-jquery Filename: 4.0-0/all/libglobus-xio-doc_3.3-1.5.201403241523_all.deb Size: 1032154 MD5sum: 010b8e25d0ab67203ea4344aa800f34c SHA1: c6eace5c7260aaf5550e172575506f8ad61c4876 SHA256: 5ea9439dca299480424accdf141370b1074d2462ab56c29d4fd478eb4c7251e1 Description: Globus Toolkit - Globus XIO Framework Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-xio-doc package contains: Globus XIO Framework Documentation Files Homepage: http://www.globus.org/ Package: libglobus-xio-gsi-driver-doc Priority: optional Section: doc Installed-Size: 529 Maintainer: Mattias Ellert Architecture: all Source: globus-xio-gsi-driver Version: 2.3-1.4.201403141204 Depends: libglobus-xio-gsi-driver-dev (>= 2.3-1.4.201403141204), libjs-jquery Filename: 4.0-0/all/libglobus-xio-gsi-driver-doc_2.3-1.4.201403141204_all.deb Size: 281588 MD5sum: 5ad535842e95323db7939c9df8aefa70 SHA1: c8b421e9dd8e64aaa39aaf0469bf376dc9a0e000 SHA256: e368909ea9b51fd1f56a379b994631b33cc6b83c7600f9eb18e0687ba8c17993 Description: Globus Toolkit - Globus XIO GSI Driver Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-xio-gsi-driver-doc package contains: Globus XIO GSI Driver Documentation Files Homepage: http://www.globus.org/ Package: libgloox-doc Priority: extra Section: doc Installed-Size: 14691 Maintainer: Jose Carlos Garcia Sogo Architecture: all Source: gloox Version: 1.0-1.5.201411010958 Filename: 4.0-0/all/libgloox-doc_1.0-1.5.201411010958_all.deb Size: 2666982 MD5sum: b6f9fff88c3be57dfa0a1b846793d447 SHA1: 1b5e8f59ee0b50ac3ea0e2df70cf415612ba1f2b SHA256: 58990f7e92842357e8397c9db52d16e23621ddaeabda0fd166ffed8292f1ee55 Description: C++ jabber/xmpp library API documentation A C++ Jabber/XMPP library that takes care of low level protocol stuff. Additionally, it offers high level interfaces for interaction with an XMPP server. . It is a fully compliant XMPP Core and supports various JEPs, mainly those needed to implement a XMPP IM client. . This package contains API documentation for this library. Package: libgluegen2-build-java Priority: optional Section: java Installed-Size: 2547 Maintainer: Debian Java Maintainers Architecture: all Source: gluegen2 Version: 2.0-rc5-4.2.201403141306 Depends: antlr Suggests: libgluegen2-doc Filename: 4.0-0/all/libgluegen2-build-java_2.0-rc5-4.2.201403141306_all.deb Size: 873556 MD5sum: c0c77cc88ae950ae8e9830211136cdb3 SHA1: 9a05fb02c7ea87010b1d60ec488be912953f49f6 SHA256: 1fb1b4f6518598d661499ca467eb2b56a7a3bfc725a988cdd7af94acd5ec7f14 Description: Tool to automatically generate the Java and JNI code. Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains some Java sources necessary to build gluegen-based packages. Homepage: http://jogamp.org/ Package: libgluegen2-doc Priority: optional Section: doc Installed-Size: 6609 Maintainer: Debian Java Maintainers Architecture: all Source: gluegen2 Version: 2.0-rc5-4.2.201403141306 Suggests: libgluegen2 Filename: 4.0-0/all/libgluegen2-doc_2.0-rc5-4.2.201403141306_all.deb Size: 458504 MD5sum: 701d95b7e83e0fe1b9c18d133a7bba38 SHA1: a93259be49f95c3bc7d7cfe9f054c7035aa522f9 SHA256: 1f0be8333d591b0d0c7444c3a8ff53d81929399bb97603fbb7a7aa7d2d327e4a Description: Tool to automatically generate the Java and JNI code. Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package includes the API documentation for Gluegen package. Homepage: http://jogamp.org/ Package: libgluegen2-rt-java Priority: optional Section: java Installed-Size: 199 Maintainer: Debian Java Maintainers Architecture: all Source: gluegen2 Version: 2.0-rc5-4.2.201403141306 Depends: antlr, libgluegen2-jni (>= 2.0-rc5-4.2.201403141306) Suggests: libgluegen2-doc Filename: 4.0-0/all/libgluegen2-rt-java_2.0-rc5-4.2.201403141306_all.deb Size: 156822 MD5sum: b899cf1c2901dfc5341e0534923761f3 SHA1: a4b34ae318fe8636d60c805e7b6e9cad60d57e4b SHA256: 0f33f54938223fb1bb19d044dcada0a5b63ec0bde973b4d75dcc007d011acecf Description: Tool to automatically generate the Java and JNI code. Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains the gluegen 2 runtime files. Homepage: http://jogamp.org/ Package: libgmerlin-avdec-doc Priority: extra Section: doc Installed-Size: 792 Maintainer: Debian Multimedia Maintainers Architecture: all Source: gmerlin-avdecoder Version: 1.2.0~dfsg-1.3.201403170642 Filename: 4.0-0/all/libgmerlin-avdec-doc_1.2.0~dfsg-1.3.201403170642_all.deb Size: 113800 MD5sum: fc207d1fb024bd1cd720b9729c632cc6 SHA1: ccd84d0bfa5b3af59440c702588153eac6777b99 SHA256: 6d20a7eb67733f96327fa21c37d227179e2838431cd20992f97fd44e1f0ca51f Description: general multimedia decoding library (documentation) Gmerlin_avdecoder is a general purpose media decoding library. It was written as a support library for gmerlin, but it can also be used by other applications. You don't even need gmerlin installed, only gavl. . This package provides the documentation about Gmerlin_avdecoder. Homepage: http://gmerlin.sourceforge.net/ Package: libgmetrics-groovy-java-doc Priority: optional Section: doc Installed-Size: 1611 Maintainer: Debian Java Maintainers Architecture: all Source: gmetrics Version: 0.5-1.2.201403141413 Recommends: libgmetrics-groovy-java Suggests: default-jdk-doc Filename: 4.0-0/all/libgmetrics-groovy-java-doc_0.5-1.2.201403141413_all.deb Size: 117952 MD5sum: 7bfa5e4882f33c3fd4db9b46316ec58f SHA1: 6d4e0df865869b544e28d90cbe3939e4a5223f91 SHA256: ba7e75ce32518245e6107c707361fded4faeb629fdff09343705166206408ea4 Description: Documentation for libgmetrics-groovy-java Documentation for GMetrics that is a library providing calculation and reporting of size and complexity metrics for Groovy source code, by scanning the code with an Ant Task, applying a set of metrics, and generating an HTML or XML report of the results. Homepage: http://gmetrics.sourceforge.net/ Package: libgmetrics-groovy-java Priority: optional Section: java Installed-Size: 683 Maintainer: Debian Java Maintainers Architecture: all Source: gmetrics Version: 0.5-1.2.201403141413 Depends: groovy, ant, liblog4j1.2-java Suggests: libgmetrics-groovy-java-doc Filename: 4.0-0/all/libgmetrics-groovy-java_0.5-1.2.201403141413_all.deb Size: 594310 MD5sum: acd2e29dc856ed3a9e535da768a4bddd SHA1: c8172af6da14fc222a940812611569eff35f3043 SHA256: 9c72bd1cc20eaa8dffd0351380f1559ece6681a3769000d4be643b55dfa5fd3e Description: Groovy library that provides reports and metrics for Groovy code GMetrics provides calculation and reporting of size and complexity metrics for Groovy source code, by scanning the code with an Ant Task, applying a set of metrics, and generating an HTML or XML report of the results. Homepage: http://gmetrics.sourceforge.net/ Package: libgmime-2.6-doc Priority: optional Section: doc Installed-Size: 1552 Maintainer: Mirco Bauer Architecture: all Source: gmime Version: 2.6.10-1.2.201403141444 Filename: 4.0-0/all/libgmime-2.6-doc_2.6.10-1.2.201403141444_all.deb Size: 272372 MD5sum: 2a8f8e8c64eb9bec9af5c8bbef1c6a68 SHA1: a32c7fd33e0bd5364eb27eb3272a80f1b191424c SHA256: 591733fe96bf7d92606269608101fcda6d27c19dda87417b97e1af3b08a9ab29 Description: MIME message parser and creator library - documentation GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains the documentation and examples of GMime. Homepage: http://spruce.sourceforge.net/gmime/ Package: libgmime2.6-cil-dev Priority: optional Section: cli-mono Installed-Size: 116 Maintainer: Mirco Bauer Architecture: all Source: gmime Version: 2.6.10-1.2.201403141444 Depends: libgmime2.6-cil (= 2.6.10-1.2.201403141444) Filename: 4.0-0/all/libgmime2.6-cil-dev_2.6.10-1.2.201403141444_all.deb Size: 84634 MD5sum: f70998fbd3b7ea0f4cf1374c4fffe3ce SHA1: f1ac54ae191e28ca20596c70dc35eab7f9976ae9 SHA256: 2873bda2dadb9ede9041914e03065986c18d613599abb7fcebeaa794128c1b34 Description: CLI binding for the GMime library GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains development files for the gmime-sharp library, and should be used for compilation. Homepage: http://spruce.sourceforge.net/gmime/ Package: libgmime2.6-cil Priority: optional Section: cli-mono Installed-Size: 234 Maintainer: Mirco Bauer Architecture: all Source: gmime Version: 2.6.10-1.2.201403141444 Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgmime-2.6-0 (>= 2.6.0), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/libgmime2.6-cil_2.6.10-1.2.201403141444_all.deb Size: 124446 MD5sum: 53ea00a5365880369f1c73da7704f9cc SHA1: 3299084eda909186763db534fd37586f255d6372 SHA256: a45b59f8d1a2eded63c9a3e06e9150eed96cb98d11a2709e2ebe28dcf4cac58e Description: CLI binding for the GMime library GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains the CLI binding for the GMime library. Homepage: http://spruce.sourceforge.net/gmime/ Package: libgmm++-dev Priority: extra Section: libdevel Installed-Size: 925 Maintainer: Debian Science Team Architecture: all Source: getfem++ Version: 4.1.1+dfsg1-12.9.201410221531 Depends: libmumps-dev Filename: 4.0-0/all/libgmm++-dev_4.1.1+dfsg1-12.9.201410221531_all.deb Size: 156014 MD5sum: 872819f40d30d41e60b6fb324896b319 SHA1: 49a9fcc84988579cc16ab30df3d1b1185ebe279e SHA256: 06e914b2c9980ae67dedf0465469cf403b3759b11aecddc4e0261ae205c59517 Description: Generic C++ template library for sparse, dense and skyline matrices GMM++ is a framework of pre-defined methods for matrix computation. It is built as a set of generic algorithms for any interfaced vector type or matrix type. . It can be viewed as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built-in, hence it can be used as a standalone linear algebra library. Homepage: http://home.gna.org/getfem/ Package: libgmp10-doc Priority: optional Section: doc Installed-Size: 236 Maintainer: Debian Science Team Architecture: all Source: gmp Version: 2:5.0.5+dfsg-2.16.201403141524 Filename: 4.0-0/all/libgmp10-doc_5.0.5+dfsg-2.16.201403141524_all.deb Size: 160508 MD5sum: 893d0b6646f2a4947d364af0ced1e374 SHA1: 876d37014d415babc33f2423c4cb0113bb4b190a SHA256: 63434c9ca65b0f0607103f8840dd8b73284f41ee2bc9e463d80397b84c17cffd Description: Multiprecision arithmetic library example code This package provides example code illustrating the use of GMP. Homepage: http://gmplib.org/ Package: libgmtk0-data Priority: optional Section: libs Installed-Size: 415 Maintainer: Debian Multimedia Maintainers Architecture: all Source: gmtk Version: 1.0.6-1.3.201403250739 Filename: 4.0-0/all/libgmtk0-data_1.0.6-1.3.201403250739_all.deb Size: 20224 MD5sum: 780ce750db599dc3de9ab03a7d9c1351 SHA1: 0a1f799cca4ff10ddd253892160bade81ea74fe8 SHA256: 72bcd2457f84b4f0f0a59caafc19ffc9fff1958f2287f35824946154405ab11a Description: gnome-mplayer toolkit (common files) A set of GTK+ widgets used by gnome-mplayer. It provides, amongst others, gnome-mplayer's media player widget. . This package is required for the shared library to display messages in languages other than English. Multi-Arch: foreign Homepage: http://code.google.com/p/gmtk/ Package: libgnome-vfs2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 301 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: libgnome-vfs2.0-cil (<< 2.24.1-5), libgnome-vfs2.24-cil Depends: libgnome-vfs2.0-cil (= 2.24.2-3.10.201403240821) Filename: 4.0-0/all/libgnome-vfs2.0-cil-dev_2.24.2-3.10.201403240821_all.deb Size: 139642 MD5sum: 0fdb5243d9d8987d21866c84000031b3 SHA1: 34d8268b3d703ead9fce07add90c52be54ee3682 SHA256: 83945b91396462c57866db075089c190d35e2248027412b2c7017a2582090124 Description: CLI binding for GnomeVFS 2.24 This package provides the gnome-vfs-sharp assembly that allows CLI (.NET) programs to use the GnomeVFS library 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains development files for the gnome-vfs-sharp library, and should be used for compilation. Homepage: http://www.mono-project.com/GtkSharp Package: libgnome-vfs2.0-cil Priority: optional Section: cli-mono Installed-Size: 312 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-sharp2 Version: 2.24.2-3.10.201403240821 Replaces: gtk-sharp2-gapi (<< 2.10.0-1), libgnome-vfs2.24-cil, libgnome2.0-cil (<< 2.16.0-4) Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnomevfs2-0 (>= 1:2.17.90), libmono-corlib4.0-cil (>= 2.10.1) Suggests: monodoc-gtk2.0-manual Conflicts: libgnome-vfs2.24-cil Filename: 4.0-0/all/libgnome-vfs2.0-cil_2.24.2-3.10.201403240821_all.deb Size: 171986 MD5sum: 60880c085c6d88020bd0d48c0e1cd318 SHA1: dbd00e61796a1a8cfddfa3165de968c1598d5142 SHA256: 00c3d412eb3a75c35036c7b06855a69b32dee270c64806d82f376b3ab64afe3b Description: CLI binding for GnomeVFS 2.24 This package provides the gnome-vfs-sharp assembly that allows CLI (.NET) programs to use the GnomeVFS library 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains the gnome-vfs-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Package: libgnome-vfsmm-2.6-doc Priority: optional Section: doc Installed-Size: 4165 Maintainer: Deng Xiyue Architecture: all Source: gnome-vfsmm2.6 Version: 2.26.0-1.15.201403150810 Replaces: libgnome-vfsmm-2.6-dev (<< 2.20.0-1) Depends: doc-base, lynx | www-browser Conflicts: libgnome-vfsmm-2.6-dev (<< 2.20.0-1) Filename: 4.0-0/all/libgnome-vfsmm-2.6-doc_2.26.0-1.15.201403150810_all.deb Size: 623248 MD5sum: 256e92dfcb73133c3c65f8cba3df39ec SHA1: f6efa2f17f2c2b253c1a2f3ef083c1134ab5067a SHA256: b771178cc0e78a052d1d41e05e375c17e34bba54dfeaf1d83467c2d687150b3b Description: C++ wrappers for GnomeVFS (documentation) GnomeVFS is the GNOME filesystem abstraction library. Gnome-vfsmm is the C++ wrapper for GnomeVFS. . This package contains reference documentation and examples. Homepage: http://www.gtkmm.org/ Package: libgnome2-common Priority: optional Section: libs Installed-Size: 5713 Maintainer: Josselin Mouette Architecture: all Source: libgnome Version: 2.32.1-3.23.201403200502 Depends: gconf2 (>= 2.28.1-2) Suggests: desktop-base (>= 0.3.16) Breaks: gnome-panel (<< 2.28) Filename: 4.0-0/all/libgnome2-common_2.32.1-3.23.201403200502_all.deb Size: 934478 MD5sum: d12d075faad6f411ff781b0945f4f70f SHA1: c65cdb4cd8f6e2d0d010eac80e74bf78431f8ea0 SHA256: 30f755625a0be225a143fe7ac7eb6b4a8c7ee84d172aef256be2d3e714ee583c Description: The GNOME library - common files This package contains internationalization files for the base GNOME library functions. Package: libgnome2-doc Priority: optional Section: doc Installed-Size: 861 Maintainer: Josselin Mouette Architecture: all Source: libgnome Version: 2.32.1-3.23.201403200502 Suggests: devhelp Filename: 4.0-0/all/libgnome2-doc_2.32.1-3.23.201403200502_all.deb Size: 463950 MD5sum: 9f8c7c1003ad6cf35543f9b0bff62b67 SHA1: 7eda9730fad46d373a091ff7f83efd896bc1605a SHA256: 8db61973977b027e551f152fab1984f3b4b148d929b6b78dbf4235e2f134839e Description: The GNOME library - documentation files This package contains documentation files for the base GNOME library functions. Package: libgnomecanvas2-common Priority: optional Section: x11 Installed-Size: 1474 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomecanvas Version: 2.30.3-1.2.23.201403200612 Filename: 4.0-0/all/libgnomecanvas2-common_2.30.3-1.2.23.201403200612_all.deb Size: 132164 MD5sum: e95955a6d3219daa04f4043d280f0c84 SHA1: 28f18409faa75a6d5048979d099b3e54ff85d83d SHA256: f3dccc1c199b091108bdb39b6fd697d3748b17d88b0fd433a2030587ae7bf42d Description: powerful object-oriented display engine - common files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains internationalization files. Multi-Arch: foreign Package: libgnomecanvas2-doc Priority: optional Section: doc Installed-Size: 496 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomecanvas Version: 2.30.3-1.2.23.201403200612 Filename: 4.0-0/all/libgnomecanvas2-doc_2.30.3-1.2.23.201403200612_all.deb Size: 69110 MD5sum: b7f6c2e29f432cd4ecb79275f4629d73 SHA1: 9cadd36eff4320361496c31bc1243e7236fc6b45 SHA256: a3865941d915f37787d8517791096ecc968bcd1640551e1abc548f598d565f84 Description: powerful object-oriented display engine - documentation files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains documentation files. Package: libgnomecanvasmm-2.6-doc Priority: optional Section: doc Installed-Size: 3102 Maintainer: Deng Xiyue Architecture: all Source: libgnomecanvasmm2.6 Version: 2.26.0-1.10.201403200621 Replaces: libgnomecanvasmm-2.6-dev (<< 2.20.0-1) Depends: doc-base, lynx | www-browser Suggests: libgtkmm-2.4-doc Conflicts: libgnomecanvasmm-2.6-dev (<< 2.20.0-1) Filename: 4.0-0/all/libgnomecanvasmm-2.6-doc_2.26.0-1.10.201403200621_all.deb Size: 402686 MD5sum: f8d6b8f7ce434881a9f044f48d16f531 SHA1: 16fbadda6df281afcc99beb4380307284f4247b6 SHA256: b1785ab1bfbe7a625b6ba4ca2b617f904b703efbdf4088698ccfbe9a28498e05 Description: C++ wrappers for libgnomecanvas2 (documentation) libgnomecanvas is a high-level, structured graphics library. libgnomecanvasmm is the C++ wrapper for libgnomecanvas. . This package contains reference documentation and examples. Homepage: http://www.gtkmm.org/ Package: libgnomedesktop2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 67 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-desktop-sharp2 Version: 2.26.0-8.10.201403142137 Replaces: libgnomedesktop2.20-cil (<< 2.26.0-2) Depends: libgnome2.0-cil-dev, libgnomedesktop2.20-cil (= 2.26.0-8.10.201403142137) Filename: 4.0-0/all/libgnomedesktop2.0-cil-dev_2.26.0-8.10.201403142137_all.deb Size: 16430 MD5sum: f68da8e3f91bfea53e09cb2b2b119ea3 SHA1: d14527ba423b6463dfc382f5ed743da0eedb584c SHA256: 163e133fda96857589b6326854042a219cf3db22d400359eed671d9ad7b711a0 Description: CLI binding for GNOME Desktop 2.24 This package provides the gnome-desktop-sharp assembly that allows CLI (.NET) programs to use the GNOME Desktop libraries 2.24. . GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 desktop libraries. . This package contains development files for the gnome-desktop-sharp library, and should be used for compilation Homepage: http://www.mono-project.com/GtkSharp Package: libgnomedesktop2.20-cil Priority: optional Section: cli-mono Installed-Size: 72 Maintainer: Debian CLI Libraries Team Architecture: all Source: gnome-desktop-sharp2 Version: 2.26.0-8.10.201403142137 Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgnome-desktop-2-17, libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1) Suggests: monodoc-gtk2.0-manual Filename: 4.0-0/all/libgnomedesktop2.20-cil_2.26.0-8.10.201403142137_all.deb Size: 20436 MD5sum: 7d53afedd4dd86510f7af0bb41722570 SHA1: 841c7033d2521081e44709dd25dc5e172d5af46a SHA256: 08290d8633a4c80a6cf3cd01b5ef5abf07b3447ddc1f424b116857499b809bfb Description: CLI binding for GNOME Desktop 2.24 This package provides the gnome-desktop-sharp assembly that allows CLI (.NET) programs to use the GNOME Desktop libraries 2.24. . GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 desktop libraries. . This package contains the gnome-desktop-sharp assembly itself Homepage: http://www.mono-project.com/GtkSharp Package: libgnomemm-2.6-doc Priority: optional Section: doc Installed-Size: 323 Maintainer: Deng Xiyue Architecture: all Source: libgnomemm2.6 Version: 2.30.0-1.14.201403200643 Replaces: libgnomemm-2.6-dev (<< 2.20.0-1) Depends: doc-base, lynx | www-browser Conflicts: libgnomemm-2.6-dev (<< 2.20.0-1) Filename: 4.0-0/all/libgnomemm-2.6-doc_2.30.0-1.14.201403200643_all.deb Size: 95366 MD5sum: 1d4183a03f3f05265b71cc8e1bee183e SHA1: a851d6443411d16bd359572b13917b0ea009cb7b SHA256: 3a296d91753f7a4106adb1edc339c5f229853a325341aed7ef77bcc41985bb48 Description: C++ wrappers for libgnome (documentation) Gnomemm is a powerful C++ binding for the GNOME libraries. Gnomemm includes bindings for all the popular GNOME interfaces like canvas and MDI as well as useful application templates for constructing good looking apps. . This package contains reference documentation. Homepage: http://www.gtkmm.org/ Package: libgnomeprint2.2-data Priority: optional Section: oldlibs Installed-Size: 1445 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeprint Version: 2.18.8-3.20.201403200653 Filename: 4.0-0/all/libgnomeprint2.2-data_2.18.8-3.20.201403200653_all.deb Size: 141488 MD5sum: 512d9c8ae85090f1a16f98eba869e85a SHA1: f3f913495b631bf1c4c134b3733a8f496d2faaa5 SHA256: b74845863bc797359712ccceed6bdb974439b90d39f2821f1599ed0b20524f41 Description: GNOME print architecture - data files The goals of this architecture include: . * Absolutely uncompromised output quality * Speed, memory efficiency, and other related performance goals * Ability to work smoothly with Postscript printers, fonts, and other resources * A screen display derived from the Canvas * An extension path for a wide variety of Unicode scripts * An extension path for a richer set of graphics operators than Postscript supports, especially transparency * To make life as easy as possible for application developers Package: libgnomeprint2.2-doc Priority: optional Section: doc Installed-Size: 591 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeprint Version: 2.18.8-3.20.201403200653 Suggests: doc-base Filename: 4.0-0/all/libgnomeprint2.2-doc_2.18.8-3.20.201403200653_all.deb Size: 111284 MD5sum: 550aa36e31f782c784604396c28fbf90 SHA1: 8330712e568febb2c7b8d2c9d90e29c3f6d34c2d SHA256: 3be53905486ae89be0c76ae2a18683f7b240bdd08ccfbeb84249359e7557f815 Description: GNOME print architecture - documentation files The goals of this architecture include: . * Absolutely uncompromised output quality * Speed, memory efficiency, and other related performance goals * Ability to work smoothly with Postscript printers, fonts, and other resources * A screen display derived from the Canvas * An extension path for a wide variety of Unicode scripts * An extension path for a richer set of graphics operators than Postscript supports, especially transparency * To make life as easy as possible for application developers Package: libgnomeprintui2.2-common Priority: optional Section: oldlibs Installed-Size: 1705 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeprintui Version: 2.18.6-3.18.201403200701 Recommends: gnome-icon-theme Filename: 4.0-0/all/libgnomeprintui2.2-common_2.18.6-3.18.201403200701_all.deb Size: 209542 MD5sum: 836ffade104ef7b5552d234d53bdd569 SHA1: a34b2527b577a4ea8883b4925e94ff7d1cad6a82 SHA256: 8266cefd3725a37be718fe9a8d8b2732334b8948ccf38740bd55f412ce116fa9 Description: GNOME print architecture User Interface - common files The goals of this architecture include: . * Absolutely uncompromised output quality * Speed, memory efficiency, and other related performance goals * Ability to work smoothly with Postscript printers, fonts, and other resources * A screen display derived from the Canvas * An extension path for a wide variety of Unicode scripts * An extension path for a richer set of graphics operators than Postscript supports, especially transparency * To make life as easy as possible for application developers . This package contains internationalization files. Package: libgnomeprintui2.2-doc Priority: optional Section: doc Installed-Size: 276 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeprintui Version: 2.18.6-3.18.201403200701 Suggests: doc-base Filename: 4.0-0/all/libgnomeprintui2.2-doc_2.18.6-3.18.201403200701_all.deb Size: 78412 MD5sum: b05626ebd001293e787d2a23b926049e SHA1: 2688e457a2107a3928585be5d92fcb9fc68b5aa6 SHA256: 6f3412cbfaa2ba831eb022a0859acc5945bc5a95a2d5383aab944b5e4c870e7d Description: GNOME print architecture User Interface - doc files The goals of this architecture include: . * Absolutely uncompromised output quality * Speed, memory efficiency, and other related performance goals * Ability to work smoothly with Postscript printers, fonts, and other resources * A screen display derived from the Canvas * An extension path for a wide variety of Unicode scripts * An extension path for a richer set of graphics operators than Postscript supports, especially transparency * To make life as easy as possible for application developers . This package contains documentation files. Package: libgnomeui-common Priority: optional Section: libs Installed-Size: 3522 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeui Version: 2.24.5-2.24.201403200710 Filename: 4.0-0/all/libgnomeui-common_2.24.5-2.24.201403200710_all.deb Size: 512606 MD5sum: 30336a3e636556c27cc2bbd4b5aee86d SHA1: e3a7e35296a76c3aef13c8bafe821646e3fa9d42 SHA256: fb505dc47cb32281de135580f0f2e9f2bd1a73283c512fa4e0f1eab6ce03d5ec Description: GNOME user interface library - common files This package contains internationalization files for the base GNOME library functions (User Interface functions). Package: libgnomeui-doc Priority: optional Section: doc Installed-Size: 2513 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgnomeui Version: 2.24.5-2.24.201403200710 Filename: 4.0-0/all/libgnomeui-doc_2.24.5-2.24.201403200710_all.deb Size: 319230 MD5sum: a82bf201d1ab0ae9364c71fe2db0971d SHA1: cec02923740d7a720fa88ef77c79ab2b4bab76d0 SHA256: 27297492321bdd4dec4fa10c88acee33e2d1ee1bbae6c1a8cbbc9ef4ad43370b Description: GNOME user interface library - documentation files This package contains documentation files for the base GNOME library functions (User Interface functions). Package: libgnomeuimm-2.6-doc Priority: optional Section: doc Installed-Size: 3357 Maintainer: Deng Xiyue Architecture: all Source: libgnomeuimm2.6 Version: 2.28.0-1.14.201403200720 Replaces: libgnomeuimm-2.6-dev (<< 2.20.0-1) Depends: doc-base, lynx | www-browser Suggests: libgtkmm-2.4-doc Conflicts: libgnomeuimm-2.6-dev (<< 2.20.0-1) Filename: 4.0-0/all/libgnomeuimm-2.6-doc_2.28.0-1.14.201403200720_all.deb Size: 459444 MD5sum: a941c8468767e7856b4423d1f83dd0d2 SHA1: ff0b5aedef1dd679b8ee3b04d459ae9abea035f6 SHA256: 0c951919bcbd46e04b6a7e6127c370247973efdbe56135b7ad599d5dead73550 Description: C++ wrappers for libgnomeui (documentation) libgnomeui is the library for the GNOME user interface functions. libgnomeuimm is the C++ wrapper for libgnomeui. . This package contains reference documentation and examples. Homepage: http://www.gtkmm.org/ Package: libgnu-regexp-java Priority: optional Section: java Installed-Size: 482 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.4-4.5.201403200737 Depends: libgetopt-java Filename: 4.0-0/all/libgnu-regexp-java_1.1.4-4.5.201403200737_all.deb Size: 114078 MD5sum: 6b4dd31e053fd38b9cacd064d5faa38a SHA1: 78920b5600d25fed0b63d8307eaa526a9e90b013 SHA256: 77f89b2765844eec55d1ac8bb4bff6a3d3d0331d0c2973a91354d0878a55533a Description: Regular Expressions for Java The gnu-regexp package is a pure-Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools, including awk, sed, emacs, perl and grep. Homepage: http://savannah.gnu.org/projects/gnu-regexp Package: libgnuinet-java Priority: optional Section: java Installed-Size: 3050 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.2-2.15.201403200759 Filename: 4.0-0/all/libgnuinet-java_1.1.2-2.15.201403200759_all.deb Size: 397148 MD5sum: 8d4a58176fafbb23821f1828284e8d8d SHA1: b88d3225a1f49618df398d68ea7c5301a8f7bf13 SHA256: 571987cc4ac61b5da82e73e036c1528671475d4fb0b667c36599222a28dcaff6 Description: extension library to provide extra network protocol support GNU Classpath inetlib is an extension library to provide extra network protocol support for GNU Classpath and ClasspathX project, but it can also used standalone to make adding http, imap, pop3 and smtp client support to applictions. Homepage: http://savannah.gnu.org/projects/classpath Package: libgnujaf-java-doc Priority: optional Section: doc Installed-Size: 471 Maintainer: Debian Java Maintainers Architecture: all Source: libgnujaf-java Version: 1.1.1-8.12.201403200803 Recommends: default-jdk-doc Filename: 4.0-0/all/libgnujaf-java-doc_1.1.1-8.12.201403200803_all.deb Size: 38144 MD5sum: 57b70ce4a5a9cc6ad44178e614c060e7 SHA1: b389bce1fc7cf7ba8b04925163cc21371a936c64 SHA256: 4ed81b6a47520617aa50ee5d6f3772f7045e841953041aa9d1d0db94b65712dc Description: free implementation of the javabeans activation framework (docs) With the javabeans activation framework developer can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate accesss to it, discover operations available and instanciate the appropriate bean to perform operations. . This package contains the javadoc for the classpathx free implementation of the library Homepage: http://savannah.gnu.org/projects/classpathx Package: libgnujaf-java Priority: optional Section: java Installed-Size: 91 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.1-8.12.201403200803 Filename: 4.0-0/all/libgnujaf-java_1.1.1-8.12.201403200803_all.deb Size: 35550 MD5sum: f3e8a6bbe5b0e598c7ee1d9d4661553a SHA1: 03e6c87c2bccce1bafb8182b5ce06c17109dd732 SHA256: e99dd56f03ddcddc3ce378126635ee48346161ce204107947c9f901571cbab66 Description: free implementation of the javabeans activation framework With the javabeans activation framework developer can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate accesss to it, discover operations available and instanciate the appropriate bean to perform operations. . This is the classpathx free implementation of the library Homepage: http://savannah.gnu.org/projects/classpathx Package: libgnumail-java-doc Priority: optional Section: doc Installed-Size: 5403 Maintainer: Debian Java Maintainers Architecture: all Source: libgnumail-java Version: 1.1.2-7.16.201403200809 Recommends: default-jdk-doc, libgnujaf-java-doc, libgnuinet-java Suggests: libgnumail-java Filename: 4.0-0/all/libgnumail-java-doc_1.1.2-7.16.201403200809_all.deb Size: 394010 MD5sum: 882b47edd1ceea372547857ee45ade00 SHA1: 01db4891155681e79e8e39f30b20a62260c0f99e SHA256: e832ef22d83f78e9c93413b2675943a0f7a49ff2211b0d7bfd674c266746ac91 Description: free implementation of the javamail API (Javadocs) The javamail API provides abstract classes that model a mail system. With the GNU free implementation of the javamail API, you can send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and NNTP. . This package provides the documentation for libgnumail-java Homepage: http://savannah.gnu.org/projects/classpathx Package: libgnumail-java Priority: optional Section: java Installed-Size: 358 Maintainer: Debian Java Maintainers Architecture: all Version: 1.1.2-7.16.201403200809 Depends: libgnujaf-java, libgnuinet-java Suggests: libgnumail-java-doc Filename: 4.0-0/all/libgnumail-java_1.1.2-7.16.201403200809_all.deb Size: 287296 MD5sum: effbc938a0818b703be5fa4cc5b7724f SHA1: 1b906cb055aa180df402e00000dcaee1a75ee148 SHA256: 014e601dcd962d89f83657d9d413aeef3e08b2b5a8e9b0493e56969952d8b11d Description: free implementation of the javamail API The javamail API provides abstract classes that model a mail system. With the GNU free implementation of the javamail API, you can send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and NNTP Homepage: http://savannah.gnu.org/projects/classpathx Package: libgnupg-interface-perl Priority: optional Section: perl Installed-Size: 172 Maintainer: Debian Perl Group Architecture: all Version: 0.45-1.6.201403200816 Depends: perl, gnupg | gnupg2, libany-moose-perl Filename: 4.0-0/all/libgnupg-interface-perl_0.45-1.6.201403200816_all.deb Size: 74674 MD5sum: d8627993a84be5cbff82f52c30b5a9b2 SHA1: 225bc60b066ac98bb6340d0d50440aa7e832ff08 SHA256: 4e68cfbdd8e66459bd234f388f079c305f29272e2b1e2b802775e91306b95966 Description: Perl interface to GnuPG GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing. Homepage: http://search.cpan.org/dist/GnuPG-Interface/ Package: libgnupg-perl Priority: optional Section: perl Installed-Size: 126 Maintainer: Debian Perl Group Architecture: all Version: 0.19-1.4.201403200821 Depends: perl, gnupg Filename: 4.0-0/all/libgnupg-perl_0.19-1.4.201403200821_all.deb Size: 36984 MD5sum: 0c3819d6622b50fa1a1d10ea5c8bc3c0 SHA1: 942bff8d50b2f9ab56156dc71beca5ae019c82b1 SHA256: 3e9fc612586372b95ebf30e35b53fe3bd16993685cb72cd0936a90b443ed716a Description: interface to GnuPG using its coprocess interface GnuPG is a Perl module that provides a limited programmatic interface to the GNU Privacy Guard program. It uses the coprocess hook system provided by gpg and communicates using shared memory. It attempts to map the interactive interface offered by the gpg command-line tool to a more programmatic API. Homepage: http://search.cpan.org/dist/GnuPG/ Package: libgnuplot-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnuplot Version: 2.4.1-2.4.201403171029 Depends: ruby-gnuplot Filename: 4.0-0/all/libgnuplot-ruby1.8_2.4.1-2.4.201403171029_all.deb Size: 4988 MD5sum: c0942cc87f0f47f8a6213637d56b0542 SHA1: 303dd8625a96b5ed5c180432d32b815a9edcaf12 SHA256: 331735c753aec2d071ebcc9ab140d4bd750c571dd9dc1ca0fbb72ab3762b7f4e Description: Transitional package for ruby-gnuplot This is a transitional package to ease upgrades to the ruby-gnuplot package. It can safely be removed. Homepage: https://github.com/rdp/ruby_gnuplot Package: libgnuplot-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnuplot Version: 2.4.1-2.4.201403171029 Depends: ruby-gnuplot Filename: 4.0-0/all/libgnuplot-ruby_2.4.1-2.4.201403171029_all.deb Size: 4984 MD5sum: 80dca724b6a4d0355413dea4bc47cad1 SHA1: af1b336e4e1705a1555168db18d6a274670ca0a0 SHA256: e625350b52c132fca591e816391e08953a5b3b1f06334872dbab638428d1461f Description: Transitional package for ruby-gnuplot This is a transitional package to ease upgrades to the ruby-gnuplot package. It can safely be removed. Homepage: https://github.com/rdp/ruby_gnuplot Package: libgo-perl Priority: optional Section: perl Installed-Size: 944 Maintainer: Debian Med Packaging Team Architecture: all Version: 0.13-3.4.201403200828 Depends: perl, perl-modules, libdata-stag-perl, libgraphviz-perl Recommends: libxml-libxml-perl, libxml-libxslt-perl, libxml-writer-perl, libxml-checker-perl, xsltproc Suggests: bioperl Filename: 4.0-0/all/libgo-perl_0.13-3.4.201403200828_all.deb Size: 359402 MD5sum: 4dc636c402b58d2ab2549cc65e24b15b SHA1: f2128d6b77eeb08ef3975b7e688719f50935ffd4 SHA256: 519fd008754836235b48bed3e1fd5f0b00e6ef79324bc59f4b2890da296f5c1f Description: perl modules for GO and other OBO ontologies This is a collection of perl code for dealing with Gene Ontologies (GO) and Open Biomedical Ontologies (OBO) style ontologies. It is part of the ‘go-dev’ distribution, but this Debian package is made from the CPAN archive. This package contains both scripts (which can be used with no knowledge of perl), and libraries which will be of use to perl programmers using GO or OBO. Homepage: http://geneontology.sourceforge.net/ Package: libgoa-1.0-doc Priority: optional Section: doc Installed-Size: 1371 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-online-accounts Version: 3.4.2-2.3.201403211116 Recommends: libglib2.0-doc Suggests: devhelp Filename: 4.0-0/all/libgoa-1.0-doc_3.4.2-2.3.201403211116_all.deb Size: 70678 MD5sum: 6909f6c26a21ff4a4429504832cb8526 SHA1: 22d58ae3532c71c1f152447303df5791127c2fc8 SHA256: b02cf45e2c49d4acf5b18f2e28487fbcfc9c857ef327632926c353f6f73c95cc Description: library for GNOME Online Accounts - documentation files This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the HTML documentation for the GOA library. Homepage: https://live.gnome.org/OnlineAccounts Package: libgoffice-0.8-8-common Priority: optional Section: libs Installed-Size: 3587 Maintainer: J.H.M. Dassen (Ray) Architecture: all Source: goffice Version: 0.8.17-1.2.13.201403151525 Filename: 4.0-0/all/libgoffice-0.8-8-common_0.8.17-1.2.13.201403151525_all.deb Size: 1327648 MD5sum: 13f7f0b3df8f9ce023c854c262500718 SHA1: 57092f99da0897810d15f5f4f5a619f00c0242f0 SHA256: 8c4266774860713b946b714d06348ea43865e361871fb76cf64e271d241582d4 Description: Document centric objects library - common files GOffice is a library of document centric objects and utilities building on top of GLib and Gtk+. . These are the architecture independent files that are part of GOffice, like images and translations of messages. Package: libgoocanvas-common Priority: optional Section: libs Installed-Size: 116 Maintainer: Jose Carlos Garcia Sogo Architecture: all Source: goocanvas Version: 0.15-1.8.201403151656 Filename: 4.0-0/all/libgoocanvas-common_0.15-1.8.201403151656_all.deb Size: 40932 MD5sum: 62b4bdeeb63e7ad9aa3f93e8a565d112 SHA1: 183636aff546a79bbdd6b650c511bfeb8c7b8d65 SHA256: 337e619b0d03ea859820b612ba7c0b05865793c1d6563956f5361138fa80b0a9 Description: translations for goocanvas GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. It has a model/view split, and uses interfaces for canvas items and views, so you can easily turn any application object into canvas items. . This package contains the translations Homepage: http://live.gnome.org/GooCanvas Package: libgoocanvas-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-goocanvas-dbg Filename: 4.0-0/all/libgoocanvas-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10226 MD5sum: f29882f23779ee0a2a8484074dcc3db9 SHA1: 2fa35347d7448bc18e475b2024bd7c327859c26d SHA256: 8e6d8efa825835c0c2d3a079689603aac075cf414cdc53b5e40fdf546451899c Description: Transitional package for ruby-goocanvas-dbg This is a transitional package to ease upgrades to the ruby-goocanvas-dbg package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgoocanvas-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-goocanvas Filename: 4.0-0/all/libgoocanvas-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10220 MD5sum: 34aacbab64a02e482b16959ca3922a9b SHA1: c406005059549e6d192818c323f46d003296d3ad SHA256: d50ead11ab7df87b621213c1446fcde81dfe20493658a353f0acc78c572df7ef Description: Transitional package for ruby-goocanvas This is a transitional package to ease upgrades to the ruby-goocanvas package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgoocanvas-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-goocanvas Filename: 4.0-0/all/libgoocanvas-ruby_1.1.3-2.9.201403171008_all.deb Size: 10214 MD5sum: 9cc4628b37ae96bcbb73086790aba59e SHA1: f62d307a4ef85a299d1bcb9dd8c658e0b5002a68 SHA256: 4f625e2e981e9354c23a9cd3704641895428c77806ea02f5162843f2a451cd5f Description: Transitional package for ruby-goocanvas This is a transitional package to ease upgrades to the ruby-goocanvas package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgoocanvasmm-doc Priority: optional Section: doc Installed-Size: 4753 Maintainer: Iain Lane Architecture: all Source: goocanvasmm Version: 0.15.4-1.7.201403151703 Depends: lynx | www-browser, doc-base Filename: 4.0-0/all/libgoocanvasmm-doc_0.15.4-1.7.201403151703_all.deb Size: 1252154 MD5sum: a1bc3874cc9ea3a7de43c59db2d0baf6 SHA1: c6520017384239511b8f95f0b05a20013ce82dae SHA256: d86f5858dc6c9bce2c43e25d3a036a579acbb3c800cab6a4674a88f2eb99638e Description: C++ bindings for GooCanvas - documentation and examples GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. It has a model/view split, and uses interfaces for canvas items and views, so you can easily turn any application object into canvas items. goocanvasmm is the C++ wrapper for GooCanvas . This package contains the documentation and example files. Homepage: http://live.gnome.org/GooCanvas Package: libgoogle-collections-java Priority: optional Section: java Installed-Size: 626 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0-2.5.201403200838 Depends: libjsr305-java Filename: 4.0-0/all/libgoogle-collections-java_1.0-2.5.201403200838_all.deb Size: 517388 MD5sum: 4456e8250c2ac7521b609b13336a7c47 SHA1: a8790c1fbdac985759fbb051a34fdc293051ca1a SHA256: a925bfea34bfc2862b1cf3b3156410c900000059427925bc7d37deda7fd0d4b3 Description: suite of collections and related goodies for Java 5.0 This library is a natural extension of the Java Collections Framework. The major new types are: * BiMap. A Map that guarantees unique values, and supports an inverse view. * Multiset. A Collection that may contain duplicate values like a List, yet has order-independent equality like a Set. Often used to represent a histogram. * Multimap. Similar to Map, but may contain duplicate keys. Has subtypes SetMultimap and ListMultimap providing more specific behavior. . There are also more than a dozen collection implementations, mostly of the interfaces above, but not all. ReferenceMap, for example, is a ConcurrentMap implementation which easily handles any combination of strong, soft or weak keys with strong, soft or weak values. Static utility classes include: * Comparators. Natural order, compound, null-friendly, ad-hoc, ... * Iterators and Iterables. Element-based equality, cycle, concat, partition, filter with predicate, transform with function ... * Lists, Sets and Maps. A plethora of convenient factory methods and much more. * PrimitiveArrays: "boxing"/"unboxing" of primitive arrays . And there's more: * Immutable collections * Forwarding collections * Constrained collections * Implementation helpers like AbstractIterator Homepage: http://code.google.com/p/google-collections/ Package: libgoogle-gson-java-doc Priority: optional Section: doc Installed-Size: 1411 Maintainer: Debian Java Maintainers Architecture: all Source: libgoogle-gson-java Version: 2.1-2.2.201403200843 Suggests: libgoogle-gson-java Filename: 4.0-0/all/libgoogle-gson-java-doc_2.1-2.2.201403200843_all.deb Size: 321260 MD5sum: 7354e93afc975b5e1659efbc90133438 SHA1: d7991b242ed809f32397ab478700f5e0b40a75b8 SHA256: 583e5b2016cfad9875458dae4532eb0b21148cdbef0d368ae47091973211dafc Description: Documentation for libgoogle-gson-java Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. . Gson Goals . * Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa * Allow pre-existing unmodifiable objects to be converted to and from JSON * Extensive support of Java Generics * Allow custom representations for objects * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) . This package contains the Javadoc API documentation. Homepage: http://code.google.com/p/google-gson/ Package: libgoogle-gson-java Priority: optional Section: java Installed-Size: 242 Maintainer: Debian Java Maintainers Architecture: all Version: 2.1-2.2.201403200843 Suggests: libgoogle-gson-java-doc Filename: 4.0-0/all/libgoogle-gson-java_2.1-2.2.201403200843_all.deb Size: 165272 MD5sum: 5415f5d2261b61f7f08e6189ef5b8d0e SHA1: 159e97a8c83a7cdb21ae03d5d88c632d72b5b668 SHA256: 67f6b16e812120fa5d7696de8c7b2cc3d955e0c0e965f8fd7f0928e06a5faae3 Description: Converts Java objects into their JSON representation Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. . Gson Goals . * Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa * Allow pre-existing unmodifiable objects to be converted to and from JSON * Extensive support of Java Generics * Allow custom representations for objects * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) Homepage: http://code.google.com/p/google-gson/ Package: libgosa-perl Priority: optional Section: perl Installed-Size: 100 Maintainer: GOsa packages mainteners group Architecture: all Source: gosa-perl Version: 0.2-2.4.201403151754 Depends: perl, libnet-ldap-perl, libapt-pkg-perl, liburi-perl Filename: 4.0-0/all/libgosa-perl_0.2-2.4.201403151754_all.deb Size: 18254 MD5sum: e683b6421a6e92b7ac15c568006a645f SHA1: 3ba27c58e038a92666e3ca9e542e248aa33cd3ce SHA256: 788c66012f1c36080f5c81d9e9f202f54fd0ef8fdff41e0eca6dcfdf015fac6d Description: GOsa and LHM Perl libraries This package contains some GOsa and LHM perl libraries. Currently the focus is based on LDAP and GOsa / FAI management. Homepage: https://oss.gonicus.de/labs/gosa/ Package: libgpars-groovy-java-doc Priority: optional Section: doc Installed-Size: 2272 Maintainer: Debian Java Maintainers Architecture: all Source: libgpars-groovy-java Version: 0.10-1.6.201403200857 Recommends: libgpars-groovy-java (= 0.10-1.6.201403200857) Suggests: default-jdk-doc Filename: 4.0-0/all/libgpars-groovy-java-doc_0.10-1.6.201403200857_all.deb Size: 169130 MD5sum: 5aa9a3f210f30bea2c298d83c0400332 SHA1: f642e74b48f9cc077d8003f3bc10bee6344caba2 SHA256: 07e6661de730d08176652e92a187c9b32000a8c772cc801176911e1526fd6988 Description: documentation for libgpars-groovy-java Documentation for GPars that is a library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Homepage: http://gpars.codehaus.org/ Package: libgpars-groovy-java Priority: optional Section: java Installed-Size: 564 Maintainer: Debian Java Maintainers Architecture: all Version: 0.10-1.6.201403200857 Depends: groovy, libnetty-java, libjsr166y-java, libjcsp-java Suggests: libgpars-groovy-java-doc (= 0.10-1.6.201403200857) Filename: 4.0-0/all/libgpars-groovy-java_0.10-1.6.201403200857_all.deb Size: 502178 MD5sum: e3c256f3fd06f5c7dc6410dfc03d283e SHA1: 1d141b12433080da2531a44e62136e74ce8aef86 SHA256: 9503f9205400c23054aa65e7b38eb798e54654c8bb0a27996d046f146ee0ac69 Description: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Homepage: http://gpars.codehaus.org/ Package: libgpewidget-data Priority: optional Section: utils Installed-Size: 317 Maintainer: Neil Williams Architecture: all Source: libgpewidget Version: 0.117-6.4.201403200925 Replaces: libgpewidget1 (<< 0.117-3) Filename: 4.0-0/all/libgpewidget-data_0.117-6.4.201403200925_all.deb Size: 74400 MD5sum: f05ef1d899912bbb228fde896ff9120e SHA1: e40338402db1a06198ee3d5f2dcf748d8867c434 SHA256: 0a0770ef7e195ab7a8d1ab8ca3b88b51383e8664bba568a14d8fa52fa53cf59a Description: data files for libgpewidget This package contains support graphics and translation data for GPE Palmtop Environment applications. Multi-Arch: foreign Homepage: http://www.kernelconcepts.de/~fuchs/gpe/doc/libgpewidget/ Package: libgpewidget-doc Priority: optional Section: doc Installed-Size: 314 Maintainer: Neil Williams Architecture: all Source: libgpewidget Version: 0.117-6.4.201403200925 Recommends: dwww, devhelp Filename: 4.0-0/all/libgpewidget-doc_0.117-6.4.201403200925_all.deb Size: 56378 MD5sum: 3211e9e6729e0dc957b4beb329584748 SHA1: f60a312b5c3061ef59ee2980a8aabd8f1faa9e24 SHA256: 12296aa698bd2b4c358edbd3a7ed8243c9751e2a36e0159719e8cd5240f341a8 Description: GPE Palmtop Environment widget library Reference Manual This package provides the API documentation for libgpewidget. Multi-Arch: foreign Homepage: http://www.kernelconcepts.de/~fuchs/gpe/doc/libgpewidget/ Package: libgpgme-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gpgme Version: 2.0.0-2.4.201403171043 Depends: ruby-gpgme Filename: 4.0-0/all/libgpgme-ruby1.8_2.0.0-2.4.201403171043_all.deb Size: 3382 MD5sum: 8f6298d4875f83b5ef916cfb67ce31e0 SHA1: bef375694d827320ca45244e36e5ba04a92f1a0e SHA256: 6985b37bcfba3ff6890a75541c5a1c7e3b1c508bdbcbe7cbef8329a2c5d911b8 Description: Transitional package for ruby-gpgme This is a transitional package to ease upgrades to the ruby-gpgme package. It can safely be removed. Homepage: http://github.com/ueno/ruby-gpgme Package: libgpgme-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gpgme Version: 2.0.0-2.4.201403171043 Depends: ruby-gpgme Filename: 4.0-0/all/libgpgme-ruby1.9.1_2.0.0-2.4.201403171043_all.deb Size: 3386 MD5sum: 54abe73e4b0826947aa2a23c077c52b8 SHA1: 856ba36e2fc033db27146a879dbf162fee412c63 SHA256: f61fa9f68741eaa4119ccc8fce6a1109baa1390f30c67a70e1e3364f07ef49b4 Description: Transitional package for ruby-gpgme This is a transitional package to ease upgrades to the ruby-gpgme package. It can safely be removed. Homepage: http://github.com/ueno/ruby-gpgme Package: libgpgme-ruby Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gpgme Version: 2.0.0-2.4.201403171043 Depends: ruby-gpgme Filename: 4.0-0/all/libgpgme-ruby_2.0.0-2.4.201403171043_all.deb Size: 3378 MD5sum: 8bb9b4cb241f956effe64680cdf27eaa SHA1: 368fdee4cf056aa75e7dae9b03bb61d700f37208 SHA256: a930609702f72e7b9ca480ad74c02e1b9198b88fa11b49bf3ffd6e8b5b9e1ba6 Description: Transitional package for ruby-gpgme This is a transitional package to ease upgrades to the ruby-gpgme package. It can safely be removed. Homepage: http://github.com/ueno/ruby-gpgme Package: libgphoto2-dev-doc Priority: optional Section: doc Installed-Size: 6082 Maintainer: Debian PhotoTools Maintainers Architecture: all Source: libgphoto2 Version: 2.4.14-2.14.201403200946 Depends: libjs-jquery Filename: 4.0-0/all/libgphoto2-dev-doc_2.4.14-2.14.201403200946_all.deb Size: 3090290 MD5sum: cab7c35a7f5415013e91899e98fddc81 SHA1: 151497af65701f854388d70fb61b50577a3f16c5 SHA256: 8175268984a107a51292ac936c204250b06c5084a3541529f5b551eb9c5400a6 Description: gphoto2 digital camera library (development documentation) The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the development documentation. Homepage: http://www.gphoto.org/proj/libgphoto2/ Package: libgphoto2-l10n Priority: optional Section: localization Installed-Size: 2033 Maintainer: Debian PhotoTools Maintainers Architecture: all Source: libgphoto2 Version: 2.4.14-2.14.201403200946 Replaces: libgphoto2-2 (<= 2.4.10.1-4) Breaks: libgphoto2-2 (<= 2.4.10.1-4) Filename: 4.0-0/all/libgphoto2-l10n_2.4.14-2.14.201403200946_all.deb Size: 756668 MD5sum: df9b811c141d6257e6e0265d12dc3ab7 SHA1: dc70185e065c64fbb5f59d3fbc2822f2698909df SHA256: a06b477146df1787488ac5c4db3a9a2b34b3c18bdf8ee96417368e2b53750da8 Description: gphoto2 digital camera library - localized messages The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the localized messages for the library. Multi-Arch: foreign Homepage: http://www.gphoto.org/proj/libgphoto2/ Package: libgpiv3-doc Priority: optional Section: doc Installed-Size: 2634 Maintainer: Gerber van der Graaf Architecture: all Source: libgpiv Version: 0.6.1-4.6.201403200958 Filename: 4.0-0/all/libgpiv3-doc_0.6.1-4.6.201403200958_all.deb Size: 431766 MD5sum: 8de5c1ba6832866851c2ead4956a7af6 SHA1: d3eaddf6816ec38e4ca838ce0a93fa7d0fac34c0 SHA256: c4241faefb7afb5934ba2b4326bcd0b70f8c39d99f73cdec5119da4d7c1f9bcf Description: library for Particle Image Velocimetry (PIV) - documentation This library contains functions for evaluating images from a fluid flow by means of Particle Image Velocimetry (PIV), resulting into a velocity field of the fluid flow. It includes the core functions for interrogation, data validation, post-processing, input/output and memory allocation. . This package contains the Application Programming Interface (API) documentation, generated by doxygen in html format. Homepage: http://libgpiv.sourceforge.net/ Package: libgpod-doc Priority: optional Section: doc Installed-Size: 810 Maintainer: gtkpod Maintainers Architecture: all Source: libgpod Version: 0.8.2-7.11.201403201006 Replaces: libgpod-common (<< 0.6.0-6), libgpod0 (<< 0.3.0-4) Filename: 4.0-0/all/libgpod-doc_0.8.2-7.11.201403201006_all.deb Size: 149250 MD5sum: a3a284757ba46aa555f57b7ea30d4c76 SHA1: d44efe3abd579d402405b27ca531e6c9cd447ec5 SHA256: 3c7a50cf91d0b5251fbb9da4951bbbf25aafe0b72dd25122b635996fa22130be Description: documentation for libgpod libgpod is a library meant to abstract access to an iPod's content. It provides an easy to use API to retrieve the list of files and playlist stored on an iPod, to modify them and to save them back to the iPod. . This package contains documentation and examples. Homepage: http://www.gtkpod.org/wiki/Libgpod Package: libgps-point-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.17-1.4.201403201021 Depends: perl, libtest-number-delta-perl Filename: 4.0-0/all/libgps-point-perl_0.17-1.4.201403201021_all.deb Size: 13022 MD5sum: a6f9582cc6a76bc2f461a9a0c9ca1c6e SHA1: 74fd653c0fd0aaa654ce5e72692f5522a54c5fd5 SHA256: f9f37ec08c03243b48f5f6a80dc2b1b9ab9863b0006d0b990a97e61a196a589b Description: module providing an object interface for a GPS point GPS::Point provides an object interface for a GPS fix (e.g. Position, Velocity and Time). . Note: Please use Geo::Point, if you want 2D or projection support. Homepage: http://search.cpan.org/dist/GPS-Point/ Package: libgraph-easy-as-svg-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Debian Perl Group Architecture: all Version: 0.23-1.4.201403201027 Depends: perl, libgraph-easy-perl, libimage-info-perl (>= 1.28) Filename: 4.0-0/all/libgraph-easy-as-svg-perl_0.23-1.4.201403201027_all.deb Size: 26860 MD5sum: b57557429dbf6dbba36004b29cddc661 SHA1: 481b7238cc8b47d753d153b53232386ca5c31aa1 SHA256: c0a0dab8c2a1cc1c512c72c6e34734da69d39b939b6851f8a6a8b4be77fb6300 Description: Perl module to output a Graph::Easy as Scalable Vector Graphics Graph::Easy::As_svg is a Perl module which contains just the code for converting a Graph::Easy object to a SVG (Scalable Vector Graphics) text. Homepage: http://search.cpan.org/dist/Graph-Easy-As_svg/ Package: libgraph-easy-perl Priority: optional Section: perl Installed-Size: 1047 Maintainer: Debian Perl Group Architecture: all Version: 0.71-1.4.201403201029 Depends: perl Recommends: libgraph-easy-as-svg-perl Suggests: graphviz Filename: 4.0-0/all/libgraph-easy-perl_0.71-1.4.201403201029_all.deb Size: 371388 MD5sum: ce5fafe89459a62c3835f0912412488b SHA1: bd6daa564db79ef9e0a1f6b0abc93f1f1fb207d5 SHA256: 7ef149489ecee5652d00a0a96523ae00d9caee53b1662ebb23d3cd9c181980db Description: Perl module to convert or render graphs (as ASCII, HTML, SVG or via Graphviz) Graph::Easy lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). . It can read and write graphs in a varity of formats, as well as render them via its own grid-based layouter. It has export filters for Graphviz, VCG (Visualizing Compiler Graphs), GDL (Graph Description Language) and GraphML. Import filters are for Graphviz, VCG and GDL. . Since the layouter works on a grid (manhattan layout), the output is most useful for flow charts, network diagrams, or hierarchy trees. . Graph::Easy has an easy-to-understand, compact and human readable graph description language. Homepage: http://search.cpan.org/dist/Graph-Easy/ Package: libgraph-perl Priority: optional Section: perl Installed-Size: 396 Maintainer: Steinar H. Gunderson Architecture: all Version: 1:0.91-1.4.201403201033 Depends: libheap-perl, perl Filename: 4.0-0/all/libgraph-perl_0.91-1.4.201403201033_all.deb Size: 131628 MD5sum: a7e9ed9c61c3783922672120ad582275 SHA1: 07bea9a0ddcbdab8caaca9afbf52f7f265c22dc0 SHA256: 27cb9daeb9124d28473246c7b12ab3ebe93d68b941c52e056706ee6985d7972b Description: Perl module for graph data structures and algorithms This module contains the Graph module for Perl, a framework for creating abstract data structures called graphs and hypergraphs. (It is not for drawing any sort of graphics; for that, see the GD:: or Graphics:: set of modules.) It also contains implementations of several well-known algorithms that operate on graphs, such as finding transitive closures, strongly connected components (SCCs) and articulation points. Package: libgraph-readwrite-perl Priority: optional Section: perl Installed-Size: 154 Maintainer: Debian Perl Group Architecture: all Version: 2.03-1.4.201403201035 Depends: perl, libgraph-perl, libio-all-perl, libparse-yapp-perl, libxml-parser-perl, libxml-writer-perl Filename: 4.0-0/all/libgraph-readwrite-perl_2.03-1.4.201403201035_all.deb Size: 50470 MD5sum: 7727d4c32720f4674ea3c50140931401 SHA1: c81a77307de6ecd485b2c9de830cbd4756fdd614 SHA256: d1a16c9e6680126e1edd96b32a9e0db23b3598bd8ec4958c8e20088193d495d5 Description: module for reading and writing directed graphs Graph::ReadWrite is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes. . There are two base classes, Graph::Reader which is the Base class for classes which read a graph file and create an instance of the Graph class, and Graph::Writer which is the Base class for classes which take an instance of the Graph class and write it out in a specific file format. . Supported formats: XML, Dot, VCG, daVinci, HTK Homepage: http://search.cpan.org/dist/Graph-ReadWrite/ Package: libgraph-writer-graphviz-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.11-1.4.201403201042 Depends: perl, libgraph-readwrite-perl, libgraphviz-perl, libio-all-perl Filename: 4.0-0/all/libgraph-writer-graphviz-perl_0.11-1.4.201403201042_all.deb Size: 7028 MD5sum: 08e123cc540ed2674b1b2fb79e52a94f SHA1: 80b5374155906415075c36680f9a9943c645f71e SHA256: ac3d18ce5ef671b5c570d158e653762c7925ee476ee0cd9413666b3a77955b7c Description: GraphViz Writer for Graph object Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz module. All GraphViz formats should be supported without a problem. . Unlike other Graph::Writer modules, this module provide an extra parameter '-format' to new() method, in order to save different format. Other supported GraphViz parameters are -layout, -ranksep, -shape, -fontsize, -arrowsize. Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/ Package: libgraphics-color-perl Priority: optional Section: perl Installed-Size: 97 Maintainer: Debian Perl Group Architecture: all Version: 0.29-1.4.201403201046 Depends: perl, libmoosex-aliases-perl (>= 0.10), libmoosex-storage-perl, libcolor-library-perl, libmoose-perl (>= 0.74), libmoosex-types-perl, libmoosex-clone-perl Filename: 4.0-0/all/libgraphics-color-perl_0.29-1.4.201403201046_all.deb Size: 32418 MD5sum: 08d1d004b7b24777579ce39f74b6d5d7 SHA1: 2b28f910719975743ac7aa9f6ac7ba5f2bb24756 SHA256: cbbfd9f1ffe6a4827e205038e09e76cd139b0fa3d608efac3bad4c6382f494bd Description: module for manipulating colours in different colour spaces Graphics::Color is a Perl module that provides a device- and library-agnostic system for creating and manipulating colour definitions in various colour spaces. It currently supports colours specified as CMYK, HSL, RGB, YIQ and YUV. Homepage: http://search.cpan.org/dist/Graphics-Color/ Package: libgraphics-colornames-perl Priority: optional Section: perl Installed-Size: 118 Maintainer: Manoj Srivastava Architecture: all Version: 2.11-4.4.201403201050 Depends: perl, libmodule-load-perl Recommends: libpod-coverage-perl, libtest-pod-perl Filename: 4.0-0/all/libgraphics-colornames-perl_2.11-4.4.201403201050_all.deb Size: 41010 MD5sum: a96d6695521aa82398a30915203b9172 SHA1: b959c38b375f480f05d4de8b76a209b99d4abf3d SHA256: 8a8b3388b472ab9ac6ba274a0f2f54f821040fd57f49ae10897d310ff19c9006 Description: defines RGB values for common color names This package defines RGB values for common color names. The intention is to: 1. provide a common module that authors can use with other modules to specify colors; and 2. free module authors from having to "re-invent the wheel" whenever they decide to give the users the option of specifying a color by name rather than RGB value. Package: libgraphics-colornames-www-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Debian Perl Group Architecture: all Version: 1.12-1.4.201403201052 Depends: perl, libgraphics-colornames-perl Filename: 4.0-0/all/libgraphics-colornames-www-perl_1.12-1.4.201403201052_all.deb Size: 18122 MD5sum: 601fc0b4a4abae29aab811e94192c8b2 SHA1: cd1ed46313bf2a2e1e3d95dda0f5854872f2b023 SHA256: 67221e6e328c092b5c7f67936c826ac35a4eac541dab0a73f32b5d2ced33bd0c Description: module defining WWW color names and equivalent RGB values Graphics::ColorNames::WWW is a Perl module that defines color names and their associated color values (in RGB format) from various web specifications and implementations. Homepage: http://search.cpan.org/dist/Graphics-ColorNames-WWW/ Package: libgraphics-colorobject-perl Priority: optional Section: perl Installed-Size: 119 Maintainer: Manoj Srivastava Architecture: all Version: 0.5.0-4.4.201403201055 Depends: perl, libgraphics-colornames-perl Filename: 4.0-0/all/libgraphics-colorobject-perl_0.5.0-4.4.201403201055_all.deb Size: 32970 MD5sum: d6da7823139be46b7e1edc0f0cfe725f SHA1: 77b3909827501df4052a3d9bcac5791ee421ab22 SHA256: 90fbb6a95dec678faf525e2ef76e951e8130b38050c466e4abcbdbe07989e534 Description: convert color specifications between color spaces Use this package to convert between all the common color spaces. As a pure Perl module, it is not very fast, and so it you want to convert entire images, this is probably not what you want. The emphasis is on completeness and accurate conversion. . Supported color spaces are: RGB (including sRGB, Rec 601, Rec 709, ITU, and about a dozen other RGB spaces), CMY, CMYK, HSL, HSV, XYZ, xyY, Lab, LCHab, Luv, LCHuv, YPbPr, YCbCr. Future support is planned for YUV, YIQ, YCC and possibly others. . Conversion between different RGB working spaces, and between different white-points, is fully supported. Package: libgraphics-gnuplotif-perl Priority: optional Section: perl Installed-Size: 93 Maintainer: Debian Perl Group Architecture: all Version: 1.6-1.4.201403201100 Depends: perl, gnuplot Filename: 4.0-0/all/libgraphics-gnuplotif-perl_1.6-1.4.201403201100_all.deb Size: 21566 MD5sum: 7ff3bfa40a6f2951eac48aba9e298470 SHA1: ed9f712045d77f9887b00a1384e402a97c3b5abd SHA256: 18bdca5224464b4fb7d6f5fe47eb125c503038e6388d2843c8ae6263ce3c0adc Description: dynamic Perl interface to gnuplot Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface to gnuplot. It enables sending display requests asynchronously to gnuplot through simple Perl subroutine calls. . Several independent plots can be started from one script. Each plot has its own pipe. All pipes will be closed automatically by the destructor when the script terminates. The gnuplot processes terminate when the corresponding pipes are closed. Their graphical output will then disappear (but see parameter persist|new). Homepage: http://search.cpan.org/dist/Graphics-GnuplotIF/ Package: libgraphics-primitive-driver-cairo-perl Priority: optional Section: perl Installed-Size: 90 Maintainer: Debian Perl Group Architecture: all Version: 0.44-1.4.201403201113 Depends: perl (>= 5.10.1), libcairo-perl (>= 1.061), libmoose-perl (>= 0.76), libgraphics-primitive-perl, libgeometry-primitive-perl, libtext-flow-perl Filename: 4.0-0/all/libgraphics-primitive-driver-cairo-perl_0.44-1.4.201403201113_all.deb Size: 17928 MD5sum: aa2f7a5edc71b8f342354ef0e5a23ac7 SHA1: 3c93c0fe3bad8199baf801bac9e7f5dae1c2cf8d SHA256: 43c46049c07e1c36cdf362792b455f374e1a988a9c921a25acae45176a962c96 Description: backend providing graphics support using Cairo Graphics::Primitive::Driver::Cairo is a backend implementation using Cairo that draws Graphics::Primitive objects (see libgraphics-primitive-perl). In most cases, this module will not be used directly, but rather as part of your application using Graphics::Primitive. Homepage: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/ Package: libgraphics-primitive-perl Priority: optional Section: perl Installed-Size: 205 Maintainer: Debian Perl Group Architecture: all Version: 0.61-1.4.201403201118 Depends: perl, libmoosex-clone-perl, libgeometry-primitive-perl, libgraphics-color-perl, libforest-perl, libmoosex-storage-perl, libjson-any-perl (>= 1.22), libmoose-perl (>= 0.90) Filename: 4.0-0/all/libgraphics-primitive-perl_0.61-1.4.201403201118_all.deb Size: 89472 MD5sum: 465545571a703ed3257489b7b4f0502a SHA1: aa164f6473bc35f274a9d423cd7832cf3e618b12 SHA256: b9766c66d6ce08f75084d4a95d53b5fef04d010b41a37b0bd06429fee299f26d Description: system to portably create and manipulate graphical components Graphics::Primitive is a Perl module that provides an abstraction layer for creating and manipulating graphical elements such as Borders, Fonts, Paths and the like. It provides mechanisms to create graphical layouts and pass it along to drivers for the actual on-screen rendering. Homepage: http://search.cpan.org/dist/Graphics-Primitive/ Package: libgraphite2-doc Priority: optional Section: doc Installed-Size: 1041 Maintainer: Debian LibreOffice Team Architecture: all Source: graphite2 Version: 1.1.3-1.2.201403160508 Filename: 4.0-0/all/libgraphite2-doc_1.1.3-1.2.201403160508_all.deb Size: 489574 MD5sum: 0fe72d38c80237cb9b3e6d4d3fbbb16a SHA1: 9d61e6c0c5fefb6171860749feccfa92b0bd201d SHA256: 0ccf7c2815522b42896e3e6a5dbc0fb1550ab711bfb2f671d64034ff7f6698f6 Description: Documentation for libgraphite2 Graphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. . This library was designed and developed by the NRSI (Non-Roman Script Initiative) within SIL International (www.sil.org) to act as a complement to other smart font rendering technologies with limited practical local extensability. Its purpose is to help meet the needs of a very large number of "minority language" communities for local extensibility of complex script behaviors. . The behavior of the rendering engine for a given writing system is specified through extra tables added to a TrueType font. These tables are generated by compiling a GDL (Graphite Description Language) source file into a font using grcompiler. . PDF and HTML documentation for libgraphite2 Package: libgravatar-url-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Debian Perl Group Architecture: all Version: 1.06-1.4.201403201129 Depends: perl, libnet-dns-perl, liburi-perl Filename: 4.0-0/all/libgravatar-url-perl_1.06-1.4.201403201129_all.deb Size: 19076 MD5sum: b8f63e3c152cf3a8e1b70f952642da67 SHA1: 91292e081e4df7140f1d23c2c280ddefca1ae843 SHA256: f4db0556caec3582117b7b136895003c298be4d4a1672abcb7a29fab46cc7a19 Description: Perl interface to make URLs for Gravatars from an email address A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address. You can look up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. Gravatar::URL does that. Homepage: http://search.cpan.org/dist/Gravatar-URL/ Package: libgrilo-0.1-doc Priority: optional Section: doc Installed-Size: 1231 Maintainer: Alberto Garcia Architecture: all Source: grilo Version: 0.1.19-1.2.201403160826 Suggests: devhelp Filename: 4.0-0/all/libgrilo-0.1-doc_0.1.19-1.2.201403160826_all.deb Size: 220972 MD5sum: c6478ba1746305b4908d14339418b3ea SHA1: acb3f11eba9cf34144980f9ca2437f8ee1148385 SHA256: 05041bc86aa0a05a3f3d0fe8dc8628400bc039dc01785deddffdb66560535d2a Description: Framework for discovering and browsing media - Documentation Grilo is a framework focused on making media discovery and browsing easy for application developers. . More precisely, Grilo provides: * A single, high-level API that abstracts the differences among various media content providers, allowing application developers to integrate content from various services and sources easily. * A collection of plugins for accessing content from various media providers. Developers can share efforts and code by writing plugins for the framework that are application agnostic. * A flexible API that allows plugin developers to write plugins of various kinds. . This package contains the documentation. Homepage: http://live.gnome.org/Grilo Package: libgrits-doc Priority: optional Section: doc Installed-Size: 567 Maintainer: Debian GIS Project Architecture: all Source: libgrits Version: 0.7-1.2.201403201131 Recommends: libgrits-dev Filename: 4.0-0/all/libgrits-doc_0.7-1.2.201403201131_all.deb Size: 61124 MD5sum: 49755ebd84c550777c2df3d882bbfa2e SHA1: e6326e5102894d315b535063f84a1b3386441345 SHA256: a882e5a4e0a529ce7870090b0766b0318cb5524f38e3dff0460384822a4176ce Description: HTML documentation for grits Grits is a "Virtual Globe" library which uses OpenGL to render an image of the earth using satellite and terrain data from publicly accessible servers. This is similar in concept to Google Earth and NASA World Wind, except implemented as a library. . This package contains the HTML documentation for grits. Homepage: http://lug.rose-hulman.edu/proj/aweather/grits Package: libgroboutils-java Priority: optional Section: java Installed-Size: 914 Maintainer: Damien Raude-Morvan Architecture: all Version: 5-2.5.201403201140 Filename: 4.0-0/all/libgroboutils-java_5-2.5.201403201140_all.deb Size: 778834 MD5sum: 68d96fde92a479f605e2ccd25d29c72a SHA1: 3f9488215ffc6554111759a402cfaf9ac6749eac SHA256: da0439a2f704173b81eac2206edd9cfdc4f920bc43d40502a817478823f16c45 Description: Java-based testing tools and JUnit extensions GroboUtils is a group of Java-based testing tools and JUnit extensions aimed at increasing quality awareness and ease of introduction of testing tools into the development cycle. . GroboUtils include, for example, multi-threaded tests, hierarchial unit tests, and a code coverage tool. Homepage: http://groboutils.sourceforge.net/ Package: libgroovy1.7.2-java Priority: optional Section: java Installed-Size: 9752 Maintainer: Debian Java Maintainers Architecture: all Source: groovy1.7.2 Version: 1.7.2-1.2.201403161015 Depends: antlr, libasm3-java, libbsf-java, libcommons-cli-java (>= 1.0), libcommons-logging-java (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.5-java, libjline-java, libxstream-java, ivy Suggests: ant (>= 1.7.1) Filename: 4.0-0/all/libgroovy1.7.2-java_1.7.2-1.2.201403161015_all.deb Size: 8831034 MD5sum: dc001782ec720ecc92734133dcb669da SHA1: dddadc5c348664b9e8977a7692361f429eb0d74c SHA256: 9bcf6738d4f289f6181bb47fd6e8411ce527e6dee4de868768da7dd59c8cdd3c Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . The groovy API broke between 1.7.2 and 1.7.3 in a way that affects Eucalyptus. The latest version of the groovy 1.7 series is 1.7.10. Homepage: http://groovy.codehaus.org/ Package: libgruff-ruby-doc Priority: optional Section: doc Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gruff Version: 0.3.6-6.4.201403171111 Depends: ruby-gruff Filename: 4.0-0/all/libgruff-ruby-doc_0.3.6-6.4.201403171111_all.deb Size: 5468 MD5sum: fd46eb1ebe6bb51b2097200988951e6c SHA1: 551727540fd6a10f17520a49b2e63a4ecad28c16 SHA256: 5632472da46936ecb422695c17297f4780c7a4255c9f31019e03db81407d5cf7 Description: Transitional package for ruby-gruff This is a transitional package to ease upgrades to the ruby-gruff package. It can safely be removed. Homepage: http://nubyonrails.com/pages/gruff Package: libgruff-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gruff Version: 0.3.6-6.4.201403171111 Depends: ruby-gruff Filename: 4.0-0/all/libgruff-ruby1.8_0.3.6-6.4.201403171111_all.deb Size: 5464 MD5sum: f1e3348d756da19f82c72e0a36dfcc06 SHA1: fb798b1e0106f240a77030c99de42b085a91ac13 SHA256: 7d45838fee7a8328cd69e209f394b6b29acf814fb4a5bfd06e84b5f51bffb81d Description: Transitional package for ruby-gruff This is a transitional package to ease upgrades to the ruby-gruff package. It can safely be removed. Homepage: http://nubyonrails.com/pages/gruff Package: libgruff-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gruff Version: 0.3.6-6.4.201403171111 Depends: ruby-gruff Filename: 4.0-0/all/libgruff-ruby_0.3.6-6.4.201403171111_all.deb Size: 5466 MD5sum: 681082edd7a8f3ceba9566dd780760f1 SHA1: b8de41caa239a01bce4c2781c05d065ef972ba5f SHA256: 4658ed98f497871e3601a02b2fce4df0b933f7c8c0b0c5f65fbda391c68f4e8d Description: Transitional package for ruby-gruff This is a transitional package to ease upgrades to the ruby-gruff package. It can safely be removed. Homepage: http://nubyonrails.com/pages/gruff Package: libgsl-ruby-doc Priority: optional Section: doc Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl Filename: 4.0-0/all/libgsl-ruby-doc_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10610 MD5sum: 8b4c1c27dba892817e7df09a2fa9930e SHA1: d271df3e2e18645b4f45c0bd79e82b69baf8d507 SHA256: 3536f3c64bf9e33a1d11d61af9d3c5b352cc8991e6b271913a6ba88996583f50 Description: Transitional package for ruby-gsl This is a transitional package to ease upgrades to the ruby-gsl package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgsl-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl-dbg Filename: 4.0-0/all/libgsl-ruby1.8-dbg_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10624 MD5sum: 894de64b0ac1f06e03d7341f31897c31 SHA1: c676b27408b5db987c7013a3d27b8124c8098b99 SHA256: 6011d86d5c10880193b45dda509247d47cac137794d2b94b4025c9c851a81b1f Description: Transitional package for ruby-gsl-dbg This is a transitional package to ease upgrades to the ruby-gsl-dbg package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgsl-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl Filename: 4.0-0/all/libgsl-ruby1.8_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10616 MD5sum: 8fb2691b23071836e64ca16e5cad7e31 SHA1: cebda311de2dc51af7b106423de5943171217304 SHA256: c8f31af414fc7f789eddd7b5fefc5ffdcbb44356d9c2e1b0511e7193492dfa98 Description: Transitional package for ruby-gsl This is a transitional package to ease upgrades to the ruby-gsl package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgsl-ruby1.9.1-dbg Priority: extra Section: debug Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl-dbg Filename: 4.0-0/all/libgsl-ruby1.9.1-dbg_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10624 MD5sum: 5a4997c9bef074ece89aad609270fc74 SHA1: 9a3c409209a8d3e881a31e3c48d0d0ab7194de8d SHA256: 3d62a472aea9394120abcf4f7b50288f184495179664de85af5b21510fc58a46 Description: Transitional package for ruby-gsl-dbg This is a transitional package to ease upgrades to the ruby-gsl-dbg package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgsl-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl Filename: 4.0-0/all/libgsl-ruby1.9.1_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10616 MD5sum: b94958c31e40d42275cbdec4fb6f7da4 SHA1: 9e1bbb31ca0989c1c3e44bc0dcbbbe47f32d0858 SHA256: 521333fc34807f7c827e5f6845f6b1ce0ee125ba0d2975c2c37adda6389c017c Description: Transitional package for ruby-gsl This is a transitional package to ease upgrades to the ruby-gsl package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgsl-ruby Priority: extra Section: oldlibs Installed-Size: 34 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-gsl Version: 1.14.7+dfsg-1.2.201403171123 Depends: ruby-gsl Filename: 4.0-0/all/libgsl-ruby_1.14.7+dfsg-1.2.201403171123_all.deb Size: 10610 MD5sum: f663667949d1d4f9e4ef98a5562cabae SHA1: 29a454feea0422fa752b8cf1f0c2057a2bb2cf88 SHA256: 5d4ff744523273decb673836e78cf5ed6027ad60332b9891a8b7fe42d922164f Description: Transitional package for ruby-gsl This is a transitional package to ease upgrades to the ruby-gsl package. It can safely be removed. Homepage: http://rb-gsl.rubyforge.org/ Package: libgssdp-doc Priority: optional Section: doc Installed-Size: 157 Maintainer: Ross Burton Architecture: all Source: gssdp Version: 0.12.2.1-2.7.201403161300 Depends: lynx | www-browser Filename: 4.0-0/all/libgssdp-doc_0.12.2.1-2.7.201403161300_all.deb Size: 23174 MD5sum: fbed1d8591e36fed5e97f1adbf58cb39 SHA1: d3473b9fb5a47c620fe5c4f40641c3a0921bd3ac SHA256: 6f60205030dbb365859f820741d85597964f6e019a250ebd0ac38884bf8097fb Description: GObject-based library for SSDP (documentation) A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. . This package contains the documentation. Homepage: http://www.gupnp.org Package: libgst-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gstreamer-dbg Filename: 4.0-0/all/libgst-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10218 MD5sum: 17ebf08151d3bc62a44e81126a0edf87 SHA1: d11f61020544e426aa07bbb8c56846326a6a70c0 SHA256: c6a41fd7312f489c2d315d7c9af3fd20f7b4404d038e80a07c6adae605852478 Description: Transitional package for ruby-gstreamer-dbg This is a transitional package to ease upgrades to the ruby-gstreamer-dbg package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgst-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gstreamer Filename: 4.0-0/all/libgst-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10212 MD5sum: 8563e365c4feb06c4a0fbe8887e97027 SHA1: 925ecdb0931a198dd6304725b02f74164ee402c2 SHA256: 350b7489bde822ccba36da448cf29d217d4895d8999d0d7a86083a019c83f111 Description: Transitional package for ruby-gstreamer This is a transitional package to ease upgrades to the ruby-gstreamer package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgst-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gstreamer Filename: 4.0-0/all/libgst-ruby_1.1.3-2.9.201403171008_all.deb Size: 10204 MD5sum: 51cdc3b16533161e470c8b58df5291d2 SHA1: 91ce6225f5426be8987a95cc2ef57e9ef2b1ae42 SHA256: 09316d8582e5a97af751078bb433d44b8e0ee69d430b6feb53f5bdf7d1d5326e Description: Transitional package for ruby-gstreamer This is a transitional package to ease upgrades to the ruby-gstreamer package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgstreamer0.10-cil-dev Priority: optional Section: cli-mono Installed-Size: 534 Maintainer: Debian CLI Libraries Team Architecture: all Source: gstreamer-sharp Version: 0.9.2-4.2.201403161440 Depends: libgstreamer0.9-cil (<< 0.9.2.1~), libgstreamer0.9-cil (>= 0.9.2) Filename: 4.0-0/all/libgstreamer0.10-cil-dev_0.9.2-4.2.201403161440_all.deb Size: 82384 MD5sum: 39e1c360491009bfaccb0d2e2b9f51a4 SHA1: 52d5abfa941bf7f3d4b4d61faa1e069bec71cb6f SHA256: a9f5de0285d8dfb96a97fe299586a7e87e8ecbe595ef0bffef1a2469347d58f5 Description: CLI bindings to GStreamer - development files GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the development files required to compile CLI applications and libraries which use GStreamer#. Homepage: http://gstreamer.freedesktop.org/modules/gstreamer-sharp.html Package: libgtk-3-doc Priority: optional Section: doc Installed-Size: 18332 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk+3.0 Version: 3.4.2-7.3.201403171423 Recommends: libglib2.0-doc, libatk1.0-doc, libpango1.0-doc Suggests: devhelp Filename: 4.0-0/all/libgtk-3-doc_3.4.2-7.3.201403171423_all.deb Size: 2060066 MD5sum: 35ddff8eae59e6afca5bc749683bf46c SHA1: e57d692bd80b6b3346efc889f70ef2f5ed41bec3 SHA256: 4143c59f1dc099735ae06f8b8949225ce19a9462fe106e702d96b5a2c7c76e63 Description: documentation for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK+ library in /usr/share/doc/libgtk-3-doc/ . Multi-Arch: foreign Homepage: http://www.gtk.org/ Package: libgtk-sharp-beans-cil Priority: optional Section: cli-mono Installed-Size: 276 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtk-sharp-beans Version: 2.14.1-3.2.201403161758 Depends: libgdk-pixbuf2.0-0 (>= 2.26.1), libglib2.0-0 (>= 2.32.3), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-0 (>= 2.24.0), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libmono-corlib4.0-cil (>= 2.10.1), libmono-system-core4.0-cil (>= 2.10.3), libmono-system4.0-cil (>= 2.10.7) Filename: 4.0-0/all/libgtk-sharp-beans-cil_2.14.1-3.2.201403161758_all.deb Size: 78750 MD5sum: f2955157cff362c85ac3e6f695b38af8 SHA1: 5edcc7a349d6656377540bda338b2a8a06fff5b2 SHA256: ff80515f624a72a6763571eef460c8b1a5fe03d901b62b05d40238c5e88586b4 Description: Supplementary CLI bindings for GTK 2.14+ This package provides the gtk-sharp-beans assembly that allows CLI (.NET) programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed by GTK#. . This package contains the gtk-sharp-beans assembly. Homepage: http://github.com/mono/gtk-sharp-beans Package: libgtk-sharp-beans2.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 35 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtk-sharp-beans Version: 2.14.1-3.2.201403161758 Depends: libgtk-sharp-beans-cil (= 2.14.1-3.2.201403161758) Filename: 4.0-0/all/libgtk-sharp-beans2.0-cil-dev_2.14.1-3.2.201403161758_all.deb Size: 2878 MD5sum: b179b1a1d5a87ac11777b1e31676924c SHA1: 2b3cb06bac4d0b9c7c5a836f464c4c0a8356f6cc SHA256: b53a60b6ac52cb7f7328fae45d33575acddff165a5f7008bd89319f590565a9f Description: Supplementary CLI bindings for GTK 2.14+ - development package This package provides the gtk-sharp-beans assembly that allows CLI (.NET) programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed by GTK#. . This package contains development files for the gtk-sharp-beans library, and should be used for compilation. Homepage: http://github.com/mono/gtk-sharp-beans Package: libgtk2-ex-entry-pango-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Debian Perl Group Architecture: all Version: 0.09-1.4.201403201303 Depends: perl, libgtk2-perl (>= 1.100) Filename: 4.0-0/all/libgtk2-ex-entry-pango-perl_0.09-1.4.201403201303_all.deb Size: 17268 MD5sum: 58020065b8a5717e87b454f1d6fc593e SHA1: 02654d78a3bfab555c6fabdfd4a1cf076bdb80a6 SHA256: 19899fb7b90987fd56e39888ae372cf2e3170aa00e341888f0da6606f83428b0 Description: Gtk2::Entry that accepts pango markup Gtk2::Ex::Entry::Pango is a Gtk2::Entry that can accept Pango markup for various purposes (for more information about Pango text markup language see http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html). . The widget allows Pango markup to be used for input as an alternative to set_text or for setting a default value when the widget is empty. The default value when empty is ideal for standalone text entries that have no accompanying label (such as a text field for a search). . This widget allows for the text data to be entered either through the normal methods provided by Gtk2::Entry or to use the method /set_markup. It's possible to switch between two methods for applying the text. The standard Gtk2::Entry methods will always apply a text without styles while set_markup() will use a style. Homepage: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/ Package: libgtk2-ex-podviewer-perl Priority: optional Section: perl Installed-Size: 120 Maintainer: Debian Perl Group Architecture: all Version: 0.18-1.4.201403201307 Replaces: libgtk2-podviewer-perl Provides: podviewer Depends: perl (>= 5.8.0), libgtk2-perl, libio-stringy-perl, libpod-simple-perl, libgtk2-ex-simple-list-perl Conflicts: libgtk2-podviewer-perl Filename: 4.0-0/all/libgtk2-ex-podviewer-perl_0.18-1.4.201403201307_all.deb Size: 30650 MD5sum: c941da45baefb73a472df0d1c8fd6afb SHA1: 8fe617031efa6170e3cc7fd94579606c59de9b7e SHA256: ca2318f3dac8f798790221eb7bd6e4dc99daa2f52c1aa79763097cd3a3a0951e Description: Perl Gtk2 widget for displaying Plain Old Documentation (POD) libgtk2-podviewer-perl provides a Gtk2 widget for rendering Perl POD documents. . It also provides the example script podviewer, which can be used to browse your local Perl Documentation. Homepage: http://search.cpan.org/dist/Gtk2-Ex-PodViewer/ Package: libgtk2-ex-printdialog-perl Priority: optional Section: perl Installed-Size: 81 Maintainer: Debian Perl Group Architecture: all Version: 0.03-3.4.201403201312 Depends: perl, libgtk2-perl, liblocale-gettext-perl, libnet-cups-perl Recommends: ghostscript Filename: 4.0-0/all/libgtk2-ex-printdialog-perl_0.03-3.4.201403201312_all.deb Size: 19854 MD5sum: 5c307fbb900ac0a45edefff58a1ea223 SHA1: fcac7c9f0c63740be0f98adbb519a8b44064b307 SHA256: 546f380e2bd74bc8d8ed3c92715453f7523458a1b7e728bf62ebbd9482938016 Description: pure-perl alternative to the Gnome2::Print libraries Gtk2::Ex::PrintDialog implements a dialog widget that can be used to print PostScript data. It is intended to be a lightweight and pure-perl alternative to the Gnome2::Print libraries. . libgtk2-ex-printdialog-perl uses a simple system of operating-system specific backends that are used to do the job of printing. Currently, only a generic Linux/Unix backend (implemented using Net::CUPS) is available, more will be added in the future. . The dialog itself is intended to comply with the GNOME Human Interface Guidelines (HIG). It allows the user to print to any printer installed on the system, or to an external command such as lpr, or to print a PostScript or PDF file. Homepage: http://search.cpan.org/dist/Gtk2-Ex-PrintDialog/ Package: libgtk2-ex-simple-list-perl Priority: optional Section: perl Installed-Size: 88 Maintainer: Debian Perl Group Architecture: all Version: 0.50-2.4.201403201318 Depends: perl, libglib-perl, libgtk2-perl Filename: 4.0-0/all/libgtk2-ex-simple-list-perl_0.50-2.4.201403201318_all.deb Size: 21286 MD5sum: 08b265395dd8e0997c24d6c8b06a06c2 SHA1: 41f9e22df87557ff36177f86a1f1dfcd1aef546b SHA256: 238ff6cc7cf69f897467c135cc54d0ff2db10a0fabc53cd30fda2e275fce392b Description: simple interface to Gtk2's complex MVC list widget Gtk2::Ex::Simple::List is a simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination, implementing using tied arrays to make thing simple and easy. Homepage: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/ Package: libgtk2-ex-volumebutton-perl Priority: optional Section: perl Installed-Size: 62 Maintainer: Debian Perl Group Architecture: all Version: 0.07-2.4.201403201323 Depends: perl, libglib-perl, libgtk2-perl Filename: 4.0-0/all/libgtk2-ex-volumebutton-perl_0.07-2.4.201403201323_all.deb Size: 10476 MD5sum: ac85a2d513ab53188bd32654b58e41dd SHA1: a93e87eb3c034a4f66dc7bba157bdfc03b734069 SHA256: ad0ef04e6e485584bdcbcb2808435af3435c2b03612436ee4a6038a99d950ef3 Description: Gtk2 widget to control volume and similar values Gtk2::Ex::VolumeButton is a simple Gtk2 widget based on Gtk2::ToggleButton to control the volume and similar values. It consists of a Gtk2::ToggleButton widget displaying an image representing the current volume. When the button is clicked a popup window containing a Gtk2::VScale widget shows up and allows you to change the widgets volume value. It's also possible to change the volume using the scroll wheel over the toggle button even if the popup window isn't shown. . This widget is modeled after the widgets use in gnome-panel, muine and rhythmbox. Much code is stolen from the muine volume-button widget. Homepage: http://search.cpan.org/dist/Gtk2-Ex-VolumeButton/ Package: libgtk2-gladexml-simple-perl Priority: optional Section: perl Installed-Size: 103 Maintainer: Debian Perl Group Architecture: all Version: 0.32-2.4.201403201335 Depends: perl, libgtk2-perl, libgtk2-gladexml-perl Recommends: libxml-sax-perl Filename: 4.0-0/all/libgtk2-gladexml-simple-perl_0.32-2.4.201403201335_all.deb Size: 20772 MD5sum: aa1943d1a12b5eab68911eab19e1d225 SHA1: 14c8d12aacf70321d17956c6b4bcd7bbf5c70914 SHA256: c0b570206ca761279f102f2dae1e170ca75c1c2b669c070a7921324f12688051 Description: clean object-oriented perl interface to Gtk2::GladeXML Gtk2::GladeXML::Simple is a module that provides a clean and easy interface for Gnome/Gtk2 and Glade applications using an object-oriented syntax. You just make Gtk2::GladeXML::Simple your application's base class, have your new call SUPER::new, and the module will do the tedious and dirty work for you. . Gtk2::GladeXML::Simple offers: * Signal handler callbacks as methods of your class. * Autoconnection of signal handlers. * Autocalling of creation functions for custom widgets. * Access to the widgets as instance attributes. Homepage: http://search.cpan.org/dist/Gtk2-GladeXML-Simple/ Package: libgtk2-perl-doc Priority: optional Section: doc Installed-Size: 2299 Maintainer: Debian Perl Group Architecture: all Source: libgtk2-perl Version: 2:1.244-1.15.201403201355 Recommends: libgtk2-perl Filename: 4.0-0/all/libgtk2-perl-doc_1.244-1.15.201403201355_all.deb Size: 1397256 MD5sum: ff49943e223bcdb63dcbcc4803cdf28b SHA1: 66658d751028fe22137c2475de9f131e8fd3ce99 SHA256: 4c0bd1466e5b28b731ce6f894b16ce5f838ba9f82adbca123b2b219087cd1e71 Description: Perl interface to the Gtk 2.x series (documentation files) Gtk2 allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. . Gtk+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the Gtk+ is suitable for projects ranging from small one-off tools to complete application suites. Find out more about Gtk+ at http://www.gtk.org. . This package contains the documentation for the Gtk2 perl modules and some examples. Homepage: http://gtk2-perl.sourceforge.net/ Package: libgtk2-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtk2-dbg Filename: 4.0-0/all/libgtk2-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10218 MD5sum: f0ce1a0f836c9a95a4d0d3d197986c6b SHA1: 0e8affff734913f42f4f722ca259a7333d953879 SHA256: 2b01f74f93d4e37e339832299bdd6a4baef3a9ab412d05b4c9922e2fa9d16d14 Description: Transitional package for ruby-gtk2-dbg This is a transitional package to ease upgrades to the ruby-gtk2-dbg package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtk2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtk2 Filename: 4.0-0/all/libgtk2-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10214 MD5sum: d5e540d3e80cb7a05e9ce2fc3fd7b797 SHA1: 24bde765def5c7bbb649d0be2ffebeee8e87271d SHA256: ed882fc2d016c4cb7694836a992e04f7ae8ec82723d5615a55203e59081cacd0 Description: Transitional package for ruby-gtk2 This is a transitional package to ease upgrades to the ruby-gtk2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtk2-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtk2 Filename: 4.0-0/all/libgtk2-ruby_1.1.3-2.9.201403171008_all.deb Size: 10206 MD5sum: 96d254498b56005bab015fba4b5135ba SHA1: 11be4be95a6a5203e2c1835bc09bf1a2a17b9816 SHA256: 13e16b45fca16904df79d4c505fa9602e2de4ae6bc1d082766c142960bd1bfaa Description: Transitional package for ruby-gtk2 This is a transitional package to ease upgrades to the ruby-gtk2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtk2.0-doc Priority: optional Section: doc Installed-Size: 22796 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk+2.0 Version: 2.24.10-2.80.201403161621 Recommends: libglib2.0-doc, libatk1.0-doc, libpango1.0-doc Suggests: devhelp Filename: 4.0-0/all/libgtk2.0-doc_2.24.10-2.80.201403161621_all.deb Size: 2753148 MD5sum: 1f26c1b6212230d8cfd19e4d9943efbf SHA1: 54b933b8538f5b129a9fd7c526ef97d434d72da3 SHA256: c00e153d6df7ead96d85fca6ec5ee2ef6b7be5f6335f4218a125309a1b591d36 Description: documentation for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK+ library in /usr/share/doc/libgtk2.0-doc/ . Multi-Arch: foreign Homepage: http://www.gtk.org/ Package: libgtk3-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Debian Perl Group Architecture: all Version: 0.006-2.2.201403201533 Depends: perl, gir1.2-gtk-3.0, gir1.2-pango-1.0, libcairo-gobject-perl, libglib-perl (>= 1.260), libglib-object-introspection-perl (>= 0.009) Filename: 4.0-0/all/libgtk3-perl_0.006-2.2.201403201533_all.deb Size: 13160 MD5sum: 48e57ab3370b3fb9fbeba7eecd954ec0 SHA1: 9e78e5038bc17739b2a10c8788c2e83995ea73c9 SHA256: 878857168787bc86b5e5c9394bd9bb0ca013c201ffeaf6cef74c61945bc0d027 Description: Perl bindings for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the Perl bindings to GTK+, build using Glib::Object::Introspection. Homepage: http://search.cpan.org/dist/Gtk3/ Package: libgtkada-doc Priority: optional Section: doc Installed-Size: 1530 Maintainer: Ludovic Brenta Architecture: all Source: libgtkada Version: 2.24.1-7.2.201403201537 Replaces: libgtkada2-doc Depends: dpkg (>= 1.15.4) | install-info Suggests: gnat Breaks: libgtkada2-doc Filename: 4.0-0/all/libgtkada-doc_2.24.1-7.2.201403201537_all.deb Size: 1131082 MD5sum: a8dac94428e016ed40a406b0e458f6ab SHA1: 69208d2d8c22f4d821a7a3f93f9b2be0b8af54c7 SHA256: 9b29180eb6102170a5bef61560c1490811e38c126ef2763b25c2007d6db3cafc Description: Ada binding for the GTK+ GUI (documentation) GtkAda is a library that allows programmers to write GTK+ applications in the Ada programming language. . This package contains the User's Guide and Reference Manual for GtkAda, in HTML, Info, PDF and ASCII formats. Homepage: http://libre.adacore.com/libre/tools/gtkada Package: libgtkglarea-cil-dev Priority: optional Section: cli-mono Installed-Size: 36 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtkglarea-sharp Version: 0.0.17-6.8.201403170725 Replaces: libgtkglarea0.0-cil (<< 0.0.17-5) Depends: libgtkglarea0.0-cil (= 0.0.17-6.8.201403170725) Filename: 4.0-0/all/libgtkglarea-cil-dev_0.0.17-6.8.201403170725_all.deb Size: 3696 MD5sum: 618133c47b0ba4745b20d9af56a33143 SHA1: 0aa3437801e863d4ec5e3b2ad9924823448f40ff SHA256: a6d639b3a77212d24af644ae8707478c2d93e36bc726afba6678931da597f02f Description: CLI bindings for the GTK OpenGL area widget The gtkglarea-sharp bindings allow CLI (.NET) programs to use the GTK OpenGL area widget to display accelerated 3D graphics in GTK applications. . This package contains development files, and should be used for compilation Homepage: http://www.mono-project.com/GtkGLSharp Package: libgtkglarea-cil-examples Priority: optional Section: cli-mono Installed-Size: 240 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtkglarea-sharp Version: 0.0.17-6.8.201403170725 Filename: 4.0-0/all/libgtkglarea-cil-examples_0.0.17-6.8.201403170725_all.deb Size: 47674 MD5sum: b6a7aff6910d595aea2215b51c632430 SHA1: d52f8fd809889487321c5cc8e367aeef0555d5ea SHA256: 7d26f597f1193cd6be7f56379e46d4fe4ec9c5c7e432f6f673d0193101b4036c Description: gtkglarea-sharp examples The gtkglarea-sharp bindings allow CLI (.NET) programs to use the GTK OpenGL area widget to display accelerated 3D graphics in GTK applications. . This package contains sample code to use the bindings. Homepage: http://www.mono-project.com/GtkGLSharp Package: libgtkglarea0.0-cil Priority: optional Section: cli-mono Installed-Size: 58 Maintainer: Debian CLI Libraries Team Architecture: all Source: gtkglarea-sharp Version: 0.0.17-6.8.201403170725 Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgtk2.0-cil (>= 2.12.10-1ubuntu1), libgtkgl2.0-1, libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/libgtkglarea0.0-cil_0.0.17-6.8.201403170725_all.deb Size: 7932 MD5sum: 657ea19ef4bc536c70efd1848b56582e SHA1: cf3be10d66bf269c6db57594a7c10b78bf101187 SHA256: 6e181535adfdf155e7c7b5aa2fc986ba4db217ed660077fc7a968f339fbeca0c Description: CLI bindings for the GTK OpenGL area widget The gtkglarea-sharp bindings allow CLI (.NET) programs to use the GTK OpenGL area widget to display accelerated 3D graphics in GTK applications. . This package contains the runtime assemblies. Homepage: http://www.mono-project.com/GtkGLSharp Package: libgtkglext1-doc Priority: optional Section: doc Installed-Size: 324 Maintainer: Bart Martens Architecture: all Source: gtkglext Version: 1.2.0-2.4.201403162006 Filename: 4.0-0/all/libgtkglext1-doc_1.2.0-2.4.201403162006_all.deb Size: 50898 MD5sum: 106a4f871d7e01cccb17dd4913682c1e SHA1: 9fdaaa564f7f22ba92113eeba2c643806d256bef SHA256: b8cc7371062d005aaa216edccb95040c774120f70db4e21a19fae72918fb4cde Description: OpenGL Extension to GTK+ (documentation) GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. . This package contains documentation for libgtkglext. Homepage: http://projects.gnome.org/gtkglext/ Package: libgtkglextmm-x11-1.2-doc Priority: extra Section: doc Installed-Size: 1532 Maintainer: Bradley Smith Architecture: all Source: gtkglextmm Version: 1.2.0-4.5.201411011200 Recommends: libgtkglextmm-x11-1.2-dev (= 1.2.0-4.5.201411011200) Filename: 4.0-0/all/libgtkglextmm-x11-1.2-doc_1.2.0-4.5.201411011200_all.deb Size: 341090 MD5sum: e6297785c5774157389bdc97ba5efb9d SHA1: 91a3ceb21a4c901a9bcce97c558d1ee92e915a69 SHA256: 8348245df4f54656f81913bb4f197845236fedb59bbfe72257ceeec7d52eb3a3 Description: C++ bindings for GtkGLExt (Documentation) GtkGLExtmm is a C++ wrapper for GtkGLExt. C++ programmers can use it to write GTK+-based OpenGL applications using Gtkmm 2. . This package contains documentation and examples. Homepage: http://www.k-3d.org/gtkglext/ Package: libgtkhtml-4.0-common Priority: optional Section: libs Installed-Size: 2557 Maintainer: Debian Evolution Maintainers Architecture: all Source: gtkhtml4.0 Version: 4.4.4-1.2.201403162134 Depends: gnome-icon-theme (>= 2.22.0) Filename: 4.0-0/all/libgtkhtml-4.0-common_4.4.4-1.2.201403162134_all.deb Size: 367804 MD5sum: d14355813c74a73f068f9a7aec588d74 SHA1: d6e613cf5653be1dbddd8d73f3a0d731ef49af84 SHA256: cc572ae87f8de516222e905da584f021ad986d8326df551882c13e13f96895d5 Description: HTML rendering/editing library - common data GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the translations and the editor widget data. Homepage: http://www.gnome.org/projects/evolution/ Package: libgtkhtml-editor-3.14-common Priority: optional Section: libs Installed-Size: 344 Maintainer: Debian Evolution Maintainers Architecture: all Source: gtkhtml3.14 Version: 3.32.2-2.1.11.201403162121 Replaces: gtkhtml3.14, libgtkhtml-editor-common Conflicts: gtkhtml3.14, libgtkhtml-editor-common Filename: 4.0-0/all/libgtkhtml-editor-3.14-common_3.32.2-2.1.11.201403162121_all.deb Size: 94036 MD5sum: d79fbefdfd3bf4e49aa964b637528b54 SHA1: bbb69377621a1c1d434864fb85402748523a7715 SHA256: e00f0fbdab058da23287ccbc6549d714b21938290eab902b4de2dc2a2b40a7a6 Description: HTML rendering/editing library - editor widget data GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget data. Homepage: http://www.gnome.org/projects/evolution/ Package: libgtkmm-2.4-doc Priority: optional Section: doc Installed-Size: 50436 Maintainer: Deng Xiyue Architecture: all Source: gtkmm2.4 Version: 1:2.24.2-1.10.201403162215 Depends: lynx | www-browser, doc-base Recommends: gtkmm-documentation Filename: 4.0-0/all/libgtkmm-2.4-doc_2.24.2-1.10.201403162215_all.deb Size: 16209340 MD5sum: 59dd5465d74871ba2237fd3d649e56f3 SHA1: a168136a3c6052bb312d160f1e265ae3b0cab23a SHA256: f84cbc9eda73ca4373cf5eea28f8b2aceb52a7f67e80ca58e55fb04c8b388d9f Description: C++ wrappers for GTK+ (documentation) Gtkmm is a C++ interface for the popular GUI library GTK+, with API version 2.4. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains FAQ, and reference documentation. Homepage: http://www.gtkmm.org/ Package: libgtkmm-3.0-doc Priority: optional Section: doc Installed-Size: 122271 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtkmm3.0 Version: 3.4.2-1.2.201403162226 Depends: lynx | www-browser, doc-base Recommends: gtkmm-documentation Filename: 4.0-0/all/libgtkmm-3.0-doc_3.4.2-1.2.201403162226_all.deb Size: 8799156 MD5sum: 9e5da87dfe36889f7cab5be01a328bd9 SHA1: 1edb1e304e57a743e3031791e1f42b27c909c8f4 SHA256: 1784ed8c14d2a24c192c3858e03452842a24081d335e892d708b1253583b401a Description: C++ wrappers for GTK+ (documentation) Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains tutorial, FAQ, and reference documentation. Multi-Arch: foreign Homepage: http://www.gtkmm.org/ Package: libgtksourceview-3.0-common Priority: optional Section: libs Installed-Size: 4299 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtksourceview3 Version: 3.4.2-1.2.201403162348 Filename: 4.0-0/all/libgtksourceview-3.0-common_3.4.2-1.2.201403162348_all.deb Size: 611202 MD5sum: 1bfc84a57d4ba796de2f658bb180e2f3 SHA1: b80e0b346bcc064fdcf31c42e91cb1bb69b94bf8 SHA256: fec597cb94f9f36a630e4b5c4d481ff0de12df260bd675bf14b5fa25c56f1010 Description: common files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the language specifications files for Ada, C, C++, C#, CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" (gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and XML. Multi-Arch: foreign Homepage: http://projects.gnome.org/gtksourceview/ Package: libgtksourceview-3.0-doc Priority: optional Section: doc Installed-Size: 1213 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtksourceview3 Version: 3.4.2-1.2.201403162348 Suggests: devhelp Filename: 4.0-0/all/libgtksourceview-3.0-doc_3.4.2-1.2.201403162348_all.deb Size: 171536 MD5sum: 54b06cab63246da7ee26482398338fed SHA1: 6a73aa196c5a1885f897fb2e5d1e0fa9be01c3eb SHA256: 84b271723d3d328679715ffa930fafad46ec5c5ba93891f3ff84b52faf896b02 Description: documentation for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the GtkSourceView reference manual. Homepage: http://projects.gnome.org/gtksourceview/ Package: libgtksourceview2-ruby1.8-dbg Priority: extra Section: debug Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtksourceview2-dbg Filename: 4.0-0/all/libgtksourceview2-ruby1.8-dbg_1.1.3-2.9.201403171008_all.deb Size: 10230 MD5sum: 5ce62460e1a0b9ec2e254095af21d671 SHA1: bb5ecd619c15e467d1eedff992392fded42cd00a SHA256: 677c08ad77600334ddd6a0d37d2f031b726e953afb164e3d96a068895b8f81f6 Description: Transitional package for ruby-gtksourceview2-dbg This is a transitional package to ease upgrades to the ruby-gtksourceview2-dbg package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtksourceview2-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtksourceview2 Filename: 4.0-0/all/libgtksourceview2-ruby1.8_1.1.3-2.9.201403171008_all.deb Size: 10224 MD5sum: e867d28cef91dab5a8c20963477ea0d6 SHA1: 64c38fbb1724db8bc3619797c0e6427c2dacb603 SHA256: 333d7e76ffefba85f7eb5c274a645d8a1b2414f506c18fc8561eb06d1fa69d69 Description: Transitional package for ruby-gtksourceview2 This is a transitional package to ease upgrades to the ruby-gtksourceview2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtksourceview2-ruby Priority: extra Section: oldlibs Installed-Size: 33 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-gnome2 Version: 1.1.3-2.9.201403171008 Depends: ruby-gtksourceview2 Filename: 4.0-0/all/libgtksourceview2-ruby_1.1.3-2.9.201403171008_all.deb Size: 10220 MD5sum: 49caadffdeec4f6f2460488f2d9f887e SHA1: b511dc53df563b0431f0daee6755ba7a49cf81fc SHA256: 64cf562cdc059cbf95fe1047aee0e5d4cfcc33eda2d84d4aa4019dff8e45a9ec Description: Transitional package for ruby-gtksourceview2 This is a transitional package to ease upgrades to the ruby-gtksourceview2 package. It can safely be removed. Homepage: http://ruby-gnome2.sourceforge.jp/ Package: libgtksourceview2.0-common Priority: optional Section: libs Installed-Size: 3674 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtksourceview2 Version: 2.10.4-1.10.201403162301 Filename: 4.0-0/all/libgtksourceview2.0-common_2.10.4-1.10.201403162301_all.deb Size: 466324 MD5sum: ee795d77fb1029deb946b1f679aab75f SHA1: 6a005646bfd6b61eaa18916b96bbbbf2d476d3d5 SHA256: 9b83575cd4412c26744ad0d0b24983bcf1bd0ca45be48d33a7be96b9891c4afe Description: common files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the language specifications files for Ada, C, C++, C#, CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" (gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and XML. Homepage: http://projects.gnome.org/gtksourceview/ Package: libgtksourceview2.0-doc Priority: optional Section: doc Installed-Size: 1040 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtksourceview2 Version: 2.10.4-1.10.201403162301 Filename: 4.0-0/all/libgtksourceview2.0-doc_2.10.4-1.10.201403162301_all.deb Size: 118688 MD5sum: 2b65aac2a8496adc22330c7edd51e0d8 SHA1: 02b61ab8f1667772717291270fc3e57e69f3fa7c SHA256: 78d3fa6ccd9d5a857d3eb3405111ac46f16040a5b0f1d48c7d7c6bb5393d6c2d Description: documentation for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the GtkSourceView reference manual. Homepage: http://projects.gnome.org/gtksourceview/ Package: libgtksourceviewmm-3.0-doc Priority: optional Section: doc Installed-Size: 2518 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgtksourceviewmm Version: 3.2.0-1.5.201403201559 Depends: doc-base, lynx | www-browser Filename: 4.0-0/all/libgtksourceviewmm-3.0-doc_3.2.0-1.5.201403201559_all.deb Size: 623166 MD5sum: 217fe1e3f44a963407f5d23eb6a9f939 SHA1: 5bad2dd531368478f42c40184fe464c2e0ebe86a SHA256: c53b7a969f9a6029369349158dd9a3a90f0b67c14ce5e76d256a693c16c64a32 Description: C++ binding of GtkSourceView GtkSourceViewMM is a C++ binding of GtkSourceView, an extension to the text widget included in GTK+ 3.x adding syntax highlighting and other features typical for a source file editor. . GtkSourceViewMM is crafted to integrate well into applications using the gtkmm framework. . These are the reference documentation for libgtksourceviewmm. Homepage: http://www.gtkmm.org/ Package: libgtop2-doc Priority: optional Section: doc Installed-Size: 638 Maintainer: Debian GNOME Maintainers Architecture: all Source: libgtop2 Version: 2.28.4-3.13.201403201616 Replaces: libgtop2-dev (<< 2.28.0-1) Depends: dpkg (>= 1.15.4) | install-info Filename: 4.0-0/all/libgtop2-doc_2.28.4-3.13.201403201616_all.deb Size: 100306 MD5sum: de63c27e3cc0cb7348a2af57b64289a8 SHA1: 8ff07c7f04f00261a462852c546de97c248f7adc SHA256: 880702dd8f35471d02d809dacc8ae930a7a35a64b1680864e2fe2a206bfed360 Description: gtop system monitoring library (documentation) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package contains the documentation. Package: libgts-doc Priority: optional Section: doc Installed-Size: 57 Maintainer: Ruben Molina Architecture: all Source: gts Version: 0.7.6+darcs110121-1.1.4.201403170059 Filename: 4.0-0/all/libgts-doc_0.7.6+darcs110121-1.1.4.201403170059_all.deb Size: 11540 MD5sum: 5e9e72d9b243f1f10f4a0750de431b50 SHA1: 52c39a3d2b3ae733085419218b9cb4d94ec2fc63 SHA256: 827a2b863ffddbc11840f8a51fb1ef01c8e5013bdc6514dd9f3950f473e8869b Description: documentation for libgts The GTS Library is intended to provide a set of useful functions to deal with 3D surfaces meshed with interconnected triangles. . This package contains the documentation files. Homepage: http://gts.sourceforge.net/ Package: libguava-java-doc Priority: optional Section: doc Installed-Size: 8918 Maintainer: Debian Java Maintainers Architecture: all Source: guava-libraries Version: 11.0.2-1.3.201403170137 Recommends: libguava-java Suggests: default-jdk-doc Filename: 4.0-0/all/libguava-java-doc_11.0.2-1.3.201403170137_all.deb Size: 856108 MD5sum: c7b8da9990fe7e67ffc44389d961aa01 SHA1: ff96855ab2cdf007d1fa870da29143356e10a270 SHA256: ebc13acc3b388d9f741e636026aa261f5f536ff6c4d2fab407563132e0fc5f83 Description: documentation for libguava-java Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, concurrency support and other features. . Guava has only one code dependency: javax.annotation, per the JSR-305 spec. . This package contains the javadocs of Guava library suite. Homepage: http://code.google.com/p/guava-libraries/ Package: libguava-java Priority: optional Section: java Installed-Size: 1467 Maintainer: Debian Java Maintainers Architecture: all Source: guava-libraries Version: 11.0.2-1.3.201403170137 Depends: libjsr305-java Filename: 4.0-0/all/libguava-java_11.0.2-1.3.201403170137_all.deb Size: 1246898 MD5sum: 7ee41fa131e799e606b1cfbe97850124 SHA1: dfe2f135f4d47691151ff141b913d65719e6db51 SHA256: 8a9229079643014dfd0ffa115fe6a6989c0c2cda34af6566d66749c626661a45 Description: suite of Google Common Libraries for Java 5.0 Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, concurrency support and other features. . Guava has only one code dependency: javax.annotation, per the JSR-305 spec. Homepage: http://code.google.com/p/guava-libraries/ Package: libgudev1.0-cil-dev Priority: optional Section: cli-mono Installed-Size: 35 Maintainer: Debian CLI Libraries Team Architecture: all Source: gudev-sharp-1.0 Version: 0.1-3.9.201403170201 Depends: libgudev1.0-cil (= 0.1-3.9.201403170201) Filename: 4.0-0/all/libgudev1.0-cil-dev_0.1-3.9.201403170201_all.deb Size: 2850 MD5sum: fb0d6737735c110e0bd081e349a28013 SHA1: 07b36683f1621b6b0439bb13dec9933288346335 SHA256: e92c037ff9918ee750471ba0510c492cc67c8bdb8ee59938a3e1802d2fd8fae1 Description: GObject-based wrapper library for libudev -- CLI development files gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based wrapper library for libudev. . This package contains the development files needed to compile CLI applications which use this library. Homepage: https://www.launchpad.net/gudev-sharp Package: libgudev1.0-cil Priority: optional Section: cli-mono Installed-Size: 61 Maintainer: Debian CLI Libraries Team Architecture: all Source: gudev-sharp-1.0 Version: 0.1-3.9.201403170201 Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10-1ubuntu1), libgudev-1.0-0 (>= 146), libmono-corlib4.0-cil (>= 2.10.1) Filename: 4.0-0/all/libgudev1.0-cil_0.1-3.9.201403170201_all.deb Size: 8700 MD5sum: adf16078bed37270a1154091927fc119 SHA1: 994480632385d1ef9b91826e89444f9a0fd9a2fd SHA256: c08c5161f7cd11f5c939b536998d826e5df485c3d027e96990c527cfa798e7a5 Description: GObject-based wrapper library for libudev -- CLI bindings gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based wrapper library for libudev. . This package contains the managed CLI bindings for gudev-sharp, which are needed to run CLI applications which use this library. Homepage: https://www.launchpad.net/gudev-sharp Package: libguice-java-doc Priority: optional Section: doc Installed-Size: 1788 Maintainer: Debian Java Maintainers Architecture: all Source: guice Version: 3.0-1.2.201403170215 Suggests: default-jdk-doc Filename: 4.0-0/all/libguice-java-doc_3.0-1.2.201403170215_all.deb Size: 141136 MD5sum: 1391cd55d0072657937b9fa263605dd4 SHA1: 6a7897b9ffdcc2e6f74e4b75b1699ab793206716 SHA256: de749eaeddce99fd6187b18b665a6fb59d3c966fc454d82fa7689a9dcf7b0964 Description: documentation for libguice-java Documentation for Guice that is a framework that provides support for dependency injection using annotations to configure Java objects. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution. . Guice allows implementation classes to be programmatically bound to an interface, then injected into constructors, methods or fields using an @Inject annotation. When more than one implementation of the same interface is needed, the user can create custom annotations that identify an implementation, then use that annotation when injecting it. . This package provides javadocs for Guice framework and example code. Homepage: http://code.google.com/p/google-guice/ Package: libguice-java Priority: optional Section: java Installed-Size: 559 Maintainer: Debian Java Maintainers Architecture: all Source: guice Version: 3.0-1.2.201403170215 Depends: libatinject-jsr330-api-java, libaopalliance-java, libcglib-java, libasm3-java Filename: 4.0-0/all/libguice-java_3.0-1.2.201403170215_all.deb Size: 453070 MD5sum: 8a71609512c34a15c2b781d0a8b44a51 SHA1: 8cace927425cba54dcbed9372146f6aed6933e2e SHA256: 2ac071865f2568632ceb2f644b44fe8fdc0ef7e6ad263ce3ee3924408600cfb7 Description: lightweight dependency injection framework for Java 5 and above Guice provides support for dependency injection using annotations to configure Java objects. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution. . Guice allows implementation classes to be programmatically bound to an interface, then injected into constructors, methods or fields using an @Inject annotation. When more than one implementation of the same interface is needed, the user can create custom annotations that identify an implementation, then use that annotation when injecting it. Homepage: http://code.google.com/p/google-guice/ Package: libgupnp-av-doc Priority: optional Section: doc Installed-Size: 529 Maintainer: Ross Burton Architecture: all Source: gupnp-av Version: 0.10.3-1.6.201403170400 Depends: lynx | www-browser Recommends: libgupnp-doc Filename: 4.0-0/all/libgupnp-av-doc_0.10.3-1.6.201403170400_all.deb Size: 52048 MD5sum: 06b0de149ff47210e6a46eb3a0ee7906 SHA1: 8b1fc243dfc27323a69f6036c935e432ab1eac83 SHA256: 88866610c87b155ca1c38f193081eb9c3a50aa3f954fa451c4dbb15d34a06b4a Description: Audio/Visual utility library for GUPnP (documentation) An audio/visual utility library for GUPnP, providing DIDL parser/writer and search criteria parser objects. . This package contains the documentation. Homepage: http://www.gupnp.org Package: libgupnp-dlna-doc Priority: optional Section: doc Installed-Size: 132 Maintainer: Ross Burton Architecture: all Source: gupnp-dlna Version: 0.6.6-1.2.201403170408 Depends: lynx | www-browser Filename: 4.0-0/all/libgupnp-dlna-doc_0.6.6-1.2.201403170408_all.deb Size: 20610 MD5sum: f86b5af994627b3a0667e990b374518f SHA1: c14ffcb0776faffb3ccddbdf84cf370b607286f5 SHA256: 15458db848a62d4837e3561279a231facac02b9b8dc319f2d8a5691e3a08f67f Description: DLNA utility library for GUPnP (documentation) A small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. . This package contains the documentation. Homepage: http://www.gupnp.org Package: libgupnp-doc Priority: optional Section: doc Installed-Size: 676 Maintainer: Ross Burton Architecture: all Source: gupnp Version: 0.18.4-1.8.201403170356 Depends: lynx | www-browser Recommends: libgssdp-doc Filename: 4.0-0/all/libgupnp-doc_0.18.4-1.8.201403170356_all.deb Size: 86318 MD5sum: fa8b7951946fd959f78442906b33cbe7 SHA1: 9b730d393c0790e9eba680f94251c5edd751f7d9 SHA256: 8ee9ed3f5b5ecdac978d703694d56f99a640e65504751eb7448707a3ec33dc67 Description: GObject-based library for UPnP (documentation) A GObject-based API for doing UPnP transparently. . This package contains the documentation. Homepage: http://www.gupnp.org Package: libgupnp-igd-1.0-doc Priority: optional Section: doc Installed-Size: 94 Maintainer: Laurent Bigonville Architecture: all Source: gupnp-igd Version: 0.2.1-2.8.201403170415 Filename: 4.0-0/all/libgupnp-igd-1.0-doc_0.2.1-2.8.201403170415_all.deb Size: 23772 MD5sum: f416599a0aa72e5c7940ee25d82cec09 SHA1: 9410d284cd71a3c85593003892f1cb88ce772acf SHA256: e21d4dc61bcd4b798e083192cce3bfaf43567b73cbdba9707c9b5538e99d8f6f Description: library to handle UPnP IGD port mapping - documentation A GObject-based API for controling UPnP Internet Gateway Devices port mapping. . This package contains the documentation. Homepage: http://www.gupnp.org/ Package: libgusb-doc Priority: extra Section: doc Installed-Size: 213 Maintainer: Michal Čihař Architecture: all Source: libgusb Version: 0.1.3-5.2.201403201736 Depends: libgusb-dev Suggests: devhelp Filename: 4.0-0/all/libgusb-doc_0.1.3-5.2.201403201736_all.deb Size: 23596 MD5sum: 4e60608f3339bb7cbd8b175f03f1f7d5 SHA1: 027d2bb0f576caddd4d097118adeb2f1447c585f SHA256: 1288c7bdbcd543306ffff147344298354828eeb39a185ef28993be7d3a566523 Description: GLib wrapper around libusb1 - documentation GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains the documentation. Homepage: http://www.hughski.com/downloads.html Package: libgutenprint-doc Priority: optional Section: doc Installed-Size: 2383 Maintainer: Debian Printing Group Architecture: all Source: gutenprint Version: 5.2.9-1.12.201403170447 Suggests: libgutenprint-dev (= 5.2.9-1.12.201403170447) Filename: 4.0-0/all/libgutenprint-doc_5.2.9-1.12.201403170447_all.deb Size: 427522 MD5sum: 6ce0aac9b611b4f883f0c246b92cb9aa SHA1: 5196aa2bf7741b477b73533fc7e83615b8e2791d SHA256: cad1b5100195048a83c02b37aa611e1e4bece8b2b551b84837ff7d677b640a60 Description: documentation for the Gutenprint printer driver library This package contains lots of info-files, DVI docs and other documentation about the Gutenprint library for photo-quality printing. . Install this package if you want to have lots of info about the Gutenprint library when you're programming. . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Package: libgwenhywfar-data Priority: optional Section: libs Installed-Size: 944 Maintainer: Micha Lenk Architecture: all Source: libgwenhywfar Version: 4.3.3-1.4.201403201759 Recommends: libgwenhywfar60 Filename: 4.0-0/all/libgwenhywfar-data_4.3.3-1.4.201403201759_all.deb Size: 348426 MD5sum: 830cc1e1a8a26ca4a8b9945bc75a0bce SHA1: ba50702161b64d721acfc19adc395bed5169b3e8 SHA256: ce2947b25b54f4c0f209e7a0b6cf51cbf75b42b2248579535140fc27cae2c5ed Description: OS abstraction layer - data files Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains data files needed by Gwenhywfar. Package: libgwenhywfar-doc Priority: optional Section: doc Installed-Size: 38955 Maintainer: Micha Lenk Architecture: all Source: libgwenhywfar Version: 4.3.3-1.4.201403201759 Filename: 4.0-0/all/libgwenhywfar-doc_4.3.3-1.4.201403201759_all.deb Size: 4205962 MD5sum: 4c58385bd8a778c59f66aa7c3e65e66d SHA1: 2a5adbeb01cbea6b9b71ec86c6ef4081f1768089 SHA256: ccdcd0bec5a24a52cbbb2200d1c17fb3791119376622efdf3ed8b59e0cf8dbc5 Description: OS abstraction layer (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the API documentation. Enhances: libgwenhywfar-dev Package: libgwyddion20-doc Priority: optional Section: doc Installed-Size: 5699 Maintainer: Debian Med Packaging Team Architecture: all Source: gwyddion Version: 2.28-2.4.201403170640 Depends: w3m | www-browser Suggests: libglib2.0-doc, libpango1.0-doc, libgtk2.0-doc, libgtkglext1-doc Filename: 4.0-0/all/libgwyddion20-doc_2.28-2.4.201403170640_all.deb Size: 466248 MD5sum: e6b6017ea5f18cb07389b34b20b234aa SHA1: 3dc96b48677bc66ac8a2ed8f836b54de949c4089 SHA256: 4ea2968a37e5951cede534e7988f602c6de1fe6448b403d972651000294bbc07 Description: HTML library API documentation for Gwyddion SPM analysis tool Gwyddion is a modular program for Scanning Probe Microscopy (SPM) data visualization and analysis. It is primarily intended for analysis of height field data obtained by microscopy techniques like * Atomic Force Microscopy (AFM), * Magnetic Force Microscopy (MFM), * Scanning Tunneling Microscopy (STM), * Near-field Scanning Optical Microscopy (SNOM or NSOM) and others. However, it can be used for arbitrary height field and image analysis. . This package contains the HTML API documentation of all the Gwyddion libraries. There is also a tutorial on writing Gwyddion modules included. Homepage: http://gwyddion.net/ Package: libgxps-doc Priority: optional Section: doc Installed-Size: 210 Maintainer: Savvas Radevic Architecture: all Source: libgxps Version: 0.2.2-2.2.201403201811 Suggests: devhelp Filename: 4.0-0/all/libgxps-doc_0.2.2-2.2.201403201811_all.deb Size: 29924 MD5sum: 0b0c097c15647caefdcb625b3215b97d SHA1: 5acc0a001d68ba6c4f5193f0b6ae484efe69b34c SHA256: e36ba0e8d3ab712dd1a0d94841b6246e5900276d733b338bb9e16cf4808eafbd Description: library for handling and rendering XPS documents (documentation) OpenXPS or XPS stands for XML Paper Specification. It is based on XML and it's a new electronic paper format originally developed by Microsoft and it serves as a PDF alternative. XPS files are usually created using "Microsoft XPS Document Writer" in Windows environments. It is now standardized as an open standard document format. . Quoting Wikipedia: An XPS file is in fact a Unicoded ZIP archive using the Open Packaging Conventions, containing the files which make up the document. These include an XML markup file for each page, text, embedded fonts, raster images, 2D vector graphics, as well as the digital rights management information. The contents of an XPS file can be examined simply by opening it in an application which supports ZIP files. . The OpenXPS document format specification supports features such as color gradients, transparencies, CMYK color spaces, printer calibration, multiple-ink systems and print schemas. . This package contains help documentation files. Homepage: https://live.gnome.org/libgxps Package: libha-jdbc-java Priority: extra Section: java Installed-Size: 380 Maintainer: Debian Java Maintainers Architecture: all Source: ha-jdbc Version: 2.0.16+rc1-2.2.201403170820 Depends: libslf4j-java Filename: 4.0-0/all/libha-jdbc-java_2.0.16+rc1-2.2.201403170820_all.deb Size: 323240 MD5sum: 84988c62bff1126f038024f6a8b92d1f SHA1: 3e33780ae506d6f776d3d2356444012db32e8e8a SHA256: 26900579ed658eec5a10469d9689a82a4b842befd5e8f9cb61092c42d300f262 Description: JDBC proxy that provides clustering capability to any JDBC driver HA-JDBC is a JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver. . Features include: . * Supports any database accessible via JDBC. * High-availability/Fault Tolerance - An HA-JDBC database cluster can lose a node without failing/corrupting open transactions. * Live activation/deactivation allows for maintenance/upgrading of a database node without loss of service. * Improves performance of concurrent read-access by distributing load across individual nodes. * Supports full JDBC 3.0 and 4.0 feature set. * Out-of-the-box database-independent strategies for synchronizing a failed cluster node. * Exposes JMX management interface to allow administration of databases and clusters. * Ability to add/subtract database nodes to/from a cluster at runtime. * Can be configured to auto-activate failed database nodes during scheduled off-peak times. Homepage: http://ha-jdbc.sourceforge.net/ Package: libhamcrest-java-doc Priority: optional Section: doc Installed-Size: 1912 Maintainer: Debian Java Maintainers Architecture: all Source: libhamcrest-java Version: 1.2-2.5.201403201819 Recommends: default-jdk-doc, junit-doc, junit4-doc Suggests: libhamcrest-java Filename: 4.0-0/all/libhamcrest-java-doc_1.2-2.5.201403201819_all.deb Size: 112658 MD5sum: f99fad2a089e0bf5e6618e02640f874b SHA1: d5dc90caf5911d5d32059fed30ed3bc7812ced1d SHA256: f6bc3b9c30b2bd858589f86132569884a1aa73944c7e8d96f1b8a16d5d4ad3bc Description: library of matchers for building test expressions - documentation Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. . This package contains Javadoc API documentation of Hamcrest. Homepage: http://code.google.com/p/hamcrest/ Package: libhamcrest-java Priority: optional Section: java Installed-Size: 468 Maintainer: Debian Java Maintainers Architecture: all Version: 1.2-2.5.201403201819 Filename: 4.0-0/all/libhamcrest-java_1.2-2.5.201403201819_all.deb Size: 337446 MD5sum: 594b4b6f5d3182b05ed893acb5bc156d SHA1: 7ff082c11888aad4d31e4b4d14696cdf6c8c6f96 SHA256: c9af871f3781bb41c8678d1fe0bcc5a15e8f97bf003032c11dbf98e768cd6049 Description: library of matchers for building test expressions Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. Homepage: http://code.google.com/p/hamcrest/ Package: libhaml-ruby-doc Priority: optional Section: doc Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-haml Version: 3.1.6-1.4.201403171135 Depends: ruby-haml Filename: 4.0-0/all/libhaml-ruby-doc_3.1.6-1.4.201403171135_all.deb Size: 6148 MD5sum: 4e628d1c7cb3eae9e40292d4f702a6e2 SHA1: 0336f51482baf3f8e17f67b1f47b94732561cd21 SHA256: 49e56dd8f385f9960ac3138f57f57c26943d9fb2fc89ea367084e90c59036d35 Description: Transitional package for ruby-haml This is a transitional package to ease upgrades to the ruby-haml package. It can safely be removed. Homepage: http://haml-lang.com/ Package: libhaml-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-haml Version: 3.1.6-1.4.201403171135 Depends: ruby-haml Filename: 4.0-0/all/libhaml-ruby1.8_3.1.6-1.4.201403171135_all.deb Size: 6152 MD5sum: fa6948c4e903db3e620a6df6e2802f12 SHA1: 39cb6dbd4a2544c5382dcbbdcbf85f7655c356a7 SHA256: 2d911bfe797e17d2a69965df10480cb1a71c4eea656e20cc883b5f61f66a4422 Description: Transitional package for ruby-haml This is a transitional package to ease upgrades to the ruby-haml package. It can safely be removed. Homepage: http://haml-lang.com/ Package: libhaml-ruby Priority: extra Section: oldlibs Installed-Size: 30 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-haml Version: 3.1.6-1.4.201403171135 Depends: ruby-haml Filename: 4.0-0/all/libhaml-ruby_3.1.6-1.4.201403171135_all.deb Size: 6150 MD5sum: ffcdc8e3a83cf70dc3df3934c5f7c9ee SHA1: fc45e37b0b29586525923c9124cf7f54577d082f SHA256: 0098dbf453d9b39a2244523052a81299b231f824b55f40bf9de4411cbd10f85b Description: Transitional package for ruby-haml This is a transitional package to ease upgrades to the ruby-haml package. It can safely be removed. Homepage: http://haml-lang.com/ Package: libhamlib-doc Priority: optional Section: doc Installed-Size: 4414 Maintainer: Debian Hamradio Maintainers Architecture: all Source: hamlib Version: 1.2.15.1-1.7.201403170951 Provides: hamlib-doc Suggests: www-browser Conflicts: hamlib-doc Filename: 4.0-0/all/libhamlib-doc_1.2.15.1-1.7.201403170951_all.deb Size: 655204 MD5sum: ed31f441d95da42f1b3895f1123f4638 SHA1: 26c23c63b56e53705881018dba1f547949eb4241 SHA256: 6ff171c09073b4ed9a50ec1bcc9f5445f77d01eade47c0aff81939f63e2aa7ed Description: Documentation for the hamlib radio control library Most recent amateur radio transceivers allow external control of their functions through a computer interface. Unfortunately, control commands are not always consistent across a manufacturer's product line and each manufacturer's product line differs greatly from its competitors. . This library addresses that issue by providing a standardised programming interface that applications can talk to and translating that into the appropriate commands required by the radio in use. . This package provides the developers documentation for the API. Homepage: http://www.hamlib.org/ Package: libhangul-data Priority: optional Section: libs Installed-Size: 6365 Maintainer: Debian Korean L10N Architecture: all Source: libhangul Version: 0.1.0-2.4.201403201832 Replaces: libhangul0-data Conflicts: libhangul0-data Filename: 4.0-0/all/libhangul-data_0.1.0-2.4.201403201832_all.deb Size: 2435594 MD5sum: 6c503a83b23d3e0e0ccc6d03941be0db SHA1: a0e582bf50eca196725d3c7d1efa9b662de5951b SHA256: c1833c456f427253a409127a95a846077ec5e988bf95baa187317b6605df8ac1 Description: Hangul keyboard input library - data This library implements Hangul keyboard input with various types of Korean keyboards. It is intended to be a base library of Korean input methods on multiple platforms. . This package contains the architecture independent data. Multi-Arch: foreign Homepage: http://kldp.net/projects/hangul Package: libhash-asobject-perl Priority: optional Section: perl Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 0.13-1.4.201403201842 Depends: perl Filename: 4.0-0/all/libhash-asobject-perl_0.13-1.4.201403201842_all.deb Size: 12286 MD5sum: ff410106391baa2d4fec58104eae129d SHA1: 28d3c7c9cd04d20de39a671f207862524b8028eb SHA256: 5e625779806e3618a13e3647f10e09dfd53413ea8e4b7e0f76bfb3bb4e02f90f Description: Perl modules to treat hashes as objects, with arbitrary accessors/mutators A Hash::AsObject is a blessed hash that provides read-write access to its elements using accessors. (Actually, they're both accessors and mutators.) . It's designed to act as much like a plain hash as possible; this means, for example, that you can use methods like DESTROY to get or set hash elements with that name. Homepage: http://search.cpan.org/dist/Hash-AsObject/ Package: libhash-case-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 1.020-1.4.201403201847 Depends: perl, liblog-report-perl Filename: 4.0-0/all/libhash-case-perl_1.020-1.4.201403201847_all.deb Size: 19360 MD5sum: 6aec835cb0e65e646503fd8eec77160f SHA1: 23934a49ce3f0c6b27c47adc24dd2d5065a07a7f SHA256: 2300109a8fc9fbff418eb2bad98133dc79b739f0367c86ae24becc2b0accfd2d Description: base class for hashes with key-casing requirements Hash::Case is the base class for various classes which tie special treatment for the casing of keys. Be aware of the differences in implementation: Lower and Upper are tied native hashes: these hashes have no need for hidden fields or other assisting data structured. A case Preserve hash will actually create three hashes. Homepage: http://search.cpan.org/dist/Hash-Case/ Package: libhash-flatten-perl Priority: optional Section: perl Installed-Size: 59 Maintainer: Debian Perl Group Architecture: all Version: 1.19-1.4.201403201856 Depends: perl, libtest-assertions-perl Filename: 4.0-0/all/libhash-flatten-perl_1.19-1.4.201403201856_all.deb Size: 11614 MD5sum: f50d4ceb75ba415416ea9ec2d4828d79 SHA1: 002563c0d1a9b9237deb93ebce6e780318b807cd SHA256: 15298b06a828b4383e0fae1ff94d80e27043851eb9078e0d31438edfc4c8396b Description: flatten/unflatten complex data hashes Hash::Flatten converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs). Homepage: http://search.cpan.org/dist/Hash-Flatten/ Package: libhash-merge-perl Priority: optional Section: perl Installed-Size: 67 Maintainer: Debian Perl Group Architecture: all Version: 0.12-2.4.201403201859 Depends: perl, libclone-perl Filename: 4.0-0/all/libhash-merge-perl_0.12-2.4.201403201859_all.deb Size: 15516 MD5sum: 2901501a11d33305e85915551f97e3e7 SHA1: 5b0f602f690e97204b8a5318846f20d92ecb89b9 SHA256: c9d9c94cbfeab11ccc8dcef93c9fc96634c986cccae59d81748558e98bf1cad6 Description: Perl module for merging arbitrarily deep hashes into a single hash Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. Please note that self-referencing hashes, or recursive references, are not handled well by this method. . Values in hashes are considered to be either ARRAY references, HASH references, or otherwise are treated as SCALARs. By default, the data passed to the merge function will be cloned using the Clone module; however, if necessary, this behavior can be changed to use as many of the original values as possible. (See set_clone_behavior). Homepage: http://search.cpan.org/dist/Hash-Merge Package: libhash-merge-simple-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Debian Perl Group Architecture: all Version: 0.051-1.4.201403201904 Depends: perl Filename: 4.0-0/all/libhash-merge-simple-perl_0.051-1.4.201403201904_all.deb Size: 8512 MD5sum: 555031aeef3d785ece51b14c30951e57 SHA1: 25c4a28ee9931a6c976363e63f87de56ba7e5aae SHA256: 85fb0a2768e2e6070d1f57e2828fa783a5f3ece5371f86b3096bd02eda8d6103 Description: Perl module to easily merge two or more hashes Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combine arrays, objects, scalars, or anything else. The rightmost hash also takes precedence, replacing whatever was in the left hash if a conflict occurs. . This code is based on Catalyst::Utils, but was modified to handle merging more than two hashes simultaneously. Homepage: http://search.cpan.org/dist/Hash-Merge-Simple/ Package: libhash-moreutils-perl Priority: optional Section: perl Installed-Size: 51 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.2.201403201909 Depends: perl Filename: 4.0-0/all/libhash-moreutils-perl_0.02-1.2.201403201909_all.deb Size: 8442 MD5sum: c67e88f7c024327ac77b7810057a7afb SHA1: 2d65c0adb1e7c841aa3282b452056894fc70dcd7 SHA256: 09b24e033310e163a57b2d3a83da69c56a04e67515ec796684f7bb31653caa63 Description: Perl module with additional hash functions not found in Hash::Util Hash::MoreUtils provides some trivial but commonly used functionality on hashes which is not into Hash::Util. Homepage: http://search.cpan.org/dist/Hash-MoreUtils/ Package: libhash-multivalue-perl Priority: optional Section: perl Installed-Size: 68 Maintainer: Debian Perl Group Architecture: all Version: 0.12-1.4.201403201911 Depends: perl Filename: 4.0-0/all/libhash-multivalue-perl_0.12-1.4.201403201911_all.deb Size: 15432 MD5sum: 1d3a3d19f58a73c6376738d1c1cda0b2 SHA1: 1f54d13ff425bacc08609a2b74631e59f1d42b50 SHA256: 0d6d2c86d651683c0ec019fc24fd3d111ff4c8a723afce0ab0920ea84cc2cfda Description: module for storing multiple values per key in a hash Hash::MultiValue is a Perl module that provides an object (and a plain hash reference) that may contain multiple values per key. The hash behaves like a single-value hash reference, but also provides an API to retrieve multiple values explicitly on demand. Homepage: http://search.cpan.org/dist/Hash-MultiValue/ Package: libhash-util-fieldhash-compat-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.03-2.2.201403201917 Depends: perl Filename: 4.0-0/all/libhash-util-fieldhash-compat-perl_0.03-2.2.201403201917_all.deb Size: 8932 MD5sum: eab47318ae280d3ee67e70176b384858 SHA1: 70d66dbcd2d0ecf5b3831c611688abec116d0070 SHA256: f1e0097ca522cc54898b793097040f232700ef4fafe5f70206f15be361c942ef Description: Perl module providing a Hash::Util::FieldHash compatible API Under older perls this module provides a drop in compatible API to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available it will use that instead. . This way code requiring field hashes can benefit from fast, robust field hashes on Perl 5.10 and newer, but still run on older perls that don't ship with that module. Homepage: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/ Package: libhash-withdefaults-perl Priority: optional Section: perl Installed-Size: 61 Maintainer: Debian Perl Group Architecture: all Version: 0.05-1.4.201403201919 Depends: perl Filename: 4.0-0/all/libhash-withdefaults-perl_0.05-1.4.201403201919_all.deb Size: 9588 MD5sum: 7440ed9bc3bb6b67a182d4a55ab6cc6f SHA1: 18f9208c8696525b997f224d0065d857f29dbede SHA256: ad14829e05ba13632a60e0942ff04cce3321c10578b247ecd1f305bd0c3b8295 Description: class for hashes with key-casing requirements supporting defaults Hash::WithDefaults implements hashes that support "defaults". That is, you may specify several more hashes in which the data will be looked up in case it is not found in the current hash. Homepage: http://search.cpan.org/dist/Hash-WithDefaults/ Package: libhawtjni-runtime-java Priority: optional Section: java Installed-Size: 391 Maintainer: Debian Java Maintainers Architecture: all Source: hawtjni Version: 1.0~+git0c502e20c4-3.3.201410221625 Filename: 4.0-0/all/libhawtjni-runtime-java_1.0~+git0c502e20c4-3.3.201410221625_all.deb Size: 46626 MD5sum: 17a0859c81eb6d882ccd8cb6ee505972 SHA1: 21474a65659c3df5fbfdddd7dbfeedb6ba2bc783 SHA256: 6af1caae175a5ad4472297d56ab94b9625041ef9b4ec5dd5907b32b3cb222297 Description: Java library that provide JNI code generation HawtJNI is a code generator that produces the JNI code needed to implement java native methods. It is based on the jnigen code generator that is part of the SWT Tools project which is used to generate all the JNI code which powers the eclipse platform. Homepage: http://fusesource.com/forge/sites/hawtjni/ Package: libhd-doc Priority: optional Section: doc Installed-Size: 13080 Maintainer: William Vera Architecture: all Source: hwinfo Version: 16.0-2.8.201411011254 Provides: libhd12-doc, libhd13-doc, libhd14-doc, libhd15-doc, libhd16-doc Suggests: doc-base Filename: 4.0-0/all/libhd-doc_16.0-2.8.201411011254_all.deb Size: 1765566 MD5sum: 23abc8c9d111005c0d50da8021db06b7 SHA1: 9fc711839c4a82fe617f1c4dcfbb79e47d022a0b SHA256: 8ce0725e9658fbb5a9aa5ca8cb92765bad26d63131b80126c3cf17335c5e1539 Description: Hardware identification system library documentation hwinfo is the hardware detection tool used in SuSE Linux. . In Debian Edu (Skolelinux) hwinfo has shown better results than discover when detecting mouse, keyboard and monitor. . hwinfo collects information about the hardware installed on a system. Among others, libhd contains information about cdrom, zip, floppy, disks and partitions, network card, graphics card, monitor, camera, mouse, sound, pppoe, isdn, modem, printer, scanner, bios, cpu, usb, memory and smp. . This package contains the documentation for the libhd13-dev package. Enhances: libhd-dev Package: libhdf4-doc Priority: optional Section: doc Installed-Size: 12326 Maintainer: Debian GIS Project Architecture: all Source: libhdf4 Version: 4.2r4-13.6.201403201935 Replaces: libhdf4g-doc (<< 4.2r4-1) Provides: libhdf4g-doc Suggests: libhdf4-dev Conflicts: libhdf4g-doc (<< 4.2r4-1) Filename: 4.0-0/all/libhdf4-doc_4.2r4-13.6.201403201935_all.deb Size: 2646608 MD5sum: 0df848cc82d926f2c0c6c016576644f2 SHA1: 3c2d4067a1392e474d020abdee6ac7e8d4f1c12d SHA256: ed408ff8f7b9913afb13b8f8d81a750a6a118f13fa6669fe7b4a61613d594ec7 Description: Hierarchical Data Format 4 library -- documentation HDF is a multi-object file format for storing and transferring graphical and numerical data mainly used in scientific computing. HDF supports several different data models, including multidimensional arrays, raster images, and tables. Each defines a specific aggregate data type and provides an API for reading, writing, and organizing the data and metadata. New data models can be added by the HDF developers or users. . This package contains user guide and reference manual for HDF format and API Homepage: http://www.hdfgroup.com/ Package: libhdf4g-dev Priority: optional Section: libdevel Installed-Size: 42 Maintainer: Debian GIS Project Architecture: all Source: libhdf4 Version: 4.2r4-13.6.201403201935 Depends: libhdf4-dev Filename: 4.0-0/all/libhdf4g-dev_4.2r4-13.6.201403201935_all.deb Size: 13578 MD5sum: b582cc2972609f461a63b1c5614a5458 SHA1: e233231f291a323e86f52c87fdb122e056e6fa97 SHA256: afa38ed377f70f5d7e4ba037c54bb2a5dd99a0f822c711520f5b142190fbd1ad Description: Hierarchical Data Format 4 library -- transitional development package HDF is a multi-object file format for storing and transferring graphical and numerical data mainly used in scientific computing. HDF supports several different data models, including multidimensional arrays, raster images, and tables. Each defines a specific aggregate data type and provides an API for reading, writing, and organizing the data and metadata. New data models can be added by the HDF developers or users. . This package is provided for transitional purpose. It can be safely removed after upgrading. Homepage: http://www.hdfgroup.com/ Package: libhdf5-doc Priority: optional Section: doc Installed-Size: 37919 Maintainer: Debian GIS Project Architecture: all Source: hdf5 Version: 1.8.8-9.4.201403191030 Suggests: libhdf5-dev, www-browser, pdf-viewer, doc-base Filename: 4.0-0/all/libhdf5-doc_1.8.8-9.4.201403191030_all.deb Size: 23837548 MD5sum: 1823a519ec0e08df3b5a1ec2a0d7399b SHA1: 8ffbf7ac38b079ee12276ec9dc85f7c7fb4755d4 SHA256: 12982613b17251fadbf36ef0691530505a6c7ca6ac32b0cf7d1b1ff87245b505 Description: Hierarchical Data Format 5 (HDF5) - Documentation HDF5 is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger than 2 GB, and supports parallel I/O. . This package contains documentation for HDF5. Homepage: http://hdfgroup.org/HDF5/ Package: libhdfeos5-ruby-doc Priority: optional Section: doc Installed-Size: 35 Maintainer: Debian GIS Project Architecture: all Source: ruby-hdfeos5 Version: 1.0-2.4.201403171140 Filename: 4.0-0/all/libhdfeos5-ruby-doc_1.0-2.4.201403171140_all.deb Size: 6622 MD5sum: 12c0f496881ff59931233167e3f418e0 SHA1: 0773206d5f5592b5c48fdfd6be3711e818cc95f8 SHA256: 87cdedea4614ac15d4eb0c311f88a2b4b2b9a0b8a543f52ad79838b7bc1b647b Description: Ruby HDF-EOS library API documents Ruby interface to the HDF-EOS5 library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby. . This package provides all API Documents. Homepage: http://ruby.gfd-dennou.org/products/ruby-hdfeos5/ Package: libhdfeos5-ruby Priority: optional Section: ruby Installed-Size: 31 Maintainer: Debian GIS Project Architecture: all Source: ruby-hdfeos5 Version: 1.0-2.4.201403171140 Depends: libhdfeos5-ruby1.8 Filename: 4.0-0/all/libhdfeos5-ruby_1.0-2.4.201403171140_all.deb Size: 6576 MD5sum: 050966731b56784aea0cb0585431a504 SHA1: f81e17e81dc34d4e8c08396b536c0d3e47ab00b3 SHA256: 2e5f9b72be05f5b713d807bf7f6d3249b62c6227dedda8a4659cff98ec3185ef Description: Ruby interface to the HDF-EOS5 library Ruby interface to the HDF-EOS5 library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby. . This is a dependency package which depends on Debian's default Ruby version (currently 1.8.x). Homepage: http://ruby.gfd-dennou.org/products/ruby-hdfeos5/ Package: libheap-perl Priority: optional Section: perl Installed-Size: 117 Maintainer: Dominic Hargreaves Architecture: all Version: 0.80-2.4.201403201949 Depends: perl Filename: 4.0-0/all/libheap-perl_0.80-2.4.201403201949_all.deb Size: 43296 MD5sum: 4c062f04beedb5cb003d8eb0f0e6bb5d SHA1: 9f61049db9892697d5d41b5cd47bb2d591535cf1 SHA256: 84effec653917a8bb99ecea95557d80911690e2ffe379a7e3765cf9d01a0e41c Description: Perl extensions for keeping data partially sorted The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). . If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted. Homepage: http://search.cpan.org/dist/Heap/ Package: libheckle-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-heckle Version: 1.4.3-4.4.201403171151 Depends: ruby-heckle Filename: 4.0-0/all/libheckle-ruby1.8_1.4.3-4.4.201403171151_all.deb Size: 4768 MD5sum: 0bf4e789da99e47551cbdda68b626941 SHA1: 10ee628df81605fdc8dc5903a27810ca1bae31bd SHA256: 2c7cbe7614974bf88fce4b2367f8c42833e511a36726e49a891f80e750acb6b5 Description: Transitional package for ruby-heckle This is a transitional package to ease upgrades to the ruby-heckle package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/seattlerb Package: libheckle-ruby Priority: extra Section: oldlibs Installed-Size: 29 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-heckle Version: 1.4.3-4.4.201403171151 Depends: ruby-heckle Filename: 4.0-0/all/libheckle-ruby_1.4.3-4.4.201403171151_all.deb Size: 4762 MD5sum: c28f59a48df70b60766dd688e741fd2b SHA1: cd852455203960da8840c7d544994a20e44012af SHA256: 98d19eac8c7c9ffaff276888eaf6af2a4adbbe0d0f4e416b4734b72a062f6b93 Description: Transitional package for ruby-heckle This is a transitional package to ease upgrades to the ruby-heckle package. It can safely be removed. Homepage: http://www.rubyforge.org/projects/seattlerb Package: libhessian-java-doc Priority: optional Section: doc Installed-Size: 4546 Maintainer: Debian Java Maintainers Architecture: all Source: hessian Version: 4.0.6-1.8.201403191240 Suggests: libhessian-java (= 4.0.6-1.8.201403191240) Filename: 4.0-0/all/libhessian-java-doc_4.0.6-1.8.201403191240_all.deb Size: 290478 MD5sum: 8581dbe1553173ddda9855b1e87163b6 SHA1: 4a6208d0755e168336cbc13d84a8238acf5afcad SHA256: 27cf2f22da0e183dee790f3a483582c921905e171713f3775c69ac65326d94ce Description: Documentation for libhessian-java Documentation for Hessian that is a Java library that provides compact binary and XML protocols for applications needing performance without protocol complexity. It is well-suited to sending binary data without any need to extend the protocol with attachments. This library also includes Burlap that is a matching XML protocol. . With Hessian, providing a web service is as simple as creating a servlet and using a service is as simple as a JDK Proxy interface. Homepage: http://hessian.caucho.com/ Package: libhessian-java Priority: optional Section: java Installed-Size: 386 Maintainer: Debian Java Maintainers Architecture: all Source: hessian Version: 4.0.6-1.8.201403191240 Depends: libservlet2.5-java Suggests: libhessian-java-doc (= 4.0.6-1.8.201403191240) Filename: 4.0-0/all/libhessian-java_4.0.6-1.8.201403191240_all.deb Size: 320646 MD5sum: f151bf824827b5c9d5461948ac690f3f SHA1: 1e6250863a5e80161d967c26360595c0610b33b9 SHA256: 3fe0b2f38ffbbba9d1f2c0164f6924151d8c29634624067623aeca27b78d4c3e Description: Java implementation of a binary protocol for web services Hessian provides compact binary and XML protocols for applications needing performance without protocol complexity. It is well-suited to sending binary data without any need to extend the protocol with attachments. This library also includes Burlap that is a matching XML protocol. . With Hessian, providing a web service is as simple as creating a servlet and using a service is as simple as a JDK Proxy interface. Homepage: http://hessian.caucho.com/ Package: libhibernate-commons-annotations-java Priority: optional Section: java Installed-Size: 133 Maintainer: Debian Java Maintainers Architecture: all Version: 3.2.0.Final-2.6.201403201959 Filename: 4.0-0/all/libhibernate-commons-annotations-java_3.2.0.Final-2.6.201403201959_all.deb Size: 63750 MD5sum: ce1256e5c73cfa0fddccb4f05dc77689 SHA1: d61b9ec1b376aa1f33d1cfb5b5474a10985b6d14 SHA256: ec3c4bad0c713f76dbc9e6ef035e35dd9638ffa8e9e0c29bd1bf2d729689e7f8 Description: Hibernate Commons Annotations Hibernate, like all other object/relational mapping tools, requires metadata that governs the transformation of data from one representation to the other (and vice versa). As an option, you can now use JDK 5.0 annotations for object/relational mapping with Hibernate 3.2. You can use annotations in addition to or as a replacement of XML mapping metadata. . You can use Hibernate extension annotations on top of standardized Java Persistence annotations to utilize all native Hibernate features. . This package ships the Hibernate Commons Annotations classes used by annotations based Hibernate sub-projects. Homepage: http://www.hibernate.org Package: libhibernate-jbosscache-java Priority: optional Section: java Installed-Size: 96 Maintainer: Debian Java Maintainers Architecture: all Version: 3.6.8-2.8.201403202010 Depends: libhibernate3-java, libslf4j-java, libgeronimo-jta-1.0.1b-spec-java, libjboss-cache1-java, libjboss-system-java, libjboss-jmx-java, libjgroups-java Filename: 4.0-0/all/libhibernate-jbosscache-java_3.6.8-2.8.201403202010_all.deb Size: 60920 MD5sum: 860030bf6d9acd2416263716597ef8c0 SHA1: bfa1f69e2a80cb9212049bfa609f600ab5126ed7 SHA256: 4e14b4d704ae58686f7d26d630b6ace8e7b4fc853d90ffbdf2c7cbdcfe77aa1a Description: Java library for integration of Hibernate with JBossCache This Java library provides support in Hibernate for JBossCache 1.x APIs. . Hibernate is an object-relational mapping (ORM) Java library and JBossCache is a replicated cache for frequently accessed Java objects in a cluster, in order to improve the performance of applications. Package: libhibernate-validator-java Priority: optional Section: java Installed-Size: 303 Maintainer: Debian Java Maintainers Architecture: all Version: 4.0.2.GA-7.6.201403202015 Depends: libhibernate3-java, glassfish-javaee, libjtype-java, libgeronimo-validation-1.0-spec-java Filename: 4.0-0/all/libhibernate-validator-java_4.0.2.GA-7.6.201403202015_all.deb Size: 209808 MD5sum: 488275bb162bb62509595a5cb2c94adf SHA1: 62a50b6fd4c5e16707357a2c44adf5a94d5ccfce SHA256: d3c0107e8788fd65cdb4142d895d17e6fc03114ca2135a4e5ef82adc4b08e2df Description: Hibernate Validator Hibernate Validator aims at defining and checking a domain model level constraints. It supports custom constraints definitions as well as full internationalization. Annotations are used to define constraints on object level. The validation mechanism can be executed in different layers in your application without having to duplicate any of these rules (presentation layer, data access layer, Database schema). . Hibernate Validator integrates with Hibernate by applying the constraints on the database schema (DDL generation) and by checking entity validity before Hibernate inserts or updates instances. You can use Hibernate Validator with any Java Persistence provider, not only Hibernate, although you will not be able to use automatic DDL alteration for constraint generation outside of Hibernate EntityManager. Homepage: http://validator.hibernate.org Package: libhibernate3-java-doc Priority: optional Section: doc Installed-Size: 75725 Maintainer: Debian Java Maintainers Architecture: all Source: libhibernate3-java Version: 3.6.9.Final-2.14.201403202023 Suggests: libhibernate3-java Filename: 4.0-0/all/libhibernate3-java-doc_3.6.9.Final-2.14.201403202023_all.deb Size: 5378044 MD5sum: ea60097f884fc07c46dd415311bc62ef SHA1: e4ad8b1a2577633eb0c30679a68bbaba2c338c72 SHA256: c03f80eb0d6c1cf7d8be8fb60c659dab20765125109b622ad25033228d284b9f Description: Relational Persistence for Idiomatic Java (documentation) Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API. . Unlike many other persistence solutions, Hibernate does not hide the power of SQL from you and guarantees that your investment in relational technology and knowledge is as valid as always. . This package includes the documentation. Homepage: http://www.hibernate.org Package: libhibernate3-java Priority: optional Section: java Installed-Size: 3915 Maintainer: Debian Java Maintainers Architecture: all Version: 3.6.9.Final-2.14.201403202023 Replaces: libhibernate-annotations-java, libhibernate-entitymanager-java Provides: libhibernate-annotations-java, libhibernate-entitymanager-java Conflicts: libhibernate-entitymanager-java Filename: 4.0-0/all/libhibernate3-java_3.6.9.Final-2.14.201403202023_all.deb Size: 3404494 MD5sum: d7149b7e5c6ba12b2976bce8cf8a1ed7 SHA1: 99c19fe8230a94a2152b6c780ee29fac66c5a497 SHA256: 34a97c6c7abb5aa7eeeeb98b07589fb9b74efbc7d14d2b2486270cf3cbc7fde2 Description: Relational Persistence for Idiomatic Java Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API. . Unlike many other persistence solutions, Hibernate does not hide the power of SQL from you and guarantees that your investment in relational technology and knowledge is as valid as always. Homepage: http://www.hibernate.org Package: libhighline-ruby-doc Priority: optional Section: doc Installed-Size: 35 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-highline Version: 1.6.13-2.4.201403171212 Depends: ruby-highline Filename: 4.0-0/all/libhighline-ruby-doc_1.6.13-2.4.201403171212_all.deb Size: 9434 MD5sum: d2b88718cd7bbd15d3c959b829926994 SHA1: 0a3b5f0a9800f9d505f8631ff1b009c756086919 SHA256: 1557707c49a0afd24fca7938d8a32820aff86243118f818f2d52cc6b16803ff4 Description: Transitional package for ruby-highline This is a transitional package to ease upgrades to the ruby-highline package. It can safely be removed. Homepage: http://highline.rubyforge.org Package: libhighline-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 35 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-highline Version: 1.6.13-2.4.201403171212 Depends: ruby-highline Filename: 4.0-0/all/libhighline-ruby1.8_1.6.13-2.4.201403171212_all.deb Size: 9434 MD5sum: 6096e319e7f59d8451499031cddfa62e SHA1: fbfe6262743fef8dfc92334b578241e2c0ab03e2 SHA256: 734825e9b658fb9ec3182d3efef9280f926f9b19661efed1f6f4bd7a3a0903a6 Description: Transitional package for ruby-highline This is a transitional package to ease upgrades to the ruby-highline package. It can safely be removed. Homepage: http://highline.rubyforge.org Package: libhighline-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 35 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-highline Version: 1.6.13-2.4.201403171212 Depends: ruby-highline Filename: 4.0-0/all/libhighline-ruby1.9.1_1.6.13-2.4.201403171212_all.deb Size: 9438 MD5sum: cf6e37076d3b67707ec9d705fa91693e SHA1: bf712d09557f7c177f7443e3b969384b68601427 SHA256: b3881039bb8721eb9dfd12ce6c22f8b81265d1480979a3cb668a38c4aeb4458e Description: Transitional package for ruby-highline This is a transitional package to ease upgrades to the ruby-highline package. It can safely be removed. Homepage: http://highline.rubyforge.org Package: libhighline-ruby Priority: extra Section: oldlibs Installed-Size: 35 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-highline Version: 1.6.13-2.4.201403171212 Depends: ruby-highline Filename: 4.0-0/all/libhighline-ruby_1.6.13-2.4.201403171212_all.deb Size: 9434 MD5sum: 4357d5ed8f023506aefcb24880c365ce SHA1: a499928d3cba7f53637a6bd316742ae5892c890d SHA256: c78a08d3d0e78c98574719c71c689360b4059d705d162227c44e5e73994f905d Description: Transitional package for ruby-highline This is a transitional package to ease upgrades to the ruby-highline package. It can safely be removed. Homepage: http://highline.rubyforge.org Package: libhkl-doc Priority: extra Section: doc Installed-Size: 890 Maintainer: Debian Science Maintainers Architecture: all Source: hkl Version: 4.0.3-4.4.201403191441 Filename: 4.0-0/all/libhkl-doc_4.0.3-4.4.201403191441_all.deb Size: 188706 MD5sum: 05abf5190388514b6e921d78f1a3b1c5 SHA1: 4cb9a90b266e24de6174addaabf6ed554e985c6c SHA256: f671aa38a236258d002d859ffed86eef066c388db83510b97d77818bae70112f Description: diffractometer computation control library - documentation The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides the documentation for hkl. Homepage: http://www.synchrotron-soleil.fr/portal/page/portal/Instrumentation/EnvironnementInstrumental/hkl Package: libhmac-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-hmac Version: 0.4.0-3.4.201403171226 Depends: ruby-hmac Filename: 4.0-0/all/libhmac-ruby1.8_0.4.0-3.4.201403171226_all.deb Size: 3936 MD5sum: 26de9c17abe919f5dcd18dbfb84b2f80 SHA1: 395f3813dce7930402d8fded49c22a01ea4c8b0e SHA256: a3c4811e943c44cf1ce9ae8b0082f426b991b57ef65035e5b6cebe6adbd2f7f8 Description: Transitional package for ruby-hmac This is a transitional package to ease upgrades to the ruby-hmac package. It can safely be removed. Homepage: http://ruby-hmac.rubyforge.org Package: libhmac-ruby Priority: extra Section: oldlibs Installed-Size: 28 Maintainer: Daigo Moriwaki Architecture: all Source: ruby-hmac Version: 0.4.0-3.4.201403171226 Depends: ruby-hmac Filename: 4.0-0/all/libhmac-ruby_0.4.0-3.4.201403171226_all.deb Size: 3930 MD5sum: ff1955fc4ed79b6c71126dbfe276ba31 SHA1: e860f6dc20ee04add4d72dfa2878029be8de91e6 SHA256: fdd8c75703002b337b024902d050775671e6c1a9a6713ebbb058d6808b859b29 Description: Transitional package for ruby-hmac This is a transitional package to ease upgrades to the ruby-hmac package. It can safely be removed. Homepage: http://ruby-hmac.rubyforge.org Package: libhook-lexwrap-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Debian Perl Group Architecture: all Version: 0.24-1.4.201403202046 Depends: perl Filename: 4.0-0/all/libhook-lexwrap-perl_0.24-1.4.201403202046_all.deb Size: 13792 MD5sum: 4423b4c949761ae0b2cb92e1c2686a67 SHA1: b62ee42050c51fb9138a92c0157694b01346343e SHA256: 0fbb5b9365c0578aaa0e5b0d8a920bbb3f9dbc16d073437f47b3873e81301b52 Description: lexically scoped subroutine wrappers Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine. Homepage: http://search.cpan.org/dist/Hook-LexWrap/ Package: libhook-wrapsub-perl Priority: optional Section: perl Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 0.03-2.4.201403202050 Depends: perl Filename: 4.0-0/all/libhook-wrapsub-perl_0.03-2.4.201403202050_all.deb Size: 9378 MD5sum: 48bf5bf09c42f2b7d0891099d4594b8e SHA1: 14c75795c387da3f35902b168dcc070b2105f9f2 SHA256: 64f4d36212c9e1b8eef4be4d328be9763fa114bc7a6057c08bf77968efdd93f5 Description: wrap subs with pre- and post-call hooks Hook::WrapSub enables intercepting a call to any named function; handlers may be added both before and after the call to the intercepted function. Homepage: http://search.cpan.org/dist/Hook-WrapSub/ Package: libhpricot-ruby1.8 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-hpricot Version: 0.8.6-3.4.201403171241 Depends: ruby-hpricot Filename: 4.0-0/all/libhpricot-ruby1.8_0.8.6-3.4.201403171241_all.deb Size: 6992 MD5sum: 7852dfc500e49a45394a22e972b471b3 SHA1: 95d2aaa9ba80d16deaefbe1202514b0957d000e3 SHA256: bfea98fe32b6a10281980be331809e7e8e1bd171d1ca0716c3412d58500ba768 Description: Transitional package for ruby-hpricot This is a transitional package to ease upgrades to the ruby-hpricot package. It can safely be removed. Homepage: https://github.com/hpricot/hpricot Package: libhpricot-ruby1.9.1 Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-hpricot Version: 0.8.6-3.4.201403171241 Depends: ruby-hpricot Filename: 4.0-0/all/libhpricot-ruby1.9.1_0.8.6-3.4.201403171241_all.deb Size: 6996 MD5sum: 8cca45409210c6dc347993e16eb08610 SHA1: 1e09268434980eaed3835f1930112e8ff38dab2a SHA256: da7023b576ba8fb27a513bc7af3866ec56d6b016d1261f49a70d2e548fde0919 Description: Transitional package for ruby-hpricot This is a transitional package to ease upgrades to the ruby-hpricot package. It can safely be removed. Homepage: https://github.com/hpricot/hpricot Package: libhpricot-ruby1.9 Priority: optional Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-hpricot Version: 0.8.6-3.4.201403171241 Depends: ruby-hpricot Filename: 4.0-0/all/libhpricot-ruby1.9_0.8.6-3.4.201403171241_all.deb Size: 6994 MD5sum: d44f188aad61e1f1cda67b623f5eb1d7 SHA1: 203172aeca8bbd4a4562dee2656ef86642863d12 SHA256: ad400a5f66e25416889153386051e0a2d850f650dbdbee0eead80c88089c51c9 Description: Transitional package for ruby-hpricot This is a transitional package to ease upgrades to the ruby-hpricot package. It can safely be removed. Homepage: https://github.com/hpricot/hpricot Package: libhpricot-ruby Priority: extra Section: oldlibs Installed-Size: 31 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-hpricot Version: 0.8.6-3.4.201403171241 Depends: ruby-hpricot Filename: 4.0-0/all/libhpricot-ruby_0.8.6-3.4.201403171241_all.deb Size: 6988 MD5sum: dd36786f0d2e45333cba588197678aaa SHA1: e34b973248a045eb357e1638043e65ea0d7283fc SHA256: c3ffa6ed09796763d151ca50333c6c25123307430f4597c6b6bbe3286405cb90 Description: Transitional package for ruby-hpricot This is a transitional package to ease upgrades to the ruby-hpricot package. It can safely be removed. Homepage: https://github.com/hpricot/hpricot Package: libhsqldb-java-doc Priority: optional Section: doc Installed-Size: 3739 Maintainer: Rene Engelhard Architecture: all Source: hsqldb Version: 1.8.0.10+dfsg-0.43.201403191837 Suggests: libhsqldb-java Filename: 4.0-0/all/libhsqldb-java-doc_1.8.0.10+dfsg-0.43.201403191837_all.deb Size: 909258 MD5sum: 2bc9cb7878e7e9527701bb0b6a6d8a53 SHA1: 504b6da45916963c4e9b86c9bbe91b2e9d599473 SHA256: 562d34ebc5ddba978c97f0fd2d43dd9f2ed0d948d9f841f8b05f1f43c286587a Description: documentation for HSQLDB HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:1999 and SQL:2003 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains the documentation of HSQLDB. . Web site: http://hsqldb.org/ Package: libhtml-auto-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Debian Perl Group Architecture: all Version: 0.04-1.2.201403202055 Depends: perl, libtemplate-perl Filename: 4.0-0/all/libhtml-auto-perl_0.04-1.2.201403202055_all.deb Size: 11330 MD5sum: 96d0d113c628cb0f2c87ae96a9376100 SHA1: 860d5b5d418fbab3ddc40c34206f24ecf295a8f4 SHA256: e870a52c5d55933b6b014a328a680d451a20b9a4c5b94e7f73e4cc1bbc9cb4d8 Description: module for automatically writting HTML for common elements HTML::Auto provides easy access to some typical structures used in HTML, for example matrixes or horizontal and vertical composition of other elements. Homepage: http://search.cpan.org/dist/HTML-Auto/ Package: libhtml-autopagerize-perl Priority: optional Section: perl Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Version: 0.02-1.2.201403202058 Depends: perl, libhtml-treebuilder-xpath-perl, liburi-perl Suggests: libwww-perl Filename: 4.0-0/all/libhtml-autopagerize-perl_0.02-1.2.201403202058_all.deb Size: 6702 MD5sum: 3d59b2795778533209314c552936b8c4 SHA1: 4ca245a665eee641e5a06b52e48f0bb4d30c052d SHA256: dcc884ecbf05cbeef4830f6e31c66ec5633e9e319e95e7a262eb6971f2bc3e40 Description: utility to load AutoPagerize SITEINFO stuff HTML::AutoPagerize is an utility module to load SITEINFO defined in AutoPagerize. AutoPagerize is an userscript to automatically figure out the "next link" of the current page, then fetch the content and insert the content by extracting the "page element". Homepage: http://search.cpan.org/dist/HTML-AutoPagerize/ Package: libhtml-calendarmonth-perl Priority: extra Section: perl Installed-Size: 136 Maintainer: Don Armstrong Architecture: all Version: 1.26-1.4.201403202104 Depends: perl, libhtml-element-extended-perl (>= 1.18-0), libdatetime-locale-perl, libdate-calc-perl | libdate-manip-perl | libdatetime-perl, libclass-accessor-perl, libfile-which-perl Filename: 4.0-0/all/libhtml-calendarmonth-perl_1.26-1.4.201403202104_all.deb Size: 39928 MD5sum: 3ce0f96c1f590ea4166ce8ea8d5818a6 SHA1: 058c6e1171d3d2fe0cbde8dfe5bf534c1734b390 SHA256: 92a1239defcbd3ba3ad6c61415bb5d3b0e8d27c979168bc28c6f5d7a5ba8e427 Description: generate and manipulate calandar months in HTML This module enables you to generate and manipulate calendar months in HTML. . Useful for making calendars to display in web pages and other similar tasks. Package: libhtml-calendarmonthsimple-perl Priority: optional Section: perl Installed-Size: 102 Maintainer: Debian Perl Group Architecture: all Version: 1.25-1.4.201403202108 Depends: perl, libdate-calc-perl Filename: 4.0-0/all/libhtml-calendarmonthsimple-perl_1.25-1.4.201403202108_all.deb Size: 25940 MD5sum: 32941d0349a86d192ab0a598c5ad97c7 SHA1: cc3b0294a9bf411a78ed5e04951edc173025f55c SHA256: ed21f8c982440a658404abd5c55e3e6da524cbdc25c374bcbd766c1f1d657a83 Description: Perl module for generating HTML Calendars HTML::CalendarMonthSimple is a Perl module for generating, manipulating, and printing a HTML calendar grid for a specified month. It is intended as a faster and easier-to-use alternative to HTML::CalendarMonth. Homepage: http://search.cpan.org/dist/HTML-CalendarMonthSimple/ Package: libhtml-clean-perl Priority: optional Section: perl Installed-Size: 93 Maintainer: Debian Perl Group Architecture: all Version: 0.8-11.4.201403202114 Depends: perl Filename: 4.0-0/all/libhtml-clean-perl_0.8-11.4.201403202114_all.deb Size: 22240 MD5sum: 35a849d0a57e9b9ed71617b47584ba83 SHA1: a1dc5f45e7824cef1e19dadfac21a637301e96f6 SHA256: 3afe334a03c45e9ed0b27a2a1c13335af0d9212d43760597a9ccfeb20d5867f0 Description: Cleans up HTML code for web browsers, not humans The HTML::Clean module encapsulates a number of HTML optimizations and cleanups. The end result is HTML that loads faster, displays properly in more browsers. Think of it as a compiler that translates HTML input into optimized machine readable code. Homepage: http://search.cpan.org/dist/HTML-Clean/ Package: libhtml-copy-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Debian Perl Group Architecture: all Version: 1.30-1.4.201403202116 Depends: perl, libfile-spec-perl, libio-all-perl, libhtml-parser-perl (>= 3.40), liburi-perl, libpod-parser-perl Filename: 4.0-0/all/libhtml-copy-perl_1.30-1.4.201403202116_all.deb Size: 13890 MD5sum: 81f5d3f43290f1f091cd0e4809271f41 SHA1: 4449822ffc2cbfc979669596d9df933d184f3950 SHA256: b22115e34952800d73291bdc58a893b38a6da31b5b5a4fd1add5a8e0aefd5a5d Description: HTML::Copy - copy a HTML file without breaking links This target of this module is to copy a HTML file without beaking links in the file and is a sub class of HTML::Parser. Homepage: http://search.cpan.org/dist/HTML-Copy/ Package: libhtml-defang-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Ivan Kohler Architecture: all Version: 1.02-1.4.201403202123 Depends: perl Filename: 4.0-0/all/libhtml-defang-perl_1.02-1.4.201403202123_all.deb Size: 31816 MD5sum: 43443819a3ad870f840b3cd58fefaba7 SHA1: f07521be8baca9897a3a09f1aea42459ac69387f SHA256: d65fb343cc25ed3a20d0504dbe28284280c1e3eef756d1675215763f03cb9ba2 Description: Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks. HTML::Defang accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is allowed through. . HTML::Defang uses a custom html tag parser. The parser has been designed and tested to work with nasty real world html and to try and emulate as close as possible what browsers actually do with strange looking constructs. The test suite has been built based on examples from a range of sources such as http://ha.ckers.org/xss.html and http://imfo.ru/csstest/css_hacks/import.php to ensure that as many as possible XSS attack scenarios have been dealt with. Homepage: http://search.cpan.org/dist/HTML-Defang/ Package: libhtml-diff-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Debian Perl Group Architecture: all Version: 0.561-1.2.201403202125 Depends: perl, libalgorithm-diff-perl Filename: 4.0-0/all/libhtml-diff-perl_0.561-1.2.201403202125_all.deb Size: 9544 MD5sum: dc1f391cde69efdb5d90378cebdbebe8 SHA1: fdc77fc697eced7531be189f1678ed99f1c2e765 SHA256: 7f7ec6707678838e462c813692a8b2830d92ef2fd0e9d93987ec9f4ef56267a7 Description: module for comparing two HTML documents HTML::Diff compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. . HTML::Diff does not strictly parse the HTML. Instead, it uses regular expressions to make a decent effort at understanding the given HTML. As a result, there are many valid HTML documents for which it will not produce the correct answer. But there may be some invalid HTML documents for which it gives you the answer you're looking for. Your mileage may vary; test it on lots of inputs from your domain before relying on it. Homepage: http://search.cpan.org/dist/HTML-Diff/ Package: libhtml-display-perl Priority: optional Section: perl Installed-Size: 98 Maintainer: Debian Perl Group Architecture: all Version: 0.39-4.4.201403202131 Replaces: libwww-mechanize-shell-perl (<< 0.46-1) Depends: perl, libhtml-tokeparser-simple-perl, liburi-perl, libwww-perl, perl (>= 5.10.1) | libparent-perl Filename: 4.0-0/all/libhtml-display-perl_0.39-4.4.201403202131_all.deb Size: 37166 MD5sum: 589501833897da334a1355bdbf528590 SHA1: c8d057d7dbaf164f04427f93eba4159ebf90b98b SHA256: 7e45e6bec116e4a6f2160e078f2ea793f3d7daae409e0d4ec1f20661834868ea Description: module for displaying HTML locally in a browser HTML::Display abstracts the task of displaying HTML to the user. The displaying is done by launching a browser and navigating it to either a temporary file with the HTML stored in it, or, if possible, by pushing the HTML directly into the browser window. . The module tries to automagically select the "correct" browser, but if it doesn't find a good browser, you can modify the behaviour by setting some environment variables. Homepage: http://search.cpan.org/dist/HTML-Display/ Package: libhtml-element-extended-perl Priority: optional Section: perl Installed-Size: 108 Maintainer: Don Armstrong Architecture: all Version: 1.18-1.8.201403202137 Depends: perl, libhtml-tree-perl, libhtml-tableextract-perl (>= 2.08) Filename: 4.0-0/all/libhtml-element-extended-perl_1.18-1.8.201403202137_all.deb Size: 34566 MD5sum: 390b37a0474bd77f8f3c6a54864ea9b2 SHA1: df45ab9dacae81d4b42e3800cf459414d3dd25a5 SHA256: 6c981ad6c748db98ee8d29f9188b218dafbf47db637cd8060e44479e06505188 Description: extended HTML::Element classes A package of several enhanced HTML::Element classes, most of which arose during the effort to implement an HTML::Element based table class. Package: libhtml-embedded-turtle-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Debian Perl Group Architecture: all Version: 0.333-1.2.201403202141 Depends: perl, libcommon-sense-perl, libnamespace-clean-perl, libobject-authority-perl, libossp-uuid-perl, librdf-rdfa-parser-perl, librdf-trine-perl, librdf-trin3-perl Filename: 4.0-0/all/libhtml-embedded-turtle-perl_0.333-1.2.201403202141_all.deb Size: 18272 MD5sum: 5092e3fe2eb2d60f1a9c3a64b63c1c97 SHA1: 28c4f078c3315d64b1d315114e1e7a4d44ea59e5 SHA256: 2f7da92b715fd2dfb2060b4c703e5f2f99c123b79618a40828f43878fc241b18 Description: embedding RDF in HTML the crazy way Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF can be embedded in (X)HTML using simple